Lines Matching +full:sub +full:- +full:devices
26 .\" Copyright (c) 1999-2000 by Internet Software Consortium
59 .Bl -tag -width ".Ic options"
90 In this way generic statements can be overridden for devices or
94 .Bd -literal -offset indent
101 .Ss Sub-statements
102 The following sub-statements are supported within the
105 .Bl -tag -width ".Ic directory"
114 .It Ic pid-file Qq Pa /var/run/devd.pid ;
116 .It Ic set Ar regexp-name Qq Ar (some|regexp) ;
118 .Ar regexp-name .
130 The following sub-statements are supported within the
135 .Bl -tag -width ".Ic directory"
139 .Dq Li "/etc/pccard_ether $device-name start" .
143 .It Ic device-name Qq string ;
145 .Dq Ic match Qo Li device-name Qc Qq Ar string .
151 .Dq Li device-name
169 .Ic device-name
172 .It Ic media-type Qq Ar string ;
173 For network devices,
174 .Ic media-type
175 will match devices that have the given media type.
186 The following sub-statements are supported within the
189 .Bl -tag -width ".Ic directory"
203 The following sub-statements are supported within the
210 .Bl -tag -width ".Ic directory"
224 .It Ic media-type Qq Ar string ;
236 .Bl -tag -width ".Li manufacturer" -compact
262 Device Sub-class (USB).
263 .It Li device-name
276 Interface Sub-class (USB).
304 Sub-vendor ID (PCI).
306 Sub-device ID (PCI).
325 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
349 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
355 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
362 Events related to peripheral devices.
369 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
386 .Bl -column "CORETEMP" "SUBSYSTEM" "TEMPERATURE" -compact
398 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
411 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
419 .Bl -column "SYSTEM" "SUBSYSTEM" "GEOM::ROTATION_RATE" -compact
429 only includes disk-like devices.
450 .Bl -column "SYSTEM" "SUBSYSTEM" "LINK_DOWN" -compact
474 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
482 .Bl -column "SYSTEM" "SUBSYSTEM" "SMART_ERROR" -compact
494 .Bl -tag -width "Bit Value" -compact
504 Media placed into read-only mode
508 Persistent memory read-only or degraded
524 .Bl -column "SYSTEM" "SUBSYSTEM" "SHUTDOWN-THRESHOLD" -compact
531 An over-voltage condition was detected on the AC power line.
545 .It Li PMU Ta Li Battery Ta Li high-temp Ta
547 .It Li PMU Ta Li Battery Ta Li low-temp Ta
551 .It Li PMU Ta Li Battery Ta Li shutdown-threshold Ta
553 .It Li PMU Ta Li Battery Ta Li warning-threshold Ta
588 An over-voltage condition on the power lines for the USB power pins.
592 An under-voltage condition on the power lines for the USB power pins.
597 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
607 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
621 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
635 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
644 .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
661 .Bd -literal -offset indent
668 .Bd -literal -offset indent
677 C-style comments start with the two characters
686 C-style comments cannot be nested.
690 .Bd -literal -offset indent
697 C++-style comments start with the two characters
705 .Bd -literal -offset indent
715 .Dq - ,
734 .Bl -enum
759 .Bd -literal -offset indent -compact
765 .Bd -literal -offset indent -compact
769 .Bd -literal -offset indent -compact
780 .Bd -literal -offset indent -compact
788 .Bl -tag -width ".Pa /etc/devd.conf" -compact
803 .Bd -literal
845 # Try to configure ath and iwn devices with pccard_ether
849 device-name "(ath|iwn)[0-9]+";
850 action "/etc/pccard_ether $device-name start";
854 # Stop ath and iwn devices as they are detached from
858 device-name "(ath|iwn)[0-9]+";
859 action "/etc/pccard_ether $device-name stop";
864 .Bd -literal
866 device-name "umodem[0-9]+";
870 action "cd /dev; p=$product; dn=$device-name; \\
871 un=$(sysctl -n dev.umodem.${dn#umodem}.ttyname); \\
872 chmod 666 cua${un}; ln -sf cua${un} mspfet${p#0x}";
878 .Dq device-name