• Andrew Morton's avatar
    [PATCH] IDE MMIO fix · 90c6dd77
    Andrew Morton authored
    From: Alan Cox <alan@redhat.com>
    
    IDE core code had the mmio==2 (ioremap) mode supported but two small changes
    had been missed for ide-dma.c.  Without this fix mmio IDE controllers bomb if
    you have plenty of memory as it uses request_mem_region on an ioremap return.
    90c6dd77
ide-dma.c 30.3 KB