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 enable CG12 support



details:   https://anonhg.NetBSD.org/src/rev/cc9ad7a5a086
branches:  trunk
changeset: 753363:cc9ad7a5a086
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Mar 24 00:39:07 2010 +0000

description:
enable CG12 support

diffstat:

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

diffs (50 lines):

diff -r 4ed22afdac74 -r cc9ad7a5a086 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Wed Mar 24 00:33:06 2010 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Wed Mar 24 00:39:07 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.220 2010/03/01 06:14:17 macallan Exp $
+# $NetBSD: GENERIC,v 1.221 2010/03/24 00:39:07 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.220 $"
+#ident                 "GENERIC-$Revision: 1.221 $"
 
 maxusers       32
 
@@ -688,6 +688,10 @@
 # there can be only one
 tcx0           at sbus? slot ? offset ?
 
+## Sun CG12 / Matrox SG3 accelerated 24bit framebuffer
+## runs monochrome only for now
+cgtwelve*      at sbus? slot ? offset ?
+
 # Sun "cgfourteen" accelerated 24-bit framebuffer.
 cgfourteen*    at obio0                        # sun4m
 
diff -r 4ed22afdac74 -r cc9ad7a5a086 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL       Wed Mar 24 00:33:06 2010 +0000
+++ b/sys/arch/sparc/conf/INSTALL       Wed Mar 24 00:39:07 2010 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: INSTALL,v 1.73 2010/03/01 06:14:17 macallan Exp $
+#      $NetBSD: INSTALL,v 1.74 2010/03/24 00:39:07 macallan Exp $
 #
 # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 #
@@ -556,6 +556,11 @@
 # there can be only one
 tcx0           at sbus? slot ? offset ?
 
+## Sun CG12 / Matrox SG3 accelerated 24bit framebuffer
+## runs monochrome only for now
+## since it occupies 3 SBus slots there's no way to use more than one
+cgtwelve0      at sbus? slot ? offset ?
+
 # Sun "cgfourteen" accelerated 24-bit framebuffer.
 cgfourteen*    at obio0                        # sun4m
 



Home | Main Index | Thread Index | Old Index