From owner-cvs-src Thu Feb 13 22:33:56 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 6D0BD37B401; Thu, 13 Feb 2003 22:33:53 -0800 (PST) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id 144DB43FAF; Thu, 13 Feb 2003 22:33:53 -0800 (PST) (envelope-from anholt@FreeBSD.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.12.6/8.12.6) with ESMTP id h1E6Xqbv095028; Thu, 13 Feb 2003 22:33:52 -0800 (PST) (envelope-from anholt@repoman.freebsd.org) Received: (from anholt@localhost) by repoman.freebsd.org (8.12.6/8.12.6/Submit) id h1E6Xq3Y095027; Thu, 13 Feb 2003 22:33:52 -0800 (PST) Message-Id: <200302140633.h1E6Xq3Y095027@repoman.freebsd.org> From: Eric Anholt Date: Thu, 13 Feb 2003 22:33:52 -0800 (PST) To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/conf files files.alpha files.i386 files.pc98 src/sys/pci agp.c src/sys/modules Makefile src/sys/modules/agp Makefile X-FreeBSD-CVS-Branch: HEAD 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 anholt 2003/02/13 22:33:52 PST Modified files: sys/conf files files.alpha files.i386 files.pc98 sys/pci agp.c sys/modules Makefile sys/modules/agp Makefile Log: Split the arch-specific AGP files into the appropriate files.* and do the same for the agp module, and add agp to the list of modules to compile for alpha. Add an alpha_mb() to agp_flush_cache for alpha -- it's not correct but may improve the situation, and it's what linux and NetBSD do. Revision Changes Path 1.758 +0 -6 src/sys/conf/files 1.99 +1 -0 src/sys/conf/files.alpha 1.436 +6 -0 src/sys/conf/files.i386 1.263 +6 -0 src/sys/conf/files.pc98 1.304 +2 -1 src/sys/modules/Makefile 1.9 +7 -2 src/sys/modules/agp/Makefile 1.25 +6 -0 src/sys/pci/agp.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message