diff options
| author | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-03-20 14:42:33 +0000 |
|---|---|---|
| committer | Alexander Ziaee <ziaee@FreeBSD.org> | 2026-03-20 14:45:11 +0000 |
| commit | 8475cd93fb6db65a02afe435f16306bc18e96ec9 (patch) | |
| tree | f76a1bef4ac37a31bc8b3431c5316733f710a16e | |
| parent | 0661997cea165e951e4e215e6aed41596d8b1d52 (diff) | |
| -rw-r--r-- | share/man/man4/man4.arm/Makefile | 1 | ||||
| -rw-r--r-- | share/man/man4/man4.arm/dwcotg.4 | 29 |
2 files changed, 30 insertions, 0 deletions
diff --git a/share/man/man4/man4.arm/Makefile b/share/man/man4/man4.arm/Makefile index 2be255ad913f..eb09c119b151 100644 --- a/share/man/man4/man4.arm/Makefile +++ b/share/man/man4/man4.arm/Makefile @@ -2,6 +2,7 @@ MAN= \ ar40xx.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 |
