xref: /freebsd/share/man/man4/ubsa.4 (revision 717d7ba70897c76148fcf402790a614b720561cd)
17d59efa9SAlexander Kabaev.\"
27d59efa9SAlexander Kabaev.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
37d59efa9SAlexander Kabaev.\" All rights reserved.
47d59efa9SAlexander Kabaev.\"
57d59efa9SAlexander Kabaev.\" This code is derived from software contributed to The NetBSD Foundation
67d59efa9SAlexander Kabaev.\" by Lennart Augustsson.
77d59efa9SAlexander Kabaev.\"
87d59efa9SAlexander Kabaev.\" Redistribution and use in source and binary forms, with or without
97d59efa9SAlexander Kabaev.\" modification, are permitted provided that the following conditions
107d59efa9SAlexander Kabaev.\" are met:
117d59efa9SAlexander Kabaev.\" 1. Redistributions of source code must retain the above copyright
127d59efa9SAlexander Kabaev.\"    notice, this list of conditions and the following disclaimer.
137d59efa9SAlexander Kabaev.\" 2. Redistributions in binary form must reproduce the above copyright
147d59efa9SAlexander Kabaev.\"    notice, this list of conditions and the following disclaimer in the
157d59efa9SAlexander Kabaev.\"    documentation and/or other materials provided with the distribution.
167d59efa9SAlexander Kabaev.\" 3. All advertising materials mentioning features or use of this software
177d59efa9SAlexander Kabaev.\"    must display the following acknowledgment:
187d59efa9SAlexander Kabaev.\"        This product includes software developed by the NetBSD
197d59efa9SAlexander Kabaev.\"        Foundation, Inc. and its contributors.
207d59efa9SAlexander Kabaev.\" 4. Neither the name of The NetBSD Foundation nor the names of its
217d59efa9SAlexander Kabaev.\"    contributors may be used to endorse or promote products derived
227d59efa9SAlexander Kabaev.\"    from this software without specific prior written permission.
237d59efa9SAlexander Kabaev.\"
247d59efa9SAlexander Kabaev.\" THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS
257d59efa9SAlexander Kabaev.\" ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED
267d59efa9SAlexander Kabaev.\" TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
277d59efa9SAlexander Kabaev.\" PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE FOUNDATION OR CONTRIBUTORS
287d59efa9SAlexander Kabaev.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
297d59efa9SAlexander Kabaev.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
307d59efa9SAlexander Kabaev.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
317d59efa9SAlexander Kabaev.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
327d59efa9SAlexander Kabaev.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
337d59efa9SAlexander Kabaev.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
347d59efa9SAlexander Kabaev.\" POSSIBILITY OF SUCH DAMAGE.
357d59efa9SAlexander Kabaev.\"
367d59efa9SAlexander Kabaev.\" $FreeBSD$
377d59efa9SAlexander Kabaev.\"
38717d7ba7SMaxim Konovalov.Dd May 8, 2007
397d59efa9SAlexander Kabaev.Dt UBSA 4
407d59efa9SAlexander Kabaev.Os
417d59efa9SAlexander Kabaev.Sh NAME
427d59efa9SAlexander Kabaev.Nm ubsa
437d59efa9SAlexander Kabaev.Nd USB support for Belkin serial adapters
447d59efa9SAlexander Kabaev.Sh SYNOPSIS
450a771a3bSChristian BruefferTo compile this driver into the kernel,
460a771a3bSChristian Bruefferplace the following lines in your
470a771a3bSChristian Bruefferkernel configuration file:
480a771a3bSChristian Brueffer.Bd -ragged -offset indent
497d59efa9SAlexander Kabaev.Cd "device ubsa"
507d59efa9SAlexander Kabaev.Cd "device ucom"
510a771a3bSChristian Brueffer.Ed
520a771a3bSChristian Brueffer.Pp
530a771a3bSChristian BruefferAlternatively, to load the driver as a
540a771a3bSChristian Brueffermodule at boot time, place the following line in
550a771a3bSChristian Brueffer.Xr loader.conf 5 :
560a771a3bSChristian Brueffer.Bd -literal -offset indent
570a771a3bSChristian Bruefferubsa_load="YES"
580a771a3bSChristian Brueffer.Ed
59fe72d7b1SSimon L. B. Nielsen.Sh DESCRIPTION
60fe72d7b1SSimon L. B. NielsenThe
61fe72d7b1SSimon L. B. Nielsen.Nm
62fe72d7b1SSimon L. B. Nielsendriver provides support for the USB-to-RS232 Bridge chip used by a variety of
63fe72d7b1SSimon L. B. Nielsenserial adapters from Belkin and other vendors.
64fe72d7b1SSimon L. B. Nielsen.Pp
65fe72d7b1SSimon L. B. NielsenThe device is accessed through the
66fe72d7b1SSimon L. B. Nielsen.Xr ucom 4
67fe72d7b1SSimon L. B. Nielsendriver which makes it behave like a
68fe72d7b1SSimon L. B. Nielsen.Xr tty 4 .
697d59efa9SAlexander Kabaev.Sh HARDWARE
707d59efa9SAlexander KabaevThe
717d59efa9SAlexander Kabaev.Nm
727d59efa9SAlexander Kabaevdriver supports the following adapters:
737d59efa9SAlexander Kabaev.Pp
74990abd7aSChristian Brueffer.Bl -bullet -compact
757d59efa9SAlexander Kabaev.It
76717d7ba7SMaxim KonovalovAnyData ADU-E100A (no EV-DO mode support)
77717d7ba7SMaxim Konovalov.It
787d59efa9SAlexander KabaevBelkin F5U103
797d59efa9SAlexander Kabaev.It
807d59efa9SAlexander KabaevBelkin F5U120
817d59efa9SAlexander Kabaev.It
827d59efa9SAlexander Kabaeve-Tek Labs Kwik232
837d59efa9SAlexander Kabaev.It
847d59efa9SAlexander KabaevGoHubs GoCOM232
857d59efa9SAlexander Kabaev.It
86c24406adSLukas ErtlHuawei Technologies Mobile card (3G)
87c24406adSLukas Ertl.It
8892fb2d84SLukas ErtlNovatel Wireless Merlin U740 (only basic modem port supported)
8992fb2d84SLukas Ertl.It
9092fb2d84SLukas ErtlOption Globetrotter 3G (aka Vodafone Mobile Connect Card 3G)
9192fb2d84SLukas Ertl.It
9292fb2d84SLukas ErtlOption Globetrotter 3G Quad
9392fb2d84SLukas Ertl.It
9492fb2d84SLukas ErtlOption Globetrotter 3G Fusion (no WLAN support, only basic 3G modem port)
9592fb2d84SLukas Ertl.It
9692fb2d84SLukas ErtlOption Globetrotter 3G Fusion Quad (no WLAN support)
97717d7ba7SMaxim Konovalov.It
98717d7ba7SMaxim KonovalovPeracom single port serial adapter
997d59efa9SAlexander Kabaev.El
10092fb2d84SLukas Ertl.Pp
10192fb2d84SLukas ErtlThe supported 3G cards provide the necessary modem port for ppp,
10292fb2d84SLukas Ertlpppd, or mpd connections; other functions of these cards (diagnostic port,
10392fb2d84SLukas ErtlSIM toolkit port, WLAN) are not supported.
1047d59efa9SAlexander Kabaev.Sh SEE ALSO
1057d59efa9SAlexander Kabaev.Xr tty 4 ,
1067d59efa9SAlexander Kabaev.Xr ucom 4 ,
1077d59efa9SAlexander Kabaev.Xr usb 4
1087d59efa9SAlexander Kabaev.Sh HISTORY
1097d59efa9SAlexander KabaevThe
1107d59efa9SAlexander Kabaev.Nm
1117d59efa9SAlexander Kabaevdriver
1127d59efa9SAlexander Kabaevappeared in
1137d59efa9SAlexander Kabaev.Fx 5.0 .
1147d59efa9SAlexander KabaevThe
1157d59efa9SAlexander Kabaev.Xr uplcom 4
1167d59efa9SAlexander Kabaevmanual page was adopted from
1177d59efa9SAlexander Kabaev.Nx
1187d59efa9SAlexander Kabaevby
1197d59efa9SAlexander Kabaev.An Tom Rhodes Aq trhodes@FreeBSD.org
120990abd7aSChristian Bruefferin April 2002 and modified for the
121a2931c09SRuslan Ermilov.Nm
122a2931c09SRuslan Ermilovdriver by
1237d59efa9SAlexander Kabaev.An Alexander Kabaev Aq kan@FreeBSD.org
1247d59efa9SAlexander Kabaevin October 2002.
1257d59efa9SAlexander Kabaev.Sh AUTHORS
1267d59efa9SAlexander KabaevThe
1277d59efa9SAlexander Kabaev.Nm
1287d59efa9SAlexander Kabaevdriver was written by
1297d59efa9SAlexander Kabaev.An Alexander Kabaev Aq kan@FreeBSD.org .
130