From nobody Sat Aug 1 07:49:05 2026 X-Original-To: dev-commits-src-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4hBw7J189pz6nBJv; Sat, 01 Aug 2026 07:49:16 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Received: from mailtransmit04.runbox.com (mailtransmit04.runbox.com [IPv6:2a0c:5a00:149::25]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (prime256v1) server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4hBw7H5R9Vz3kvX; Sat, 01 Aug 2026 07:49:15 +0000 (UTC) (envelope-from ziaee@FreeBSD.org) Authentication-Results: mx1.freebsd.org; none Received: from mailtransmit02.runbox ([10.9.9.162] helo=aibo.runbox.com) by mailtransmit04.runbox.com with esmtps (TLS1.2) tls TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256 (Exim 4.93) (envelope-from ) id 1wq4Sw-00Dfej-3d; Sat, 01 Aug 2026 09:49:06 +0200 Received: from [10.9.9.127] (helo=rmmprod05.runbox) by mailtransmit02.runbox with esmtp (Exim 4.86_2) (envelope-from ) id 1wq4Sv-000778-No; Sat, 01 Aug 2026 09:49:05 +0200 Received: from mail by rmmprod05.runbox with local (Exim 4.86_2) (envelope-from ) id 1wq4Sv-0004H2-MA; Sat, 01 Aug 2026 09:49:05 +0200 Content-Type: text/plain; charset="utf-8" Content-Disposition: inline Content-Transfer-Encoding: quoted-printable List-Id: Commit messages for all branches of the src repository List-Archive: https://lists.freebsd.org/archives/dev-commits-src-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: X-BeenThere: dev-commits-src-all@freebsd.org Sender: owner-dev-commits-src-all@FreeBSD.org List-Id: List-Post: List-Help: List-Subscribe: List-Unsubscribe: List-Owner: Precedence: list MIME-Version: 1.0 Received: from [Authenticated alias (960477)] by runbox.com with http (RMM6); Sat, 01 Aug 2026 07:49:05 GMT From: "Alexander Ziaee" To: "Andre Albsmeier" CC: "src-committers" , "dev-commits-src-all" , "dev-commits-src-main" Subject: Re: git: 868158f7fd2a - main - nvmecontrol.8: Explain non-operational power modes Date: Sat, 01 Aug 2026 07:49:05 +0000 (UTC) X-RMM-Aliasid: 960477 X-Mailer: RMM6 In-Reply-To: Message-Id: X-Rspamd-Queue-Id: 4hBw7H5R9Vz3kvX X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:50304, ipnet:2a0c:5a00::/29, country:NO] X-Spamd-Bar: ---- On 2026-08-01 01:55 -04:00 EDT, "Andre Albsmeier" wrot= e: > Thanks to all who helped here! >=20 > BTW, when checking the commit link >=20 > https://cgit.FreeBSD.org/src/commit/?id=3D868158f7fd2a172ef22f1b6b682cc1d= 38e54cf63 >=20 > I noticed that the commit details no longer appear. Is it only > me who is (not) seeing this? I'm seeing all the normal stuff, metadata, commit message, and diffstat. Best, Alex > On Fri, 31-Jul-2026 at 23:32:59 +0000, Alexander Ziaee wrote: >> The branch main has been updated by ziaee: >>=20 >> URL: https://cgit.FreeBSD.org/src/commit/?id=3D868158f7fd2a172ef22f1b6b6= 82cc1d38e54cf63 >>=20 >> commit 868158f7fd2a172ef22f1b6b682cc1d38e54cf63 >> Author: Andre Albsmeier >> AuthorDate: 2026-07-31 23:27:23 +0000 >> Commit: Alexander Ziaee >> CommitDate: 2026-07-31 23:30:05 +0000 >>=20 >> nvmecontrol.8: Explain non-operational power modes >>=20=20=20=20=20 >> `nvmecontrol power -l ...` lists the available power modes. >> Non-operational modes are marked with an asterisk. While here, >> add to the "nvmecontrol power" synopsis. >>=20=20=20=20=20 >> MFC after: 3 days >> Reviewed by: dab, imp, michaelo, ziaee >> Differential Revision: https://reviews.freebsd.org/D58480 >> --- >> sbin/nvmecontrol/nvmecontrol.8 | 6 +++++- >> 1 file changed, 5 insertions(+), 1 deletion(-) >>=20 >> diff --git a/sbin/nvmecontrol/nvmecontrol.8 b/sbin/nvmecontrol/nvmecontr= ol.8 >> index 05d0feb347f9..6499da9f72e7 100644 >> --- a/sbin/nvmecontrol/nvmecontrol.8 >> +++ b/sbin/nvmecontrol/nvmecontrol.8 >> @@ -33,7 +33,7 @@ >> .\" >> .\" Author: Jim Harris >> .\" >> -.Dd February 20, 2026 >> +.Dd July 31, 2026 >> .Dt NVMECONTROL 8 >> .Os >> .Sh NAME >> @@ -175,6 +175,7 @@ >> .Op Fl l >> .Op Fl p power_state >> .Op Fl w workload_hint >> +.Aq Ar device-id | Ar namespace-id >> .Nm >> .Ic selftest >> .Aq Fl c Ar code >> @@ -629,6 +630,9 @@ Manage the power modes of the NVMe controller. >> .Bl -tag -width 6n >> .It Fl l >> List all supported power modes. >> +Modes marked with an asterisk >> +.Pq Dq * >> +are non-operational power modes. >> .It Fl p Ar mode >> Set the power mode to >> .Ar mode . >=20=