K 10 svn:author V 3 jhb K 8 svn:date V 27 2014-11-18T22:02:37.825439Z K 7 svn:log V 300 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 END