Jump to content

Dietmar

Member
  • Posts

    1,425
  • Joined

  • Last visited

  • Days Won

    5
  • Donations

    0.00 USD 
  • Country

    Germany

Everything posted by Dietmar

  1. @Mov AX, 0xDEAD After crazy fight with the compiler I succeed to build a new Debug acpi.sys V2 with ULONG ---> ULONG64 if (!(pfd->dwFieldFlags & FDF_BUFFER_TYPE) && (pfd->dwNumBits <= sizeof(ULONG64)*8)) And before I run a Windbg session with the looong output I try direct start and this acpi.sys works without any extra hack, nice Dietmar PS: Now I run Windbg with the looong txt output.
  2. Here is new link https://ufile.io/qou218zx
  3. Here is working acpi.sys V2 free build from Sources for XP SP1, XP SP2, XP SP3 Bit32 thanks to @Mov AX, 0xDEAD and @Skulltrail . Please test test test. For me, it works with really everything Dietmar AcpiV2free.7z
  4. @Damnation The hack from @Skulltrail is a little bit more tricky. For the wrong type Buffer (should be Integer), the error is still recogniced but the error code has been changed to "all is ok". All the time before I wonder, how this hack works, now I understand. I dont know, what now happens in XP, if the device HDA works to full, how I can test this. In the Spoiler above you can see, which device is started and which not. For example, processor.sys does not work for the 12900k cpu, shows 24 times "unknown device" Dietmar
  5. Yesssaaaa I succeed to boot XP SP3 on the Asrock z690 extreme board with 12900k cpu to desktop. First time, with the new acpi.sys V2 build from Sources for XP SP1 from @Mov AX, 0xDEAD and small hack thanks to @Skulltrail. In Device Manager one yellow questionmark is there for pci-to-pci-bridge for Name: Intel(R) PCI Express Root Port #9 - 7AB0 PCI\VEN_8086&DEV_7AB0&SUBSYS_00000000&REV_11\3&11583659&0&E8 DevNode 0x89539da8 for PDO 0x896af038 InstancePath is "PCI\VEN_8086&DEV_7AB0&SUBSYS_00000000&REV_11\3&11583659&0&E8" ServiceName is "pci" State = DeviceNodeDriversAdded (0x303) Code 12, means not enough resources. But now I understand, that this happens only because of the Realtek Lan card in that PCIe slot for Windbg. Previous State = DeviceNodeInitialized (0x302) Problem = CM_PROB_NORMAL_CONFLICT Dietmar PS: Until now it works only with the Debug Version of acpi.sys V2 so you need Windbg for this.
  6. @Mov AX, 0xDEAD With the hack from @Skulltrail in acpi.sys V2 build from Sources I get now this output with Windbg Dietmar
  7. @Mov AX, 0xDEAD "ACPIBusIrpQueryResourceRequirements doesn't have trace output, we can rely only on ACPIDevPrint() text output" Can the function ACPIBusIrpQueryResourceRequirements be modded for to have trace output, we have the Source Code! And if not, how to get the maximal information via txt output in Windbg from ACPIDevPrint() Dietmar PS: On my Asrock z370 k6 I modded the DSDT at the same place via If (OSYS >= 0x07D6) { So, this HDA device will not work under XP. But not easy to modd DSDT on newer Bios for XP, hard job. With the Hack mov edi, 0xC0140008=>mov edi, 0x00000000 from @Skulltrail at head of _ValidateArgTypes are there any bad side effects? If not, we can integrate this Hack into new acpi.sys V2.
  8. @Mov AX, 0xDEAD Can the trace.c function also be used for the Acpi Bsod 0x000000A5 (0x00000002, xxx, 0x00000001(0), yyy) The "1" in this BSOD means: 1 : ACPI cannot convert the BIOS' resource list into the proper format. This probably represents a flaw in the BIOS' list encoding procedure. Which functions have to be set at this places, for 0x000000A5 (0x00000002, xxx, 0x00000001, yyy) and then later for 0x000000A5 (0x00000002, xxx, 0x00000000, yyy) via if ( !_stricmp(pszProcName, "VALIDATEARGTYPES") || !_stricmp(pszProcName, "VALIDATETARGET") || !_stricmp(pszProcName, "xxx") || !_stricmp(pszProcName, "yyy") ) Dietmar
  9. @Mov AX, 0xDEAD I am very much interested in NDIS 6.x for Windows XP/2003. Especially for a driver for the Intel Lan i219 under XP. Because a lot of boards now on the market without Realtek RTL8111H or Intel <i219 network, but also still a lot of new boards with the i219 chip Dietmar
  10. @Mov AX, 0xDEAD I think, that in the translation of the Acpi2 word CreateQWordField ---> CreateDWordField something went wrong. The first argument in this function is from type buffer and I think, CreateQWordField also returns a value from type buffer. And the Method _INI is parsed from XP, other Method with also CreateQWordField in it may be just not parsed from XP and so no error. This would mean, that any DSDT, that contains a Method _INI and the Acpi2 word CreateQWordField in it would give until now Bsod with BugCheck A5, {3, xxx, c0140008, yyy} Dietmar PS: Maybe, that the same error for the Acpi2 word CreateQWordField also happens in Vista (Longhorn) 5048 acpi.sys .
  11. @Mov AX, 0xDEAD NMAS appears in DSDT only in this Method. Here is the whole Windbg output with name otto1 https://ufile.io/9zatgp5y Dietmar Method (_INI, 0, NotSerialized) // _INI: Initialize { CreateQWordField (NBUF, \_SB.PC00.HDAS._Y35._MIN, NBAS) // _MIN: Minimum Base Address CreateQWordField (NBUF, \_SB.PC00.HDAS._Y35._MAX, NMAS) // _MAX: Maximum Base Address CreateQWordField (NBUF, \_SB.PC00.HDAS._Y35._LEN, NLEN) // _LEN: Length NBAS = NHLA /* \NHLA */ NMAS = (NHLA + (NHLL - One)) NLEN = NHLL /* \NHLL */ }
  12. @Mov AX, 0xDEAD Now, loong output stops with know Bsod containing 0xC0140008 . Here is the reason, thanks a lot Dietmar 8989dbf9: { 8989dbf9: CreateQWordField(NBUF=Buffer(0x30){ 0x8a,0x2b,0x00,0x00,0x01,0x10,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x79,0x00},0xe,NBAS)AMLI:| | | | | | | | ValidateArgTypes(pArgs=897680fc,ExpectedTypes=BI) AMLI:| | | | | | | | ValidateArgTypes=0 8989dc04: CreateQWordField(NBUF=Buffer(0x30){ 0x8a,0x2b,0x00,0x00,0x01,0x10,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x79,0x00},0x16,NMAS)AMLI:| | | | | | | | ValidateArgTypes(pArgs=897680fc,ExpectedTypes=BI) AMLI:| | | | | | | | ValidateArgTypes=0 8989dc0f: CreateQWordField(NBUF=Buffer(0x30){ 0x8a,0x2b,0x00,0x00,0x01,0x10,0x01,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00,0x00 0x00,0x00,0x00,0x00,0x79,0x00},0x26,NLEN)AMLI:| | | | | | | | ValidateArgTypes(pArgs=897680fc,ExpectedTypes=BI) AMLI:| | | | | | | | ValidateArgTypes=0 8989dc1a: Store(NHLAACPIAsyncAcquireGlobalLock: Entered with context 897680ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 897680ac ACPIReleaseGlobalLock: Lock released by context 897680ac =Buffer(0x8){ 0x00,0xc0,0x26,0x65,0x00,0x00,0x00,0x00},NBAS)AMLI:| | | | | | | ValidateTarget(pdataTarget=89768110,ExpectedType=DataObject,ppdata=ba55bcd4) AMLI:| | | | | | | ValidateTarget=0 (pdataTarget=89768160) =Buffer(0x8){ 0x00,0xc0,0x26,0x65,0x00,0x00,0x00,0x00} 8989dc23: Add(NHLAACPIAsyncAcquireGlobalLock: Entered with context 897680ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 897680ac ACPIReleaseGlobalLock: Lock released by context 897680ac =Buffer(0x8){ 0x00,0xc0,0x26,0x65,0x00,0x00,0x00,0x00},Subtract(NHLLACPIAsyncAcquireGlobalLock: Entered with context 897680ac ACPIAsyncAcquireGlobalLock: Got lock immediately, Context 897680ac ACPIReleaseGlobalLock: Lock released by context 897680ac =0x0,One,)AMLI:| | | | | | | ValidateArgTypes(pArgs=8976827c,ExpectedTypes=II) AMLI:| | | | | | | ValidateArgTypes=0 AMLI:| | | | | | | ValidateTarget(pdataTarget=897682a4,ExpectedType=DataObject,ppdata=ba55bcd4) AMLI:| | | | | | | ValidateTarget=0 (pdataTarget=897682a4) =0xffffffff,NMAS)AMLI:| | | | | | | ValidateArgTypes(pArgs=897680fc,ExpectedTypes=II) AMLI_ERROR(c0140008): Unexpected argument type ValidateArgTypes: expected Arg0 to be type Integer (Type=Buffer) AMLI:| | | | | | | ValidateArgTypes=c0140008 8989dc33: } *** Fatal System Error: 0x000000a5 (0x00000003,0x8989DBA4,0xC0140008,0x494E495F) Break instruction exception - code 80000003 (first chance) A fatal system error has occurred. Debugger entered on first try; Bugcheck callbacks have not been invoked. A fatal system error has occurred. Connected to Windows XP 2600 x86 compatible target at (Wed Apr 6 13:29:01.796 2022 (UTC + 2:00)), ptr64 FALSE Loading Kernel Symbols ......................... Loading User Symbols ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck A5, {3, 8989dba4, c0140008, 494e495f} Probably caused by : ACPI.sys ( ACPI!ACPIBuildCompleteMustSucceed+31 ) Followup: MachineOwner
  13. @Mov AX, 0xDEAD Here is my fresh build of acpi.sys V2 Debug for more TXT output;)). Hope, that I did everything right Dietmar https://ufile.io/jlfv7p71 EDIT: Looong txt is running in Windbg.
  14. @Mov AX, 0xDEAD You mean, that for the trace.c in base\busdrv\acpi\driver\amlinew 1.) I should add after line BOOLEAN rc = FALSE; in this trace.c if ( !_stricmp(pszProcName, "VALIDATEARGTYPES") || !_stricmp(pszProcName, "VALIDATETARGET") || !_stricmp(pszProcName, "xxx") || !_stricmp(pszProcName, "yyy") ) { rc = TRUE; } and then compile acpi.sys debug version new with this new trace.c . But what have I to write for "xxx" and "yyy" ? Dietmar PS: Maybe, that for this BSOD with c0140008 it is enough to add in trace.c only this one if ( !_stricmp(pszProcName, "VALIDATEARGTYPES") || !_stricmp(pszProcName, "VALIDATETARGET") ) { rc = TRUE; }
  15. Some devices are listed here, but not(?) the _INI method, which gives BSOD Dietmar Here is the Bios4.01, its DSDT.raw and its DSDT.dsl for the Asrock Extreme z690 board https://ufile.io/4bfn61wj PS: Where is spoiler for this big Windbg output here? Microsoft (R) Windows Debugger Version 6.3.9600.17200 X86 Copyright (c) Microsoft Corporation. All rights reserved. Using NET for debugging Opened WinSock 2.0 Waiting to reconnect... Connected to target 192.168.2.103 on port 50000 on local IP 192.168.2.101. Connected to Windows XP 2600 x86 compatible target at (Tue Apr 5 20:01:07.296 2022 (UTC + 2:00)), ptr64 FALSE Kernel Debugger connection established. ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\Symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\symbols OK C:\symbolss OK C:\symbolsss Symbol search path is: C:\symbols;C:\symbolss;C:\symbolsss Executable search path is: C:\Symbols Windows XP Kernel Version 2600 MP (1 procs) Checked x86 compatible Built by: 2600.xpsp.080413-2133 Machine Name: Kernel base = 0x80a02000 PsLoadedModuleList = 0x80b019e8 System Uptime: not available ************* Symbol Path validation summary ************** Response Time (ms) Location OK E:\binaries.x86fre\Symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\Symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\symbols OK C:\symbolss OK C:\symbolsss OK E:\binaries.x86fre\Symbols Deferred https://msdl.microsoft.com/download/symbols Deferred srv* Break instruction exception - code 80000003 (first chance) nt!DbgBreakPoint: 80ac37e0 cc int 3 kd> ed Kd_ACPI_Mask 0xFFFFFFFF kd> g MM: Loader/HAL memory block indicates large pages cannot be used for 80100000->8012777F OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSReadRegValue: 0x00000a < 0x00000d 89913EA0 ACPI\PNP0C08-0x5F534750 (0x89914530): IRP_MN_QUERY_INTERFACE - Res 0 Type = {06141966-7245-6369-462e-4e656c736f6e} 89913EA0 ACPI\PNP0C08-0x5F534750 (0x89914530): IRP_MN_QUERY_INTERFACE = 0xc00000bb 89913EA0 ACPI\PNP0C08-0x5F534750 (0x89914530): IRP_MN_QUERY_INTERFACE - Res 0 Type = {f14f609b-cbbd-4957-a674-bc00213f1c97} 89913EA0 ACPI\PNP0C08-0x5F534750 (0x89914530): IRP_MN_QUERY_INTERFACE = 0xc00000bb ACPIGetWmiLogGlobalHandle: Global handle aquired. Handle = 1 89913EA0 ACPI\PNP0C08-0x5F534750 ACPIDispatchAddDevice: 00000000 89913EA0 ACPI\PNP0C08-0x5F534750 (0x89914530): ACPIRootIrpStartDevice 89913EA0 ACPI\PNP0C08-0x5F534750 (0x89914530): IRP_MN_START_DEVICE = 00000000 (Complete) OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSReadRegValue: OSOpenHandle = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSOpenUnicodeHandle: ZwOpenKey = 0xc0000034 OSNotifyCreate: 898C3128 (PC00) = 00000103 OSNotifyCreate: 898C33D0 (PEG1) = 00000103 OSNotifyCreate: 898C34E0 (PEGP) = 00000103 OSNotifyCreate: 898C359C (PEG2) = 00000103 OSNotifyCreate: 898C3668 (PEGP) = 00000103 OSNotifyCreate: 898C3724 (PEG3) = 00000103 OSNotifyCreate: 898C37F0 (PEGP) = 00000103 OSNotifyCreate: 898C38AC (PEG0) = 00000103 OSNotifyCreate: 898C3978 (PEGP) = 00000103 OSNotifyCreate: 898C3A34 (LPCB) = 00000103 OSNotifyCreate: 898C427C (SIO1) = 00000103 OSNotifyCreate: 898C4BB4 (PMED) = 00000103 OSNotifyCreate: 898C74E0 (HHMD) = 00000103 OSNotifyCreate: 898C7654 (PS2K) = 00000103 OSNotifyCreate: 898C7A30 (PS2M) = 00000103 OSNotifyCreate: 898C7E84 (RP09) = 00000103 OSNotifyCreate: 898C7F50 (RP10) = 00000103 OSNotifyCreate: 898C804C (RP11) = 00000103 OSNotifyCreate: 898C8148 (RP12) = 00000103 OSNotifyCreate: 898C8244 (RP13) = 00000103 OSNotifyCreate: 898C8340 (RP14) = 00000103 OSNotifyCreate: 898C843C (RP15) = 00000103 OSNotifyCreate: 898C8538 (RP16) = 00000103 OSNotifyCreate: 898C8634 (RP01) = 00000103 OSNotifyCreate: 898C8730 (RP02) = 00000103 OSNotifyCreate: 898C882C (RP03) = 00000103 OSNotifyCreate: 898C8928 (RP04) = 00000103 OSNotifyCreate: 898C8A24 (RP05) = 00000103 OSNotifyCreate: 898C8B20 (RP06) = 00000103 OSNotifyCreate: 898C8C1C (RP07) = 00000103 OSNotifyCreate: 898C8D18 (RP08) = 00000103 OSNotifyCreate: 898C8E14 (RP17) = 00000103 OSNotifyCreate: 898C8F10 (RP18) = 00000103 OSNotifyCreate: 898C900C (RP19) = 00000103 OSNotifyCreate: 898C9108 (RP20) = 00000103 OSNotifyCreate: 898C9204 (RP21) = 00000103 OSNotifyCreate: 898C9300 (RP22) = 00000103 OSNotifyCreate: 898C93FC (RP23) = 00000103 OSNotifyCreate: 898C94F8 (RP24) = 00000103 OSNotifyCreate: 898C95F4 (RP25) = 00000103 OSNotifyCreate: 898C96F0 (RP26) = 00000103 OSNotifyCreate: 898C97EC (RP27) = 00000103 OSNotifyCreate: 898C98E8 (RP28) = 00000103 OSNotifyCreate: 898C9DDC (MC__) = 00000103 OSNotifyCreate: 898CC6B0 (GFX0) = 00000103 OSNotifyCreate: 898CC76C (TCPU) = 00000103 OSNotifyCreate: 898CC86C (IPU0) = 00000103 OSNotifyCreate: 898CC8F4 (GNA0) = 00000103 ACPIWmiLogEvent: Disabling WMI loging using global handle. status = c0000008 OSNotifyCreate: 898CD890 (H_EC) = 00000103 OSNotifyCreate: 898CE408 (BAT0) = 00000103 OSNotifyCreate: 898CE56C (BAT1) = 00000103 OSNotifyCreate: 898CE704 (BAT2) = 00000103 OSNotifyCreate: 898CEBE4 (DOCK) = 00000103 OSNotifyCreate: 898CEE74 (LID0) = 00000103 OSNotifyCreate: 898CF420 (LNKA) = 00000103 OSNotifyCreate: 898CF768 (LNKB) = 00000103 OSNotifyCreate: 898CFA7C (LNKC) = 00000103 OSNotifyCreate: 898CFD90 (LNKD) = 00000103 OSNotifyCreate: 898D00A4 (LNKE) = 00000103 OSNotifyCreate: 898D03B8 (LNKF) = 00000103 OSNotifyCreate: 898D06CC (LNKG) = 00000103 OSNotifyCreate: 898D09E0 (LNKH) = 00000103 OSNotifyCreate: 898D194C (AWAC) = 00000103 OSNotifyCreate: 898D2600 (PMAX) = 00000103 OSNotifyCreate: 898B8344 (PRRE) = 00000103 OSNotifyCreate: 898B86D4 (IOTR) = 00000103 OSNotifyCreate: 898B902C (SBUS) = 00000103 OSNotifyCreate: 898BC36C (GLAN) = 00000103 OSNotifyCreate: 898BC94C (XHCI) = 00000103 OSNotifyCreate: 898BD618 (RHUB) = 00000103 OSNotifyCreate: 898BD8FC (HS01) = 00000103 OSNotifyCreate: 898BD9B8 (HS02) = 00000103 OSNotifyCreate: 898BDA40 (HS03) = 00000103 OSNotifyCreate: 898BDAC8 (HS04) = 00000103 OSNotifyCreate: 898BDB50 (HS05) = 00000103 OSNotifyCreate: 898BDBD8 (HS06) = 00000103 OSNotifyCreate: 898BDC60 (HS07) = 00000103 OSNotifyCreate: 898BDCE8 (HS08) = 00000103 OSNotifyCreate: 898BDD70 (HS09) = 00000103 OSNotifyCreate: 898BDDF8 (HS10) = 00000103 OSNotifyCreate: 898BDE80 (HS11) = 00000103 OSNotifyCreate: 898BDF08 (HS12) = 00000103 OSNotifyCreate: 898BDF90 (HS13) = 00000103 OSNotifyCreate: 8989C068 (HS14) = 00000103 OSNotifyCreate: 8989C0F0 (USR1) = 00000103 OSNotifyCreate: 8989C178 (USR2) = 00000103 OSNotifyCreate: 8989C200 (SS01) = 00000103 OSNotifyCreate: 8989C2E0 (SS02) = 00000103 OSNotifyCreate: 8989C38C (SS03) = 00000103 OSNotifyCreate: 8989C438 (SS04) = 00000103 OSNotifyCreate: 8989C4E4 (SS05) = 00000103 OSNotifyCreate: 8989C590 (SS06) = 00000103 OSNotifyCreate: 8989C63C (SS07) = 00000103 OSNotifyCreate: 8989C6E8 (SS08) = 00000103 OSNotifyCreate: 8989C794 (SS09) = 00000103 OSNotifyCreate: 8989C840 (SS10) = 00000103 OSNotifyCreate: 8989C8EC (XDCI) = 00000103 OSNotifyCreate: 8989D4C4 (HDAS) = 00000103 OSNotifyCreate: 8989DED0 (SNDW) = 00000103 OSNotifyCreate: 898A0374 (UAOL) = 00000103 OSNotifyCreate: 898A0C48 (IDA_) = 00000103 OSNotifyCreate: 898A0E80 (I2C0) = 00000103 OSNotifyCreate: 898A1054 (I2C1) = 00000103 OSNotifyCreate: 898A1100 (I2C2) = 00000103 OSNotifyCreate: 898A11AC (I2C3) = 00000103 OSNotifyCreate: 898A1258 (I2C4) = 00000103 OSNotifyCreate: 898A1304 (I2C5) = 00000103 OSNotifyCreate: 898A13B0 (I2C6) = 00000103 OSNotifyCreate: 898A145C (I2C7) = 00000103 OSNotifyCreate: 898A1604 (SPI0) = 00000103 OSNotifyCreate: 898A16B0 (SPI1) = 00000103 OSNotifyCreate: 898A175C (SPI2) = 00000103 OSNotifyCreate: 898A1808 (SPI3) = 00000103 OSNotifyCreate: 898A18B4 (SPI4) = 00000103 OSNotifyCreate: 898A1960 (SPI5) = 00000103 OSNotifyCreate: 898A1A0C (SPI6) = 00000103 OSNotifyCreate: 898A1BDC (URSC) = 00000103 OSNotifyCreate: 898A2308 (UA00) = 00000103 OSNotifyCreate: 898A24EC (UA01) = 00000103 OSNotifyCreate: 898A26D0 (UA02) = 00000103 OSNotifyCreate: 898A28B4 (UA03) = 00000103 OSNotifyCreate: 898A2AB8 (UA04) = 00000103 OSNotifyCreate: 898A2CBC (UA05) = 00000103 OSNotifyCreate: 898A2EC0 (UA06) = 00000103 OSNotifyCreate: 898A30C4 (GPI0) = 00000103 OSNotifyCreate: 898A57F0 (CNVW) = 00000103 OSNotifyCreate: 898A6830 (WRST) = 00000103 OSNotifyCreate: 898A84B4 (PXSX) = 00000103 OSNotifyCreate: 898AA584 (PXSX) = 00000103 OSNotifyCreate: 8988567C (PXSX) = 00000103 OSNotifyCreate: 8988774C (PXSX) = 00000103 OSNotifyCreate: 89889820 (PXSX) = 00000103 OSNotifyCreate: 8988B8F4 (PXSX) = 00000103 OSNotifyCreate: 8988D9C8 (PXSX) = 00000103 OSNotifyCreate: 8988FA9C (PXSX) = 00000103 OSNotifyCreate: 89891B6C (PXSX) = 00000103 OSNotifyCreate: 89893C40 (PXSX) = 00000103 OSNotifyCreate: 89873D34 (PXSX) = 00000103 OSNotifyCreate: 89875E08 (PXSX) = 00000103 OSNotifyCreate: 89877EDC (PXSX) = 00000103 OSNotifyCreate: 89879FB0 (PXSX) = 00000103 OSNotifyCreate: 8987C084 (PXSX) = 00000103 OSNotifyCreate: 8987E158 (PXSX) = 00000103 OSNotifyCreate: 89880228 (PXSX) = 00000103 OSNotifyCreate: 898822FC (PXSX) = 00000103 OSNotifyCreate: 898613F8 (PXSX) = 00000103 OSNotifyCreate: 898634CC (PXSX) = 00000103 OSNotifyCreate: 898655A0 (PXSX) = 00000103 OSNotifyCreate: 89867674 (PXSX) = 00000103 OSNotifyCreate: 89869748 (PXSX) = 00000103 OSNotifyCreate: 8986B81C (PXSX) = 00000103 OSNotifyCreate: 8986D8EC (PXSX) = 00000103 OSNotifyCreate: 8986F9C0 (PXSX) = 00000103 OSNotifyCreate: 8984FAAC (PXSX) = 00000103 OSNotifyCreate: 89851B80 (PXSX) = 00000103 OSNotifyCreate: 89852350 (ICLK) = 00000103 OSNotifyCreate: 8985344C (SAT0) = 00000103 OSNotifyCreate: 89853818 (PRT0) = 00000103 OSNotifyCreate: 89853944 (PRT1) = 00000103 OSNotifyCreate: 89853A40 (PRT2) = 00000103 OSNotifyCreate: 89853B3C (PRT3) = 00000103 OSNotifyCreate: 89853C38 (PRT4) = 00000103 OSNotifyCreate: 89853D34 (PRT5) = 00000103 OSNotifyCreate: 89853E30 (PRT6) = 00000103 OSNotifyCreate: 89853F2C (PRT7) = 00000103 OSNotifyCreate: 898540D4 (THC0) = 00000103 OSNotifyCreate: 898541A0 (THC1) = 00000103 OSNotifyCreate: 89854554 (ISHD) = 00000103 OSNotifyCreate: 898545DC (HECI) = 00000103 OSNotifyCreate: 898546FC (HEC3) = 00000103 OSNotifyCreate: 898547FC (PTHT) = 00000103 OSNotifyCreate: 89854B64 (PTHH) = 00000103 OSNotifyCreate: 8985B5B4 (SLPB) = 00000103 OSNotifyCreate: 8985B6B4 (PA01) = 00000103 OSNotifyCreate: 8985BBD4 (PA02) = 00000103 OSNotifyCreate: 8985C0F4 (PA03) = 00000103 OSNotifyCreate: 8985C614 (PA04) = 00000103 OSNotifyCreate: 8985CB2C (PA05) = 00000103 OSNotifyCreate: 8985D04C (PA06) = 00000103 OSNotifyCreate: 8985D554 (PA07) = 00000103 OSNotifyCreate: 8985DB58 (COEX) = 00000103 OSNotifyCreate: 8985DDA4 (PR00) = 00000103 OSNotifyCreate: 8985DE70 (PR01) = 00000103 OSNotifyCreate: 8985DF3C (PR02) = 00000103 OSNotifyCreate: 89839068 (PR03) = 00000103 OSNotifyCreate: 89839134 (PR04) = 00000103 OSNotifyCreate: 89839200 (PR05) = 00000103 OSNotifyCreate: 898392E4 (PR06) = 00000103 OSNotifyCreate: 898393C8 (PR07) = 00000103 OSNotifyCreate: 898394AC (PR08) = 00000103 OSNotifyCreate: 89839590 (PR09) = 00000103 OSNotifyCreate: 89839674 (PR10) = 00000103 OSNotifyCreate: 89839758 (PR11) = 00000103 OSNotifyCreate: 8983983C (PR12) = 00000103 OSNotifyCreate: 89839920 (PR13) = 00000103 OSNotifyCreate: 89839A04 (PR14) = 00000103 OSNotifyCreate: 89839AE8 (PR15) = 00000103 OSNotifyCreate: 89839BCC (PR16) = 00000103 OSNotifyCreate: 89839CB0 (PR17) = 00000103 OSNotifyCreate: 89839D94 (PR18) = 00000103 OSNotifyCreate: 89839E78 (PR19) = 00000103 OSNotifyCreate: 89839F5C (PR20) = 00000103 OSNotifyCreate: 8983A040 (PR21) = 00000103 OSNotifyCreate: 8983A124 (PR22) = 00000103 OSNotifyCreate: 8983A208 (PR23) = 00000103 OSNotifyCreate: 8983A2EC (PR24) = 00000103 OSNotifyCreate: 8983A3D0 (PR25) = 00000103 OSNotifyCreate: 8983A4B4 (PR26) = 00000103 OSNotifyCreate: 8983A598 (PR27) = 00000103 OSNotifyCreate: 8983A67C (PR28) = 00000103 OSNotifyCreate: 8983A760 (PR29) = 00000103 OSNotifyCreate: 8983A844 (PR30) = 00000103 OSNotifyCreate: 8983A928 (PR31) = 00000103 OSNotifyCreate: 8983AA0C (PR32) = 00000103 OSNotifyCreate: 8983AAF0 (PR33) = 00000103 OSNotifyCreate: 8983ABD4 (PR34) = 00000103 OSNotifyCreate: 8983ACB8 (PR35) = 00000103 OSNotifyCreate: 8983AD9C (PR36) = 00000103 OSNotifyCreate: 8983AE80 (PR37) = 00000103 OSNotifyCreate: 8983AF64 (PR38) = 00000103 OSNotifyCreate: 8983B048 (PR39) = 00000103 OSNotifyCreate: 8983B12C (PR40) = 00000103 OSNotifyCreate: 8983B210 (PR41) = 00000103 OSNotifyCreate: 8983B2F4 (PR42) = 00000103 OSNotifyCreate: 8983B3D8 (PR43) = 00000103 OSNotifyCreate: 8983B4BC (PR44) = 00000103 OSNotifyCreate: 8983B5A0 (PR45) = 00000103 OSNotifyCreate: 8983B684 (PR46) = 00000103 OSNotifyCreate: 8983B768 (PR47) = 00000103 OSNotifyCreate: 8983B84C (PR48) = 00000103 OSNotifyCreate: 8983B930 (PR49) = 00000103 OSNotifyCreate: 8983BA14 (PR50) = 00000103 OSNotifyCreate: 8983BAF8 (PR51) = 00000103 OSNotifyCreate: 8983BBDC (PR52) = 00000103 OSNotifyCreate: 8983BCC0 (PR53) = 00000103 OSNotifyCreate: 8983BDA4 (PR54) = 00000103 OSNotifyCreate: 8983BE88 (PR55) = 00000103 OSNotifyCreate: 8983BF6C (PR56) = 00000103 OSNotifyCreate: 8983C050 (PR57) = 00000103 OSNotifyCreate: 8983C134 (PR58) = 00000103 OSNotifyCreate: 8983C218 (PR59) = 00000103 OSNotifyCreate: 8983C2FC (PR60) = 00000103 OSNotifyCreate: 8983C3E0 (PR61) = 00000103 OSNotifyCreate: 8983C4C4 (PR62) = 00000103 OSNotifyCreate: 8983C5A8 (PR63) = 00000103 OSNotifyCreate: 8983C68C (PAGD) = 00000103 OSNotifyCreate: 8983C854 (PDRC) = 00000103 OSNotifyCreate: 89845EF4 (WFDE) = 00000103 OSNotifyCreate: 89846670 (WFTE) = 00000103 OSNotifyCreate: 8981A218 (PEPD) = 00000103 OSNotifyCreate: 89821C30 (PSM_) = 00000103 OSNotifyCreate: 89823304 (BTH0) = 00000103 OSNotifyCreate: 89824EC0 (DSC0) = 00000103 OSNotifyCreate: 89825390 (DSC1) = 00000103 OSNotifyCreate: 8982593C (DSC2) = 00000103 OSNotifyCreate: 89825F14 (DSC3) = 00000103 OSNotifyCreate: 898264EC (DSC4) = 00000103 OSNotifyCreate: 89826AC4 (DSC5) = 00000103 OSNotifyCreate: 8982709C (CLP0) = 00000103 OSNotifyCreate: 89827630 (CLP1) = 00000103 OSNotifyCreate: 89827BC4 (CLP2) = 00000103 OSNotifyCreate: 89828158 (CLP3) = 00000103 OSNotifyCreate: 898286EC (CLP4) = 00000103 OSNotifyCreate: 89828C80 (CLP5) = 00000103 OSNotifyCreate: 89809238 (LNK0) = 00000103 OSNotifyCreate: 89809EDC (LNK1) = 00000103 OSNotifyCreate: 8980AE48 (LNK2) = 00000103 OSNotifyCreate: 8980BAEC (LNK3) = 00000103 OSNotifyCreate: 8980C790 (LNK4) = 00000103 OSNotifyCreate: 8980D434 (LNK5) = 00000103 OSNotifyCreate: 8980E0D8 (FLM0) = 00000103 OSNotifyCreate: 8980E6B0 (FLM1) = 00000103 OSNotifyCreate: 8980EE08 (FLM2) = 00000103 OSNotifyCreate: 8980F3E4 (FLM3) = 00000103 OSNotifyCreate: 8980F9C0 (FLM4) = 00000103 OSNotifyCreate: 8980FF9C (FLM5) = 00000103 OSNotifyCreate: 89810578 (CAM0) = 00000103 OSNotifyCreate: 89810B74 (CAM1) = 00000103 OSNotifyCreate: 89811074 (PMIC) = 00000103 OSNotifyCreate: 89811F14 (TPD0) = 00000103 OSNotifyCreate: 89812700 (TPL1) = 00000103 OSNotifyCreate: 89812FEC (PD01) = 00000103 OSNotifyCreate: 8981333C (TPD0) = 00000103 OSNotifyCreate: 89813B28 (TPL1) = 00000103 OSNotifyCreate: 89814414 (PD01) = 00000103 OSNotifyCreate: 89814764 (TPD0) = 00000103 OSNotifyCreate: 89814F50 (TPL1) = 00000103 OSNotifyCreate: 8981583C (PD01) = 00000103 OSNotifyCreate: 89815B8C (TPD0) = 00000103 OSNotifyCreate: 89816378 (TPL1) = 00000103 OSNotifyCreate: 89816C64 (PD01) = 00000103 OSNotifyCreate: 89816F70 (FPNT) = 00000103 OSNotifyCreate: 89817594 (FPNT) = 00000103 OSNotifyCreate: 89817BC0 (SWD0) = 00000103 OSNotifyCreate: 897FC078 (SWD1) = 00000103 OSNotifyCreate: 89800458 (SWD2) = 00000103 OSNotifyCreate: 89804838 (SWD3) = 00000103 OSNotifyCreate: 89808C18 (SWD4) = 00000103 OSNotifyCreate: 897ED014 (SWD5) = 00000103 OSNotifyCreate: 897F13F4 (SWD6) = 00000103 OSNotifyCreate: 897F57D4 (SWD7) = 00000103 OSNotifyCreate: 897D9BD4 (HDAC) = 00000103 OSNotifyCreate: 897DA064 (RTKC) = 00000103 OSNotifyCreate: 897DA270 (HIDD) = 00000103 OSNotifyCreate: 897DAB60 (PIN_) = 00000103 OSNotifyCreate: 897DAFA0 (TLC1) = 00000103 OSNotifyCreate: 897DB0F4 (TLC2) = 00000103 OSNotifyCreate: 897DB248 (TLC3) = 00000103 OSNotifyCreate: 897DB39C (TLC1) = 00000103 OSNotifyCreate: 897DB4F0 (TLC2) = 00000103 OSNotifyCreate: 897DB644 (TLC3) = 00000103 OSNotifyCreate: 897DB7DC (WCCD) = 00000103 OSNotifyCreate: 897DD1BC (PWRB) = 00000103 OSNotifyCreate: 897DD3B4 (HPET) = 00000103 OSNotifyCreate: 897DD5B0 (IPIC) = 00000103 OSNotifyCreate: 897DD718 (MATH) = 00000103 OSNotifyCreate: 897DD874 (LDRC) = 00000103 OSNotifyCreate: 897DD9F4 (RTC_) = 00000103 OSNotifyCreate: 897DDB4C (TIMR) = 00000103 OSNotifyCreate: 897DDC3C (CWDT) = 00000103 OSNotifyCreate: 897DDE14 (TPM_) = 00000103 ACPIGpeInstallRemoveIndex: Setting GPE #105: Byte 0xd bit 1 ACPIGpeInstallRemoveIndex: Setting GPE #97: Byte 0xc bit 1 ACPIGpeInstallRemoveIndex: Setting GPE #98: Byte 0xc bit 2 ACPIGpeInstallRemoveIndex: Setting GPE #102: Byte 0xc bit 6 ACPIGpeInstallRemoveIndex: Setting GPE #111: Byte 0xd bit 7 ACPIGpeInstallRemoveIndex: Setting GPE #114: Byte 0xe bit 2 89913EA0 ACPI\PNP0C08-0x5F534750 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89913EA0 ACPI\PNP0C08-0x5F534750 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89913EA0 ACPI\PNP0C08-0x5F534750 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 89913320 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89913320 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995A598 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8995A598 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8995A598 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8995A380 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8995A380 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8995A380 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89959008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 89959008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89959008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89959EA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 89959EA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89959EA0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89959CD8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 89959CD8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89959CD8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89959AA8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 89959AA8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89959AA8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89959878 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 89959878 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89959878 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89959648 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 89959648 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89959648 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 899593D0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 899593D0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 899593D0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898BE008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 898BE008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898BE008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898BEB90 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 898BE9C0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898BE9C0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898BE9C0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89898760 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 89898760 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89898760 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89897628 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8984D900 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8984D900 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8984D900 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8984B968 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8984A008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8984A008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8984A008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8984A188 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 89849E70 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89849E70 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89849E70 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89849CB8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89849CB8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89849CB8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89849B00 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89849B00 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89849B00 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89849948 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89849948 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89849948 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89849790 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89849790 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89849790 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898495D8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898495D8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898495D8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89849420 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89849420 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89849420 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89849268 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89849268 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89849268 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898490B0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898490B0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898490B0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89838008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89838008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89838008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89838E50 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89838E50 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89838E50 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89838C98 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89838C98 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89838C98 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89838AE0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89838AE0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89838AE0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89838928 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89838928 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89838928 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89838770 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89838770 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89838770 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898385B8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898385B8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898385B8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89838400 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89838400 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89838400 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89838248 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89838248 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89838248 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89837008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89837008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89837008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89837EA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89837EA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89837EA0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89837CE8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89837CE8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89837CE8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89837B30 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89837B30 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89837B30 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89837978 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89837978 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89837978 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898377C0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898377C0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898377C0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89837608 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89837608 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89837608 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89837450 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89837450 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89837450 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89837298 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89837298 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89837298 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89836008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89836008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89836008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89836EA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89836EA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89836EA0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89836D38 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89836D38 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89836D38 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89836B80 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89836B80 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89836B80 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898369C8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898369C8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898369C8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89836810 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89836810 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89836810 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89836658 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89836658 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89836658 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898364A0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898364A0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898364A0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898362E8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898362E8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898362E8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89835008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89835008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89835008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89835EA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89835EA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89835EA0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89835D38 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89835D38 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89835D38 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89835BD0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89835BD0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89835BD0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89835A18 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89835A18 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89835A18 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89835860 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89835860 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89835860 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898356A8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898356A8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898356A8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898354F0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898354F0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898354F0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89835338 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89835338 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89835338 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89835180 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89835180 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89835180 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89834EA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89834EA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89834EA0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89834CE8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89834CE8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89834CE8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89834B30 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89834B30 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89834B30 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89834978 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89834978 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89834978 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898347C0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898347C0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898347C0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89834608 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89834608 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89834608 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89834450 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89834450 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89834450 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89834298 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89834298 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89834298 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898340E0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898340E0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898340E0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89833008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89833008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89833008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89833E50 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89833E50 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89833E50 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89833C98 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89833C98 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89833C98 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89833AE0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89833AE0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89833AE0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89833928 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89833928 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89833928 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89833770 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89833770 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89833770 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898335B8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898335B8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898335B8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89833400 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89833400 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89833400 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89833248 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89833248 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89833248 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 89832008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8996C248 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8996C248 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8996C248 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898321D0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898321D0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898321D0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8995A7B8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 898BEEA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8982D5E8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8982C500 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8982C030 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 8982C030 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8982C030 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8982B1C0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 89913320 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 89960EA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89960EA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89960EA0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 89960B80 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89960B80 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89960B80 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 89960810 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 89960810 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 89960810 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 899604A0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 899604A0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 899604A0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8995F008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995F008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8995F008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8995F368 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995F368 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995F198 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995F198 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C2EA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C2EA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C2CD0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C2CD0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C2B00 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C2B00 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C2930 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C2930 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C2760 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C2760 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C2590 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C2590 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C23C0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C23C0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C21F0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C21F0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995E008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995E008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995EEA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995EEA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995ED38 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995ED38 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995EBB8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995EBB8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995E9E8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995E9E8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995E818 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995E818 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995E648 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995E648 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995E478 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995E478 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995E2A8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995E2A8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C1008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C1008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C1EA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C1EA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C1D20 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C1D20 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C1B50 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C1B50 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C1980 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C1980 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C17B0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C17B0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C15E0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C15E0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C1410 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C1410 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898C1240 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898C1240 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 8995D008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995D008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8995D008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8995DDC0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995DDC0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8995DDC0 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8995DC08 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995DC08 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8995DC08 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8995DA38 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995DA38 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8995DA38 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8995D880 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8995D880 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8995D880 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8995ABB8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000103 898BE7D8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898BE7D8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898BE7D8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898BE340 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898BE340 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 898BE340 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 898AD008 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 898AD008 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 898AD008 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000103 8989ACE8 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8989ACE8 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000000 8989ACE8 ACPIBuildProcessRunMethodPhaseRecurse: Status = 00000000 8989AAA0 ACPIBuildProcessRunMethodPhaseCheckSta: Status = 00000000 8989AAA0 ACPIBuildProcessRunMethodPhaseRunMethod: Status = 00000103 *** Fatal System Error: 0x000000a5 (0x00000003,0x8989DBA4,0xC0140008,0x494E495F) Break instruction exception - code 80000003 (first chance) A fatal system error has occurred. Debugger entered on first try; Bugcheck callbacks have not been invoked. A fatal system error has occurred. Connected to Windows XP 2600 x86 compatible target at (Tue Apr 5 20:01:39.562 2022 (UTC + 2:00)), ptr64 FALSE Loading Kernel Symbols ......................... Loading User Symbols ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck A5, {3, 8989dba4, c0140008, 494e495f} Probably caused by : ACPI.sys ( ACPI!ACPIBuildCompleteMustSucceed+31 ) Followup: MachineOwner --------- nt!RtlpBreakWithStatusInstruction: 80ac37ec cc int 3 18: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* ACPI_BIOS_ERROR (a5) The ACPI Bios in the system is not fully compliant with the ACPI specification. The first value indicates where the incompatibility lies: This bug check covers a great variety of ACPI problems. If a kernel debugger is attached, use "!analyze -v". This command will analyze the precise problem, and display whatever information is most useful for debugging the specific error. Arguments: Arg1: 00000003, ACPI_FAILED_MUST_SUCCEED_METHOD ACPI tried to run a control method while creating device extensions to represent the ACPI namespace, but this control method failed. Arg2: 8989dba4, The ACPI Object that was being run Arg3: c0140008, return value from the interpreter Arg4: 494e495f, Name of the control method (in ULONG format) Debugging Details: ------------------ ACPI_OBJECT: 8989dba4 DEFAULT_BUCKET_ID: DRIVER_FAULT BUGCHECK_STR: 0xA5 PROCESS_NAME: System ANALYSIS_VERSION: 6.3.9600.17237 (debuggers(dbg).140716-0327) x86fre LAST_CONTROL_TRANSFER: from 80a30d7b to 80ac37ec STACK_TEXT: ba551858 80a30d7b 00000003 ba551bb4 00000000 nt!RtlpBreakWithStatusInstruction ba5518a4 80a319e6 00000003 897d7868 898bf000 nt!KiBugCheckDebugBreak+0x19 ba551c84 80a31f77 000000a5 00000003 8989dba4 nt!KeBugCheck2+0x574 ba551ca4 ba732b29 000000a5 00000003 8989dba4 nt!KeBugCheckEx+0x1b ba551cc0 ba75c355 8989dba4 c0140008 00000000 ACPI!ACPIBuildCompleteMustSucceed+0x31 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c @ 431] ba551cf8 ba75a1b5 ba732af8 c0140008 00000000 ACPI!AsyncCallBack+0xe5 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\amlinew\sync.c @ 82] ba551d1c ba75d133 c0140008 4556414c 898bf000 ACPI!RunContext+0x1f5 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\amlinew\ctxt.c @ 649] ba551d44 ba75d25f 898bf000 00000000 ba77ab08 ACPI!InsertReadyQueue+0x15a [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\amlinew\sched.c @ 275] ba551d64 ba74e137 897d7a48 00000000 89913020 ACPI!RestartCtxtPassive+0x54 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\amlinew\sched.c @ 384] ba551dac 80bd81ac 00000000 00000000 00000000 ACPI!ACPIWorker+0xbf [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\worker.c @ 302] ba551ddc 80ae4212 ba74e078 00000000 00000000 nt!PspSystemThreadStartup+0x34 00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16 STACK_COMMAND: kb FOLLOWUP_IP: ACPI!ACPIBuildCompleteMustSucceed+31 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c @ 431] ba732b29 c7401802000000 mov dword ptr [eax+18h],2 FAULTING_SOURCE_LINE: e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c FAULTING_SOURCE_FILE: e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c FAULTING_SOURCE_LINE_NUMBER: 431 FAULTING_SOURCE_CODE: No source found for 'e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c' SYMBOL_STACK_INDEX: 4 SYMBOL_NAME: ACPI!ACPIBuildCompleteMustSucceed+31 FOLLOWUP_NAME: MachineOwner MODULE_NAME: ACPI IMAGE_NAME: ACPI.sys DEBUG_FLR_IMAGE_TIMESTAMP: 62486e15 IMAGE_VERSION: 5.1.2600.1106 FAILURE_BUCKET_ID: 0xA5_ACPI!ACPIBuildCompleteMustSucceed+31 BUCKET_ID: 0xA5_ACPI!ACPIBuildCompleteMustSucceed+31 ANALYSIS_SOURCE: KM FAILURE_ID_HASH_STRING: km:0xa5_acpi!acpibuildcompletemustsucceed+31 FAILURE_ID_HASH: {141550c3-a033-a93c-6e89-8fd34ca9e403} Followup: MachineOwner ---------
  16. The Hex value 494e495f means _INI (Hex ---> Ascii and then turned around (BigEndian) ). 8989dba4, The ACPI Object that was being run, I dont know how to translate. May it is only its place in memory. So, an _INI methode in DSDT fails. I can remember from the very first beginning, that XP parses _INI method. So, may be in this _INI is a for Acpi1.b forbidden word from maybe Acpi6 ;)) Dietmar Via IDAPro you can see the exact place, where this BSOD happens. But you do not see, from which place _ACPIBuildCompleteMustSucceed is called for to give this BSOD. .It is called from 16(!) places. Hack against this BSOD is easy, but does not solve this problem. This is from acpi.sys V2 debug version .text:00010AF8 ; =============== S U B R O U T I N E ======================================= .text:00010AF8 .text:00010AF8 ; Attributes: bp-based frame .text:00010AF8 .text:00010AF8 ; void __cdecl ACPIBuildCompleteMustSucceed(_NSObj *AcpiObject, int Status, _ObjData *ObjectData, void *Context) .text:00010AF8 _ACPIBuildCompleteMustSucceed proc near ; CODE XREF: ACPIBuildProcessDeviceGenericEvalStrict(x)+83p .text:00010AF8 ; ACPIBuildProcessDevicePhaseAdr(x)+62p ... .text:00010AF8 .text:00010AF8 AcpiObject = dword ptr 8 .text:00010AF8 Status = dword ptr 0Ch .text:00010AF8 ObjectData = dword ptr 10h .text:00010AF8 Context = dword ptr 14h .text:00010AF8 .text:00010AF8 push ebp .text:00010AF9 mov ebp, esp .text:00010AFB mov ecx, [ebp+Status] .text:00010AFE test ecx, ecx .text:00010B00 mov eax, [ebp+Context] .text:00010B03 mov edx, [eax+18h] .text:00010B06 jge short $L41561 <------------ here this jump does not happen, so BSOD .text:00010B08 mov edx, [ebp+AcpiObject] .text:00010B0B test edx, edx .text:00010B0D mov [eax+20h], ecx .text:00010B10 jz short loc_10B17 .text:00010B12 mov eax, [edx+10h] .text:00010B15 jmp short loc_10B19 .text:00010B17 ; --------------------------------------------------------------------------- .text:00010B17 .text:00010B17 loc_10B17: ; CODE XREF: _ACPIBuildCompleteMustSucceed+18j .text:00010B17 xor eax, eax .text:00010B19 .text:00010B19 loc_10B19: ; CODE XREF: _ACPIBuildCompleteMustSucceed+1Dj .text:00010B19 push eax ; BugCheckParameter4 .text:00010B1A push ecx ; BugCheckParameter3 .text:00010B1B push edx ; BugCheckParameter2 .text:00010B1C push 3 ; BugCheckParameter1 .text:00010B1E push 0A5h ; BugCheckCode .text:00010B23 call ds:__imp__KeBugCheckEx@20 ; KeBugCheckEx(x,x,x,x,x) .text:00010B29 ; --------------------------------------------------------------------------- .text:00010B29 .text:00010B29 $L41561: ; CODE XREF: _ACPIBuildCompleteMustSucceed+Ej .text:00010B29 mov dword ptr [eax+18h], 2 .text:00010B30 push edx ; NewWorkDone .text:00010B31 add eax, 10h .text:00010B34 push eax ; OldWorkDone .text:00010B35 call _ACPIBuildCompleteCommon@8 ; ACPIBuildCompleteCommon(x,x) .text:00010B3A pop ebp .text:00010B3B retn .text:00010B3B _ACPIBuildCompleteMustSucceed endp .text:00010B3B .text:00010B3B ; ---------------------------------------------------------------------------
  17. nt!Phase1Initialization+0xae1: 80d3190f e85ac10200 call nt!ExInitSystemPhase2 (80d5da6e) 23: kd> nt!Phase1Initialization+0xae6: 80d31914 6a19 push 19h 23: kd> nt!Phase1Initialization+0xae8: 80d31916 e8c3f6ceff call nt!InbvUpdateProgressBar (80a20fde) 23: kd> nt!Phase1Initialization+0xaed: 80d3191b ffb584fbffff push dword ptr [ebp-47Ch] 23: kd> nt!Phase1Initialization+0xaf3: 80d31921 891d08e8ae80 mov dword ptr [nt!KdpTimeSlipPending (80aee808)],ebx 23: kd> nt!Phase1Initialization+0xaf9: 80d31927 e8fcca0200 call nt!XIPInit (80d5e428) 23: kd> nt!Phase1Initialization+0xafe: 80d3192c 6a4b push 4Bh 23: kd> nt!Phase1Initialization+0xb00: 80d3192e 6a19 push 19h 23: kd> nt!Phase1Initialization+0xb02: 80d31930 e88ff7ceff call nt!InbvSetProgressBarSubset (80a210c4) 23: kd> nt!Phase1Initialization+0xb07: 80d31935 ffb584fbffff push dword ptr [ebp-47Ch] 23: kd> nt!Phase1Initialization+0xb0d: 80d3193b e884200000 call nt!IoInitSystem (80d339c4) 23: kd> *** Fatal System Error: 0x000000a5 (0x00000003,0x8989DBA4,0xC0140008,0x494E495F)
  18. Here is first try with windbg 8.1 via NET debug of the Asrock z690 extreme with the new acpi.sys V2 (debug version). It is an pure, original XP SP3 install without any extra drivers or programs. Microsoft (R) Windows Debugger Version 6.3.9600.17200 X86 Copyright (c) Microsoft Corporation. All rights reserved. Using NET for debugging Opened WinSock 2.0 Waiting to reconnect... Connected to target 192.168.2.103 on port 50000 on local IP 192.168.2.101. Connected to Windows XP 2600 x86 compatible target at (Tue Apr 5 14:15:08.765 2022 (UTC + 2:00)), ptr64 FALSE Kernel Debugger connection established. ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\Symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\symbols OK C:\symbolss OK C:\symbolsss Symbol search path is: C:\symbols;C:\symbolss;C:\symbolsss Executable search path is: C:\Symbols Windows XP Kernel Version 2600 (Service Pack 3) MP (24 procs) Checked x86 compatible Product: WinNt, suite: TerminalServer SingleUserTS Built by: 2600.xpsp.080413-2133 Machine Name: Kernel base = 0x80a02000 PsLoadedModuleList = 0x80b019e8 Debug session time: Tue Apr 5 14:12:02.750 2022 (UTC + 2:00) System Uptime: 0 days 0:00:05.343 ************* Symbol Path validation summary ************** Response Time (ms) Location OK E:\binaries.x86fre\Symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\Symbols ************* Symbol Path validation summary ************** Response Time (ms) Location OK C:\symbols OK C:\symbolss OK C:\symbolsss OK E:\binaries.x86fre\Symbols Deferred https://msdl.microsoft.com/download/symbols Deferred srv* Break instruction exception - code 80000003 (first chance) A fatal system error has occurred. Debugger entered on first try; Bugcheck callbacks have not been invoked. A fatal system error has occurred. Connected to Windows XP 2600 x86 compatible target at (Tue Apr 5 14:15:09.218 2022 (UTC + 2:00)), ptr64 FALSE Loading Kernel Symbols ......................... Loading User Symbols ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* Use !analyze -v to get detailed debugging information. BugCheck A5, {3, 8989dba4, c0140008, 494e495f} Probably caused by : ACPI.sys ( ACPI!ACPIBuildCompleteMustSucceed+31 ) Followup: MachineOwner --------- nt!RtlpBreakWithStatusInstruction: 80ac37ec cc int 3 23: kd> !analyze -v ******************************************************************************* * * * Bugcheck Analysis * * * ******************************************************************************* ACPI_BIOS_ERROR (a5) The ACPI Bios in the system is not fully compliant with the ACPI specification. The first value indicates where the incompatibility lies: This bug check covers a great variety of ACPI problems. If a kernel debugger is attached, use "!analyze -v". This command will analyze the precise problem, and display whatever information is most useful for debugging the specific error. Arguments: Arg1: 00000003, ACPI_FAILED_MUST_SUCCEED_METHOD ACPI tried to run a control method while creating device extensions to represent the ACPI namespace, but this control method failed. Arg2: 8989dba4, The ACPI Object that was being run Arg3: c0140008, return value from the interpreter Arg4: 494e495f, Name of the control method (in ULONG format) Debugging Details: ------------------ ACPI_OBJECT: 8989dba4 DEFAULT_BUCKET_ID: DRIVER_FAULT BUGCHECK_STR: 0xA5 PROCESS_NAME: System ANALYSIS_VERSION: 6.3.9600.17237 (debuggers(dbg).140716-0327) x86fre LAST_CONTROL_TRANSFER: from 80a30d7b to 80ac37ec STACK_TEXT: ba551858 80a30d7b 00000003 ba551bb4 00000000 nt!RtlpBreakWithStatusInstruction ba5518a4 80a319e6 00000003 897d2008 8979d000 nt!KiBugCheckDebugBreak+0x19 ba551c84 80a31f77 000000a5 00000003 8989dba4 nt!KeBugCheck2+0x574 ba551ca4 ba732b29 000000a5 00000003 8989dba4 nt!KeBugCheckEx+0x1b ba551cc0 ba75c355 8989dba4 c0140008 00000000 ACPI!ACPIBuildCompleteMustSucceed+0x31 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c @ 431] ba551cf8 ba75a1b5 ba732af8 c0140008 00000000 ACPI!AsyncCallBack+0xe5 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\amlinew\sync.c @ 82] ba551d1c ba75d133 c0140008 4556414c 8979d000 ACPI!RunContext+0x1f5 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\amlinew\ctxt.c @ 649] ba551d44 ba75d25f 8979d000 00000000 ba77ab08 ACPI!InsertReadyQueue+0x15a [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\amlinew\sched.c @ 275] ba551d64 ba74e137 897d1ca8 00000000 89913020 ACPI!RestartCtxtPassive+0x54 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\amlinew\sched.c @ 384] ba551dac 80bd81ac 00000000 00000000 00000000 ACPI!ACPIWorker+0xbf [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\worker.c @ 302] ba551ddc 80ae4212 ba74e078 00000000 00000000 nt!PspSystemThreadStartup+0x34 00000000 00000000 00000000 00000000 00000000 nt!KiThreadStartup+0x16 STACK_COMMAND: kb FOLLOWUP_IP: ACPI!ACPIBuildCompleteMustSucceed+31 [e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c @ 431] ba732b29 c7401802000000 mov dword ptr [eax+18h],2 FAULTING_SOURCE_LINE: e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c FAULTING_SOURCE_FILE: e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c FAULTING_SOURCE_LINE_NUMBER: 431 FAULTING_SOURCE_CODE: No source found for 'e:\software\windowssourcecode\microsoft.leaked.source.code.archive_2020-10-04\nt5src\source\xpsp1\nt\base\busdrv\acpi\driver\nt\buildsrc.c' SYMBOL_STACK_INDEX: 4 SYMBOL_NAME: ACPI!ACPIBuildCompleteMustSucceed+31 FOLLOWUP_NAME: MachineOwner MODULE_NAME: ACPI IMAGE_NAME: ACPI.sys DEBUG_FLR_IMAGE_TIMESTAMP: 62486e15 IMAGE_VERSION: 5.1.2600.1106 FAILURE_BUCKET_ID: 0xA5_ACPI!ACPIBuildCompleteMustSucceed+31 BUCKET_ID: 0xA5_ACPI!ACPIBuildCompleteMustSucceed+31 ANALYSIS_SOURCE: KM FAILURE_ID_HASH_STRING: km:0xa5_acpi!acpibuildcompletemustsucceed+31 FAILURE_ID_HASH: {141550c3-a033-a93c-6e89-8fd34ca9e403} Followup: MachineOwner ---------
  19. @Mov AX, 0xDEAD Interesting is also, what the acpi.sys from W2003 RTM sources tells to XP SP3 Dietmar PS: misc.c in base\busdrv\acpi\driver\amlinew for XP SP1 and Win2003 RTM and there with the Definition of ValidateArgTypes(POBJDATA pArgs, PSZ pszExpectedTypes) is exact the same.
  20. @George King Your hack works exact as mine. But now other BSOD appears 0x000000A5 (0x00000002, xxx, 0x00000001, yyy) The "1" in this BSOD means: 1 : ACPI cannot convert the BIOS' resource list into the proper format. This probably represents a flaw in the BIOS' list encoding procedure. Dietmar
  21. @George King Can you send to me the "free" 2.0 acpi.sys for tests Dietmar
  22. @George King Can you please compile a "free" version of acpi.sys ver2.0 ? Because with dirty hack, the acpi.sys "Debug" version shows always BSOD 0x7E (0x80000003,..) meaning that a Breakpoint is reached Dietmar
  23. On the new z690 Asrock extreme board, the new Vers 2.0 acpi.sys gives BSOD 0x000000A5 (0x00000003, 0x98E1DBA4, 0xC0140008, 0x494E495F) so until now manual hack in acpi.sys with IDAPro is needed also Dietmar PS: _ValidateArgTypes was called with 2nd arg = pointer to string with "H" char inside at winxp_5512 exist C, I, O, A, B, D, .. but not "H"
  24. @Mov AX, 0xDEAD @George King I just test the new acpi.sys on the Asrock z370 Fatalty k6 board with 32 Gbyte ram. It works, nicccceeeeeeee!!!!!!!!! Interesting, that the Acpi error about mistake in DDB 0x000000A5 (0x00000011, 0x00000008, xxx, yyy) is not longer shown without any mod Dietmar
×
×
  • Create New...