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 another pcic at isa attachment. This ...



details:   https://anonhg.NetBSD.org/src/rev/229838f8bbb3
branches:  trunk
changeset: 521898:229838f8bbb3
user:      jmcneill <jmcneill%NetBSD.org@localhost>
date:      Fri Feb 08 01:47:59 2002 +0000

description:
Add another pcic at isa attachment. This enables the top PCMCIA slot on
my AST Ascentia 910N, and closes port-i386/11797

diffstat:

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

diffs (26 lines):

diff -r 70b46b4683c2 -r 229838f8bbb3 sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Fri Feb 08 01:42:41 2002 +0000
+++ b/sys/arch/i386/conf/GENERIC        Fri Feb 08 01:47:59 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.470 2002/02/06 19:58:02 wiz Exp $
+# $NetBSD: GENERIC,v 1.471 2002/02/08 01:47:59 jmcneill Exp $
 #
 # GENERIC machine description file
 # 
@@ -20,7 +20,7 @@
 
 include        "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.470 $"
+#ident                 "GENERIC-$Revision: 1.471 $"
 
 maxusers       32              # estimated number of users
 
@@ -294,6 +294,7 @@
 # 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
 tcic0  at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
 
 # PCI PCMCIA controllers



Home | Main Index | Thread Index | Old Index