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:
parent
bc3435ad09
commit
482d186c1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user