Subject: CVS commit: src/sys/dev/sysmon
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 08/30/2007 23:44:32
Module Name:	src
Committed By:	xtraeme
Date:		Thu Aug 30 23:44:32 UTC 2007

Modified Files:
	src/sys/dev/sysmon: sysmon_envsys.c sysmon_envsys_events.c
	    sysmon_envsysvar.h

Log Message:
More misc changes for sysmon_envsys(9):

- Add the SLIST for sensor descriptions and sme_uniqsensors into the
  struct sysmon_envsys (it's per device now).
- Use only one common struct with three members for the static tables
  (there's no need to have different structs just for them).
- While initializing/destroying the events framework, use the
  strategy specified by Andrew Doran in:
  http://mail-index.netbsd.org/tech-kern/2007/06/21/0025.html).


To generate a diff of this commit:
cvs rdiff -r1.48 -r1.49 src/sys/dev/sysmon/sysmon_envsys.c
cvs rdiff -r1.20 -r1.21 src/sys/dev/sysmon/sysmon_envsys_events.c
cvs rdiff -r1.13 -r1.14 src/sys/dev/sysmon/sysmon_envsysvar.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.