Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Feb 2018 08:20:43 +0100
From:      Hans Petter Selasky <hps@selasky.org>
To:        Warner Losh <imp@FreeBSD.org>, src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r329538 - head/sbin/devmatch
Message-ID:  <9f4ed166-74fe-d5a8-e736-81551c0fd971@selasky.org>
In-Reply-To: <201802182316.w1INGGXE050801@repo.freebsd.org>
References:  <201802182316.w1INGGXE050801@repo.freebsd.org>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9f4ed166-74fe-d5a8-e736-81551c0fd971>