Deleted Added
full compact
devd.conf (225861) devd.conf (226775)
1# $FreeBSD: head/etc/devd.conf 225861 2011-09-29 03:37:42Z wblock $
1# $FreeBSD: head/etc/devd.conf 226775 2011-10-26 02:11:28Z hrs $
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

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

33#
34# NB: DETACH events are ignored; the kernel should handle all cleanup
35# (routes, arp cache). Beware of races against immediate create
36# of a device with the same name; e.g.
37# ifconfig bridge0 destroy; ifconfig bridge0 create
38#
39notify 0 {
40 match "system" "IFNET";
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

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

33#
34# NB: DETACH events are ignored; the kernel should handle all cleanup
35# (routes, arp cache). Beware of races against immediate create
36# of a device with the same name; e.g.
37# ifconfig bridge0 destroy; ifconfig bridge0 create
38#
39notify 0 {
40 match "system" "IFNET";
41 match "subsystem" "!usbus[0-9]+";
41 match "type" "ATTACH";
42 action "/etc/pccard_ether $subsystem start";
43};
44
45#
46# Try to start dhclient on Ethernet-like interfaces when the link comes
47# up. Only devices that are configured to support DHCP will actually
48# run it. No link down rule exists because dhclient automatically exits

--- 277 unchanged lines hidden ---
42 match "type" "ATTACH";
43 action "/etc/pccard_ether $subsystem start";
44};
45
46#
47# Try to start dhclient on Ethernet-like interfaces when the link comes
48# up. Only devices that are configured to support DHCP will actually
49# run it. No link down rule exists because dhclient automatically exits

--- 277 unchanged lines hidden ---