summaryrefslogtreecommitdiff
path: root/sys/dev/ic/ahci.c
AgeCommit message (Expand)Author
2024-06-24Clean out for exptIan Moffett
2024-06-03kernel: pci: Require mapping BAR using bus_map()Ian Moffett
2024-06-02kernel: ahci: Add missing whitespacedevIan Moffett
2024-06-02kernel: ahci: Add missing close() hookIan Moffett
2024-06-02kernel: ahci: Add SATA read/write supportIan Moffett
2024-06-02kernel: ahci: Acquire global "io_lock" during cmdIan Moffett
2024-05-31kernel: ahci: Fix null checkIan Moffett
2024-05-31kernel: ahci: Document workaroundIan Moffett
2024-05-31kernel: ic: Add initial AHCI driver codeIan Moffett