Lines Matching +full:suspend +full:- +full:override
7 # NB: device-name is shorthand for 'match device-name'
12 # that they are returned from readdir(3). The rule-sets are combined
16 pid-file "/var/run/devd.pid";
19 #XXX Yes, this is gross -- imp
20 set wifi-driver-regex
21 "(ath|ath[0-9]+k|bwi|bwn|ipw|iwlwifi|iwi|iwm|iwn|malo|mwl|mt79|mtw|otus|\
22 ral|rsu|rtw|rtwn|rum|run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
26 # override these general rules.
41 match "subsystem" "!(usbus|wlan)[0-9]+";
51 device-name "$wifi-driver-regex";
52 action "/etc/pccard_ether $device-name startchildren";
55 device-name "$wifi-driver-regex";
56 action "/etc/pccard_ether $device-name stopchildren";
60 # as an example of how to override things. Normally 'ed50' would match
64 device-name "ed50";
65 action "ifconfig $device-name inet 1.2.3.4 netmask 0xffff0000";
68 device-name "ed50";
75 # action "sleep 2 && /usr/sbin/ath3kfw -d $device-name -f /usr/local/etc/ath3k-1.fw";
85 action "logger -p kern.emerg WARNING: system temperature too high, shutting down soon!";
88 # User requested suspend, so perform preparation steps and then execute
89 # the actual suspend process.
92 match "subsystem" "Suspend";
93 action "/etc/rc.suspend acpi $notify";
118 # Suspend, Resume: Suspend and resume notification
152 # want to run getty(8) for. This includes device-side tty created
158 match "cdev" "ttyU[0-9]+";