Age | Commit message (Expand) | Author |
---|---|---|
2025-09-22 | kern: ahci: Include missing io/dma/alloc.h | Ian Moffett |
2025-09-22 | kern: ahci: Add initial port bring-up logic | Ian Moffett |
2025-09-22 | kern: ahci: Keep track of number of command slots | Ian Moffett |
2025-09-22 | kern: ahci: Add further ahcivar.h defs for FIS/HDR | Ian Moffett |
2025-09-21 | kern: ahci: Only support 64-bit HBAs for now | Ian Moffett |
2025-09-21 | kern: ahci: Add initial port startup logic | Ian Moffett |
2025-09-21 | kern: ahci: Scan for implemented ports with PI reg | Ian Moffett |
2025-09-21 | kern: ahci: Add AHCI host bus adapter reset impl | Ian Moffett |
2025-09-21 | kern: ahci: Add AHCI register header | Ian Moffett |