diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-08 19:23:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2000-08-08 19:23:45 +0000 |
commit | eb7dfc384f17c5be61862e64e552a4d164e94ede (patch) | |
tree | d984e692cd027c03201206f5167c7bc203cbb29c /sys/arch/i386/conf/GENERIC | |
parent | 4aef142ccc23f2430a9cc4fd622819805aa8e385 (diff) |
make them all use new PCIBIOS stuff
Diffstat (limited to 'sys/arch/i386/conf/GENERIC')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index b0484846add..40cf2e8e9bf 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.200 2000/08/02 14:08:38 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.201 2000/08/08 19:23:43 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -77,7 +77,8 @@ cbb* at pci? dev ? function ? cardslot* at cbb? # NOTE: You may need to uncomment the following line for CardBus to work -option BIOS32,PCIBIOS,PCIBIOS_INTR_FIXUP,PCIBIOS_BUS_FIXUP +option BIOS32,PCIBIOS +option PCIBIOS_INTR_FIXUP,PCIBIOS_BUS_FIXUP,PCIBIOS_ADDR_FIXUP # PCI USB Controllers #uhci* at pci? # Universal Host Controller (Intel) |