Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144837115
D54555.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
457 B
Referenced Files
None
Subscribers
None
D54555.diff
View Options
diff --git a/sys/dev/e1000/if_em.c b/sys/dev/e1000/if_em.c
--- a/sys/dev/e1000/if_em.c
+++ b/sys/dev/e1000/if_em.c
@@ -3225,8 +3225,8 @@
case e1000_pch_ptp:
hw->fc.high_water = 0x5C20;
hw->fc.low_water = 0x5048;
- hw->fc.pause_time = 0x0650;
- hw->fc.refresh_time = 0x0400;
+ hw->fc.pause_time = 0xFFFF;
+ hw->fc.refresh_time = 0xFFFF;
/* Jumbos need adjusted PBA */
if (if_getmtu(ifp) > ETHERMTU)
E1000_WRITE_REG(hw, E1000_PBA, 12);
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Feb 14, 6:29 AM (1 h, 10 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
27534546
Default Alt Text
D54555.diff (457 B)
Attached To
Mode
D54555: e1000: Disable FC pause time on PCH2 and newer
Attached
Detach File
Event Timeline
Log In to Comment