]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
devmatch: defer until after kld
authorHelge Oldach <freebsd@oldach.net>
Wed, 7 Jul 2021 20:43:35 +0000 (14:43 -0600)
committerWarner Losh <imp@FreeBSD.org>
Fri, 16 Jul 2021 17:45:11 +0000 (11:45 -0600)
commitbd14c0c6cdaf14fdebdf517bf161d60b3b43fa21
treef74c182dc171d9ca357a8e95aff1238b52d7af9a
parent5df3b843fe3185bb04fda94e2a06231a31d6253a
devmatch: defer until after kld

devmatch loads a number of things automatically. Allow the list of
things to load to happen first in case those drivers affect what would
be loaded. Normally, this will produce the same results, but there's
some special cases that may not when drivers are loaded that report
other drivers missing, like virtio_pci.

PR: 253287
Reviewed by: imp
MFC After: 2 weeks
libexec/rc/rc.d/devmatch