Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Feb 2009 07:12:29 GMT
From:      Ulf Lilleengen <lulf@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 158434 for review
Message-ID:  <200902280712.n1S7CTfq037817@repoman.freebsd.org>

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

Change 158434 by lulf@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);



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