Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/conf Add options PXA2X0_LCD_WRITETHROUGH tha...



details:   https://anonhg.NetBSD.org/src/rev/e58eaea3fc8d
branches:  trunk
changeset: 762024:e58eaea3fc8d
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Sun Feb 13 14:28:29 2011 +0000

description:
Add options PXA2X0_LCD_WRITETHROUGH that improves console speed.
Tested on SL-C1000.

diffstat:

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

diffs (17 lines):

diff -r 77eaf27babd9 -r e58eaea3fc8d sys/arch/zaurus/conf/GENERIC
--- a/sys/arch/zaurus/conf/GENERIC      Sun Feb 13 12:47:27 2011 +0000
+++ b/sys/arch/zaurus/conf/GENERIC      Sun Feb 13 14:28:29 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: GENERIC,v 1.32 2011/02/13 05:36:34 nonaka Exp $
+#      $NetBSD: GENERIC,v 1.33 2011/02/13 14:28:29 tsutsui Exp $
 #
 # GENERIC machine description file
 #
@@ -204,6 +204,7 @@
 
 # LCD
 lcd0 at pxaip?
+options        PXA2X0_LCD_WRITETHROUGH
 wsdisplay* at lcd? console ?
 
 # Audio



Home | Main Index | Thread Index | Old Index