Module Name:    src
Committed By:   macallan
Date:           Thu Feb  7 16:19:16 UTC 2013

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

Log Message:
add sx at mainbus


To generate a diff of this commit:
cvs rdiff -u -r1.235 -r1.236 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.83 -r1.84 src/sys/arch/sparc/conf/INSTALL

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.235 src/sys/arch/sparc/conf/GENERIC:1.236
--- src/sys/arch/sparc/conf/GENERIC:1.235	Wed Oct 17 14:48:17 2012
+++ src/sys/arch/sparc/conf/GENERIC	Thu Feb  7 16:19:15 2013
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.235 2012/10/17 14:48:17 apb Exp $
+# $NetBSD: GENERIC,v 1.236 2013/02/07 16:19:15 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include 	"arch/sparc/conf/std.sparc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.235 $"
+#ident 		"GENERIC-$Revision: 1.236 $"
 
 maxusers	32
 
@@ -261,6 +261,9 @@ cpuunit0	at mainbus0			# sun4d
 cpuunit*	at mainbus0			# sun4d
 cpu0	at cpuunit0				# sun4d
 
+#### SX rendering engine found in SS20 and SS10SX
+sx0	at mainbus0
+
 #### Bus types found on SPARC systems.
 
 sbus0	at mainbus0				# sun4c

Index: src/sys/arch/sparc/conf/INSTALL
diff -u src/sys/arch/sparc/conf/INSTALL:1.83 src/sys/arch/sparc/conf/INSTALL:1.84
--- src/sys/arch/sparc/conf/INSTALL:1.83	Fri Aug 17 20:11:41 2012
+++ src/sys/arch/sparc/conf/INSTALL	Thu Feb  7 16:19:16 2013
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.83 2012/08/17 20:11:41 abs Exp $
+#	$NetBSD: INSTALL,v 1.84 2013/02/07 16:19:16 macallan Exp $
 #
 # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 #
@@ -212,6 +212,9 @@ options 	INET		# IP (Internet Protocol) 
 mainbus0 at root
 cpu0	at mainbus0
 
+#### SX rendering engine found in SS20 and SS10SX
+sx0	at mainbus0
+
 #### Bus types found on SPARC systems.
 
 sbus0	at mainbus0				# sun4c

Reply via email to