Age | Commit message (Expand) | Author |
---|---|---|
2025-09-22 | kern: ahci: Bring up ports via COMRESET | Ian Moffett |
2025-09-22 | kern: ahci: Replace printf calls with dtrace() | Ian Moffett |
2025-09-22 | kern: ahci: Add initial port bring-up logic | Ian Moffett |
2025-09-22 | kern: ahci: Fix typo in dtrace() macro | Ian Moffett |
2025-09-22 | kern: ahci: Keep track of number of command slots | 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 debug tracing | Ian Moffett |
2025-09-21 | kern: ahci: Ensure HBA is in AHCI-mode after reset | Ian Moffett |
2025-09-21 | kern: ahci: Add AHCI host bus adapter reset impl | Ian Moffett |
2025-09-19 | kern: pci: Implement PCI leaf drivers + AHCI stub | Ian Moffett |