summaryrefslogtreecommitdiff
path: root/src/sys/io
AgeCommit message (Expand)Author
8 dayskern: mac: Add MAC resource queryingIan Moffett
9 dayskern: fbdev: Create namespace object for fbdevIan Moffett
10 dayskern: pci: Remove redundant semicolonIan Moffett
2025-09-23kern: security: Add initial support for MACIan 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: dma: Zero new memory by defaultIan 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-20kern: cons: Constantly update ch x/y in loopIan Moffett
2025-09-20kern: pci: Ensure lookup data is copied on attachIan 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-19kern: pci: Add module creditIan 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: Make max buses to scan configurableIan Moffett
2025-09-18kern: pci: Handle logging of device and vendor IDIan Moffett
2025-09-18kern: pci: Get device_id with 'vend_dev[31:16]'Ian Moffett
2025-09-18kern: pci: Add initial bus enumerationIan Moffett
2025-09-18kern: io: Add initial PCI CAM driverIan Moffett
2025-09-15kern: cons: Handle ASCII linefeed charIan 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