Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/thorpej_scsipi]: src/sys/arch/i386/conf Comment out drivers that don't c...



details:   https://anonhg.NetBSD.org/src/rev/d97d3aa92925
branches:  thorpej_scsipi
changeset: 477404:d97d3aa92925
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Fri Mar 23 11:32:51 2001 +0000

description:
Comment out drivers that don't compile yet.

diffstat:

 sys/arch/i386/conf/GENERIC |  12 ++++++------
 1 files changed, 6 insertions(+), 6 deletions(-)

diffs (53 lines):

diff -r 9e3dd6a9b1f1 -r d97d3aa92925 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Mar 23 11:32:16 2001 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Mar 23 11:32:51 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.264.2.8 2001/02/11 19:10:50 bouyer Exp $
+#      $NetBSD: GENERIC,v 1.264.2.9 2001/03/23 11:32:51 bouyer Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.264.2.8 $"
+#ident                 "GENERIC-$Revision: 1.264.2.9 $"
 
 maxusers       32              # estimated number of users
 
@@ -394,7 +394,7 @@
 # PCI SCSI controllers
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
 adw*   at pci? dev ? function ?        # AdvanSys 9x0UW[D], 3940U[2,3]W SCSI
-ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
+#ahc*  at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
 #bha*  at pci? dev ? function ?        # BusLogic 9xx SCSI
 dpt*   at pci? dev ? function ?        # DPT SmartCache/SmartRAID
 #isp*  at pci? dev ? function ?        # Qlogic ISP [12]0x0 SCSI/FibreChannel
@@ -404,7 +404,7 @@
 
 # EISA SCSI controllers
 ahb*   at eisa? slot ?                 # Adaptec 174[02] SCSI
-ahc*   at eisa? slot ?                 # Adaptec 274x, aic7770 SCSI
+#ahc*  at eisa? slot ?                 # Adaptec 274x, aic7770 SCSI
 #bha*  at eisa? slot ?                 # BusLogic 7xx SCSI
 dpt*   at eisa? slot ?                 # DPT EATA SCSI
 uha*   at eisa? slot ?                 # UltraStor 24f SCSI
@@ -421,7 +421,7 @@
 adv0   at isa? port ? irq ? drq ?      # AdvanSys APB-514[02] SCSI
 aha0   at isa? port 0x330 irq ? drq ?  # Adaptec 154[02] SCSI
 aha1   at isa? port 0x334 irq ? drq ?
-ahc0   at isa? port ? irq ?            # Adaptec 284x SCSI
+#ahc0  at isa? port ? irq ?            # Adaptec 284x SCSI
 aic0   at isa? port 0x340 irq 11       # Adaptec 152[02] SCSI
 #bha0  at isa? port 0x330 irq ? drq ?  # BusLogic [457]4X SCSI
 #bha1  at isa? port 0x334 irq ? drq ?
@@ -443,7 +443,7 @@
 scsibus* at adw?
 scsibus* at aha?
 scsibus* at ahb?
-scsibus* at ahc?
+#scsibus* at ahc?
 scsibus* at aic?
 #scsibus* at bha?
 scsibus* at dpt?



Home | Main Index | Thread Index | Old Index