commit | 001aac257cf8adbe90cdcba6e07f8d12dfc8fa6b | [log] [tgz] |
---|---|---|
author | James Bottomley <James.Bottomley@SteelEye.com> | Sun Dec 02 19:10:40 2007 +0200 |
committer | James Bottomley <James.Bottomley@HansenPartnership.com> | Fri Jan 11 18:22:50 2008 -0600 |
tree | 0eb6294049245e05f47fdb76e3f878c78c015d88 | |
parent | 4a03d90e35bc5273d27301fa669d4b2103196f94 [diff] |
[SCSI] sd,sr: add early detection of medium not present The current scsi_test_unit_ready() is updated to return sense code information (in struct scsi_sense_hdr). The sd and sr drivers are changed to interpret the sense code return asc 0x3a as no media and adjust the device status accordingly. Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>