xf86drm: implement drmParseSubsystemType for OpenBSD
authorJonathan Gray <jsg@jsg.id.au>
Thu, 1 Dec 2016 04:18:40 +0000 (15:18 +1100)
committerEmil Velikov <emil.l.velikov@gmail.com>
Mon, 5 Dec 2016 17:52:53 +0000 (17:52 +0000)
commitd05b9f2dde17e60996437332219b4b568f7edefa
tree134ef9c73e952eedc832b11910d41db5e6327b46
parentf189011b362a2dff3ab914523e546cc96f53df39
xf86drm: implement drmParseSubsystemType for OpenBSD

Implement drmParseSubsystemType for OpenBSD by always returning
DRM_BUS_PCI.  No non-pci drm drivers are in the kernel and this is
unlikely to change anytime soon as the existing ones aren't permissively
licensed.

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