Re: [PATCH] forcedeth msi bugfix

2007-10-17 Thread Yinghai Lu
On 10/17/07, Manfred Spraul <[EMAIL PROTECTED]> wrote: > pci_enable_msi() replaces the INTx irq number in pci_dev->irq with the > new MSI irq number. > The forcedeth driver did not update the copy in netdevice->irq and > parts of the driver used the stale copy. > See bugzilla.kernel.org, bug 9047.

Re: [PATCH] forcedeth msi bugfix

2007-10-17 Thread Jeff Garzik
Manfred Spraul wrote: pci_enable_msi() replaces the INTx irq number in pci_dev->irq with the new MSI irq number. The forcedeth driver did not update the copy in netdevice->irq and parts of the driver used the stale copy. See bugzilla.kernel.org, bug 9047. The patch - updates netdevice->irq - rep

[PATCH] forcedeth msi bugfix

2007-10-17 Thread Manfred Spraul
pci_enable_msi() replaces the INTx irq number in pci_dev->irq with the new MSI irq number. The forcedeth driver did not update the copy in netdevice->irq and parts of the driver used the stale copy. See bugzilla.kernel.org, bug 9047. The patch - updates netdevice->irq - replaces all accesses to ne