]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Print more info for -v runs and temp hack for usb vs uhub
authorWarner Losh <imp@FreeBSD.org>
Sun, 18 Feb 2018 23:16:16 +0000 (23:16 +0000)
committerWarner Losh <imp@FreeBSD.org>
Sun, 18 Feb 2018 23:16:16 +0000 (23:16 +0000)
commitbbd4852a9bf966629fab176064b0a6bf15e16fc7
tree1467632e87ac4105a2939bb55007f90f9f1eccc2
parentdc027dc6e2691b040d442ecb8e1a0ce5080a491d
Print more info for -v runs and temp hack for usb vs uhub

Despite best efforts to regularize, there's a few tables in the system
that still report they are for bus usb when they are really for bus
uhub (where usb devices attach). Add a temporary workaround for this
until these places have been eliminated (likely my fault).

Second, when running verbose, describe what we're doing when
searching. This output can be quite long, but says exactly what's
going on (this output is to stdout, so it's useless for scripting).
sbin/devmatch/devmatch.c