mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 04:13:35 +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:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user