diff options
author | Glen Barber <gjb@FreeBSD.org> | 2021-02-18 18:03:03 +0000 |
---|---|---|
committer | Glen Barber <gjb@FreeBSD.org> | 2021-02-18 18:03:03 +0000 |
commit | 611c8025c451368dd3db4d2e48601050dcbdf077 (patch) | |
tree | 00a63601bde91bf094caae8b2d39ee2f5f2c1c68 | |
parent | 939948af2b470cbc062adec4b69b7668a01dc0ad (diff) | |
download | doc-611c8025c4.tar.gz doc-611c8025c4.zip |
hardware: fix ixl(4) from rendering twice
Reported by: jhb
Sponsored by: Rubicon Communications, LLC ("Netgate")
-rw-r--r-- | website/content/en/releases/12.0R/hardware.adoc | 2 | ||||
-rw-r--r-- | website/content/en/releases/12.1R/hardware.adoc | 2 | ||||
-rw-r--r-- | website/content/en/releases/12.2R/hardware.adoc | 2 | ||||
-rw-r--r-- | website/content/en/releases/13.0R/hardware.adoc | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/website/content/en/releases/12.0R/hardware.adoc b/website/content/en/releases/12.0R/hardware.adoc index 5fe90a8bb9..9e95b98792 100644 --- a/website/content/en/releases/12.0R/hardware.adoc +++ b/website/content/en/releases/12.0R/hardware.adoc @@ -1576,7 +1576,7 @@ The {{< manpage "ixgbe" "4">}} driver supports the following cards: Most adapters in the Intel Ethernet 700 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. -The ixl{{< manpage "ixl" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: +The {{< manpage "ixl" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: * Intel 4x10G/40G QSFP+ 40GBASE-SR4 E40GQSFPSR * Intel 4x10G/40G QSFP+ 40GBASE-LR4 E40GQSFPLR diff --git a/website/content/en/releases/12.1R/hardware.adoc b/website/content/en/releases/12.1R/hardware.adoc index 4dfee464da..60c5faac48 100644 --- a/website/content/en/releases/12.1R/hardware.adoc +++ b/website/content/en/releases/12.1R/hardware.adoc @@ -1576,7 +1576,7 @@ The {{< manpage "ixgbe" "4">}} driver supports the following cards: Most adapters in the Intel Ethernet 700 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. -The ixl{{< manpage "ixl" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: +The {{< manpage "ixl" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: * Intel 4x10G/40G QSFP+ 40GBASE-SR4 E40GQSFPSR * Intel 4x10G/40G QSFP+ 40GBASE-LR4 E40GQSFPLR diff --git a/website/content/en/releases/12.2R/hardware.adoc b/website/content/en/releases/12.2R/hardware.adoc index b4a2ec42e3..f012781471 100644 --- a/website/content/en/releases/12.2R/hardware.adoc +++ b/website/content/en/releases/12.2R/hardware.adoc @@ -1576,7 +1576,7 @@ The {{< manpage "ixgbe" "4">}} driver supports the following cards: Most adapters in the Intel Ethernet 700 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. -The ixl{{< manpage "ixl" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: +The {{< manpage "ixl" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: * Intel 4x10G/40G QSFP+ 40GBASE-SR4 E40GQSFPSR * Intel 4x10G/40G QSFP+ 40GBASE-LR4 E40GQSFPLR diff --git a/website/content/en/releases/13.0R/hardware.adoc b/website/content/en/releases/13.0R/hardware.adoc index bbcb5fcbfa..5ffda1bc62 100644 --- a/website/content/en/releases/13.0R/hardware.adoc +++ b/website/content/en/releases/13.0R/hardware.adoc @@ -1472,7 +1472,7 @@ The {{< manpage "ixgbe" "4">}} driver supports the following cards: Most adapters in the Intel Ethernet 700 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. -The ixl{{< manpage "ixl" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: +The {{< manpage "ixl" "4">}} driver supports 40Gb Ethernet adapters with these QSFP+ modules: * Intel 4x10G/40G QSFP+ 40GBASE-SR4 E40GQSFPSR * Intel 4x10G/40G QSFP+ 40GBASE-LR4 E40GQSFPLR |