From abd5121fa855aa53fdd598a343de95457bf91392 Mon Sep 17 00:00:00 2001 From: kettenis Date: Mon, 22 Nov 2021 20:24:41 +0000 Subject: [PATCH] pcyrtc(4) --- share/man/man4/Makefile | 5 +++-- share/man/man4/iic.4 | 6 ++++-- share/man/man4/pcyrtc.4 | 43 +++++++++++++++++++++++++++++++++++++++++ 3 files changed, 50 insertions(+), 4 deletions(-) create mode 100644 share/man/man4/pcyrtc.4 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index 8d6bda6b1bc..c56f7cfa7a3 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.813 2021/11/21 11:10:35 kettenis Exp $ +# $OpenBSD: Makefile,v 1.814 2021/11/22 20:24:41 kettenis Exp $ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ acpi.4 acpiac.4 acpials.4 acpiasus.4 acpibat.4 \ @@ -65,7 +65,8 @@ MAN= aac.4 abcrtc.4 abl.4 ac97.4 acphy.4 acrtc.4 \ pair.4 pcagpio.4 pcaled.4 pcamux.4 \ pcdisplay.4 pchb.4 pchtemp.4 pci.4 pcib.4 \ pcfadc.4 pcfiic.4 pcfrtc.4 pchgpio.4 pciide.4 pckbc.4 pckbd.4 \ - pcmcia.4 pcn.4 pcppi.4 pcscp.4 pcxrtc.4 pf.4 pflog.4 pflow.4 pfsync.4 \ + pcmcia.4 pcn.4 pcppi.4 pcscp.4 pcxrtc.4 pcyrtc.4 \ + pf.4 pflog.4 pflow.4 pfsync.4 \ pgt.4 piixpm.4 pinctrl.4 pipex.4 plgpio.4 plrtc.4 pluart.4 \ pms.4 ppb.4 ppp.4 pppoe.4 pppx.4 psci.4 pty.4 puc.4 pvbus.4 \ pvclock.4 pwdog.4 pwmbl.4 pwmfan.4 pwmreg.4 \ diff --git a/share/man/man4/iic.4 b/share/man/man4/iic.4 index 4fb7d6d0731..5de650e7687 100644 --- a/share/man/man4/iic.4 +++ b/share/man/man4/iic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: iic.4,v 1.119 2021/11/21 23:02:50 jmc Exp $ +.\" $OpenBSD: iic.4,v 1.120 2021/11/22 20:24:41 kettenis Exp $ .\" .\" Copyright (c) 2004, 2006 Alexander Yurchenko .\" @@ -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: November 21 2021 $ +.Dd $Mdocdate: November 22 2021 $ .Dt IIC 4 .Os .Sh NAME @@ -233,6 +233,8 @@ Philips PCF8591 temperature sensor NXP PCF8523 real-time clock .It Xr pcxrtc 4 NXP PCF8563 real-time clock +.It Xr pcyrtc 4 +NXP PCF85063A/TP real-time clock .It Xr ricohrtc 4 Ricoh RS5C372 real-time clock .It Xr rkpmic 4 diff --git a/share/man/man4/pcyrtc.4 b/share/man/man4/pcyrtc.4 new file mode 100644 index 00000000000..ba9fff4d589 --- /dev/null +++ b/share/man/man4/pcyrtc.4 @@ -0,0 +1,43 @@ +.\" $OpenBSD: pcyrtc.4,v 1.1 2021/11/22 20:24:41 kettenis Exp $ +.\" +.\" Copyright (c) 2006 Theo de Raadt +.\" Copyright (c) 2016 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 22 2021 $ +.Dt PCYRTC 4 +.Os +.Sh NAME +.Nm pcyrtc +.Nd NXP PCF85063A/TP real-time clock +.Sh SYNOPSIS +.Cd "pcyrtc* at iic? addr 0x51" +.Sh DESCRIPTION +The +.Nm +driver provides support for the NXP PCF85063A/TP real-time clock chip. +.Sh SEE ALSO +.Xr iic 4 , +.Xr intro 4 +.Sh HISTORY +The +.Nm +driver first appeared in +.Ox 7.1 . +.Sh AUTHORS +.An -nosplit +The +.Nm +driver was written by +.An Mark Kettenis Aq Mt kettenis@openbsd.org . -- 2.20.1