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 144141 Details for
Bug 212399
Marvell ethernet lost promisc state
[?]
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]
netdev patch
sky2-mcast.patch (text/plain), 1.25 KB, created by
Andy Gospodarek
on 2006-12-20 21:21:54 UTC
(
hide
)
Description:
netdev patch
Filename:
MIME Type:
Creator:
Andy Gospodarek
Created:
2006-12-20 21:21:54 UTC
Size:
1.25 KB
patch
obsolete
>commit 758140900a82e3ed3bb2be1d4705dd352fe44825 >Author: Stephen Hemminger <shemminger@osdl.org> >Date: Fri Dec 1 11:41:08 2006 -0800 > > [PATCH] skge: don't clear MC state on link down > > I would rather fix Andy's problem by not clearing > multicast information on link down. > > Also, add code to restore multicast state after ethtool phy reset. > > Signed-off-by: Stephen Hemminger <shemminger@osdl.org> > Signed-off-by: Jeff Garzik <jeff@garzik.org> > >diff --git a/drivers/net/skge.c b/drivers/net/skge.c >index b294903..010fc65 100644 >--- a/drivers/net/skge.c >+++ b/drivers/net/skge.c >@@ -2154,8 +2154,6 @@ static void yukon_link_down(struct skge_ > int port = skge->port; > u16 ctrl; > >- gm_phy_write(hw, port, PHY_MARV_INT_MASK, 0); >- > ctrl = gma_read16(hw, port, GM_GP_CTRL); > ctrl &= ~(GM_GPCR_RX_ENA | GM_GPCR_TX_ENA); > gma_write16(hw, port, GM_GP_CTRL, ctrl); >@@ -2167,7 +2165,6 @@ static void yukon_link_down(struct skge_ > gm_phy_write(hw, port, PHY_MARV_AUNE_ADV, ctrl); > } > >- yukon_reset(hw, port); > skge_link_down(skge); > > yukon_init(hw, port); >@@ -2268,6 +2265,8 @@ static void skge_phy_reset(struct skge_p > yukon_init(hw, port); > } > mutex_unlock(&hw->phy_mutex); >+ >+ dev->set_multicast_list(dev); > } > > /* Basic MII support */
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 212399
:
142309
| 144141