feat: sector rwm ops test code
authorMinep <zelong56@gmail.com>
Wed, 6 Jul 2022 22:28:18 +0000 (23:28 +0100)
committerMinep <zelong56@gmail.com>
Wed, 6 Jul 2022 22:28:18 +0000 (23:28 +0100)
commit88e668538d6c0d394e6ea34516052f010ca6e8d2
tree6936d33f19d8018791f48d136cdf9793044f9cd4
parenteb037efe9f30ae166684e99146024abf8740984d
feat: sector rwm ops test code
feat: retry sending of command if failed
feat: hex dump
fix: wrong CDB sizing and ensure big-endian on scsi command.
chore: correct some comments and segregated class name
lunaix-os/hal/ahci/ahci.c
lunaix-os/hal/ahci/ata.c
lunaix-os/hal/ahci/atapi.c
lunaix-os/hal/ahci/utils.c
lunaix-os/includes/hal/ahci/ahci.h
lunaix-os/includes/hal/ahci/sata.h
lunaix-os/includes/lunaix/spike.h
lunaix-os/includes/lunaix/syslog.h
lunaix-os/kernel/kprintf.c
lunaix-os/kernel/mm/valloc.c
lunaix-os/kernel/proc0.c