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 Remove commented out and nonexistent cgt...



details:   https://anonhg.NetBSD.org/src/rev/5da858096633
branches:  trunk
changeset: 747685:5da858096633
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Sep 27 13:27:44 2009 +0000

description:
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 jdc@.

diffstat:

 sys/arch/sparc/conf/BILL-THE-CAT |  3 +--
 sys/arch/sparc/conf/GENERIC      |  5 ++---
 sys/arch/sparc/conf/INSTALL      |  3 +--
 sys/arch/sparc/conf/files.sparc  |  5 +----
 4 files changed, 5 insertions(+), 11 deletions(-)

diffs (79 lines):

diff -r 17db3c13c228 -r 5da858096633 sys/arch/sparc/conf/BILL-THE-CAT
--- a/sys/arch/sparc/conf/BILL-THE-CAT  Sun Sep 27 12:59:38 2009 +0000
+++ b/sys/arch/sparc/conf/BILL-THE-CAT  Sun Sep 27 13:27:44 2009 +0000
@@ -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.
diff -r 17db3c13c228 -r 5da858096633 sys/arch/sparc/conf/GENERIC
--- a/sys/arch/sparc/conf/GENERIC       Sun Sep 27 12:59:38 2009 +0000
+++ b/sys/arch/sparc/conf/GENERIC       Sun Sep 27 13:27:44 2009 +0000
@@ -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.
diff -r 17db3c13c228 -r 5da858096633 sys/arch/sparc/conf/INSTALL
--- a/sys/arch/sparc/conf/INSTALL       Sun Sep 27 12:59:38 2009 +0000
+++ b/sys/arch/sparc/conf/INSTALL       Sun Sep 27 13:27:44 2009 +0000
@@ -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.
diff -r 17db3c13c228 -r 5da858096633 sys/arch/sparc/conf/files.sparc
--- a/sys/arch/sparc/conf/files.sparc   Sun Sep 27 12:59:38 2009 +0000
+++ b/sys/arch/sparc/conf/files.sparc   Sun Sep 27 13:27:44 2009 +0000
@@ -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



Home | Main Index | Thread Index | Old Index