Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Jul 2012 17:28:11 +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: r238848 - head/sys/dev/usb/controller
Message-ID:  <201207271728.q6RHSBbV029889@svn.freebsd.org>

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



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