index
:
Hyra
dev
expt
main
old
stable
user
The Hyra Operating System
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
ahci.c
Age
Commit message (
Expand
)
Author
11 days
Merge branch 'expt'
main
Ian Moffett
11 days
kernel: Update kernel log style
Ian Moffett
12 days
Merge branch 'expt'
Ian Moffett
12 days
kernel: ahci: Ensure HBA is AHCI aware
Ian Moffett
12 days
Merge branch 'expt'
Ian Moffett
12 days
kernel: ahci: Improve reset logic + cleanup
Ian Moffett
12 days
kernel: ahci: Conform to OSMORA C style
Ian Moffett
12 days
kernel: ahci: Clean up includes
Ian Moffett
13 days
kernel: ahci: Fix up style
Ian Moffett
13 days
kernel: ahci: Map ABAR and perform HBA reset
Caelus
13 days
kernel: ahci: Add initial skeleton
Ian Moffett
2024-06-24
Clean out for expt
Ian Moffett
2024-06-03
kernel: pci: Require mapping BAR using bus_map()
Ian Moffett
2024-06-02
kernel: ahci: Add missing whitespace
dev
Ian Moffett
2024-06-02
kernel: ahci: Add missing close() hook
Ian Moffett
2024-06-02
kernel: ahci: Add SATA read/write support
Ian Moffett
2024-06-02
kernel: ahci: Acquire global "io_lock" during cmd
Ian Moffett
2024-05-31
kernel: ahci: Fix null check
Ian Moffett
2024-05-31
kernel: ahci: Document workaround
Ian Moffett
2024-05-31
kernel: ic: Add initial AHCI driver code
Ian Moffett