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