Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-21 | kern: ahci: Add AHCI host bus adapter reset impl | Ian Moffett | |
This commit introduces this initial ahci_init() logic by resetting HBA state on startup. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-19 | kern: pci: Implement PCI leaf drivers + AHCI stub | Ian Moffett | |
This commit introduces the support for having PCI specific device drivers while providing a tiny AHCI stub that logs the existence of the host bus adapter. The PCI bus itself has a driver for enumerating the devices and associating a specific driver to it, the device drivers themselve must advertise themselves to the PCI driver. Signed-off-by: Ian Moffett <ian@osmora.org> |