Deleted Added
full compact
devd.conf (114799) devd.conf (114852)
1# $FreeBSD: head/etc/devd.conf 114799 2003-05-07 15:48:20Z imp $
1# $FreeBSD: head/etc/devd.conf 114852 2003-05-09 05:58:22Z imp $
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

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

61attach 0 {
62 device-name "$scsi-controller-regex";
63 action "camcontrol rescan all";
64};
65
66# Don't even try to second guess what to do about drivers that don't
67# match here. Instead, pass it off to syslog. Commented out for the
68# moment, as pnpinfo isn't set in devd yet
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

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

61attach 0 {
62 device-name "$scsi-controller-regex";
63 action "camcontrol rescan all";
64};
65
66# Don't even try to second guess what to do about drivers that don't
67# match here. Instead, pass it off to syslog. Commented out for the
68# moment, as pnpinfo isn't set in devd yet
69nomatch 0 {
70 // action "logger Unknown device: $pnpinfo $location $bus";
71};
69#nomatch 0 {
70# action "logger Unknown device: $pnpinfo $location $bus";
71#};
72
73/* EXAMPLES TO END OF FILE
74
75# The following might be an example of something that a vendor might
76# install if you were to add their device. This might reside in
77# /usr/local/etc/devd/deqna.conf. A deqna is, in this hypothetical
78# example, a pccard ethernet-like device. Students of history may
79# know other devices by this name, and will get the in-jokes in this

--- 17 unchanged lines hidden ---
72
73/* EXAMPLES TO END OF FILE
74
75# The following might be an example of something that a vendor might
76# install if you were to add their device. This might reside in
77# /usr/local/etc/devd/deqna.conf. A deqna is, in this hypothetical
78# example, a pccard ethernet-like device. Students of history may
79# know other devices by this name, and will get the in-jokes in this

--- 17 unchanged lines hidden ---