svn commit: r240871 - stable/8/sys/dev/mfi

Sean Bruno sbruno at FreeBSD.org
Sun Sep 23 20:16:17 UTC 2012


Author: sbruno
Date: Sun Sep 23 20:16:17 2012
New Revision: 240871
URL: http://svn.freebsd.org/changeset/base/240871

Log:
  MFC r238373
  
  sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets turned on
  unless the file also includes opt_mfi.h.
  
  Submitted by: Andrew Boyer aboyer at averesystems.com

Modified:
  stable/8/sys/dev/mfi/mfivar.h
Directory Properties:
  stable/8/sys/   (props changed)
  stable/8/sys/dev/   (props changed)
  stable/8/sys/dev/mfi/   (props changed)

Modified: stable/8/sys/dev/mfi/mfivar.h
==============================================================================
--- stable/8/sys/dev/mfi/mfivar.h	Sun Sep 23 20:12:10 2012	(r240870)
+++ stable/8/sys/dev/mfi/mfivar.h	Sun Sep 23 20:16:17 2012	(r240871)
@@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$");
 
 #include <sys/types.h>
 #include <sys/taskqueue.h>
+#include "opt_mfi.h"
 
 /*
  * SCSI structures and definitions are used from here, but no linking


More information about the svn-src-all mailing list