index
:
Hyra
dev
expt
main
old
stable
user
The Hyra Operating System
Ian Moffett <ian@osmora.org>
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ic
/
ahci.c
Age
Commit message (
Expand
)
Author
2 days
kernel: ahci: Improve COMRESET reset logic
expt
Ian Moffett
3 days
kernel: ahci: Expose to devfs @ /dev/sd<n>
Ian Moffett
3 days
kernel: ahci: Implement disk I/O logic
Ian Moffett
3 days
kernel: ahci: Store major in HBA descriptor
Ian Moffett
3 days
kernel: ahci: Keep track of total ports
Ian Moffett
3 days
kernel: ahci: Handle AHCI interface/HBA errors
Ian Moffett
3 days
kernel: ahci: Ensure bus mastering + MMIO is set
Ian Moffett
3 days
kernel: ahci: Remove redundant newline
Ian Moffett
3 days
kernel: ahci: Perform ATA IDENTIFY
Ian Moffett
3 days
kernel: ahci: Initialize device link before init
Ian Moffett
3 days
kernel: ahci: Cleanup identity dump logs
Ian Moffett
3 days
kernel: ahci: Implement ATA IDENTIFY command
Ian Moffett
3 days
kernel: ahci: Add HBA port reset logic
Ian Moffett
3 days
kernel: ahci: Add command list helpers
Ian Moffett
3 days
kernel: ahci: Detect staggered spin up
Ian Moffett
3 days
kernel: ahci: Improve HBA port scan logic
Ian Moffett
3 days
kernel: ahci: Add sanity checks to port start/stop
Ian Moffett
5 days
kernel: ahci: Clear out PxSERR per port
Ian Moffett
5 days
kernel: ahci: Initialize each HBA port
Ian Moffett
5 days
kernel: ahci: Cleanup port count log
Ian Moffett
5 days
kernel: ahci: Implement initial HBA port logic
Ian Moffett
5 days
kernel: ahci: Remove stray newline
Ian Moffett
6 days
kernel: ahci: Return 0 in ahci_poll_reg()
Ian Moffett
2025-02-21
Merge branch 'expt'
Ian Moffett
2025-02-21
kernel: Update kernel log style
Ian Moffett
2025-02-20
Merge branch 'expt'
Ian Moffett
2025-02-20
kernel: ahci: Ensure HBA is AHCI aware
Ian Moffett
2025-02-20
Merge branch 'expt'
Ian Moffett
2025-02-20
kernel: ahci: Improve reset logic + cleanup
Ian Moffett
2025-02-20
kernel: ahci: Conform to OSMORA C style
Ian Moffett
2025-02-19
kernel: ahci: Clean up includes
Ian Moffett
2025-02-19
kernel: ahci: Fix up style
Ian Moffett
2025-02-19
kernel: ahci: Map ABAR and perform HBA reset
Caelus
2025-02-18
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