From owner-freebsd-stable Thu Feb 6 11:43:14 2003 Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8169D37B401 for ; Thu, 6 Feb 2003 11:43:12 -0800 (PST) Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id 76E2243F93 for ; Thu, 6 Feb 2003 11:43:11 -0800 (PST) (envelope-from scott_long@btc.adaptec.com) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.11.6+Sun/8.11.6) with ESMTP id h16Jh2D12508; Thu, 6 Feb 2003 11:43:03 -0800 (PST) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id LAA29003; Thu, 6 Feb 2003 11:42:57 -0800 (PST) Received: from btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id MAA00225; Thu, 6 Feb 2003 12:42:54 -0700 (MST) Message-ID: <3E42BA17.7060502@btc.adaptec.com> Date: Thu, 06 Feb 2003 12:40:07 -0700 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.2b) Gecko/20021216 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Chuck Swiger Cc: freebsd-stable@freebsd.org Subject: Re: AHC/D debug options in GENERIC...? References: <3E42AC3F.8080804@codefab.com> In-Reply-To: <3E42AC3F.8080804@codefab.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Chuck Swiger wrote: > Hi-- > > Is it intential that these be included in the GENERIC kernel: > > # $FreeBSD: src/sys/i386/conf/GENERIC,v 1.246.2.50 2002/12/30 19:04:31 > rwatson Exp $ > [ ... ] > options AHC_REG_PRETTY_PRINT # Print register bitfields in debug > # output. Adds ~128k to driver. > options AHD_REG_PRETTY_PRINT # Print register bitfields in debug > # output. Adds ~215k to driver. > > ...? I'm not suggesting they be disabled, per se; anyone tuning a > kernel can turn them off if they want to. > > -Chuck > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-stable" in the body of the message They are in the GENERIC kernel but not on the install floppy kernel. The reason they are on is to aid us in debugging problems for people remotely. They cause no significant slowdown, just lots of information when problems occur. The size impact of each is about 150k. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message