From owner-dev-commits-doc-all@freebsd.org Thu Feb 18 18:03:36 2021 Return-Path: Delivered-To: dev-commits-doc-all@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id EB8B4543692 for ; Thu, 18 Feb 2021 18:03:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4DhMyc6PSgz3BnG; Thu, 18 Feb 2021 18:03:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id CE82B1CCE2; Thu, 18 Feb 2021 18:03:36 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 11II3aLS047178; Thu, 18 Feb 2021 18:03:36 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 11II3aYL047177; Thu, 18 Feb 2021 18:03:36 GMT (envelope-from git) Date: Thu, 18 Feb 2021 18:03:36 GMT Message-Id: <202102181803.11II3aYL047177@gitrepo.freebsd.org> To: doc-committers@FreeBSD.org, dev-commits-doc-all@FreeBSD.org From: Glen Barber Subject: git: 611c8025c4 - main - hardware: fix ixl(4) from rendering twice MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: gjb X-Git-Repository: doc X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: 611c8025c451368dd3db4d2e48601050dcbdf077 Auto-Submitted: auto-generated X-BeenThere: dev-commits-doc-all@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: Commit messages for all branches of the doc repository List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Feb 2021 18:03:37 -0000 The branch main has been updated by gjb: URL: https://cgit.FreeBSD.org/doc/commit/?id=611c8025c451368dd3db4d2e48601050dcbdf077 commit 611c8025c451368dd3db4d2e48601050dcbdf077 Author: Glen Barber AuthorDate: 2021-02-18 18:03:03 +0000 Commit: Glen Barber CommitDate: 2021-02-18 18:03:03 +0000 hardware: fix ixl(4) from rendering twice Reported by: jhb Sponsored by: Rubicon Communications, LLC ("Netgate") --- website/content/en/releases/12.0R/hardware.adoc | 2 +- website/content/en/releases/12.1R/hardware.adoc | 2 +- website/content/en/releases/12.2R/hardware.adoc | 2 +- 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