diff -urNp /img/linux-2.3.18/drivers/scsi/scsi_debug.c 
linux-2.3.18as/drivers/scsi/scsi_debug.c
--- /img/linux-2.3.18/drivers/scsi/scsi_debug.c Wed Sep  8 16:45:42 1999
+++ linux-2.3.18as/drivers/scsi/scsi_debug.c    Sat Sep 11 00:24:50 1999
@@ -64,8 +64,8 @@ static int NR_REAL = -1;
 #endif
 #define START_PARTITION 4
 
-/* Number of jiffies to wait before completing a command */
-#define DISK_SPEED     10
+/* Time to wait before completing a command */
+#define DISK_SPEED     (HZ/10)   /* 100ms */
 #define CAPACITY (0x80000)
 
 static int starts[] =



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

Reply via email to