Module Name:    src
Committed By:   tsutsui
Date:           Tue Mar 24 12:16:13 UTC 2009

Modified Files:
        src/sys/arch/sparc/conf: GENERIC

Log Message:
Put back zstty0 and zstty1 lines for onboard zs(4) serial ports
so that they are properly assinged to ttya and ttyb as pre-wscons kernels.
Ok'ed by macal...@.


To generate a diff of this commit:
cvs rdiff -u -r1.211 -r1.212 src/sys/arch/sparc/conf/GENERIC

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/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.211 src/sys/arch/sparc/conf/GENERIC:1.212
--- src/sys/arch/sparc/conf/GENERIC:1.211	Sun Feb  8 13:05:51 2009
+++ src/sys/arch/sparc/conf/GENERIC	Tue Mar 24 12:16:12 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.211 2009/02/08 13:05:51 jdc Exp $
+# $NetBSD: GENERIC,v 1.212 2009/03/24 12:16:12 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.211 $"
+#ident 		"GENERIC-$Revision: 1.212 $"
 
 maxusers	32
 
@@ -331,6 +331,8 @@
 zs0	at obio0 addr 0xf1000000 level 12		# sun4/200 and sun4/300
 zs0	at obio0 addr 0x01000000 level 12		# sun4/100
 zs0	at bootbus0					# sun4d
+zstty0	at zs0 channel 0				# ttya
+zstty1	at zs0 channel 1				# ttyb
 
 zs1	at mainbus0					# sun4c
 zs1	at obio0					# sun4m

Reply via email to