Committed as obvious.
* lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix. * lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix. Bug reported by Brian Hawley.
This commit is contained in:
parent
2d03477142
commit
31558344b0
|
@ -1,3 +1,9 @@
|
||||||
|
2008-06-20 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* lib/ddk/hal.def (HalTranslateBusAddress): Correct suffix.
|
||||||
|
* lib/ddk/ntoskrnl.def (MmAllocateContiguousMemory): Correct suffix.
|
||||||
|
Bug reported by Brian Hawley.
|
||||||
|
|
||||||
2008-06-17 Corinna Vinschen <corinna@vinschen.de>
|
2008-06-17 Corinna Vinschen <corinna@vinschen.de>
|
||||||
|
|
||||||
* include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
|
* include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
|
||||||
|
|
|
@ -47,7 +47,7 @@ HalSetBusDataByOffset@24
|
||||||
;HalStartProfileInterrupt
|
;HalStartProfileInterrupt
|
||||||
;HalStopProfileInterrupt
|
;HalStopProfileInterrupt
|
||||||
;HalSystemVectorDispatchEntry
|
;HalSystemVectorDispatchEntry
|
||||||
HalTranslateBusAddress@20
|
HalTranslateBusAddress@24
|
||||||
;IoAssignDriveLetters
|
;IoAssignDriveLetters
|
||||||
IoFlushAdapterBuffers@24
|
IoFlushAdapterBuffers@24
|
||||||
IoFreeAdapterChannel@4
|
IoFreeAdapterChannel@4
|
||||||
|
|
|
@ -639,7 +639,7 @@ LpcPortObjectType DATA
|
||||||
;MmAddVerifierThunks
|
;MmAddVerifierThunks
|
||||||
;MmAdjustWorkingSetSize
|
;MmAdjustWorkingSetSize
|
||||||
MmAdvanceMdl@8
|
MmAdvanceMdl@8
|
||||||
MmAllocateContiguousMemory@8
|
MmAllocateContiguousMemory@12
|
||||||
MmAllocateContiguousMemorySpecifyCache@20
|
MmAllocateContiguousMemorySpecifyCache@20
|
||||||
MmAllocateMappingAddress@8
|
MmAllocateMappingAddress@8
|
||||||
MmAllocateNonCachedMemory@4
|
MmAllocateNonCachedMemory@4
|
||||||
|
|
Loading…
Reference in New Issue