summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Lohoff <flo@rfc822.org>2000-10-05 13:38:54 +0000
committerFlorian Lohoff <flo@rfc822.org>2000-10-05 13:38:54 +0000
commit01a8c188eb45194683ee996705a3438799401e5f (patch)
tree3c319693a39dcc477ad5fc256387f42ef3f57aff
parent5c7460ee3a06819bc455611fa2768b24c65f81e9 (diff)
Initialization fixes for 2.4.0-test9
-rw-r--r--drivers/scsi/dec_esp.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/scsi/dec_esp.c b/drivers/scsi/dec_esp.c
index 6aaf8c1a4..7e6a0c079 100644
--- a/drivers/scsi/dec_esp.c
+++ b/drivers/scsi/dec_esp.c
@@ -15,6 +15,8 @@
* Dont try to put multiple cards in one machine - They are
* both detected but it may crash under high load garbling your
* data.
+ * 20001005 - Initialization fixes for 2.4.0-test9
+ * Florian Lohoff <flo@rfc822.org>
*/
#include <linux/kernel.h>
@@ -101,6 +103,10 @@ volatile unsigned long *scsi_sdr1;
static void scsi_dma_int(int, void *, struct pt_regs *);
+static Scsi_Host_Template driver_template = SCSI_DEC_ESP;
+
+#include "scsi_module.c"
+
/***************************************************************** Detection */
int dec_esp_detect(Scsi_Host_Template * tpnt)
{