Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/zaurus/dev Update comments for recent lcdctl changes.



details:   https://anonhg.NetBSD.org/src/rev/98b41a5366f1
branches:  trunk
changeset: 773078:98b41a5366f1
user:      tsutsui <tsutsui%NetBSD.org@localhost>
date:      Fri Jan 27 15:07:41 2012 +0000

description:
Update comments for recent lcdctl changes.

diffstat:

 sys/arch/zaurus/dev/zlcd.c |  7 ++++---
 1 files changed, 4 insertions(+), 3 deletions(-)

diffs (25 lines):

diff -r f95867015707 -r 98b41a5366f1 sys/arch/zaurus/dev/zlcd.c
--- a/sys/arch/zaurus/dev/zlcd.c        Fri Jan 27 14:48:22 2012 +0000
+++ b/sys/arch/zaurus/dev/zlcd.c        Fri Jan 27 15:07:41 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: zlcd.c,v 1.16 2012/01/25 16:51:17 tsutsui Exp $        */
+/*     $NetBSD: zlcd.c,v 1.17 2012/01/27 15:07:41 tsutsui Exp $        */
 /*     $OpenBSD: zaurus_lcd.c,v 1.20 2006/06/02 20:50:14 miod Exp $    */
 /* NetBSD: lubbock_lcd.c,v 1.1 2003/08/09 19:38:53 bsh Exp */
 
@@ -38,12 +38,13 @@
  * integrated LCD controller.  Codes for it is arm/xscale/pxa2x0_lcd.c.
  *
  * Codes in this file provide platform specific things including:
- *   LCD on/off switch and backlight brightness
  *   LCD panel geometry
+ *
+ * LCD on/off switch and backlight brightness are done in lcdctl.c.
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: zlcd.c,v 1.16 2012/01/25 16:51:17 tsutsui Exp $");
+__KERNEL_RCSID(0, "$NetBSD: zlcd.c,v 1.17 2012/01/27 15:07:41 tsutsui Exp $");
 
 #include "lcdctl.h"
 



Home | Main Index | Thread Index | Old Index