Module Name:    src
Committed By:   macallan
Date:           Thu Nov 26 02:03:43 UTC 2009

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

Log Message:
cgthree works on sparc64 so let's enable it for those poor souls who can't
find at least a CG6


To generate a diff of this commit:
cvs rdiff -u -r1.112 -r1.113 src/sys/arch/sparc64/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/sparc64/conf/GENERIC
diff -u src/sys/arch/sparc64/conf/GENERIC:1.112 src/sys/arch/sparc64/conf/GENERIC:1.113
--- src/sys/arch/sparc64/conf/GENERIC:1.112	Wed Oct 28 03:41:30 2009
+++ src/sys/arch/sparc64/conf/GENERIC	Thu Nov 26 02:03:42 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.112 2009/10/28 03:41:30 macallan Exp $
+# $NetBSD: GENERIC,v 1.113 2009/11/26 02:03:42 macallan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.112 $"
+#ident 		"GENERIC-$Revision: 1.113 $"
 
 maxusers	64
 
@@ -845,8 +845,8 @@
 #bwtwo*		at sbus? slot ? offset ?
 
 ## Sun "cgthree" Sbus color framebuffer
-#cgthree0	at sbus? slot ? offset ?
-#cgthree*	at sbus? slot ? offset ?
+cgthree0	at sbus? slot ? offset ?
+cgthree*	at sbus? slot ? offset ?
 
 ## Sun "cgsix" accelerated color framebuffer.
 cgsix*		at sbus? slot ? offset ?

Reply via email to