> depth of eight (at least /proc/scsi/aic7xxx/0 reports it) the rescan on
> "scsi add-single-device" bumps the disk-queues to a depth of one. :-(
> 
> Will the "overhaul" cure this?

No the code updates don't affect (hopefully) the device add/remove code. That
was just mean to warn people that they'd have changes to deal with when merging
stuff.

The new scsi code barring one item is in 2.3.32pre3. Just add..


diff -u --new-file --recursive --exclude-from ../exclude linux.32p2/include/linux/fs.h 
linux.ac/include/linux/fs.h
--- linux.32p2/include/linux/fs.h       Sun Dec 12 23:42:40 1999
+++ linux.ac/include/linux/fs.h Sun Dec 12 02:30:42 1999
@@ -62,6 +62,7 @@
 #define READ 0
 #define WRITE 1
 #define READA 2                /* read-ahead  - don't block if no resources */
+#define SPECIAL 4      /* For non-blockdevice requests in request queue */
 
 #define WRITERAW 5     /* raw write - don't play with buffer lists */
 

-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]

Reply via email to