svn commit: r238848 - head/sys/dev/usb/controller

Warner Losh imp at FreeBSD.org
Fri Jul 27 17:28:12 UTC 2012


Author: imp
Date: Fri Jul 27 17:28:11 2012
New Revision: 238848
URL: http://svn.freebsd.org/changeset/base/238848

Log:
  Make this compile again.  Also note that it is AT91RM9200+KB9202B
  specific still and needs some love to make it work on anything else.

Modified:
  head/sys/dev/usb/controller/at91dci_atmelarm.c

Modified: head/sys/dev/usb/controller/at91dci_atmelarm.c
==============================================================================
--- head/sys/dev/usb/controller/at91dci_atmelarm.c	Fri Jul 27 17:07:54 2012	(r238847)
+++ head/sys/dev/usb/controller/at91dci_atmelarm.c	Fri Jul 27 17:28:11 2012	(r238848)
@@ -61,12 +61,12 @@ __FBSDID("$FreeBSD$");
 
 #include <arm/at91/at91_pmcvar.h>
 #include <arm/at91/at91rm92reg.h>
-#include <arm/at91/at91_pio_rm9200.h>
+#include <arm/at91/at91_pioreg.h>
 #include <arm/at91/at91_piovar.h>
 
 #define	MEM_RID	0
 
-/* Pin Definitions - do they belong here or somewhere else ? */
+/* Pin Definitions - do they belong here or somewhere else ? -- YES! */
 
 #define	VBUS_MASK	AT91C_PIO_PB24
 #define	VBUS_BASE	AT91RM92_PIOB_BASE


More information about the svn-src-head mailing list