patch-2.2.15 linux/drivers/scsi/hosts.c
Next file: linux/drivers/scsi/hosts.h
Previous file: linux/drivers/scsi/esp.c
Back to the patch index
Back to the overall index
- Lines: 22
- Date:
Fri Apr 21 12:46:28 2000
- Orig file:
v2.2.14/drivers/scsi/hosts.c
- Orig date:
Wed Oct 20 01:12:41 1999
diff -u --new-file --recursive --exclude-from ../../exclude v2.2.14/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -339,6 +339,10 @@
#include "../net/fc/iph5526_scsi.h"
#endif
+#ifdef CONFIG_BLK_DEV_3W_XXXX_RAID
+#include "3w-xxxx.h"
+#endif
+
/*
* Moved ppa driver to the end of the probe list
* since it is a removable host adapter.
@@ -610,6 +614,10 @@
#ifdef CONFIG_IPHASE5526
IPH5526_SCSI_FC,
#endif
+#ifdef CONFIG_BLK_DEV_3W_XXXX_RAID
+ TWXXXX,
+#endif
+
/* "Removable host adapters" below this line (Parallel Port/USB/other) */
#ifdef CONFIG_SCSI_PPA
PPA,
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)