Source-Changes-HG archive

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

[src/trunk]: src/share/man/man4 Add man page for recently added msm6242b driver.



details:   https://anonhg.NetBSD.org/src/rev/8846de93cb1c
branches:  trunk
changeset: 782684:8846de93cb1c
user:      rkujawa <rkujawa%NetBSD.org@localhost>
date:      Wed Nov 14 02:29:10 2012 +0000

description:
Add man page for recently added msm6242b driver.

diffstat:

 share/man/man4/Makefile   |   4 +-
 share/man/man4/msm6242b.4 |  68 +++++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 70 insertions(+), 2 deletions(-)

diffs (90 lines):

diff -r f840a1eac44c -r 8846de93cb1c share/man/man4/Makefile
--- a/share/man/man4/Makefile   Wed Nov 14 02:26:15 2012 +0000
+++ b/share/man/man4/Makefile   Wed Nov 14 02:29:10 2012 +0000
@@ -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 @@
        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 \
diff -r f840a1eac44c -r 8846de93cb1c share/man/man4/msm6242b.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/msm6242b.4 Wed Nov 14 02:29:10 2012 +0000
@@ -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 radoslaw.kujawa%gmail.com@localhost .
+It was inspired by an earlier amiga-specific driver by
+.An Christian E. Hopps.



Home | Main Index | Thread Index | Old Index