I stopped the boot before the timer expired, after it had loaded modules specified in /boot/loader.conf I loaded mmc, mmcsd, and sdhci. I continued the boot, and it panic'ed right after apic. I rebooted everal times, to load each individually, to narrow it down to sdhci. Can anyone verify that sdhci is compatible with FreeBSD 8? I updated and built today.
> Can anyone verify that sdhci is compatible with FreeBSD 8?I loaded mmc, mmcsd, and sdhci when I first installed FreeBSD 8.0 without any problems. Since then, I have updated to -STABLE and put these three devices in my kernel configuration file. No problems either. It must be very recent breakage or some incompatibility with your particular hardware. - Bartosz
Steven Friedrich wrote:> I stopped the boot before the timer expired, after it had loaded modules > specified in /boot/loader.conf > > I loaded mmc, mmcsd, and sdhci. > > I continued the boot, and it panic'ed right after apic. > > I rebooted everal times, to load each individually, to narrow it down to > sdhci. > > Can anyone verify that sdhci is compatible with FreeBSD 8? > > I updated and built today.I am using it daily since written it and till present 9-CURRENT. Show your verbose boot messages and crash information. -- Alexander Motin
On Sat, 30 Jan 2010, Steven Friedrich wrote:> I stopped the boot before the timer expired, after it had loaded modules > specified in /boot/loader.conf > > I loaded mmc, mmcsd, and sdhci. > > I continued the boot, and it panic'ed right after apic. > > I rebooted everal times, to load each individually, to narrow it down to > sdhci. > > Can anyone verify that sdhci is compatible with FreeBSD 8?What happens if you just load sdhci? WHat happens if you load sdhci and mmcsd, but not mmc? WHat happens if you load sdhci and mmc, but not mmcsd? Given how early in the boot process you see problems, I'm wondering if this is somehow related to PR kern/141756... Thanks, Gavin