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

load/unload it as needed.
This commit is contained in:
np 2010-05-05 22:29:54 +00:00
parent c06ba98ac4
commit eaf3456250

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