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 add radeonfb ( has been working for ag...



details:   https://anonhg.NetBSD.org/src/rev/aadbb382577d
branches:  trunk
changeset: 748582:aadbb382577d
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Oct 28 03:41:30 2009 +0000

description:
add radeonfb ( has been working for ages with my XVR-100 ) and pm2fb ( for
PGX32 / TechSource Raptor GFX 8P )
We should probably enable cgthree as well since it grew wsdisplay support a
while ago.

diffstat:

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

diffs (31 lines):

diff -r ed0ae6cf6e4d -r aadbb382577d sys/arch/sparc64/conf/GENERIC
--- a/sys/arch/sparc64/conf/GENERIC     Wed Oct 28 02:42:20 2009 +0000
+++ b/sys/arch/sparc64/conf/GENERIC     Wed Oct 28 03:41:30 2009 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.111 2009/10/02 15:09:16 nakayama Exp $
+# $NetBSD: GENERIC,v 1.112 2009/10/28 03:41:30 macallan Exp $
 #
 # GENERIC machine description file
 #
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.111 $"
+#ident                 "GENERIC-$Revision: 1.112 $"
 
 maxusers       64
 
@@ -857,6 +857,12 @@
 # On board vga on U5/U10 etc.
 machfb*                at pci?
 
+# Sun XVR-100
+radeonfb*      at pci?
+
+# Sun PGX32 / TechSource Raptor GFX 8P
+pm2fb*         at pci?
+
 # generic PCI framebuffers
 genfb*         at pci?
 



Home | Main Index | Thread Index | Old Index