Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2009 23:12:28 +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: r189126 - head/sys/arm/at91
Message-ID:  <200902272312.n1RNCSUq086143@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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
 #



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200902272312.n1RNCSUq086143>