Deleted Added
full compact
devd.conf (114577) devd.conf (114799)
1# $FreeBSD: head/etc/devd.conf 114577 2003-05-03 10:16:56Z akiyama $
1# $FreeBSD: head/etc/devd.conf 114799 2003-05-07 15:48:20Z 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

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

59# Rescan scsi device-names on attach, but not detach.
60#
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
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

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

59# Rescan scsi device-names on attach, but not detach.
60#
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 a smart script to deal.
67# match here. Instead, pass it off to syslog. Commented out for the
68# moment, as pnpinfo isn't set in devd yet
68nomatch 0 {
69nomatch 0 {
69 action "logger Unknown device: $pnpinfo $location $bus";
70 // action "logger Unknown device: $pnpinfo $location $bus";
70};
71
72/* EXAMPLES TO END OF FILE
73
74# The following might be an example of something that a vendor might
75# install if you were to add their device. This might reside in
76# /usr/local/etc/devd/deqna.conf. A deqna is, in this hypothetical
77# example, a pccard ethernet-like device. Students of history may

--- 18 unchanged lines hidden ---
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

--- 18 unchanged lines hidden ---