summaryrefslogtreecommitdiff
path: root/bsd-core/i915_drv.c
diff options
context:
space:
mode:
authorDave Airlie <airlied@linux.ie>2004-08-03 11:26:38 +0000
committerDave Airlie <airlied@linux.ie>2004-08-03 11:26:38 +0000
commit6c9715eaf502587c58acfaea420a4fdf29bd7221 (patch)
treece6045e7fe6eadeadfa8ca196ef4f6ea000e3b9b /bsd-core/i915_drv.c
parent4f8f02a1922653b2ce5c115c4469e927b5d826fa (diff)
bring over fix from i865-agp branch, it now probes the driver, X hangs
box..
Diffstat (limited to 'bsd-core/i915_drv.c')
-rw-r--r--bsd-core/i915_drv.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/bsd-core/i915_drv.c b/bsd-core/i915_drv.c
index 5fbbfb2b..8fd7e37d 100644
--- a/bsd-core/i915_drv.c
+++ b/bsd-core/i915_drv.c
@@ -28,6 +28,8 @@
*
*/
+#define DRM_DEV_NAME "drmsub"
+
#include "i915.h"
#include "drmP.h"
#include "drm.h"