mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-22 16:44:32 +01:00
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:
parent
d81a84a9bc
commit
5e4cc10b6d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=236285
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user