patch-2.3.19 linux/drivers/block/xd.c
Next file: linux/drivers/cdrom/Config.in
Previous file: linux/drivers/block/rz1000.c
Back to the patch index
Back to the overall index
- Lines: 9
- Date:
Sat Oct 2 07:35:15 1999
- Orig file:
v2.3.18/linux/drivers/block/xd.c
- Orig date:
Tue Aug 31 17:29:13 1999
diff -u --recursive --new-file v2.3.18/linux/drivers/block/xd.c linux/drivers/block/xd.c
@@ -55,7 +55,7 @@
#define XD_DONT_USE_DMA 0 /* Initial value. may be overriden using
"nodma" module option */
-#define XD_INIT_DISK_DELAY 3 /* 30 ms delay during disk initialization */
+#define XD_INIT_DISK_DELAY (30*HZ/1000) /* 30 ms delay during disk initialization */
/* Above may need to be increased if a problem with the 2nd drive detection
(ST11M controller) or resetting a controler (WD) appears */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)