svn commit: r205158 - head/sys/mips/conf

Warner Losh imp at FreeBSD.org
Sun Mar 14 19:04:43 UTC 2010


Author: imp
Date: Sun Mar 14 19:04:42 2010
New Revision: 205158
URL: http://svn.freebsd.org/changeset/base/205158

Log:
  Go ahead and add USB support to the generic config.

Modified:
  head/sys/mips/conf/AR71XX

Modified: head/sys/mips/conf/AR71XX
==============================================================================
--- head/sys/mips/conf/AR71XX	Sun Mar 14 18:59:11 2010	(r205157)
+++ head/sys/mips/conf/AR71XX	Sun Mar 14 19:04:42 2010	(r205158)
@@ -67,10 +67,11 @@ device		ath_rate_sample
 device		mii
 device		arge
 
-# device		usb
-# options		USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
+device		usb
+options		USB_EHCI_BIG_ENDIAN_DESC        # handle big-endian byte order
 # options		USB_DEBUG
-# device		ehci
+device		ohci
+device		ehci
 
 device		spibus
 device		ar71xx_spi


More information about the svn-src-all mailing list