patch-2.3.14 linux/drivers/scsi/hosts.c
Next file: linux/drivers/scsi/jazz_esp.c
Previous file: linux/drivers/scsi/gvp11.c
Back to the patch index
Back to the overall index
- Lines: 51
- Date:
Wed Aug 18 10:00:52 1999
- Orig file:
v2.3.13/linux/drivers/scsi/hosts.c
- Orig date:
Mon Aug 9 14:59:22 1999
diff -u --recursive --new-file v2.3.13/linux/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -47,7 +47,7 @@
defined(CONFIG_WARPENGINE_SCSI) || \
defined(CONFIG_A4091_SCSI) || \
defined (CONFIG_GVP_TURBO_SCSI) || \
- defined (CONFIG_BLZ603E)
+ defined (CONFIG_BLZ603EPLUS_SCSI)
#define AMIGA7XXCONFIG
#endif
@@ -95,6 +95,10 @@
#include "fastlane.h"
#endif
+#ifdef CONFIG_OKTAGON_SCSI
+#include "oktagon_esp.h"
+#endif
+
#ifdef CONFIG_ATARI_SCSI
#include "atari_scsi.h"
#endif
@@ -327,6 +331,10 @@
#include "jazz_esp.h"
#endif
+#ifdef CONFIG_SUN3X_ESP
+#include "sun3x_esp.h"
+#endif
+
/*
* Moved ppa driver to the end of the probe list
* since it is a removable host adapter.
@@ -402,6 +410,9 @@
#ifdef CONFIG_FASTLANE_SCSI
SCSI_FASTLANE,
#endif
+#ifdef CONFIG_OKTAGON_SCSI
+ SCSI_OKTAGON_ESP,
+#endif
#endif
#ifdef CONFIG_ATARI
@@ -596,6 +607,9 @@
#ifdef CONFIG_SCSI_IMM
IMM,
#endif
+#ifdef CONFIG_SUN3X_ESP
+ SCSI_SUN3X_ESP,
+#endif
#ifdef CONFIG_SCSI_DEBUG
SCSI_DEBUG,
#endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)