mirror of
https://git.missingno.dev/kolibrios-nvme-driver/
synced 2024-11-14 03:56:09 +01:00
change pcidev.dstrd
to byte
This commit is contained in:
parent
bc3435ad09
commit
482d186c1a
@ -301,11 +301,11 @@ struct pcidev
|
|||||||
io_addr dd ?
|
io_addr dd ?
|
||||||
sq_ptr dd ?
|
sq_ptr dd ?
|
||||||
cq_ptr dd ?
|
cq_ptr dd ?
|
||||||
dstrd dd ?
|
|
||||||
sq_adm_tail dw ?
|
sq_adm_tail dw ?
|
||||||
sq_io_tail dw ?
|
sq_io_tail dw ?
|
||||||
pc db ?
|
pc db ?
|
||||||
rb 3 ; align
|
dstrd db ?
|
||||||
|
rb 2 ; align
|
||||||
ends
|
ends
|
||||||
TOTAL_PCIDEVS = 4
|
TOTAL_PCIDEVS = 4
|
||||||
TOTAL_PCIDEVS_MALLOC_SZ = TOTAL_PCIDEVS * sizeof.pcidev
|
TOTAL_PCIDEVS_MALLOC_SZ = TOTAL_PCIDEVS * sizeof.pcidev
|
||||||
|
Loading…
Reference in New Issue
Block a user