aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/bthidd
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/bthidd')
-rwxr-xr-xlibexec/rc/rc.d/bthidd6
1 files changed, 3 insertions, 3 deletions
diff --git a/libexec/rc/rc.d/bthidd b/libexec/rc/rc.d/bthidd
index 4b230406c4d5..275106a53d1e 100755
--- a/libexec/rc/rc.d/bthidd
+++ b/libexec/rc/rc.d/bthidd
@@ -35,9 +35,9 @@ bthidd_prestart()
if evdev_enabled; then
load_kld -m uinput uinput
fi
- load_kld -m kbdmux kbdmux
- load_kld -m vkbd vkbd
- load_kld -m ng_btsocket ng_btsocket
+ load_kld kbdmux kbdmux
+ load_kld vkbd vkbd
+ load_kld ng_btsocket
return 0
}