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/GENERIC | |
parent | b2d26802485a00ed62a83fcae043998624d08ea3 (diff) |
pcib is required if pcibios is there; deraadt@ ok
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 6e8239c2994..1b5d553f15d 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.283 2001/11/30 00:17:02 nate Exp $ +# $OpenBSD: GENERIC,v 1.284 2001/12/24 20:11:11 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -55,7 +55,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 bridges (do nothing) +pcib* at pci? dev ? function ? # PCI-ISA bridge # ISA PCMCIA controllers #option PCMCIAVERBOSE |