Module Name: src Committed By: pgoyette Date: Sat Jul 16 02:13:08 UTC 2016
Modified Files: src/sys/kern [pgoyette-localcount]: subr_autoconf.c src/sys/sys [pgoyette-localcount]: device.h Log Message: Initial set of changes for subr_autoconf usage of localcount mechanism. Nothing actually uses this yet - all callers of device_lookup() need conversion to device_lookup_acquire()/device_release(). This also means that callers of device_lookup_private() need to be modified to call device_release() when finished accessing the softc. XXX Perhaps device_lookup_private() should be removed, and all callers XXX modified to use device_lookup_acquire()/.../device_release()? To generate a diff of this commit: cvs rdiff -u -r1.246 -r1.246.2.1 src/sys/kern/subr_autoconf.c cvs rdiff -u -r1.149 -r1.149.2.1 src/sys/sys/device.h Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.