Subject: CVS commit: src/sys/sys
To: None <source-changes@NetBSD.org>
From: Jaromir Dolecek <jdolecek@netbsd.org>
List: source-changes
Date: 09/06/2003 13:13:00
Module Name:	src
Committed By:	jdolecek
Date:		Sat Sep  6 13:13:00 UTC 2003

Modified Files:
	src/sys/sys: lkm.h

Log Message:
when loading LKM, call the 'load' entry point _after_ general setup
done by lkmdispatch(), not before - this is what all existing LKMs using
'load' entry point want, and allows those LKMs to just use DISPATCH() instead
of custom code

LKM_VERSION not bumped, another LKM change is going in soon


To generate a diff of this commit:
cvs rdiff -r1.28 -r1.29 src/sys/sys/lkm.h

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