diff options
author | Jon Smirl <jonsmirl@yahoo.com> | 2004-09-16 18:42:03 +0000 |
---|---|---|
committer | Jon Smirl <jonsmirl@yahoo.com> | 2004-09-16 18:42:03 +0000 |
commit | c7c9d3ef7b82215696c007415a018c670d54041e (patch) | |
tree | e80733dad72557c963530efe4e2e715141f36c98 /shared | |
parent | 5dfd89ae0a4894a3b9de17c17bb75c47e6509b8e (diff) |
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.
Diffstat (limited to 'shared')
-rw-r--r-- | shared/drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shared/drm.h b/shared/drm.h index 265c5c32..f9469129 100644 --- a/shared/drm.h +++ b/shared/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 */ |