diff options
| author | Eric Anholt <anholt@FreeBSD.org> | 2006-04-09 20:45:45 +0000 |
|---|---|---|
| committer | Eric Anholt <anholt@FreeBSD.org> | 2006-04-09 20:45:45 +0000 |
| commit | 72ab0eff0f464a4cfab0cc7ca5a0b2555ad64795 (patch) | |
| tree | f57db1633125210d36e905094cb555bdb5e70914 /sys/dev/drm/drm.h | |
| parent | 43293c693791467201719806ea3c19838eaccebe (diff) | |
Notes
Diffstat (limited to 'sys/dev/drm/drm.h')
| -rw-r--r-- | sys/dev/drm/drm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/drm/drm.h b/sys/dev/drm/drm.h index fc46d5403cdc6..54e786f77fd25 100644 --- a/sys/dev/drm/drm.h +++ b/sys/dev/drm/drm.h @@ -123,7 +123,7 @@ __FBSDID("$FreeBSD$"); #if defined(__linux__) || defined(__NetBSD__) #define DRM_MAJOR 226 #endif -#define DRM_MAX_MINOR 255 +#define DRM_MAX_MINOR 15 #endif #define DRM_NAME "drm" /**< Name in kernel, /dev, and /proc */ #define DRM_MIN_ORDER 5 /**< At least 2^5 bytes = 32 bytes */ |
