diff options
author | Alexander Ziaee <concussious@runbox.com> | 2024-10-27 07:16:19 +0000 |
---|---|---|
committer | Kevin Bowling <kbowling@FreeBSD.org> | 2024-10-28 03:18:14 +0000 |
commit | f4bd011a382269965a4f75aa01b6e6b1ce2a3eba (patch) | |
tree | 223234858e64c45635def225987b5ed2bc8076d9 | |
parent | a1d1b9049bcbe02a49f0f143ca9ecdc54ea31d3b (diff) |
ixl.4 + ice.4: intro sentence for HARDWARE notes
MFC after: 3 days
Pull Request: https://github.com/freebsd/freebsd-src/pull/1495
-rw-r--r-- | share/man/man4/ice.4 | 5 | ||||
-rw-r--r-- | share/man/man4/ixl.4 | 5 |
2 files changed, 8 insertions, 2 deletions
diff --git a/share/man/man4/ice.4 b/share/man/man4/ice.4 index da46c758479c..63fdb244f3ed 100644 --- a/share/man/man4/ice.4 +++ b/share/man/man4/ice.4 @@ -114,7 +114,10 @@ Update Utility for Intel Network Adapter 800 series; installed by the package. .El .Sh HARDWARE -Most adapters in the Intel Ethernet 800 Series with SFP28/QSFP28 cages +The +.Nm +driver supports the Intel Ethernet 800 series. +Most adapters in this series with SFP28/QSFP28 cages have firmware that requires that Intel qualified modules are used; these qualified modules are listed below. This qualification check cannot be disabled by the driver. diff --git a/share/man/man4/ixl.4 b/share/man/man4/ixl.4 index bd183be48cd2..fb9d519b22a8 100644 --- a/share/man/man4/ixl.4 +++ b/share/man/man4/ixl.4 @@ -116,7 +116,10 @@ kernel; install the package for the latest driver. .El .Sh HARDWARE -Most adapters in the Intel Ethernet 700 Series with SFP+/SFP28/QSFP+ cages +The +.Nm +driver supports the Intel Ethernet 700 series. +Most adapters in this series with SFP+/SFP28/QSFP+ cages have firmware that requires that Intel qualified modules are used; these qualified modules are listed below. This qualification check cannot be disabled by the driver. |