Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 266819 | Differences between
and this patch

Collapse All | Expand All

(-)a/common/lib/modules/fglrx/build_mod/kcl_pci.c (+5 lines)
Lines 310-312 Link Here
310
}
310
}
311
#endif //__x86_64__
311
#endif //__x86_64__
312
312
313
#undef pci_enable_msi
314
int pci_enable_msi(struct pci_dev *pdev)
315
{
316
return pci_enable_msi_block(pdev, 1);
317
}

Return to bug 266819