summaryrefslogtreecommitdiffstats
path: root/sys/dev/cxgb
diff options
context:
space:
mode:
authornp <np@FreeBSD.org>2010-05-05 22:29:54 +0000
committernp <np@FreeBSD.org>2010-05-05 22:29:54 +0000
commiteaf345625084abecfa5ae4f2419149f5d2fdbdfd (patch)
tree831d30f3bbaa3c4299fc7851a20dd1cfd809e906 /sys/dev/cxgb
parentc06ba98ac40482e2ee3c55e5dbb6941a63fe602a (diff)
downloadFreeBSD-src-eaf345625084abecfa5ae4f2419149f5d2fdbdfd.zip
FreeBSD-src-eaf345625084abecfa5ae4f2419149f5d2fdbdfd.tar.gz
Do not hold the T3 firmware in memory all the time. firmware(9) can
load/unload it as needed.
Diffstat (limited to 'sys/dev/cxgb')
-rw-r--r--sys/dev/cxgb/cxgb_main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/dev/cxgb/cxgb_main.c b/sys/dev/cxgb/cxgb_main.c
index ad2caed..13fed44 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);
OpenPOWER on IntegriCloud