Do not hold the T3 firmware in memory all the time. firmware(9) can

load/unload it as needed.
This commit is contained in:
Navdeep Parhar 2010-05-05 22:29:54 +00:00
parent 626b7c61f8
commit b85998cb48
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=207687

View File

@ -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);