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

Modified Files:
        src/sys/arch/next68k/conf: GENERIC SLAB

Log Message:
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


To generate a diff of this commit:
cvs rdiff -u -r1.140 -r1.141 src/sys/arch/next68k/conf/GENERIC
cvs rdiff -u -r1.55 -r1.56 src/sys/arch/next68k/conf/SLAB

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

Modified files:

Index: src/sys/arch/next68k/conf/GENERIC
diff -u src/sys/arch/next68k/conf/GENERIC:1.140 src/sys/arch/next68k/conf/GENERIC:1.141
--- src/sys/arch/next68k/conf/GENERIC:1.140	Sat Aug  8 06:36:25 2015
+++ src/sys/arch/next68k/conf/GENERIC	Sun Jul  9 06:02:37 2017
@@ -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 @@ include 	"arch/next68k/conf/std.next68k"
 
 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 @@ esp0	at intio? ipl 3	flags 0xffff00	# Tu
 #
 # 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?

Index: src/sys/arch/next68k/conf/SLAB
diff -u src/sys/arch/next68k/conf/SLAB:1.55 src/sys/arch/next68k/conf/SLAB:1.56
--- src/sys/arch/next68k/conf/SLAB:1.55	Fri Aug 21 01:52:08 2015
+++ src/sys/arch/next68k/conf/SLAB	Sun Jul  9 06:02:37 2017
@@ -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 @@ esp0	at intio? ipl 3	flags 0xff00	# Turn
 #
 # 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?

Reply via email to