PERFORCE change 162807 for review

Sylvestre Gallon syl at FreeBSD.org
Tue May 26 20:21:01 UTC 2009


http://perforce.freebsd.org/chv.cgi?CH=162807

Change 162807 by syl at syl_rincewind on 2009/05/26 20:19:49

	Remove <arm/at91/at91rm92reg.h> on at91_mci.c and at91_spi.c to be SoC
	independant.
	Add mci spi ssc and twi to AT91SAM9261EK config file.

Affected files ...

.. //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_mci.c#2 edit
.. //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_spi.c#3 edit
.. //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_ssc.c#2 edit
.. //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_twi.c#2 edit
.. //depot/projects/soc2009/syl_usb/src/sys/arm/conf/AT91SAM9261EK#2 edit

Differences ...

==== //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_mci.c#2 (text+ko) ====

@@ -52,7 +52,6 @@
 #include <machine/resource.h>
 #include <machine/frame.h>
 #include <machine/intr.h>
-#include <arm/at91/at91rm92reg.h>
 #include <arm/at91/at91var.h>
 #include <arm/at91/at91_mcireg.h>
 #include <arm/at91/at91_pdcreg.h>

==== //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_spi.c#3 (text) ====


==== //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_ssc.c#2 (text) ====


==== //depot/projects/soc2009/syl_usb/src/sys/arm/at91/at91_twi.c#2 (text) ====

@@ -39,7 +39,6 @@
 #include <sys/rman.h>
 #include <machine/bus.h>
 
-#include <arm/at91/at91rm92reg.h>
 #include <arm/at91/at91_twireg.h>
 #include <arm/at91/at91var.h>
 

==== //depot/projects/soc2009/syl_usb/src/sys/arm/conf/AT91SAM9261EK#2 (text+ko) ====

@@ -81,6 +81,11 @@
 #options 	DIAGNOSTIC
 
 device		md
+device		at91_twi
+device		at91_spi
+device		at91_ssc
+device		at91_mci
+
 device		mmc			# mmc/sd bus
 device		mmcsd			# mmc/sd flash cards
 # iic


More information about the p4-projects mailing list