Module Name:    src
Committed By:   tsutsui
Date:           Sun Sep 27 13:27:44 UTC 2009

Modified Files:
        src/sys/arch/sparc/conf: BILL-THE-CAT GENERIC INSTALL files.sparc

Log Message:
Remove commented out and nonexistent cgthree at obio stuff.

SPARCclassic has onboard CG3 but it's internally connected via SBus,
and there is no info about sun4m machines which actually require
cgthree at obio attachment. Info from j...@.


To generate a diff of this commit:
cvs rdiff -u -r1.45 -r1.46 src/sys/arch/sparc/conf/BILL-THE-CAT
cvs rdiff -u -r1.215 -r1.216 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.70 -r1.71 src/sys/arch/sparc/conf/INSTALL
cvs rdiff -u -r1.147 -r1.148 src/sys/arch/sparc/conf/files.sparc

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/BILL-THE-CAT
diff -u src/sys/arch/sparc/conf/BILL-THE-CAT:1.45 src/sys/arch/sparc/conf/BILL-THE-CAT:1.46
--- src/sys/arch/sparc/conf/BILL-THE-CAT:1.45	Fri Mar  6 20:31:52 2009
+++ src/sys/arch/sparc/conf/BILL-THE-CAT	Sun Sep 27 13:27:44 2009
@@ -1,4 +1,4 @@
-# 	$NetBSD: BILL-THE-CAT,v 1.45 2009/03/06 20:31:52 joerg Exp $
+# 	$NetBSD: BILL-THE-CAT,v 1.46 2009/09/27 13:27:44 tsutsui Exp $
 # 	From: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 
 include "arch/sparc/conf/std.sparc"
@@ -507,7 +507,6 @@
 ## Sun "cgthree" Sbus color framebuffer
 cgthree0	at sbus? slot ? offset ?
 cgthree*	at sbus? slot ? offset ?
-#cgthree0	at obio? slot ? offset ?		# sun4m
 
 ## Sun "cgfour" color framebuffer with overlay plane.  See above comment
 ## regarding overlay plane.

Index: src/sys/arch/sparc/conf/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.215 src/sys/arch/sparc/conf/GENERIC:1.216
--- src/sys/arch/sparc/conf/GENERIC:1.215	Thu Aug  6 18:28:41 2009
+++ src/sys/arch/sparc/conf/GENERIC	Sun Sep 27 13:27:44 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.215 2009/08/06 18:28:41 macallan Exp $
+# $NetBSD: GENERIC,v 1.216 2009/09/27 13:27:44 tsutsui Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.215 $"
+#ident 		"GENERIC-$Revision: 1.216 $"
 
 maxusers	32
 
@@ -667,7 +667,6 @@
 ## Sun "cgthree" Sbus color framebuffer
 cgthree0	at sbus? slot ? offset ?
 cgthree*	at sbus? slot ? offset ?
-#cgthree0	at obio? slot ? offset ?		# sun4m
 
 ## Sun "cgfour" color framebuffer with overlay plane.  See above comment
 ## regarding overlay plane.

Index: src/sys/arch/sparc/conf/INSTALL
diff -u src/sys/arch/sparc/conf/INSTALL:1.70 src/sys/arch/sparc/conf/INSTALL:1.71
--- src/sys/arch/sparc/conf/INSTALL:1.70	Thu Aug  6 18:28:41 2009
+++ src/sys/arch/sparc/conf/INSTALL	Sun Sep 27 13:27:44 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.70 2009/08/06 18:28:41 macallan Exp $
+#	$NetBSD: INSTALL,v 1.71 2009/09/27 13:27:44 tsutsui Exp $
 #
 # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 #
@@ -537,7 +537,6 @@
 ## Sun "cgthree" Sbus color framebuffer
 cgthree0	at sbus? slot ? offset ?
 cgthree*	at sbus? slot ? offset ?
-#cgthree0	at obio? slot ? offset ?		# sun4m
 
 ## Sun "cgfour" color framebuffer with overlay plane.  See above comment
 ## regarding overlay plane.

Index: src/sys/arch/sparc/conf/files.sparc
diff -u src/sys/arch/sparc/conf/files.sparc:1.147 src/sys/arch/sparc/conf/files.sparc:1.148
--- src/sys/arch/sparc/conf/files.sparc:1.147	Wed Nov 19 18:36:00 2008
+++ src/sys/arch/sparc/conf/files.sparc	Sun Sep 27 13:27:44 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: files.sparc,v 1.147 2008/11/19 18:36:00 ad Exp $
+#	$NetBSD: files.sparc,v 1.148 2009/09/27 13:27:44 tsutsui Exp $
 
 # @(#)files.sparc	8.1 (Berkeley) 7/19/93
 # sparc-specific configuration info
@@ -231,9 +231,6 @@
 attach cgtwo at vme
 file	arch/sparc/dev/cgtwo.c		cgtwo needs-flag
 
-attach cgthree at obio with cgthree_obio
-file	arch/sparc/dev/cgthree_obio.c	cgthree_obio & obio
-
 device cgfour: bt_dac, fb, rasops8, pfour
 attach cgfour at obio
 file	arch/sparc/dev/cgfour.c		cgfour needs-flag

Reply via email to