Deleted Added
full compact
devd.conf (247767) devd.conf (261510)
1# $FreeBSD: stable/9/etc/devd.conf 247767 2013-03-04 05:46:35Z hrs $
1# $FreeBSD: stable/9/etc/devd.conf 261510 2014-02-05 08:42:59Z hselasky $
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

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

114 device-name "ukbd0";
115 action "/etc/rc.d/syscons setkeyboard /dev/kbd0";
116};
117
118notify 100 {
119 match "system" "DEVFS";
120 match "subsystem" "CDEV";
121 match "type" "CREATE";
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

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

114 device-name "ukbd0";
115 action "/etc/rc.d/syscons setkeyboard /dev/kbd0";
116};
117
118notify 100 {
119 match "system" "DEVFS";
120 match "subsystem" "CDEV";
121 match "type" "CREATE";
122 match "cdev" "atp[0-9]+";
123
124 action "/etc/rc.d/moused quietstart $cdev";
125};
126
127notify 100 {
128 match "system" "DEVFS";
129 match "subsystem" "CDEV";
130 match "type" "CREATE";
122 match "cdev" "ums[0-9]+";
123
124 action "/etc/rc.d/moused quietstart $cdev";
125};
126
127notify 100 {
128 match "system" "DEVFS";
129 match "subsystem" "CDEV";
131 match "cdev" "ums[0-9]+";
132
133 action "/etc/rc.d/moused quietstart $cdev";
134};
135
136notify 100 {
137 match "system" "DEVFS";
138 match "subsystem" "CDEV";
139 match "type" "CREATE";
140 match "cdev" "wsp[0-9]+";
141
142 action "/etc/rc.d/moused quietstart $cdev";
143};
144
145notify 100 {
146 match "system" "DEVFS";
147 match "subsystem" "CDEV";
130 match "type" "DESTROY";
131 match "cdev" "ums[0-9]+";
132
133 action "/etc/rc.d/moused stop $cdev";
134};
135
136# Firmware download into the ActiveWire board. After the firmware download is
137# done, the device detaches and reappears as something new and shiny

--- 197 unchanged lines hidden ---
148 match "type" "DESTROY";
149 match "cdev" "ums[0-9]+";
150
151 action "/etc/rc.d/moused stop $cdev";
152};
153
154# Firmware download into the ActiveWire board. After the firmware download is
155# done, the device detaches and reappears as something new and shiny

--- 197 unchanged lines hidden ---