Module Name:    src
Committed By:   macallan
Date:           Thu Aug  6 18:28:41 UTC 2009

Modified Files:
        src/sys/arch/sparc/conf: GENERIC INSTALL

Log Message:
enable the tcx driver


To generate a diff of this commit:
cvs rdiff -u -r1.214 -r1.215 src/sys/arch/sparc/conf/GENERIC
cvs rdiff -u -r1.69 -r1.70 src/sys/arch/sparc/conf/INSTALL

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/GENERIC
diff -u src/sys/arch/sparc/conf/GENERIC:1.214 src/sys/arch/sparc/conf/GENERIC:1.215
--- src/sys/arch/sparc/conf/GENERIC:1.214	Mon Jun 22 14:57:52 2009
+++ src/sys/arch/sparc/conf/GENERIC	Thu Aug  6 18:28:41 2009
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.214 2009/06/22 14:57:52 tsutsui Exp $
+# $NetBSD: GENERIC,v 1.215 2009/08/06 18:28:41 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.214 $"
+#ident 		"GENERIC-$Revision: 1.215 $"
 
 maxusers	32
 
@@ -687,9 +687,8 @@
 #cgeight0	at obio0 addr 0x0b300000 level 4	# sun4/100 P4
 
 ## Sun "tcx" accelerated color framebuffer.
-# XXX no wsdisplay support
-#tcx0		at sbus? slot ? offset ?
-#tcx*		at sbus? slot ? offset ?
+# there can be only one
+tcx0		at sbus? slot ? offset ?
 
 # Sun "cgfourteen" accelerated 24-bit framebuffer.
 cgfourteen*	at obio0			# sun4m

Index: src/sys/arch/sparc/conf/INSTALL
diff -u src/sys/arch/sparc/conf/INSTALL:1.69 src/sys/arch/sparc/conf/INSTALL:1.70
--- src/sys/arch/sparc/conf/INSTALL:1.69	Tue Jun  9 11:06:09 2009
+++ src/sys/arch/sparc/conf/INSTALL	Thu Aug  6 18:28:41 2009
@@ -1,4 +1,4 @@
-#	$NetBSD: INSTALL,v 1.69 2009/06/09 11:06:09 he Exp $
+#	$NetBSD: INSTALL,v 1.70 2009/08/06 18:28:41 macallan Exp $
 #
 # from: NetBSD: GENERIC,v 1.84 1999/06/06 13:00:03 mrg Exp
 #
@@ -555,8 +555,8 @@
 #cgeight0	at obio0 addr 0x0b300000 level 4	# sun4/100 P4
 
 ## Sun "tcx" accelerated color framebuffer.
-#tcx0		at sbus? slot ? offset ?
-#tcx*		at sbus? slot ? offset ?
+# there can be only one
+tcx0		at sbus? slot ? offset ?
 
 # Sun "cgfourteen" accelerated 24-bit framebuffer.
 cgfourteen*	at obio0			# sun4m

Reply via email to