svn commit: r256303 - stable/10/sys/dev/cxgb/ulp/iw_cxgb

Navdeep Parhar np at FreeBSD.org
Thu Oct 10 22:44:30 UTC 2013


Author: np
Date: Thu Oct 10 22:44:29 2013
New Revision: 256303
URL: http://svnweb.freebsd.org/changeset/base/256303

Log:
  MFC r256302:
  Add dependency on ibcore now that it has been modularized.
  
  Approved by:	re (gjb)

Modified:
  stable/10/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c
Directory Properties:
  stable/10/sys/   (props changed)

Modified: stable/10/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c
==============================================================================
--- stable/10/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c	Thu Oct 10 22:38:35 2013	(r256302)
+++ stable/10/sys/dev/cxgb/ulp/iw_cxgb/iw_cxgb.c	Thu Oct 10 22:44:29 2013	(r256303)
@@ -298,3 +298,4 @@ DECLARE_MODULE(iw_cxgb, iwch_mod_data, S
 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);


More information about the svn-src-all mailing list