summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authorhselasky <hselasky@FreeBSD.org>2011-06-04 20:40:24 +0000
committerhselasky <hselasky@FreeBSD.org>2011-06-04 20:40:24 +0000
commite9d242e0e447f3025156133301d432e91adaab05 (patch)
treedc0018048bf289eafea20c55840f63f9231c23e5 /share
parente9eb5d3b9cabfc492871c5e6a6b40f13063f17f9 (diff)
downloadFreeBSD-src-e9d242e0e447f3025156133301d432e91adaab05.zip
FreeBSD-src-e9d242e0e447f3025156133301d432e91adaab05.tar.gz
Rename recently added USB serial driver.
Suggested by: YongHyeon PYUN MFC after: 7 days
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