Date: Mon, 3 Feb 2014 02:52:08 +0000 (UTC) From: Ian Lepore <ian@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r261423 - head/sys/dev/mmc Message-ID: <201402030252.s132q8M0086003@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ian Date: Mon Feb 3 02:52:07 2014 New Revision: 261423 URL: http://svnweb.freebsd.org/changeset/base/261423 Log: Add the imx sdhci controller. Modified: head/sys/dev/mmc/mmc.c Modified: head/sys/dev/mmc/mmc.c ============================================================================== --- head/sys/dev/mmc/mmc.c Mon Feb 3 01:45:07 2014 (r261422) +++ head/sys/dev/mmc/mmc.c Mon Feb 3 02:52:07 2014 (r261423) @@ -1762,3 +1762,4 @@ DRIVER_MODULE(mmc, sdhci_pci, mmc_driver DRIVER_MODULE(mmc, sdhci_bcm, mmc_driver, mmc_devclass, NULL, NULL); DRIVER_MODULE(mmc, sdhci_fdt, mmc_driver, mmc_devclass, NULL, NULL); DRIVER_MODULE(mmc, sdhci_ti, mmc_driver, mmc_devclass, NULL, NULL); +DRIVER_MODULE(mmc, sdhci_imx, mmc_driver, mmc_devclass, NULL, NULL);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201402030252.s132q8M0086003>