Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/arch/hpc/hpc change BATTERY event order.
details: https://anonhg.NetBSD.org/src/rev/e14694c0e868
branches: trunk
changeset: 512917:e14694c0e868
user: sato <sato%NetBSD.org@localhost>
date: Thu Jul 19 11:38:01 2001 +0000
description:
change BATTERY event order.
diffstat:
sys/arch/hpc/hpc/config_hook.h | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (20 lines):
diff -r 9e6ed8dbc96e -r e14694c0e868 sys/arch/hpc/hpc/config_hook.h
--- a/sys/arch/hpc/hpc/config_hook.h Thu Jul 19 11:36:07 2001 +0000
+++ b/sys/arch/hpc/hpc/config_hook.h Thu Jul 19 11:38:01 2001 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: config_hook.h,v 1.2 2001/07/19 11:36:07 sato Exp $ */
+/* $NetBSD: config_hook.h,v 1.3 2001/07/19 11:38:01 sato Exp $ */
/*-
* Copyright (c) 1999-2001
@@ -297,8 +297,8 @@
#define CONFIG_HOOK_BATT_10P 1
#define CONFIG_HOOK_BATT_20P 2
#define CONFIG_HOOK_BATT_30P 3
-#define CONFIG_HOOK_BATT_40P 4
-#define CONFIG_HOOK_BATT_LOW 5
+#define CONFIG_HOOK_BATT_LOW 4
+#define CONFIG_HOOK_BATT_40P 5
#define CONFIG_HOOK_BATT_50P 6
#define CONFIG_HOOK_BATT_60P 7
#define CONFIG_HOOK_BATT_70P 8
Home |
Main Index |
Thread Index |
Old Index