From fde272a8f6bdd419c31b5dc3ec13e0e93e579535 Mon Sep 17 00:00:00 2001 From: David Gwynne Date: Fri, 10 Feb 2006 04:26:15 +0000 Subject: i got some labels in the system power supply bits mixed up --- sys/arch/i386/i386/esm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'sys/arch') 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 @@ -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" }, -- cgit v1.2.3