From owner-cvs-src@FreeBSD.ORG Thu May 6 03:09:19 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 BCE3A16A4CE; Thu, 6 May 2004 03:09:19 -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 1D9E143D5F; Thu, 6 May 2004 03:09:19 -0700 (PDT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])i46A9FIC056754; Thu, 6 May 2004 19:09:15 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Thu, 06 May 2004 19:09:00 +0900 (JST) Message-Id: <20040506.190900.41679618.nyan@jp.FreeBSD.org> To: jhb@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200405051624.05873.jhb@FreeBSD.org> References: <200405051803.i45I3eSH096069@repoman.freebsd.org> <20040506.033320.74664031.nyan@jp.FreeBSD.org> <200405051624.05873.jhb@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/conf files.pc98 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: Thu, 06 May 2004 10:09:19 -0000 In article <200405051624.05873.jhb@FreeBSD.org> John Baldwin writes: > > I think that PC98 does not have the ELCR and recent your changes don't > > consider PC98. I'll fix them. > > Note that if PC98 doesn't have an ELCR, it won't probe. This commit just > fixed the kernel build. Please try the current code out first and see if it > works before changing it. Note that any machine with PCI (including early > Pentium's) might have an ELCR. The current ELCR_PORT (0x4d0) is wrong for pc98 at least. If my memory serves me, the port is reserved for extension devices. I tried to find an ELCR document for pc98, but I could not. --- TAKAHASHI Yoshihiro