From 73b89ece6e76a7d12e4e430d1342a1719e684326 Mon Sep 17 00:00:00 2001 From: stsp Date: Wed, 11 Oct 2023 12:57:53 +0000 Subject: [PATCH] dwqe(4) may now attach via pci(4) --- share/man/man4/dwqe.4 | 8 +++++--- share/man/man4/pci.4 | 6 ++++-- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/share/man/man4/dwqe.4 b/share/man/man4/dwqe.4 index c0feb33a285..a07a3241714 100644 --- a/share/man/man4/dwqe.4 +++ b/share/man/man4/dwqe.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dwqe.4,v 1.2 2023/04/19 00:56:10 jsg Exp $ +.\" $OpenBSD: dwqe.4,v 1.3 2023/10/11 12:57:53 stsp Exp $ .\" .\" Copyright (c) 2023 David Gwynne .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: April 19 2023 $ +.Dd $Mdocdate: October 11 2023 $ .Dt DWQE 4 .Os .Sh NAME @@ -22,12 +22,14 @@ .Nd Synopsys DesignWare Ethernet Quality-of-Service Controller .Sh SYNOPSIS .Cd "dwqe* at fdt?" +.Cd "dwqe* at pci?" .Sh DESCRIPTION The .Nm driver provides support for various Ethernet controllers based on the Synopsys DesignWare Ethernet Quality-of-Service Controller IP. -These controllers are found on Rockchip RK3566, RK3568, and RK3588 SoCs. +These controllers are found on Rockchip RK3566, RK3568, and RK3588 SoCs, +and on Intel Elkhart Lake SoCs. .Pp The .Nm diff --git a/share/man/man4/pci.4 b/share/man/man4/pci.4 index 0046c538df1..9ff64c7a5e0 100644 --- a/share/man/man4/pci.4 +++ b/share/man/man4/pci.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: pci.4,v 1.401 2023/04/27 05:41:11 jmc Exp $ +.\" $OpenBSD: pci.4,v 1.402 2023/10/11 12:57:53 stsp Exp $ .\" $NetBSD: pci.4,v 1.29 2000/04/01 00:32:23 tsarna Exp $ .\" .\" Copyright (c) 2000 Theo de Raadt. All rights reserved. @@ -31,7 +31,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: April 27 2023 $ +.Dd $Mdocdate: October 11 2023 $ .Dt PCI 4 .Os .Sh NAME @@ -198,6 +198,8 @@ Sun Cassini 10/100/1Gb Ethernet device DEC/Intel 21140/21142/21143/21145 and clones 10/100 Ethernet device .It Xr de 4 DEC DC21x4x (Tulip) 10/100 Ethernet device +.It Xr dwqe 4 +Synopsys DesignWare Ethernet Quality-of-Service Controller .It Xr em 4 Intel PRO/1000 10/100/1Gb Ethernet device .It Xr ep 4 -- 2.20.1