summaryrefslogtreecommitdiff
path: root/sys/dev/drm/drm_linux_list.h
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2005-12-14 00:52:59 +0000
committerEric Anholt <anholt@FreeBSD.org>2005-12-14 00:52:59 +0000
commite9f2f971a98125c97000bb78ef6463d101d78e0a (patch)
treecb26ebc8057d17b4b8b87198aecee62810089a3c /sys/dev/drm/drm_linux_list.h
parent53141424b5330002bce99290aba74198ee1e5339 (diff)
MFC DRM. Notable changes:
- i915 (i830-i915) driver ported. - S3 Savage driver ported. - Added support for ATI_fragment_shader registers for r200. - Improved r300 support, needed for latest r300 DRI driver. - (possibly) r300 PCIE support, needs X.Org server from CVS. - Added support for PCI Matrox cards. - Software fallbacks fixed for Rage 128, which used to render badly or hang. - Some issues reported by WITNESS are fixed.
Notes
svn path=/stable/6/; revision=153401
Diffstat (limited to 'sys/dev/drm/drm_linux_list.h')
-rw-r--r--sys/dev/drm/drm_linux_list.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/sys/dev/drm/drm_linux_list.h b/sys/dev/drm/drm_linux_list.h
index f3d07447d292..d0a5c7008a7c 100644
--- a/sys/dev/drm/drm_linux_list.h
+++ b/sys/dev/drm/drm_linux_list.h
@@ -27,9 +27,11 @@
* Authors:
* Eric Anholt <anholt@FreeBSD.org>
*
- * $FreeBSD$
*/
+#include <sys/cdefs.h>
+__FBSDID("$FreeBSD$");
+
struct list_head {
struct list_head *next, *prev;
};