diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-03-28 04:29:00 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2000-03-28 04:29:00 +0000 |
commit | 3afeb06c48deeceff7b90fdffa1ac085f7885535 (patch) | |
tree | 41d94bd06019f41e9dc96e6bd8bb7b3fac8ab025 /sys | |
parent | e23d0dcc7fda96cc627c8a84b2f514e9e7c2d06b (diff) |
from netbsd: give pcic0 whole 64k iomem, and move pcic{1,2} to 0xe0000
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 168bdcf3b07..430bcba190d 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -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 ? |