OSDN Git Service

xf86drm: correct the OpenBSD DRM_MAJOR define
authorJonathan Gray <jsg@jsg.id.au>
Mon, 20 Jul 2015 17:12:10 +0000 (03:12 +1000)
committerEmil Velikov <emil.l.velikov@gmail.com>
Wed, 29 Jul 2015 17:04:15 +0000 (18:04 +0100)
commit66c3afb75fa993f2f8b00c2dd9c2ec37a3a9dfb6
tree8379cba1923f34ffd57c9e9540bc883f0da2c8d1
parent1d3b823650bf980a48df00b748fef7cfc7c19b14
xf86drm: correct the OpenBSD DRM_MAJOR define

As far as I can tell no OpenBSD platform ever used 81
for a drm major.  While the value was added to libdrm in 2003
or earlier drm didn't appear in OpenBSD till 2007.

Of the OpenBSD platforms that support drm amd64/macppc/sparc64
use a major of 87, i386 uses 88.

v2: rearrange ifdefs as suggested by Emil.

Signed-off-by: Jonathan Gray <jsg@jsg.id.au>
Reviewed-by: Emil Velikov <emil.l.velikov@gmail.com>
xf86drm.c