Module Name:    src
Committed By:   snj
Date:           Sun Jan  7 09:30:08 UTC 2018

Modified Files:
        src/sys/arch/macppc/conf [netbsd-8]: GENERIC

Log Message:
Pull up following revision(s) (requested by sevan in ticket #470):
        sys/arch/macppc/conf/GENERIC: revision 1.337
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


To generate a diff of this commit:
cvs rdiff -u -r1.329 -r1.329.2.1 src/sys/arch/macppc/conf/GENERIC

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/sys/arch/macppc/conf/GENERIC
diff -u src/sys/arch/macppc/conf/GENERIC:1.329 src/sys/arch/macppc/conf/GENERIC:1.329.2.1
--- src/sys/arch/macppc/conf/GENERIC:1.329	Wed May 24 20:23:04 2017
+++ src/sys/arch/macppc/conf/GENERIC	Sun Jan  7 09:30:08 2018
@@ -1,4 +1,4 @@
-# $NetBSD: GENERIC,v 1.329 2017/05/24 20:23:04 christos Exp $
+# $NetBSD: GENERIC,v 1.329.2.1 2018/01/07 09:30:08 snj Exp $
 #
 # GENERIC machine description file
 # 
@@ -22,7 +22,7 @@ include		"arch/macppc/conf/std.macppc"
 
 options 	INCLUDE_CONFIG_FILE	# embed config file in kernel binary
 
-#ident 		"GENERIC-$Revision: 1.329 $"
+#ident 		"GENERIC-$Revision: 1.329.2.1 $"
 
 maxusers	32
 
@@ -299,6 +299,7 @@ voodoofb*	at pci? function ?	# 3Dfx Vood
 
 # 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 ?

Reply via email to