Messages in this thread |  | | | Date | Wed, 8 Jun 2005 15:37:32 +0200 | | From | Andi Kleen <> | | Subject | Re: [RFC PATCH] PCI: remove access to pci_[enable|disable]_msi() for drivers |
| |
> The issue is, if pci_enable_msix() fails, we want to fall back to MSI, > so you need to call pci_enable_msi() for that (after calling > pci_disable_msi() before calling pci_enable_msix(), what a mess...)
It is messy in that case, but still preferable to having MSI code in every driver. I suppose most devices will not use MSI-X for some time...
-Andi - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
|  |