patch-2.3.45 linux/drivers/scsi/hosts.h
Next file: linux/drivers/scsi/mac_esp.c
Previous file: linux/drivers/scsi/eata.c
Back to the patch index
Back to the overall index
- Lines: 16
- Date:
Sun Feb 13 19:05:39 2000
- Orig file:
v2.3.44/linux/drivers/scsi/hosts.h
- Orig date:
Thu Feb 10 17:11:13 2000
diff -u --recursive --new-file v2.3.44/linux/drivers/scsi/hosts.h linux/drivers/scsi/hosts.h
@@ -504,6 +504,15 @@
* tackle the character devices first, as there aren't any locking implications
* in the block device layer. The block devices will require more work.
*/
+#ifndef CONFIG_SD_EXTRA_DEVS
+#define CONFIG_SD_EXTRA_DEVS 2
+#endif
+#ifndef CONFIG_ST_EXTRA_DEVS
+#define CONFIG_ST_EXTRA_DEVS 2
+#endif
+#ifndef CONFIG_SR_EXTRA_DEVS
+#define CONFIG_SR_EXTRA_DEVS 2
+#endif
#define SD_EXTRA_DEVS CONFIG_SD_EXTRA_DEVS
#define ST_EXTRA_DEVS CONFIG_ST_EXTRA_DEVS
#define SR_EXTRA_DEVS CONFIG_SR_EXTRA_DEVS
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)