summaryrefslogtreecommitdiff
path: root/src/sys/io/ic
AgeCommit message (Expand)Author
2025-10-18kern: ahci: Use the stack for ports before copyIan Moffett
2025-10-14kern: ahci: Implement DMS read interfaceIan Moffett
2025-10-14kern: dms: Make DMS block size awareIan Moffett
2025-10-14kern: ahci: Don't hardcode block sizesIan Moffett
2025-10-14kern: ahci: Register SATA drives to DMSIan Moffett
2025-10-14kern: ahci: Correct buffer order during ahci r/wIan Moffett
2025-10-14kern: ahci: Implement r/w of SATA drivesIan Moffett
2025-10-13kern: ahci: Add cmdslot allocation + identifyIan Moffett
2025-10-13kern: ahci: Allocate raw physical memoryIan Moffett
2025-10-12kern: ahci: Enable PCI MMIO and bus masteringIan Moffett
2025-10-11kern: pci: Use LU types instead of classrev fieldIan Moffett
2025-09-22kern: ahci: Bring up ports via COMRESETIan Moffett
2025-09-22kern: ahci: Replace printf calls with dtrace()Ian Moffett
2025-09-22kern: ahci: Add initial port bring-up logicIan Moffett
2025-09-22kern: ahci: Fix typo in dtrace() macroIan Moffett
2025-09-22kern: ahci: Keep track of number of command slotsIan Moffett
2025-09-21kern: ahci: Only support 64-bit HBAs for nowIan Moffett
2025-09-21kern: ahci: Add initial port startup logicIan Moffett
2025-09-21kern: ahci: Scan for implemented ports with PI regIan Moffett
2025-09-21kern: ahci: Add debug tracingIan Moffett
2025-09-21kern: ahci: Ensure HBA is in AHCI-mode after resetIan Moffett
2025-09-21kern: ahci: Add AHCI host bus adapter reset implIan Moffett
2025-09-19kern: pci: Implement PCI leaf drivers + AHCI stubIan Moffett