From af088425f7d501238d321c56147c357cc62e5159 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Wed, 20 Jul 2005 21:10:57 +0000 Subject: Add the latest r300 code from r300.sf.net. This is based on the patch supplied by Vladimir Dergachev for inclusion in DRM CVS, with minor modifications for FreeBSD CVS and the appropriate license from Nicolai Haehnle on r300_reg.h. Fixes hangs when using r300.sf.net userland, tested on a Radeon 9600 on amd64. --- sys/modules/drm/radeon/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/modules/drm') diff --git a/sys/modules/drm/radeon/Makefile b/sys/modules/drm/radeon/Makefile index d72bf2f3b5eb..ba59b7273f17 100644 --- a/sys/modules/drm/radeon/Makefile +++ b/sys/modules/drm/radeon/Makefile @@ -2,7 +2,7 @@ .PATH: ${.CURDIR}/../../../dev/drm KMOD = radeon -SRCS = radeon_cp.c radeon_drv.c radeon_irq.c \ +SRCS = r300_cmdbuf.c radeon_cp.c radeon_drv.c radeon_irq.c \ radeon_mem.c radeon_state.c SRCS +=device_if.h bus_if.h pci_if.h opt_drm.h -- cgit v1.3