reactos/hal/halx86/legacy
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
..
bus [HAL] Fix build with CONFIG_SMP 2021-06-19 12:17:18 +02:00
bussupp.c [HALX86] Print the correct size of the BAR in HalpDebugPciDumpBus() 2022-05-26 16:40:17 +03:00
halpcat.c [REACTOS] Cleanup INIT and some PAGE section allocations 2020-11-02 21:45:31 +03:00
halpnpdd.c [HALX86] Restore Windows compatibility on reporting device IDs 2021-01-31 05:37:27 +03:00