Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/arch/alpha/conf hac not ready yet.



details:   https://anonhg.NetBSD.org/src/rev/30ce4b2daec1
branches:  thorpej_scsipi
changeset: 477415:30ce4b2daec1
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Tue Mar 27 13:13:54 2001 +0000

description:
hac not ready yet.

diffstat:

 sys/arch/alpha/conf/GENERIC |  10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diffs (45 lines):

diff -r 0d9ce626d1e3 -r 30ce4b2daec1 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Tue Mar 27 13:08:52 2001 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Tue Mar 27 13:13:54 2001 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.130.2.6 2001/02/11 19:08:36 bouyer Exp $
+# $NetBSD: GENERIC,v 1.130.2.7 2001/03/27 13:13:54 bouyer Exp $
 #
 # Generic Alpha kernel.  Enough to get booted, etc., but not much more.
 #
@@ -6,7 +6,7 @@
 
 include        "arch/alpha/conf/std.alpha"
 
-#ident                 "GENERIC-$Revision: 1.130.2.6 $"
+#ident                 "GENERIC-$Revision: 1.130.2.7 $"
 
 maxusers 32
 
@@ -206,7 +206,7 @@
 #options       ADW_WDTR_DISABLE                #       disable WDTR
 #options       ADW_SDTR_DISABLE                #       disable SDTR
 #options       ADW_TAGQ_DISABLE                #       disable Tag Queuing
-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 (untested)
 cac*   at      pci? dev ? function ?           # Compaq array controller (untested)
 cy*    at      pci? dev ? function ?           # Cyclades Cyclom-Y (untested)
@@ -326,7 +326,7 @@
 
 # EISA devices
 ahb*   at      eisa? slot ?                    # Adaptec 174[024] SCSI (unt.)
-ahc*   at      eisa? slot ?                    # Adaptec 274x, aic7770 SCSI
+#ahc*  at      eisa? slot ?                    # Adaptec 274x, aic7770 SCSI
 bha*   at      eisa? slot ?                    # BusLogic 7xx SCSI
 ep*    at      eisa? slot ?                    # 3COM 3c579 Ethernet (untested)
 fea*   at      eisa? slot ?                    # DEC DEFEA FDDI
@@ -351,7 +351,7 @@
 scsibus* at    adw?
 scsibus* at    aha?
 scsibus* at    ahb?
-scsibus* at    ahc?
+#scsibus* at   ahc?
 scsibus* at    aic?
 scsibus* at    asc?
 scsibus* at    bha?



Home | Main Index | Thread Index | Old Index