Subject: CVS commit: syssrc/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/24/2002 19:33:45
Module Name:	syssrc
Committed By:	thorpej
Date:		Sun Nov 24 17:33:44 UTC 2002

Modified Files:
	syssrc/sys/kern: init_main.c subr_autoconf.c
	syssrc/sys/sys: device.h

Log Message:
Add an EVCNT_ATTACH_STATIC() macro which gathers static evcnts
into a link set, which are added to the list of event counters
at boot time.


To generate a diff of this commit:
cvs rdiff -r1.211 -r1.212 syssrc/sys/kern/init_main.c
cvs rdiff -r1.78 -r1.79 syssrc/sys/kern/subr_autoconf.c
cvs rdiff -r1.63 -r1.64 syssrc/sys/sys/device.h

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