Date: Thu, 4 Aug 2005 17:31:02 +0000 (UTC) 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 src/sys/i386/conf NOTES src/sys/amd64/conf NOTES src/sys/modules/drm/radeon Makefile src/sys/dev/drm ati_pcigart.c drmP.h drm_agpsupport.c drm_pciids.h r128_cce.c r300_cmdbuf.c r300_reg.h radeon_cp.c radeon_drm.h ... Message-ID: <200508041731.j74HV27X006117@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
anholt 2005-08-04 17:31:02 UTC FreeBSD src repository Modified files: (Branch: RELENG_6) sys/conf files sys/i386/conf NOTES sys/amd64/conf NOTES sys/modules/drm/radeon Makefile sys/dev/drm ati_pcigart.c drmP.h drm_agpsupport.c drm_pciids.h r128_cce.c radeon_cp.c radeon_drm.h radeon_drv.h radeon_state.c Added files: (Branch: RELENG_6) sys/dev/drm r300_cmdbuf.c r300_reg.h Log: MFC: r300 DRM support. Supports all current non-PCIE Radeons, as far as the developers know. Approved by: re (kensmith) Revision Changes Path 1.36.2.1 +1 -1 src/sys/amd64/conf/NOTES 1.1031.2.3 +1 -0 src/sys/conf/files 1.1.2.1 +9 -2 src/sys/dev/drm/ati_pcigart.c 1.13.2.1 +12 -2 src/sys/dev/drm/drmP.h 1.1.2.1 +16 -4 src/sys/dev/drm/drm_agpsupport.c 1.2.2.1 +13 -0 src/sys/dev/drm/drm_pciids.h 1.12.2.1 +1 -1 src/sys/dev/drm/r128_cce.c 1.2.2.1 +803 -0 src/sys/dev/drm/r300_cmdbuf.c (new) 1.1.2.1 +1416 -0 src/sys/dev/drm/r300_reg.h (new) 1.15.2.1 +44 -2 src/sys/dev/drm/radeon_cp.c 1.10.2.1 +47 -0 src/sys/dev/drm/radeon_drm.h 1.12.2.1 +50 -0 src/sys/dev/drm/radeon_drv.h 1.15.2.1 +41 -32 src/sys/dev/drm/radeon_state.c 1.1202.2.1 +1 -1 src/sys/i386/conf/NOTES 1.5.8.1 +1 -1 src/sys/modules/drm/radeon/Makefile
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200508041731.j74HV27X006117>