mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-04 05:58:57 +00:00
Do not hold the T3 firmware in memory all the time. firmware(9) can
load/unload it as needed.
This commit is contained in:
parent
626b7c61f8
commit
b85998cb48
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207687
@ -3403,5 +3403,3 @@ set_tcb_field_ulp(struct cpl_set_tcb_field *req, unsigned int tid,
|
||||
txpkt->len = htonl(V_ULPTX_NFLITS(sizeof(*req) / 8));
|
||||
mk_set_tcb_field(req, tid, word, mask, val);
|
||||
}
|
||||
|
||||
MODULE_DEPEND(if_cxgb, cxgb_t3fw, 1, 1, 1);
|
||||
|
Loading…
Reference in New Issue
Block a user