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 273961 Details for
Bug 406051
Marvell NIC using skge driver loses promiscuous mode on rewiring
[?]
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]
rhel5-test0.patch
406051.patch (text/plain), 1.01 KB, created by
Andy Gospodarek
on 2007-11-30 16:15:26 UTC
(
hide
)
Description:
rhel5-test0.patch
Filename:
MIME Type:
Creator:
Andy Gospodarek
Created:
2007-11-30 16:15:26 UTC
Size:
1.01 KB
patch
obsolete
>diff --git a/drivers/net/skge.c b/drivers/net/skge.c >index ad878df..e070002 100644 >--- a/drivers/net/skge.c >+++ b/drivers/net/skge.c >@@ -1928,8 +1928,6 @@ static void yukon_link_down(struct skge_port *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); >@@ -1943,7 +1941,6 @@ static void yukon_link_down(struct skge_port *skge) > > } > >- yukon_reset(hw, port); > skge_link_down(skge); > > yukon_init(hw, port); >@@ -2031,6 +2028,7 @@ static void skge_phy_reset(struct skge_port *skge) > { > struct skge_hw *hw = skge->hw; > int port = skge->port; >+ struct net_device *dev = hw->dev[port]; > > netif_stop_queue(skge->netdev); > netif_carrier_off(skge->netdev); >@@ -2044,6 +2042,8 @@ static void skge_phy_reset(struct skge_port *skge) > 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 406051
: 273961