Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 7 Feb 2025 20:23:24 GMT
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   git: 41594021fa8b - main - rc.d/iovctl: Start the iovctl service after kld.
Message-ID:  <202502072023.517KNOh3040267@gitrepo.freebsd.org>

next in thread | raw e-mail | index | archive | help
The branch main has been updated by np:

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

commit 41594021fa8bf02468407e8fc48c2e7a13de1a2f
Author:     Navdeep Parhar <np@FreeBSD.org>
AuthorDate: 2025-02-07 20:08:31 +0000
Commit:     Navdeep Parhar <np@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
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202502072023.517KNOh3040267>