diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-27 04:02:45 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-01-27 04:02:45 +0000 |
commit | 2793071e8cf9cfd86f01f167108102d1a4e50825 (patch) | |
tree | d40aa162d3469cef2ec81ad953e5f31237e79169 /sys/arch/i386 | |
parent | 2bb88952e1b47f7906217a88ca613e77fb2048c5 (diff) |
enable USBVERBOSE
Diffstat (limited to 'sys/arch/i386')
-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 84f20d28e52..d6cd59270dd 100644 --- a/sys/arch/i386/conf/GENERIC +++ b/sys/arch/i386/conf/GENERIC @@ -1,4 +1,4 @@ -# $OpenBSD: GENERIC,v 1.223 2001/01/24 10:25:42 hugh Exp $ +# $OpenBSD: GENERIC,v 1.224 2001/01/27 04:02:44 deraadt Exp $ # $NetBSD: GENERIC,v 1.48 1996/05/20 18:17:23 mrg Exp $ # # GENERIC -- everything that's currently supported @@ -52,7 +52,7 @@ pci* at mainbus0 bus ? option PCIVERBOSE option EISAVERBOSE #option PCMCIAVERBOSE -#option USBVERBOSE +option USBVERBOSE #option PCIBIOSVERBOSE pchb* at pci? dev ? function ? # PCI-Host bridges |