diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-12 09:37:55 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1998-07-12 09:37:55 +0000 |
commit | 2b1a3730af475a3bb191b2d066bfca25678837e8 (patch) | |
tree | 68ba7d5f865dbd7e235663fe4d4d73b64f7a5a09 /share/man | |
parent | 9d9b8317208296b53d0c8f123abc9c769deaccf5 (diff) |
Add MLINK and documentation for pccom.
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man4/man4.i386/Makefile | 3 | ||||
-rw-r--r-- | share/man/man4/man4.i386/com.4 | 34 |
2 files changed, 29 insertions, 8 deletions
diff --git a/share/man/man4/man4.i386/Makefile b/share/man/man4/man4.i386/Makefile index 8bb07670d33..d50c195d94c 100644 --- a/share/man/man4/man4.i386/Makefile +++ b/share/man/man4/man4.i386/Makefile @@ -1,4 +1,4 @@ -# $OpenBSD: Makefile,v 1.16 1998/07/12 09:02:35 downsj Exp $ +# $OpenBSD: Makefile,v 1.17 1998/07/12 09:37:53 downsj Exp $ # from: @(#)Makefile 5.1 (Berkeley) 2/12/91 # Id: Makefile,v 1.4 1995/12/14 05:41:38 deraadt Exp $ @@ -11,6 +11,7 @@ MAN+= xf86.4 MLINKS= mem.4 kmem.4 MLINKS+= pms.4 psm.4 +MLINKS+= com.4 pccom.4 MANSUBDIR=/i386 .include <bsd.prog.mk> diff --git a/share/man/man4/man4.i386/com.4 b/share/man/man4/man4.i386/com.4 index ee8bd7de18f..9c6e81455e8 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.5 1998/03/07 23:13:47 millert Exp $ +.\" $OpenBSD: com.4,v 1.6 1998/07/12 09:37:54 downsj 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. @@ -37,7 +37,7 @@ .\" .\" from: @(#)dca.4 5.2 (Berkeley) 3/27/91 .\" -.Dd August 6, 1993 +.Dd July 12, 1998 .Dt COM 4 i386 .Os .Sh NAME @@ -47,17 +47,36 @@ serial communications interface .Sh SYNOPSIS .Cd "com0 at isa? port" \&"IO_COM1\&" irq 4 .Cd "com1 at isa? port" \&"IO_COM2\&" irq 3 +.Pp +.Cd "pccom0 at isa? port" \&"IO_COM1\&" irq 4 +.Cd "pccom1 at isa? port" \&"IO_COM2\&" irq 3 +.Cd "pccom* at isapnp?" .Sh DESCRIPTION The -.Nm -driver provides support for NS8250-, NS16450-, NS16550- and ST16650-based +.Nm com +and +.Nm pccom +drivers provide support for NS8250-, NS16450-, NS16550- and ST16650-based .Tn EIA .Tn RS-232C .Pf ( Tn CCITT .Tn V.28 ) -communications interfaces. The NS8250 and NS16450 have single +communications interfaces. +The +.Nm pccom +driver also supports the XR16850 UART. +.Pp +The NS8250 and NS16450 have single character buffers, the NS16550 has a 16 character buffer, while -the ST16650 has a 32 character buffer. +the ST16650 has a 32 character buffer. The XR16850 has a 128 character +buffer. +.Pp +The +.Nm com +and +.Nm pccom +drivers are mutually exclusive; both may not be present in the same system at +the same time. Attempting to compile such a system will fail. .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, @@ -67,7 +86,8 @@ of 115200. .Bl -tag -width Pa .It Pa /dev/tty00 .It Pa /dev/tty01 -.It Pa /dev/tty02 +.It Pa /dev/cua00 +.It Pa /dev/cua01 .El .Sh DIAGNOSTICS .Bl -diag |