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 cir(4) and oboe(4) man pages.



details:   https://anonhg.NetBSD.org/src/rev/c00706c9a9ea
branches:  trunk
changeset: 518625:c00706c9a9ea
user:      augustss <augustss%NetBSD.org@localhost>
date:      Sun Dec 02 19:46:04 2001 +0000

description:
Add cir(4) and oboe(4) man pages.

diffstat:

 share/man/man4/Makefile |   6 ++--
 share/man/man4/cir.4    |  60 +++++++++++++++++++++++++++++++++++++++++++++
 share/man/man4/oboe.4   |  64 +++++++++++++++++++++++++++++++++++++++++++++++++
 share/man/man4/pci.4    |   5 +++-
 4 files changed, 131 insertions(+), 4 deletions(-)

diffs (178 lines):

diff -r 9aa9ad1ae5aa -r c00706c9a9ea share/man/man4/Makefile
--- a/share/man/man4/Makefile   Sun Dec 02 19:44:25 2001 +0000
+++ b/share/man/man4/Makefile   Sun Dec 02 19:46:04 2001 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.234 2001/12/02 16:42:37 augustss Exp $
+#      $NetBSD: Makefile,v 1.235 2001/12/02 19:46:04 augustss Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amhphy.4 an.4 aria.4 \
@@ -38,8 +38,8 @@
        ehci.4 ohci.4 uhci.4
 
 # Ir devices
-MAN+=  irframe.4
-#      cir.4 oboe.4
+MAN+=  irframe.4 cir.4 oboe.4
+#      smccir.4
 
 # machine-independent busses
 MAN+=  eisa.4 isa.4 isapnp.4 ofisa.4 pci.4 pcmcia.4
diff -r 9aa9ad1ae5aa -r c00706c9a9ea share/man/man4/cir.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/cir.4      Sun Dec 02 19:46:04 2001 +0000
@@ -0,0 +1,60 @@
+.\" $NetBSD: cir.4,v 1.1 2001/12/02 19:46:05 augustss Exp $
+.\"
+.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
+.\" 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" 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 December 2, 2001
+.Dt CIR 4
+.Os
+.Sh NAME
+.Nm cir
+.Nd Consumer IR (remote control) driver
+.Sh SYNOPSIS
+.Cd "cir* at XX?"
+.Sh DESCRIPTION
+The
+.Nm
+provides access to consumer infrared devices such as remote
+control receivers and transmitters.
+.Sh SEE ALSO
+.Xr irframe 4
+.\" .Xr smcc 4
+.Sh HISTORY
+The
+.Nm
+driver
+appeared in
+.Nx 1.6 .
+.Sh BUGS
+This device is not yet functional.
diff -r 9aa9ad1ae5aa -r c00706c9a9ea share/man/man4/oboe.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/oboe.4     Sun Dec 02 19:46:04 2001 +0000
@@ -0,0 +1,64 @@
+.\" $NetBSD: oboe.4,v 1.1 2001/12/02 19:46:05 augustss Exp $
+.\"
+.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
+.\" All rights reserved.
+.\"
+.\" This code is derived from software contributed to The NetBSD Foundation
+.\" by Lennart Augustsson.
+.\"
+.\" 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.
+.\" 3. All advertising materials mentioning features or use of this software
+.\"    must display the following acknowledgement:
+.\"        This product includes software developed by the NetBSD
+.\"        Foundation, Inc. and its contributors.
+.\" 4. Neither the name of The NetBSD Foundation nor the names of its
+.\"    contributors may be used to endorse or promote products derived
+.\"    from this software without specific prior written permission.
+.\"
+.\" 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 December 2, 2001
+.Dt OBOE 4
+.Os
+.Sh NAME
+.Nm oboe
+.Nd Toshiba OBOE IrDA SIR/FIR driver
+.Sh SYNOPSIS
+.Cd "oboe*    at pci? dev ? function ?"
+.Cd "irframe* at oboe?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provieds support for the Toshiba Oboe IrDA chip.
+.Pp
+Access to the device is through the
+.Xr irframe 4
+driver.
+.Sh SEE ALSO
+.Xr irframe 4 ,
+.Xr pci 4
+.Sh HISTORY
+The
+.Nm
+driver
+appeared in
+.Nx 1.6 .
+.Sh AUTHORS
+.An Jan Sparud Aq jan%sparud.net@localhost
diff -r 9aa9ad1ae5aa -r c00706c9a9ea share/man/man4/pci.4
--- a/share/man/man4/pci.4      Sun Dec 02 19:44:25 2001 +0000
+++ b/share/man/man4/pci.4      Sun Dec 02 19:46:04 2001 +0000
@@ -1,4 +1,4 @@
-.\"    $NetBSD: pci.4,v 1.61 2001/11/18 16:46:49 augustss Exp $
+.\"    $NetBSD: pci.4,v 1.62 2001/12/02 19:46:05 augustss Exp $
 .\"
 .\" Copyright (c) 1997 Jason R. Thorpe.  All rights reserved.
 .\" Copyright (c) 1997 Jonathan Stone
@@ -292,6 +292,8 @@
 USB EHCI host controllers.
 .It iop
 I2O I/O processors.
+.It oboe
+Toshiba OBOE IrDA SIR/FIR controller.
 .It ohci
 USB OHCI host controllers.
 .It pcic
@@ -358,6 +360,7 @@
 .Xr ne 4 ,
 .Xr neo 4 ,
 .Xr ntwoc 4 ,
+.Xr oboe 4 ,
 .Xr ohci 4 ,
 .Xr pcic 4 ,
 .Xr pciide 4 ,



Home | Main Index | Thread Index | Old Index