git: 8abab45ee45e - main - bnxt.4: Canonicalize SYNOPSIS
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sat, 29 Aug 2026 02:49:25 UTC
The branch main has been updated by ziaee:
URL: https://cgit.FreeBSD.org/src/commit/?id=8abab45ee45e2c522b63a264b31e016782518269
commit 8abab45ee45e2c522b63a264b31e016782518269
Author: Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2026-08-29 02:33:39 +0000
Commit: Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2026-08-29 02:48:13 +0000
bnxt.4: Canonicalize SYNOPSIS
While here, tag SPDX.
MFC after: 3 days
Reviewed by: kbowling
Differential Revision: https://reviews.freebsd.org/D59258
---
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 e72eca955404..e4a3177e999a 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