From owner-cvs-all@FreeBSD.ORG Tue Mar 16 05:50:42 2004 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 9FC0E16A4CF; Tue, 16 Mar 2004 05:50:42 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id D9FCF43D45; Tue, 16 Mar 2004 05:50:40 -0800 (PST) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.10/8.12.9) with ESMTP id i2GDoXkj084389; Tue, 16 Mar 2004 06:50:34 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Tue, 16 Mar 2004 21:50:43 +0800 (CST) Message-Id: <20040316.215043.22018054.imp@bsdimp.com> To: non@ever.sanda.gr.jp From: "M. Warner Losh" In-Reply-To: <20040316.224458.21308983.non@ever.sanda.gr.jp> References: <200403150741.38591.peter@wemm.org> <20040316.211453.74706619.nyan@jp.FreeBSD.org> <20040316.224458.21308983.non@ever.sanda.gr.jp> X-Mailer: Mew version 3.3 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: src-committers@FreeBSD.org cc: peter@wemm.org cc: peter@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nyan@jp.FreeBSD.org Subject: Re: cvs commit: src/sys/i386/include dvcfg.h physio_proc.h src/sys/amd64/include dvcfg.h physio_proc.h src/sys/compat/netbsd dvcfg.h physio_proc.h src/sys/dev/ct bshw_machdep.c ct.c ct_isa.c src/sys/dev/ncv ncr53c500.c ncr53c500_pccard.c ncr53c500hw.h ... 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: Tue, 16 Mar 2004 13:50:42 -0000 In message: <20040316.224458.21308983.non@ever.sanda.gr.jp> non@ever.sanda.gr.jp writes: : From: Takahashi Yoshihiro : Date: Tue, 16 Mar 2004 21:14:53 +0900 (JST) : > In article <200403150741.38591.peter@wemm.org> : > Peter Wemm writes: : > > I don't really care where they go, as long as it isn't in the MD include : > > areas (they are not MD!), and not in sys/. My favorites right now are : > > dev/pc98/* or compat/pc98/*. I would also like sys/device_port.h to : > > move there too since it is used by the same group of ct/ncv/nsp/stg : > > drivers. : > : > I repeat that they have NO relations with pc98. So, the above : > proposals are not acceptable. : : I agree with nyan-san. They are not specific to pc98 not for : compatibility. I think they should be in sys/ or dev/dev/* or : somewhere MI and not in compat/* . dev/pc98 isn't right. I have pcmcia cards that are supported by the ncv, nsp and stg drivers running on an i386 box. dev/sys is fine by me too if you are looking for a name. Warner