From owner-cvs-src@FreeBSD.ORG Mon Mar 15 01:54:10 2004 Return-Path: Delivered-To: cvs-src@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E20A516A4CE; Mon, 15 Mar 2004 01:54:10 -0800 (PST) Received: from harmony.village.org (rover.bsdimp.com [204.144.255.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 63D2C43D45; Mon, 15 Mar 2004 01:54:10 -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 i2F9s2kj065433; Mon, 15 Mar 2004 02:54:07 -0700 (MST) (envelope-from imp@bsdimp.com) Date: Mon, 15 Mar 2004 17:54:18 +0800 (CST) Message-Id: <20040315.175418.05661985.imp@bsdimp.com> To: bde@zeta.org.au From: "M. Warner Losh" In-Reply-To: <20040315192001.F5580@gamplex.bde.org> References: <20040315060801.GB76728@elvis.mu.org> <20040314231854.B99831@pooker.samsco.home> <20040315192001.F5580@gamplex.bde.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: cvs-src@freebsd.org cc: alfred@freebsd.org cc: scottl@freebsd.org cc: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/conf files.i386 files.pc98 options.i386 options.pc98 src/sys/i386/conf NOTES src/sys/i386/isa isa_compat.c isa_device.h pcf.c X-BeenThere: cvs-src@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 15 Mar 2004 09:54:11 -0000 : > they served was to allow those drivers to keep compiling. I believe that : : The cy driver is a counterexample. which is why I sent you my port of it to dev/cy using the newbus interfaces months ago... Warner