Date: Tue, 9 Sep 2008 02:18:37 +0000 (UTC) From: Robert Noland <rnoland@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/drm ati_pcigart.c Message-ID: <200809090218.m892IpS2091598@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
rnoland 2008-09-09 02:18:37 UTC
FreeBSD src repository
Modified files:
sys/dev/drm ati_pcigart.c
Log:
SVN rev 182884 on 2008-09-09 02:18:37Z by rnoland
IGP based radeon cards such as the rs485 and rs690 require that the GART table
be un-cached. Our previous memory barrier was not sufficient. This patch
allocates the IGP GART tables using the BUS_DMA_NOCACHE flag to get these
cards working.
Approved by: kib
Revision Changes Path
1.6 +73 -18 src/sys/dev/drm/ati_pcigart.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200809090218.m892IpS2091598>
