mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
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:
parent
f468366ecc
commit
41594021fa
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@
|
|||
#
|
||||
|
||||
# PROVIDE: iovctl
|
||||
# REQUIRE: FILESYSTEMS sysctl
|
||||
# REQUIRE: FILESYSTEMS sysctl kld
|
||||
|
||||
. /etc/rc.subr
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue