diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-29 17:40:58 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2019-08-29 17:40:58 +0000 |
commit | 4ee766b52476f19374c050bdc9f6bb05c24461ca (patch) | |
tree | 576bd52d226d61dc11e93948dd713069998c1689 /share | |
parent | fa01ac8cb8ecda43ac9ea30f45855150bd089691 (diff) |
amldwusb(4), amlpciephy(4) and amlusbphy(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 5 | ||||
-rw-r--r-- | share/man/man4/amldwusb.4 | 46 | ||||
-rw-r--r-- | share/man/man4/amlpciephy.4 | 45 | ||||
-rw-r--r-- | share/man/man4/amlusbphy.4 | 43 |
4 files changed, 137 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 0fac3798776..d2b966af636 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.725 2019/08/28 09:46:32 kettenis Exp $ +# $OpenBSD: Makefile,v 1.726 2019/08/29 17:40:57 kettenis Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -11,7 +11,8 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ aggr.4 agp.4 \ ahc.4 ahci.4 ahd.4 aibs.4 aic.4 \ akbd.4 alipm.4 amas.4 amdiic.4 amdpm.4 ami.4 \ - amlclock.4 amlpinctrl.4 amlreset.4 amlrng.4 amluart.4 \ + amlclock.4 amldwusb.4 amlpciephy.4 amlpinctrl.4 amlreset.4 \ + amlrng.4 amluart.4 amlusbphy.4 \ amphy.4 ams.4 an.4 andl.4 aplgpio.4 aps.4 arc.4 arcofi.4 \ asbtm.4 asmc.4 ast.4 atapiscsi.4 atphy.4 ath.4 athn.4 atu.4 atw.4 \ auacer.4 audio.4 aue.4 auglx.4 auich.4 auixp.4 autri.4 auvia.4 \ diff --git a/share/man/man4/amldwusb.4 b/share/man/man4/amldwusb.4 new file mode 100644 index 00000000000..774d2d8bf3c --- /dev/null +++ b/share/man/man4/amldwusb.4 @@ -0,0 +1,46 @@ +.\" $OpenBSD: amldwusb.4,v 1.1 2019/08/29 17:40:57 kettenis Exp $ +.\" +.\" Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" 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: August 29 2019 $ +.Dt AMLDWUSB 4 +.Os +.Sh NAME +.Nm amldwusb +.Nd Amlogic USB 3.0 glue logic +.Sh SYNOPSIS +.Cd "amldwusb* at fdt?" +.Cd "xhci* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver controls the interface logic for the Synopsys DesignWare USB +3.0 controller on Amlogic SoCs. +.Sh SEE ALSO +.Xr amlpciephy 4 , +.Xr amlusbphy 4 , +.Xr intro 4 , +.Xr xhci 4 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 6.6 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . diff --git a/share/man/man4/amlpciephy.4 b/share/man/man4/amlpciephy.4 new file mode 100644 index 00000000000..278a4914e83 --- /dev/null +++ b/share/man/man4/amlpciephy.4 @@ -0,0 +1,45 @@ +.\" $OpenBSD: amlpciephy.4,v 1.1 2019/08/29 17:40:57 kettenis Exp $ +.\" +.\" Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" 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: August 29 2019 $ +.Dt AMLPCIEPHY 4 +.Os +.Sh NAME +.Nm amlpciephy +.Nd Amlogic PCIe 2.0 and USB 3.0 PHY +.Sh SYNOPSIS +.Cd "amlpciephy* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver controls the PCIe 2.0 and USB 3.0 PHY integrated on Amlogic SoCs. +.Sh SEE ALSO +.Xr amldwusb 4 , +.Xr amlusbphy 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 6.6 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . +.Sh BUGS +PCIe functionality is not yet supported. diff --git a/share/man/man4/amlusbphy.4 b/share/man/man4/amlusbphy.4 new file mode 100644 index 00000000000..8770b10d8a9 --- /dev/null +++ b/share/man/man4/amlusbphy.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: amlusbphy.4,v 1.1 2019/08/29 17:40:57 kettenis Exp $ +.\" +.\" Copyright (c) 2019 Mark Kettenis <kettenis@openbsd.org> +.\" +.\" 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: August 29 2019 $ +.Dt AMLUSBPHY 4 +.Os +.Sh NAME +.Nm amlusbphy +.Nd Amlogic USB 2.0 PHY +.Sh SYNOPSIS +.Cd "amlusbphy* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver controls the USB 2.0 PHY integrated on Amlogic SoCs. +.Sh SEE ALSO +.Xr amldwusb 4 , +.Xr amlpciephy 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +device driver first appeared in +.Ox 6.6 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . |