From owner-freebsd-arch@FreeBSD.ORG Thu May 15 21:15:28 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 31C8B37B401 for ; Thu, 15 May 2003 21:15:28 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 596B943FA3 for ; Thu, 15 May 2003 21:15:27 -0700 (PDT) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (obrien@localhost [127.0.0.1]) by dragon.nuxi.com (8.12.9/8.12.9) with ESMTP id h4G4FBm2082571; Thu, 15 May 2003 21:15:15 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h4G4F76O082566; Thu, 15 May 2003 21:15:07 -0700 (PDT) Date: Thu, 15 May 2003 21:15:06 -0700 From: "David O'Brien" To: "M. Warner Losh" Message-ID: <20030516041506.GA82545@dragon.nuxi.com> Mail-Followup-To: David O'Brien , "M. Warner Losh" , arch@freebsd.org References: <20030513.001815.55840081.imp@bsdimp.com> <20030516031317.GC38966@dragon.nuxi.com> <20030515.220304.68038616.imp@bsdimp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030515.220304.68038616.imp@bsdimp.com> User-Agent: Mutt/1.4i X-Operating-System: FreeBSD 5.0-CURRENT Organization: The NUXI BSD Group X-Pgp-Rsa-Fingerprint: B7 4D 3E E9 11 39 5F A3 90 76 5D 69 58 D9 98 7A X-Pgp-Rsa-Keyid: 1024/34F9F9D5 cc: arch@freebsd.org 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 Reply-To: obrien@freebsd.org 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:15:28 -0000 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?