svn commit: r193836 - stable/7/sys/dev/cxgb

George V. Neville-Neil gnn at FreeBSD.org
Tue Jun 9 15:10:02 UTC 2009


Author: gnn
Date: Tue Jun  9 15:10:00 2009
New Revision: 193836
URL: http://svn.freebsd.org/changeset/base/193836

Log:
  Re-add accidentally removed code from the previous MFCs.

Modified:
  stable/7/sys/dev/cxgb/cxgb_main.c

Modified: stable/7/sys/dev/cxgb/cxgb_main.c
==============================================================================
--- stable/7/sys/dev/cxgb/cxgb_main.c	Tue Jun  9 15:09:10 2009	(r193835)
+++ stable/7/sys/dev/cxgb/cxgb_main.c	Tue Jun  9 15:10:00 2009	(r193836)
@@ -76,7 +76,11 @@ __FBSDID("$FreeBSD$");
 #include <dev/pci/pcivar.h>
 #include <dev/pci/pci_private.h>
 
+#ifdef CONFIG_DEFINED
 #include <cxgb_include.h>
+#else
+#include <dev/cxgb/cxgb_include.h>
+#endif
 
 #ifdef PRIV_SUPPORTED
 #include <sys/priv.h>


More information about the svn-src-all mailing list