mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
- Fix a bug that could result in Dma32BitAddresses being set if the caller specifies NDIS_DMA_24BITS
svn path=/trunk/; revision=41105
This commit is contained in:
parent
8ab4f0feec
commit
a49c349111
1 changed files with 1 additions and 1 deletions
|
@ -308,7 +308,7 @@ NdisMAllocateMapRegisters(
|
|||
|
||||
if(DmaSize == NDIS_DMA_64BITS)
|
||||
Description.Dma64BitAddresses = TRUE;
|
||||
else
|
||||
else if(DmaSize == NDIS_DMA_32BITS)
|
||||
Description.Dma32BitAddresses = TRUE;
|
||||
|
||||
AdapterObject = IoGetDmaAdapter(
|
||||
|
|
Loading…
Reference in a new issue