aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/sfc/mcdi_mon.c
diff options
context:
space:
mode:
authorBen Hutchings <bhutchings@solarflare.com>2013-12-04 15:17:28 -0500
committerBen Hutchings <bhutchings@solarflare.com>2013-12-12 17:06:54 -0500
commit8d13a377b8c2bc20a349b98443bb7e7c5970e991 (patch)
tree35e9f2277bdfea2e8072478e974f2a5ddc679f56 /drivers/net/ethernet/sfc/mcdi_mon.c
parent0cf7a455d4fed61549098fa8cce37462185c1bf8 (diff)
sfc: Add new sensor names
Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'drivers/net/ethernet/sfc/mcdi_mon.c')
-rw-r--r--drivers/net/ethernet/sfc/mcdi_mon.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/net/ethernet/sfc/mcdi_mon.c b/drivers/net/ethernet/sfc/mcdi_mon.c
index 2891b409d263..bc27d5b580f5 100644
--- a/drivers/net/ethernet/sfc/mcdi_mon.c
+++ b/drivers/net/ethernet/sfc/mcdi_mon.c
@@ -89,6 +89,9 @@ static const struct {
89 "Controller die temp. (ext. ADC)", TEMP, -1), 89 "Controller die temp. (ext. ADC)", TEMP, -1),
90 SENSOR(AMBIENT_TEMP, "Ambient temp.", TEMP, -1), 90 SENSOR(AMBIENT_TEMP, "Ambient temp.", TEMP, -1),
91 SENSOR(AIRFLOW, "Air flow raw", IN, -1), 91 SENSOR(AIRFLOW, "Air flow raw", IN, -1),
92 SENSOR(VDD08D_VSS08D_CSR, "0.9V die (int. ADC)", IN, -1),
93 SENSOR(VDD08D_VSS08D_CSR_EXTADC, "0.9V die (ext. ADC)", IN, -1),
94 SENSOR(HOTPOINT_TEMP, "Controller board temp. (hotpoint)", TEMP, -1),
92#undef SENSOR 95#undef SENSOR
93}; 96};
94 97