Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 6 Oct 2006 04:52:54 GMT
From:      Warner Losh <imp@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 107342 for review
Message-ID:  <200610060452.k964qsFd084860@repoman.freebsd.org>

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

Change 107342 by imp@imp_lighthouse on 2006/10/06 04:51:55

	Now that the real one seems to work, no need for the quick and
	dirty one...

Affected files ...

.. //depot/projects/arm/src/sys/arm/at91/at91.c#21 edit
.. //depot/projects/arm/src/sys/arm/at91/at91_qdmmc.c#14 delete
.. //depot/projects/arm/src/sys/arm/at91/at91_qdmmcreg.h#4 delete
.. //depot/projects/arm/src/sys/arm/at91/files.at91#12 edit
.. //depot/projects/arm/src/sys/arm/conf/TSC4370RAM#3 edit

Differences ...

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

@@ -304,11 +304,6 @@
 		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#12 (text) ====

@@ -4,7 +4,6 @@
 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

==== //depot/projects/arm/src/sys/arm/conf/TSC4370RAM#3 (text+ko) ====

@@ -94,7 +94,6 @@
 device		at91_spi		# SPI bridge support
 device		at91_ssc
 device		at91_tc
-device		at91_qdmmc
 # iic
 device		iic
 device		iicbus



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