svn commit: r257416 - head/sys/mips/alchemy

Glen Barber gjb at FreeBSD.org
Thu Oct 31 03:48:18 UTC 2013


On Wed, Oct 30, 2013 at 10:38:53PM -0500, Nathan Whitehorn wrote:
> >>-	return (BUS_PROBE_NO_WILDCARD);
> >>+	return (BUS_PROBE_NOWILDCARD);
> >>}
> >>
> >>static int
> >
> >FWIW, I think this (and the previous related changes) prevent me from
> >getting close to mounting the root filesystem on the TP-WN1043ND.
> >
> >Specifically, with the 'return (BUS_PROBE_NOWILDCARD);', entering '?' at
> >mountroot prompt (after sio0 is failed to be probed), I cannot view what
> >devices contain filesystems to mount.
> >
> >Doing:
> >
> >   # sed -i '' -e 's/BUS_PROBE_NOWILDCARD/0/' sys/mips/atheros/*
> >
> >I can at least see that flash/spi0 has *something* mountable.  But,
> >there are other issues here, yet to be determined.
> >
> >Glen
> 
> BUS_PROBE_NOWILDCARD should be a no-op for these devices, since there
> shouldn't be any wildcard devices on nexus. Any chance you could post a
> before/after dmesg?

I'd love to.  :)  But getting dmesg rigth now is near impossible, since
my last successful install was from r248805, which I was greeted by this
little gem:

    # dmesg
    Shared object "libkvm.so.5" not found, required by "dmesg"

I'm at a loss here, but welcome to suggestions... :\

Glen

-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 834 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-src-all/attachments/20131030/cf539cae/attachment.sig>


More information about the svn-src-all mailing list