patch-2.1.122 linux/drivers/scsi/scsi.h
Next file: linux/drivers/sound/Config.in
Previous file: linux/drivers/scsi/scsi.c
Back to the patch index
Back to the overall index
- Lines: 13
- Date:
Wed Sep 16 14:08:31 1998
- Orig file:
v2.1.121/linux/drivers/scsi/scsi.h
- Orig date:
Fri Jul 31 17:07:58 1998
diff -u --recursive --new-file v2.1.121/linux/drivers/scsi/scsi.h linux/drivers/scsi/scsi.h
@@ -42,6 +42,12 @@
#define MAX_SCSI_DEVICE_CODE 10
extern const char *const scsi_device_types[MAX_SCSI_DEVICE_CODE];
+#ifdef DEBUG
+ #define SCSI_TIMEOUT (5*HZ)
+#else
+ #define SCSI_TIMEOUT (2*HZ)
+#endif
+
/*
* Use these to separate status msg and our bytes
*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov