From b85998cb48133c19c5504393840f47668cd094f7 Mon Sep 17 00:00:00 2001 From: Navdeep Parhar Date: Wed, 5 May 2010 22:29:54 +0000 Subject: Do not hold the T3 firmware in memory all the time. firmware(9) can load/unload it as needed. --- sys/dev/cxgb/cxgb_main.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'sys/dev/cxgb') diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c index ad2caed218fa..13fed449fa7e 100644 --- a/sys/dev/cxgb/cxgb_main.c +++ b/sys/dev/cxgb/cxgb_main.c @@ -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); -- cgit v1.3