Deleted Added
full compact
umcs.4 (222578) umcs.4 (222696)
1.\"
2.\" Copyright (c) 2010 Lev Serebryakov <lev@FreeBSD.org>.
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

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

21.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
1.\"
2.\" Copyright (c) 2010 Lev Serebryakov <lev@FreeBSD.org>.
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

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

21.\" BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
22.\" CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
23.\" SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
24.\" INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
25.\" CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
26.\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
27.\" POSSIBILITY OF SUCH DAMAGE.
28.\"
29.\" $FreeBSD: head/share/man/man4/umcs7840.4 222578 2011-06-01 17:58:27Z hselasky $
29.\" $FreeBSD: head/share/man/man4/umcs.4 222696 2011-06-04 20:40:24Z hselasky $
30.\"
31.Dd December 10, 2010
30.\"
31.Dd December 10, 2010
32.Dt UMCS7840 4
32.Dt UMCS 4
33.Os
34.Sh NAME
33.Os
34.Sh NAME
35.Nm umcs7840
35.Nm umcs
36.Nd USB support for serial adapters based on the MCS7820 and MCS7840 chips
37.Sh SYNOPSIS
38To compile this driver into the kernel,
39place the following lines in your
40kernel configuration file:
41.Bd -ragged -offset indent
36.Nd USB support for serial adapters based on the MCS7820 and MCS7840 chips
37.Sh SYNOPSIS
38To compile this driver into the kernel,
39place the following lines in your
40kernel configuration file:
41.Bd -ragged -offset indent
42.Cd "device umcs7840"
42.Cd "device umcs"
43.Ed
44.Pp
45Alternatively, to load the driver as a
46module at boot time, place the following line in
47.Xr loader.conf 5 :
48.Bd -literal -offset indent
43.Ed
44.Pp
45Alternatively, to load the driver as a
46module at boot time, place the following line in
47.Xr loader.conf 5 :
48.Bd -literal -offset indent
49umcs7840_load="YES"
49umcs_load="YES"
50.Ed
51.Sh DESCRIPTION
52The
53.Nm
54driver provides support for various multiport serial adapters based on the MosCom
55MCS7820 and MCS7840 chips. They are 2- or 4-port adapters with full-featured
5616550-compatible UARTs and very flexible baud generators. Also, these chips
57support RS422/RS485 and IrDA oprations.

--- 40 unchanged lines hidden ---
50.Ed
51.Sh DESCRIPTION
52The
53.Nm
54driver provides support for various multiport serial adapters based on the MosCom
55MCS7820 and MCS7840 chips. They are 2- or 4-port adapters with full-featured
5616550-compatible UARTs and very flexible baud generators. Also, these chips
57support RS422/RS485 and IrDA oprations.

--- 40 unchanged lines hidden ---