The patch titled cpqarray: enable bus mastering has been removed from the -mm tree. Its filename was cpqarray-enable-bus-mastering.patch This patch was dropped because it was merged into mainline or a subsystem tree The current -mm tree may be found at http://userweb.kernel.org/~akpm/mmotm/ ------------------------------------------------------ Subject: cpqarray: enable bus mastering From: Dave Jones <davej@xxxxxxxxxx> We've been carrying this patch for the last 3 years in Fedora, long past time we got it upstream... Call pci_set_master to enable bus-mastering if the BIOS hasn't done it already. Signed-off-by: Kyle McMartin <kyle@xxxxxxxxxx> Signed-off-by: Dave Jones <davej@xxxxxxxxxx> Cc: Mike Miller <mike.miller@xxxxxx> Cc: Jens Axboe <jens.axboe@xxxxxxxxxx> Signed-off-by: Andrew Morton <akpm@xxxxxxxxxxxxxxxxxxxx> --- drivers/block/cpqarray.c | 1 + 1 file changed, 1 insertion(+) diff -puN drivers/block/cpqarray.c~cpqarray-enable-bus-mastering drivers/block/cpqarray.c --- a/drivers/block/cpqarray.c~cpqarray-enable-bus-mastering +++ a/drivers/block/cpqarray.c @@ -617,6 +617,7 @@ static int cpqarray_pci_init(ctlr_info_t int i; c->pci_dev = pdev; + pci_set_master(pdev); if (pci_enable_device(pdev)) { printk(KERN_ERR "cpqarray: Unable to Enable PCI device\n"); return -1; _ Patches currently in -mm which might be from davej@xxxxxxxxxx are origin.patch -- To unsubscribe from this list: send the line "unsubscribe mm-commits" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html