svn commit: r329538 - head/sbin/devmatch
Hans Petter Selasky
hps at selasky.org
Mon Feb 19 07:20:51 UTC 2018
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!
--HPS
More information about the svn-src-head
mailing list