CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/04/12 03:51:48
Modified files:
sys/scsi : cd.c scsi_base.c sd.c ss.c ss_mustek.c
ss_scanjet.c st.c
Log message:
i snuck fine grained locking into the midlayer as part of all the
other stuff ive been doing in here. everything that needs protection
inside the midlayer and the scsi device drivers (sd, cd, etc) uses
mutexes now.
this pushes splbio out of the midlayer. splbio is only taken before
biodone is called now.
ok beck@ marco@ krw@ dera...@. theyre all terrified, but they all
say if we're going to do then now is the right stage of the dev
cycle.