summaryrefslogtreecommitdiff
path: root/src/sys/arch/amd64/io/pci/bar.c
AgeCommit message (Collapse)Author
2025-09-20kern: pci: Handle base address registers (BARs)Ian Moffett
This commit handles base address registers by storing them in a bar array within the PCI device structure. We also introduced a helper header to perform operations with BARs such as getting the length of their underlying region Signed-off-by: Ian Moffett <ian@osmora.org>