From owner-svn-src-all@FreeBSD.ORG Sun Sep 23 20:16:46 2012 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 2F897106564A; Sun, 23 Sep 2012 20:16:46 +0000 (UTC) (envelope-from sbruno@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 1AEA88FC14; Sun, 23 Sep 2012 20:16:46 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8NKGjrX068305; Sun, 23 Sep 2012 20:16:45 GMT (envelope-from sbruno@svn.freebsd.org) Received: (from sbruno@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8NKGjnj068303; Sun, 23 Sep 2012 20:16:45 GMT (envelope-from sbruno@svn.freebsd.org) Message-Id: <201209232016.q8NKGjnj068303@svn.freebsd.org> From: Sean Bruno Date: Sun, 23 Sep 2012 20:16:45 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-7@freebsd.org X-SVN-Group: stable-7 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r240872 - stable/7/sys/dev/mfi X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 23 Sep 2012 20:16:46 -0000 Author: sbruno Date: Sun Sep 23 20:16:45 2012 New Revision: 240872 URL: http://svn.freebsd.org/changeset/base/240872 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/7/sys/dev/mfi/mfivar.h Directory Properties: stable/7/sys/ (props changed) Modified: stable/7/sys/dev/mfi/mfivar.h ============================================================================== --- stable/7/sys/dev/mfi/mfivar.h Sun Sep 23 20:16:17 2012 (r240871) +++ stable/7/sys/dev/mfi/mfivar.h Sun Sep 23 20:16:45 2012 (r240872) @@ -61,6 +61,7 @@ __FBSDID("$FreeBSD$"); #include #include +#include "opt_mfi.h" /* * SCSI structures and definitions are used from here, but no linking