01 Nov, 2011

1 commit


19 Jan, 2010

5 commits


16 Jun, 2009

2 commits

  • * Add 'unsigned long port_flags' field to ide_hwif_t.

    * Add IDE_PFLAG_PROBING port flag and keep it set during probing.

    * Fix ide_pio_need_iordy() to not enable IORDY at a probe time
    (IORDY may lead to controller lock up on certain controllers
    if the port is not occupied).

    Loosely based on the recent libata's fix by Tejun, thanks to Alan
    for the hint that IDE may also need it.

    Signed-off-by: Bartlomiej Zolnierkiewicz

    Bartlomiej Zolnierkiewicz
     
  • Add ide_pio_need_iordy() helper and convert host drivers to use it.

    This fixes it8172, it8213, pdc202xx_old, piix, slc90e66 and siimage
    host drivers to handle IORDY correctly.

    Signed-off-by: Bartlomiej Zolnierkiewicz

    Bartlomiej Zolnierkiewicz
     

01 Apr, 2009

1 commit

  • Add support for the CompactFlash specific PIO modes 5/6 and MWDMA modes 3/4.

    Since there were no PIO5 capable hard drives produced and one would also need
    66 MHz IDE clock to actually get the difference WRT the address setup timings
    programmed, I decided to simply replace the old non-standard PIO mode 5 timings
    with the CFA specified ones.

    Signed-off-by: Sergei Shtylyov
    Cc: stf_xl@wp.pl
    Signed-off-by: Bartlomiej Zolnierkiewicz

    Sergei Shtylyov
     

25 Mar, 2009

1 commit

  • * Move xfer mode tuning code to ide-xfer-mode.c.

    * Add CONFIG_IDE_XFER_MODE config option to be selected by host drivers
    that support xfer mode tuning.

    * Add CONFIG_IDE_XFER_MODE=n static inline versions of ide_set_pio()
    and ide_set_xfer_rate().

    * Make IDE_TIMINGS and BLK_DEV_IDEDMA config options select IDE_XFER_MODE,
    also add explicit selects for few host drivers that need it.

    * Build/link ide-xfer-mode.o and ide-pio-blacklist.o (it is needed only
    by ide-xfer-mode.o) only if CONFIG_IDE_XFER_MODE=y.

    Signed-off-by: Bartlomiej Zolnierkiewicz

    Bartlomiej Zolnierkiewicz