Source-Changes-HG archive

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

[src/trunk]: src/sys/arch/hpcsh/dev Correct the comment about lid state bit.



details:   https://anonhg.NetBSD.org/src/rev/316360e0cc98
branches:  trunk
changeset: 580437:316360e0cc98
user:      uwe <uwe%NetBSD.org@localhost>
date:      Sun Apr 24 00:49:54 2005 +0000

description:
Correct the comment about lid state bit.

diffstat:

 sys/arch/hpcsh/dev/j6x0pwr.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r 9c486d9a0468 -r 316360e0cc98 sys/arch/hpcsh/dev/j6x0pwr.c
--- a/sys/arch/hpcsh/dev/j6x0pwr.c      Sun Apr 24 00:15:02 2005 +0000
+++ b/sys/arch/hpcsh/dev/j6x0pwr.c      Sun Apr 24 00:49:54 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: j6x0pwr.c,v 1.5 2004/07/04 23:19:36 uwe Exp $ */
+/*     $NetBSD: j6x0pwr.c,v 1.6 2005/04/24 00:49:54 uwe Exp $ */
 
 /*
  * Copyright (c) 2003 Valeriy E. Ushakov
@@ -28,7 +28,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: j6x0pwr.c,v 1.5 2004/07/04 23:19:36 uwe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: j6x0pwr.c,v 1.6 2005/04/24 00:49:54 uwe Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -131,7 +131,7 @@
 
 /*
  * Triggered when the On/Off button is pressed or the lid is closed.
- * The state of the lid is reflected in the bit PGDR[2].
+ * The state of the lid is reflected in the bit PGDR[0].
  * Closing the lid can trigger several consecutive interrupts.
  *
  * XXX: Since we don't put the machine to sleep, I have no idea how



Home | Main Index | Thread Index | Old Index