From owner-freebsd-current@FreeBSD.ORG Tue Aug 17 22:24:09 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DF1D16A4CE for ; Tue, 17 Aug 2004 22:24:09 +0000 (GMT) Received: from anuket.mj.niksun.com (gwnew.niksun.com [65.115.46.162]) by mx1.FreeBSD.org (Postfix) with ESMTP id BA2E243D3F for ; Tue, 17 Aug 2004 22:24:06 +0000 (GMT) (envelope-from jkim@niksun.com) Received: from [10.70.0.244] (daemon.mj.niksun.com [10.70.0.244]) i7HMNiAq091831; Tue, 17 Aug 2004 18:23:44 -0400 (EDT) (envelope-from jkim@niksun.com) X-RAV-AntiVirus: This e-mail has been scanned for viruses. From: Jung-uk Kim Organization: Niksun, Inc. To: freebsd-current@freebsd.org Date: Tue, 17 Aug 2004 18:23:42 -0400 User-Agent: KMail/1.6.2 References: <20040817170324.1d69243d@dolphin.local.net> In-Reply-To: <20040817170324.1d69243d@dolphin.local.net> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200408171823.42972.jkim@niksun.com> Subject: Re: "options AGP_AMD64_GART" in i386/conf/NOTES but not amd64/conf/NOTES? X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 17 Aug 2004 22:24:09 -0000 On Tuesday 17 August 2004 06:03 pm, Conrad J. Sabatier wrote: > This seems a little odd to me. Why is "options AGP_AMD64_GART" > listed in the NOTES file for i386, but not for amd64? Can this be > right? When I submitted the patch, I had an option for AMD64 (you can find it from the archive) but David removed it. So, it is unconditional now for AMD64. #if defined(__amd64__) || defined(AGP_AMD64_GART) Jung-uk Kim