patch-1.3.74 linux/drivers/scsi/hosts.c

Next file: linux/drivers/scsi/ppa.c
Previous file: linux/drivers/scsi/README.ppa
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.73/linux/drivers/scsi/hosts.c linux/drivers/scsi/hosts.c
@@ -129,6 +129,10 @@
 #include "AM53C974.h"
 #endif
 
+#ifdef CONFIG_SCSI_PPA
+#include "ppa.h"
+#endif
+
 #ifdef CONFIG_SCSI_DEBUG
 #include "scsi_debug.h"
 #endif
@@ -232,6 +236,9 @@
 #endif
 #ifdef CONFIG_SCSI_AM53C974
     AM53C974,
+#endif
+#ifdef CONFIG_SCSI_PPA
+    PPA,
 #endif
 #ifdef CONFIG_SCSI_DEBUG
     SCSI_DEBUG,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this