Subject: CVS commit: syssrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 06/23/2000 17:37:21
Module Name:	syssrc
Committed By:	thorpej
Date:		Sat Jun 24 00:37:21 UTC 2000

Modified Files:
	syssrc/sys/arch/i386/pnpbios: lm_pnpbios.c
	syssrc/sys/conf: files
	syssrc/sys/dev/ic: nslm7x.c nslm7xvar.h
	syssrc/sys/dev/isa: lm_isa.c
	syssrc/sys/dev/pci: files.pci viaenv.c
Added Files:
	syssrc/sys/dev/sysmon: sysmon.c sysmonvar.h

Log Message:
Add a clearing-house pseudo-device for system monitoring devices
such as the LM78 and VT82C686A (and eventually ACPI).  Multiple
sensor devices can be hooked registered with `sysmon', and eventually
sysmon will also handle hardware (and software) watchdog timers.

Convert the `lm' and `viaenv' drivers to the new interface.


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 syssrc/sys/arch/i386/pnpbios/lm_pnpbios.c
cvs rdiff -r1.374 -r1.375 syssrc/sys/conf/files
cvs rdiff -r1.3 -r1.4 syssrc/sys/dev/ic/nslm7x.c
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/ic/nslm7xvar.h
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/isa/lm_isa.c
cvs rdiff -r1.96 -r1.97 syssrc/sys/dev/pci/files.pci
cvs rdiff -r1.2 -r1.3 syssrc/sys/dev/pci/viaenv.c
cvs rdiff -r0 -r1.1 syssrc/sys/dev/sysmon/sysmon.c \
    syssrc/sys/dev/sysmon/sysmonvar.h

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