Module Name: src Committed By: pgoyette Date: Fri Apr 28 02:36:10 UTC 2017
Modified Files: src/sys/kern [prg-localcount2]: subr_devsw.c Log Message: No need to panic if a modular driver doesn't include the required localcount members in the {b,c}devsw. Just log a console message and return EINVAL to signal failure. To generate a diff of this commit: cvs rdiff -u -r1.37.2.1 -r1.37.2.2 src/sys/kern/subr_devsw.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.