diff options
author | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-01-14 11:15:57 +0000 |
---|---|---|
committer | Edward Tomasz Napierala <trasz@FreeBSD.org> | 2015-01-14 11:15:57 +0000 |
commit | 01de1a065095adcf6da2d7c736b401cada088202 (patch) | |
tree | 59ba738daee5bacf32e209024b6589f2c317250d /sbin/devd | |
parent | d4f46a775d409a6fe3cafca1d172e6ed81956c87 (diff) | |
download | src-test2-01de1a065095adcf6da2d7c736b401cada088202.tar.gz src-test2-01de1a065095adcf6da2d7c736b401cada088202.zip |
Notes
Diffstat (limited to 'sbin/devd')
-rw-r--r-- | sbin/devd/devd.conf.5 | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index 311228ec28e7..97492831eb49 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 February 22, 2013 +.Dd January 14, 2015 .Dt DEVD.CONF 5 .Os .Sh NAME @@ -370,6 +370,33 @@ node is destroyed. .El .El .Pp +.It Li GEOM +Events related to the +.Xr geom 4 +framework. +The difference compared to +.Li DEVFS +is that +.Li GEOM +only includes disk-like devices. +.Bl -tag -width ".Sy Subsystem" -compact +.It Sy Subsystem +.It Li DEV +.Bl -tag -width ".Li MEDIACHANGE" -compact +.It Sy Type +.It Li CREATE +A +.Xr geom 4 +device node is created. +.It Li DESTROY +A +.Xr geom 4 +device node is destroyed. +.It Li MEDIACHANGE +Physical media has changed. +.El +.El +.Pp .It Li USB Events related to the USB subsystem. .Bl -tag -width ".Sy Subsystem" -compact |