svn commit: r238849 - head/sys/arm/at91

Warner Losh imp at FreeBSD.org
Fri Jul 27 17:31:19 UTC 2012


Author: imp
Date: Fri Jul 27 17:31:19 2012
New Revision: 238849
URL: http://svn.freebsd.org/changeset/base/238849

Log:
  Add the usb device (gadget) side of things.  Also add ehci bindings
  while I'm here in anticipation of usb2 support for newer SoCs.
  
  Requested by:	Hans Petter Selasky

Modified:
  head/sys/arm/at91/files.at91

Modified: head/sys/arm/at91/files.at91
==============================================================================
--- head/sys/arm/at91/files.at91	Fri Jul 27 17:28:11 2012	(r238848)
+++ head/sys/arm/at91/files.at91	Fri Jul 27 17:31:19 2012	(r238849)
@@ -51,4 +51,7 @@ arm/at91/board_tsc4370.c	optional	at91_b
 #
 # usb
 #
-dev/usb/controller/ohci_atmelarm.c	optional ohci
+dev/usb/controller/at91dci.c		optional	at91_dci
+dev/usb/controller/at91dci_atmelarm.c	optional	at91_dci
+dev/usb/controller/ohci_atmelarm.c	optional	ohci
+dev/usb/controller/ehci_atmelarm.c	optional	ehci


More information about the svn-src-all mailing list