diff options
author | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-23 08:22:50 +0000 |
---|---|---|
committer | Federico G. Schwindt <fgsch@cvs.openbsd.org> | 1998-09-23 08:22:50 +0000 |
commit | dfa8dac692340dcadc66cbf12f210f4432962328 (patch) | |
tree | fa1ecc689cc63703d359206e071ef3c2db38e707 /sys | |
parent | 72ffec2abfae38b43856c1024b89be8033844146 (diff) |
Add PCMCIAVERBOSE option.
Diffstat (limited to 'sys')
-rw-r--r-- | sys/arch/i386/conf/GENERIC | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/arch/i386/conf/GENERIC b/sys/arch/i386/conf/GENERIC index a4c788cee61..bdf7f29b800 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.84 1998/09/22 18:58:04 deraadt Exp $ +# $OpenBSD: GENERIC,v 1.85 1998/09/23 08:22:49 fgsch Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -46,6 +46,7 @@ pci* at mainbus0 bus ? option PCIVERBOSE option EISAVERBOSE +option PCMCIAVERBOSE pchb* at pci? dev ? function ? # PCI-Host bridges ppb* at pci? dev ? function ? # PCI-PCI bridges |