Date: Sun, 09 Feb 2014 17:31:46 +0000 From: Iain Young <iain@g7iii.net> To: Ian Lepore <ian@FreeBSD.org>, Olivier Houchard <cognet@FreeBSD.org> Cc: freebsd-arm@FreeBSD.org Subject: Re: Turning WITNESS off on Beaglebone Black Message-ID: <52F7BB82.4070401@g7iii.net> In-Reply-To: <1391541116.1196.7.camel@revolution.hippie.lan> References: <52F09836.5070505@g7iii.net> <20140204182031.GA65637@freebsd.org> <1391541116.1196.7.camel@revolution.hippie.lan>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi All, On 04/02/14 19:11, Ian Lepore wrote: > On Tue, 2014-02-04 at 18:20 +0000, Olivier Houchard wrote: >> On Tue, Feb 04, 2014 at 07:35:18AM +0000, Iain Young wrote: >>> Hi Folks, >>> >> >> Hi Iain, >> >>> Anyone else having issues on the Beaglebone Black when disabling >>> WITNESS ? This is on 11.0-CURRENT, r261200. I saw it a few weeks >>> ago, as well, but got busy and decided to wait for the snapshots >>> and try again. >>> >> >> Can you upgrade your sources and try again ? r261414 may fix this. >> >> Thanks ! >> >> Olivier Thanks Oliver, Tried that, no difference unfortunately :( > > I don't think it'll help, beaglebone doesn't use ti_mmchs, it uses > ti_sdhci. But updating to the latest is never a bad idea when looking > into this sort of problem. > > Hmm, it's also possible to switch beaglebone to ti_mmchs just to see if > that changes things, which you can do like this: > > Index: sys/arm/ti/am335x/files.am335x > =================================================================== > --- sys/arm/ti/am335x/files.am335x (revision 261491) > +++ sys/arm/ti/am335x/files.am335x (working copy) > @@ -9,6 +9,6 @@ arm/ti/am335x/am335x_lcd_syscons.c optional sc > arm/ti/am335x/am335x_pwm.c standard > arm/ti/am335x/am335x_usbss.c optional musb fdt > arm/ti/ti_edma3.c standard > -arm/ti/ti_sdhci.c optional sdhci > -#arm/ti/ti_mmchs.c optional mmc > +#arm/ti/ti_sdhci.c optional sdhci > +arm/ti/ti_mmchs.c optional mmc > arm/ti/cpsw/if_cpsw.c optional cpsw Thanks Ian. Similar behaviour, although with some panic. I didn't (yet) get chance to dig deeper (Both were just very quick tests) I'll pull the very latest and greatest, and try again. I'll also try pulling the 10.0 release branch, but that will probably take a day or two... Best Regards Iain
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52F7BB82.4070401>