From owner-cvs-all@FreeBSD.ORG Sun Mar 14 22:16:59 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 D5C2016A546; Sun, 14 Mar 2004 22:16:58 -0800 (PST) Received: from TRANG.nuxi.com (trang.nuxi.com [66.93.134.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9003A43D1D; Sun, 14 Mar 2004 22:16:58 -0800 (PST) (envelope-from obrien@NUXI.com) Received: from dragon.nuxi.com (smmsp@localhost [127.0.0.1]) by TRANG.nuxi.com (8.12.11/8.12.10) with ESMTP id i2F6GskP051273; Sun, 14 Mar 2004 22:16:57 -0800 (PST) (envelope-from obrien@dragon.nuxi.com) Received: (from obrien@localhost) by dragon.nuxi.com (8.12.11/8.12.11/Submit) id i2F3PxtM040800; Sun, 14 Mar 2004 19:25:59 -0800 (PST) (envelope-from obrien) Date: Sun, 14 Mar 2004 19:25:05 -0800 From: "David O'Brien" To: Takahashi Yoshihiro Message-ID: <20040315032505.GB16111@dragon.nuxi.com> References: <200403131946.i2DJkRit022925@repoman.freebsd.org> <20040314.123254.74732422.nyan@jp.FreeBSD.org> <200403131948.20774.peter@wemm.org> <20040314.125403.41652080.nyan@jp.FreeBSD.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040314.125403.41652080.nyan@jp.FreeBSD.org> User-Agent: Mutt/1.4.1i X-Operating-System: FreeBSD 5.2-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: cvs-all@FreeBSD.org cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: peter@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/dev/ncv ncr53c500.c ncr53c500_pccard.c ncr53c500hw.h ... X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: obrien@FreeBSD.org List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 06:16:59 -0000 On Sun, Mar 14, 2004 at 12:54:03PM +0900, Takahashi Yoshihiro wrote: > > > > Modified files: > > > > sys/compat/netbsd dvcfg.h physio_proc.h > > > > > > > > Log: > > > > Move the non-MD machine/dvcfg.h and machine/physio_proc.h to a > > > > common MI area before they proliferate more. > > > > > > Why these are in compat/netbsd? These sure are obtained from > > > NetBSD/pc98, but not for compatible mode with NetBSD. I also wondered that when I saw Peter do this in Perforce. > > Is there a better place? I'd be happy to move them elsewhere.. perhaps > > dev/pc98/*? compat/pc98/*? > > These are also not for pc98 only. I think that sys/sys is a better. Thank you for backing me up on this. To all, these are generic PCCARD I/O devices. sys/dev// is best. Right now dev/ only has directories, but I'm not sure what [pseudo] device these should go with. -- -- David (obrien@FreeBSD.org)