Skip to content

Commit

Permalink
ix.4: describe better
Browse files Browse the repository at this point in the history
+ 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:	#1494
  • Loading branch information
concussious authored and kev009 committed Oct 27, 2024
1 parent a340b46 commit 2d28fd5
Showing 1 changed file with 17 additions and 9 deletions.
26 changes: 17 additions & 9 deletions share/man/man4/ix.4
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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,
Expand All @@ -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
Expand Down

0 comments on commit 2d28fd5

Please sign in to comment.