From 2abd1f270bccfdda6e87021000ba88e07f54c181 Mon Sep 17 00:00:00 2001 From: Eric Anholt Date: Tue, 18 Apr 2006 06:08:17 +0000 Subject: Reorder the DRM_*_AGP enum to match linux's numbers (oops). Fixes i915 attachment. Make our mga_drv.c use them, while I'm here. Submitted by: Jonathan Fosburgh --- bsd-core/drmP.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'bsd-core/drmP.h') diff --git a/bsd-core/drmP.h b/bsd-core/drmP.h index 43f24271..074e1d2c 100644 --- a/bsd-core/drmP.h +++ b/bsd-core/drmP.h @@ -217,8 +217,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 -- cgit v1.2.3