Module Name: src
Committed By: nonaka
Date: Sat May 14 14:00:03 UTC 2011
Modified Files:
src/sys/arch/arm/xscale: files.pxa2x0 pxa2x0_lcd.c
Log Message:
PXA2X0_LCD_WRITETHROUGH is defflag'd.
To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 src/sys/arch/arm/xscale/files.pxa2x0
cvs rdiff -u -r1.30 -r1.31 src/sys/arch/arm/xscale/pxa2x0_lcd.c
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/arm/xscale/files.pxa2x0
diff -u src/sys/arch/arm/xscale/files.pxa2x0:1.16 src/sys/arch/arm/xscale/files.pxa2x0:1.17
--- src/sys/arch/arm/xscale/files.pxa2x0:1.16 Tue Apr 21 03:00:29 2009
+++ src/sys/arch/arm/xscale/files.pxa2x0 Sat May 14 14:00:03 2011
@@ -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
Index: src/sys/arch/arm/xscale/pxa2x0_lcd.c
diff -u src/sys/arch/arm/xscale/pxa2x0_lcd.c:1.30 src/sys/arch/arm/xscale/pxa2x0_lcd.c:1.31
--- src/sys/arch/arm/xscale/pxa2x0_lcd.c:1.30 Sun Aug 8 11:24:52 2010
+++ src/sys/arch/arm/xscale/pxa2x0_lcd.c Sat May 14 14:00:03 2011
@@ -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>