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 [HALX64] Do not claim to handle display reset if you don't. Fix bootvid display initialization in x64 as a result. 2022-03-28 00:32:25 +02:00
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 [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
pic [FORMATTING] Remove trailing whitespace. Addendum to 34593d93. 2021-09-13 03:52:22 +02:00
smp [HALX86] Add a way to print the ProcessorTable data on bootup 2022-04-07 22:54:32 +03:00
xbox [HAL] Add smp component and build x64 smp hal 2021-06-19 12:17:18 +02:00
acpi.cmake [HALX86:ACPI] Use the correct PCH file for compilation. 2022-04-09 20:18:03 +02:00
apic.cmake [HAL:APIC] Improve code 2021-06-26 21:10:43 +02:00
CMakeLists.txt [HALX86] Add function prototypes needed for parsing ACPI MADT table 2022-04-07 22:54:13 +03:00
generic.cmake [CMAKE] Get rid of add_object_library 2021-03-03 08:34:32 +01:00
legacy.cmake [HALX86] Add function prototypes needed for parsing ACPI MADT table 2022-04-07 22:54:13 +03:00
pc98.cmake [HALX86] Rearrange files in x86 HAL 2021-03-15 02:48:35 +03:00
pcidata.cmake [REACTOS] Addendum to 5c7ce4475e - Fix MSVC 2015 build 2021-05-12 11:04:29 +02:00
pic.cmake [HALX86] Rearrange files in x86 HAL 2021-03-15 02:48:35 +03:00
smp.cmake [HALX86] Add function prototypes needed for parsing ACPI MADT table 2022-04-07 22:54:13 +03:00
up.cmake [HAL] Add smp component and build x64 smp hal 2021-06-19 12:17:18 +02:00
xbox.cmake [HALX86] Rearrange files in x86 HAL 2021-03-15 02:48:35 +03:00