Deleted Added
full compact
ubsa.4 (136600) ubsa.4 (164524)
1.\"
2.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software contributed to The NetBSD Foundation
6.\" by Lennart Augustsson.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 19 unchanged lines hidden (view full) ---

28.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34.\" POSSIBILITY OF SUCH DAMAGE.
35.\"
1.\"
2.\" Copyright (c) 2001 The NetBSD Foundation, Inc.
3.\" All rights reserved.
4.\"
5.\" This code is derived from software contributed to The NetBSD Foundation
6.\" by Lennart Augustsson.
7.\"
8.\" Redistribution and use in source and binary forms, with or without

--- 19 unchanged lines hidden (view full) ---

28.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
29.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
30.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
31.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
32.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
33.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
34.\" POSSIBILITY OF SUCH DAMAGE.
35.\"
36.\" $FreeBSD: head/share/man/man4/ubsa.4 136600 2004-10-16 21:36:19Z le $
36.\" $FreeBSD: head/share/man/man4/ubsa.4 164524 2006-11-22 21:30:02Z brueffer $
37.\"
37.\"
38.Dd October 16, 2004
38.Dd Bovember 22, 2006
39.Dt UBSA 4
40.Os
41.Sh NAME
42.Nm ubsa
43.Nd USB support for Belkin serial adapters
44.Sh SYNOPSIS
39.Dt UBSA 4
40.Os
41.Sh NAME
42.Nm ubsa
43.Nd USB support for Belkin serial adapters
44.Sh SYNOPSIS
45To compile this driver into the kernel,
46place the following lines in your
47kernel configuration file:
48.Bd -ragged -offset indent
45.Cd "device ubsa"
46.Cd "device ucom"
49.Cd "device ubsa"
50.Cd "device ucom"
51.Ed
52.Pp
53Alternatively, to load the driver as a
54module at boot time, place the following line in
55.Xr loader.conf 5 :
56.Bd -literal -offset indent
57ubsa_load="YES"
58.Ed
47.Sh DESCRIPTION
48The
49.Nm
50driver provides support for the USB-to-RS232 Bridge chip used by a variety of
51serial adapters from Belkin and other vendors.
52.Pp
53The device is accessed through the
54.Xr ucom 4

--- 47 unchanged lines hidden ---
59.Sh DESCRIPTION
60The
61.Nm
62driver provides support for the USB-to-RS232 Bridge chip used by a variety of
63serial adapters from Belkin and other vendors.
64.Pp
65The device is accessed through the
66.Xr ucom 4

--- 47 unchanged lines hidden ---