Subject: CVS commit: src/sys/lkm/misc/envsys2
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 07/22/2007 18:24:48
Module Name: src
Committed By: xtraeme
Date: Sun Jul 22 18:24:48 UTC 2007
Modified Files:
src/sys/lkm/misc/envsys2: lkminit_envsys2.c
Log Message:
Update to catch some problems that I just fixed in the framework. The
following test cases were fixed if a driver tries to register a driver
with sysmon_envsys_register() and the following items appear:
- Sensor with empty description.
- Sensor with state that doesn't match any of ENVSYS_SFOO.
- Sensor with units type that doesn't match any of ENVSYS_FOO.
To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/sys/lkm/misc/envsys2/lkminit_envsys2.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.