diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2009-09-25 04:38:41 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2009-09-25 04:38:41 +0000 |
commit | 83515c8bdc1cdbecc3b0919f0bfa6819a3327be9 (patch) | |
tree | 10e24b514c33c521722bde501d2bec4e8fa195ba /sys/arch/alpha | |
parent | 470b6e106065628c6edfbc888a9bb58438046983 (diff) |
Fix the value of one voltage sensor in ev6 environmental machine checks.
Diffstat (limited to 'sys/arch/alpha')
-rw-r--r-- | sys/arch/alpha/include/logout.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/alpha/include/logout.h b/sys/arch/alpha/include/logout.h index 0baa6e42e85..eea5ec920c9 100644 --- a/sys/arch/alpha/include/logout.h +++ b/sys/arch/alpha/include/logout.h @@ -1,4 +1,4 @@ -/* $OpenBSD: logout.h,v 1.2 2009/01/17 18:30:08 miod Exp $ */ +/* $OpenBSD: logout.h,v 1.3 2009/09/25 04:38:40 miod Exp $ */ /* $NetBSD: logout.h,v 1.6 2005/12/11 12:16:16 christos Exp $ */ /* @@ -434,7 +434,7 @@ typedef struct { #define EV6_ENV_LM78_CPU1_VCORE_OOT 0x0000000000040000 #define EV6_ENV_LM78_CPU0_VIO_OOT 0x0000000000020000 #define EV6_ENV_LM78_CPU0_VCORE_OOT 0x0000000000010000 -#define EV6_ENV_LM78_PSU_MINUS12V_OOT 0x0000000000000800 +#define EV6_ENV_LM78_PSU_MINUS12V_OOT 0x0000000000000400 #define EV6_ENV_LM78_CTERM_OOT 0x0000000000000100 #define EV6_ENV_LM78_FAN2_FAILURE 0x0000000000000080 #define EV6_ENV_LM78_FAN1_FAILURE 0x0000000000000040 |