From owner-cvs-src@FreeBSD.ORG Tue Aug 5 09:23:29 2003 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 E39E037B401; Tue, 5 Aug 2003 09:23:29 -0700 (PDT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id EB64C43FBF; Tue, 5 Aug 2003 09:23:28 -0700 (PDT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])h75GNIFd052442; Wed, 6 Aug 2003 01:23:18 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Wed, 06 Aug 2003 01:23:14 +0900 (JST) Message-Id: <20030806.012314.74712676.nyan@jp.FreeBSD.org> To: imp@bsdimp.com From: Takahashi Yoshihiro In-Reply-To: <20030803.182522.117793689.imp@bsdimp.com> References: <200308020514.h725EHrp061638@repoman.freebsd.org> <20030803.182522.117793689.imp@bsdimp.com> X-Mailer: Mew version 3.2 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/pci pci_cfgreg.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: Tue, 05 Aug 2003 16:23:30 -0000 In article <20030803.182522.117793689.imp@bsdimp.com> "M. Warner Losh" writes: > I didn't think that PC98 used PCI BIOS to route interrupts ... Is > that not the case? Sorry, I added PC98 code without checking that it is necessary or not. I don't know that it is not needed for all cases... --- TAKAHASHI Yoshihiro