Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Sep 2012 19:14:14 +0000 (UTC)
From:      Sean Bruno <sbruno@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r240867 - stable/9/sys/dev/mfi
Message-ID:  <201209231914.q8NJEE2c058666@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: sbruno
Date: Sun Sep 23 19:14:13 2012
New Revision: 240867
URL: http://svn.freebsd.org/changeset/base/240867

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@averesystems.com

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

Modified: stable/9/sys/dev/mfi/mfivar.h
==============================================================================
--- stable/9/sys/dev/mfi/mfivar.h	Sun Sep 23 18:32:03 2012	(r240866)
+++ stable/9/sys/dev/mfi/mfivar.h	Sun Sep 23 19:14:13 2012	(r240867)
@@ -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?201209231914.q8NJEE2c058666>