From c7c9d3ef7b82215696c007415a018c670d54041e Mon Sep 17 00:00:00 2001 From: Jon Smirl Date: Thu, 16 Sep 2004 18:42:03 +0000 Subject: Let's try adding the dyn-minor patch again. This patch will reuse minor numbers if a card is hotplugged in/out instead of just having them increase. --- shared-core/drm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shared-core') diff --git a/shared-core/drm.h b/shared-core/drm.h index 265c5c32..f9469129 100644 --- a/shared-core/drm.h +++ b/shared-core/drm.h @@ -112,7 +112,7 @@ #if defined(__linux__) || defined(__NetBSD__) #define DRM_MAJOR 226 #endif -#define DRM_MAX_MINOR 15 +#define DRM_MAX_MINOR 255 #endif #define DRM_NAME "drm" /**< Name in kernel, /dev, and /proc */ #define DRM_MIN_ORDER 5 /**< At least 2^5 bytes = 32 bytes */ -- cgit v1.2.3