projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
72f4f89
)
Get correct physical address in HalpGrowMapBuffers.
author
Filip Navara
<filip.navara@gmail.com>
Sun, 4 Sep 2005 15:18:52 +0000
(15:18 +0000)
committer
Filip Navara
<filip.navara@gmail.com>
Sun, 4 Sep 2005 15:18:52 +0000
(15:18 +0000)
svn path=/trunk/; revision=17636
reactos/hal/halx86/generic/dma.c
patch
|
blob
|
history
diff --git
a/reactos/hal/halx86/generic/dma.c
b/reactos/hal/halx86/generic/dma.c
index
32ee17d
..
cb41e29
100644
(file)
--- a/
reactos/hal/halx86/generic/dma.c
+++ b/
reactos/hal/halx86/generic/dma.c
@@
-235,6
+235,8
@@
HalpGrowMapBuffers(
if (VirtualAddress == NULL)
return FALSE;
+ PhysicalAddress = MmGetPhysicalAddress(VirtualAddress);
+
/*
* All the following must be done with the master adapter lock held
* to prevent corruption.