diff options
-rw-r--r-- | share/man/man4/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/escodec.4 | 47 | ||||
-rw-r--r-- | share/man/man4/iic.4 | 6 |
3 files changed, 53 insertions, 4 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 7f1c076ac27..9ba375c4f8b 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.777 2020/06/11 00:20:46 patrick Exp $ +# $OpenBSD: Makefile,v 1.778 2020/06/11 00:26:01 patrick Exp $ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -29,7 +29,7 @@ MAN= aac.4 abcrtc.4 ac97.4 acphy.4 acrtc.4 \ dc.4 dcphy.4 ddb.4 de.4 diskmap.4 divert.4 drm.4 dsxrtc.4 dt.4 \ dwctwo.4 dwdog.4 dwge.4 dwiic.4 dwmmc.4 dwpcie.4 dwxe.4 \ eap.4 ec.4 eephy.4 ef.4 eg.4 ehci.4 eisa.4 el.4 em.4 emc.4 gcu.4 \ - emu.4 enc.4 endrun.4 envy.4 eoip.4 ep.4 epic.4 esa.4 \ + emu.4 enc.4 endrun.4 envy.4 eoip.4 ep.4 epic.4 esa.4 escodec.4 \ eso.4 ess.4 et.4 etherip.4 etphy.4 ex.4 exphy.4 exrtc.4 \ fanpwr.4 fd.4 fdc.4 fec.4 fido.4 fins.4 fintek.4 fms.4 fusbtc.4 fuse.4 \ fxp.4 gdt.4 gentbi.4 gem.4 gif.4 \ diff --git a/share/man/man4/escodec.4 b/share/man/man4/escodec.4 new file mode 100644 index 00000000000..dfb61f5a22d --- /dev/null +++ b/share/man/man4/escodec.4 @@ -0,0 +1,47 @@ +.\" $OpenBSD: escodec.4,v 1.1 2020/06/11 00:26:01 patrick Exp $ +.\" +.\" Copyright (c) 2020 Patrick Wildt <patrick@blueri.se> +.\" +.\" 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: June 11 2020 $ +.Dt ESCODEC 4 +.Os +.Sh NAME +.Nm escodec +.Nd Everest Semiconductor ES8316 audo codec +.Sh SYNOPSIS +.Cd "escodec* at iic?" +.Sh DESCRIPTION +The +.Nm +driver provides support for the Everest Semiconductor ES8316 audio codec. +.Sh SEE ALSO +.Xr iic 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 6.8 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Jared McNeill Aq Mt jmcneill@invisible.ca +for +.Nx +and ported to +.Ox +by +.An Patrick Wildt Aq Mt patrick@blueri.se . diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 2e92cd23a61..d444b6fd205 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.108 2020/06/10 17:58:57 patrick Exp $ +.\" $OpenBSD: iic.4,v 1.109 2020/06/11 00:26:01 patrick Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko <grange@openbsd.org> .\" @@ -14,7 +14,7 @@ .\" ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF .\" OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. .\" -.Dd $Mdocdate: June 10 2020 $ +.Dd $Mdocdate: June 11 2020 $ .Dt IIC 4 .Os .Sh NAME @@ -174,6 +174,8 @@ Intel Crystal Cove Power Management IC Maxim DS3231/DS3232 real-time clock .It Xr ecadc 4 environmental monitoring subsystem temperature sensor +.It Xr escodec 4 +Everest Semiconductor ES8316 audio codec .It Xr fanpwr 4 Fairchild FAN53555 voltage regulator .It Xr fcu 4 |