Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/arm/xscale PXA2X0_LCD_WRITETHROUGH is defflag'd.



details:   https://anonhg.NetBSD.org/src/rev/de6038d7278a
branches:  trunk
changeset: 764961:de6038d7278a
user:      nonaka <nonaka%NetBSD.org@localhost>
date:      Sat May 14 14:00:03 2011 +0000

description:
PXA2X0_LCD_WRITETHROUGH is defflag'd.

diffstat:

 sys/arch/arm/xscale/files.pxa2x0 |  3 ++-
 sys/arch/arm/xscale/pxa2x0_lcd.c |  6 ++++--
 2 files changed, 6 insertions(+), 3 deletions(-)

diffs (37 lines):

diff -r ef2b1ca0af0d -r de6038d7278a sys/arch/arm/xscale/files.pxa2x0
--- a/sys/arch/arm/xscale/files.pxa2x0  Sat May 14 13:52:00 2011 +0000
+++ b/sys/arch/arm/xscale/files.pxa2x0  Sat May 14 14:00:03 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.pxa2x0,v 1.16 2009/04/21 03:00:29 nonaka Exp $
+#      $NetBSD: files.pxa2x0,v 1.17 2011/05/14 14:00:03 nonaka Exp $
 #
 # Configuration info for Intel PXA2[751]0 CPU support
 #
@@ -42,6 +42,7 @@
 # LCD controller
 device lcd: wsemuldisplaydev, rasops16, rasops8, rasops4, rasops_rotation
 file arch/arm/xscale/pxa2x0_lcd.c              lcd needs-flag
+defflag        opt_pxa2x0_lcd.h                PXA2X0_LCD_WRITETHROUGH
 
 # XXX this is a hack to use dev/pcmcia without fdc.c
 device fdc
diff -r ef2b1ca0af0d -r de6038d7278a sys/arch/arm/xscale/pxa2x0_lcd.c
--- a/sys/arch/arm/xscale/pxa2x0_lcd.c  Sat May 14 13:52:00 2011 +0000
+++ b/sys/arch/arm/xscale/pxa2x0_lcd.c  Sat May 14 14:00:03 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: pxa2x0_lcd.c,v 1.30 2010/08/08 11:24:52 tsutsui Exp $ */
+/* $NetBSD: pxa2x0_lcd.c,v 1.31 2011/05/14 14:00:03 nonaka Exp $ */
 
 /*
  * Copyright (c) 2002  Genetec Corporation.  All rights reserved.
@@ -38,7 +38,9 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: pxa2x0_lcd.c,v 1.30 2010/08/08 11:24:52 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: pxa2x0_lcd.c,v 1.31 2011/05/14 14:00:03 nonaka Exp $");
+
+#include "opt_pxa2x0_lcd.h"
 
 #include <sys/param.h>
 #include <sys/systm.h>



Home | Main Index | Thread Index | Old Index