1# 2# $FreeBSD$ 3# 4 5# 6# Example devd configuration file for automatically 7# loading what modules we can based on nomatch 8# events. 9# 10# Generic NOMATCH event 11nomatch 100 { 12 action "service devmatch quietstart '?'$_"; 13}; 14 15# Add the following to devd.conf to prevent this from running: 16# nomatch 1000 { 17# action "true"; 18# }; 19# it replaces the generic event with one of higher priority that 20# does nothing. You can also set 'devmatch_enable=NO' in /etc/rc.conf 21