summaryrefslogtreecommitdiff
path: root/sys/arch
diff options
context:
space:
mode:
authorDavid Gwynne <dlg@cvs.openbsd.org>2006-02-10 04:26:15 +0000
committerDavid Gwynne <dlg@cvs.openbsd.org>2006-02-10 04:26:15 +0000
commitfde272a8f6bdd419c31b5dc3ec13e0e93e579535 (patch)
tree9030e561aa817ee4c383e865110545e9f40cf18c /sys/arch
parent6127b7e571fb6532c7e05f41d532f695494a4560 (diff)
i got some labels in the system power supply bits mixed up
Diffstat (limited to 'sys/arch')
-rw-r--r--sys/arch/i386/i386/esm.c4
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" },