svn commit: r183708 - head/sys/dev/mmc

Alexander Motin mav at FreeBSD.org
Wed Oct 8 20:00:52 UTC 2008


Author: mav
Date: Wed Oct  8 20:00:51 2008
New Revision: 183708
URL: http://svn.freebsd.org/changeset/base/183708

Log:
  Generic SD Host Controller driver going to be named sdhci.

Modified:
  head/sys/dev/mmc/mmc.c

Modified: head/sys/dev/mmc/mmc.c
==============================================================================
--- head/sys/dev/mmc/mmc.c	Wed Oct  8 19:39:22 2008	(r183707)
+++ head/sys/dev/mmc/mmc.c	Wed Oct  8 20:00:51 2008	(r183708)
@@ -1286,4 +1286,4 @@ static devclass_t mmc_devclass;
 
 
 DRIVER_MODULE(mmc, at91_mci, mmc_driver, mmc_devclass, 0, 0);
-DRIVER_MODULE(mmc, sdh, mmc_driver, mmc_devclass, 0, 0);
+DRIVER_MODULE(mmc, sdhci, mmc_driver, mmc_devclass, 0, 0);


More information about the svn-src-all mailing list