diff options
author | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-11-02 15:37:59 +0000 |
---|---|---|
committer | Jason McIntyre <jmc@cvs.openbsd.org> | 2017-11-02 15:37:59 +0000 |
commit | af95fc648b4540afb2ada120ee7f3fc35cb3416a (patch) | |
tree | 3673ee046652f383e4c399ebb1779bd57cff0765 /share/man/man4 | |
parent | a1dfe5061d6865e1f7da63a3f65171e519e192db (diff) |
sundry tweaks; ok mpi
Diffstat (limited to 'share/man/man4')
-rw-r--r-- | share/man/man4/man4.alpha/ioasic.4 | 14 | ||||
-rw-r--r-- | share/man/man4/man4.alpha/zs.4 | 13 |
2 files changed, 10 insertions, 17 deletions
diff --git a/share/man/man4/man4.alpha/ioasic.4 b/share/man/man4/man4.alpha/ioasic.4 index 87a0ad4243b..e5ca23a2d55 100644 --- a/share/man/man4/man4.alpha/ioasic.4 +++ b/share/man/man4/man4.alpha/ioasic.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: ioasic.4,v 1.1 2017/11/02 14:04:24 mpi Exp $ +.\" $OpenBSD: ioasic.4,v 1.2 2017/11/02 15:37:58 jmc Exp $ .\" $NetBSD: ioasic.4,v 1.4 2004/05/11 22:42:47 wiz Exp $ .\" .\" Copyright (c) 1996, 1997 Jonathan Stone. @@ -48,15 +48,15 @@ The .Nm provides hardware DMA channels and interrupt support for several baseboard devices, including one -.Nm asc +.Xr asc 4 SCSI device with a scatter/gather DMA channel, an mc146818-compatible .Nm mcclock , an Am7930 audio device -.Nm bba , +.Xr bba 4 , two -.Nm zs -dual-port serial devices, and a AMD 7990 LANCE -.Nm le +.Xr zs 4 +dual-port serial devices, and an AMD 7990 LANCE +.Xr le 4 Ethernet interface. .Pp The @@ -76,8 +76,6 @@ Support for scatter-gather DMA eliminates the need for additional copying. .Xr bba 4 , .Xr intro 4 , .Xr le 4 , -.Xr mcclock 4 , -.Xr tc 4 , .Xr zs 4 .Sh HISTORY The diff --git a/share/man/man4/man4.alpha/zs.4 b/share/man/man4/man4.alpha/zs.4 index 0a20830ff54..6861ace389d 100644 --- a/share/man/man4/man4.alpha/zs.4 +++ b/share/man/man4/man4.alpha/zs.4 @@ -1,4 +1,4 @@ -.\" $OpenBSD: zs.4,v 1.1 2017/11/02 14:04:24 mpi Exp $ +.\" $OpenBSD: zs.4,v 1.2 2017/11/02 15:37:58 jmc Exp $ .\" $NetBSD: zstty.4,v 1.14 2011/06/07 20:22:56 wiz Exp $ .\" .\" Copyright (c) 1997 The NetBSD Foundation, Inc. @@ -52,8 +52,6 @@ keyboard and mouse. Only the second interface of each .Nm controller can be used as a regular serial port. -On alpha TURBOchannel systems, the first channel of -On alpha systems, the first channel o .\" The .\" .Nm lskbd .\" devices connect keyboard devices to the generic keyboard driver @@ -62,7 +60,6 @@ On alpha systems, the first channel o .\" .Nm vsms .\" devices connect mice to the generic mouse driver .\" .Xr wsmouse 4 . -.\" The remaining additional The .Nm zstty interfaces provide RS-423 @@ -74,13 +71,13 @@ driver supports all of the standard .Xr tty 4 ioctl calls. The status of the DTR, RTS, CTS, and DCD signals can be queried with -TIOCMGET command, but, due to limitations in the hardware, -only the DTR and RTS signals can be modified with TIOCMSET, TIOCMBIC, +the TIOCMGET command but, due to limitations in the hardware, +only the DTR and RTS signals can be modified with the TIOCMSET, TIOCMBIC, and TIOCMBIS .Xr ioctl 2 commands. .Pp -Input and output for each line may set to any baud rate in the +Input and output for each line may be set to any baud rate in the range 50 to 38400. .Sh FILES .Bl -tag -width Pa -compact @@ -90,7 +87,6 @@ range 50 to 38400. .Sh DIAGNOSTICS .Bl -tag -width indent .It zs*: fifo overflow -.br The on-chip .Dq FIFO has overflowed and incoming data has been lost. @@ -98,7 +94,6 @@ This generally means the machine is not responding to interrupts from the ZS chip fast enough, which can be remedied only by using a lower baud rate. .It zs*: ring overflow -.br The software input .Qq ring has overflowed. |