aboutsummaryrefslogtreecommitdiff
path: root/libexec/rc/rc.d/devmatch
diff options
context:
space:
mode:
Diffstat (limited to 'libexec/rc/rc.d/devmatch')
-rwxr-xr-xlibexec/rc/rc.d/devmatch1
1 files changed, 1 insertions, 0 deletions
diff --git a/libexec/rc/rc.d/devmatch b/libexec/rc/rc.d/devmatch
index 78050cfa4541..67bb14761614 100755
--- a/libexec/rc/rc.d/devmatch
+++ b/libexec/rc/rc.d/devmatch
@@ -46,6 +46,7 @@ devmatch_start()
if [ -n "$one_nomatch" ]; then
list=$(devmatch -p "${one_nomatch}" | sort -u)
else
+ sysctl hw.bus.devctl_nomatch_enabled=1
list=$(devmatch | sort -u)
fi