Return a low priority for the "hostb%d" catch-all for pci busses, which will
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 25 Mar 2004 01:39:27 +0000 (01:39 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 25 Mar 2004 01:39:27 +0000 (01:39 +0000)
commit8eb6413629c52f199b4f16cd020a02c9ef6df422
tree4f13aa5a1132fea307464b8ad51edc6ab08e4d03
parent28a26f070796b73449039f159242d92dea59fac3
Return a low priority for the "hostb%d" catch-all for pci busses, which will
allow compiled-in bus device drivers such as AGP to attach first.  Without
this the probe order is half hazzard and in particular SMP boxes may attach
"hostb" first, preventing AGP from attaching.

Note that AGP will still not load properly from loader.conf or after booting
with kldload.  Removing the "hostb" catch-all entirely solves that problem
but some additional investigation must be done first.

AGP-problems-reported-by: Adam K Kirchhoff <adamk@voicenet.com>
sys/bus/pci/i386/pcibus.c