• Adam Belay's avatar
    [PNP] remove DMA 0 restrictions · 29ffe2ad
    Adam Belay authored
    The original argument for blocking DMA 0 was to avoid conflicts with
    "memory refresh"  but such configurations are only found on very old
    8-bit systems that are likely not supported by the linux kernel. 
    This patch allows dma 0 to be assigned to PnP devices by default.  If
    for whatever reason dma 0 cannot be used, one can avoid allocating it
    by setting the pnp_reserve_dma= kernel parameter.
    29ffe2ad
quirks.c 3.72 KB