svn commit: r208232 - stable/8/sys/conf

Andrew Thompson thompsa at FreeBSD.org
Mon May 17 23:52:33 UTC 2010


Author: thompsa
Date: Mon May 17 23:52:33 2010
New Revision: 208232
URL: http://svn.freebsd.org/changeset/base/208232

Log:
  MFC r208048
  
   Allow the USB_REQ_DEBUG to be enabled in the kernel conf.

Modified:
  stable/8/sys/conf/options
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/amd64/include/xen/   (props changed)
  stable/8/sys/cddl/contrib/opensolaris/   (props changed)
  stable/8/sys/contrib/dev/acpica/   (props changed)
  stable/8/sys/contrib/pf/   (props changed)
  stable/8/sys/dev/xen/xenpci/   (props changed)
  stable/8/sys/geom/sched/   (props changed)

Modified: stable/8/sys/conf/options
==============================================================================
--- stable/8/sys/conf/options	Mon May 17 23:51:57 2010	(r208231)
+++ stable/8/sys/conf/options	Mon May 17 23:52:33 2010	(r208232)
@@ -636,6 +636,7 @@ BUS_DEBUG		opt_bus.h
 
 # options for USB support
 USB_DEBUG		opt_usb.h
+USB_REQ_DEBUG		opt_usb.h
 USB_VERBOSE		opt_usb.h
 USB_EHCI_BIG_ENDIAN_DESC	opt_usb.h
 U3G_DEBUG		opt_u3g.h


More information about the svn-src-stable-8 mailing list