CVSROOT: /cvs Module name: xenocara Changes by: matth...@cvs.openbsd.org 2012/06/02 07:05:09
Modified files: lib/libpciaccess/src: openbsd_pci.c Log message: Add support for X server privilege separation to pci_legacy_open_io() With privilege separation the X server enables legacy i/o port access during the early privileged initialization. Other calls should be no-op. Makes X server 1.12 happy with privilege separation. ok miod@