Changeset View
Changeset View
Standalone View
Standalone View
libexec/rc/rc.d/kld
| Show First 20 Lines • Show All 45 Lines • ▼ Show 20 Lines | kld_start() | ||||
| echo 'Loading kernel modules:' | echo 'Loading kernel modules:' | ||||
| for _kld in $kld_list ; do | for _kld in $kld_list ; do | ||||
| load_kld -e ${_kld}.ko $_kld | load_kld -e ${_kld}.ko $_kld | ||||
| done | done | ||||
| } | } | ||||
| load_rc_config $name | load_rc_config $name | ||||
| # doesn't make sense to run in a svcj | |||||
| kld_svcj="NO" | |||||
| run_rc_command "$1" | run_rc_command "$1" | ||||