aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Oldach <freebsd@oldach.net>2021-07-07 20:43:35 +0000
committerWarner Losh <imp@FreeBSD.org>2021-07-16 17:45:11 +0000
commitbd14c0c6cdaf14fdebdf517bf161d60b3b43fa21 (patch)
treef74c182dc171d9ca357a8e95aff1238b52d7af9a
parent5df3b843fe3185bb04fda94e2a06231a31d6253a (diff)
downloadsrc-bd14c0c6cdaf14fdebdf517bf161d60b3b43fa21.tar.gz
src-bd14c0c6cdaf14fdebdf517bf161d60b3b43fa21.zip
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
-rwxr-xr-xlibexec/rc/rc.d/devmatch2
1 files changed, 1 insertions, 1 deletions
diff --git a/libexec/rc/rc.d/devmatch b/libexec/rc/rc.d/devmatch
index f1c8a2bd59f9..e45683decab7 100755
--- a/libexec/rc/rc.d/devmatch
+++ b/libexec/rc/rc.d/devmatch
@@ -26,7 +26,7 @@
# $FreeBSD$
#
# PROVIDE: devmatch
-# REQUIRE: kldxref
+# REQUIRE: kld
# BEFORE: netif
# KEYWORD: nojail