diff options
author | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-03-28 18:54:25 +0000 |
---|---|---|
committer | Mark Kettenis <kettenis@cvs.openbsd.org> | 2016-03-28 18:54:25 +0000 |
commit | 5917786d7b37996eeb7609a397bf31a586738447 (patch) | |
tree | 4b4a41637e445e448b1793c30c55f3e4595f6e14 /share | |
parent | 7e2e68c58b659261acc78dbeb09ed69534c2f50a (diff) |
btgpio(4)
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/bytgpio.4 | 46 |
2 files changed, 48 insertions, 2 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 87d17a7ef98..c4e3a5650d0 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.616 2016/03/09 16:28:47 deraadt Exp $ +# $OpenBSD: Makefile,v 1.617 2016/03/28 18:54:24 kettenis Exp $ MAN= aac.4 ac97.4 acphy.4 \ acpi.4 acpiac.4 acpiasus.4 acpibat.4 acpibtn.4 acpicpu.4 acpidock.4 \ @@ -14,7 +14,7 @@ MAN= aac.4 ac97.4 acphy.4 \ auacer.4 audio.4 \ aue.4 auglx.4 auich.4 auixp.4 autri.4 auvia.4 axe.4 axen.4 az.4 azalia.4 \ bce.4 berkwdt.4 bge.4 bha.4 bio.4 bktr.4 bmtphy.4 bnx.4 \ - boca.4 bpf.4 brgphy.4 bridge.4 brswphy.4 bwi.4 \ + boca.4 bpf.4 brgphy.4 bridge.4 brswphy.4 bwi.4 bytgpio.4 \ cac.4 cas.4 cardbus.4 carp.4 cd.4 cdce.4 cdcef.4 cfxga.4 \ ch.4 ciphy.4 ciss.4 clcs.4 clct.4 cmpci.4 cnw.4 \ com.4 cue.4 cy.4 cz.4 dc.4 dcphy.4 ddb.4 de.4 \ diff --git a/share/man/man4/bytgpio.4 b/share/man/man4/bytgpio.4 new file mode 100644 index 00000000000..17fc121eb56 --- /dev/null +++ b/share/man/man4/bytgpio.4 @@ -0,0 +1,46 @@ +.\" $OpenBSD: bytgpio.4,v 1.1 2016/03/28 18:54:24 kettenis Exp $ +.\" +.\" Copyright (c) 2016 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: March 28 2016 $ +.Dt BYTGPIO 4 +.Os +.Sh NAME +.Nm bytgpio +.Nd Intel Bay Trail GPIO controller +.Sh SYNOPSIS +.Cd "bytgpio* at acpi?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the GPIO controllers found on Intel's Bay +Trail SoC. +It does not provide drirect device driver entry points but makes its +functions available to +.Xr acpi 4 . +.Sh SEE ALSO +.Xr acpi 4 , +.Xr intro 4 , +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.0 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . |