summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2010-04-25 22:01:32 +0000
committerthompsa <thompsa@FreeBSD.org>2010-04-25 22:01:32 +0000
commit143e48472914f19487cc57bb4cb0354ec067a0cc (patch)
treee2ed4995ca2b1289669f312a0c6a85d0fd39d345
parent88403fad183ba6067547daa0d779c87bf100403f (diff)
downloadFreeBSD-src-143e48472914f19487cc57bb4cb0354ec067a0cc.zip
FreeBSD-src-143e48472914f19487cc57bb4cb0354ec067a0cc.tar.gz
Set USB_DEBUG like the other platforms, I had turned it off to test the build
before committing r207077. Spotted by: marius
-rw-r--r--sys/amd64/conf/GENERIC2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC
index ddfb1ab..b5a1930 100644
--- a/sys/amd64/conf/GENERIC
+++ b/sys/amd64/conf/GENERIC
@@ -281,7 +281,7 @@ device firmware # firmware assist module
device bpf # Berkeley packet filter
# USB support
-#options USB_DEBUG # enable debug msgs
+options USB_DEBUG # enable debug msgs
device uhci # UHCI PCI->USB interface
device ohci # OHCI PCI->USB interface
device ehci # EHCI PCI->USB interface (USB 2.0)
OpenPOWER on IntegriCloud