Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F116018652
D32602.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
722 B
Referenced Files
None
Subscribers
None
D32602.diff
View Options
Index: sys/dev/e1000/if_em.c
===================================================================
--- sys/dev/e1000/if_em.c
+++ sys/dev/e1000/if_em.c
@@ -1734,6 +1734,9 @@
mcnt = if_foreach_llmaddr(ifp, em_copy_maddr, mta);
+ if (mcnt < MAX_NUM_MULTICAST_ADDRESSES)
+ e1000_update_mc_addr_list(&sc->hw, mta, mcnt);
+
reg_rctl = E1000_READ_REG(&sc->hw, E1000_RCTL);
if (if_getflags(ifp) & IFF_PROMISC)
@@ -1747,9 +1750,6 @@
E1000_WRITE_REG(&sc->hw, E1000_RCTL, reg_rctl);
- if (mcnt < MAX_NUM_MULTICAST_ADDRESSES)
- e1000_update_mc_addr_list(&sc->hw, mta, mcnt);
-
if (sc->hw.mac.type == e1000_82542 &&
sc->hw.revision_id == E1000_REVISION_2) {
reg_rctl = E1000_READ_REG(&sc->hw, E1000_RCTL);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Fri, May 2, 4:43 PM (13 h, 43 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
17908155
Default Alt Text
D32602.diff (722 B)
Attached To
Mode
D32602: e1000: Update mc filter before RCTL flags
Attached
Detach File
Event Timeline
Log In to Comment