• P
    libata: Support PIO polling-only hosts. · 3d46b2e2
    Paul Mundt 提交于
    By default ata_host_activate() expects a valid IRQ in order to
    successfully register the host. This patch enables a special case
    for registering polling-only hosts that either don't have IRQs
    or have buggy IRQ generation (either in terms of handling or
    sensing), which otherwise work fine.
    
    Hosts that want to use polling mode can simply set ATA_FLAG_PIO_POLLING
    and pass in an invalid IRQ.
    Signed-off-by: NPaul Mundt <lethal@linux-sh.org>
    Signed-off-by: NJeff Garzik <jeff@garzik.org>
    3d46b2e2
libata-core.c 191.9 KB