diff options
author | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-07 22:25:44 +0000 |
---|---|---|
committer | Aaron Campbell <aaron@cvs.openbsd.org> | 2000-04-07 22:25:44 +0000 |
commit | 2abe5ceec2eef190355a4039a48aa7aafdb03bb0 (patch) | |
tree | 6282797bbeb8aac328e127de448d1f37cbe24601 | |
parent | eda865cb42442de4e7326a3a3b21e7072ce60e5e (diff) |
Another option, PCIBIOS_BUS_FIXUP, is needed for CardBus on some machines.
-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 96b4f757182..8e2b6c63234 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.173 2000/04/05 00:29:13 aaron Exp $ +# $OpenBSD: GENERIC,v 1.174 2000/04/07 22:25:43 aaron Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -48,7 +48,7 @@ option EISAVERBOSE #option PCMCIAVERBOSE #option USBVERBOSE -#option BIOS32,PCIBIOS,PCIBIOS_INTR_FIXUP +#option BIOS32,PCIBIOS,PCIBIOS_INTR_FIXUP,PCIBIOS_BUS_FIXUP pchb* at pci? dev ? function ? # PCI-Host bridges ppb* at pci? dev ? function ? # PCI-PCI bridges |