mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2025-01-20 12:18:14 +01:00
another bug fix
This commit is contained in:
parent
c3901b163e
commit
25ee3eb491
@ -1433,7 +1433,6 @@ proc irq_handler
|
|||||||
test al, 1000b ; check interrupt status
|
test al, 1000b ; check interrupt status
|
||||||
jz .check_who_raised_irq
|
jz .check_who_raised_irq
|
||||||
|
|
||||||
mov esi, edi
|
|
||||||
mov edi, dword [esi + pcidev.io_addr]
|
mov edi, dword [esi + pcidev.io_addr]
|
||||||
mov dword [edi + NVME_MMIO.INTMS], 0x3
|
mov dword [edi + NVME_MMIO.INTMS], 0x3
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user