Update of /cvsroot/linux-vax/kernel-2.5/arch/vax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12581/arch/vax
Modified Files:
defconfig
Log Message:
Enable NCR5380 driver in defconfig. Also disable generic SCSI driver
(it uses vmalloc and crashes)
Index: defconfig
===================================================================
RCS file: /cvsroot/linux-vax/kernel-2.5/arch/vax/defconfig,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -d -r1.14 -r1.15
--- defconfig 7 Aug 2004 23:24:42 -0000 1.14
+++ defconfig 8 Aug 2004 23:38:59 -0000 1.15
@@ -234,7 +234,7 @@
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=y
# CONFIG_BLK_DEV_SR_VENDOR is not set
-CONFIG_CHR_DEV_SG=y
+# CONFIG_CHR_DEV_SG is not set
#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
@@ -259,7 +259,7 @@
#
# VAX SCSI low-level drivers
#
-# CONFIG_SCSI_VAX_5380 is not set
+CONFIG_SCSI_VAX_5380=y
# CONFIG_SCSI_VAX_53C94 is not set
#
|