|
@@ -98,14 +98,12 @@ You must enable "SCSI tape drive support for Smart Array 5xxx" and
|
|
|
"SCSI support" in your kernel configuration to be able to use SCSI
|
|
|
tape drives with your Smart Array 5xxx controller.
|
|
|
|
|
|
-Additionally, note that the driver will not engage the SCSI core at init
|
|
|
-time. The driver must be directed to dynamically engage the SCSI core via
|
|
|
-the /proc filesystem entry which the "block" side of the driver creates as
|
|
|
-/proc/driver/cciss/cciss* at runtime. This is because at driver init time,
|
|
|
-the SCSI core may not yet be initialized (because the driver is a block
|
|
|
-driver) and attempting to register it with the SCSI core in such a case
|
|
|
-would cause a hang. This is best done via an initialization script
|
|
|
-(typically in /etc/init.d, but could vary depending on distribution).
|
|
|
+Additionally, note that the driver will engage the SCSI core at init
|
|
|
+time if any tape drives or medium changers are detected. The driver may
|
|
|
+also be directed to dynamically engage the SCSI core via the /proc filesystem
|
|
|
+entry which the "block" side of the driver creates as
|
|
|
+/proc/driver/cciss/cciss* at runtime. This is best done via a script.
|
|
|
+
|
|
|
For example:
|
|
|
|
|
|
for x in /proc/driver/cciss/cciss[0-9]*
|