The branch main has been updated by np:

URL: 
https://cgit.FreeBSD.org/src/commit/?id=41594021fa8bf02468407e8fc48c2e7a13de1a2f

commit 41594021fa8bf02468407e8fc48c2e7a13de1a2f
Author:     Navdeep Parhar <n...@freebsd.org>
AuthorDate: 2025-02-07 20:08:31 +0000
Commit:     Navdeep Parhar <n...@freebsd.org>
CommitDate: 2025-02-07 20:17:32 +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.
    
    MFC after:      1 week
    Sponsored by:   Chelsio Communications
    Reviewed by:    0mp, jhb
    Differential Revision:  https://reviews.freebsd.org/D47937
---
 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 b2404f5665b1..70dc783aafb0 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
 

Reply via email to