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 enable wcfb now that it's actually useful



details:   https://anonhg.NetBSD.org/src/rev/1b95e882a08f
branches:  trunk
changeset: 752887:1b95e882a08f
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Mar 10 03:11:49 2010 +0000

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

diffstat:

 sys/arch/sparc64/conf/GENERIC |  7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diffs (28 lines):

diff -r 94a73af445ae -r 1b95e882a08f sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Wed Mar 10 02:41:02 2010 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Wed Mar 10 03:11:49 2010 +0000
@@ -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?
 



Home | Main Index | Thread Index | Old Index