diff options
author | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-28 20:34:39 +0000 |
---|---|---|
committer | Michael Shalayeff <mickey@cvs.openbsd.org> | 2001-01-28 20:34:39 +0000 |
commit | dca93e6145b5584278d2cb0b3f4da8c5c02b61bb (patch) | |
tree | 951841ac0eb0383442d4a5b9c9ae092350437f03 /sys/arch/i386/conf | |
parent | 29c87f29216f8166c03a38fd082a16e99730e61d (diff) |
PCIBIOSVERBOSE no more
Diffstat (limited to 'sys/arch/i386/conf')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index 7d6157fa56d..31f66ee7122 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.226 2001/01/28 17:45:19 aaron Exp $ +# $OpenBSD: GENERIC,v 1.227 2001/01/28 20:34:38 mickey Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -53,7 +53,6 @@ option PCIVERBOSE option EISAVERBOSE #option PCMCIAVERBOSE option USBVERBOSE -#option PCIBIOSVERBOSE pchb* at pci? dev ? function ? # PCI-Host bridges ppb* at pci? dev ? function ? # PCI-PCI bridges |