From owner-cvs-src@FreeBSD.ORG Sun Oct 10 03:34:31 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 B6BE116A4CE; Sun, 10 Oct 2004 03:34:31 +0000 (GMT) Received: from ylpvm43.prodigy.net (ylpvm43-ext.prodigy.net [207.115.57.74]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58C6643D45; Sun, 10 Oct 2004 03:34:31 +0000 (GMT) (envelope-from nate@root.org) Received: from [10.0.5.52] (adsl-64-171-187-209.dsl.snfc21.pacbell.net [64.171.187.209])i9A3Yc9p019322; Sat, 9 Oct 2004 23:34:38 -0400 Message-ID: <4168ADC6.2090206@root.org> Date: Sat, 09 Oct 2004 20:34:30 -0700 From: Nate Lawson User-Agent: Mozilla Thunderbird 0.7.3 (X11/20040901) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Warner Losh References: <20041010032624.AD8CF16A4F8@hub.freebsd.org> In-Reply-To: <20041010032624.AD8CF16A4F8@hub.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit cc: cvs-src@FreeBSD.org cc: src-committers@FreeBSD.org cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/i386/isa pbio.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: Sun, 10 Oct 2004 03:34:32 -0000 Warner Losh wrote: > imp 2004-10-10 03:26:20 UTC > > FreeBSD src repository > > Modified files: > sys/i386/isa pbio.c > Log: > Convert to newbus. (chances are we could now move this to dev/pbio > since I believe it is now MI, but that hasn't been done yet). > > Reviewed by: dds > > Revision Changes Path > 1.4 +61 -46 src/sys/i386/isa/pbio.c > Thanks!