summaryrefslogtreecommitdiff
path: root/src/sys/io/pci
AgeCommit message (Expand)Author
10 dayskern: pci: Remove redundant semicolonIan 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-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