git: 03bbfb01cc31 - stable/14 - rc.d/iovctl: Start the iovctl service after kld.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 14 Feb 2025 04:59:06 UTC
The branch stable/14 has been updated by np:
URL: https://cgit.FreeBSD.org/src/commit/?id=03bbfb01cc3110a7452b6e70f97cc760a41e6b24
commit 03bbfb01cc3110a7452b6e70f97cc760a41e6b24
Author: Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2025-02-07 20:08:31 +0000
Commit: Navdeep Parhar <np@FreeBSD.org>
CommitDate: 2025-02-14 04:57:54 +0000
rc.d/iovctl: Start the iovctl service after kld.
Drivers, including those that support SR-IOV, can be loaded via kld_list
and it makes sense to process iovctl configuration files afer all
drivers have been loaded.
Sponsored by: Chelsio Communications
Reviewed by: 0mp, jhb
Differential Revision: https://reviews.freebsd.org/D47937
(cherry picked from commit 41594021fa8bf02468407e8fc48c2e7a13de1a2f)
---
libexec/rc/rc.d/iovctl | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libexec/rc/rc.d/iovctl b/libexec/rc/rc.d/iovctl
index 01e16221cc4a..8e9490f37c0b 100755
--- a/libexec/rc/rc.d/iovctl
+++ b/libexec/rc/rc.d/iovctl
@@ -3,7 +3,7 @@
#
# PROVIDE: iovctl
-# REQUIRE: FILESYSTEMS sysctl
+# REQUIRE: FILESYSTEMS sysctl kld
. /etc/rc.subr