2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-12-22 05:48:47 +01:00
kolibrios-nvme-driver/drivers/nvme
Abdur-Rahman Mansoor 763bf37d29
fix(regression): freeze with multiple NVMe devices
Removing the PCI status bit check in the interrupt handler caused the
code to break and not work if there was more than one NVMe device
successfully attached. Not only does this commit fix this issue, but
this also adds a proper check to see if the device generated an
interrupt by checking if any commands have been posted to the completion
queue.
2024-08-23 12:08:00 -04:00
..
command.inc remove unneeded comments 2024-08-21 13:30:22 -04:00
lib.inc perf: use memcpyd instead of memcpy 2024-08-01 12:02:07 -04:00
Makefile fix nvme.sys dependencies 2024-04-20 20:28:06 -04:00
nvme.asm fix(regression): freeze with multiple NVMe devices 2024-08-23 12:08:00 -04:00
nvme.inc apply some readability fixes 2024-08-21 13:34:09 -04:00