Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/macppc/conf Add cardbus support.



details:   https://anonhg.NetBSD.org/src/rev/8e91c9bd7c7c
branches:  trunk
changeset: 477201:8e91c9bd7c7c
user:      tsubai <tsubai%NetBSD.org@localhost>
date:      Fri Oct 15 07:55:08 1999 +0000

description:
Add cardbus support.

diffstat:

 sys/arch/macppc/conf/GENERIC |  18 +++++++++++++++---
 1 files changed, 15 insertions(+), 3 deletions(-)

diffs (41 lines):

diff -r 9f657b3d0112 -r 8e91c9bd7c7c sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Fri Oct 15 07:20:42 1999 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Fri Oct 15 07:55:08 1999 +0000
@@ -1,6 +1,6 @@
-#      $NetBSD: GENERIC,v 1.37 1999/09/19 22:02:38 matt Exp $
+#      $NetBSD: GENERIC,v 1.38 1999/10/15 07:55:08 tsubai Exp $
 #
-# POWERMAC config file
+#      GENERIC -- everything that's currently supported
 #
 
 include                "arch/macppc/conf/std.macppc"
@@ -120,8 +120,9 @@
 pcscp* at pci? dev ? function ?        # AMD Am53c974 PCscsi-PCI SCSI
 ofb*   at pci? dev ? function ?        # Generic Open Firmware Framebuffer
 pciide*        at pci? dev ? function ?
+cbb*   at pci? dev? function ?         # PCI-CardBus bridge
+obio0  at pci? dev ? function ?
 #macofcons0 at pci? dev ? function ?   # OpenFirmware console (for debugging)
-obio0  at pci? dev ? function ?
 
 nsphy* at mii? phy ?                   # NS83840 PHYs
 
@@ -139,6 +140,17 @@
 mediabay* at obio?
 wdc*   at mediabay? flags 0
 
+cardslot* at cbb?
+cardbus* at cardslot?
+pcmcia*        at cardslot?
+
+#com*  at pcmcia? function ?           # Modems and serial cards
+wdc*   at pcmcia? function ?           # PCMCIA IDE controllers
+ep*    at pcmcia? function ?           # 3Com 3c589 and 3c562 Ethernet
+mbe*   at pcmcia? function ?           # MB8696x based Ethernet
+ne*    at pcmcia? function ?           # NE2000-compatible Ethernet
+ex*    at cardbus?                     # 3Com 3C575TX
+
 wsdisplay0 at ofb? console ?
 wskbd0 at akbd? console ?
 wsmouse0 at ams? mux 0



Home | Main Index | Thread Index | Old Index