svn commit: r252915 - head/sys/arm/conf
    Oleksandr Tymoshenko 
    gonzo at FreeBSD.org
       
    Sun Jul  7 04:24:39 UTC 2013
    
    
  
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
    
    
More information about the svn-src-head
mailing list