diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:27:50 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 1998-03-07 22:27:50 +0000 |
commit | 224d6e3c627f33afc885a65bafa4dd68916514ad (patch) | |
tree | 4daccad12c406808ba755b6ce58dc7a0cbfcfeec /share/man | |
parent | ac96210d68666db85f90b60552ef39f463430d4e (diff) |
Document that we also do ST16650, ST16650V2, and TI16750.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.i386/com.4 | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/share/man/man4/man4.i386/com.4 b/share/man/man4/man4.i386/com.4 index ac6979d9da0..8e92a934674 100644 --- a/share/man/man4/man4.i386/com.4 +++ b/share/man/man4/man4.i386/com.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: com.4,v 1.3 1996/08/08 17:11:21 deraadt Exp $ +.\" $OpenBSD: com.4,v 1.4 1998/03/07 22:27:49 millert Exp $ .\" $NetBSD: com.4,v 1.5 1996/03/16 00:07:08 thorpej Exp $ .\" .\" Copyright (c) 1990, 1991 The Regents of the University of California. @@ -50,13 +50,15 @@ serial communications interface .Sh DESCRIPTION The .Nm -driver provides support for NS8250-, NS16450-, and NS16550-based +driver provides support for NS8250-, NS16450-, NS16550-, ST16650-, ST16650V2-, +and TI16750-based .Tn EIA .Tn RS-232C .Pf ( Tn CCITT .Tn V.28 ) -communications interfaces. The NS8250 and NS16450 have single character -buffers, and the NS16550 has a 16 character buffer. +communications interfaces. The NS8250, NS16450, and ST16650 have single +character buffers. The NS16550 and ST16650V2 have 16 character buffers +while the TI16750 has a 64 character buffer. .Pp Input and output for each line may set to one of following baud rates; 50, 75, 110, 134.5, 150, 300, 600, 1200, 1800, 2400, 4800, 9600, |