summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
Diffstat (limited to 'share')
-rw-r--r--share/man/man4/Makefile2
-rw-r--r--share/man/man4/ucom.42
-rw-r--r--share/man/man4/umcs.4 (renamed from share/man/man4/umcs7840.4)14
3 files changed, 9 insertions, 9 deletions
diff --git a/share/man/man4/Makefile b/share/man/man4/Makefile
index a94d828..7ccccfb 100644
--- a/share/man/man4/Makefile
+++ b/share/man/man4/Makefile
@@ -475,7 +475,7 @@ MAN= aac.4 \
ukbd.4 \
ulpt.4 \
umass.4 \
- umcs7840.4 \
+ umcs.4 \
umct.4 \
umodem.4 \
ums.4 \
diff --git a/share/man/man4/ucom.4 b/share/man/man4/ucom.4
index ee9c517..8898872 100644
--- a/share/man/man4/ucom.4
+++ b/share/man/man4/ucom.4
@@ -78,7 +78,7 @@ multiple external ports.
.Xr uark 4 ,
.Xr uchcom 4 ,
.Xr uftdi 4 ,
-.Xr umcs7840 4 ,
+.Xr umcs 4 ,
.Xr umct 4 ,
.Xr umodem 4 ,
.Xr uplcom 4 ,
diff --git a/share/man/man4/umcs7840.4 b/share/man/man4/umcs.4
index f44d5cc..f57b084 100644
--- a/share/man/man4/umcs7840.4
+++ b/share/man/man4/umcs.4
@@ -29,24 +29,24 @@
.\" $FreeBSD$
.\"
.Dd December 10, 2010
-.Dt UMCS7840 4
+.Dt UMCS 4
.Os
.Sh NAME
-.Nm umcs7840
+.Nm umcs
.Nd USB support for serial adapters based on the MCS7820 and MCS7840 chips
.Sh SYNOPSIS
To compile this driver into the kernel,
place the following lines in your
kernel configuration file:
.Bd -ragged -offset indent
-.Cd "device umcs7840"
+.Cd "device umcs"
.Ed
.Pp
Alternatively, to load the driver as a
module at boot time, place the following line in
.Xr loader.conf 5 :
.Bd -literal -offset indent
-umcs7840_load="YES"
+umcs_load="YES"
.Ed
.Sh DESCRIPTION
The
@@ -80,6 +80,9 @@ ST Lab U-400 four-port serial USB adapter
.Xr tty 4 ,
.Xr ucom 4 ,
.Xr usb 4
+.Sh BUGS
+This driver doesn't support access to any fine tunes of
+chip, like RS522/RS485 mode, non-standard baudrates, etc.
.Sh HISTORY
The
.Nm
@@ -92,6 +95,3 @@ The
driver was written by
.An Lev Serebryakov
.Aq lev@FreeBSD.org .
-.Sh BUGS
-This driver doesn't support access to any fine tunes of
-chip, like RS522/RS485 mode, non-standard baudrates, etc.
OpenPOWER on IntegriCloud