diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-06 18:48:50 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2025-10-06 18:48:53 +0000 |
| commit | 45f8336f3a3128c4c935a192e621c4882d6499be (patch) | |
| tree | ad051bc5a7a84d49b894562b6c1a0ce562a1f74f | |
| parent | 17085d8eb1207aa925ca5eeda1d5ba132f1dd163 (diff) | |
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
| -rw-r--r-- | share/man/man4/ice.4 | 26 |
1 files changed, 18 insertions, 8 deletions
diff --git a/share/man/man4/ice.4 b/share/man/man4/ice.4 index 13ad304a2d5a..c7675e627726 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 |
