From owner-cvs-all@FreeBSD.ORG Mon Apr 7 06:17:49 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 7388237B404; Mon, 7 Apr 2003 06:17:49 -0700 (PDT) Received: from mx.sanda.gr.jp (net.sanda.gr.jp [202.216.236.216]) by mx1.FreeBSD.org (Postfix) with ESMTP id D4A9243F93; Mon, 7 Apr 2003 06:17:46 -0700 (PDT) (envelope-from non@ever.sanda.gr.jp) Received: from oliv.ever.sanda.gr.jp (oliv [10.93.63.4]) by mx.sanda.gr.jp (8.11.6/3.7W) with ESMTP id h37DHjB68875; Mon, 7 Apr 2003 22:17:45 +0900 (JST) Received: from localhost (localhost.ever.sanda.gr.jp [127.0.0.1]) by oliv.ever.sanda.gr.jp (8.12.6/8.12.6) with ESMTP id h37DHjmn023698; Mon, 7 Apr 2003 22:17:45 +0900 (JST) (envelope-from non@ever.sanda.gr.jp) Date: Mon, 07 Apr 2003 22:17:44 +0900 (JST) Message-Id: <20030407.221744.71108555.non@ever.sanda.gr.jp> To: mdodd@FreeBSD.ORG From: non@ever.sanda.gr.jp In-Reply-To: <20030407090820.H18916@sasami.jurai.net> References: <20030407090354.C18916@sasami.jurai.net> <20030407130801.GB1750@elvis.mu.org> <20030407090820.H18916@sasami.jurai.net> X-Mailer: Mew version 3.2 on Emacs 20.7 / Mule 4.0 (HANANOEN) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: mux@FreeBSD.ORG cc: cvs-src@FreeBSD.ORG cc: src-committers@FreeBSD.ORG 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-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: Mon, 07 Apr 2003 13:17:50 -0000 From: "Matthew N. Dodd" Date: Mon, 7 Apr 2003 09:11:44 -0400 (EDT) > 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. I understand. Thank you for clarification. // Noriaki Mitsunaga //