Age | Commit message (Collapse) | Author | |
---|---|---|---|
2025-09-19 | kern: pci: Add 'class' and 'subclass' to device | Ian Moffett | |
This commit adds the PCI class and revion (subclass) IDs to the PCI device descriptor provided by L5. Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-18 | kern: pci: Implement device list as TAILQ | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-18 | kern: pci: Make max buses to scan configurable | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-18 | kern: pci: Handle logging of device and vendor ID | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-18 | kern: pci: Get device_id with 'vend_dev[31:16]' | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-18 | kern: pci: Add initial bus enumeration | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> | |||
2025-09-18 | kern: io: Add initial PCI CAM driver | Ian Moffett | |
Signed-off-by: Ian Moffett <ian@osmora.org> |