PERFORCE change 105491 for review

Bernd Walter ticso at FreeBSD.org
Fri Sep 1 22:51:59 UTC 2006


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

Change 105491 by ticso at ticso on 2006/09/01 22:51:34

	add a quick and dirty implementation for MMC access

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91.c#20 edit
.. //depot/projects/arm/src/sys/arm/at91/at91_qdmmc.c#1 add
.. //depot/projects/arm/src/sys/arm/at91/at91_qdmmcreg.h#1 add
.. //depot/projects/arm/src/sys/arm/at91/files.at91#11 edit

Differences ...

==== //depot/projects/arm/src/sys/arm/at91/at91.c#20 (text+ko) ====

@@ -304,6 +304,11 @@
 		AT91RM92_IRQ_UDP
 	},
 	{
+		"at91_qdmmc", 0,
+		AT91RM92_BASE + AT91RM92_MCI_BASE, AT91RM92_MCI_SIZE,
+		AT91RM92_IRQ_MCI
+	},
+	{
 		"at91_mci", 0,
 		AT91RM92_BASE + AT91RM92_MCI_BASE, AT91RM92_MCI_SIZE,
 		AT91RM92_IRQ_MCI

==== //depot/projects/arm/src/sys/arm/at91/files.at91#11 (text) ====

@@ -4,6 +4,7 @@
 arm/at91/at91.c			standard
 arm/at91/at91_st.c		standard
 arm/at91/at91_mci.c		optional	at91_mci
+arm/at91/at91_qdmmc.c		optional	at91_qdmmc
 arm/at91/at91_pio.c		standard
 arm/at91/at91_pmc.c		standard
 arm/at91/at91_rtc.c		standard


More information about the p4-projects mailing list