Source-Changes-HG archive

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

[src/thorpej_scsipi]: src/sys/arch ahc not ready yet.



details:   https://anonhg.NetBSD.org/src/rev/619dedd82e8b
branches:  thorpej_scsipi
changeset: 477425:619dedd82e8b
user:      bouyer <bouyer%NetBSD.org@localhost>
date:      Wed Mar 28 18:20:25 2001 +0000

description:
ahc not ready yet.

diffstat:

 sys/arch/arc/conf/GENERIC    |  8 ++++----
 sys/arch/atari/conf/GENERIC  |  6 +++---
 sys/arch/cobalt/conf/GENERIC |  8 ++++----
 sys/arch/macppc/conf/GENERIC |  8 ++++----
 4 files changed, 15 insertions(+), 15 deletions(-)

diffs (124 lines):

diff -r 225832d770d5 -r 619dedd82e8b sys/arch/arc/conf/GENERIC
--- a/sys/arch/arc/conf/GENERIC Wed Mar 28 15:12:49 2001 +0000
+++ b/sys/arch/arc/conf/GENERIC Wed Mar 28 18:20:25 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.39.2.3 2001/01/05 17:33:54 bouyer Exp $
+#      $NetBSD: GENERIC,v 1.39.2.4 2001/03/28 18:20:25 bouyer Exp $
 #      $OpenBSD: GENERIC,v 1.29 1999/08/29 12:14:03 niklas Exp $
 #
 #      GENERIC -- everything that's currently supported
@@ -6,7 +6,7 @@
 
 include                "arch/arc/conf/std.arc"
 
-#ident         "GENERIC-$Revision: 1.39.2.3 $"
+#ident         "GENERIC-$Revision: 1.39.2.4 $"
 
 maxusers       32              # estimated number of users
 
@@ -251,8 +251,8 @@
 atapibus*      at pciide? channel ?
 
 tga*           at pci? dev ? function ?        # DEC ZLXp-E[123] Graphics
-ahc*           at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
-scsibus*       at ahc?
+#ahc*          at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
+#scsibus*      at ahc?
 
 #### MII/PHY support
 
diff -r 225832d770d5 -r 619dedd82e8b sys/arch/atari/conf/GENERIC
--- a/sys/arch/atari/conf/GENERIC       Wed Mar 28 15:12:49 2001 +0000
+++ b/sys/arch/atari/conf/GENERIC       Wed Mar 28 18:20:25 2001 +0000
@@ -1,5 +1,5 @@
 #
-#      $NetBSD: GENERIC,v 1.55.2.2 2001/01/05 17:34:07 bouyer Exp $
+#      $NetBSD: GENERIC,v 1.55.2.3 2001/03/28 18:20:25 bouyer Exp $
 #
 # Generic atari
 #
@@ -8,7 +8,7 @@
 
 include "arch/atari/conf/std.atari"
 
-#ident                 "GENERIC-$Revision: 1.55.2.2 $"
+#ident                 "GENERIC-$Revision: 1.55.2.3 $"
 
 #
 # Add support for about 16 users. This variable is used to size
@@ -202,7 +202,7 @@
 
 pcibus0        at mainbus0                     # PCI-bus
 pci0   at pcibus0
-ahc*   at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
+#ahc*  at pci? dev ? function ?        # Adaptec [23]94x, aic78x0 SCSI
 avmebus0 at mainbus0                   # VME bus
 vme0   at avmebus0
 le0    at vme0 irq 5                   # Lance ethernet (Riebl/PAM).
diff -r 225832d770d5 -r 619dedd82e8b sys/arch/cobalt/conf/GENERIC
--- a/sys/arch/cobalt/conf/GENERIC      Wed Mar 28 15:12:49 2001 +0000
+++ b/sys/arch/cobalt/conf/GENERIC      Wed Mar 28 18:20:25 2001 +0000
@@ -1,8 +1,8 @@
-#      $NetBSD: GENERIC,v 1.13.2.4 2001/03/12 13:27:59 bouyer Exp $
+#      $NetBSD: GENERIC,v 1.13.2.5 2001/03/28 18:20:26 bouyer Exp $
 
 include        "arch/cobalt/conf/std.cobalt"
 
-#ident                 "GENERIC-$Revision: 1.13.2.4 $"
+#ident                 "GENERIC-$Revision: 1.13.2.5 $"
 
 maxusers       32
 
@@ -117,7 +117,7 @@
 # PCI SCSI controllers
 #adv*          at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA]
 #adw*          at pci? dev ? function ?        # AdvanSys 9xxUW 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/FC
@@ -127,7 +127,7 @@
 # SCSI bus support
 #scsibus*      at adv?
 #scsibus*      at adw?
-scsibus*       at ahc?
+#scsibus*      at ahc?
 #scsibus*      at bha?
 #scsibus*      at dpt?
 #scsibus*      at isp?
diff -r 225832d770d5 -r 619dedd82e8b sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Mar 28 15:12:49 2001 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Mar 28 18:20:25 2001 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.39.2.7 2001/03/12 13:29:00 bouyer Exp $
+#      $NetBSD: GENERIC,v 1.39.2.8 2001/03/28 18:20:26 bouyer Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
 
-#ident                 "GENERIC-$Revision: 1.39.2.7 $"
+#ident                 "GENERIC-$Revision: 1.39.2.8 $"
 
 maxusers       32
 
@@ -142,7 +142,7 @@
 #options       TLP_MATCH_21140
 #options       TLP_MATCH_21142
 adv*   at pci? dev ? function ?        # AdvanSys 1200[A,B], 9xx[U,UA] SCSI
-ahc*   at pci? dev ? function ?        # Adaptec 294x, aic78x0 SCSI
+#ahc*  at pci? dev ? function ?        # Adaptec 294x, aic78x0 SCSI
 bha*   at pci? dev ? function ?        # BusLogic 9xx SCSI
 isp*   at pci? dev ? function ?        # Qlogic ISP 10x0/2xx0 SCSI/Fibre Chan
 siop*  at pci? dev ? function ?        # NCR 53c8xx SCSI
@@ -208,7 +208,7 @@
 wsmouse0 at ams?
 
 scsibus* at adv?
-scsibus* at ahc?
+#scsibus* at ahc?
 scsibus* at bha?
 scsibus* at isp?
 scsibus* at esp?



Home | Main Index | Thread Index | Old Index