svn commit: r250791 - head/sys/arm/ti

Tim Kientzle kientzle at FreeBSD.org
Sat May 18 22:42:22 UTC 2013


Author: kientzle
Date: Sat May 18 22:42:21 2013
New Revision: 250791
URL: http://svnweb.freebsd.org/changeset/base/250791

Log:
  Back out r250768 until I can further investigate why it might
  be causing problems with the BeagleBone Black boot.

Modified:
  head/sys/arm/ti/ti_mmchs.c

Modified: head/sys/arm/ti/ti_mmchs.c
==============================================================================
--- head/sys/arm/ti/ti_mmchs.c	Sat May 18 22:42:05 2013	(r250790)
+++ head/sys/arm/ti/ti_mmchs.c	Sat May 18 22:42:21 2013	(r250791)
@@ -1747,7 +1747,7 @@ ti_mmchs_attach(device_t dev)
 	sc->host.host_ocr = MMC_OCR_290_300 | MMC_OCR_300_310;
 	sc->host.caps = MMC_CAP_4_BIT_DATA | MMC_CAP_8_BIT_DATA;
 
-	device_add_child(dev, "mmc", sc->device_id);
+	device_add_child(dev, "mmc", 0);
 
 	device_set_ivars(dev, &sc->host);
 	err = bus_generic_attach(dev);


More information about the svn-src-head mailing list