1. 17 Oct, 2003 2 commits
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] fix ServerWorks PIO auto-tuning · 2ede979b
      Bartlomiej Zolnierkiewicz authored
      If PIO mode should be auto-tuned xferspeed argument for svwks_tune_chipset()
      is equal to 255 (0xFF).  It is then passed to ide_rate_filter() which matches
      desired mode with chipset capabilities.  Since 255 is greater than any of the
      values used for transfer modes, ide_rate_filter() will always return the
      highest mode supported by both device/chipset (which sometimes should not be
      used ie. when host is a simplex one) and the wrong mode will be set.
      
      Thanks to Torben Mathiasen and Tomas Szepe for testing it.
      2ede979b
    • Jens Axboe's avatar
      [PATCH] fix ide-floppy IOMEGA logic · 6d4289d1
      Jens Axboe authored
      The original change turned out to be too restrictive, it catches devices
      that don't need the work around.
      
      This fixes that, thanks to Bart for informing me of the screwup.
      6d4289d1
  2. 16 Oct, 2003 30 commits
  3. 17 Oct, 2003 5 commits
  4. 16 Oct, 2003 3 commits