From 72deb52b806925d6a67864e38da980b7c2d4265b Mon Sep 17 00:00:00 2001 From: Thomas Bogendoerfer Date: Mon, 15 Dec 1997 22:29:44 +0000 Subject: added support for the jazz scsi controller --- drivers/scsi/hosts.c | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'drivers/scsi/hosts.c') diff --git a/drivers/scsi/hosts.c b/drivers/scsi/hosts.c index 83c912247..b2271cb30 100644 --- a/drivers/scsi/hosts.c +++ b/drivers/scsi/hosts.c @@ -218,6 +218,10 @@ #include "scsi_debug.h" #endif +#ifdef CONFIG_JAZZ_ESP +#include "jazz_esp.h" +#endif + /* static const char RCSid[] = "$Header: /vger/u4/cvs/linux/drivers/scsi/hosts.c,v 1.20 1996/12/12 19:18:32 davem Exp $"; @@ -390,6 +394,9 @@ static Scsi_Host_Template builtin_scsi_hosts[] = #ifdef CONFIG_SCSI_SGIWD93 SGIWD93_SCSI, #endif +#ifdef CONFIG_JAZZ_ESP + SCSI_JAZZ_ESP, +#endif #ifdef CONFIG_SCSI_DEBUG SCSI_DEBUG, #endif -- cgit v1.2.3