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>
|
||||
|
||||
* include/dsgetdc.h (DS_FORCE_REDISCOVERY, DS_FORCE_REDISCOVERY,
|
||||
|
|
|
@ -47,7 +47,7 @@ HalSetBusDataByOffset@24
|
|||
;HalStartProfileInterrupt
|
||||
;HalStopProfileInterrupt
|
||||
;HalSystemVectorDispatchEntry
|
||||
HalTranslateBusAddress@20
|
||||
HalTranslateBusAddress@24
|
||||
;IoAssignDriveLetters
|
||||
IoFlushAdapterBuffers@24
|
||||
IoFreeAdapterChannel@4
|
||||
|
|
|
@ -639,7 +639,7 @@ LpcPortObjectType DATA
|
|||
;MmAddVerifierThunks
|
||||
;MmAdjustWorkingSetSize
|
||||
MmAdvanceMdl@8
|
||||
MmAllocateContiguousMemory@8
|
||||
MmAllocateContiguousMemory@12
|
||||
MmAllocateContiguousMemorySpecifyCache@20
|
||||
MmAllocateMappingAddress@8
|
||||
MmAllocateNonCachedMemory@4
|
||||
|
|
Loading…
Reference in New Issue