Bugzilla – Attachment 57775 Details for
Bug 133585
kernel panic when loading r8169 network driver
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
IDP Log In
|
Forgot Password
[patch]
new patch from netdevel list
r8169_powermanagement_fix (text/plain), 1.03 KB, created by
Karsten Keil
on 2005-11-18 22:46:08 UTC
(
hide
)
Description:
new patch from netdevel list
Filename:
MIME Type:
Creator:
Karsten Keil
Created:
2005-11-18 22:46:08 UTC
Size:
1.03 KB
patch
obsolete
>The capabilities of the 8169 can be disabled but it is hardly a reason >to prevent the use the device. The (so far) unusual behavior has been >reported on a MIPS platform by Yoichi Yuasa. > >Spotted-by: Yoichi Yuasa <yuasa@hh.iij4u.or.jp> >Signed-off-by: Francois Romieu <romieu@fr.zoreil.com> > >--- > > drivers/net/r8169.c | 4 +--- > 1 files changed, 1 insertions(+), 3 deletions(-) > >e53091fae52931a96dfb661f2b78e0a91e5f9978 >diff --git a/drivers/net/r8169.c b/drivers/net/r8169.c >--- a/drivers/net/r8169.c >+++ b/drivers/net/r8169.c >@@ -1346,10 +1346,8 @@ rtl8169_init_board(struct pci_dev *pdev, > } else { > if (netif_msg_probe(tp)) { > printk(KERN_ERR PFX >- "Cannot find PowerManagement capability. " >- "Aborting.\n"); >+ "PowerManagement capability not found.\n"); > } >- goto err_out_mwi; > } > > /* make sure PCI base addr 1 is MMIO */ >- >To unsubscribe from this list: send the line "unsubscribe netdev" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
Actions:
View
|
Diff
Attachments on
bug 133585
:
57568
|
57662
| 57775