svn commit: r327177 - in head/usr.sbin: . devmatch

Warner Losh imp at bsdimp.com
Mon Dec 25 20:22:03 UTC 2017


On Dec 25, 2017 1:14 PM, "Hans Petter Selasky" <hps at selasky.org> wrote:

Hi,

Did you try sorting the hints, making them candidate for a binary search?

I see the is a small bug hooking the utility into the parent Makefile. I
guess this will be fixed soon.


No. I've been contemplating what the best data structure to use would be
since we have a number of and conditions coupled with don't care values as
well as ranges. The bigger issue today is that we convert the pnp values
for every single row... I wanted something working over a spped demon that
wouldn't hit the tree for months... I'm hoping that this spurs the pnp
table decoration in drivers... any optimization should also play well with
my desire to do this for potential root devices in the boot loader...

Warner


More information about the svn-src-head mailing list