diff options
-rw-r--r-- | sys/arch/i386/i386/esm.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/arch/i386/i386/esm.c b/sys/arch/i386/i386/esm.c index d60c87bc6ae..ee045110f7e 100644 --- a/sys/arch/i386/i386/esm.c +++ b/sys/arch/i386/i386/esm.c @@ -1,4 +1,4 @@ -/* $OpenBSD: esm.c,v 1.36 2006/02/10 04:20:04 dlg Exp $ */ +/* $OpenBSD: esm.c,v 1.37 2006/02/10 04:26:14 dlg Exp $ */ /* * Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org> @@ -632,8 +632,8 @@ struct esm_sensor_map esm_sensors_powerunit[] = { { ESM_S_VOLTS, ESM_A_VOLTx10, "Power Supply 3 -12V" }, { ESM_S_VOLTS, ESM_A_VOLTx10, "System Power Supply +5V" }, - { ESM_S_VOLTS, ESM_A_VOLTx10, "System Power Supply +3.3V" }, { ESM_S_VOLTS, ESM_A_VOLTx10, "System Power Supply +12V" }, + { ESM_S_VOLTS, ESM_A_VOLTx10, "System Power Supply +3.3V" }, { ESM_S_VOLTS, ESM_A_VOLTx10, "System Power Supply -5V" }, { ESM_S_VOLTS, ESM_A_VOLTx10, "System Power Supply -12V" }, |