Date: Wed, 11 Jul 2012 12:15:09 -0700 From: Sean Bruno <seanbru@yahoo-inc.com> To: Andrew Boyer <aboyer@averesystems.com> Cc: "freebsd-scsi@freebsd.org" <freebsd-scsi@freebsd.org> Subject: Re: [patch] MFI mfivar.h needs to include the option header Message-ID: <1342034109.9662.7.camel@powernoodle.corp.yahoo.com> In-Reply-To: <A97A39B9-7B2C-4553-874D-6D030EDDE4A1@averesystems.com> References: <A97A39B9-7B2C-4553-874D-6D030EDDE4A1@averesystems.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 2012-07-10 at 09:43 -0700, Andrew Boyer wrote: > 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 > =================================================================== > --- sys/dev/mfi/mfivar.h (revision 238348) > +++ sys/dev/mfi/mfivar.h (working copy) > @@ -61,6 +61,7 @@ > > #include <sys/types.h> > #include <sys/taskqueue.h> > +#include "opt_mfi.h" > > /* > * SCSI structures and definitions are used from here, but no linking > > -------------------------------------------------- > Andrew Boyer aboyer@averesystems.com > Committed at svn r238373 Sean
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1342034109.9662.7.camel>