Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/share/man/man4 Briefly sync device names in FILES section wi...



details:   https://anonhg.NetBSD.org/src/rev/4896dc2f9ada
branches:  trunk
changeset: 825324:4896dc2f9ada
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Jul 09 06:37:34 2017 +0000

description:
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)

diffstat:

 share/man/man4/zstty.4 |  49 ++++++++++++++++++++++++++++++++++++++++++++-----
 1 files changed, 44 insertions(+), 5 deletions(-)

diffs (94 lines):

diff -r da551d671149 -r 4896dc2f9ada share/man/man4/zstty.4
--- a/share/man/man4/zstty.4    Sun Jul 09 06:02:37 2017 +0000
+++ b/share/man/man4/zstty.4    Sun Jul 09 06:37:34 2017 +0000
@@ -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 @@
 .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 @@
 .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 @@
 .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 @@
 .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



Home | Main Index | Thread Index | Old Index