Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 160277 Details for
Bug 242572
Realtek 8169 (Netgear GA311 etc.) based gigabit cards freeze startup
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
More debug helper
r8169-more-debug.patch (text/plain), 876 bytes, created by
Francois Romieu
on 2007-07-30 21:26:03 UTC
(
hide
)
Description:
More debug helper
Filename:
MIME Type:
Creator:
Francois Romieu
Created:
2007-07-30 21:26:03 UTC
Size:
876 bytes
patch
obsolete
>diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c >index 98f7066..16fd1be 100644 >--- a/drivers/net/r8169.c >+++ b/drivers/net/r8169.c >@@ -2779,6 +2779,12 @@ static irqreturn_t rtl8169_interrupt(int irq, void *dev_instance) > rtl8169_check_link_status(dev, tp, ioaddr); > > #ifdef CONFIG_R8169_NAPI >+ if (!(status & tp->napi_event)) { >+ printk(KERN_INFO PFX "%s: in your hands ... (%08x)\n", >+ dev->name, status); >+ break; >+ } >+ > RTL_W16(IntrMask, tp->intr_event & ~tp->napi_event); > tp->intr_mask = ~tp->napi_event; > >@@ -2827,6 +2833,11 @@ static int rtl8169_poll(struct net_device *dev, int *budget) > *budget -= work_done; > dev->quota -= work_done; > >+ if (!tp->irq_ready) { >+ printk(KERN_INFO PFX "%s: work_done = %d\n", >+ dev->name, work_done); >+ } >+ > if (work_done < work_to_do) { > netif_rx_complete(dev); > tp->intr_mask = 0xffff;
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 242572
:
156603
|
156759
|
156815
|
156816
|
156817
|
158726
|
159748
|
160162
|
160173
|
160185
| 160277 |
160280
|
160474
|
160507
|
161084