From owner-freebsd-arch@FreeBSD.ORG Thu May 15 21:24:31 2003 Return-Path: Delivered-To: freebsd-arch@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9DA5337B401; Thu, 15 May 2003 21:24:31 -0700 (PDT) Received: from magic.adaptec.com (magic-mail.adaptec.com [208.236.45.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 10B3443F85; Thu, 15 May 2003 21:24:31 -0700 (PDT) (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/8.11.6) with ESMTP id h4G4KZZ10584; Thu, 15 May 2003 21:20:35 -0700 Received: from btc.adaptec.com (hollin.btc.adaptec.com [10.100.253.56]) by redfish.adaptec.com (8.8.8p2+Sun/8.8.8) with ESMTP id VAA24164; Thu, 15 May 2003 21:24:24 -0700 (PDT) Message-ID: <3EC467E4.6050707@btc.adaptec.com> Date: Thu, 15 May 2003 22:24:04 -0600 From: Scott Long User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.3) Gecko/20030425 X-Accept-Language: en-us, en MIME-Version: 1.0 To: obrien@freebsd.org References: <20030513.001815.55840081.imp@bsdimp.com> <20030516031317.GC38966@dragon.nuxi.com> <20030515.220304.68038616.imp@bsdimp.com> <20030516041506.GA82545@dragon.nuxi.com> In-Reply-To: <20030516041506.GA82545@dragon.nuxi.com> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: arch@freebsd.org cc: "M. Warner Losh" Subject: Re: Moving the generation of foodevs.h to build time X-BeenThere: freebsd-arch@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussion related to FreeBSD architecture List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 May 2003 04:24:31 -0000 David O'Brien wrote: > On Thu, May 15, 2003 at 10:03:04PM -0600, M. Warner Losh wrote: > >>In message: <20030516031317.GC38966@dragon.nuxi.com> >> "David O'Brien" writes: >>: On Tue, May 13, 2003 at 12:18:15AM -0600, M. Warner Losh wrote: >>: > OK. Here's a start at moving it. First, we have to move >>: > devlist2h.awk out of tools back to dev/mii/devlist2h.awk. It >>: > shouldn't be in tool if it only generates MII code, >>: >>: Why shouldn't it be a tool if it only generates MII code? >>: Can't we just rename all the devlist2h.awk's to >>: @/tools/${_dev}-devlist2h.awk? >> >>I can paint this bikeshed either way. tools/devlist2h.awk isn't the >>right name/place for it. I don't care if we do a >>${_dev}-devlist2h.awk or dev/${_dev}/devlist2h.awk. Arguments can be >>made either way. > > > Should we commit this patch (in some form) for 5.1 or after 5.1? > _______________________________________________ > freebsd-arch@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-arch > To unsubscribe, send any mail to "freebsd-arch-unsubscribe@freebsd.org" Let's wait until after 5.1. It looks like a decent idea, though.