Module Name:    src
Committed By:   tsutsui
Date:           Sun Jul  9 06:37:34 UTC 2017

Modified Files:
        src/share/man/man4: zstty.4

Log Message:
Briefly sync device names in FILES section with reality.  PR/52377

Also add several ports which use zs(4)/zsc(4) and zstty(4) in SYNOPSIS.

XXX:
scc(4) man page for pmax (and alpha?) in SEE ALSO section should be
obsolete since they have been switched to using MI zs(4) in NetBSD 4.x.
(though scc(4) man page seems to contain some pmax/ioasic specific notes)


To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/share/man/man4/zstty.4

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/share/man/man4/zstty.4
diff -u src/share/man/man4/zstty.4:1.14 src/share/man/man4/zstty.4:1.15
--- src/share/man/man4/zstty.4:1.14	Tue Jun  7 20:22:56 2011
+++ src/share/man/man4/zstty.4	Sun Jul  9 06:37:34 2017
@@ -1,4 +1,4 @@
-.\"	$NetBSD: zstty.4,v 1.14 2011/06/07 20:22:56 wiz Exp $
+.\"	$NetBSD: zstty.4,v 1.15 2017/07/09 06:37:34 tsutsui Exp $
 .\"
 .\" Copyright (c) 1997 The NetBSD Foundation, Inc.
 .\" All rights reserved.
@@ -27,7 +27,7 @@
 .\" ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
 .\" POSSIBILITY OF SUCH DAMAGE.
 .\"
-.Dd June 7, 2011
+.Dd July 9, 2017
 .Dt ZSTTY 4
 .Os
 .Sh NAME
@@ -54,6 +54,14 @@ and
 .Ss cesfic
 .Cd "zsc*	at mainbus0"
 .Cd "zstty*	at zsc? channel ?"
+.Ss cobalt
+.Cd "zsc0	at mainbus? addr 0x1c800000 irq 4"
+.Cd "zstty0	at zsc0 channel 0"
+.Cd "zstty1	at zsc0 channel 1"
+.Ss ews4800mips
+.Cd "zsc0	at sbdio?"
+.Cd "zstty0	at zsc? channel 0	# SIO ch-A"
+.Cd "zstty1	at zsc? channel 1	# SIO ch-B"
 .Ss mac68k and macppc
 .Cd "zsc0	at obio?"
 .Cd "zstty*	at zsc? channel ?"
@@ -85,8 +93,14 @@ and
 .Ss next68k
 .Cd "zsc0	at intio? ipl 5"
 .Cd "#zsc1	at intio? ipl 5"
-.Cd "zstty0	at zsc0 channel 0	# ttya"
-.Cd "zstty1	at zsc0 channel 1	# ttyb"
+.Cd "zstty0	at zsc0 channel 0	# Serial Port A"
+.Cd "zstty1	at zsc0 channel 1	# Serial Port B"
+.Ss pmax
+.Cd "zsc0	at	ioasic? offset 0x100000 # Z85C30"
+.Cd "zsc1	at	ioasic? offset 0x180000 # Z85C30"
+.Cd "zstty*	at	zsc? channel ?		# serial ports on B/A channels"
+.Cd "lkkbd*	at	zsc1 channel ?		# keyboard port on A channels"
+.Cd "vsms*	at	zsc0 channel ?		# mouse port on A channels"
 .Ss sgimips
 .Cd "zsc* 	at hpc0 offset ?"
 .Cd "zstty*	at zsc? channel ?"
@@ -106,6 +120,12 @@ and
 .Cd "zs2	at obio0 addr 0xe0000000 level 12	# sun4/300"
 .Cd "zstty2	at zs2 channel 0			# ttyc"
 .Cd "zstty3	at zs2 channel 1			# ttyd"
+.Ss sparc64
+.Cd "zs*	at sbus? slot ? offset ?"
+.Cd "zs*	at fhc?"
+.Cd "zstty*	at zs? channel ?			# ttys"
+.Cd "kbd0	at zstty?"
+.Cd "ms0	at zstty?"
 .Ss sun2
 .Cd "zs0	at obio0 addr 0x002000	# 2/120, 2/170"
 .Cd "zs1	at obmem0 addr 0x780000	# 2/120, 2/170"
@@ -169,10 +189,29 @@ for more discussion.
 .It Pa /dev/ttyB0
 .It Pa /dev/ttyB1
 .El
-.Ss others
+.Ss pmax
+.Bl -tag -width Pa
+.It Pa /dev/ttya
+.It Pa /dev/ttyb
+.It Pa /dev/ttyc
+.It Pa /dev/ttyd
+.El
+.Ss sparc
 .Bl -tag -width Pa
 .It Pa /dev/ttya
 .It Pa /dev/ttyb
+.It Pa /dev/ttyc
+.It Pa /dev/ttyd
+.El
+.Ss sparc64, sun2, sun3
+.Bl -tag -width Pa
+.It Pa /dev/ttya
+.It Pa /dev/ttyb
+.El
+.Ss others
+.Bl -tag -width Pa
+.It Pa /dev/ttyZ0
+.It Pa /dev/ttyZ1
 .El
 .Sh DIAGNOSTICS
 .Bl -tag -width indent

Reply via email to