Date: Wed, 5 May 2010 22:29:54 +0000 (UTC) From: Navdeep Parhar <np@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r207687 - head/sys/dev/cxgb Message-ID: <201005052229.o45MTsY4083021@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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);
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005052229.o45MTsY4083021>