CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/01/12 22:08:56
Modified files:
sys/scsi : scsi_base.c
Log message:
when checking an xs for errors, first check if the device the xs is for
is dying. if so, return ENXIO.
this should make detach of devices during scsi attaches less dangerous.
idea (and the first version of this diff) ok deraadt@
ok krw@
