diff options
author | Stefan Sperling <stsp@cvs.openbsd.org> | 2023-10-11 12:57:54 +0000 |
---|---|---|
committer | Stefan Sperling <stsp@cvs.openbsd.org> | 2023-10-11 12:57:54 +0000 |
commit | c539061bbfc44c242cfd863b604655fba9111c9a (patch) | |
tree | 2c13b006ff94a6f59f19bba12009ade1dab3db27 /share/man | |
parent | fe959cabbe5f307edf747768c377087fa05a0ccc (diff) |
dwqe(4) may now attach via pci(4)
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/dwqe.4 | 8 | ||||
-rw-r--r-- | 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 <dlg@openbsd.org> .\" @@ -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 |