Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 25 Apr 2010 22:01:32 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r207207 - head/sys/amd64/conf
Message-ID:  <201004252201.o3PM1W8G083621@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201004252201.o3PM1W8G083621>