Back out r250768 until I can further investigate why it might

be causing problems with the BeagleBone Black boot.
This commit is contained in:
Tim Kientzle 2013-05-18 22:42:21 +00:00
parent 132804a6c4
commit 11ee687c67
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=250791

View File

@ -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);