Author: thompsa
Date: Sun Apr 25 22:01:32 2010
New Revision: 207207
URL: http://svn.freebsd.org/changeset/base/207207

Log:
  Set USB_DEBUG like the other platforms, I had turned it off to test the build
  before committing r207077.
  
  Spotted by:   marius

Modified:
  head/sys/amd64/conf/GENERIC

Modified: head/sys/amd64/conf/GENERIC
==============================================================================
--- head/sys/amd64/conf/GENERIC Sun Apr 25 20:43:19 2010        (r207206)
+++ head/sys/amd64/conf/GENERIC Sun Apr 25 22:01:32 2010        (r207207)
@@ -281,7 +281,7 @@ device              firmware        # firmware assist modul
 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)
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to