Restore CAM_QUIRK_NOLUNS check, lost in previous commit.
MFC after: 1 month
This commit is contained in:
parent
2556958c3c
commit
b6b8f03057
@ -2074,6 +2074,9 @@ scsi_scan_bus(struct cam_periph *periph, union ccb *request_ccb)
|
||||
mtx_unlock(&target->bus->eb_mtx);
|
||||
if (nextdev != NULL) {
|
||||
next_target = 0;
|
||||
/* -- stop if CAM_QUIRK_NOLUNS is set. */
|
||||
} else if (SCSI_QUIRK(device)->quirks & CAM_QUIRK_NOLUNS) {
|
||||
next_target = 1;
|
||||
/* -- this LUN is connected and its SCSI version
|
||||
* allows more LUNs. */
|
||||
} else if ((device->flags & CAM_DEV_UNCONFIGURED) == 0) {
|
||||
|
Loading…
Reference in New Issue
Block a user