Lines Matching +full:acpi +full:- +full:based
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|otus|\
22 ral|rsu|rtw|rtwn|rum|run|uath|upgt|ural|urtw|wpi|wtap|zyd)[0-9]+";
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";
64 device-name "ed50";
65 action "ifconfig $device-name inet 1.2.3.4 netmask 0xffff0000";
68 device-name "ed50";
71 # Firmware downloader for Atheros AR3011 based USB Bluetooth devices
75 # action "sleep 2 && /usr/sbin/ath3kfw -d $device-name -f /usr/local/etc/ath3k-1.fw";
82 match "system" "ACPI";
85 action "logger -p kern.emerg WARNING: system temperature too high, shutting down soon!";
91 match "system" "ACPI";
93 action "/etc/rc.suspend acpi $notify";
96 match "system" "ACPI";
98 action "/etc/rc.resume acpi $notify";
106 # Here are some examples of ACPI notify handlers. ACPI subsystems that
110 # Information returned is not always the same as the ACPI notify
111 # events. See the ACPI specification for more information about
116 # CMBAT: ACPI battery events
119 # Thermal: ACPI thermal zone events
126 match "system" "ACPI";
152 # want to run getty(8) for. This includes device-side tty created
158 match "cdev" "ttyU[0-9]+";