From 635ab50f8c711e7422085af2db271e16970d3a2e Mon Sep 17 00:00:00 2001 From: Michael Shalayeff Date: Mon, 24 Dec 2001 20:11:12 +0000 Subject: pcib is required if pcibios is there; deraadt@ ok --- sys/arch/i386/conf/RAMDISKB | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'sys/arch/i386/conf/RAMDISKB') diff --git a/sys/arch/i386/conf/RAMDISKB b/sys/arch/i386/conf/RAMDISKB index 4d18ce68ad9..4c5755e1665 100644 --- a/sys/arch/i386/conf/RAMDISKB +++ b/sys/arch/i386/conf/RAMDISKB @@ -1,4 +1,4 @@ -# $OpenBSD: RAMDISKB,v 1.46 2001/12/05 23:46:20 deraadt Exp $ +# $OpenBSD: RAMDISKB,v 1.47 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 -- cgit v1.2.3