CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2010/06/30 19:02:31
Modified files:
sys/dev/pci : vga_pci.c
sys/arch/i386/i386: acpi_wakecode.S
sys/arch/amd64/amd64: acpi_wakecode.S
Log message:
Add a look-up table for machines that have special vga cards. This table will
tell, based on vendor/product/subvendor/subproduct ids, how the video reposting
should be done: via the emulator or the bios video call in locore. The default
is to do none of those, which is how most machines work.
Okay kettenis@, dera...@.