1. 20 Oct, 2003 3 commits
    • Neil Brown's avatar
      [PATCH] md - Use sector rather than block numbers when splitting raid0 requests. · 24526e81
      Neil Brown authored
      When raid0 needs to split a request, it uses 'block' (1K) addresses
      rather than sector (512b) addresses, which causes problems if the sector
      address is odd.  This patch fixes the problem.
      
      Thanks to Andy Polyakov <appro@fy.chalmers.se>
      24526e81
    • Gerd Knorr's avatar
      [PATCH] Fix bttv BUG() at video-buf.c:378 · 34e5ad41
      Gerd Knorr authored
      As found by Herbert Xu: the last v4l update broke bttv.  videobuf_iolock
      was passed a vb that has just been filled with zeros. 
      
      Fixed like this.
      34e5ad41
    • Bartlomiej Zolnierkiewicz's avatar
      [PATCH] fix drivers/ide/pci/siimage.c for PROC_FS=n · bf4b83e5
      Bartlomiej Zolnierkiewicz authored
      From: "Noah J. Misch" <noah@caltech.edu>
      
      The Silicon Image driver is not building properly when CONFIG_PROC_FS is unset.
      This patch corrects that problem.  It appears as though several utility
      functions at the top of drivers/ide/pci/siimage.c that the driver always needs
      accidentally fell within an #ifdef CONFIG_PROC_FS.  I also removed an excess
      include while I noticed it.
      bf4b83e5
  2. 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
  3. 16 Oct, 2003 30 commits
  4. 17 Oct, 2003 3 commits