aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/drm
diff options
context:
space:
mode:
authorEric Anholt <anholt@FreeBSD.org>2006-04-18 06:14:43 +0000
committerEric Anholt <anholt@FreeBSD.org>2006-04-18 06:14:43 +0000
commita3f4c749511df0472fabceae383f4d8ce4ffaeca (patch)
treee6c51d0106ca7f4bc2fc6b436d1041d75e4fc751 /sys/dev/drm
parent572a2b33031aeb33ad8378430c4739a687f47c55 (diff)
Notes
Diffstat (limited to 'sys/dev/drm')
-rw-r--r--sys/dev/drm/drmP.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/dev/drm/drmP.h b/sys/dev/drm/drmP.h
index 081d98ce5de0..044a50fbef32 100644
--- a/sys/dev/drm/drmP.h
+++ b/sys/dev/drm/drmP.h
@@ -220,8 +220,8 @@ typedef void irqreturn_t;
enum {
DRM_IS_NOT_AGP,
- DRM_MIGHT_BE_AGP,
- DRM_IS_AGP
+ DRM_IS_AGP,
+ DRM_MIGHT_BE_AGP
};
#define DRM_AGP_MEM struct agp_memory_info