diff options
author | Mats O Jansson <maja@cvs.openbsd.org> | 2000-09-01 08:49:58 +0000 |
---|---|---|
committer | Mats O Jansson <maja@cvs.openbsd.org> | 2000-09-01 08:49:58 +0000 |
commit | 92f16592e5c5621d5ceedc7b99c2c3c6a7598bdc (patch) | |
tree | 1593be1b1c81e3ee9a5e5c7ca6514e7e1d52aef6 /share | |
parent | cbba50645eeb09ce435c78d728767e74854bb02f (diff) |
Rename dc.4 to dz.4. -moj
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/man4.pmax/Makefile | 4 | ||||
-rw-r--r-- | share/man/man4/man4.pmax/dz.4 (renamed from share/man/man4/man4.pmax/dc.4) | 26 |
2 files changed, 18 insertions, 12 deletions
diff --git a/share/man/man4/man4.pmax/Makefile b/share/man/man4/man4.pmax/Makefile index 810f85b3b5b..105fad3d672 100644 --- a/share/man/man4/man4.pmax/Makefile +++ b/share/man/man4/man4.pmax/Makefile @@ -1,6 +1,6 @@ -# $OpenBSD: Makefile,v 1.1 1998/03/09 15:35:50 millert Exp $ +# $OpenBSD: Makefile,v 1.2 2000/09/01 08:49:57 maja Exp $ -MAN= intro.4 asc.4 le.4 ioasic.4 dc.4 lk201.4 scc.4 sii.4 tc.4 +MAN= intro.4 asc.4 le.4 ioasic.4 dz.4 lk201.4 scc.4 sii.4 tc.4 MANSUBDIR=/pmax .include <bsd.prog.mk> diff --git a/share/man/man4/man4.pmax/dc.4 b/share/man/man4/man4.pmax/dz.4 index acac9fb1f21..a0e2704df95 100644 --- a/share/man/man4/man4.pmax/dc.4 +++ b/share/man/man4/man4.pmax/dz.4 @@ -28,27 +28,27 @@ .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" .\" $NetBSD: dc.4,v 1.3 1998/02/23 19:46:24 jonathan Exp $ -.\" $OpenBSD: dc.4,v 1.4 1999/07/09 13:35:40 aaron Exp $ +.\" $OpenBSD: dz.4,v 1.1 2000/09/01 08:49:57 maja Exp $ .\" .Dd February 20, 1998 -.Dt DC 4 pmax +.Dt DZ 4 pmax .Os .Sh NAME -.Nm dc +.Nm dz .Nd dc659, dc7085 DZ11-on-a-chip serial communications interface .Sh SYNOPSIS -.Cd "dc0 at ioasic?" -.Cd "dc0 at mainbus" -.Cd "dc1 at mainbus" -.Cd "dc2 at mainbus" +.Cd "dz0 at ioasic?" +.Cd "dz0 at mainbus" +.Cd "dz1 at mainbus" +.Cd "dz2 at mainbus" .Sh DESCRIPTION The .Nm driver provides support for Digital's dc7085 four-port serial communications chip. The -.Nm dc +.Nm dz driver supports dc7085 hardware on attached to the following parent devices: .Pp @@ -68,11 +68,11 @@ device is in essence a single-chip clone of the DZ-11. The DZ-11 hardware design severely constrains performance. One small input silo is shared across all input ports. The -.Nm dc +.Nm dz hardware does not interrupt on modem transitions; instead, they are detected via polling. Only two lines on a baseboard -.Nm dc +.Nm dz device have any modem control signals; the other two lines are wired for a keyboard and mouse. @@ -114,3 +114,9 @@ driver first appeared in .Bx 4.4 /pmax. This manual page first appeared in .Nx 1.2 . +Due to a name conflict the driver was renamed from +.Nm dc +to +.Nm dz +in +.Ox 2.7 . |