svn commit: r256713 - head/sys/dev/cxgbe/iw_cxgbe

Navdeep Parhar np at FreeBSD.org
Thu Oct 17 23:57:18 UTC 2013


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);


More information about the svn-src-all mailing list