diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-24 20:11:12 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-12-24 20:11:12 +0000 |
commit | 635ab50f8c711e7422085af2db271e16970d3a2e (patch) | |
tree | ae2eaf54f7819d37da3fc30ef2cd263e100ed368 /sys/arch/i386/conf/RAMDISK | |
parent | b2d26802485a00ed62a83fcae043998624d08ea3 (diff) |
pcib is required if pcibios is there; deraadt@ ok
Diffstat (limited to 'sys/arch/i386/conf/RAMDISK')
-rw-r--r-- | sys/arch/i386/conf/RAMDISK | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/RAMDISK b/sys/arch/i386/conf/RAMDISK index c937253c342..ca48032d73a 100644 --- a/sys/arch/i386/conf/RAMDISK +++ b/sys/arch/i386/conf/RAMDISK @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISK,v 1.110 2001/10/10 23:43:43 millert Exp $ +# $OpenBSD: RAMDISK,v 1.111 2001/12/24 20:11:11 mickey Exp $ machine i386 # architecture, used by config; REQUIRED @@ -47,6 +47,7 @@ apm0 at bios0 flags 0x0000 # flags 0x0101 to force protocol version 1.1 pcibios0 at bios0 flags 0x0000 isa0 at mainbus0 +isa0 at pcib? eisa0 at mainbus0 pci* at mainbus0 @@ -57,6 +58,7 @@ pchb* at pci? dev ? function ? # PCI-Host bridges ppb* at pci? dev ? function ? # PCI-PCI bridges pci* at ppb? bus ? pci* at pchb? bus ? +pcib* at pci? dev ? function ? # PCI-ISA bridge # ISA PCMCIA controllers pcic0 at isa? port 0x3e0 iomem 0xd0000 iosiz 0x4000 |