Date: Tue, 8 Jul 2025 21:22:42 GMT From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6aca71321b95 - main - devd.conf.5: Describe $name used with nvme events Message-ID: <202507082122.568LMgWG046513@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by jhb: URL: https://cgit.FreeBSD.org/src/commit/?id=6aca71321b9541c44d007d3f1a9d42e1b77736d5 commit 6aca71321b9541c44d007d3f1a9d42e1b77736d5 Author: John Baldwin <jhb@FreeBSD.org> AuthorDate: 2025-07-08 21:22:23 +0000 Commit: John Baldwin <jhb@FreeBSD.org> CommitDate: 2025-07-08 21:22:23 +0000 devd.conf.5: Describe $name used with nvme events While here, fix a couple of nearby nits. Sponsored by: Chelsio Communications --- sbin/devd/devd.conf.5 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/sbin/devd/devd.conf.5 b/sbin/devd/devd.conf.5 index 188bd90d1c9f..f038efc5fdd6 100644 --- a/sbin/devd/devd.conf.5 +++ b/sbin/devd/devd.conf.5 @@ -481,11 +481,16 @@ Notification that the system has woken from the suspended state. .Pp .Bl -column "SYSTEM" "SUBSYSTEM" "SMART_ERROR" -compact .Sy "System" Ta Sy "Subsystem" Ta Sy "Type" Ta Sy "Description" +.It Li nvme Ta Li controller Ta Ta +Controller events provide the controller name +.Pq for example, Li nvme0 +in $name. .It Li nvme Ta Li controller Ta Li SMART_ERROR Ta A SMART Critical Warning State change has happened. $state has a hex bitmask of the bits that changed, as defined in the NVMe Standard for Critical Warning field of log page 2 .Dq SMART / Health Information Log : +.Pp .Bl -column "Bit Value" "Meaning" -compact .Sy "Bit Value" Ta Sy "Meaning" .It 0x1 Ta Spare capacity below threshold @@ -503,7 +508,7 @@ $event is one of and .Dq timed_out representing the start of a controller reset, the successful completion of a -controller reset, and a timeout while waiting for the controller to reset +controller reset, or a timeout while waiting for the controller to reset, respectively. .El .Pp @@ -577,7 +582,7 @@ A device has been plugged into a USB device. .It Li PMU Ta Li USB Ta Li undervoltage Ta An under-voltage condition on the power lines for the USB power pins. .It Li PMU Ta Li USB Ta Li unplugged Ta -A device has been unplugged into a USB device. +A device has been unplugged from a USB device. .El .Pp .Bl -column "SYSTEM" "SUBSYSTEM" "12345678" -compact
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202507082122.568LMgWG046513>