Searched hist:274679 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/sys/dev/scd/
H A Dscd.cdiff 274679 Tue Nov 18 20:16:22 MST 2014 jhb Add locking to scd(4) and mark MPSAFE.
- Actually use existing per-softc mutex.
- Use mutex in cdev routines and remove D_NEEDGIANT.
- Use callout(9) instead of timeout(9).
- Don't check for impossible conditions (e.g. SCDINIT being clear).
- Use bus_*() instead of bus_space_*().

Tested by: no one

Completed in 114 milliseconds