Module Name: src Committed By: mlelstv Date: Mon Nov 28 08:42:20 UTC 2016
Modified Files: src/sys/dev: dksubr.c src/sys/sys: disk.h param.h Log Message: Extend dkdriver interface with a d_firstopen function. This is called by dk_open() for the first opener and mirrors the use of the d_lastclose callback. Bump kernel version for the interface change. To generate a diff of this commit: cvs rdiff -u -r1.91 -r1.92 src/sys/dev/dksubr.c cvs rdiff -u -r1.67 -r1.68 src/sys/sys/disk.h cvs rdiff -u -r1.509 -r1.510 src/sys/sys/param.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.