1. 21 5月, 2005 1 次提交
  2. 07 5月, 2005 1 次提交
  3. 06 5月, 2005 3 次提交
  4. 04 5月, 2005 1 次提交
  5. 02 5月, 2005 1 次提交
  6. 01 5月, 2005 2 次提交
  7. 27 4月, 2005 1 次提交
  8. 26 4月, 2005 2 次提交
  9. 25 4月, 2005 2 次提交
  10. 22 4月, 2005 3 次提交
  11. 21 4月, 2005 1 次提交
  12. 19 4月, 2005 19 次提交
  13. 17 4月, 2005 3 次提交
    • scsi: add DID_REQUEUE to the error handling · 686579d9
      提交于
      We have a DID_IMM_RETRY to require a retry at once, but we could do with
      a DID_REQUEUE to instruct the mid-layer to treat this command in the
      same manner as QUEUE_FULL or BUSY (i.e. halt the submission until
      another command returns ... or the queue pressure builds if there are no
      outstanding commands).
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      686579d9
    • [PATCH] kill old EH constants · 0db7157c
      提交于
      Fix up two drivers that incorrectly were using the old return values for
      their new-style EH methods and kill off scsi_obsolete.h that defined the
      constants.  The initio driver has all these constansts defined locally
      and uses them internally, I'll fix that up some time later.
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      0db7157c
    • [PATCH] scsi: remove meaningless scsi_cmnd->serial_number_at_timeout field · 84011ae8
      提交于
      scsi_cmnd->serial_number_at_timeout doesn't serve any purpose
      anymore.  All serial_number == serial_number_at_timeout tests
      are always true in abort callbacks.  Kill the field.  Also, as
      ->pid always equals ->serial_number and ->serial_number
      doesn't have any special meaning anymore, update comments
      above ->serial_number accordingly.  Once we remove all uses of
      this field from all lldd's, this field should go.
      Signed-off-by: NTejun Heo <htejun@gmail.com>
      Signed-off-by: NJames Bottomley <James.Bottomley@SteelEye.com>
      84011ae8