Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/sparc64/conf cgthree works on sparc64 so let's enab...



details:   https://anonhg.NetBSD.org/src/rev/2f6d1cc65d4a
branches:  trunk
changeset: 749304:2f6d1cc65d4a
user:      macallan <macallan%NetBSD.org@localhost>
date:      Thu Nov 26 02:03:42 2009 +0000

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

diffstat:

 sys/arch/sparc64/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 2ad4b69f6f57 -r 2f6d1cc65d4a sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Thu Nov 26 01:23:56 2009 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Thu Nov 26 02:03:42 2009 +0000
@@ -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 ?



Home | Main Index | Thread Index | Old Index