2 .\" Copyright (c) 2002 M. Warner Losh
3 .\" All rights reserved.
5 .\" Redistribution and use in source and binary forms, with or without
6 .\" modification, are permitted provided that the following conditions
8 .\" 1. Redistributions of source code must retain the above copyright
9 .\" notice, this list of conditions and the following disclaimer.
10 .\" 2. The name of the author may not be used to endorse or promote products
11 .\" derived from this software without specific prior written permission.
13 .\" THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
14 .\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
15 .\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
16 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
17 .\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
18 .\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
19 .\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
20 .\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
21 .\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
22 .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
25 .\" $FreeBSD: head/sbin/devd/devd.conf.5 247134 2013-02-21 21:35:09Z pluknet $
27 .\" The section on comments was taken from named.conf.5, which has the
28 .\" following copyright:
29 .\" Copyright (c) 1999-2000 by Internet Software Consortium
31 .\" Permission to use, copy, modify, and distribute this software for any
32 .\" purpose with or without fee is hereby granted, provided that the above
33 .\" copyright notice and this permission notice appear in all copies.
35 .\" THE SOFTWARE IS PROVIDED "AS IS" AND INTERNET SOFTWARE CONSORTIUM DISCLAIMS
36 .\" ALL WARRANTIES WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES
37 .\" OF MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL INTERNET SOFTWARE
38 .\" CONSORTIUM BE LIABLE FOR ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL
39 .\" DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR
40 .\" PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS
41 .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS
49 .Nd configuration file for
55 configuration consists of two general features, statements
57 All statements end with a semicolon.
58 Many statements can contain substatements, which are also
59 terminated with a semicolon.
61 The following statements are supported:
62 .Bl -tag -width ".Ic options"
64 Specifies various matching criteria and actions to perform when
65 a newly attached device matches said criteria.
67 Specifies various matching criteria and actions to perform when
68 a newly detached device matches said criteria.
70 Specifies various matching criteria and actions to perform when
71 no device driver currently loaded in the kernel claims a (new)
74 Specifies various matching criteria and actions to perform when the kernel
75 sends an event notification to userland.
77 Specifies various options and parameters for the operation of
81 Statements may occur in any order in the configuration file, and may be
82 repeated as often as required.
83 Further details on the syntax and meaning of each statement and their
84 substatements are explained below.
86 Each statement, except
88 has a priority (an arbitrary number) associated with it, where
90 is defined as the lowest priority.
91 If two statements match the same event, only the action of the statement with
92 highest priority will be executed.
93 In this way generic statements can be overridden for devices or
94 notifications that require special attention.
96 The general syntax of a statement is:
97 .Bd -literal -offset indent
101 substatement "value";
105 The following sub-statements are supported within the
108 .Bl -tag -width ".Ic directory"
109 .It Ic directory Qq Ar /some/path ;
110 Adds the given directory to the list of directories from which
112 will read all files named "*.conf" as further
116 statements can be used.
117 .It Ic pid-file Qq Pa /var/run/devd.pid ;
119 .It Ic set Ar regexp-name Qq Ar (some|regexp) ;
120 Creates a regular expression and assigns it to the variable
122 The variable is available throughout the rest of
123 the configuration file.
124 If the string begins with
126 it matches if the regular expression formed by the rest of the string
128 All regular expressions have an implicit
133 The following sub-statements are supported within the
138 .Bl -tag -width ".Ic directory"
139 .It Ic action Qq Ar command ;
140 Command to execute upon a successful match.
142 .Dq Li "/etc/pccard_ether $device-name start" .
143 .It Ic class Qq Ar string ;
144 This is shorthand for
145 .Dq Ic match Qo Li class Qc Qq Ar string .
146 .It Ic device-name Qq string ;
147 This is shorthand for
148 .Dq Ic match Qo Li device-name Qc Qq Ar string .
149 This matches a device named
151 which is allowed to be a regular expression or a variable previously created
152 containing a regular expression.
156 is available for later use with the
159 .It Ic match Qo Ar variable Qc Qq Ar value ;
160 Matches the content of
166 may be a regular expression.
173 statement takes care of all device matching.
174 For a partial list of variables, see below.
175 .It Ic media-type Qq Ar string ;
178 will match devices that have the given media type.
179 Valid media types are:
186 .It Ic subdevice Qq Ar string ;
187 This is shorthand for
188 .Dq Ic match Qo Li subdevice Qc Qq Ar string .
191 The following sub-statements are supported within the
194 .Bl -tag -width ".Ic directory"
195 .It Ic action Qq Ar command ;
197 .It Ic match Qo Ar variable Qc Qq Ar value ;
198 Matches the content of
204 may be a regular expression.
205 For a partial list of variables, see below.
208 The following sub-statements are supported within the
213 variable is available inside this statement and contains, a value, depending
214 on which system and subsystem that delivered the event.
215 .Bl -tag -width ".Ic directory"
216 .It Ic action Qq Ar command ;
217 Command to execute upon a successful match.
219 .Dq Li "/etc/rc.d/power_profile $notify" .
220 .It Ic match Qo Ar system | subsystem | type | notify Qc Qq Ar value ;
223 statements can exist within a
227 can be either a fixed string or a regular expression.
228 Below is a list of available systems, subsystems, and types.
229 .It Ic media-type Qq Ar string ;
232 .Ss Variables that can be used with the match statement
233 A partial list of variables and their possible values that can be used together
238 .Bl -tag -width ".Li manufacturer" -compact
242 Device name of parent bus.
244 Device node path if one is created by the
248 Channel of the DIMM (ecc/memtemp).
262 Device Sub-class (USB)
264 Name of attached/detached device.
266 DIMM id within the channel and node (ecc/memtemp).
274 Interface Class (USB)
276 Interface Protocol (USB)
278 Interface Sub-class (USB)
280 Manufacturer ID (pccard).
282 Peripheral mode (USB)
284 Match the value of the
288 CPU node (coretemp/ecc/memtemp).
292 Hub port number (USB)
294 Product ID (pccard/USB).
296 Hardware revision (USB)
306 Matches a subsystem of a system, see below.
308 Matches a system type, see below.
310 Type of notification, see below.
315 A partial list of systems, subsystems, and types used within the
319 .Bl -tag -width ".Li coretemp" -compact
322 Events related to the ACPI subsystem.
323 .Bl -tag -width ".Sy Subsystem" -compact
326 AC line state ($notify=0x00 is offline, 0x01 is online).
328 Button state ($notify=0x00 is power, 0x01 is sleep).
332 Lid state ($notify=0x00 is closed, 0x01 is open).
334 Processor state/configuration ($notify=0x81 is a change in available Cx states).
340 Events related to the network subsystem.
341 .Bl -tag -width ".Sy Subsystem" -compact
346 is the actual name of the network interface on which the event
348 .Bl -tag -width ".Li LINK_DOWN" -compact
351 Carrier status changed to UP.
353 Carrier status changed to DOWN.
355 The network interface is attached to the system.
357 The network interface is detached from the system.
362 Events related to the
365 .Bl -tag -width ".Sy Subsystem" -compact
368 .Bl -tag -width ".Li DESTROY" -compact
382 Events related to the USB subsystem.
383 .Bl -tag -width ".Sy Subsystem" -compact
386 .Bl -tag -width ".Li DETACH" -compact
389 USB device is attached to the system.
391 USB device is detached from the system.
394 .Bl -tag -width ".Li DETACH" -compact
397 USB interface is attached to a device.
399 USB interface is detached from a device.
404 Events related to the
407 .Bl -tag -width ".Sy Subsystem" -compact
410 Notification that the CPU core has reached critical temperature.
411 .Bl -tag -width ".Ar temperature" -compact
414 String containing the temperature of the core that has become too hot.
419 Events related to the
422 .Bl -tag -width ".Sy Subsystem" -compact
425 Notification that the DIMM has too many ECC errors.
426 .Bl -tag -width ".Ar count" -compact
429 String containing the number of ECC errors of the DIMM.
434 Events related to the kernel.
435 .Bl -tag -width ".Sy Subsystem" -compact
438 Information about the state of the system.
439 .Bl -tag -width ".li resume" -compact
442 Notification that the system has woken from the suspended state.
447 Events related to the
450 .Bl -tag -width ".Sy Subsystem" -compact
453 Notification that the DIMM has reached critical temperature.
454 .Bl -tag -width ".Ar temperature" -compact
457 String containing the temperature of the DIMM that has become too hot.
462 A link state change to UP on the interface
464 would result in the following notify event:
465 .Bd -literal -offset indent
466 system=IFNET, subsystem=fxp0, type=LINK_UP
469 An AC line state change to
471 would result in the following event:
472 .Bd -literal -offset indent
473 system=ACPI, subsystem=ACAD, notify=0x00
476 Comments may appear anywhere that whitespace may appear in a
478 To appeal to programmers of all kinds, they can
479 be written in C, C++, or shell/Perl constructs.
481 C-style comments start with the two characters
483 (slash, star) and end with
486 Because they are completely delimited with these characters,
487 they can be used to comment only a portion of a line or to span
490 C-style comments cannot be nested.
491 For example, the following is
492 not valid because the entire comment ends with the first
494 .Bd -literal -offset indent
495 /* This is the start of a comment.
496 This is still part of the comment.
497 /* This is an incorrect attempt at nesting a comment. */
498 This is no longer in any comment. */
501 C++-style comments start with the two characters
503 (slash, slash) and continue to the end of the physical line.
504 They cannot be continued across multiple physical lines; to have
505 one logical comment span multiple lines, each line must use the
509 .Bd -literal -offset indent
510 // This is the start of a comment. The next line
511 // is a new comment, even though it is logically
512 // part of the previous comment.
515 .Bl -tag -width ".Pa /etc/devd.conf" -compact
516 .It Pa /etc/devd.conf
524 # This will catch link down events on the interfaces fxp0 and ath0
527 match "system" "IFNET";
528 match "subsystem" "(fxp0|ath0)";
529 match "type" "LINK_DOWN";
530 action "logger $subsystem is DOWN";
534 # Match lid open/close events
535 # These can be combined to a single event, by passing the
536 # value of $notify to the external script.
539 match "system" "ACPI";
540 match "subsystem" "Lid";
541 match "notify" "0x00";
542 action "logger Lid closed, we can sleep now!";
546 match "system" "ACPI";
547 match "subsystem" "Lid";
548 match "notify" "0x01";
549 action "logger Lid opened, the sleeper must awaken!";
553 # Match a USB device type
556 match "system" "USB";
557 match "subsystem" "INTERFACE";
558 match "type" "ATTACH";
559 match "intclass" "0x0e";
560 action "logger USB video device attached";
564 # Try to configure ath and wi devices with pccard_ether
565 # as they are attached.
568 device-name "(ath|wi)[0-9]+";
569 action "/etc/pccard_ether $device-name start";
573 # Stop ath and wi devices as they are detached from
577 device-name "(ath|wi)[0-9]+";
578 action "/etc/pccard_ether $device-name stop";
584 has many additional examples.