diff options
author | 2001-01-27 04:02:44 +0000 | |
---|---|---|
committer | 2001-01-27 04:02:44 +0000 | |
commit | b23e9f467883ee300e69a9b57c87c2579fd3f81b (patch) | |
tree | 0b8ac2e705d19308220796b6081d5239e8d57e52 | |
parent | sync (diff) | |
download | wireguard-openbsd-b23e9f467883ee300e69a9b57c87c2579fd3f81b.tar.xz wireguard-openbsd-b23e9f467883ee300e69a9b57c87c2579fd3f81b.zip |
enable USBVERBOSE
-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 |