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

Ian Lepore freebsd at damnhippie.dyndns.org
Tue Nov 27 00:02:39 UTC 2012


On Mon, 2012-11-26 at 23:30 +0000, Marcel Moolenaar wrote:
> Author: marcel
> Date: Mon Nov 26 23:30:47 2012
> New Revision: 243575
> URL: http://svnweb.freebsd.org/changeset/base/243575
> 
> Log:
>   Unbreak building a kernel with EHCI: there's no ehci_atmelarm.c.
> 
> Modified:
>   head/sys/arm/at91/files.at91
> 
> Modified: head/sys/arm/at91/files.at91
> ==============================================================================
> --- head/sys/arm/at91/files.at91	Mon Nov 26 23:23:36 2012	(r243574)
> +++ head/sys/arm/at91/files.at91	Mon Nov 26 23:30:47 2012	(r243575)
> @@ -55,4 +55,3 @@ arm/at91/board_tsc4370.c	optional	at91_b
>  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

FWIW, I do have a working ehci_atmelarm.c if anybody needs it.  It's not
quite ready to commit, because it relies on some other at91 changes that
are also not quite ready to commit, but with a bit of manual fussing it
can be made to work if you've got a need for it.

-- Ian




More information about the svn-src-all mailing list