The information in this article applies to:
An NDIS driver making a call to NdisAllocateMemory faces certain restrictions when attempting to allocate non-cached memory. To safely allocate non-cached memory, you need to make the call at the IRQL < PASSIVE_LEVEL. In the NDIS environment, you can only be assured that your driver is running at this level in the initialization code. Therefore, if you anticipate the need for using non-cached memory during the execution of your driver code, make the call to NdisAllocateMemory in the initialization code. Additional query words: 3.10 3.50
Keywords : |
Last Reviewed: March 1, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |