Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Aug 2015 08:57:59 +0000 (UTC)
From:      Andrew Turner <andrew@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r286408 - head/sys/dev/mmc/host
Message-ID:  <201508070857.t778vxFm029447@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: andrew
Date: Fri Aug  7 08:57:58 2015
New Revision: 286408
URL: https://svnweb.freebsd.org/changeset/base/286408

Log:
  Attach dwmmc to the ofwbus, som devicetrees place it here.
  
  Sponsored by:	ABT Systems Ltd

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

Modified: head/sys/dev/mmc/host/dwmmc.c
==============================================================================
--- head/sys/dev/mmc/host/dwmmc.c	Fri Aug  7 08:54:50 2015	(r286407)
+++ head/sys/dev/mmc/host/dwmmc.c	Fri Aug  7 08:57:58 2015	(r286408)
@@ -1208,4 +1208,5 @@ static driver_t dwmmc_driver = {
 static devclass_t dwmmc_devclass;
 
 DRIVER_MODULE(dwmmc, simplebus, dwmmc_driver, dwmmc_devclass, 0, 0);
+DRIVER_MODULE(dwmmc, ofwbus, dwmmc_driver, dwmmc_devclass, 0, 0);
 



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