Source-Changes-HG archive

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

[src/netbsd-7]: src/sys/arch/macppc/conf Pull up following revision(s) (reque...



details:   https://anonhg.NetBSD.org/src/rev/b2b437614f2d
branches:  netbsd-7
changeset: 800387:b2b437614f2d
user:      snj <snj%NetBSD.org@localhost>
date:      Wed Jan 03 21:30:59 2018 +0000

description:
Pull up following revision(s) (requested by sevan in ticket #1546):
        sys/arch/macppc/conf/GENERIC: revision 1.337 via patch
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 2fa02577259b -r b2b437614f2d sys/arch/macppc/conf/GENERIC
--- a/sys/arch/macppc/conf/GENERIC      Wed Jan 03 21:26:39 2018 +0000
+++ b/sys/arch/macppc/conf/GENERIC      Wed Jan 03 21:30:59 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.312.4.3 2015/05/15 03:44:18 snj Exp $
+# $NetBSD: GENERIC,v 1.312.4.4 2018/01/03 21:30:59 snj Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.312.4.3 $"
+#ident                 "GENERIC-$Revision: 1.312.4.4 $"
 
 maxusers       32
 
@@ -297,6 +297,7 @@
 # ATI Radeon. Still has problems on some hardware
 radeonfb*      at pci? function ?
 options        RADEONFB_MMAP_BARS      # allow mmap()ing BARs - needed for X
+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