Module Name:    src
Committed By:   phx
Date:           Tue Apr  5 11:24:47 UTC 2011

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

Log Message:
Add man page for s390rtc(4).


To generate a diff of this commit:
cvs rdiff -u -r1.1306 -r1.1307 src/distrib/sets/lists/man/mi
cvs rdiff -u -r1.557 -r1.558 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/s390rtc.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.1306 src/distrib/sets/lists/man/mi:1.1307
--- src/distrib/sets/lists/man/mi:1.1306	Mon Apr  4 17:26:23 2011
+++ src/distrib/sets/lists/man/mi	Tue Apr  5 11:24:46 2011
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.1306 2011/04/04 17:26:23 bouyer Exp $
+# $NetBSD: mi,v 1.1307 2011/04/05 11:24:46 phx Exp $
 #
 # Note: don't delete entries from here - mark them as "obsolete" instead.
 #
@@ -1438,7 +1438,8 @@
 ./usr/share/man/cat4/rtpphy.0			man-obsolete		obsolete
 ./usr/share/man/cat4/rtw.0			man-sys-catman		.cat
 ./usr/share/man/cat4/rum.0			man-sys-catman		.cat
-./usr/share/man/cat4/sandpoint/satmgr.0			man-sys-catman		.cat
+./usr/share/man/cat4/s390rtc.0			man-sys-catman		.cat
+./usr/share/man/cat4/sandpoint/satmgr.0		man-sys-catman		.cat
 ./usr/share/man/cat4/satalink.0			man-sys-catman		.cat
 ./usr/share/man/cat4/savagedrm.0		man-sys-catman		.cat
 ./usr/share/man/cat4/sdhc.0			man-sys-catman		.cat
@@ -4150,7 +4151,8 @@
 ./usr/share/man/html4/rtk.html			man-sys-htmlman		html
 ./usr/share/man/html4/rtw.html			man-sys-htmlman		html
 ./usr/share/man/html4/rum.html			man-sys-htmlman		html
-./usr/share/man/html4/sandpoint/satmgr.html		man-sys-htmlman		html
+./usr/share/man/html4/s390rtc.html		man-sys-htmlman		html
+./usr/share/man/html4/sandpoint/satmgr.html	man-sys-htmlman		html
 ./usr/share/man/html4/satalink.html		man-sys-htmlman		html
 ./usr/share/man/html4/savagedrm.html		man-sys-htmlman		html
 ./usr/share/man/html4/sdhc.html			man-sys-htmlman		html
@@ -6771,7 +6773,8 @@
 ./usr/share/man/man4/rtpphy.4			man-obsolete		obsolete
 ./usr/share/man/man4/rtw.4			man-sys-man		.man
 ./usr/share/man/man4/rum.4			man-sys-man		.man
-./usr/share/man/man4/sandpoint/satmgr.4			man-sys-man		.man
+./usr/share/man/man4/s390rtc.4			man-sys-man		.man
+./usr/share/man/man4/sandpoint/satmgr.4		man-sys-man		.man
 ./usr/share/man/man4/satalink.4			man-sys-man		.man
 ./usr/share/man/man4/savagedrm.4		man-sys-man		.man
 ./usr/share/man/man4/sdhc.4			man-sys-man		.man

Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.557 src/share/man/man4/Makefile:1.558
--- src/share/man/man4/Makefile:1.557	Mon Apr  4 17:26:24 2011
+++ src/share/man/man4/Makefile	Tue Apr  5 11:24:46 2011
@@ -1,4 +1,4 @@
-#	$NetBSD: Makefile,v 1.557 2011/04/04 17:26:24 bouyer Exp $
+#	$NetBSD: Makefile,v 1.558 2011/04/05 11:24:46 phx Exp $
 #	@(#)Makefile	8.1 (Berkeley) 6/18/93
 
 MAN=	aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -49,7 +49,8 @@
 	qe.4 qec.4 qsphy.4 \
 	raid.4 ral.4 ray.4 rcons.4 rdcphy.4 re.4 rgephy.4 rlphy.4 \
 	rnd.4 route.4 rs5c372rtc.4 rtk.4 rtw.4 rum.4 \
-	satalink.4 sbus.4 scc.4 schide.4 scsi.4 sd.4 se.4 seeprom.4 sem.4 \
+	s390rtc.4 satalink.4 sbus.4 scc.4 schide.4 \
+	scsi.4 sd.4 se.4 seeprom.4 sem.4 \
 	ses.4 sf.4 sfb.4 sgsmix.4 shb.4 shmif.4 \
 	shpcic.4 siisata.4 siop.4 sip.4 siside.4 sk.4 sl.4 slide.4 \
 	sm.4 smsh.4 sn.4 sony.4 spc.4 speaker.4 spif.4 sqphy.4 ss.4 \

Added files:

Index: src/share/man/man4/s390rtc.4
diff -u /dev/null src/share/man/man4/s390rtc.4:1.1
--- /dev/null	Tue Apr  5 11:24:47 2011
+++ src/share/man/man4/s390rtc.4	Tue Apr  5 11:24:46 2011
@@ -0,0 +1,56 @@
+.\"	$NetBSD: s390rtc.4,v 1.1 2011/04/05 11:24:46 phx 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 April 5, 2011
+.Dt S390RTC 4
+.Os
+.Sh NAME
+.Nm s390rtc
+.Nd Seiko Instruments S-35390 real-time clock
+.Sh SYNOPSIS
+.Cd "s390rtc* at iic? addr 0x30"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the
+.Tn Seiko Instruments
+S-xx390 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 features.

Reply via email to