summaryrefslogtreecommitdiff
path: root/static/freebsd/man4/dwcotg.4
diff options
context:
space:
mode:
authorJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:43 -0400
committerJacob McDonnell <jacob@jacobmcdonnell.com>2026-04-25 19:55:43 -0400
commitac5e55f5f2af5b92794c2aded46c6bae85b5f5ed (patch)
tree9367490586c84cba28652e443e3166d66c33b0d9 /static/freebsd/man4/dwcotg.4
parent253e67c8b3a72b3a4757fdbc5845297628db0a4a (diff)
docs: Added All FreeBSD Manuals
Diffstat (limited to 'static/freebsd/man4/dwcotg.4')
-rw-r--r--static/freebsd/man4/dwcotg.429
1 files changed, 29 insertions, 0 deletions
diff --git a/static/freebsd/man4/dwcotg.4 b/static/freebsd/man4/dwcotg.4
new file mode 100644
index 00000000..e6e8c797
--- /dev/null
+++ b/static/freebsd/man4/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