From: Brett M Russ <[email protected]> Previous INTx cleanup patch had a bug that was not caught. I found this last night during testing and can confirm that it is now 100% working. Signed-off-by: Brett Russ <[email protected]> Signed-off-by: Greg Kroah-Hartman <[email protected]> diff --git a/drivers/pci/pci.c b/drivers/pci/pci.c --- a/drivers/pci/pci.c +++ b/drivers/pci/pci.c @@ -819,7 +819,7 @@ pci_intx(struct pci_dev *pdev, int enabl } if (new != pci_command) { - pci_write_config_word(pdev, PCI_COMMAND, pci_command); + pci_write_config_word(pdev, PCI_COMMAND, new); } } - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/
- Follow-Ups:
- Re: [PATCH] PCI: PCI/libata INTx bug fix
- From: Jeff Garzik <[email protected]>
- Re: [PATCH] PCI: PCI/libata INTx bug fix
- References:
- [PATCH 2.6.12.3] PCI/libata INTx cleanup
- From: Brett Russ <[email protected]>
- Re: [PATCH 2.6.12.3] PCI/libata INTx cleanup
- From: Jeff Garzik <[email protected]>
- [PATCH 2.6.12.3] PCI/libata INTx cleanup
- From: Brett Russ <[email protected]>
- Re: [PATCH 2.6.12.3] PCI/libata INTx cleanup
- From: Greg KH <[email protected]>
- Re: [PATCH 2.6.12.3] PCI/libata INTx cleanup
- From: Jeff Garzik <[email protected]>
- [PATCH 2.6.13-rc6] PCI/libata INTx cleanup
- From: Brett Russ <[email protected]>
- Re: [PATCH 2.6.13-rc6] PCI/libata INTx cleanup
- From: Greg KH <[email protected]>
- [PATCH 2.6.13-rc6] PCI/libata INTx cleanup
- From: [email protected] (Brett M Russ)
- [PATCH 2.6.13] PCI/libata INTx bug fix
- From: [email protected] (Brett M Russ)
- [PATCH 2.6.12.3] PCI/libata INTx cleanup
- Prev by Date: Re: [patch 13/14] x86_64: Use common functions in cluster and physflat mode
- Next by Date: Re: [PATCH] PCI: PCI/libata INTx bug fix
- Previous by thread: Re: [PATCH 2.6.13] PCI/libata INTx bug fix
- Next by thread: Re: [PATCH] PCI: PCI/libata INTx bug fix
- Index(es):