diff options
author | Alexander Ziaee <concussious@runbox.com> | 2024-10-27 00:55:59 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2024-10-27 09:06:53 +0000 |
commit | 2d28fd51e5b9d8ef184445dfa204f6ba22d460a5 (patch) | |
tree | 0e5dc92d702df5815bd72a917872fd0c5f69c079 | |
parent | a340b4649621f0dbc0607115217889909ce33bd1 (diff) | |
download | src-2d28fd51e5b9.tar.gz src-2d28fd51e5b9.zip |
ix.4: describe better
+ add controller name to title for search keywords
- remove "for the freebsd operating system" from title/search keywords
- remove `(R)` from the page title for consistency with other drivers
- increase specificity of HARDWARE for inclusion in Release HW Notes
- order HARDWARE in reverse chronological so non-eol appear first
- s/PCI/PCIe/
MFC after: 3 days
Reported by: kbowling (additional hardware supported)
Pull Request: https://github.com/freebsd/freebsd-src/pull/1494
-rw-r--r-- | share/man/man4/ix.4 | 26 |
1 files changed, 17 insertions, 9 deletions
diff --git a/share/man/man4/ix.4 b/share/man/man4/ix.4 index 4f90ded1e3ee..418b6e1188ab 100644 --- a/share/man/man4/ix.4 +++ b/share/man/man4/ix.4 @@ -29,12 +29,12 @@ .\" .\" * Other names and brands may be claimed as the property of others. .\" -.Dd May 17, 2023 +.Dd October 26, 2024 .Dt IX 4 .Os .Sh NAME .Nm ix -.Nd "Intel(R) 10Gb Ethernet driver for the FreeBSD operating system" +.Nd Intel 10Gb Ethernet driver .Sh SYNOPSIS To compile this driver into the kernel, place the following lines in your @@ -53,8 +53,7 @@ if_ix_load="YES" .Sh DESCRIPTION The .Nm -driver provides support for PCI 10Gb Ethernet adapters based on -the Intel 82598EB Intel(R) Network Connections. +driver provides support for Intel(R) 10Gb Ethernet PCIe adapters. The driver supports Jumbo Frames, MSIX, TSO, and RSS. .Pp For questions related to hardware requirements, @@ -74,17 +73,26 @@ For information on enabling VLANs, see .Sh HARDWARE The .Nm -driver supports the following cards: +driver supports Intel 10Gb Ethernet PCIe adapters, +including: .Pp .Bl -bullet -compact .It -Intel(R) 10 Gigabit XF SR/AF Dual Port Server Adapter +Intel(R) Ethernet X553 .It -Intel(R) 10 Gigabit XF SR/LR Server Adapter +Intel(R) Ethernet X552 .It -Intel(R) 82598EB 10 Gigabit AF Network Connection +Intel(R) Ethernet X550 .It -Intel(R) 82598EB 10 Gigabit AT CX4 Network Connection +Intel(R) Ethernet X540 Bypass +.It +Intel(R) Ethernet X540 +.It +Intel(R) Ethernet X520 Bypass (82599) +.It +Intel(R) Ethernet X520 (82599) +.It +Intel(R) 10 Gigabit Server Adapter (82598EB) .El .Sh LOADER TUNABLES The |