From 664c247396a2677c43bda7b75baa03f0a2feb445 Mon Sep 17 00:00:00 2001 From: rkujawa Date: Wed, 14 Nov 2012 02:29:10 +0000 Subject: [PATCH] Add man page for recently added msm6242b driver. --- share/man/man4/Makefile | 4 +-- share/man/man4/msm6242b.4 | 68 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 70 insertions(+), 2 deletions(-) create mode 100644 share/man/man4/msm6242b.4 diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile index c8137f274abe..c545d17179a2 100644 --- a/share/man/man4/Makefile +++ b/share/man/man4/Makefile @@ -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 acphy.4 \ 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 --git a/share/man/man4/msm6242b.4 b/share/man/man4/msm6242b.4 new file mode 100644 index 000000000000..0201b487ac70 --- /dev/null +++ b/share/man/man4/msm6242b.4 @@ -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 . +It was inspired by an earlier amiga-specific driver by +.An Christian E. Hopps.