• Bartlomiej Zolnierkiewicz's avatar
    [PATCH] fix duplication of DMA {black,white}list in icside.c · 2724a14b
    Bartlomiej Zolnierkiewicz authored
    Always compile ide-dma.c if CONFIG_BLK_DEV_IDEDMA=y, mark PCI specific code
    with CONFIG_BLK_DEV_IDEDMA_PCI for now (it should migrate to ide_pcidma.c
    over a time).  This fixes a small bug - in_drive_list() from icside.c used
    !strstr() instead of strstr() so it was missing two entries from a blacklist.
    2724a14b
icside.c 21.9 KB