[NTOS:IO] Fix parsing of resource lists 2262/head
authorTimo Kreuzer <timo.kreuzer@reactos.org>
Sun, 28 Jan 2018 22:44:28 +0000 (23:44 +0100)
committerVictor Perevertkin <victor.perevertkin@reactos.org>
Fri, 24 Apr 2020 10:58:09 +0000 (13:58 +0300)
commitb82bf8ce167ae96dff2868461e82136b90b8c45f
tree828d95306b49c9953859677ee9711fb64061637f
parentc42e1246d18dd86943cd4a6c78c93edda029f3b8
[NTOS:IO] Fix parsing of resource lists

Also add a hack to avoid failing on now occurring resource conflict detection and try to fix at least one resource in ACPI hal.

CORE-10146
CORE-12892
12 files changed:
drivers/bus/pci/CMakeLists.txt
drivers/bus/pci/pci.h
drivers/bus/pci/pdo.c
drivers/bus/pcix/CMakeLists.txt
drivers/bus/pcix/debug.c
drivers/bus/pcix/enum.c
drivers/bus/pcix/pci.h
drivers/bus/pcix/utils.c
ntoskrnl/include/internal/cm.h
ntoskrnl/io/pnpmgr/pnpres.c
sdk/include/reactos/drivers/cmreslist.h [new file with mode: 0644]
win32ss/drivers/videoprt/resource.c