CVSROOT: /cvs Module name: xenocara Changes by: j...@cvs.openbsd.org 2016/11/25 16:58:13
Modified files: lib/libdrm : xf86drm.c Log message: Implement an OpenBSD specific codepath for drmGetDevice The existing code walks all of /dev looking for different types of drm nodes. We just have primary nodes and can directly map the minor number to a path. ok kettenis@