CVSROOT: /cvs Module name: src Changes by: kette...@cvs.openbsd.org 2013/03/26 12:45:02
Modified files: sys/dev/pci : vga_pci.c Log message: Stop rePOSTing devices supported by inteldrm(4). The driver now properly restores the graphics mode and we should avoid running BIOS code whenever possible as it isn't guaranteed to work and might actually hurt. ok jsg@, deraadt@