reactos/hal/halx86
Dmitry Borisov 6f4be52a1c
[HALX86] Print the correct size of the BAR in HalpDebugPciDumpBus()
Reference: https://wiki.osdev.org/PCI#Address_and_size_of_the_BAR

To determine the amount of address space needed by a PCI device,
you must save the original value of the BAR, write a value
of all 1's to the register, then read it back.

Note: 64-bit BARs are not supported yet.
2022-05-26 16:40:17 +03:00
..
acpi [HALX86] Add support for parsing ACPI MADT tables 2022-04-07 22:54:32 +03:00
amd64
apic [HALX86] Do not define unnamed enums 2022-04-26 03:38:37 +03:00
generic [HAL][HALARM] The HAL should only use KPCR. 2022-05-08 17:21:44 +02:00
include [HALX86] Print the correct size of the BAR in HalpDebugPciDumpBus() 2022-05-26 16:40:17 +03:00
legacy [HALX86] Print the correct size of the BAR in HalpDebugPciDumpBus() 2022-05-26 16:40:17 +03:00
minihal [MINIHAL] Compile with _NTSYSTEM_ since it's also part of the bootloader. 2022-05-08 04:15:51 +02:00
mp [HAL][HALARM] The HAL should only use KPCR. 2022-05-08 17:21:44 +02:00
pc98
pic
smp [HALX86] Add a way to print the ProcessorTable data on bootup 2022-04-07 22:54:32 +03:00
xbox
acpi.cmake [HALX86:ACPI] Use the correct PCH file for compilation. 2022-04-09 20:18:03 +02:00
apic.cmake
CMakeLists.txt [HALX86] Add function prototypes needed for parsing ACPI MADT table 2022-04-07 22:54:13 +03:00
generic.cmake
legacy.cmake [HALX86] Add function prototypes needed for parsing ACPI MADT table 2022-04-07 22:54:13 +03:00
pc98.cmake
pcidata.cmake
pic.cmake
smp.cmake [HALX86] Add function prototypes needed for parsing ACPI MADT table 2022-04-07 22:54:13 +03:00
up.cmake
xbox.cmake