Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/evbarm/conf enable pcic(9) PCMCIA controllers in de...



details:   https://anonhg.NetBSD.org/src/rev/e99f69af536a
branches:  trunk
changeset: 572655:e99f69af536a
user:      joff <joff%NetBSD.org@localhost>
date:      Sun Jan 09 21:44:32 2005 +0000

description:
enable pcic(9) PCMCIA controllers in default kernel

diffstat:

 sys/arch/evbarm/conf/TS7200 |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (25 lines):

diff -r dcf044d6e8eb -r e99f69af536a sys/arch/evbarm/conf/TS7200
--- a/sys/arch/evbarm/conf/TS7200       Sun Jan 09 21:40:02 2005 +0000
+++ b/sys/arch/evbarm/conf/TS7200       Sun Jan 09 21:44:32 2005 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: TS7200,v 1.6 2005/01/08 20:41:56 joff Exp $
+#      $NetBSD: TS7200,v 1.7 2005/01/09 21:44:32 joff Exp $
 #
 #      GENERIC -- Generic kernel
 #
@@ -183,6 +183,15 @@
 tscs2  at isa? port 0x320 iomem ? irq ? drq ?
 tscs3  at isa? port 0x330 iomem ? irq ? drq ?
 
+# PCMCIA bus support
+pcmcia* at pcic? controller ? socket ?
+
+options PCIC_ISA_INTR_ALLOC_MASK=0xe0
+# ISA PCMCIA controllers
+pcic0  at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
+pcic1  at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
+pcic2  at isa? port 0x3e4 iomem 0xe0000 iosiz 0x4000
+
 # ATA (IDE) bus support
 atabus* at ata?
 



Home | Main Index | Thread Index | Old Index