Source-Changes-HG archive

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

[src/netbsd-8]: src/sys/arch/macppc/conf Apply patch, reqeusted ...



details:   https://anonhg.NetBSD.org/src/rev/7d29f2971311
branches:  netbsd-8
changeset: 318758:7d29f2971311
user:      martin <martin%NetBSD.org@localhost>
date:      Fri May 04 16:03:32 2018 +0000
description:
Apply patch, reqeusted by macallan in ticket #783:

Disable radeonfb since it still fails on some hardware.

diffstat:

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

diffs (29 lines):

diff -r 39ff9c1a6456 -r 7d29f2971311 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Mon Apr 23 09:22:14 2018 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Fri May 04 16:03:32 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.329.2.4 2018/02/26 01:08:26 snj Exp $
+# $NetBSD: GENERIC,v 1.329.2.5 2018/05/04 16:03:32 martin Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.329.2.4 $"
+#ident                 "GENERIC-$Revision: 1.329.2.5 $"
 
 maxusers       32
 
@@ -294,8 +294,8 @@
 voodoofb*      at pci? function ?      # 3Dfx Voodoo3 
 
 # ATI Radeon. Still has problems on some hardware
-radeonfb*      at pci? function ?
-options        RADEONFB_ALWAYS_ACCEL_PUTCHAR
+#radeonfb*     at pci? function ?
+#options       RADEONFB_ALWAYS_ACCEL_PUTCHAR
 
 # generic PCI framebuffer, should work with everything supported by OF
 genfb*         at pci? function ?



Home | Main Index | Thread Index | Old Index