Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Jul 2012 19:08:24 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r238373 - head/sys/dev/mfi
Message-ID:  <201207111908.q6BJ8O04060311@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Wed Jul 11 19:08:23 2012
New Revision: 238373
URL: http://svn.freebsd.org/changeset/base/238373

Log:
  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@averesystems.com
  MFC after:	2 weeks

Modified:
  head/sys/dev/mfi/mfivar.h

Modified: head/sys/dev/mfi/mfivar.h
==============================================================================
--- head/sys/dev/mfi/mfivar.h	Wed Jul 11 18:50:50 2012	(r238372)
+++ head/sys/dev/mfi/mfivar.h	Wed Jul 11 19:08:23 2012	(r238373)
@@ -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



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