
Damnation
MemberContent Type
Profiles
Forums
Events
Everything posted by Damnation
-
@Mov AX, 0xDEAD If you're feeling motivated, can we start working on NDIS6 support for XP? missing imports - ndis - NtTraceControl KeRegisterProcessorChangeCallback RtlNumberOfSetBitsUlongPtr KeTestSpinLock IoGetDeviceNumaNode NtQuerySystemInformationEx netio - MmAllocatePagesForMdlEx KeFreeCalloutStack KeAllocateCalloutStack SeCaptureSubjectContextEx KeTestSpinLock SeAccessCheckFromState RtlCreateHashTable RtlDeleteHashTable RtlGetNextEntryHashTable RtlLookupEntryHashTable RtlRemoveEntryHashTable RtlInsertEntryHashTable RtlEndEnumerationHashTable RtlEnumerateEntryHashTable RtlInitEnumerationHashTable RtlContractHashTable RtlExpandHashTable msrpc - IoSetIoCompletionEx ZwAlpcCancelMessage ZwAlpcCreatePortSection ZwAlpcCreateResourceReserve ZwAlpcCreateSectionView ZwAlpcCreateSecurityContext ZwAlpcDeletePortSection ZwAlpcDeleteSectionView ZwAlpcDeleteSecurityContext ZwAlpcDisconnectPort ZwAlpcQueryInformation ZwAlpcSetInformation ZwCreateIoCompletion ZwImpersonateAnonymousToken ZwRemoveIoCompletionEx
-
If anyone else wants to have a go and try to make this work then just ask and I'll send you the source code.
-
@sonyu I know the windows 8.0 acpi sys you're referring to, that acpi.sys just has a skip DDB error hack, the error I was having has been solved through debugging and @Mov AX, 0xDEAD's genius. Seriously dude the whole XP enthusiast community can't thank you enough for all your hard work, without which none of this would be possible! Sincerely, thanks a lot! @Mov AX, 0xDEAD much appreciation!
-
@Mov AX, 0xDEAD Here is what I could copy out of the debug window, it's not the whole thing though, it got cut off at some point, I'm not sure how to get the whole thing. @daniel_k No, without an acpi.sys hack I get BSOD A5 0x11 0x8 DDB error. Windows 8.0 has same problem. Windows 8.1 works. TRX40_DESIGNARE_ACPI_DEBUG_2.zip
-
@Mov AX, 0xDEAD I would like to try and find the exact cause of the USB\RESET_FAILURE problem for devices connected to the HUB on the 149C USB3 controller. I don't know where to start going about this with my debugging setup though, would you be willing to help me do this? I don't think this will be easy, as XP reports USB3 Controller and Hub as working normally, only the devices themselves report a problem.