2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-12-22 22:08:47 +01:00
Go to file
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
drivers/nvme fix: nvme_readwrite and build_prp_list 2024-07-21 14:14:04 -04:00
.gitignore refactor some stuff 2024-06-11 19:57:02 -04:00
LICENSE add LICENSE 2024-04-17 15:39:25 -04:00
Makefile build: include debugging recipe 2024-06-25 18:37:48 -04:00