On Thu, Nov 18, 2010 at 03:47:14PM +0100, Hannes Reinecke wrote: > > The SCSI spec has a quite detailed list of sense codes available. > It even mandates the use of specific ones for some failure cases. > The current implementation just has one type of 'generic' error > which is actually a violation of the spec in certain cases. > This patch introduces various predefined sense codes to have the > sense code reporting more in line with the spec.
Looks good.