Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add pcf8563rtc(4) manual page. Derived from rs5c372rtc(4).



details:   https://anonhg.NetBSD.org/src/rev/67051ed0e9da
branches:  trunk
changeset: 761322:67051ed0e9da
user:      jakllsch <jakllsch%NetBSD.org@localhost>
date:      Mon Jan 24 01:14:59 2011 +0000

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

diffstat:

 distrib/sets/lists/man/mi   |   5 +++-
 share/man/man4/Makefile     |  10 ++++----
 share/man/man4/pcf8563rtc.4 |  56 +++++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 65 insertions(+), 6 deletions(-)

diffs (117 lines):

diff -r 8690fb97e774 -r 67051ed0e9da distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Sun Jan 23 23:40:37 2011 +0000
+++ b/distrib/sets/lists/man/mi Mon Jan 24 01:14:59 2011 +0000
@@ -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
diff -r 8690fb97e774 -r 67051ed0e9da share/man/man4/Makefile
--- a/share/man/man4/Makefile   Sun Jan 23 23:40:37 2011 +0000
+++ b/share/man/man4/Makefile   Mon Jan 24 01:14:59 2011 +0000
@@ -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 \
diff -r 8690fb97e774 -r 67051ed0e9da share/man/man4/pcf8563rtc.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/pcf8563rtc.4       Mon Jan 24 01:14:59 2011 +0000
@@ -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.



Home | Main Index | Thread Index | Old Index