mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
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/ Reported by: kbowling (additional hardware supported) Pull Request: https://github.com/freebsd/freebsd-src/pull/1494 (cherry picked from commit 2d28fd51e5b9d8ef184445dfa204f6ba22d460a5)
This commit is contained in:
parent
2e0d2f95fe
commit
f2793040b8
1 changed files with 17 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue