from netbsd: give pcic0 whole 64k iomem, and move pcic{1,2} to 0xe0000
authormickey <mickey@openbsd.org>
Tue, 28 Mar 2000 04:28:59 +0000 (04:28 +0000)
committermickey <mickey@openbsd.org>
Tue, 28 Mar 2000 04:28:59 +0000 (04:28 +0000)
sys/arch/i386/conf/GENERIC

index 168bdcf..430bcba 100644 (file)
@@ -1,4 +1,4 @@
-#      $OpenBSD: GENERIC,v 1.164 2000/03/28 03:47:26 deraadt Exp $
+#      $OpenBSD: GENERIC,v 1.165 2000/03/28 04:28:59 mickey Exp $
 #      $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $
 #
 #      GENERIC -- everything that's currently supported
@@ -57,9 +57,9 @@ pci*  at pchb? bus ?
 pcib*  at pci? dev ? function ?        # PCI-ISA bridges (do nothing)
 
 # ISA PCMCIA controllers
-pcic0  at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000
-pcic1  at isa? port 0x3e2 iomem 0xd4000 iosiz 0x4000
-pcic2  at isa? port 0x3e4 iomem 0xd4000 iosiz 0x4000
+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
 
 # PCMCIA bus support
 pcmcia*        at pcic? controller ? socket ?