Author: gonzo
Date: Sun Jul  7 04:24:38 2013
New Revision: 252915
URL: http://svnweb.freebsd.org/changeset/base/252915

Log:
  - Add USFS driver as an example of device mode for AM335x-based devices

Modified:
  head/sys/arm/conf/BEAGLEBONE

Modified: head/sys/arm/conf/BEAGLEBONE
==============================================================================
--- head/sys/arm/conf/BEAGLEBONE        Sun Jul  7 04:23:29 2013        
(r252914)
+++ head/sys/arm/conf/BEAGLEBONE        Sun Jul  7 04:24:38 2013        
(r252915)
@@ -123,6 +123,10 @@ device             bpf
 device         miibus
 device         axe                     # ASIX Electronics USB Ethernet
 
+# Device mode support and USFS template
+device         usb_template    # Control of the gadget
+device         usfs
+
 # Flattened Device Tree
 options         FDT
 options         FDT_DTB_STATIC
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to