Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/i386/conf Add ahc at cardbus



details:   https://anonhg.NetBSD.org/src/rev/e3696badcaad
branches:  trunk
changeset: 481327:e3696badcaad
user:      thorpej <thorpej%NetBSD.org@localhost>
date:      Wed Jan 26 06:47:41 2000 +0000

description:
Add ahc at cardbus

diffstat:

 sys/arch/i386/conf/CARDBUS |  5 ++++-
 sys/arch/i386/conf/DR-EVIL |  7 +++++--
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 2e54588cd460 -r e3696badcaad sys/arch/i386/conf/CARDBUS
--- a/sys/arch/i386/conf/CARDBUS        Wed Jan 26 06:41:11 2000 +0000
+++ b/sys/arch/i386/conf/CARDBUS        Wed Jan 26 06:47:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: CARDBUS,v 1.9 2000/01/17 17:47:05 augustss Exp $
+#      $NetBSD: CARDBUS,v 1.10 2000/01/26 06:47:41 thorpej Exp $
 #
 #      CARDBUS -- GENERIC + CardBus support
 #
@@ -491,6 +491,9 @@
 fxp*   at cardbus? dev ? function ?    # Intel i8255x
 tlp*   at cardbus? dev ? function ?    # DECchip 21143
 
+# CardBus SCSI cards
+ahc*   at cardbus? dev ? function ?    # Adaptec ADP-1480
+
 # MII/PHY support
 exphy* at mii? phy ?                   # 3Com internal PHYs
 icsphy*        at mii? phy ?                   # Integrated Circuit Systems ICS1890
diff -r 2e54588cd460 -r e3696badcaad sys/arch/i386/conf/DR-EVIL
--- a/sys/arch/i386/conf/DR-EVIL        Wed Jan 26 06:41:11 2000 +0000
+++ b/sys/arch/i386/conf/DR-EVIL        Wed Jan 26 06:47:41 2000 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: DR-EVIL,v 1.8 2000/01/25 01:50:12 thorpej Exp $
+#      $NetBSD: DR-EVIL,v 1.9 2000/01/26 06:47:41 thorpej Exp $
 #
 #      DR-EVIL -- Dell Inspiron 3500 laptop used by thorpej%netbsd.org@localhost
 #
@@ -376,7 +376,7 @@
 #scsibus* at adw?
 #scsibus* at aha?
 #scsibus* at ahb?
-#scsibus* at ahc?
+scsibus* at ahc?
 scsibus* at aic?
 #scsibus* at bha?
 #scsibus* at isp?
@@ -530,6 +530,9 @@
 tlp*   at cardbus? dev ? function ?    # DECchip 21x4x and clones
 fxp*   at cardbus? dev ? function ?    # Intel i8255x
 
+# CardBus SCSI cards
+ahc*   at cardbus? dev ? function ?    # Adaptec ADP-1480
+
 # MII/PHY support
 exphy* at mii? phy ?                   # 3Com internal PHYs
 #icsphy*       at mii? phy ?                   # Integrated Circuit Systems ICS1890



Home | Main Index | Thread Index | Old Index