On Saturday 16 July 2005 12:11 pm, Vladimir Dergachev wrote:
> * the patch includes changes to BSD code as well - these
> need to be checked by people familiar with the platform
You missed a trivial Makefile patch. Other than that, it looks good.
Thanks,
Jung-uk Kim
Index: bsd-core/radeon/Makefile
===================================================================
RCS file: /cvs/dri/drm/bsd-core/radeon/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- bsd-core/radeon/Makefile 26 Apr 2005 15:27:58 -0000 1.6
+++ bsd-core/radeon/Makefile 18 Jul 2005 15:52:20 -0000
@@ -3,7 +3,8 @@
.PATH: ${.CURDIR}/..
KMOD = radeon
NO_MAN = YES
-SRCS = radeon_cp.c radeon_drv.c radeon_state.c radeon_irq.c radeon_mem.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
CFLAGS += ${DEBUG_FLAGS} -I. -I..