diff options
author | 2019-08-26 09:44:26 +0000 | |
---|---|---|
committer | 2019-08-26 09:44:26 +0000 | |
commit | b967c38697dcbaef3681b08533ff21250af9a4cb (patch) | |
tree | 5182a70b930de2e6924d9b97fc0efdb3623af6b8 | |
parent | Add amlreset(4), a driver to support reset signal controller blocks on (diff) | |
download | wireguard-openbsd-b967c38697dcbaef3681b08533ff21250af9a4cb.tar.xz wireguard-openbsd-b967c38697dcbaef3681b08533ff21250af9a4cb.zip |
amlreset(4)
-rw-r--r-- | share/man/man4/Makefile | 7 | ||||
-rw-r--r-- | share/man/man4/amlreset.4 | 41 |
2 files changed, 45 insertions, 3 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 2f00033ba13..10fdd7d5a13 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.720 2019/08/26 09:16:39 kettenis Exp $ +# $OpenBSD: Makefile,v 1.721 2019/08/26 09:44:26 kettenis Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -10,8 +10,9 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ admtm.4 admtmp.4 admtt.4 adt.4 adtfsm.4 adv.4 age.4 alc.4 ale.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 amluart.4 amphy.4 \ - ams.4 an.4 andl.4 aplgpio.4 aps.4 arc.4 arcofi.4 \ + akbd.4 alipm.4 amas.4 amdiic.4 amdpm.4 ami.4 \ + amlreset.4 amluart.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 \ axe.4 axen.4 axppmic.4 azalia.4 \ diff --git a/share/man/man4/amlreset.4 b/share/man/man4/amlreset.4 new file mode 100644 index 00000000000..88a1c7f6374 --- /dev/null +++ b/share/man/man4/amlreset.4 @@ -0,0 +1,41 @@ +.\" $OpenBSD: amlreset.4,v 1.1 2019/08/26 09:44:26 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 26 2019 $ +.Dt AMLRESET 4 +.Os +.Sh NAME +.Nm amlreset +.Nd Amlogic reset controller +.Sh SYNOPSIS +.Cd "amlreset* at fdt?" +.Sh DESCRIPTION +The +.Nm +driver controls the reset signals for integrated components of Amlogic SoCs. +.Sh SEE ALSO +.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 . |