Date: Mon, 19 Feb 2018 10:22:45 -0700 From: Warner Losh <imp@bsdimp.com> To: Hans Petter Selasky <hps@selasky.org> Cc: Warner Losh <imp@freebsd.org>, src-committers <src-committers@freebsd.org>, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r329538 - head/sbin/devmatch Message-ID: <CANCZdfpfHXNq4Yg2-XLS11F=QyGOHbeYHx46k=eZCA2x8dw3gA@mail.gmail.com> In-Reply-To: <9f4ed166-74fe-d5a8-e736-81551c0fd971@selasky.org> References: <201802182316.w1INGGXE050801@repo.freebsd.org> <9f4ed166-74fe-d5a8-e736-81551c0fd971@selasky.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Feb 19, 2018 at 12:20 AM, Hans Petter Selasky <hps@selasky.org> wrote: > On 02/19/18 00:16, Warner Losh wrote: > >> + if (bus && strcmp(val1, bus) != 0) { >> + if (verbose_flag) >> + printf("Skipped because table for >> bus %s, looking for %s\n", >> + val1, bus); >> + break; >> + } >> > > There might be some ports kmods which needs recompiling. Try bumping the > __FreeBSD_version ? > > The parent of the topmost USB HUB is: > dev.uhub.0.%parent: usbus0 > > Though no drivers should attach here! Yes. It wasn't the attachment point that was at issue, that never changed, just the usb driver pnp table marking. I think this has been resolved and I had some old modules that prevented things from working. Since there's a work around, I'll keep it in place until the next version bump then GC it. There's other changes needed to this code in the coming weeks, so it won't get forgotten. I've been able to to boot and get everything loaded across a few different test kernels at this point and have plugged in some unusual devices that I have laying around to hopefully ensure nothing gets busted in the future. Warner
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CANCZdfpfHXNq4Yg2-XLS11F=QyGOHbeYHx46k=eZCA2x8dw3gA>