Index: libexec/rc/rc.d/kld =================================================================== --- libexec/rc/rc.d/kld +++ libexec/rc/rc.d/kld @@ -44,10 +44,13 @@ local _kld - echo 'Loading kernel modules:' + echo "Loading kernel modules: ${kld_list}" for _kld in $kld_list ; do load_kld -e ${_kld}.ko $_kld done + + # Try to load sysctls again now that the required modules are loaded. + /etc/rc.d/sysctl start } load_rc_config $name