From owner-cvs-src Thu Feb 13 14: 1:51 2003 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 55DFC37B401; Thu, 13 Feb 2003 14:01:49 -0800 (PST) Received: from canning.wemm.org (canning.wemm.org [192.203.228.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id DF38443F93; Thu, 13 Feb 2003 14:01:48 -0800 (PST) (envelope-from peter@wemm.org) Received: from wemm.org (localhost [127.0.0.1]) by canning.wemm.org (Postfix) with ESMTP id C3BB02A89E; Thu, 13 Feb 2003 14:01:48 -0800 (PST) (envelope-from peter@wemm.org) X-Mailer: exmh version 2.5 07/13/2001 with nmh-1.0.4 To: Dag-Erling Smorgrav Cc: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile In-Reply-To: Date: Thu, 13 Feb 2003 14:01:48 -0800 From: Peter Wemm Message-Id: <20030213220148.C3BB02A89E@canning.wemm.org> Sender: owner-cvs-src@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG Dag-Erling Smorgrav wrote: > Peter Wemm writes: > > Log: > > We only provide agp drivers for the intel chipsets, move the agp > > subdir to the i386-only section. > > Some Alphas have AGP slots. Indeed, but we do not have drivers for them. Even the nearest likely candidate (agp_amd.c which *might* be usable with an alpha cpu, if anybody has made such a motherboard) has i386-specific stuff in it. And then there are things like this: agp_flush_cache() { #ifdef __i386__ wbinvd(); #endif } .. which are there to "make it compile" rather than actually work. Having this being built by default is just wasting compile time on non-i386 systems, especially since it isn't a state ready to be used yet. Cheers, -Peter -- Peter Wemm - peter@wemm.org; peter@FreeBSD.org; peter@yahoo-inc.com "All of this is for nothing if we don't go to the stars" - JMS/B5 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message