Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-20 | kern: pci: Add bus framework and PCI BAR mapper | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-20 | kern: 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> |