diff options
Diffstat (limited to 'drivers/scsi/dec_esp.c')
-rw-r--r-- | drivers/scsi/dec_esp.c | 6 |
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) { |