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
This commit is contained in:
Navdeep Parhar 2025-02-07 12:08:31 -08:00
parent f468366ecc
commit 41594021fa

View file

@ -3,7 +3,7 @@
#
# PROVIDE: iovctl
# REQUIRE: FILESYSTEMS sysctl
# REQUIRE: FILESYSTEMS sysctl kld
. /etc/rc.subr