• Jeff Garzik's avatar
    [libata sata_promise] update driver to use new ->qc_issue hook · 2b50a905
    Jeff Garzik authored
    The ->qc_issue hook was designed to allow drivers to override some
    or all of the actual delivery of the taskfile to hardware.
    
    In the case of Promise, the hardware has its own packet format when doing
    read/write DMA commands, but uses traditional ATA taskfile registers
    for other types of commands.
    2b50a905
sata_promise.c 16.9 KB