From owner-svn-src-all@FreeBSD.ORG Wed Mar 21 16:56:47 2012 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 BE0B01065673; Wed, 21 Mar 2012 16:56:47 +0000 (UTC) (envelope-from marius@alchemy.franken.de) Received: from alchemy.franken.de (alchemy.franken.de [194.94.249.214]) by mx1.freebsd.org (Postfix) with ESMTP id 5176A8FC17; Wed, 21 Mar 2012 16:56:47 +0000 (UTC) Received: from alchemy.franken.de (localhost [127.0.0.1]) by alchemy.franken.de (8.14.4/8.14.4/ALCHEMY.FRANKEN.DE) with ESMTP id q2LGuj6o041946; Wed, 21 Mar 2012 17:56:45 +0100 (CET) (envelope-from marius@alchemy.franken.de) Received: (from marius@localhost) by alchemy.franken.de (8.14.4/8.14.4/Submit) id q2LGujDe041945; Wed, 21 Mar 2012 17:56:45 +0100 (CET) (envelope-from marius) Date: Wed, 21 Mar 2012 17:56:45 +0100 From: Marius Strobl To: Bruce Evans Message-ID: <20120321165645.GE37560@alchemy.franken.de> References: <201203210850.q2L8olCj062739@svn.freebsd.org> <20120322031550.O2453@besplex.bde.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20120322031550.O2453@besplex.bde.org> User-Agent: Mutt/1.4.2.3i Cc: svn-src-head@FreeBSD.org, svn-src-all@FreeBSD.org, src-committers@FreeBSD.org Subject: Re: svn commit: r233273 - head/sys/conf 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: Wed, 21 Mar 2012 16:56:47 -0000 On Thu, Mar 22, 2012 at 03:28:04AM +1100, Bruce Evans wrote: > On Wed, 21 Mar 2012, Marius Strobl wrote: > > >Log: > > Exclude devices which are mutually exclusive with ATA_CAM. For better > > or worse, the former are still built as modules as part of the LINT > > builds > > > > Reviewed by: mav > > MFC after: 1 week > > This breaks NOTES on these devices. The purpose of NOTES is to test as > much as possible, not to provide notes. It is also supposed to test > unusual cases. Thus if these unusualy devices actually conflict at > compile time, then it is the usual ones that confict that should not > be build by NOTES, since the usual ones get adequate testing in GENERIC. As I wrote above, the unusual case (!ATA_CAM) is still built as modules as part of the LINT builds. R233271 actually was the minimal change to still build both the usual (ATA_CAM) and the unusual case as apart of the LINT builds. Marius