Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 26 May 2009 20:20:58 GMT
From:      Sylvestre Gallon <syl@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 162807 for review
Message-ID:  <200905262020.n4QKKwNU030688@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=162807

Change 162807 by syl@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



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