2
0
mirror of https://git.missingno.dev/kolibrios-nvme-driver/ synced 2024-11-12 19:27:28 +01:00

change pcidev.dstrd to byte

This commit is contained in:
Abdur-Rahman Mansoor 2024-06-09 13:06:40 -04:00
parent bc3435ad09
commit 482d186c1a

View File

@ -301,11 +301,11 @@ struct pcidev
io_addr dd ?
sq_ptr dd ?
cq_ptr dd ?
dstrd dd ?
sq_adm_tail dw ?
sq_io_tail dw ?
pc db ?
rb 3 ; align
dstrd db ?
rb 2 ; align
ends
TOTAL_PCIDEVS = 4
TOTAL_PCIDEVS_MALLOC_SZ = TOTAL_PCIDEVS * sizeof.pcidev