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

Warner Losh imp at FreeBSD.org
Fri Feb 27 15:12:29 PST 2009


Author: imp
Date: Fri Feb 27 23:12:28 2009
New Revision: 189126
URL: http://svn.freebsd.org/changeset/base/189126

Log:
  Move to new usb stack that puts the front-end bus attachments with the
  usb stack rather than with the rest of the processor support code.
  Not sure that's a good idea, as we were moving away from it, but this
  fixes the build in the mean time so we can have that discussion.

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

Modified: head/sys/arm/at91/files.at91
==============================================================================
--- head/sys/arm/at91/files.at91	Fri Feb 27 22:12:15 2009	(r189125)
+++ head/sys/arm/at91/files.at91	Fri Feb 27 23:12:28 2009	(r189126)
@@ -15,10 +15,10 @@ arm/at91/at91_tc.c		optional	at91_tc
 arm/at91/at91_twi.c		optional	at91_twi
 arm/at91/at91_udp.c		optional	at91_udp
 arm/at91/if_ate.c		optional	ate
-arm/at91/ohci_atmelarm.c	optional	ohci
 arm/at91/uart_bus_at91usart.c	optional	uart
 arm/at91/uart_cpu_at91rm9200usart.c	optional	uart
 arm/at91/uart_dev_at91usart.c	optional	uart
+dev/usb/controller/ohci_atmelarm.c	optional	ohci
 #
 # All the boards we support
 #


More information about the svn-src-head mailing list