Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F101987974
D47115.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
468 B
Referenced Files
None
Subscribers
None
D47115.diff
View Options
diff --git a/sys/dev/eqos/if_eqos.c b/sys/dev/eqos/if_eqos.c
--- a/sys/dev/eqos/if_eqos.c
+++ b/sys/dev/eqos/if_eqos.c
@@ -442,8 +442,8 @@
WR4(sc, GMAC_MAC_ADDRESS0_LOW, val);
/* Multicast hash filters */
- WR4(sc, GMAC_MAC_HASH_TABLE_REG0, hash[1]);
- WR4(sc, GMAC_MAC_HASH_TABLE_REG1, hash[0]);
+ WR4(sc, GMAC_MAC_HASH_TABLE_REG0, hash[0]);
+ WR4(sc, GMAC_MAC_HASH_TABLE_REG1, hash[1]);
/* Packet filter config */
WR4(sc, GMAC_MAC_PACKET_FILTER, pfil);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Thu, Nov 7, 5:45 AM (20 h, 56 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
14168728
Default Alt Text
D47115.diff (468 B)
Attached To
Mode
D47115: eqos: Fix group address filtering.
Attached
Detach File
Event Timeline
Log In to Comment