| Name | Description |
|---|---|
| scsi-scan-blist-update | Update of the blacklist |
| scsi-scan-inqsize | Send an INQUIRY with 36 bytes first and another, longer, one if the device supports more data. Needed to avoid trouble with broken USB devices. |
| scsi-scan-llun-blklst | Introduce boot/module parameter that allows to manually mark
devices with the BLIST_SPARSELUN and BLIST_LARGELUN
blacklist flags, allowing them to be scanned beyond LUN 7
(despite reporting as SCSI-2) and to not stop scanning
on non-present LUNs. Syntax: llun_blklst=C,B,T[,C,B,T[,C,B,T[,...]]] : This sets the flags for up to 8 devices addressed by the host adapter (Controller) number, Channel (Bus) numnber and SCSI Target ID. |
| scsi-scan-scleanup | Patch that restructures (not to say: puts some structure to) the code in in scsi_scan.c. Should not contain any functional changes. |
| scsi-scan-newopts | Introduce new options to tweak the scanning process:
|
| scsi-scan-report-luns | Use the REPORT_LUNS command when searching for SCSI LUNs (2.6
backport). It makes SPARSELUN and LARGELUN flags unecessary
for devices that support it as we don't do serial probing
of all LUNs anymore than.
The command is specified in SCSI-3 standard and thus only
tried for SCSI-3 devices by default. For SCSI-2, it can be
enabled manually, though. We introduce the blacklist flag
BLIST_NOREPLUN to be able to workaround broken devices.
Parameters:
|
| scsi-scan-allow-ghost-devs | Allow devices attached to LUNS that are reported offline by the
target to still be accessed. Syntax: scsi_allow_ghost_devices=N: Allows all LUNs with a unit number smaller than N to be accessed despite being reported offline. This is needed for some EMC storage devices |
| scsi-scan-large-timeout | Allows to set the INQUIRY timeout while scanning to higher values
to accomodate for broken hardware. Syntax: scsi_inq_timeout=N: Sets the scanning timeout in seconds. (The code adds half a second, so 0 is safe.) |
| scsi-scan-use-26-devinfo | To be done: Use the 2.6 scsi_devinfo.{h,c} blacklist in 2.4 as well. Merge contents. |