Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 17 Oct 2013 23:57:18 +0000 (UTC)
From:      Navdeep Parhar <np@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r256713 - head/sys/dev/cxgbe/iw_cxgbe
Message-ID:  <201310172357.r9HNvIN8035112@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: np
Date: Thu Oct 17 23:57:17 2013
New Revision: 256713
URL: http://svnweb.freebsd.org/changeset/base/256713

Log:
  iw_cxgbe should have a dependency on t4nex.
  
  Reported by:	trasz@

Modified:
  head/sys/dev/cxgbe/iw_cxgbe/device.c

Modified: head/sys/dev/cxgbe/iw_cxgbe/device.c
==============================================================================
--- head/sys/dev/cxgbe/iw_cxgbe/device.c	Thu Oct 17 22:12:32 2013	(r256712)
+++ head/sys/dev/cxgbe/iw_cxgbe/device.c	Thu Oct 17 23:57:17 2013	(r256713)
@@ -363,6 +363,7 @@ static moduledata_t c4iw_mod_data = {
 };
 
 MODULE_VERSION(iw_cxgbe, 1);
+MODULE_DEPEND(iw_cxgbe, t4_nex, 1, 1, 1);
 MODULE_DEPEND(iw_cxgbe, t4_tom, 1, 1, 1);
 MODULE_DEPEND(iw_cxgbe, ibcore, 1, 1, 1);
 DECLARE_MODULE(iw_cxgbe, c4iw_mod_data, SI_SUB_EXEC, SI_ORDER_ANY);



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