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 tcic PCMCIA controller.



details:   https://anonhg.NetBSD.org/src/rev/5189eda2232f
branches:  trunk
changeset: 467363:5189eda2232f
user:      bad <bad%NetBSD.org@localhost>
date:      Tue Mar 23 20:08:55 1999 +0000

description:
Add tcic PCMCIA controller.

diffstat:

 sys/arch/i386/conf/GENERIC |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (22 lines):

diff -r b520e5b2d877 -r 5189eda2232f sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Tue Mar 23 20:07:39 1999 +0000
+++ b/sys/arch/i386/conf/GENERIC        Tue Mar 23 20:08:55 1999 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.222 1999/03/22 23:43:30 bad Exp $
+#      $NetBSD: GENERIC,v 1.223 1999/03/23 20:08:55 bad Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
@@ -198,10 +198,12 @@
 
 # PCMCIA bus support
 pcmcia*        at pcic? controller ? socket ?
+pcmcia*        at tcic? controller ? socket ?
 
 # ISA PCMCIA controllers
 pcic0  at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000
 pcic1  at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
+tcic0  at isa? port 0x240 iomem 0xd0000 iosiz 0x4000
 
 # PCI PCMCIA controllers
 pcic0  at pci? dev? function ?



Home | Main Index | Thread Index | Old Index