Date: Thu, 13 Feb 2003 22:33:52 -0800 (PST) From: Eric Anholt <anholt@FreeBSD.org> 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 Message-ID: <200302140633.h1E6Xq3Y095027@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
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-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200302140633.h1E6Xq3Y095027>