CVSROOT: /cvs Module name: xenocara Changes by: [email protected] 2019/01/03 12:31:25
Modified files:
xserver/hw/xfree86/os-support/bus: bsd_pci.c
Log message:
Call xf86OpenConsole() before probing for drivers.
On OpenBSD, we need the console fd to query wsdisplay type,
This was only causing problems with -keepPriv, since the privilege
separation code already calls xf86OpenConsole() earlier.
The function is idempotent, so there's no harm calling it
several times.
ok kettenis@
