From 5a9451d3554fa71fa6883ac24c8676f661535831 Mon Sep 17 00:00:00 2001 From: jsg Date: Tue, 4 Apr 2023 00:38:37 +0000 Subject: [PATCH] Synopsis Designware -> Synopsys DesignWare --- share/man/man4/dwdog.4 | 8 ++++---- share/man/man4/dwge.4 | 6 +++--- share/man/man4/dwmmc.4 | 8 ++++---- share/man/man4/dwpcie.4 | 8 ++++---- sys/conf/files | 4 ++-- sys/dev/fdt/files.fdt | 6 +++--- 6 files changed, 20 insertions(+), 20 deletions(-) diff --git a/share/man/man4/dwdog.4 b/share/man/man4/dwdog.4 index 47a58162692..5aa61d41322 100644 --- a/share/man/man4/dwdog.4 +++ b/share/man/man4/dwdog.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dwdog.4,v 1.2 2018/04/01 10:22:06 jmc Exp $ +.\" $OpenBSD: dwdog.4,v 1.3 2023/04/04 00:38:38 jsg Exp $ .\" .\" Copyright (c) 2018 Jonathan Gray .\" @@ -14,18 +14,18 @@ .\" 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 1 2018 $ +.Dd $Mdocdate: April 4 2023 $ .Dt DWDOG 4 .Os .Sh NAME .Nm dwdog -.Nd Synopsys Designware watchdog timer +.Nd Synopsys DesignWare watchdog timer .Sh SYNOPSIS .Cd "dwdog* at fdt?" .Sh DESCRIPTION The .Nm -driver provides support for the Synopsys Designware watchdog timer, +driver provides support for the Synopsys DesignWare watchdog timer, which is built into various SoCs. .Sh SEE ALSO .Xr intro 4 , diff --git a/share/man/man4/dwge.4 b/share/man/man4/dwge.4 index 9b868a4a6a7..8aa474b236a 100644 --- a/share/man/man4/dwge.4 +++ b/share/man/man4/dwge.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dwge.4,v 1.6 2022/03/21 14:56:16 miod Exp $ +.\" $OpenBSD: dwge.4,v 1.7 2023/04/04 00:38:38 jsg Exp $ .\" .\" Copyright (c) 2016 Mark Kettenis .\" @@ -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: March 21 2022 $ +.Dd $Mdocdate: April 4 2023 $ .Dt DWGE 4 .Os .Sh NAME @@ -27,7 +27,7 @@ The .Nm driver provides support for various Ethernet controllers based on the -Synopsis Designware GMAC core. +Synopsys DesignWare GMAC core. These controllers are typically found on SoCs, such as the Allwinner A20/A31 and Rockchip RK3288/RK3399 ARM SoCs. .Pp diff --git a/share/man/man4/dwmmc.4 b/share/man/man4/dwmmc.4 index e9ea4e452d9..4a0838c9e4d 100644 --- a/share/man/man4/dwmmc.4 +++ b/share/man/man4/dwmmc.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dwmmc.4,v 1.1 2017/08/04 12:44:50 kettenis Exp $ +.\" $OpenBSD: dwmmc.4,v 1.2 2023/04/04 00:38:38 jsg Exp $ .\" .\" Copyright (c) 2017 Mark Kettenis .\" @@ -14,12 +14,12 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: August 4 2017 $ +.Dd $Mdocdate: April 4 2023 $ .Dt DWMMC 4 .Os .Sh NAME .Nm dwmmc -.Nd Synopsis DesignWare MMC/SD/SDIO controller +.Nd Synopsys DesignWare MMC/SD/SDIO controller .Sh SYNOPSIS .Cd "dwmmc* at fdt?" .Cd "sdmmc* at dwmmc?" @@ -27,7 +27,7 @@ The .Nm driver provides support for various MMC/SD/SDIO controllers based on -the Synopsis Designware SD/eMMC core. +the Synopsys DesignWare SD/eMMC core. These controllers are typically found on SoCs, such as the Rockchip RK3288/RK3399 and Samsung Exynos ARM SoCs. .Pp diff --git a/share/man/man4/dwpcie.4 b/share/man/man4/dwpcie.4 index 2adffed15e9..5b1dd208e34 100644 --- a/share/man/man4/dwpcie.4 +++ b/share/man/man4/dwpcie.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: dwpcie.4,v 1.2 2018/04/07 13:28:33 jmc Exp $ +.\" $OpenBSD: dwpcie.4,v 1.3 2023/04/04 00:38:38 jsg Exp $ .\" .\" Copyright (c) 2018 Mark Kettenis .\" @@ -14,19 +14,19 @@ .\" 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 7 2018 $ +.Dd $Mdocdate: April 4 2023 $ .Dt DWPCIE 4 .Os .Sh NAME .Nm dwpcie -.Nd Synopsys Designware Host/PCIe bridge +.Nd Synopsys DesignWare Host/PCIe bridge .Sh SYNOPSIS .Cd "dwpcie* at fdt?" .Cd "pci* at dwpcie?" .Sh DESCRIPTION The .Nm -driver provides support for the Synopsys Designware PCIe controller, +driver provides support for the Synopsys DesignWare PCIe controller, which is built into various SoCs. .Sh SEE ALSO .Xr intro 4 , diff --git a/sys/conf/files b/sys/conf/files index 661140040ad..cc2467aab68 100644 --- a/sys/conf/files +++ b/sys/conf/files @@ -1,4 +1,4 @@ -# $OpenBSD: files,v 1.722 2023/02/13 19:18:53 patrick Exp $ +# $OpenBSD: files,v 1.723 2023/04/04 00:38:37 jsg Exp $ # $NetBSD: files,v 1.87 1996/05/19 17:17:50 jonathan Exp $ # @(#)files.newconf 7.5 (Berkeley) 5/10/93 @@ -530,7 +530,7 @@ file dev/ic/dwiic.c dwiic device imxiic: i2cbus file dev/ic/imxiic.c imxiic -# Synopsis Designware Ethernet QoS +# Synopsys DesignWare Ethernet QoS device dwqe: ether, ifnet, ifmedia, mii file dev/ic/dwqe.c dwqe diff --git a/sys/dev/fdt/files.fdt b/sys/dev/fdt/files.fdt index e653fbc8aff..54ce601625a 100644 --- a/sys/dev/fdt/files.fdt +++ b/sys/dev/fdt/files.fdt @@ -1,4 +1,4 @@ -# $OpenBSD: files.fdt,v 1.184 2023/04/02 01:21:39 dlg Exp $ +# $OpenBSD: files.fdt,v 1.185 2023/04/04 00:38:38 jsg Exp $ # # Config file and device description for machine-independent FDT code. # Included by ports that need it. @@ -207,12 +207,12 @@ file dev/fdt/virtio_mmio.c virtio_mmio attach ahci at fdt with ahci_fdt file dev/fdt/ahci_fdt.c ahci_fdt -# Synopsis Designware GMAC core +# Synopsys DesignWare GMAC core device dwge: ether, ifnet, mii, ifmedia attach dwge at fdt file dev/fdt/if_dwge.c dwge -# Synopsis Designware Ethernet QoS +# Synopsys DesignWare Ethernet QoS attach dwqe at fdt with dwqe_fdt file dev/fdt/if_dwqe_fdt.c dwqe_fdt -- 2.20.1