Module Name:    src
Committed By:   jakllsch
Date:           Mon Jan 24 01:15:00 UTC 2011

Modified Files:
        src/distrib/sets/lists/man: mi
        src/share/man/man4: Makefile
Added Files:
        src/share/man/man4: pcf8563rtc.4

Log Message:
Add pcf8563rtc(4) manual page. Derived from rs5c372rtc(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1279 -r1.1280 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.544 -r1.545 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/pcf8563rtc.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/distrib/sets/lists/man/mi
diff -u src/distrib/sets/lists/man/mi:1.1279 src/distrib/sets/lists/man/mi:1.1280
--- src/distrib/sets/lists/man/mi:1.1279	Thu Jan 20 18:47:22 2011
+++ src/distrib/sets/lists/man/mi	Mon Jan 24 01:14:59 2011
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1279 2011/01/20 18:47:22 pooka Exp $
+# $NetBSD: mi,v 1.1280 2011/01/24 01:14:59 jakllsch Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1325,6 +1325,7 @@
 ./usr/share/man/cat4/pc532/plip.0		man-obsolete		obsolete
 ./usr/share/man/cat4/pc532/scn.0		man-obsolete		obsolete
 ./usr/share/man/cat4/pcdisplay.0		man-sys-catman		.cat
+./usr/share/man/cat4/pcf8563rtc.0		man-sys-catman		.cat
 ./usr/share/man/cat4/pchb.0			man-sys-catman		.cat
 ./usr/share/man/cat4/pci.0			man-sys-catman		.cat
 ./usr/share/man/cat4/pciback.0			man-sys-catman		.cat
@@ -4014,6 +4015,7 @@
 ./usr/share/man/html4/pad.html			man-sys-htmlman		html
 ./usr/share/man/html4/pas.html			man-sys-htmlman		html
 ./usr/share/man/html4/pcdisplay.html		man-sys-htmlman		html
+./usr/share/man/html4/pcf8563rtc.html		man-sys-htmlman		html
 ./usr/share/man/html4/pchb.html			man-sys-htmlman		html
 ./usr/share/man/html4/pci.html			man-sys-htmlman		html
 ./usr/share/man/html4/pciback.html		man-sys-htmlman		html
@@ -6581,6 +6583,7 @@
 ./usr/share/man/man4/pc532/plip.4		man-obsolete		obsolete
 ./usr/share/man/man4/pc532/scn.4		man-obsolete		obsolete
 ./usr/share/man/man4/pcdisplay.4		man-sys-man		.man
+./usr/share/man/man4/pcf8563rtc.4		man-sys-man		.man
 ./usr/share/man/man4/pchb.4			man-sys-man		.man
 ./usr/share/man/man4/pci.4			man-sys-man		.man
 ./usr/share/man/man4/pciback.4			man-sys-man		.man

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.544 src/share/man/man4/Makefile:1.545
--- src/share/man/man4/Makefile:1.544	Mon Jan 17 16:08:20 2011
+++ src/share/man/man4/Makefile	Mon Jan 24 01:15:00 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.544 2011/01/17 16:08:20 jmcneill Exp $
+#	$NetBSD: Makefile,v 1.545 2011/01/24 01:15:00 jakllsch Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 MAN=	aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -42,10 +42,10 @@
 	nadb.4 ne.4 neo.4 netintro.4 nfe.4 nfsmb.4 njata.4 njs.4 \
 	nsclpcsio.4 nside.4 nsp.4 nsphy.4 nsphyter.4 ntwoc.4 null.4 nsmb.4 \
 	oak.4 oosiop.4 opl.4 options.4 optiide.4 osiop.4 otus.4 \
-	pad.4 pas.4 pcdisplay.4 pciide.4 pckbc.4 pckbd.4 pcn.4 pcppi.4 \
-	pcscp.4 pcweasel.4 pdcide.4 pdcsata.4 piixide.4 piixpcib.4 piixpm.4 \
-	pim.4 plip.4 pms.4 pmu.4 pnaphy.4 ppbus.4 ppp.4 pppoe.4 pseye.4 \
-	ptm.4 pty.4 puc.4 pud.4 puffs.4 px.4 pxg.4 \
+	pad.4 pas.4 pcdisplay.4 pcf8563rtc.4 pciide.4 pckbc.4 pckbd.4 pcn.4 \
+	pcppi.4 pcscp.4 pcweasel.4 pdcide.4 pdcsata.4 piixide.4 piixpcib.4 \
+	piixpm.4 pim.4 plip.4 pms.4 pmu.4 pnaphy.4 ppbus.4 ppp.4 pppoe.4 \
+	pseye.4 ptm.4 pty.4 puc.4 pud.4 puffs.4 px.4 pxg.4 \
 	qe.4 qec.4 qsphy.4 \
 	raid.4 ral.4 ray.4 rcons.4 re.4 rgephy.4 rlphy.4 rnd.4 route.4 \
 	rs5c372rtc.4 rtk.4 rtw.4 rum.4 \

Added files:

Index: src/share/man/man4/pcf8563rtc.4
diff -u /dev/null src/share/man/man4/pcf8563rtc.4:1.1
--- /dev/null	Mon Jan 24 01:15:01 2011
+++ src/share/man/man4/pcf8563rtc.4	Mon Jan 24 01:15:00 2011
@@ -0,0 +1,56 @@
+.\"	$NetBSD: pcf8563rtc.4,v 1.1 2011/01/24 01:15:00 jakllsch Exp $
+.\"
+.\" Copyright (c) 2011 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" Redistribution and use in source and binary forms, with or without
+.\" modification, are permitted provided that the following conditions
+.\" are met:
+.\" 1. Redistributions of source code must retain the above copyright
+.\"    notice, this list of conditions and the following disclaimer.
+.\" 2. Redistributions in binary form must reproduce the above copyright
+.\"    notice, this list of conditions and the following disclaimer in the
+.\"    documentation and/or other materials provided with the distribution.
+.\"
+.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
+.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
+.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
+.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
+.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
+.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
+.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
+.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
+.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
+.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
+.\" POSSIBILITY OF SUCH DAMAGE.
+.\"
+.Dd January 24, 2011
+.Dt PCF8563RTC 4
+.Os
+.Sh NAME
+.Nm pcf8563rtc
+.Nd NXP PCF8563 real-time clock
+.Sh SYNOPSIS
+.Cd "pcf8563rtc* at iic? addr 0x51"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the
+.Tn NXP
+PCF8563 real-time clock chip.
+.Pp
+Access methods to retrieve and set date and time
+are provided through the
+.Em TODR
+interface defined in
+.Xr todr 9 .
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr todr 9
+.Sh HISTORY
+The
+.Nm
+device appeared in
+.Nx 6.0 .
+.Sh BUGS
+The driver does not support the chip's alarm and timer features.

Reply via email to