PERFORCE change 158798 for review
Ulf Lilleengen
lulf at FreeBSD.org
Fri Mar 6 11:14:23 PST 2009
http://perforce.freebsd.org/chv.cgi?CH=158798
Change 158798 by lulf at lulf_carrot on 2009/03/06 19:13:55
- Rename from at32_mci to atmel_mci to make it common for at91 and
avr32.
Affected files ...
.. //depot/projects/avr32/src/sys/avr32/avr32/at32_mci.c#2 delete
.. //depot/projects/avr32/src/sys/avr32/conf/NGW100#12 edit
.. //depot/projects/avr32/src/sys/conf/files.avr32#11 edit
.. //depot/projects/avr32/src/sys/dev/mmc/atmel_mci.c#1 add
.. //depot/projects/avr32/src/sys/dev/mmc/mmc.c#4 edit
Differences ...
==== //depot/projects/avr32/src/sys/avr32/conf/NGW100#12 (text+ko) ====
@@ -54,7 +54,7 @@
device uart # USART support
#device atmel_twi # TWI (I2C) support
#device atmel_ssc # Sync Serial controller
-device at32_mci # Media card interface
+device atmel_mci # Media card interface
# Drivers for onboard parallel flash
device cfi
==== //depot/projects/avr32/src/sys/conf/files.avr32#11 (text+ko) ====
@@ -35,7 +35,7 @@
avr32/avr32/at32_pio.c optional at32_pio
avr32/avr32/at32_sdramc.c optional at32_sdramc
avr32/avr32/at32_smc.c optional at32_smc
-avr32/avr32/at32_mci.c optional at32_mci
+dev/mmc/atmel_mci.c optional atmel_mci
avr32/avr32/busdma_machdep.c optional at32_mci
dev/cfi/cfi_bus_at32_smc.c optional at32_smc cfi
==== //depot/projects/avr32/src/sys/dev/mmc/mmc.c#4 (text+ko) ====
@@ -1528,6 +1528,5 @@
static devclass_t mmc_devclass;
-DRIVER_MODULE(mmc, at32_mci, mmc_driver, mmc_devclass, NULL, NULL);
-DRIVER_MODULE(mmc, at91_mci, mmc_driver, mmc_devclass, NULL, NULL);
+DRIVER_MODULE(mmc, atmel_mci, mmc_driver, mmc_devclass, NULL, NULL);
DRIVER_MODULE(mmc, sdhci, mmc_driver, mmc_devclass, NULL, NULL);
More information about the p4-projects
mailing list