Source-Changes-HG archive

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

[src/netbsd-6]: src/sys/arch/macppc/conf Pull up following patch (requested b...



details:   https://anonhg.NetBSD.org/src/rev/5cda8a095d18
branches:  netbsd-6
changeset: 774572:5cda8a095d18
user:      riz <riz%NetBSD.org@localhost>
date:      Mon Sep 03 18:51:36 2012 +0000

description:
Pull up following patch (requested by macallan in ticket #528):

Comment out radeonfb for the release, as it causes problems on some
hardware.

diffstat:

 sys/arch/macppc/conf/GENERIC |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r 75722062c782 -r 5cda8a095d18 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Sep 03 18:45:42 2012 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Mon Sep 03 18:51:36 2012 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.297 2012/01/23 13:55:02 hauke Exp $
+# $NetBSD: GENERIC,v 1.297.2.1 2012/09/03 18:51:36 riz Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.297 $"
+#ident                 "GENERIC-$Revision: 1.297.2.1 $"
 
 maxusers       32
 
@@ -283,8 +283,8 @@
 chipsfb*       at pci? function ?      # C&T 65550
 machfb*                at pci? function ?      # ATI Mach 64, Rage, Rage Pro
 
-radeonfb*      at pci? function ?      # ATI Radeon. R3xx is problematic
-options        RADEONFB_MMAP_BARS      # allow mmap()ing BARs - needed for X
+#radeonfb*     at pci? function ?      # ATI Radeon. R3xx is problematic
+#options       RADEONFB_MMAP_BARS      # allow mmap()ing BARs - needed for X
 
 voodoofb*      at pci? function ?      # 3Dfx Voodoo3 
 r128fb*                at pci? function ?      # ATI Rage 128



Home | Main Index | Thread Index | Old Index