From owner-cvs-all@FreeBSD.ORG Wed Dec 3 15:14:58 2003 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id B11A616A4CE; Wed, 3 Dec 2003 15:14:58 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 8603943FF9; Wed, 3 Dec 2003 15:14:56 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.9p2/8.12.9) with ESMTP id hB3NEtgt047448; Wed, 3 Dec 2003 16:14:55 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 03 Dec 2003 16:14:32 -0700 (MST) Message-Id: <20031203.161432.119908125.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20031203151103.F21352@root.org> References: <20031203230705.09B7D16A4F4@hub.freebsd.org> <20031203151103.F21352@root.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/conf files.i386 options.i386 src/sys/i386/conf NOTES X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Dec 2003 23:14:58 -0000 In message: <20031203151103.F21352@root.org> Nate Lawson writes: : > # commented out ELAN_PPS and ELAN_XTAL since they produced errors : I thought those were renamed. They were, but someone didn't update NOTES. I commented them out to mostly unbreak LINT. I'll leave it to the person that renamed them to fix NOTES to include them again (since that was more than I felt confortable with in a code freeze). Warner