Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 10 Jul 2012 12:43:59 -0400
From:      Andrew Boyer <aboyer@averesystems.com>
To:        freebsd-scsi@freebsd.org
Subject:   [patch] MFI mfivar.h needs to include the option header
Message-ID:  <A97A39B9-7B2C-4553-874D-6D030EDDE4A1@averesystems.com>

next in thread | raw e-mail | index | archive | help
sys/dev/mfivar.h contains references to MFI_DEBUG, but it never gets =
turned on unless the file also includes opt_mfi.h.

-Andrew

Index: sys/dev/mfi/mfivar.h
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D
--- sys/dev/mfi/mfivar.h	(revision 238348)
+++ sys/dev/mfi/mfivar.h	(working copy)
@@ -61,6 +61,7 @@
=20
 #include <sys/types.h>
 #include <sys/taskqueue.h>
+#include "opt_mfi.h"
=20
 /*
  * SCSI structures and definitions are used from here, but no linking

--------------------------------------------------
Andrew Boyer	aboyer@averesystems.com







Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?A97A39B9-7B2C-4553-874D-6D030EDDE4A1>