Deleted Added
full compact
devd.conf (207020) devd.conf (208060)
1# $FreeBSD: head/etc/devd.conf 207020 2010-04-21 21:51:14Z thompsa $
1# $FreeBSD: head/etc/devd.conf 208060 2010-05-14 04:53:57Z dougb $
2#
3# Refer to devd.conf(5) and devd(8) man pages for the details on how to
4# run and configure devd.
5#
6
7# NB: All regular expressions have an implicit ^$ around them.
8# NB: device-name is shorthand for 'match device-name'
9

--- 97 unchanged lines hidden (view full) ---

107 action "/etc/rc.d/syscons setkeyboard /dev/kbd0";
108};
109
110attach 100 {
111 device-name "ums[0-9]+";
112 action "/etc/rc.d/moused quietstart $device-name";
113};
114
2#
3# Refer to devd.conf(5) and devd(8) man pages for the details on how to
4# run and configure devd.
5#
6
7# NB: All regular expressions have an implicit ^$ around them.
8# NB: device-name is shorthand for 'match device-name'
9

--- 97 unchanged lines hidden (view full) ---

107 action "/etc/rc.d/syscons setkeyboard /dev/kbd0";
108};
109
110attach 100 {
111 device-name "ums[0-9]+";
112 action "/etc/rc.d/moused quietstart $device-name";
113};
114
115detach 100 {
116 device-name "ums[0-9]+";
117 action "/etc/rc.d/moused stop $device-name";
118};
115detach 100 {
116 device-name "ums[0-9]+";
117 action "/etc/rc.d/moused stop $device-name";
118};
119
120# Firmware download into the ActiveWire board. After the firmware download is
121# done the device detaches and reappears as something new and shiny
122# automatically.
123attach 100 {
124 match "vendor" "0x0854";
125 match "product" "0x0100";
126 match "release" "0x0000";

--- 183 unchanged lines hidden ---
119
120# Firmware download into the ActiveWire board. After the firmware download is
121# done the device detaches and reappears as something new and shiny
122# automatically.
123attach 100 {
124 match "vendor" "0x0854";
125 match "product" "0x0100";
126 match "release" "0x0000";

--- 183 unchanged lines hidden ---