Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/alpha/conf Add PCMCIA.



details:   https://anonhg.NetBSD.org/src/rev/ee75da1863f9
branches:  trunk
changeset: 486297:ee75da1863f9
user:      matt <matt%NetBSD.org@localhost>
date:      Thu May 18 04:03:30 2000 +0000

description:
Add PCMCIA.

diffstat:

 sys/arch/alpha/conf/GENERIC |  19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diffs (49 lines):

diff -r 077561d14dc4 -r ee75da1863f9 sys/arch/alpha/conf/GENERIC
--- a/sys/arch/alpha/conf/GENERIC       Thu May 18 03:27:22 2000 +0000
+++ b/sys/arch/alpha/conf/GENERIC       Thu May 18 04:03:30 2000 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.151 2000/05/08 13:49:45 augustss Exp $
+# $NetBSD: GENERIC,v 1.152 2000/05/18 04:03:30 matt 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.151 $"
+#ident                 "GENERIC-$Revision: 1.152 $"
 
 maxusers 32
 
@@ -290,6 +290,9 @@
 bha*   at      isa? port 0x334 irq ? drq ?     # BusLogic [57]4X SCSI (unt.)
 uha*   at      isa? port 0x330 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
 uha*   at      isa? port 0x334 irq ? drq ?     # UltraStor [13]4f SCSI (unt.)
+pcic0  at      isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
+pcic1  at      isa? port 0x3e2 iomem 0xcc000 iosiz 0x10000
+pcmcia*        at      pcic? controller ? socket ?
 
 # EISA devices
 ahb*   at      eisa? slot ?                    # Adaptec 174[024] SCSI (unt.)
@@ -300,8 +303,20 @@
 tlp*   at      eisa? slot ?                    # DEC DE-425 Ethernet
 uha*   at      eisa? slot ?                    # UltraStor 24f SCSI (unt.)
 
+# PCMCIA device
+aic*   at      pcmcia? function ?              # Adaptec APA-1460 SCSI
+com*   at      pcmcia? function ?              # Modems and serial cards
+wdc*   at      pcmcia? function ?              # PCMCIA IDE controllers
+ep*    at      pcmcia? function ?              # 3Com 3c589 and 3c562 Eth.
+mbe*   at      pcmcia? function ?              # MB8696x based Ethernet
+ne*    at      pcmcia? function ?              # NE2000-compatible Eth.
+sm*    at      pcmcia? function ?              # Megahertz Ethernet
+ray*   at      pcmcia? function ?              # Raytheon Raylink (802.11)
+wi*    at      pcmcia? function ?              # Lucent WaveLAN/IEEE
+
 # SCSI bus support
 scsibus* at    adv?
+scsibus* at    aic?
 scsibus* at    adw?
 scsibus* at    aha?
 scsibus* at    ahb?



Home | Main Index | Thread Index | Old Index