git: a1479a37fcf8 - stable/14 - dwcotg.4: Initial manual page
Alexander Ziaee <[email protected]>
| Newsgroups | gmane.os.freebsd.devel.cvs.src |
|---|---|
| Message-ID | <6a750b51.1d963.74df7fd9__39610.7748778135$1786055666$gmane$org@gitrepo.freebsd.org> |
The branch stable/14 has been updated by ziaee: URL: https://cgit.FreeBSD.org/src/commit/?id=a1479a37fcf8d66fa0de5076449f64d6297d1e1f commit a1479a37fcf8d66fa0de5076449f64d6297d1e1f Author: Alexander Ziaee <[email protected]> AuthorDate: 2026-03-20 14:42:33 +0000 Commit: Alexander Ziaee <[email protected]> CommitDate: 2026-08-06 22:24:37 +0000 dwcotg.4: Initial manual page Create visibility in apropos and the Hardware Release Notes. MFC after: 3 days Relnotes: yes Reviewed by: pauamma, ray Differential Revision: https://reviews.freebsd.org/D53287 (cherry picked from commit 8475cd93fb6db65a02afe435f16306bc18e96ec9) --- share/man/man4/man4.arm/Makefile | 1 + share/man/man4/man4.arm/dwcotg.4 | 29 +++++++++++++++++++++++++++++ 2 files changed, 30 insertions(+) diff --git a/share/man/man4/man4.arm/Makefile b/share/man/man4/man4.arm/Makefile index 36540f690c5e..e2aae744ec34 100644 --- a/share/man/man4/man4.arm/Makefile +++ b/share/man/man4/man4.arm/Makefile @@ -9,6 +9,7 @@ MAN= \ aw_syscon.4 \ bcm283x_pwm.4 \ devcfg.4 \ + dwcotg.4 \ imx6_ahci.4 \ imx6_snvs.4 \ imx_wdog.4 \ diff --git a/share/man/man4/man4.arm/dwcotg.4 b/share/man/man4/man4.arm/dwcotg.4 new file mode 100644 index 000000000000..e6e8c797fbe9 --- /dev/null +++ b/share/man/man4/man4.arm/dwcotg.4 @@ -0,0 +1,29 @@ +.\" +.\" Copyright (c) 2025 Alexander Ziaee +.\" +.\" SPDX-License-Identifier: BSD-2-Clause +.\" +.Dd November 5, 2025 +.Dt DWCOTG 4 arm +.Os +.Sh NAME +.Nm dwcotg +.Nd Synopsys DesignWare USB controller driver +.Sh SYNOPSIS +.Cd device acpi +.Cd device fdt +.Cd device dwcotg +.Sh HARDWARE +The +.Nm +driver supports the +Synopsys DesignWare USB controller found in many embedded devices. +.Sh SEE ALSO +.Xr usb_template 4 +.Sh HISTORY +The +.Nm +driver appeared in +.Fx 10.0 . +.Sh AUTHORS +.An Hans Petter Selasky