From owner-cvs-all@FreeBSD.ORG Tue Mar 16 12:56: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 F295716A4CE; Tue, 16 Mar 2004 12:56:41 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 81E4B43D1D; Tue, 16 Mar 2004 12:56:41 -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 i2GKuYkj090064; Tue, 16 Mar 2004 13:56:35 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Wed, 17 Mar 2004 04:56:45 +0800 (CST) Message-Id: <20040317.045645.83723898.imp@bsdimp.com> To: nate@root.org From: "M. Warner Losh" In-Reply-To: <20040316125222.G96418@root.org> References: <20040316.224458.21308983.non@ever.sanda.gr.jp> <20040316.215043.22018054.imp@bsdimp.com> <20040316125222.G96418@root.org> 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: non@ever.sanda.gr.jp cc: peter@FreeBSD.org cc: cvs-src@FreeBSD.org cc: obrien@FreeBSD.org cc: cvs-all@FreeBSD.org cc: nyan@jp.FreeBSD.org cc: peter@wemm.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/d 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 20:56:42 -0000 In message: <20040316125222.G96418@root.org> Nate Lawson writes: : On Tue, 16 Mar 2004, M. Warner Losh wrote: : > 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. : : Blech, did you see the suggestion for /src/sys/dev/ic/ ? Yes. I saw that since I made it. I like dev/include, but maybe a more fundamental question is that these are a portability layer shared between a number of differen systems, does that layer have a name? Warner