patch-2.1.49 linux/drivers/scsi/FlashPoint.c
Next file: linux/drivers/scsi/Makefile
Previous file: linux/drivers/scsi/Config.in
Back to the patch index
Back to the overall index
-  Lines: 19
-  Date:
Mon Aug 11 00:10:00 1997
-  Orig file: 
v2.1.48/linux/drivers/scsi/FlashPoint.c
-  Orig date: 
Tue Mar  4 10:25:24 1997
diff -u --recursive --new-file v2.1.48/linux/drivers/scsi/FlashPoint.c linux/drivers/scsi/FlashPoint.c
@@ -31,6 +31,18 @@
 #endif
 
 
+/*
+  FlashPoint support is only available for the Intel x86 Architecture.
+*/
+
+#ifndef __i386__
+
+#undef CONFIG_SCSI_OMIT_FLASHPOINT
+#define CONFIG_SCSI_OMIT_FLASHPOINT
+
+#endif
+
+
 #ifndef CONFIG_SCSI_OMIT_FLASHPOINT
 
 
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov