Add missing flag enable when certain arguments are parsed

PR:		bin/163053
Submitted by:	Peter <pmc@citylink.dinoex.sub.org>
Approved by:	cperciva
MFC after:	1 week
This commit is contained in:
eadler 2012-05-30 03:54:10 +00:00
parent 5b9c87d750
commit 3f451eb3b1

View File

@ -3404,6 +3404,7 @@ ratecontrol(struct cam_device *device, int retry_count, int timeout,
spi->flags &= ~CTS_SPI_FLAGS_DISC_ENB;
else
spi->flags |= CTS_SPI_FLAGS_DISC_ENB;
didsettings++;
}
if (scsi && tag_enable != -1) {
if ((cpi.hba_inquiry & PI_TAG_ABLE) == 0) {