From owner-cvs-src@FreeBSD.ORG Mon Apr 7 07:43:03 2003 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 45B3137B401; Mon, 7 Apr 2003 07:43:03 -0700 (PDT) Received: from dragon.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id D70814400B; Mon, 7 Apr 2003 07:43:01 -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.7) with ESMTP id h37EgcD0018888; Mon, 7 Apr 2003 07:42:42 -0700 (PDT) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.9/8.12.9/Submit) id h37EgYI0018887; Mon, 7 Apr 2003 07:42:34 -0700 (PDT) Date: Mon, 7 Apr 2003 07:42:34 -0700 From: "David O'Brien" To: "Matthew N. Dodd" Message-ID: <20030407144234.GA18864@dragon.nuxi.com> References: <200304071013.h37ADPT6063960@repoman.freebsd.org> <20030407.213641.74730697.non@ever.sanda.gr.jp> <20030407.215938.41652321.non@ever.sanda.gr.jp> <20030407090354.C18916@sasami.jurai.net> <20030407130801.GB1750@elvis.mu.org> <20030407090820.H18916@sasami.jurai.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20030407090820.H18916@sasami.jurai.net> 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: Maxime Henrion cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG cc: non@ever.sanda.gr.jp cc: cvs-all@FreeBSD.ORG Subject: Re: cvs commit: src/sys/conf files src/sys/dev/stg tmc18c30.h tmc18c30_isa.c tmc18c30_pccard.c tmc18c30_pci.c tmc18c30_subr.c src/sys/modules/stg Makefile X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.ORG List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Apr 2003 14:43:03 -0000 On Mon, Apr 07, 2003 at 09:11:44AM -0400, Matthew N. Dodd wrote: > On Mon, 7 Apr 2003, Maxime Henrion wrote: > > Matthew N. Dodd wrote: > > > On Mon, 7 Apr 2003 non@ever.sanda.gr.jp wrote: > > > > However, all functions in tmc18c30.h is in tmc18c30_subr.c . Is it not > > > > confusing ? > > > > > > Its not confusing. > > > > Seconded. > > Actually I should elaborate. > > The naming scheme that SHOULD have been used is this: > > tmc18c30_{isa,pci,pccard,subr}.c -> stg_{isa,pci,pccard,subr}.c > tmc18c30.h -> stg.h > > However, since its really not worth dealing with the repo-copy and > repository churn we'll just cope with a suboptimal namespace. Actually it is. For years we'll have this code, and not having the device name in the filename just makes it hard to find. There isn't any history yet, so it is trival to simply commit this again under the other names.