From 02b0053d4a2681250965205b8be9ca26d5909d4d Mon Sep 17 00:00:00 2001 From: patrick Date: Sun, 6 Nov 2022 12:18:28 +0000 Subject: [PATCH] qcdwusb(4) --- share/man/man4/man4.arm64/Makefile | 4 +-- share/man/man4/man4.arm64/qcdwusb.4 | 44 +++++++++++++++++++++++++++++ 2 files changed, 46 insertions(+), 2 deletions(-) create mode 100644 share/man/man4/man4.arm64/qcdwusb.4 diff --git a/share/man/man4/man4.arm64/Makefile b/share/man/man4/man4.arm64/Makefile index 007085e85d0..9ea0f1ea98d 100644 --- a/share/man/man4/man4.arm64/Makefile +++ b/share/man/man4/man4.arm64/Makefile @@ -1,11 +1,11 @@ -# $OpenBSD: Makefile,v 1.28 2022/10/20 08:45:39 jsg Exp $ +# $OpenBSD: Makefile,v 1.29 2022/11/06 12:18:28 patrick Exp $ MAN= agintc.4 agtimer.4 ampintc.4 \ aplaudio.4 aplcpu.4 apldart.4 apldma.4 apldog.4 \ aplhidev.4 apliic.4 aplintc.4 aplmbox.4 aplmca.4 aplnco.4 aplns.4 \ aplpcie.4 aplpinctrl.4 aplpmgr.4 aplpmu.4 aplsart.4 aplsmc.4 aplspi.4 \ aplspmi.4 apm.4 \ - efi.4 intro.4 qcgpio.4 qciic.4 smbios.4 + efi.4 intro.4 qcdwusb.4 qcgpio.4 qciic.4 smbios.4 MANSUBDIR=arm64 diff --git a/share/man/man4/man4.arm64/qcdwusb.4 b/share/man/man4/man4.arm64/qcdwusb.4 new file mode 100644 index 00000000000..f56d276cf9c --- /dev/null +++ b/share/man/man4/man4.arm64/qcdwusb.4 @@ -0,0 +1,44 @@ +.\" $OpenBSD: qcdwusb.4,v 1.1 2022/11/06 12:18:28 patrick Exp $ +.\" +.\" Copyright (c) 2018 Mark Kettenis +.\" +.\" Permission to use, copy, modify, and distribute this software for any +.\" purpose with or without fee is hereby granted, provided that the above +.\" copyright notice and this permission notice appear in all copies. +.\" +.\" THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES +.\" WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF +.\" MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR +.\" ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES +.\" WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN +.\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF +.\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. +.\" +.Dd $Mdocdate: November 6 2022 $ +.Dt QCDWUSB 4 +.Os +.Sh NAME +.Nm qcdwusb +.Nd Qualcomm USB 3.0 glue logic +.Sh SYNOPSIS +.Cd "qcdwusb* at fdt?" +.Cd "xhci* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver controls the interface logic for the Synopsys DesignWare USB +3.0 controller on Qualcomm SoCs. +.Sh SEE ALSO +.Xr intro 4 , +.Xr xhci 4 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 7.3 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Patrick Wildt Aq Mt patrick@blueri.se . -- 2.20.1