summaryrefslogtreecommitdiff
path: root/share/man
diff options
context:
space:
mode:
authorNathan Binkert <nate@cvs.openbsd.org>2002-07-09 18:42:24 +0000
committerNathan Binkert <nate@cvs.openbsd.org>2002-07-09 18:42:24 +0000
commit06b070ec25a7bc024eb14172b9f52568d5e5632c (patch)
tree12dc0e717ffa46c685060c51193731673ea6157b /share/man
parent1598a003e37dd6acc960e8ecdfd44b3ed9632a83 (diff)
manpage for udsbr
Diffstat (limited to 'share/man')
-rw-r--r--share/man/man4/Makefile6
-rw-r--r--share/man/man4/radio.44
-rw-r--r--share/man/man4/udsbr.465
-rw-r--r--share/man/man4/usb.44
4 files changed, 74 insertions, 5 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index 409a561e0eb..762e32365b3 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -1,4 +1,4 @@
-# $OpenBSD: Makefile,v 1.217 2002/06/20 03:17:43 fgsch Exp $
+# $OpenBSD: Makefile,v 1.218 2002/07/09 18:42:23 nate Exp $
MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \
ami.4 amdpm.4 amphy.4 an.4 aria.4 ast.4 atalk.4 atapiscsi.4 \
@@ -27,8 +27,8 @@ MAN= aac.4 ac97.4 addcom.4 adv.4 aha.4 ahb.4 ahc.4 aic.4 \
sv.4 systrace.4 \
tb.4 tcic.4 tcp.4 termios.4 ti.4 tl.4 tlphy.4 \
tp.4 tqphy.4 trm.4 tty.4 tun.4 twe.4 tx.4 txp.4 txphy.4 \
- uaudio.4 ubsec.4 ucom.4 udp.4 uftdi.4 ugen.4 uhci.4 uhid.4 uhidev.4 \
- uk.4 ukbd.4 \
+ uaudio.4 ubsec.4 ucom.4 udp.4 udsbr.4 uftdi.4 ugen.4 uhci.4 uhid.4 \
+ uhidev.4 uk.4 ukbd.4 \
ukphy.4 ulpt.4 umct.4 umidi.4 umodem.4 ums.4 umass.4 unix.4 upl.4 \
uplcom.4 urio.4 \
url.4 urlphy.4 usb.4 uscanner.4 usscanner.4 uvisor.4 uyap.4 \
diff --git a/share/man/man4/radio.4 b/share/man/man4/radio.4
index 4ba9894719e..30775641151 100644
--- a/share/man/man4/radio.4
+++ b/share/man/man4/radio.4
@@ -1,5 +1,5 @@
.\" $RuOBSD: radio.4,v 1.4 2001/10/26 05:38:43 form Exp $
-.\" $OpenBSD: radio.4,v 1.11 2002/06/30 21:45:25 deraadt Exp $
+.\" $OpenBSD: radio.4,v 1.12 2002/07/09 18:42:23 nate Exp $
.\"
.\" Copyright (c) 2001 Vladimir Popov
.\" All rights reserved.
@@ -40,6 +40,7 @@
.Cd "radio* at rtii0"
.Cd "radio* at sfr0"
.Cd "radio* at sf2r0"
+.Cd "radio* at udsbr?"
.Pp
.Fd #include <sys/types.h>
.Fd #include <sys/ioctl.h>
@@ -207,6 +208,7 @@ cards.
.Xr rtii 4 ,
.Xr sfr 4 ,
.Xr sf2r 4 ,
+.Xr udsbr 4 ,
.Xr radio 9
.Sh AUTHORS
The
diff --git a/share/man/man4/udsbr.4 b/share/man/man4/udsbr.4
new file mode 100644
index 00000000000..fb5b8f26639
--- /dev/null
+++ b/share/man/man4/udsbr.4
@@ -0,0 +1,65 @@
+.\" $OpenBSD: udsbr.4,v 1.1 2002/07/09 18:42:23 nate Exp $
+.\" $NetBSD: udsbr.4,v 1.1 2002/01/02 03:15:03 augustss Exp $
+.\"
+.\" Copyright (c) 2002 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 January 2, 2002
+.Dt UDSBR 4
+.Os
+.Sh NAME
+.Nm udsbr
+.Nd support for D-Link DSB-R100 USB radio
+.Sh SYNOPSIS
+.Cd "udsbr* at uhub?"
+.Cd "radio* at udsbr?"
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for the D-Link DSB-R100 USB radio.
+.Pp
+The device is accessed through the
+.Xr radio 4
+driver.
+.Pp
+The DSB-R100 is a rather poor radio and the only feedback that
+you can get from the radio is if it has a stereo signal or not.
+.Sh SEE ALSO
+.Xr radio 4 ,
+.Xr usb 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Ox 3.2 .
diff --git a/share/man/man4/usb.4 b/share/man/man4/usb.4
index cd7db6399d1..13165329a69 100644
--- a/share/man/man4/usb.4
+++ b/share/man/man4/usb.4
@@ -1,4 +1,4 @@
-.\" $OpenBSD: usb.4,v 1.15 2002/01/21 01:11:44 angelos Exp $
+.\" $OpenBSD: usb.4,v 1.16 2002/07/09 18:42:23 nate Exp $
.\" $NetBSD: usb.4,v 1.15 1999/07/29 14:20:32 augustss Exp $
.\"
.\" Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -105,6 +105,8 @@ Kawasaki LSI KL5KUSB101B-based Ethernet interfaces.
Serial port-like devices.
.It Xr uaudio 4
Audio devices.
+.It udsbr
+driver for D-Link DSB-R100 USB radio.
.It Xr ugen 4
Generic driver for unknown
.Tn USB