1. 10 Jul, 2004 2 commits
  2. 09 Jul, 2004 2 commits
  3. 07 Jul, 2004 3 commits
    • Jeff Garzik's avatar
      [libata] update IDENTIFY DEVICE path to use ata_queued_cmd · 5158abe2
      Jeff Garzik authored
      rather than hand-rolling our own taskfile call (which won't work at
      all on newer SATA controllers).
      
      Individual changes:
      * use ata_qc_issue to issue identify-device command
      * implement MMIO path for PIO data xfer
      * implement PIO error handling path
      5158abe2
    • Jeff Garzik's avatar
      Merge pobox.com:/spare/repo/libata-2.6 · e8741923
      Jeff Garzik authored
      into pobox.com:/spare/repo/sata-hacks/qc-xfermode
      e8741923
    • Jeff Garzik's avatar
      [libata] pio/dma flag bug fix, and cleanup · 50035625
      Jeff Garzik authored
      In the transfer-mode cleanup recently, the code that set flag
      ATA_DFLAG_PIO disappeared.  Resurrect it.
      
      Remove ATA_QCFLAG_DMA, it isn't needed.
      
      Always set polling in the ->qc_issue function, rather than force
      the user to do it when setting up an ata_queued_cmd.  This gives
      maximum flexibility to the driver, letting the driver choose
      whether or not to poll.
      50035625
  4. 06 Jul, 2004 2 commits
  5. 05 Jul, 2004 2 commits
  6. 06 Jul, 2004 3 commits
  7. 05 Jul, 2004 26 commits