From owner-svn-src-all@FreeBSD.ORG Thu Jan 6 21:52:27 2011 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 9490C106567A; Thu, 6 Jan 2011 21:52:27 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 555D78FC14; Thu, 6 Jan 2011 21:52:27 +0000 (UTC) Received: from [127.0.0.1] (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id p06LhNP8035222; Thu, 6 Jan 2011 14:43:23 -0700 (MST) (envelope-from imp@bsdimp.com) Message-ID: <4D263779.7040803@bsdimp.com> Date: Thu, 06 Jan 2011 14:43:21 -0700 From: Warner Losh User-Agent: Mozilla/5.0 (X11; U; FreeBSD amd64; en-US; rv:1.9.2.12) Gecko/20101029 Thunderbird/3.1.6 MIME-Version: 1.0 To: John Baldwin References: <201101062104.p06L40ft028324@svn.freebsd.org> <201101061620.31477.jhb@freebsd.org> In-Reply-To: <201101061620.31477.jhb@freebsd.org> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org, Warner Losh Subject: Re: svn commit: r217070 - in head/sys/modules: aha ahb 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: Thu, 06 Jan 2011 21:52:27 -0000 On 01/06/2011 14:20, John Baldwin wrote: > On Thursday, January 06, 2011 4:04:00 pm Warner Losh wrote: >> Author: imp >> Date: Thu Jan 6 21:04:00 2011 >> New Revision: 217070 >> URL: http://svn.freebsd.org/changeset/base/217070 >> >> Log: >> No need to genreate these here > I think this changes the SCSI_DELAY these modules are effectively built with > when built standalone since the default value in the header is 2000 % cd sys/dev/aha % grep SCSI_DELAY * % cd ../ahb % grep SCSI_DELAY * % They aren't referenced, so there's no need to generate them at all. Warner