Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 04 Feb 2014 12:11:56 -0700
From:      Ian Lepore <ian@FreeBSD.org>
To:        Olivier Houchard <cognet@FreeBSD.org>
Cc:        freebsd-arm@FreeBSD.org
Subject:   Re: Turning WITNESS off on Beaglebone Black
Message-ID:  <1391541116.1196.7.camel@revolution.hippie.lan>
In-Reply-To: <20140204182031.GA65637@freebsd.org>
References:  <52F09836.5070505@g7iii.net> <20140204182031.GA65637@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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

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

-- Ian





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