summaryrefslogtreecommitdiff
path: root/src/sys/include/io
AgeCommit message (Expand)Author
10 dayskern: io: Fix typo in header guardIan Moffett
2025-09-23kern: security: Add initial support for MACIan Moffett
2025-09-22kern: ahci: Include missing io/dma/alloc.hIan Moffett
2025-09-22kern: ahci: Add initial port bring-up logicIan Moffett
2025-09-22kern: ahci: Keep track of number of command slotsIan Moffett
2025-09-22kern: ahci: Add further ahcivar.h defs for FIS/HDRIan Moffett
2025-09-22kern: dma: Add DMA address helpersIan 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 AHCI host bus adapter reset implIan Moffett
2025-09-21kern: ahci: Add AHCI register headerIan Moffett
2025-09-20kern: pci: Add bus framework and PCI BAR mapperIan Moffett
2025-09-20kern: pci: Add further info of pci_bus_lookup()Ian Moffett
2025-09-20kern: pci: Add PCI_BAR_IO() checker in pci/cam.hIan Moffett
2025-09-20kern: pci: Handle base address registers (BARs)Ian Moffett
2025-09-20kern: dma: Add DMA frame allocatorIan Moffett
2025-09-19kern: pci: Implement PCI leaf drivers + AHCI stubIan Moffett
2025-09-19kernel: pci: Add PCI lookup routineIan Moffett
2025-09-19kern: pci: Add 'class' and 'subclass' to deviceIan Moffett
2025-09-18kern: pci: Implement device list as TAILQIan Moffett
2025-09-18kern: pci: Add initial bus enumerationIan Moffett
2025-09-18kern: io: Add initial PCI CAM driverIan Moffett
2025-09-15kern: Add initial ACPI implIan Moffett
2025-09-15kern: cons: Finish string writing logicIan Moffett
2025-09-15kern: cons: Add console string writing routineIan Moffett
2025-09-15kern: io: Implement initial console logicIan Moffett