Deleted Added
full compact
umct.4 (142336) umct.4 (164524)
1.\"
2.\" Copyright (c) 2004 Scott Long
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
1.\"
2.\" Copyright (c) 2004 Scott Long
3.\" All rights reserved.
4.\"
5.\" Redistribution and use in source and binary forms, with or without
6.\" modification, are permitted provided that the following conditions
7.\" are met:
8.\" 1. Redistributions of source code must retain the above copyright

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

18.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
19.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
20.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
21.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
22.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
23.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
24.\" POSSIBILITY OF SUCH DAMAGE.
25.\"
26.\" $FreeBSD: head/share/man/man4/umct.4 142336 2005-02-23 22:50:43Z brueffer $
26.\" $FreeBSD: head/share/man/man4/umct.4 164524 2006-11-22 21:30:02Z brueffer $
27.\"
27.\"
28.Dd February 29, 2004
28.Dd November 22, 2006
29.Dt UMCT 4
30.Os
31.Sh NAME
32.Nm umct
33.Nd Magic Control Technology USB-RS232 converter driver
34.Sh SYNOPSIS
29.Dt UMCT 4
30.Os
31.Sh NAME
32.Nm umct
33.Nd Magic Control Technology USB-RS232 converter driver
34.Sh SYNOPSIS
35To compile this driver into the kernel,
36place the following lines in your
37kernel configuration file:
38.Bd -ragged -offset indent
35.Cd "device umct"
36.Cd "device ucom"
39.Cd "device umct"
40.Cd "device ucom"
41.Ed
42.Pp
43Alternatively, to load the driver as a
44module at boot time, place the following line in
45.Xr loader.conf 5 :
46.Bd -literal -offset indent
47umct_load="YES"
48.Ed
37.Sh DESCRIPTION
38The
39.Nm
40driver provides support for USB to RS-232 converters based on the Magic
41Control Technology USB-232 design.
42These devices support most of the
43standard RS-232 features including baud rates ranging from 300 to 115200
44bits per second.

--- 44 unchanged lines hidden ---
49.Sh DESCRIPTION
50The
51.Nm
52driver provides support for USB to RS-232 converters based on the Magic
53Control Technology USB-232 design.
54These devices support most of the
55standard RS-232 features including baud rates ranging from 300 to 115200
56bits per second.

--- 44 unchanged lines hidden ---