Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/uebayasi-xip]: src/share/man/man4 Apply patch from Martin S. Weber in PR...
details: https://anonhg.NetBSD.org/src/rev/595b0a3f16bd
branches: uebayasi-xip
changeset: 751610:595b0a3f16bd
user: wiz <wiz%NetBSD.org@localhost>
date: Thu Feb 25 17:08:02 2010 +0000
description:
Apply patch from Martin S. Weber in PR 37958 that adds/fixes references
to iic(4).
diffstat:
share/man/man4/amdpm.4 | 53 ++++++++++++++++++++++++++++++++++++++++++
share/man/man4/cuda.4 | 51 ++++++++++++++++++++++++++++++++++++++++
share/man/man4/rs5c372rtc.4 | 56 +++++++++++++++++++++++++++++++++++++++++++++
share/man/man4/seeprom.4 | 50 ++++++++++++++++++++++++++++++++++++++++
share/man/man4/sgsmix.4 | 50 ++++++++++++++++++++++++++++++++++++++++
5 files changed, 260 insertions(+), 0 deletions(-)
diffs (280 lines):
diff -r 3f7133497bf5 -r 595b0a3f16bd share/man/man4/amdpm.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/amdpm.4 Thu Feb 25 17:08:02 2010 +0000
@@ -0,0 +1,53 @@
+.\" $NetBSD: amdpm.4,v 1.7.2.2 2010/02/25 17:08:02 wiz Exp $
+.\"
+.\" Copyright (c) 2002, 2006 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Enami Tsugutomo.
+.\"
+.\" 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 29, 2006
+.Dt AMDPM 4
+.Os
+.Sh NAME
+.Nm amdpm
+.Nd AMD768 Power Management Controller and AMD8111 System Management Controller
+.Sh SYNOPSIS
+.Cd "amdpm* at pci? dev ? function ?"
+.Sh DESCRIPTION
+The
+.Nm
+provides support for the AMD768 Power Management Controller
+and for the AMD8111 System Management Controller.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr pci 4 ,
+.Xr rnd 4
+.Sh HISTORY
+The
+.Nm
+driver appeared in
+.Nx 2.0 .
+.Sh BUGS
+Currently, this driver does nothing except collecting random numbers.
diff -r 3f7133497bf5 -r 595b0a3f16bd share/man/man4/cuda.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/cuda.4 Thu Feb 25 17:08:02 2010 +0000
@@ -0,0 +1,51 @@
+.\" $NetBSD: cuda.4,v 1.5.2.2 2010/02/25 17:08:02 wiz Exp $
+.\"
+.\" Copyright (c) 2007
+.\" Michael Lorenz. 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 AUTHOR 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 AUTHOR 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 May 14, 2007
+.Dt CUDA 4
+.Os
+.Sh NAME
+.Nm cuda
+.Nd support for CUDA microcontrollers found in many Power Macintosh and
+compatible computers
+.Sh SYNOPSIS
+.Cd "cuda* at obio?"
+.Cd "nadb* at cuda?"
+.Cd "iic* at cuda?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the CUDA microcontroller found in many Power
+Macintosh and compatible computers, mostly Old World desktop machines.
+CUDA controls the real time clock, ADB, power and on some machines an
+.Xr iic 9
+bus.
+.Sh SEE ALSO
+.Xr iic 4 ,
+.Xr nadb 4 ,
+.Xr obio 4 ,
+.Xr pmu 4 ,
+.Xr sgsmix 4
diff -r 3f7133497bf5 -r 595b0a3f16bd share/man/man4/rs5c372rtc.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/rs5c372rtc.4 Thu Feb 25 17:08:02 2010 +0000
@@ -0,0 +1,56 @@
+.\" $NetBSD: rs5c372rtc.4,v 1.3.2.2 2010/02/25 17:08:02 wiz Exp $
+.\"
+.\" Copyright (c) 2005 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 September 15, 2005
+.Dt RS5C372RTC 4
+.Os
+.Sh NAME
+.Nm rs5c372rtc
+.Nd RICOH RS5C372A and RS5C372B real-time clock
+.Sh SYNOPSIS
+.Cd "rs5c372rtc at iic? addr 0x32"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the
+.Tn RICOH
+RS5C372A and RS5C372B real-time clock chips.
+.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 4.0 .
+.Sh BUGS
+The driver only supports clock function.
diff -r 3f7133497bf5 -r 595b0a3f16bd share/man/man4/seeprom.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/seeprom.4 Thu Feb 25 17:08:02 2010 +0000
@@ -0,0 +1,50 @@
+.\" $NetBSD: seeprom.4,v 1.3.2.2 2010/02/25 17:08:02 wiz Exp $
+.\"
+.\" Copyright (c) 2007 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 October 25, 2007
+.Dt SEEPROM 4
+.Os
+.Sh NAME
+.Nm seeprom
+.Nd 24-series I2C EEPROM driver
+.Sh SYNOPSIS
+.Cd "seeprom0 at iic0 addr 0x50 size 128"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the 24-series of I2C EEPROMs,
+available from a variety of vendors.
+.Pp
+Access to the contents of the memory is through a character device.
+.Sh SEE ALSO
+.Xr iic 4
+.Sh HISTORY
+The
+.Nm
+device appeared in
+.Nx 2.0 .
+.Sh BUGS
+A device major number is not assigned.
diff -r 3f7133497bf5 -r 595b0a3f16bd share/man/man4/sgsmix.4
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/sgsmix.4 Thu Feb 25 17:08:02 2010 +0000
@@ -0,0 +1,50 @@
+.\" $NetBSD: sgsmix.4,v 1.4.2.2 2010/02/25 17:08:02 wiz Exp $
+.\"
+.\" Copyright (c) 2007
+.\" Michael Lorenz. 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 AUTHOR 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 AUTHOR 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 May 14, 2007
+.Dt SGSMIX 4
+.Os
+.Sh NAME
+.Nm sgsmix
+.Nd driver for SGS 7433 Basic Audio Processor found in some Apple machines
+.Sh SYNOPSIS
+.Cd "iic* at cuda?"
+.Cd "sgsmix* at iic? addr 0x8a"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the external mixer chip on Apple's
+.Dq personality cards
+found in beige Power Macintosh G3.
+All mixer controls are accessed through the
+.Xr awacs 4
+driver,
+.Nm
+additionally provides bass and treble controls.
+.Sh SEE ALSO
+.Xr awacs 4 ,
+.Xr cuda 4 ,
+.Xr iic 4
Home |
Main Index |
Thread Index |
Old Index