summaryrefslogtreecommitdiffstats
path: root/sbin
diff options
context:
space:
mode:
authorasomers <asomers@FreeBSD.org>2016-05-19 16:04:20 +0000
committerasomers <asomers@FreeBSD.org>2016-05-19 16:04:20 +0000
commitaf2f11439d8bef8dc6b13fdd5692b0425eae6838 (patch)
treedafe53812ee554074460d838a66e8553227ac2f9 /sbin
parente0e8a26b0ed896f532e9c414b7977fd7544c5523 (diff)
downloadFreeBSD-src-af2f11439d8bef8dc6b13fdd5692b0425eae6838.zip
FreeBSD-src-af2f11439d8bef8dc6b13fdd5692b0425eae6838.tar.gz
MFC r298420, r298439, r298644
r298420 | asomers | 2016-04-21 10:43:15 -0600 (Thu, 21 Apr 2016) | 10 lines Notify userspace listeners when geom disk attributes have changed sys/geom/geom_disk.c: disk_attr_changed(): Generate a devctl event of type GEOM:<attr> for every call. r298439 | asomers | 2016-04-21 15:13:41 -0600 (Thu, 21 Apr 2016) | 10 lines DRY on buffer sizes. Update to r298420. sys/geom/geom_disk.c: In disk_attr_changed, don't repeat a buffer size. r298644 | asomers | 2016-04-26 08:48:58 -0600 (Tue, 26 Apr 2016) | 8 lines Add GEOM::physpath documentation to devd.conf(5)
Diffstat (limited to 'sbin')
-rw-r--r--sbin/devd/devd.conf.52
1 files changed, 2 insertions, 0 deletions
diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5
index 3df30aa..978485d 100644
--- a/sbin/devd/devd.conf.5
+++ b/sbin/devd/devd.conf.5
@@ -424,6 +424,8 @@ device node is created.
A
.Xr geom 4
device node is destroyed.
+.It Li GEOM::physpath
+The physical path of a device has changed.
.It Li MEDIACHANGE
Physical media has changed.
.El
OpenPOWER on IntegriCloud