On 1 December 2016 at 04:18, Jonathan Gray <jsg at jsg.id.au> wrote: > DRI devices on OpenBSD are not in their own directory. They reside in > /dev with a large number of statically generated /dev nodes. > > Avoid stat'ing all of /dev on OpenBSD by implementing this custom path. > > v2: > - use drmGetMinorType to get node type > - adapt to drmProcessPciDevice changes > - verify drmParseSubsystemType type is PCI > - add a comment describing why this was added > Thanks for the update Jonathan.
I've pulled v2 in master, Emil