From 3a8b6fe7c3c801580deef718229fe22053dd99fd Mon Sep 17 00:00:00 2001 From: aaron Date: Fri, 7 Apr 2000 22:25:43 +0000 Subject: [PATCH] Another option, PCIBIOS_BUS_FIXUP, is needed for CardBus on some machines. --- sys/arch/i386/conf/GENERIC | 4 ++-- 1 file 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 -- 2.20.1