svn commit: r207687 - head/sys/dev/cxgb
Navdeep Parhar
np at FreeBSD.org
Wed May 5 22:29:55 UTC 2010
Author: np
Date: Wed May 5 22:29:54 2010
New Revision: 207687
URL: http://svn.freebsd.org/changeset/base/207687
Log:
Do not hold the T3 firmware in memory all the time. firmware(9) can
load/unload it as needed.
Modified:
head/sys/dev/cxgb/cxgb_main.c
Modified: head/sys/dev/cxgb/cxgb_main.c
==============================================================================
--- head/sys/dev/cxgb/cxgb_main.c Wed May 5 22:23:29 2010 (r207686)
+++ head/sys/dev/cxgb/cxgb_main.c Wed May 5 22:29:54 2010 (r207687)
@@ -3403,5 +3403,3 @@ set_tcb_field_ulp(struct cpl_set_tcb_fie
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);
More information about the svn-src-head
mailing list