Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src Add ubsa(4).



details:   https://anonhg.NetBSD.org/src/rev/4a996d7c1653
branches:  trunk
changeset: 537923:4a996d7c1653
user:      augustss <augustss%NetBSD.org@localhost>
date:      Tue Oct 08 13:18:42 2002 +0000

description:
Add ubsa(4).

diffstat:

 distrib/sets/lists/man/mi |   4 +-
 share/man/man4/Makefile   |   4 +-
 share/man/man4/ubsa.4     |  78 +++++++++++++++++++++++++++++++++++++++++++++++
 share/man/man4/ucom.4     |   4 +-
 share/man/man4/usb.4      |   6 +++-
 5 files changed, 91 insertions(+), 5 deletions(-)

diffs (184 lines):

diff -r b8baeaf561dd -r 4a996d7c1653 distrib/sets/lists/man/mi
--- a/distrib/sets/lists/man/mi Tue Oct 08 13:10:24 2002 +0000
+++ b/distrib/sets/lists/man/mi Tue Oct 08 13:18:42 2002 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: mi,v 1.520 2002/10/05 06:02:58 grant Exp $
+# $NetBSD: mi,v 1.521 2002/10/08 13:20:08 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
@@ -988,6 +988,7 @@
 ./usr/share/man/cat4/tun.0                     man-sys-catman
 ./usr/share/man/cat4/twe.0                     man-sys-catman
 ./usr/share/man/cat4/uaudio.0                  man-sys-catman
+./usr/share/man/cat4/ubsa.0                    man-sys-catman
 ./usr/share/man/cat4/ucom.0                    man-sys-catman
 ./usr/share/man/cat4/udp.0                     man-sys-catman
 ./usr/share/man/cat4/udsbr.0                   man-sys-catman
@@ -2741,6 +2742,7 @@
 ./usr/share/man/man4/tun.4                     man-sys-man
 ./usr/share/man/man4/twe.4                     man-sys-man
 ./usr/share/man/man4/uaudio.4                  man-sys-man
+./usr/share/man/man4/ubsa.4                    man-sys-man
 ./usr/share/man/man4/ucom.4                    man-sys-man
 ./usr/share/man/man4/udp.4                     man-sys-man
 ./usr/share/man/man4/udsbr.4                   man-sys-man
diff -r b8baeaf561dd -r 4a996d7c1653 share/man/man4/Makefile
--- a/share/man/man4/Makefile   Tue Oct 08 13:10:24 2002 +0000
+++ b/share/man/man4/Makefile   Tue Oct 08 13:18:42 2002 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.269 2002/10/04 19:01:31 elric Exp $
+#      $NetBSD: Makefile,v 1.270 2002/10/08 13:18:42 augustss Exp $
 #      @(#)Makefile    8.1 (Berkeley) 6/18/93
 
 MAN=   aac.4 acphy.4 adv.4 adw.4 agp.4 ahb.4 ahc.4 amdpm.4 \
@@ -35,7 +35,7 @@
        wsmux.4 yds.4 ym.4 zero.4 zstty.4
 
 # USB devices
-MAN+=  uaudio.4 ucom.4 udsbr.4 uftdi.4 ugen.4 uhid.4 \
+MAN+=  uaudio.4 ubsa.4 ucom.4 udsbr.4 uftdi.4 ugen.4 uhid.4 \
        uhidev.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 ustir.4 uvisor.4 uvscom.4 uyap.4 \
diff -r b8baeaf561dd -r 4a996d7c1653 share/man/man4/ubsa.4
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/share/man/man4/ubsa.4     Tue Oct 08 13:18:42 2002 +0000
@@ -0,0 +1,78 @@
+.\" $NetBSD: ubsa.4,v 1.1 2002/10/08 13:18:42 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 October 8, 2002
+.Dt UBSA 4
+.Os
+.Sh NAME
+.Nm ubsa
+.Nd USB support for Belkin serial adapters
+.Sh SYNOPSIS
+.Cd "ubsa*  at uhub?"
+.Cd "ucom*  at ubsa?"
+.Sh HARDWARE
+The
+.Nm
+driver supports the following adapters:
+.Pp
+.Bl -tag -width Dv -offset indent -compact
+.It Belkin F5U103
+.It Belkin F5U120
+.It e-Tek Labs Kwik232
+.It GoHubs GoCOM232
+.It Peracom single port serial adapter
+.El
+.Sh DESCRIPTION
+The
+.Nm
+driver provides support for USB-to-RS232 Bridge chip used by a variety of
+serial adapters from Belkin and other vendors.
+.Pp
+The device is accessed through the
+.Xr ucom 4
+driver which makes it behave like a
+.Xr tty 4 .
+.Sh SEE ALSO
+.Xr tty 4 ,
+.Xr ucom 4 ,
+.Xr usb 4
+.Sh HISTORY
+The
+.Nm
+driver first appeared in
+.Fx 5.0
+and was ported to
+.Nx 1.7 .
diff -r b8baeaf561dd -r 4a996d7c1653 share/man/man4/ucom.4
--- a/share/man/man4/ucom.4     Tue Oct 08 13:10:24 2002 +0000
+++ b/share/man/man4/ucom.4     Tue Oct 08 13:18:42 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: ucom.4,v 1.9 2002/03/22 00:39:40 augustss Exp $
+.\" $NetBSD: ucom.4,v 1.10 2002/10/08 13:18:42 augustss Exp $
 .\"
 .\" Copyright (c) 1999 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -41,6 +41,7 @@
 .Nm ucom
 .Nd USB tty support
 .Sh SYNOPSIS
+.Cd "ucom* at ubsa?"
 .Cd "ucom* at uftdi?"
 .Cd "ucom* at umct?"
 .Cd "ucom* at umodem?"
@@ -72,6 +73,7 @@
 .El
 .Sh SEE ALSO
 .Xr tty 4 ,
+.Xr ubsa 4 ,
 .Xr uftdi 4 ,
 .Xr umct 4 ,
 .Xr umodem 4 ,
diff -r b8baeaf561dd -r 4a996d7c1653 share/man/man4/usb.4
--- a/share/man/man4/usb.4      Tue Oct 08 13:10:24 2002 +0000
+++ b/share/man/man4/usb.4      Tue Oct 08 13:18:42 2002 +0000
@@ -1,4 +1,4 @@
-.\" $NetBSD: usb.4,v 1.57 2002/09/27 22:31:44 wiz Exp $
+.\" $NetBSD: usb.4,v 1.58 2002/10/08 13:18:42 augustss Exp $
 .\"
 .\" Copyright (c) 1999, 2000, 2001, 2002 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -128,6 +128,8 @@
 driver for Kawasaki LSI KL5KUSB101B USB Ethernet.
 .It uaudio
 driver for audio devices.
+.It ubsa
+driver for Belkin serial adapters.
 .It udsbr
 driver for D-Link DSB-R100 USB radio.
 .It uftdi
@@ -487,6 +489,7 @@
 .Xr pci 4 ,
 .Xr slhci 4 ,
 .Xr uaudio 4 ,
+.Xr ubsa 4 ,
 .Xr ucom 4 ,
 .Xr udsbr 4 ,
 .Xr ugen 4 ,
@@ -497,6 +500,7 @@
 .Xr ukbd 4 ,
 .Xr ulpt 4 ,
 .Xr umass 4 ,
+.Xr umct 4 ,
 .Xr umidi 4 ,
 .Xr ums 4 ,
 .Xr upl 4 ,



Home | Main Index | Thread Index | Old Index