The information in this article applies to:
SYMPTOMS
When you start a Windows NT Kernel Mode device driver under version 3.51, a
system error occurs. A message is displayed indicating the following:
CAUSE
This problem occurs when a driver passes uninitialized variables into the
call to IoReportResourceUsage. Often, invalid data is located in the
address regions of the resources requested. This causes the Hal to check
the range and determine that the address is invalid for the type of bus
concerned. IoReportResourceUsage then returns an error code indicating
this.
RESOLUTIONThe error can be avoided by making sure all variables passed to IoReportResourceUsage, including the variables that are part of the resource lists, are initialized correctly. STATUSMicrosoft is investigating this situation and will post new information in the Knowledge Base as it becomes available. Additional query words: 3.51
Keywords : |
Last Reviewed: March 2, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |