1. 17 Oct, 2003 4 commits
    • Linus Torvalds's avatar
      Linux 2.6.0-test8 · 740ba8b9
      Linus Torvalds authored
      740ba8b9
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] remove "biostimings" boot options · bba47a5d
      Bartlomiej Zolnierkiewicz authored
      They were added by Torben to workaround ServerWorks driver problems
      (fixed by previous patch), but depending on BIOS can be dangerous on
      other chipsets and it is always better to fix specific driver.
      
      Removal of these options was acked by Torben.
      bba47a5d
    • 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 1 commit