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 Change the size of the PCMCIA controller ...



details:   https://anonhg.NetBSD.org/src/rev/80dc53758a9d
branches:  trunk
changeset: 481621:80dc53758a9d
user:      augustss <augustss%NetBSD.org@localhost>
date:      Wed Feb 02 19:48:18 2000 +0000

description:
Change the size of the PCMCIA controller memory window to 64K.  Several
of the radio LAN cards need it.

diffstat:

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

diffs (30 lines):

diff -r 0a5705aab54f -r 80dc53758a9d sys/arch/i386/conf/GENERIC
--- a/sys/arch/i386/conf/GENERIC        Wed Feb 02 18:39:44 2000 +0000
+++ b/sys/arch/i386/conf/GENERIC        Wed Feb 02 19:48:18 2000 +0000
@@ -1,11 +1,11 @@
-#      $NetBSD: GENERIC,v 1.295 2000/01/25 08:32:01 augustss Exp $
+#      $NetBSD: GENERIC,v 1.296 2000/02/02 19:48:18 augustss Exp $
 #
 #      GENERIC -- everything that's currently supported
 #
 
 include "arch/i386/conf/std.i386"
 
-#ident                 "GENERIC-$Revision: 1.295 $"
+#ident                 "GENERIC-$Revision: 1.296 $"
 
 maxusers       32              # estimated number of users
 
@@ -234,9 +234,9 @@
 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
+pcic0  at isa? port 0x3e0 iomem 0xd0000 iosiz 0x10000
+pcic1  at isa? port 0x3e2 iomem 0xe0000 iosiz 0x4000
+tcic0  at isa? port 0x240 iomem 0xd0000 iosiz 0x10000
 
 # PCI PCMCIA controllers
 pcic0  at pci? dev? function ?



Home | Main Index | Thread Index | Old Index