Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/next68k/conf Clarify serial port names. Affects zs...



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

description:
Clarify serial port names.  Affects zs(4) man page mentioned in PR/52377.

Actual port connection is briefly checked by "NeXT cube internal schematics"
 http://web.archive.org/web/20091015214305/http://www.lrz-muenchen.de/~heller/NeXT/NeXT.html

diffstat:

 sys/arch/next68k/conf/GENERIC |  8 ++++----
 sys/arch/next68k/conf/SLAB    |  6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)

diffs (49 lines):

diff -r eda78366007d -r da551d671149 sys/arch/next68k/conf/GENERIC
--- a/sys/arch/next68k/conf/GENERIC     Sun Jul 09 05:58:13 2017 +0000
+++ b/sys/arch/next68k/conf/GENERIC     Sun Jul 09 06:02:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.140 2015/08/08 06:36:25 maxv Exp $
+# $NetBSD: GENERIC,v 1.141 2017/07/09 06:02:37 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.140 $"
+#ident                 "GENERIC-$Revision: 1.141 $"
 
 makeoptions    COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
 
@@ -214,8 +214,8 @@
 #
 # Serial ports
 #
-zstty0 at zsc0 channel 0       # ttya
-zstty1 at zsc0 channel 1       # ttyb
+zstty0 at zsc0 channel 0       # Serial Port A
+zstty1 at zsc0 channel 1       # Serial Port B
 
 # SCSI bus support
 scsibus* at scsi?
diff -r eda78366007d -r da551d671149 sys/arch/next68k/conf/SLAB
--- a/sys/arch/next68k/conf/SLAB        Sun Jul 09 05:58:13 2017 +0000
+++ b/sys/arch/next68k/conf/SLAB        Sun Jul 09 06:02:37 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: SLAB,v 1.55 2015/08/21 01:52:08 uebayasi Exp $
+# $NetBSD: SLAB,v 1.56 2017/07/09 06:02:37 tsutsui Exp $
 #
 # deberg's development machine
 #
@@ -164,8 +164,8 @@
 #
 # Serial ports
 #
-zstty0 at zsc0 channel 0       # ttya
-zstty1 at zsc0 channel 1       # ttyb
+zstty0 at zsc0 channel 0       # Serial Port A
+zstty1 at zsc0 channel 1       # Serial Port B
 
 # SCSI bus support
 scsibus* at scsi?



Home | Main Index | Thread Index | Old Index