diff options
author | scottl <scottl@FreeBSD.org> | 2016-04-17 01:38:37 +0000 |
---|---|---|
committer | scottl <scottl@FreeBSD.org> | 2016-04-17 01:38:37 +0000 |
commit | dab85cf430c20f64caedfab11029a1c75239181c (patch) | |
tree | dd3dfeb437100957daa41e42c6a7cc1106c3f451 /sbin/devd | |
parent | 51a500ff3c63764d825c39feac31ea0147284976 (diff) | |
download | FreeBSD-src-dab85cf430c20f64caedfab11029a1c75239181c.zip FreeBSD-src-dab85cf430c20f64caedfab11029a1c75239181c.tar.gz |
Merge r298008
Update the devd.conf man page to describe the new CAM/periph system/subsystem.
Sponsored by: Netflix
Diffstat (limited to 'sbin/devd')
-rw-r--r-- | sbin/devd/devd.conf.5 | 22 |
1 files changed, 20 insertions, 2 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index a174de8..3df30aa 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -41,7 +41,7 @@ .\" ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS .\" SOFTWARE. .\" -.Dd July 11, 2015 +.Dd April 14, 2016 .Dt DEVD.CONF 5 .Os .Sh NAME @@ -492,6 +492,23 @@ Information about the state of the system. Notification that the system has woken from the suspended state. .El .El +.Pp +.It Li CAM +Events related to the +.Xr cam 4 +system. +.Bl -tag -width ".Sy Subsystem" -compact +.It Sy Subsystem +.It Li periph +Events related to peripheral devices. +.Bl -tag -width ".li timeout" -compact +.It Sy Type +.It Li error +Generic errors. +.It Li timeout +Command timeouts. +.El +.El .El .Pp A link state change to UP on the interface @@ -621,4 +638,5 @@ has many additional examples. .Xr coretemp 4 , .Xr devfs 5 , .Xr re_format 7 , -.Xr devd 8 +.Xr devd 8 , +.Xr cam 4 |