From owner-freebsd-scsi@FreeBSD.ORG Tue Jul 10 16:44:03 2012 Return-Path: Delivered-To: freebsd-scsi@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 99F171065673 for ; Tue, 10 Jul 2012 16:44:03 +0000 (UTC) (envelope-from aboyer@averesystems.com) Received: from mail.averesystems.com (50-73-27-109-cpennsylvania.hfc.comcastbusiness.net [50.73.27.109]) by mx1.freebsd.org (Postfix) with ESMTP id 661888FC17 for ; Tue, 10 Jul 2012 16:44:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.averesystems.com (Postfix) with ESMTP id 184DE4806C8 for ; Tue, 10 Jul 2012 12:44:05 -0400 (EDT) X-Virus-Scanned: amavisd-new at mail.averesystems.com Received: from mail.averesystems.com ([127.0.0.1]) by localhost (mail.averesystems.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id WVABv4TnDkBT for ; Tue, 10 Jul 2012 12:44:04 -0400 (EDT) Received: from riven.arriad.com (206.193.225.214.nauticom.net [206.193.225.214]) by mail.averesystems.com (Postfix) with ESMTPSA id A84664804AE for ; Tue, 10 Jul 2012 12:44:04 -0400 (EDT) From: Andrew Boyer Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Date: Tue, 10 Jul 2012 12:43:59 -0400 Message-Id: To: freebsd-scsi@freebsd.org Mime-Version: 1.0 (Apple Message framework v1278) X-Mailer: Apple Mail (2.1278) Subject: [patch] MFI mfivar.h needs to include the option header X-BeenThere: freebsd-scsi@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SCSI subsystem List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 Jul 2012 16:44:03 -0000 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 #include +#include "opt_mfi.h" =20 /* * SCSI structures and definitions are used from here, but no linking -------------------------------------------------- Andrew Boyer aboyer@averesystems.com