2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-12-22 22:08:47 +01:00
kolibrios-nvme-driver/drivers/nvme
Abdur-Rahman Mansoor 7e71c33f3f fix: nvme_readwrite and build_prp_list
This fixes the number of PRPs calculation before build_prp_list is
invoked. It also accounts for the fact that the NLB field in the NVMe
I/O read and write commands is a 0-based value, unlike numsectors.
start_sector is also converted into the appropriate LBA number as it
should be before sending the I/O command.
2024-07-21 14:14:04 -04:00
..
lib.asm refactor: replace memset with memsetdz 2024-07-08 15:49:43 -04:00
macros.inc fix PDEBUGF macro 2024-04-28 21:02:04 -04:00
Makefile fix nvme.sys dependencies 2024-04-20 20:28:06 -04:00
nvme.asm fix: nvme_readwrite and build_prp_list 2024-07-21 14:14:04 -04:00
nvme.inc refactor: tweak some things 2024-07-20 16:38:12 -04:00