PERFORCE change 158434 for review

Ulf Lilleengen lulf at FreeBSD.org
Fri Feb 27 23:12:31 PST 2009


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

Change 158434 by lulf at lulf_carrot on 2009/02/28 07:12:14

	- Make mmc device attach to mci driver. However, a call to DELAY() in
	  the mmc driver seems to lock everything up for now.

Affected files ...

.. //depot/projects/avr32/src/sys/avr32/conf/NGW100#9 edit
.. //depot/projects/avr32/src/sys/dev/mmc/mmc.c#3 edit

Differences ...

==== //depot/projects/avr32/src/sys/avr32/conf/NGW100#9 (text+ko) ====

@@ -61,3 +61,5 @@
 device		random
 device		ether
 device		md
+#device		mmc
+#device		mmcsd

==== //depot/projects/avr32/src/sys/dev/mmc/mmc.c#3 (text+ko) ====

@@ -1528,5 +1528,6 @@
 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, sdhci, mmc_driver, mmc_devclass, NULL, NULL);


More information about the p4-projects mailing list