summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authortrasz <trasz@FreeBSD.org>2015-05-15 10:42:48 +0000
committertrasz <trasz@FreeBSD.org>2015-05-15 10:42:48 +0000
commit7fcf215ed50ad2ca01604585e13972f046847976 (patch)
treed20083c8b0d9211bbb28c69c00d24f1d06743f0c /sbin
parent0cc31562c36f9be32c8e059909585d0585a9fbf6 (diff)
downloadFreeBSD-src-7fcf215ed50ad2ca01604585e13972f046847976.zip
FreeBSD-src-7fcf215ed50ad2ca01604585e13972f046847976.tar.gz
MFC r277170:
Add devd(8) notifications for creation and destruction of GEOM devices. Sponsored by: The FreeBSD Foundation
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devd/devd.conf.529
1 files changed, 28 insertions, 1 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index 311228e..9749283 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
OpenPOWER on IntegriCloud