From owner-svn-src-all@FreeBSD.ORG Mon May 2 16:55:07 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 5306A1065670; Mon, 2 May 2011 16:55:07 +0000 (UTC) (envelope-from bschmidt@techwires.net) Received: from mail-fx0-f54.google.com (mail-fx0-f54.google.com [209.85.161.54]) by mx1.freebsd.org (Postfix) with ESMTP id 661A38FC14; Mon, 2 May 2011 16:55:05 +0000 (UTC) Received: by fxm11 with SMTP id 11so5473519fxm.13 for ; Mon, 02 May 2011 09:55:05 -0700 (PDT) Received: by 10.223.66.200 with SMTP id o8mr274462fai.38.1304355194649; Mon, 02 May 2011 09:53:14 -0700 (PDT) Received: from amy.lab.techwires.net (p54B4AA32.dip.t-dialin.net [84.180.170.50]) by mx.google.com with ESMTPS id 5sm741794faz.2.2011.05.02.09.53.12 (version=SSLv3 cipher=OTHER); Mon, 02 May 2011 09:53:13 -0700 (PDT) Sender: Bernhard Schmidt From: Bernhard Schmidt To: John Baldwin Date: Mon, 2 May 2011 18:53:22 +0200 User-Agent: KMail/1.13.7 (FreeBSD/8.2-STABLE; KDE/4.6.2; amd64; ; ) References: <201105011905.p41J5sGs003976@svn.freebsd.org> <201105020839.57556.jhb@freebsd.org> In-Reply-To: <201105020839.57556.jhb@freebsd.org> MIME-Version: 1.0 Content-Type: Text/Plain; charset="utf-8" Content-Transfer-Encoding: 7bit Message-Id: <201105021853.23130.bschmidt@freebsd.org> Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r221301 - 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: Mon, 02 May 2011 16:55:07 -0000 On Monday 02 May 2011 14:39:57 John Baldwin wrote: > On Sunday, May 01, 2011 3:05:54 pm Bernhard Schmidt wrote: > > Author: bschmidt > > Date: Sun May 1 19:05:54 2011 > > New Revision: 221301 > > URL: http://svn.freebsd.org/changeset/base/221301 > > > > Log: > > These are of course i386/amd64 only. > > > > Modified: > > head/sys/conf/NOTES > > Please put them in i386/conf/NOTES and amd64/conf/NOTES. All drivers should > be in appropriate NOTES files. They actually are. My fault was to not check those 2 files in the first place. Sorry the noise this has caused. -- Bernhard