svn commit: r207207 - head/sys/amd64/conf

Andrew Thompson thompsa at FreeBSD.org
Sun Apr 25 22:01:32 UTC 2010


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)


More information about the svn-src-all mailing list