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 Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, ...



details:   https://anonhg.NetBSD.org/src/rev/fad016df96d3
branches:  trunk
changeset: 358393:fad016df96d3
user:      sevan <sevan%NetBSD.org@localhost>
date:      Wed Dec 27 18:30:02 2017 +0000

description:
Without RADEONFB_ALWAYS_ACCEL_PUTCHAR, there are display issues on the PowerBook5,2 (G4 FW-800)
Radeon 9600, where console is garbled.
Thanks to <macallan> for the pointer.
Closes PR port-macppc/52712

diffstat:

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

diffs (26 lines):

diff -r 4bf7e9c96246 -r fad016df96d3 sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Dec 27 13:38:51 2017 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Dec 27 18:30:02 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.336 2017/09/22 04:09:06 macallan Exp $
+# $NetBSD: GENERIC,v 1.337 2017/12/27 18:30:02 sevan Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.336 $"
+#ident                 "GENERIC-$Revision: 1.337 $"
 
 maxusers       32
 
@@ -287,6 +287,7 @@
 
 # ATI Radeon. Still has problems on some hardware
 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