diff options
author | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-12-15 14:56:04 +0000 |
---|---|---|
committer | Jasper Lievisse Adriaanse <jasper@cvs.openbsd.org> | 2010-12-15 14:56:04 +0000 |
commit | 7b9474a704bf67fd507ddb220748fb3b95d6a2c5 (patch) | |
tree | 8beb41590894b29fc99c1f0f7f78a8ba664f7ef4 /share/man/man4 | |
parent | 4da43c5d8b8ae45176399f922936c2accfc2091a (diff) |
- add CAVEATS section and mention that on multiport devices, only the first
port can be used.
ok jsg@
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/uticom.4 | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/share/man/man4/uticom.4 b/share/man/man4/uticom.4 index a26e9bb43a4..407d124a53a 100644 --- a/share/man/man4/uticom.4 +++ b/share/man/man4/uticom.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: uticom.4,v 1.3 2007/11/17 15:59:05 deraadt Exp $ +.\" $OpenBSD: uticom.4,v 1.4 2010/12/15 14:56:03 jasper Exp $ .\" Copyright (c) 2007 .\" The DragonFly Project. All rights reserved. .\" @@ -29,7 +29,7 @@ .\" OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: November 17 2007 $ +.Dd $Mdocdate: December 15 2010 $ .Dt UTICOM 4 .Os .Sh NAME @@ -43,8 +43,6 @@ The .Nm driver supports serial port functionality on devices based on the Texas Instruments TUSB3410 serial to USB converter chip. -Note that the driver doesn't support devices which have internal -EEPROM with firmware (yet). .Pp The device is accessed through the .Xr ucom 4 @@ -71,3 +69,12 @@ driver was written by and .An Hasso Tepper .Aq hasso@estpak.ee . +.Sh CAVEATS +The +.Nm +driver +driver doesn't support devices which have internal EEPROM with +firmware (yet). +.Pp +Devices with multiple ports will attach all ports, though only +the first port can be used for now. |