1. 17 Jun, 2003 2 commits
    • Heiko Carstens's avatar
      [PATCH] sd.c: set data direction to SCSI_DATA_NONE for START_STOP · 39ee5201
      Heiko Carstens authored
      while trying to access a disk drive via an FCP bridge we got an FCP_RSP IU
      with the RSP_CODE field set to "FCP_CMND Fields Invalid". This happened
      after sending a START_STOP command to the device. Reason for this was that
      the FCP_CMND IU incorrectly had the RDDATA field set to one, because of a
      bug in sd_spinup_disk(). There the data direction for START_STOP is set
      to SCSI_DATA_READ instead of SCSI_DATA_NONE.
      Please apply the patch below.
      
      Thanks,
      Heiko
      39ee5201
    • Mike Christie's avatar
      [PATCH] fixes compile error in inia100.c · 7cc987b7
      Mike Christie authored
      The attached patch fixes the compile errors in inia100.c described in
      Bugzilla bug #345 at http://bugme.osdl.org/show_bug.cgi?id=345. It was
      built against 2.5.71. I do not have the hardware, so I have only
      verified that it compiles correctly.
      7cc987b7
  2. 16 Jun, 2003 22 commits
  3. 15 Jun, 2003 16 commits