summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
Diffstat (limited to 'sys')
-rw-r--r--sys/arch/i386/i386/esm.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/i386/i386/esm.c b/sys/arch/i386/i386/esm.c
index 04dd74ba0e6..e8a6dba2dd7 100644
--- a/sys/arch/i386/i386/esm.c
+++ b/sys/arch/i386/i386/esm.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: esm.c,v 1.17 2005/11/28 20:27:43 jordan Exp $ */
+/* $OpenBSD: esm.c,v 1.18 2005/11/28 20:37:16 jordan Exp $ */
/*
* Copyright (c) 2005 Jordan Hargrave <jordan@openbsd.org>
@@ -360,7 +360,7 @@ esm_get_devmap(struct esm_softc *sc, int dev, struct esm_devmap *devmap)
}
struct esm_sensor_map esm_sensors_esm2[] = {
- { ESM_S_UNKNOWN, 0, "Motherbobrd" },
+ { ESM_S_UNKNOWN, 0, "Motherboard" },
{ ESM_S_TEMP, 0, "CPU 1" },
{ ESM_S_TEMP, 0, "CPU 2" },
{ ESM_S_TEMP, 0, "CPU 3" },
@@ -463,7 +463,7 @@ struct esm_sensor_map esm_sensors_backplane[] = {
};
struct esm_sensor_map esm_sensors_powerunit[] = {
- { SENSOR_INTEGER, 0, "Power Unit" },
+ { ESM_S_UNKNOWN, 0, "Power Unit" },
{ ESM_S_VOLTS, ESM_A_PWRSUP_1, "Power Supply 1 +5V" },
{ ESM_S_VOLTS, ESM_A_PWRSUP_1, "Power Supply 1 +12V" },
{ ESM_S_VOLTS, ESM_A_PWRSUP_1, "Power Supply 1 +3.3V" },