Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/dev/sysmon The sensor limit values were moved out of the...
details: https://anonhg.NetBSD.org/src/rev/d5835e57592e
branches: trunk
changeset: 783297:d5835e57592e
user: pgoyette <pgoyette%NetBSD.org@localhost>
date: Fri Dec 14 03:31:10 2012 +0000
description:
The sensor limit values were moved out of the event structure and into the
per-sensor structure a long time ago. Garbage collect the old structure
member which is now unused.
diffstat:
sys/dev/sysmon/sysmon_envsysvar.h | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diffs (17 lines):
diff -r 809aa66e427d -r d5835e57592e sys/dev/sysmon/sysmon_envsysvar.h
--- a/sys/dev/sysmon/sysmon_envsysvar.h Thu Dec 13 21:51:52 2012 +0000
+++ b/sys/dev/sysmon/sysmon_envsysvar.h Fri Dec 14 03:31:10 2012 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: sysmon_envsysvar.h,v 1.45 2012/09/06 12:59:00 macallan Exp $ */
+/* $NetBSD: sysmon_envsysvar.h,v 1.46 2012/12/14 03:31:10 pgoyette Exp $ */
/*-
* Copyright (c) 2007, 2008 Juan Romero Pardines.
@@ -78,7 +78,6 @@
struct sysmon_envsys *see_sme; /* device associated */
struct penvsys_state see_pes; /* our power envsys */
envsys_data_t *see_edata; /* our sensor data */
- sysmon_envsys_lim_t see_lims; /* limit values */
int see_type; /* type of the event */
int see_evstate; /* state of prev event */
int see_evvalue; /* value of prev event */
Home |
Main Index |
Thread Index |
Old Index