From owner-cvs-all@FreeBSD.ORG Sat Jun 7 09:47:29 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 D148A37B401; Sat, 7 Jun 2003 09:47:29 -0700 (PDT) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id C49F343FBF; Sat, 7 Jun 2003 09:47:26 -0700 (PDT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.8/8.12.3) with ESMTP id h57GlPkA002634; Sat, 7 Jun 2003 10:47:25 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Sat, 07 Jun 2003 10:47:16 -0600 (MDT) Message-Id: <20030607.104716.19783070.imp@bsdimp.com> To: jhb@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <20030607054835.3F3922A8C1@canning.wemm.org> X-Mailer: Mew version 2.1 on Emacs 21.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org cc: peter@wemm.org Subject: Re: cvs commit: src/sys/i386/pci pci_bus.c src/sys/i386/include legacyvar.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: Sat, 07 Jun 2003 16:47:30 -0000 In message: John Baldwin writes: : I think we should have a sys/x86 like NetBSD. The legacy PCI bus driver : stuff can probably all live in there for example since these files should : be identical for both. I've often thought that would be a good idea. I think that all three x86 ports could benefit from that. Warner