Subject: CVS commit: src
To: None <source-changes@NetBSD.org>
From: Juan Romero Pardines <xtraeme@netbsd.org>
List: source-changes
Date: 12/07/2007 11:47:50
Module Name:	src
Committed By:	xtraeme
Date:		Fri Dec  7 11:47:50 UTC 2007

Modified Files:
	src/share/man/man9: sysmon_envsys.9
	src/sys/dev/sysmon: sysmon_envsys_tables.c
	src/sys/sys: envsys.h

Log Message:
Add ENVSYS_DRIVE_MIGRATING for ENVSYS_DRIVE sensors, this is for RAID
volumes that are migrating such as when you change the stripe size.

While I'm here use the same string than we had in the old framework to
report status "online" vs "drive is online", because the sensor might be
a RAID volume and not just a drive.


To generate a diff of this commit:
cvs rdiff -r1.16 -r1.17 src/share/man/man9/sysmon_envsys.9
cvs rdiff -r1.3 -r1.4 src/sys/dev/sysmon/sysmon_envsys_tables.c
cvs rdiff -r1.19 -r1.20 src/sys/sys/envsys.h

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