Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 30 Oct 2013 23:48:14 -0400
From:      Glen Barber <gjb@FreeBSD.org>
To:        Nathan Whitehorn <nwhitehorn@freebsd.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, Mark Johnston <markj@FreeBSD.org>, src-committers@freebsd.org
Subject:   Re: svn commit: r257416 - head/sys/mips/alchemy
Message-ID:  <20131031034814.GL1782@glenbarber.us>
In-Reply-To: <7A8C78BE-897B-4ECF-A23B-70E9EAF2681C@freebsd.org>
References:  <201310310227.r9V2RGTG062190@svn.freebsd.org> <20131031032923.GK1782@glenbarber.us> <7A8C78BE-897B-4ECF-A23B-70E9EAF2681C@freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help

--gmhhrsDozM2n+uz5
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

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
>=20
> 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


--gmhhrsDozM2n+uz5
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.22 (FreeBSD)

iQIcBAEBCAAGBQJScdL+AAoJELls3eqvi17QSSwP/1fwk6OnWUgdOhmiO3pshJ63
4ur9a7NPiR1INoDMrsxr8FrMZ9o8kZRNJYkDnCfz2GUqE6J4jHN7PTx9dPXzsWJ3
yxarPbiMLyNXgisM0v54rxc4KoKaBFG5/psKaeLUofuuElZYS8BhOMMCPwv7WUiF
vEhDAkrE7K7V0/abXxnnJLH5t30dAyWpQnGTkOlqrBf+zHoIXS7gEzaGgJ1HPgb2
JziUdC06aJGScaYtI3z34h/0mF32yt1SWXJ5SzL9CYTfMqzfYRspcCq5+e4ty5wQ
ssqzvSzmfMpvPmetf3MQpTgzGZdpkIXA83q+RVcMFk+nYEmjyaH5N4KQD5q7kL9c
R8Zy97pyweDPHG/rFWfTmOX9i5OWsPvJ2WuLDfxq3ZMME8AtaI8Wg0Y7LY/P5lqr
h4TiWl7bGbV9wSlNqkqxdgOd0upfknlVOnX4voWCYuKJJ7+91M9lnn+5WJ+mFx8E
tJS9bnuUkb7HRItS1HI1zr81WLcuym0e6wLcdjiGIYm3dn1+WTFfo9/GvXDL5InF
0IE7eC6f9+QRD9pdHUMagX+khCQthwFV3MsXlZmCVfWcgNd7/RoU066Vq50b23DE
Bv5yKLjTgv5XhVSZreMlNqojw554nyM6ljXsoghtQfbNW127FZz753NwMOgxTVih
HfbSerFCnjG8elfxjepo
=7cX5
-----END PGP SIGNATURE-----

--gmhhrsDozM2n+uz5--



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