diff options
| author | Navdeep Parhar <np@FreeBSD.org> | 2013-10-10 22:38:35 +0000 |
|---|---|---|
| committer | Navdeep Parhar <np@FreeBSD.org> | 2013-10-10 22:38:35 +0000 |
| commit | 721cdb10534dd8fa7d44b947721c39dcc749779f (patch) | |
| tree | e9ac4831c2071bcb7515c34d0d0aec3e60e69a18 | |
| parent | 2bd40797599787ab3864dd1fc1369ede49d9a74d (diff) | |
Notes
| -rw-r--r-- | sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c index c8652a0c97de..1825a430d040 100644 --- a/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c +++ b/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c @@ -298,3 +298,4 @@ DECLARE_MODULE(iw_cxgb, iwch_mod_data, SI_SUB_EXEC, SI_ORDER_ANY); MODULE_DEPEND(t3_tom, cxgbc, 1, 1, 1); MODULE_DEPEND(iw_cxgb, toecore, 1, 1, 1); MODULE_DEPEND(iw_cxgb, t3_tom, 1, 1, 1); +MODULE_DEPEND(iw_cxgb, ibcore, 1, 1, 1); |
