mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-12-03 14:48:57 +00:00
MFC r256302:
Add dependency on ibcore now that it has been modularized. Approved by: re (gjb)
This commit is contained in:
parent
cca6eb1b77
commit
10bc9af281
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=256303
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user