From owner-svn-src-head@FreeBSD.ORG Thu Jun 7 13:26:55 2012 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 6CED8106566C; Thu, 7 Jun 2012 13:26:55 +0000 (UTC) (envelope-from bjk@freebsd.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 524388FC0C; Thu, 7 Jun 2012 13:26:55 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.5/8.14.5) with ESMTP id q57DQtdm053814; Thu, 7 Jun 2012 13:26:55 GMT (envelope-from bjk@freebsd.org) Received: from localhost (bjk@localhost) by freefall.freebsd.org (8.14.5/8.14.5/Submit) with ESMTP id q57DQtc0053810; Thu, 7 Jun 2012 13:26:55 GMT (envelope-from bjk@freebsd.org) X-Authentication-Warning: freefall.freebsd.org: bjk owned process doing -bs Date: Thu, 7 Jun 2012 13:26:55 +0000 (UTC) From: Benjamin Kaduk To: Alexander Motin In-Reply-To: <201206071005.q57A5pSX075803@svn.freebsd.org> Message-ID: References: <201206071005.q57A5pSX075803@svn.freebsd.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r236712 - in head: share/man/man4 sys/cam sys/cam/scsi sys/conf X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 07 Jun 2012 13:26:55 -0000 On Thu, 7 Jun 2012, Alexander Motin wrote: > Author: mav > Date: Thu Jun 7 10:05:51 2012 > New Revision: 236712 > URL: http://svn.freebsd.org/changeset/base/236712 > > Log: > To make CAM debugging easier, compile in some debug flags (CAM_DEBUG_INFO, > CAM_DEBUG_CDB, CAM_DEBUG_PERIPH and CAM_DEBUG_PROBE) by default. > List of these flags can be modified with CAM_DEBUG_COMPILE kernel option. > CAMDEBUG kernel option still enables all possible debug, if not overriden. > > Additional 50KB of kernel size is a good price for the ability to debug > problems without rebuilding the kernel. In case where size is important, > debugging can be compiled out by setting CAM_DEBUG_COMPILE option to 0. Hmm, it looks like re@ will want to add this to the list of things to remove from GENERIC for building release kernels. Is that true? -Ben