CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/04/21 12:55:40
Modified files:
sys/sys : pciio.h
sys/dev/pci : pci.c
Log message:
First stab at a VGA arbiter. The VGA arbiter makes sure that only a single
VGA device can be active, and is responsible for routing IO to the active VGA
device. Processes can use the new PCIOC_GETVGA and PCIOC_SETVGA ioctls
to manipulate the VGA arbiter.
ok deraadt@, oga@
