index
:
L5
dev
master
An operating system for control systems
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
sys
/
io
/
ic
Age
Commit message (
Expand
)
Author
47 hours
kern: ahci: Don't hardcode block sizes
Ian Moffett
47 hours
kern: ahci: Register SATA drives to DMS
Ian Moffett
47 hours
kern: ahci: Correct buffer order during ahci r/w
Ian Moffett
2 days
kern: ahci: Implement r/w of SATA drives
Ian Moffett
3 days
kern: ahci: Add cmdslot allocation + identify
Ian Moffett
3 days
kern: ahci: Allocate raw physical memory
Ian Moffett
5 days
kern: ahci: Enable PCI MMIO and bus mastering
Ian Moffett
5 days
kern: pci: Use LU types instead of classrev field
Ian Moffett
2025-09-22
kern: ahci: Bring up ports via COMRESET
Ian Moffett
2025-09-22
kern: ahci: Replace printf calls with dtrace()
Ian Moffett
2025-09-22
kern: ahci: Add initial port bring-up logic
Ian Moffett
2025-09-22
kern: ahci: Fix typo in dtrace() macro
Ian Moffett
2025-09-22
kern: ahci: Keep track of number of command slots
Ian Moffett
2025-09-21
kern: ahci: Only support 64-bit HBAs for now
Ian Moffett
2025-09-21
kern: ahci: Add initial port startup logic
Ian Moffett
2025-09-21
kern: ahci: Scan for implemented ports with PI reg
Ian Moffett
2025-09-21
kern: ahci: Add debug tracing
Ian Moffett
2025-09-21
kern: ahci: Ensure HBA is in AHCI-mode after reset
Ian Moffett
2025-09-21
kern: ahci: Add AHCI host bus adapter reset impl
Ian Moffett
2025-09-19
kern: pci: Implement PCI leaf drivers + AHCI stub
Ian Moffett