Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/sys



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.




Home | Main Index | Thread Index | Old Index