diff options
author | 2000-03-28 04:28:59 +0000 | |
---|---|---|
committer | 2000-03-28 04:28:59 +0000 | |
commit | 1b4563f609d177b40179f6af3dc96c0b0a66a636 (patch) | |
tree | 0aa6d8a58de66740b39bb0bc88998396e17e1e85 | |
parent | PCIBIOS does not fully work yet (diff) | |
download | wireguard-openbsd-1b4563f609d177b40179f6af3dc96c0b0a66a636.tar.xz wireguard-openbsd-1b4563f609d177b40179f6af3dc96c0b0a66a636.zip |
from netbsd: give pcic0 whole 64k iomem, and move pcic{1,2} to 0xe0000
-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 ? |