Date: Thu, 13 Feb 2003 18:32:18 -0800 From: Marcel Moolenaar <marcel@xcllnt.net> To: Eric Anholt <eta@lclark.edu> Cc: Peter Wemm <peter@wemm.org>, Dag-Erling Smorgrav <des@ofug.org>, src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: Re: cvs commit: src/sys/modules Makefile Message-ID: <20030214023218.GA1573@athlon.pn.xcllnt.net> In-Reply-To: <1045185451.11981.17.camel@leguin> References: <20030213223058.769DA2A8C1@canning.wemm.org> <1045185451.11981.17.camel@leguin>
next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, Feb 13, 2003 at 06:06:15PM -0800, Eric Anholt wrote: > > Here's a patch to remove the arch-specific drivers from conf/files and > only enable them for the appropriate architectures. As far as > flush_cache on alpha, everyone else (NetBSD, linux) just does a memory > barrier there, and linux has a note that it's probably wrong but they're > not sure. > > http://people.freebsd.org/~anholt/files/agp-alphadiff > > Does this look appropriate? I think so. There's just one nit: agp_flush_cache(). Can we not rename it to cpu_flush_cache() and have some MD header define it appropriately (or if the implementation is non-trivial have it defined in some MD source file)? -- Marcel Moolenaar USPA: A-39004 marcel@xcllnt.net To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-src" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030214023218.GA1573>