Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc/conf add sx at mainbus



details:   https://anonhg.NetBSD.org/src/rev/92e2b5726e67
branches:  trunk
changeset: 784724:92e2b5726e67
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Feb 07 16:19:15 2013 +0000

description:
add sx at mainbus

diffstat:

 sys/arch/sparc/conf/GENERIC |  7 +++++--
 sys/arch/sparc/conf/INSTALL |  5 ++++-
 2 files changed, 9 insertions(+), 3 deletions(-)

diffs (47 lines):

diff -r 1ec70cd60625 -r 92e2b5726e67 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Thu Feb 07 16:14:30 2013 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Thu Feb 07 16:19:15 2013 +0000
@@ -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 @@
 
 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 @@
 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
diff -r 1ec70cd60625 -r 92e2b5726e67 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL       Thu Feb 07 16:14:30 2013 +0000
+++ b/sys/arch/sparc/conf/INSTALL       Thu Feb 07 16:19:15 2013 +0000
@@ -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 @@
 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



Home | Main Index | Thread Index | Old Index