1. 17 2月, 2007 3 次提交
    • B
      ide: add ide_use_fast_pio() helper (v3) · 7569e8dc
      Bartlomiej Zolnierkiewicz 提交于
      * add ide_use_fast_pio() helper for use by host drivers
      
      * add DMA capability and hwif->autodma checks to ide_use_dma()
      
        - au1xxx-ide/it8213/it821x drivers didn't check for (id->capability & 1)
      
          [ for the IT8211/2 in SMART mode this check shouldn't be made but since
            in it821x_fixups() we set DMA bit explicitly:
      
                     if(strstr(id->model, "Integrated Technology Express")) {
                             /* In raid mode the ident block is slightly buggy
                                We need to set the bits so that the IDE layer knows
                                LBA28. LBA48 and DMA ar valid */
                             id->capability |= 3;            /* LBA28, DMA */
      
             we are better off using generic helper if we can ]
      
        - ide-cris driver didn't set ->autodma
      
          [ before the patch hwif->autodma was only checked in the chipset specific
            hwif->ide_dma_check implementations, for ide-cris it is cris_dma_check()
            function so there no behavior change here ]
      
      v2:
      * updated patch description (thanks to Alan Cox for the feedback)
      
      v3:
      * updated for scc_pata driver
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      7569e8dc
    • B
      pdc202xx_old: remove dead code · 572543d8
      Bartlomiej Zolnierkiewicz 提交于
      CONFIG_PDC202XX_MASTER config option doesn't exist
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      572543d8
    • S
      pdc202xx_old: fix PIO mode setup · fed21641
      Sergei Shtylyov 提交于
      Fix the driver's tuneproc() method to always set the PIO mode requested and not
      pick the best possible one, rename it to pdc202xx_tune_drive(), and change the
      calls to it accordingly; remove the preceding comment which has nothing to do
      with the code.
      
      Sergei Shtylyov wrote:
      >     The tuneproc() method should take arg 255 for auto-selecting the best PIO
      > mode, not 5 as it did here + this driver's method always auto-selected instead
      > of setting the mode it's been told to -- issue typical to drivers/ide/...
      Signed-off-by: NSergei Shtylyov <sshtylyov@ru.mvista.com>
      Signed-off-by: NBartlomiej Zolnierkiewicz <bzolnier@gmail.com>
      fed21641
  2. 08 2月, 2007 1 次提交
  3. 27 1月, 2007 1 次提交
  4. 03 10月, 2006 1 次提交
  5. 01 7月, 2006 1 次提交
  6. 29 6月, 2006 1 次提交
  7. 28 6月, 2006 1 次提交
  8. 27 6月, 2006 4 次提交
  9. 20 4月, 2006 1 次提交
  10. 04 2月, 2006 1 次提交
  11. 17 4月, 2005 1 次提交
    • L
      Linux-2.6.12-rc2 · 1da177e4
      Linus Torvalds 提交于
      Initial git repository build. I'm not bothering with the full history,
      even though we have it. We can create a separate "historical" git
      archive of that later if we want to, and in the meantime it's about
      3.2GB when imported into git - space that would just make the early
      git days unnecessarily complicated, when we don't have a lot of good
      infrastructure for it.
      
      Let it rip!
      1da177e4