From owner-cvs-all@FreeBSD.ORG Thu Jul 1 14:27:09 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 075FB16A4CE; Thu, 1 Jul 2004 14:27:09 +0000 (GMT) Received: from harmony.village.org (rover.village.org [168.103.84.182]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3CAA643D1D; Thu, 1 Jul 2004 14:27:08 +0000 (GMT) (envelope-from imp@bsdimp.com) Received: from localhost (warner@rover2.village.org [10.0.0.1]) by harmony.village.org (8.12.11/8.12.11) with ESMTP id i61EMZIR097600; Thu, 1 Jul 2004 08:22:35 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 01 Jul 2004 08:23:05 -0600 (MDT) Message-Id: <20040701.082305.04529796.imp@bsdimp.com> To: nyan@freebsd.org From: "M. Warner Losh" In-Reply-To: <200407010936.i619aVBt073094@repoman.freebsd.org> References: <200407010936.i619aVBt073094@repoman.freebsd.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: src-committers@freebsd.org cc: cvs-all@freebsd.org Subject: Re: cvs commit: src/sys/i386/isa isa.c 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: Thu, 01 Jul 2004 14:27:09 -0000 In message: <200407010936.i619aVBt073094@repoman.freebsd.org> Takahashi Yoshihiro writes: : This needs __RMAN_RESOURCE_VISIBLE if PC98 is defined. I'm planning on re-exposing struct rman. There's no way to use it w/o it. However, I do plan on re-removing this from files who only presently need it now to reach into struct resource. I have some helper functions in the pipe that will make this possible... Warner