Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-21 | kern: ahci: Add initial port startup logic | Ian Moffett | |
Here we ensure that the port is in a stopped state, we have also added port descriptor lists to keep track of each port. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-21 | kern: ahci: Scan for implemented ports with PI reg | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
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> |