Add uirda(4).
This commit is contained in:
parent
4a802f4928
commit
e32c80d646
@ -1,4 +1,4 @@
|
||||
# $NetBSD: mi,v 1.430 2001/12/10 20:51:11 martin Exp $
|
||||
# $NetBSD: mi,v 1.431 2001/12/12 15:30:53 augustss Exp $
|
||||
./usr/share/info/am-utils.info man-amd-info
|
||||
./usr/share/info/as.info man-computil-info
|
||||
./usr/share/info/awk.info man-util-info
|
||||
@ -945,6 +945,7 @@
|
||||
./usr/share/man/cat4/uhci.0 man-sys-catman
|
||||
./usr/share/man/cat4/uhid.0 man-sys-catman
|
||||
./usr/share/man/cat4/uhub.0 man-sys-catman
|
||||
./usr/share/man/cat4/uirda.0 man-sys-catman
|
||||
./usr/share/man/cat4/uk.0 man-sys-catman
|
||||
./usr/share/man/cat4/ukbd.0 man-sys-catman
|
||||
./usr/share/man/cat4/ukphy.0 man-sys-catman
|
||||
@ -2599,6 +2600,7 @@
|
||||
./usr/share/man/man4/uhci.4 man-sys-man
|
||||
./usr/share/man/man4/uhid.4 man-sys-man
|
||||
./usr/share/man/man4/uhub.4 man-sys-man
|
||||
./usr/share/man/man4/uirda.4 man-sys-man
|
||||
./usr/share/man/man4/uk.4 man-sys-man
|
||||
./usr/share/man/man4/ukbd.4 man-sys-man
|
||||
./usr/share/man/man4/ukphy.4 man-sys-man
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $NetBSD: Makefile,v 1.238 2001/12/10 20:49:29 martin Exp $
|
||||
# $NetBSD: Makefile,v 1.239 2001/12/12 15:29:23 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 \
|
||||
@ -31,7 +31,7 @@ MAN= acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amhphy.4 an.4 aria.4 \
|
||||
wsmux.4 yds.4 ym.4 zero.4 zstty.4
|
||||
|
||||
# USB devices
|
||||
MAN+= uaudio.4 ucom.4 uftdi.4 ugen.4 uhid.4 ukbd.4 ulpt.4 \
|
||||
MAN+= uaudio.4 ucom.4 uftdi.4 ugen.4 uhid.4 uirda.4 ukbd.4 ulpt.4 \
|
||||
umass.4 umct.4 umidi.4 umodem.4 ums.4 uplcom.4 urio.4 usb.4 \
|
||||
uscanner.4 usscanner.4 uvisor.4 uyap.4 \
|
||||
aue.4 cue.4 kue.4 upl.4 \
|
||||
|
@ -1,4 +1,4 @@
|
||||
.\" $NetBSD: irframe.4,v 1.6 2001/12/06 06:07:35 augustss Exp $
|
||||
.\" $NetBSD: irframe.4,v 1.7 2001/12/12 15:29:23 augustss Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
@ -42,6 +42,7 @@
|
||||
.Nd IrDA frame level driver
|
||||
.Sh SYNOPSIS
|
||||
.Cd "irframe* at oboe?"
|
||||
.Cd "irframe* at uirda?"
|
||||
.Cd "pseudo-device irframetty"
|
||||
.Pp
|
||||
.Cd "#include <dev/irdaio.h>"
|
||||
@ -79,7 +80,8 @@ Get the set of allowable turn around times.
|
||||
.Sh SEE ALSO
|
||||
.Xr cir 4 ,
|
||||
.Xr irframetty 4 ,
|
||||
.Xr oboe 4
|
||||
.Xr oboe 4 ,
|
||||
.Xr uirda 4
|
||||
.\" .Xr smccir 4 ,
|
||||
.\" .Xr ircomm 8 ,
|
||||
.\" .Xr irobex 8
|
||||
|
69
share/man/man4/uirda.4
Normal file
69
share/man/man4/uirda.4
Normal file
@ -0,0 +1,69 @@
|
||||
.\" $NetBSD: uirda.4,v 1.1 2001/12/12 15:29:24 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 11, 2001
|
||||
.Dt UIRDA 4
|
||||
.Os
|
||||
.Sh NAME
|
||||
.Nm uirda
|
||||
.Nd USB-IrDA bridge support
|
||||
.Sh SYNOPSIS
|
||||
.Cd "uirda* at uhub?"
|
||||
.Cd "irframe* at uirda?"
|
||||
.Sh DESCRIPTION
|
||||
The
|
||||
.Nm
|
||||
driver provides support for USB-IrDA bridges that follow the bridge
|
||||
specification and also the following adapters:
|
||||
.Pp
|
||||
.Bl -tag -width -offset indent -compact
|
||||
.It Tn ACTiSYS ACT-IR2000U FIR-USB Adapter
|
||||
.It Tn Kawatsu KC-180 USB IrDA Device
|
||||
.It Tn Extended Systems XTNDAccess IrDA USB (ESI-9685)
|
||||
.El
|
||||
.Pp
|
||||
Access to the IrDA device is through the
|
||||
.Xr irframe 4
|
||||
driver.
|
||||
.Sh SEE ALSO
|
||||
.Xr irframe 4 ,
|
||||
.Xr usb 4
|
||||
.Sh HISTORY
|
||||
The
|
||||
.Nm
|
||||
driver
|
||||
appeared in
|
||||
.Nx 1.6 .
|
@ -1,6 +1,6 @@
|
||||
.\" $NetBSD: usb.4,v 1.39 2001/11/18 22:49:36 wiz Exp $
|
||||
.\" $NetBSD: usb.4,v 1.40 2001/12/12 15:29:24 augustss Exp $
|
||||
.\"
|
||||
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
|
||||
.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
|
||||
.\" All rights reserved.
|
||||
.\"
|
||||
.\" This code is derived from software contributed to The NetBSD Foundation
|
||||
@ -132,6 +132,8 @@ generic driver for
|
||||
devices.
|
||||
.It uhid
|
||||
generic driver for Human Interface Devices.
|
||||
.It uirda
|
||||
driver for USB-IrDA bridges.
|
||||
.It ukbd
|
||||
keyboard driver.
|
||||
.It ulpt
|
||||
@ -452,7 +454,7 @@ contains the name of the device (driver) as seen in, e.g.,
|
||||
kernel messages.
|
||||
.Pp
|
||||
Note that that there is a separation between device and device
|
||||
driver events. A driver event is generated when a physical
|
||||
driver events. A device event is generated when a physical
|
||||
USB device is attached or detached. A single USB device may
|
||||
have zero, one, or many device drivers associated with it.
|
||||
.Sh SEE ALSO
|
||||
@ -473,6 +475,7 @@ specifications can be found at:
|
||||
.Xr ugen 4 ,
|
||||
.Xr uhci 4 ,
|
||||
.Xr uhid 4 ,
|
||||
.Xr uirda 4 ,
|
||||
.Xr ukbd 4 ,
|
||||
.Xr ulpt 4 ,
|
||||
.Xr umass 4 ,
|
||||
|
Loading…
Reference in New Issue
Block a user