CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/30 23:11:18
Modified files:
sys/scsi : cd.c ch.c scsi_base.c scsiconf.c scsiconf.h
sd.c ss.c ss_mustek.c ss_scanjet.c st.c uk.c
Log message:
Die struct scsi_device! Die! Instead, save a pointer to the routine
to interpret sense errors. This is initialized to the basic
interpretation routine, and specific scsi drivers (sd/st/cd) can
replace this with their own. While here kill EJUSTRETURN dance and
make more specialized interpretation routines directly call the
basic routine if desired.
Fixes by matthew@ to my first diff. Most original work by d...@.
ok matthew@ marco@ dlg@