Module Name: src
Committed By: rkujawa
Date: Wed Nov 14 02:29:10 UTC 2012
Modified Files:
src/share/man/man4: Makefile
Added Files:
src/share/man/man4: msm6242b.4
Log Message:
Add man page for recently added msm6242b driver.
To generate a diff of this commit:
cvs rdiff -u -r1.591 -r1.592 src/share/man/man4/Makefile
cvs rdiff -u -r0 -r1.1 src/share/man/man4/msm6242b.4
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/share/man/man4/Makefile
diff -u src/share/man/man4/Makefile:1.591 src/share/man/man4/Makefile:1.592
--- src/share/man/man4/Makefile:1.591 Sun Aug 5 14:28:50 2012
+++ src/share/man/man4/Makefile Wed Nov 14 02:29:10 2012
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.591 2012/08/05 14:28:50 riastradh Exp $
+# $NetBSD: Makefile,v 1.592 2012/11/14 02:29:10 rkujawa Exp $
# @(#)Makefile 8.1 (Berkeley) 6/18/93
MAN= aac.4 ac97.4 acardide.4 aceride.4 acphy.4 \
@@ -39,7 +39,7 @@ MAN= aac.4 ac97.4 acardide.4 aceride.4 a
lc.4 ld.4 lii.4 lo.4 lxtphy.4 \
mainbus.4 makphy.4 malo.4 mbe.4 mca.4 mcclock.4 md.4 mfb.4 mfi.4 mhzc.4 \
midi.4 mii.4 mk48txx.4 mlx.4 mly.4 mpls.4 mpii.4 mpt.4 mpu.4 mtd.4 \
- mtio.4 multicast.4 mvsata.4 \
+ mtio.4 msm6242b.4 multicast.4 mvsata.4 \
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 \
Added files:
Index: src/share/man/man4/msm6242b.4
diff -u /dev/null src/share/man/man4/msm6242b.4:1.1
--- /dev/null Wed Nov 14 02:29:10 2012
+++ src/share/man/man4/msm6242b.4 Wed Nov 14 02:29:10 2012
@@ -0,0 +1,68 @@
+.\" $NetBSD: msm6242b.4,v 1.1 2012/11/14 02:29:10 rkujawa Exp $
+.\"
+.\" Copyright (c) 2012 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Radoslaw Kujawa.
+.\"
+.\" 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 November 14, 2012
+.Dt MSM6242 4
+.Os
+.Sh NAME
+.Nm msm6242
+.Nd
+.Tn OKI MSM6242 time-of-day clock driver
+.Sh SYNOPSIS
+.In dev/ic/msm6242reg.h
+.In dev/ic/msm6242var.h
+.Cd "define msm6242"
+.Cd "file dev/ic/msm6242.c msm6242"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides access to the
+.Tn OKI MSM6242
+time-of-day clock chip.
+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 todr 9
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Nx 7.0 .
+.Sh AUTHORS
+.An -nosplit
+The
+.Nm
+driver was written by
+.An Radoslaw Kujawa
+.Aq [email protected] .
+It was inspired by an earlier amiga-specific driver by
+.An Christian E. Hopps.