svn commit: r218623 - head/sys/conf

Hans Petter Selasky hselasky at FreeBSD.org
Sat Feb 12 21:17:39 UTC 2011


Author: hselasky
Date: Sat Feb 12 21:17:38 2011
New Revision: 218623
URL: http://svn.freebsd.org/changeset/base/218623

Log:
  Add missing USB_HOST_ALIGN option.
  
  Approved by:	thompsa (mentor)

Modified:
  head/sys/conf/options

Modified: head/sys/conf/options
==============================================================================
--- head/sys/conf/options	Sat Feb 12 21:06:12 2011	(r218622)
+++ head/sys/conf/options	Sat Feb 12 21:17:38 2011	(r218623)
@@ -643,6 +643,7 @@ BUS_DEBUG		opt_bus.h
 
 # options for USB support
 USB_DEBUG		opt_usb.h
+USB_HOST_ALIGN		opt_usb.h
 USB_REQ_DEBUG		opt_usb.h
 USB_VERBOSE		opt_usb.h
 USB_EHCI_BIG_ENDIAN_DESC	opt_usb.h


More information about the svn-src-all mailing list