Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Oct 2013 22:44:29 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org
Subject:   svn commit: r256303 - stable/10/sys/dev/cxgb/ulp/iw_cxgb
Message-ID:  <201310102244.r9AMiTiA020166@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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);



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201310102244.r9AMiTiA020166>