Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/arch/macppc/conf add gffb, tweak comments



details:   https://anonhg.NetBSD.org/src/rev/ffdf280695f3
branches:  trunk
changeset: 790821:ffdf280695f3
user:      macallan <macallan%NetBSD.org@localhost>
date:      Wed Oct 23 09:28:57 2013 +0000

description:
add gffb, tweak comments

diffstat:

 sys/arch/macppc/conf/GENERIC |  15 +++++++++------
 1 files changed, 9 insertions(+), 6 deletions(-)

diffs (40 lines):

diff -r eca789906fbf -r ffdf280695f3 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Oct 23 09:28:06 2013 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Oct 23 09:28:57 2013 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.311 2013/06/30 21:38:57 rmind Exp $
+# $NetBSD: GENERIC,v 1.312 2013/10/23 09:28:57 macallan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.311 $"
+#ident                 "GENERIC-$Revision: 1.312 $"
 
 maxusers       32
 
@@ -286,14 +286,17 @@
 # instead.
 
 chipsfb*       at pci? function ?      # C&T 65550
+gffb*          at pci? function ?      # NVIDIA GeForce2 MX
 machfb*                at pci? function ?      # ATI Mach 64, Rage, Rage Pro
+tdvfb*         at pci? function ?      # 3Dfx Voodoo2
+r128fb*                at pci? function ?      # ATI Rage 128
+voodoofb*      at pci? function ?      # 3Dfx Voodoo3 
 
-radeonfb*      at pci? function ?      # ATI Radeon. R3xx is problematic
+# ATI Radeon. Still has problems on some hardware
+radeonfb*      at pci? function ?
 options        RADEONFB_MMAP_BARS      # allow mmap()ing BARs - needed for X
 
-voodoofb*      at pci? function ?      # 3Dfx Voodoo3 
-tdvfb*         at pci? function ?      # 3Dfx Voodoo2
-r128fb*                at pci? function ?      # ATI Rage 128
+# generic PCI framebuffer, should work with everything supported by OF
 genfb*         at pci? function ?
 
 # make sure the console display is always wsdisplay0



Home | Main Index | Thread Index | Old Index