Lines Matching +full:usb +full:- +full:attach

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]+";
25 # Note that the attach/detach with the highest value wins, so that one can
29 # Configure the interface on attach. Due to a historical accident, this
31 # devices are associated with the USB Bus and provide an ifnet device to
32 # allow usb traffic to be captured with usbdump(8).
41 match "subsystem" "!(usbus|wlan)[0-9]+";
42 match "type" "ATTACH";
50 attach 0 {
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";
61 # the above attach/detach stuff, but the value of 100 makes it
63 attach 100 {
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
72 #attach 100 {
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!";
151 # Let the init(8) know there's a new USB serial interface it might
152 # want to run getty(8) for. This includes device-side tty created
158 match "cdev" "ttyU[0-9]+";