Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-20 | kern: pci: Add PCI_BAR_IO() checker in pci/cam.h | Ian Moffett | |
The PCI_BAR_IO() checks if the BAR is an I/O type BAR. The value 1 is returned if true, otherwise 0 if it is a memory type BAR. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-18 | kern: io: Add initial PCI CAM driver | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |