kexts: ahci: implement read support for ATA devices

This commit is contained in:
2023-07-09 22:02:30 +01:00
parent 3233169f25
commit c696bdf122
6 changed files with 107 additions and 5 deletions

View File

@@ -8,4 +8,6 @@ sources:
- main.c
- device.c
- ahci.c
- ata.c
- atapi.c
- ahci.h