Kernel.org Bugzilla – Attachment #10098: Make MSI working for
bug #5137
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
View
|
Details
|
Raw Unified
| Return to
bug 5137
| Differences between
Fix the last patch
Patch against 2.6.20-git16
r8169 experimental patch for the 8168
Fix oops when unloading the driver
More MSI support
Late evening MSI support.
r8169 updates foir kernel 2.6.19
debug - see if something is playing wicked interruption games
debug helper (updated)
Test more error bits
debug helper
and this patch
Collapse All
|
Expand All
(-)
linux-2.6.20-rc5/drivers/net/r8169.c (+2 lines)
Lines 1547-1552 static int __devinit rtl8169_try_msi(str
Link Here
1547
1547
1548
if (!tp->msi && netif_msg_drv(tp))
1548
if (!tp->msi && netif_msg_drv(tp))
1549
goto err_status_ok_1;
1549
goto err_status_ok_1;
1550
1551
tp->dev->irq = pdev->irq;
1550
out:
1552
out:
1551
return rc;
1553
return rc;
1552
1554
Return to
bug 5137