dwcotg.4: Initial manual page

Create visibility in apropos and the Hardware Release Notes.

MFC after:		3 days
Reviewed by:		pauamma, ray
Differential Revision:	https://reviews.freebsd.org/D53287
This commit is contained in:
Alexander Ziaee
2026-03-20 10:42:33 -04:00
parent 0661997cea
commit 8475cd93fb
2 changed files with 30 additions and 0 deletions
+1
View File
@@ -2,6 +2,7 @@ MAN= \
ar40xx.4 \
bcm283x_pwm.4 \
devcfg.4 \
dwcotg.4 \
imx6_ahci.4 \
imx6_snvs.4 \
imx_wdog.4 \
+29
View File
@@ -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