git: 89f43fbe375c - stable/15 - bnxt.4: Canonicalize SYNOPSIS

From: Alexander Ziaee <ziaee_at_FreeBSD.org>
Date: Wed, 16 Sep 2026 12:04:33 UTC
The branch stable/15 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=89f43fbe375c77dd969c5df4b05f1ded6e0e29b9

commit 89f43fbe375c77dd969c5df4b05f1ded6e0e29b9
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 02:33:39 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-09-16 12:03:28 +0000

    bnxt.4: Canonicalize SYNOPSIS
    
    While here, tag SPDX.
    
    MFC after:              3 days
    Reviewed by:            kbowling
    Differential Revision:  https://reviews.freebsd.org/D59258
    
    (cherry picked from commit 8abab45ee45e2c522b63a264b31e016782518269)
---
 share/man/man4/bnxt.4 | 35 +++++++++++++++++++++++------------
 1 file changed, 23 insertions(+), 12 deletions(-)

diff --git a/share/man/man4/bnxt.4 b/share/man/man4/bnxt.4
index bd208b5e0182..fcb8ef759817 100644
--- a/share/man/man4/bnxt.4
+++ b/share/man/man4/bnxt.4
@@ -1,3 +1,6 @@
+.\"
+.\" SPDX-License-Identifier: BSD-2-Clause
+.\"
 .\" Copyright (c) 2016 Broadcom, All Rights Reserved.
 .\" The term Broadcom refers to Broadcom Limited and/or its subsidiaries
 .\"
@@ -30,20 +33,28 @@
 .Nm bnxt
 .Nd Broadcom NetXtreme family 10Gb to 400Gb Ethernet driver
 .Sh SYNOPSIS
-To compile this driver into the kernel,
-place the following lines in your
-kernel configuration file:
-.Bd -ragged -offset indent
-.Cd "device iflib"
-.Cd "device bnxt"
-.Ed
+.Cd device iflib
+.Cd device bnxt
 .Pp
-Alternatively, to load the driver as a
-module at boot time, place the following line in
+In
 .Xr loader.conf 5 :
-.Bd -literal -offset indent
-if_bnxt_load="YES"
-.Ed
+.Cd if_bnxt_load="YES"
+.Cd dev.bnxt.X.iflib.override_nrxds
+.Cd dev.bnxt.X.iflib.override_ntxds
+.Cd dev.bnxt.X.iflib.override_qs_enable
+.Cd dev.bnxt.X.iflib.override_nrxqs
+.Cd dev.bnxt.X.iflib.override_ntxqs
+.Pp
+In
+.Xr loader.conf 5
+or
+.Xr sysctl.conf 5 :
+.Cd dev.bnxt.X.vlan_only
+.Cd dev.bnxt.X.vlan_strip
+.Cd dev.bnxt.X.rx_stall
+.Cd dev.bnxt.X.rss_type
+.Cd dev.bnxt.X.rss_key
+.Cd dev.bnxt.X.ver.hwrm_min_ver
 .Sh DESCRIPTION
 The
 .Nm