Module Name: src Committed By: isaki Date: Sat Feb 22 08:15:09 UTC 2020
Modified Files:
src/sys/dev/audio: audio.c
src/sys/dev/pad: pad.c
Log Message:
Make calling get_props() lockless.
get_props() of all MD drivers now can be called without sc_lock.
To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.52 src/sys/dev/audio/audio.c
cvs rdiff -u -r1.63 -r1.64 src/sys/dev/pad/pad.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
