reactos/win32ss/drivers/miniport/vga
Hervé Poussineau 951dc66c66 [VGAMP] Correctly check and report legacy resources (VGA I/O ports and memory)
As we are a non PNP driver, the call chain will be
DriverEntry -> VidePortInitialize -> VideoPortFindAdapter -> HwFindAdapter.

If legacy resources are available, we will fail VGAFindAdapter,
so DriverEntry will fail, so vgamp.sys driver won't be used.

CORE-17789
2021-10-14 23:39:30 +02:00
..
CMakeLists.txt
initvga.c
vga_reg.inf
vgamp.c [VGAMP] Correctly check and report legacy resources (VGA I/O ports and memory) 2021-10-14 23:39:30 +02:00
vgamp.h
vgamp.rc
vgavideo.h