From owner-cvs-src@FreeBSD.ORG Wed Aug 18 15:58:57 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 3ABA916A4CE; Wed, 18 Aug 2004 15:58:57 +0000 (GMT) Received: from watery.cc.kogakuin.ac.jp (watery.cc.kogakuin.ac.jp [133.80.152.80]) by mx1.FreeBSD.org (Postfix) with ESMTP id A6B6043D49; Wed, 18 Aug 2004 15:58:56 +0000 (GMT) (envelope-from nyan@jp.FreeBSD.org) Received: from localhost (localhost [IPv6:::1])i7IFwtXf025504; Thu, 19 Aug 2004 00:58:55 +0900 (JST) (envelope-from nyan@jp.FreeBSD.org) Date: Thu, 19 Aug 2004 00:57:52 +0900 (JST) Message-Id: <20040819.005752.74729270.nyan@jp.FreeBSD.org> To: rwatson@FreeBSD.org From: Takahashi Yoshihiro In-Reply-To: <200408180346.i7I3kdSj026379@repoman.freebsd.org> References: <200408180346.i7I3kdSj026379@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/conf options.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: Wed, 18 Aug 2004 15:58:57 -0000 In article <200408180346.i7I3kdSj026379@repoman.freebsd.org> Robert Watson writes: > Since pc98 shares the AGP driver with the i386, also define the > amd64 agp option here in order to let the pc98 kernel build > complete. This doesn't seem right, since there probably aren't > plans to build a pc98 amd64 box; however, it's not clear to me > how to get config to generate an opt_agp.h without an option > defined. I think that using '#ifndef PC98' in agp_sis.c and agp_via.c is better way rather than putting unneeded line in options.pc98. --- TAKAHASHI Yoshihiro