Module Name:    src
Committed By:   macallan
Date:           Wed Mar 10 03:11:49 UTC 2010

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

Log Message:
enable wcfb now that it's actually useful
This driver has been tested on Sun XVR-500 and XVR-1200 boards but it should
work on most ( all? ) Wildcat-based boards.


To generate a diff of this commit:
cvs rdiff -u -r1.119 -r1.120 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.119 src/sys/arch/sparc64/conf/GENERIC:1.120
--- src/sys/arch/sparc64/conf/GENERIC:1.119	Sun Mar  7 09:39:44 2010
+++ src/sys/arch/sparc64/conf/GENERIC	Wed Mar 10 03:11:49 2010
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.119 2010/03/07 09:39:44 plunky Exp $
+# $NetBSD: GENERIC,v 1.120 2010/03/10 03:11:49 macallan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.119 $"
+#ident 		"GENERIC-$Revision: 1.120 $"
 
 maxusers	64
 
@@ -883,6 +883,9 @@
 # Sun PGX32 / TechSource Raptor GFX 8P
 pm2fb*		at pci?
 
+# 3Dlabs Wildcat based boards like XVR-500, 1200 etc.
+wcfb*		at pci?
+
 # generic PCI framebuffers
 genfb*		at pci?
 

Reply via email to