Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 9 Oct 2025 14:26:15 GMT
From:      Alexander Ziaee <ziaee@FreeBSD.org>
To:        src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-branches@FreeBSD.org
Subject:   git: 0fac38bdaf82 - stable/15 - ice.4: Improve SYNOPSIS
Message-ID:  <202510091426.599EQFGZ079906@gitrepo.freebsd.org>

index | next in thread | raw e-mail

The branch stable/15 has been updated by ziaee:

URL: https://cgit.FreeBSD.org/src/commit/?id=0fac38bdaf82cfa841437c706ea4bddc40abc70a

commit 0fac38bdaf82cfa841437c706ea4bddc40abc70a
Author:     Alexander Ziaee <ziaee@FreeBSD.org>
AuthorDate: 2025-10-06 18:48:50 +0000
Commit:     Alexander Ziaee <ziaee@FreeBSD.org>
CommitDate: 2025-10-09 14:25:55 +0000

    ice.4: Improve SYNOPSIS
    
    Remove prose from synopsis, adding sysctls and tunables.
    
    MFC after:              3 days
    Reviewed by:            kbowling
    Differential Revision:  https://reviews.freebsd.org/D52913
    
    (cherry picked from commit 45f8336f3a3128c4c935a192e621c4882d6499be)
---
 share/man/man4/ice.4 | 26 ++++++++++++++++++--------
 1 file changed, 18 insertions(+), 8 deletions(-)

diff --git a/share/man/man4/ice.4 b/share/man/man4/ice.4
index 544402538664..172b5a197b64 100644
--- a/share/man/man4/ice.4
+++ b/share/man/man4/ice.4
@@ -39,18 +39,28 @@
 .Nm ice
 .Nd Intel Ethernet 800 Series Driver
 .Sh SYNOPSIS
-To compile this driver into the kernel, place the following lines in your
-kernel configuration file:
-.Bd -literal -offset indent
 .Cd device iflib
 .Cd device ice
-.Ed
 .Pp
-To load the driver as a module at boot time, place the following lines in
+In
 .Xr loader.conf 5 :
-.Bd -literal -offset indent
-if_ice_load="YES"
-.Ed
+.Cd if_ice_load
+.Cd hw.ice.enable_health_events
+.Cd hw.ice.irdma
+.Cd hw.ice.irdma_max_msix
+.Cd hw.ice.debug.enable_tx_fc_filter
+.Cd hw.ice.debug.enable_tx_lldp_filter
+.Cd hw.ice.debug.ice_tx_balance_en
+.Pp
+In
+.Xr sysctl.conf 5
+or
+.Xr loader.conf 5 :
+.Cd dev.ice.#.current_speed
+.Cd dev.ice.#.fw_version
+.Cd dev.ice.#.ddp_version
+.Cd dev.ice.#.pba_number
+.Cd dev.ice.#.hw.mac.*
 .Sh DESCRIPTION
 .Ss Features
 The


home | help

Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202510091426.599EQFGZ079906>