Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F153464114
D34895.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
607 B
Referenced Files
None
Subscribers
None
D34895.diff
View Options
diff --git a/sys/dev/cxgbe/t4_main.c b/sys/dev/cxgbe/t4_main.c
--- a/sys/dev/cxgbe/t4_main.c
+++ b/sys/dev/cxgbe/t4_main.c
@@ -5097,6 +5097,17 @@
"failed to enable high priority filters :%d.\n",
rc);
}
+
+ param = FW_PARAM_DEV(PPOD_EDRAM);
+ rc = -t4_query_params(sc, sc->mbox, sc->pf, 0, 1, ¶m, &val);
+ if (rc == 0 && val == 1) {
+ rc = -t4_set_params(sc, sc->mbox, sc->pf, 0, 1, ¶m,
+ &val);
+ if (rc != 0) {
+ device_printf(sc->dev,
+ "failed to set PPOD_EDRAM: %d.\n", rc);
+ }
+ }
}
/* Enable opaque VIIDs with firmwares that support it. */
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Wed, Apr 22, 7:56 AM (18 h, 44 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
31963026
Default Alt Text
D34895.diff (607 B)
Attached To
Mode
D34895: cxgbe(4): Add support for PPOD_EDRAM feature.
Attached
Detach File
Event Timeline
Log In to Comment