Date: Sun, 14 Mar 2010 19:04:42 +0000 (UTC) From: Warner Losh <imp@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r205158 - head/sys/mips/conf Message-ID: <201003141904.o2EJ4gx1027767@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003141904.o2EJ4gx1027767>