Age | Commit message (Expand) | Author |
---|---|---|
2025-09-20 | kern: pci: Add bus framework and PCI BAR mapper | Ian Moffett |
2025-09-20 | kern: pci: Add further info of pci_bus_lookup() | Ian Moffett |
2025-09-20 | kern: pci: Add PCI_BAR_IO() checker in pci/cam.h | Ian Moffett |
2025-09-20 | kern: pci: Handle base address registers (BARs) | Ian Moffett |
2025-09-19 | kern: pci: Implement PCI leaf drivers + AHCI stub | Ian Moffett |
2025-09-19 | kernel: pci: Add PCI lookup routine | Ian Moffett |
2025-09-19 | kern: pci: Add 'class' and 'subclass' to device | Ian Moffett |
2025-09-18 | kern: pci: Implement device list as TAILQ | Ian Moffett |
2025-09-18 | kern: pci: Add initial bus enumeration | Ian Moffett |
2025-09-18 | kern: io: Add initial PCI CAM driver | Ian Moffett |