Gmanos 0 Napisano 14 Czerwca 2017 Udostępnij Napisano 14 Czerwca 2017 Witam,od jakiegoś czasu mam ogromne problemy z tym sterownikiem. Ciągle mi wywala ten błąd, co czasami kończy się całym crashem komputera. Nie mówię tu o blue screenie tylko na ekranie pojawiają się paski i nie ważne jak długo bym czekał, nie zniknął, przy tym, jeżeli w tle leci jakaś muzyczka automatycznie też się crashuje. Z trzy razy jedynie mi się zdarzyło, żeby wywalił BS, przez pół roku użerania się z tym. Nawet po wciśnięciu przycisku na obudowie komp potrzebuje dobre kilka minut, żeby ogarnąć co się dzieje i zresetować się. Tak jak pisałem crashe są tylko czasem i jeżeli tylko to by było to pal licho. Jednak nawet odpalenie filmu na yt zazwyczaj wywołuje error i jedyne co widzę to czarny ekran, albo napis, który pojawi się na 3 sec "Sterownik ekranu AMD driver przestał działać, ale odzyskał sprawność" i znowu czarny ekran. Tak koło się zatacza. http://i.imgur.com/7vqJeHF.jpg http://pics.tinypic.pl/i/00909/6njyf738335q_t.jpgDobra to może teraz powiem jak próbowałem już rozwiązać problem. Min z 20 razy od nowa instalowałem windowsa 7 i za każdym razem inną wersję sterowników, przy tym jeszcze próbowałem w ogólnie nie instalowac updatów do windowsa, bo myślałem, że mogą się jakość gryźć z sterownikiem. W ciągu tych min. 20 prób próbowałem aktualizować sterowniki, nawet downgradowałem. Na stronie MS znalazłem coś o tym i było napisane żeby w rejestrze stworzyć nową wartość QWRD, nazwać ją TdrDelay i zmienić wartość na 8, w lokalizacji HKEY_LOCAL_MACHINE/SYSTEM/CurrentControlSet/GraphicDrivers. Trochę się poprawiło bo jestem w stanie pisać na tej stronie cokolwiek. Skanowałem kompa sfc /scannow, ale błędów nie było w rejestrze. Odpalałem verifier.exe, ale coś nie pykło bo nie znalazł błędów, może przez to, że nie wywalało BS, ale zawieszał i jedyne co mogłem zrobić to zresetowac przyciskiem na obudowie. Pobrałem WinThrustera, odpaliłem, nic nie dało. Skanowałem ESET'em kompa, nothing. Usuwałem wszystkie śmieci CCleanerem, nic. Wcześniej pisałem, że z trzy razy pojawił mi się BS, tu są minidumpy z nich: ******************************************************************************** ** Bugcheck Analysis ** ******************************************************************************** Use !analyze -v to get detailed debugging information. BugCheck 100000EA, {fffffa800a9c2b50, 0, 0, 0} Unable to load image \SystemRoot\system32\DRIVERS\atikmdag.sys, Win32 error 0n2*** WARNING: Unable to verify timestamp for atikmdag.sys*** ERROR: Module load completed but symbols could not be loaded for atikmdag.sysProbably caused by : dxgkrnl.sys ( dxgkrnl!TdrTimedOperationBugcheckOnTimeout+37 ) Followup: MachineOwner--------- 3: kd> !analyze -v******************************************************************************** ** Bugcheck Analysis ** ******************************************************************************** THREAD_STUCK_IN_DEVICE_DRIVER_M (100000ea)The device driver is spinning in an infinite loop, most likely waiting forhardware to become idle. This usually indicates problem with the hardwareitself or with the device driver programming the hardware incorrectly.If the kernel debugger is connected and running when watchdog detects atimeout condition then DbgBreakPoint() will be called instead of KeBugCheckEx()and detailed message including bugcheck arguments will be printed to thedebugger. This way we can identify an offending thread, set breakpoints in it,and hit go to return to the spinning code to debug it further. BecauseKeBugCheckEx() is not called the .bugcheck directive will not return bugcheckinformation in this case. The arguments are already printed out to the kerneldebugger. You can also retrieve them from a global variable via"dd watchdog!g_WdBugCheckData l5" (use dq on NT64).On MP machines it is possible to hit a timeout when the spinning thread isinterrupted by hardware interrupt and ISR or DPC routine is running at the timeof the bugcheck (this is because the timeout's work item can be delivered andhandled on the second CPU and the same time). If this is the case you will haveto look deeper at the offending thread's stack (e.g. using dds) to determinespinning code which caused the timeout to occur.Arguments:Arg1: fffffa800a9c2b50, Pointer to a stuck thread object. Do .thread then kb on it to findthe hung location.Arg2: 0000000000000000, Pointer to a DEFERRED_WATCHDOG object.Arg3: 0000000000000000, Pointer to offending driver name.Arg4: 0000000000000000, Number of times "intercepted" bugcheck 0xEA was hit (see notes). Debugging Details:------------------ FAULTING_THREAD: fffffa800a9c2b50 DEFAULT_BUCKET_ID: GRAPHICS_DRIVER_FAULT CUSTOMER_CRASH_COUNT: 1 BUGCHECK_STR: 0xEA PROCESS_NAME: System CURRENT_IRQL: 0 LAST_CONTROL_TRANSFER: from fffff88004a56f63 to fffff80002c874c0 STACK_TEXT: fffff880`05ea32a8 fffff880`04a56f63 : 00000000`000000ea fffffa80`0a9c2b50 00000000`00000000 00000000`00000000 : nt!KeBugCheckExfffff880`05ea32b0 fffff880`04a57112 : fffff880`05ea3388 fffff880`0f765890 fffff880`05ea3388 fffff880`05ea3470 : dxgkrnl!TdrTimedOperationBugcheckOnTimeout+0x37fffff880`05ea3320 fffff880`0f703970 : fffffa80`09873000 00000000`00000000 fffff880`05ea3470 fffff880`0f76587c : dxgkrnl!TdrTimedOperationDelay+0xbefffff880`05ea3360 fffffa80`09873000 : 00000000`00000000 fffff880`05ea3470 fffff880`0f76587c 00000000`00002710 : atikmdag+0x56970fffff880`05ea3368 00000000`00000000 : fffff880`05ea3470 fffff880`0f76587c 00000000`00002710 00000000`00000028 : 0xfffffa80`09873000 STACK_COMMAND: .thread 0xfffffa800a9c2b50 ; kb FOLLOWUP_IP: dxgkrnl!TdrTimedOperationBugcheckOnTimeout+37fffff880`04a56f63 cc int 3 SYMBOL_STACK_INDEX: 1 SYMBOL_NAME: dxgkrnl!TdrTimedOperationBugcheckOnTimeout+37 FOLLOWUP_NAME: MachineOwner MODULE_NAME: dxgkrnl IMAGE_NAME: dxgkrnl.sys DEBUG_FLR_IMAGE_TIMESTAMP: 58e7a92e FAILURE_BUCKET_ID: X64_0xEA_IMAGE_dxgkrnl.sys BUCKET_ID: X64_0xEA_IMAGE_dxgkrnl.sys Followup: MachineOwner--------- ******************************************************************************** ** Bugcheck Analysis ** ******************************************************************************** Use !analyze -v to get detailed debugging information. BugCheck 100000EA, {fffffa800a9d8060, 0, 0, 0} Unable to load image \SystemRoot\system32\DRIVERS\atikmdag.sys, Win32 error 0n2*** WARNING: Unable to verify timestamp for atikmdag.sys*** ERROR: Module load completed but symbols could not be loaded for atikmdag.sysProbably caused by : dxgkrnl.sys ( dxgkrnl!TdrTimedOperationBugcheckOnTimeout+37 ) Followup: MachineOwner--------- 0: kd> !analyze -v******************************************************************************** ** Bugcheck Analysis ** ******************************************************************************** THREAD_STUCK_IN_DEVICE_DRIVER_M (100000ea)The device driver is spinning in an infinite loop, most likely waiting forhardware to become idle. This usually indicates problem with the hardwareitself or with the device driver programming the hardware incorrectly.If the kernel debugger is connected and running when watchdog detects atimeout condition then DbgBreakPoint() will be called instead of KeBugCheckEx()and detailed message including bugcheck arguments will be printed to thedebugger. This way we can identify an offending thread, set breakpoints in it,and hit go to return to the spinning code to debug it further. BecauseKeBugCheckEx() is not called the .bugcheck directive will not return bugcheckinformation in this case. The arguments are already printed out to the kerneldebugger. You can also retrieve them from a global variable via"dd watchdog!g_WdBugCheckData l5" (use dq on NT64).On MP machines it is possible to hit a timeout when the spinning thread isinterrupted by hardware interrupt and ISR or DPC routine is running at the timeof the bugcheck (this is because the timeout's work item can be delivered andhandled on the second CPU and the same time). If this is the case you will haveto look deeper at the offending thread's stack (e.g. using dds) to determinespinning code which caused the timeout to occur.Arguments:Arg1: fffffa800a9d8060, Pointer to a stuck thread object. Do .thread then kb on it to findthe hung location.Arg2: 0000000000000000, Pointer to a DEFERRED_WATCHDOG object.Arg3: 0000000000000000, Pointer to offending driver name.Arg4: 0000000000000000, Number of times "intercepted" bugcheck 0xEA was hit (see notes). Debugging Details:------------------ FAULTING_THREAD: fffffa800a9d8060 DEFAULT_BUCKET_ID: GRAPHICS_DRIVER_FAULT CUSTOMER_CRASH_COUNT: 1 BUGCHECK_STR: 0xEA PROCESS_NAME: System CURRENT_IRQL: 0 LAST_CONTROL_TRANSFER: from fffff8800524cf63 to fffff80002c7d4c0 STACK_TEXT: fffff880`05c892a8 fffff880`0524cf63 : 00000000`000000ea fffffa80`0a9d8060 00000000`00000000 00000000`00000000 : nt!KeBugCheckExfffff880`05c892b0 fffff880`0524d112 : fffff880`05c89388 fffff880`0f76a890 fffff880`05c89388 fffff880`05c89470 : dxgkrnl!TdrTimedOperationBugcheckOnTimeout+0x37fffff880`05c89320 fffff880`0f708970 : fffffa80`09885000 00000000`00000000 fffff880`05c89470 fffff880`0f76a87c : dxgkrnl!TdrTimedOperationDelay+0xbefffff880`05c89360 fffffa80`09885000 : 00000000`00000000 fffff880`05c89470 fffff880`0f76a87c 00000000`00002710 : atikmdag+0x56970fffff880`05c89368 00000000`00000000 : fffff880`05c89470 fffff880`0f76a87c 00000000`00002710 00000000`00000028 : 0xfffffa80`09885000 STACK_COMMAND: .thread 0xfffffa800a9d8060 ; kb FOLLOWUP_IP: dxgkrnl!TdrTimedOperationBugcheckOnTimeout+37fffff880`0524cf63 cc int 3 SYMBOL_STACK_INDEX: 1 SYMBOL_NAME: dxgkrnl!TdrTimedOperationBugcheckOnTimeout+37 FOLLOWUP_NAME: MachineOwner MODULE_NAME: dxgkrnl IMAGE_NAME: dxgkrnl.sys DEBUG_FLR_IMAGE_TIMESTAMP: 58e7a92e FAILURE_BUCKET_ID: X64_0xEA_IMAGE_dxgkrnl.sys BUCKET_ID: X64_0xEA_IMAGE_dxgkrnl.sys Followup: MachineOwner--------- ******************************************************************************** ** Bugcheck Analysis ** ******************************************************************************** Use !analyze -v to get detailed debugging information. BugCheck 1A, {3452, 6ff40000, fffff70001081870, 8000000000000000} Probably caused by : ntkrnlmp.exe ( nt! ?? ::FNODOBFM::`string'+2f983 ) Followup: MachineOwner--------- 2: kd> !analyze -v******************************************************************************** ** Bugcheck Analysis ** ******************************************************************************** MEMORY_MANAGEMENT (1a) # Any other values for parameter 1 must be individually examined.Arguments:Arg1: 0000000000003452, The subtype of the bugcheck.Arg2: 000000006ff40000Arg3: fffff70001081870Arg4: 8000000000000000 Debugging Details:------------------ BUGCHECK_STR: 0x1a_3452 CUSTOMER_CRASH_COUNT: 1 DEFAULT_BUCKET_ID: VISTA_DRIVER_FAULT PROCESS_NAME: acrotray.exe CURRENT_IRQL: 0 LAST_CONTROL_TRANSFER: from fffff80002efe8f3 to fffff80002e8a4c0 STACK_TEXT: fffff880`086140a8 fffff800`02efe8f3 : 00000000`0000001a 00000000`00003452 00000000`6ff40000 fffff700`01081870 : nt!KeBugCheckExfffff880`086140b0 fffff800`02e5cc95 : fffffa80`09720b10 fffffa80`00000000 fffff8a0`00000064 00000000`00000000 : nt! ?? ::FNODOBFM::`string'+0x2f983fffff880`08614960 fffff800`03163344 : fffff8a0`02bbfa30 00000000`00000000 fffffa80`0b711060 fffffa80`0b711060 : nt!MmCleanProcessAddressSpace+0x95fffff880`086149b0 fffff800`03145ea5 : 00000000`c0000005 00000000`00000001 00000000`fffdb000 00000000`00000000 : nt!PspExitThread+0x944fffff880`08614a70 fffff800`02e89753 : ffffffff`ffffffff fffffa80`0b711060 fffffa80`09720b10 00000000`0026f7e8 : nt!NtTerminateProcess+0x2d5fffff880`08614ae0 00000000`7782bffa : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : nt!KiSystemServiceCopyEnd+0x1300000000`000be258 00000000`00000000 : 00000000`00000000 00000000`00000000 00000000`00000000 00000000`00000000 : 0x7782bffa STACK_COMMAND: kb FOLLOWUP_IP: nt! ?? ::FNODOBFM::`string'+2f983fffff800`02efe8f3 cc int 3 SYMBOL_STACK_INDEX: 1 SYMBOL_NAME: nt! ?? ::FNODOBFM::`string'+2f983 FOLLOWUP_NAME: MachineOwner MODULE_NAME: nt IMAGE_NAME: ntkrnlmp.exe DEBUG_FLR_IMAGE_TIMESTAMP: 5902893d FAILURE_BUCKET_ID: X64_0x1a_3452_nt!_??_::FNODOBFM::_string_+2f983 BUCKET_ID: X64_0x1a_3452_nt!_??_::FNODOBFM::_string_+2f983 Followup: MachineOwner Na necie szukałem jakiś poradników jak naprawić błędy związane z dxgkrnl.sys, ntkrnlmp.exe, ale nic nie podziałało. Cytuj Link to post Share on other sites
Damian47akaQcu 150 Napisano 14 Czerwca 2017 Udostępnij Napisano 14 Czerwca 2017 Jaka karta graficzna i reszta podezpołow? Może karta umiera po prostu. Cytuj Link to post Share on other sites
Gmanos 0 Napisano 14 Czerwca 2017 Autor Udostępnij Napisano 14 Czerwca 2017 Komputer był kupiony w 2015 r. w lipcu dokładnie mówiąc, nigdy nie kręciłem karty. Jak już pisałem męczę się z tym już min. 6 miechów. Odsyłałem kompa na gwarancje, ale oni nie znaleźli błędów nie wiem jakim cudem, więc to raczej niemożliwe, że jest problem z samą kartą. Temperatury też ma w normie (zdjąłem obudowę i karta nie jest gorąca przy errorach). A sama karta to club3d radeon r9 285 Royal Queen Cytuj Link to post Share on other sites
Damian47akaQcu 150 Napisano 14 Czerwca 2017 Udostępnij Napisano 14 Czerwca 2017 Te karty lubiły padać. Nie musisz jej kręcić aby padła. Sprawdziłbym ją na innym komputerze, dla pewności. Cytuj Link to post Share on other sites
Gmanos 0 Napisano 14 Czerwca 2017 Autor Udostępnij Napisano 14 Czerwca 2017 Ciężko będzie z tym, ale myślę na nad ponownym wysłaniem do serwisu. Jeżeli znowu dostane od nich odpowiedź, że żadnego błędu nie ma, to znaczy, że coś leży w sterownikach i będę musiał dalej się z tym szamotać. Cytuj Link to post Share on other sites
Damian47akaQcu 150 Napisano 14 Czerwca 2017 Udostępnij Napisano 14 Czerwca 2017 Ciężko będzie z tym, ale myślę na nad ponownym wysłaniem do serwisu. Jeżeli znowu dostane od nich odpowiedź, że żadnego błędu nie ma, to znaczy, że coś leży w sterownikach i będę musiał dalej się z tym szamotać. NIE. Jeżeli karta jest uszkodzona to sterownik się nie zainstaluje lub będzie się wywalał. Cytuj Link to post Share on other sites
Gmanos 0 Napisano 14 Czerwca 2017 Autor Udostępnij Napisano 14 Czerwca 2017 NIE. Jeżeli karta jest uszkodzona to sterownik się nie zainstaluje lub będzie się wywalał. I własnie to robi, ciągle się sypie... dlatego myślę, że oddanie do serwisu będzie najlepszym pomysłem, żeby obczaili kartę czy nie jakiś uszkodzeń na niej. Dodam jeszcze, że ten błąd zaczął się pojawiać jak raz oddali mi kompa z serwisowania bo dysk SSD całkowicie się posypał (spalił). Tak na marginesie dodam, że komp był serwisowany łącznie 3 razy (mam go ledwie dwa lata -_-) Cytuj Link to post Share on other sites
Damian47akaQcu 150 Napisano 14 Czerwca 2017 Udostępnij Napisano 14 Czerwca 2017 A podasz jego specyfikację i przede wszystkim zasilacz (MARKA i moc) ?. Padł ssd, teraz wszystko wskazuję na kartę. Lepiej nie myśleć co dalej. Cytuj Link to post Share on other sites
Gmanos 0 Napisano 14 Czerwca 2017 Autor Udostępnij Napisano 14 Czerwca 2017 (edytowane) Zasilacz - Corsair vs450V Wyciąg z CPU-Z CPU-Z TXT Report ------------------------------------------------------------------------- Binaries ------------------------------------------------------------------------- CPU-Z version 1.79.1.x64 Processors ------------------------------------------------------------------------- Number of sockets 1 Number of threads 4 APICs ------------------------------------------------------------------------- Socket 0 -- Core 0 -- Thread 0 0 -- Core 2 -- Thread 0 2 -- Core 4 -- Thread 0 4 -- Core 6 -- Thread 0 6 Timers ------------------------------------------------------------------------- ACPI timer 3.580 MHz Perf timer 3.125 MHz Sys timer 1.000 KHz Processors Information ------------------------------------------------------------------------- Socket 1 ID = 0 Number of cores 4 (max 4) Number of threads 4 (max 4) Name Intel Core i5 4460 Codename Haswell Specification Intel® Core i5-4460 CPU @ 3.20GHz Package (platform ID) Socket 1150 LGA (0x1) CPUID 6.C.3 Extended CPUID 6.3C Core Stepping C0 Technology 22 nm TDP Limit 84.0 Watts Tjmax 100.0 °C Core Speed 799.8 MHz Multiplier x Bus Speed 8.0 x 100.0 MHz Stock frequency 3200 MHz Instructions sets MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, EM64T, VT-x, AES, AVX, AVX2, FMA3 L1 Data cache 4 x 32 KBytes, 8-way set associative, 64-byte line size L1 Instruction cache 4 x 32 KBytes, 8-way set associative, 64-byte line size L2 cache 4 x 256 KBytes, 8-way set associative, 64-byte line size L3 cache 6 MBytes, 12-way set associative, 64-byte line size Max CPUID level 0000000Dh Max CPUID ext. level 80000008h Cache descriptor Level 1, D, 32 KB, 2 thread(s) Cache descriptor Level 1, I, 32 KB, 2 thread(s) Cache descriptor Level 2, U, 256 KB, 2 thread(s) Cache descriptor Level 3, U, 6 MB, 16 thread(s) FID/VID Control yes Turbo Mode supported, enabled Max non-turbo ratio 32x Max turbo ratio 34x Max efficiency ratio 8x O/C bins none Ratio 1 core 34x Ratio 2 cores 34x Ratio 3 cores 33x Ratio 4 cores 32x IA Voltage Mode PCU adaptive IA Voltage Offset 0 mV GT Voltage Mode PCU adaptive GT Voltage Offset 0 mV LLC/Ring Voltage Mode PCU adaptive LLC/Ring Voltage Offset 0 mV Agent Voltage Mode PCU adaptive Agent Voltage Offset 0 mV Temperature 0 32 degC (89 degF) (Package) Temperature 1 32 degC (89 degF) (Core #0) Temperature 2 30 degC (86 degF) (Core #2) Temperature 3 27 degC (80 degF) (Core #4) Temperature 4 32 degC (89 degF) (Core #6) Voltage 0 0.72 Volts (VID) Voltage 1 +0.00 Volts (IA Offset) Voltage 2 +0.00 Volts (GT Offset) Voltage 3 +0.00 Volts (LLC/Ring Offset) Voltage 4 +0.00 Volts (System Agent Offset) Power 0 5.12 W (Package) Power 1 0.31 W (IA Cores) Power 2 n.a. (GT) Power 3 3.46 W (Uncore) Power 4 1.34 W (DRAM) Clock Speed 0 799.81 MHz (Core #0) Clock Speed 1 799.81 MHz (Core #2) Clock Speed 2 799.81 MHz (Core #4) Clock Speed 3 799.81 MHz (Core #6) Core 0 max ratio 34.0 (effective 34.0) Core 1 max ratio 34.0 (effective 34.0) Core 2 max ratio 34.0 (effective 34.0) Core 3 max ratio 34.0 (effective 34.0) Thread dumps ------------------------------------------------------------------------- CPU Thread 0 APIC ID 0 Topology Processor ID 0, Core ID 0, Thread ID 0 CPUID 0x00000000 0x0000000D 0x756E6547 0x6C65746E 0x49656E69 0x00000001 0x000306C3 0x00100800 0x7FFAFBBF 0xBFEBFBFF 0x00000002 0x76036301 0x00F0B6FF 0x00000000 0x00C10000 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000 0x00000004 0x1C004121 0x01C0003F 0x0000003F 0x00000000 0x00000004 0x1C004122 0x01C0003F 0x0000003F 0x00000000 0x00000004 0x1C004143 0x01C0003F 0x000001FF 0x00000000 0x00000004 0x1C03C163 0x02C0003F 0x00001FFF 0x00000006 0x00000005 0x00000040 0x00000040 0x00000003 0x00042120 0x00000006 0x00000077 0x00000002 0x00000001 0x00000000 0x00000007 0x00000000 0x000027AB 0x00000000 0x00000000 0x00000008 0x00000000 0x00000000 0x00000000 0x00000000 0x00000009 0x00000000 0x00000000 0x00000000 0x00000000 0x0000000A 0x07300803 0x00000000 0x00000000 0x00000603 0x0000000B 0x00000001 0x00000001 0x00000100 0x00000000 0x0000000B 0x00000004 0x00000004 0x00000201 0x00000000 0x0000000C 0x00000000 0x00000000 0x00000000 0x00000000 0x0000000D 0x00000007 0x00000340 0x00000340 0x00000000 0x0000000D 0x00000001 0x00000000 0x00000000 0x00000000 0x0000000D 0x00000100 0x00000240 0x00000000 0x00000000 0x80000000 0x80000008 0x00000000 0x00000000 0x00000000 0x80000001 0x00000000 0x00000000 0x00000021 0x2C100800 0x80000002 0x65746E49 0x2952286C 0x726F4320 0x4D542865 0x80000003 0x35692029 0x3634342D 0x43202030 0x40205550 0x80000004 0x322E3320 0x7A484730 0x00000000 0x00000000 0x80000005 0x00000000 0x00000000 0x00000000 0x00000000 0x80000006 0x00000000 0x00000000 0x01006040 0x00000000 0x80000007 0x00000000 0x00000000 0x00000000 0x00000100 0x80000008 0x00003027 0x00000000 0x00000000 0x00000000 MSR 0x0000001B 0x00000000 0xFEE00900 MSR 0x0000003A 0x00000000 0x00000005 MSR 0x000001A0 0x00000000 0x00850089 MSR 0x000000CE 0x00080838 0xF3012000 MSR 0x00000017 0x00040000 0x00000000 MSR 0x00000035 0x00000000 0x00040004 MSR 0x000000C1 0x00000000 0x00000000 MSR 0x000000C2 0x00000000 0x00000000 MSR 0x000000C3 0x00000000 0x00000000 MSR 0x000000C4 0x00000000 0x00000000 MSR 0x00000186 0x00000000 0x00000000 MSR 0x00000187 0x00000000 0x00000000 MSR 0x000001AD 0x00000000 0x20212222 MSR 0x00000194 0x00000000 0x00110000 MSR 0x0000019A 0x00000000 0x00000000 MSR 0x000001A4 0x00000000 0x00000000 MSR 0x000001B1 0x00000000 0x88420800 MSR 0x000001FC 0x00000000 0x0000005D MSR 0x00000606 0x00000000 0x000A0E03 MSR 0x00000601 0x00000000 0x00000800 MSR 0x00000610 0x004282A8 0x001C82A0 MSR 0x00000611 0x00000000 0x6C735FD9 MSR 0x00000639 0x00000000 0x3623D77B MSR 0x00000641 0x00000000 0x00000000 MSR 0x00000619 0x00000000 0x10FA916A MSR 0x00000614 0x00000000 0x000002A0 MSR 0x0000019C 0x00000000 0x88420000 MSR 0x000001A2 0x00000000 0x00641400 MSR 0x00000198 0x00001A4F 0x00001200 MSR 0x00000199 0x00000000 0x00001200 CPU Thread 1 APIC ID 2 Topology Processor ID 0, Core ID 2, Thread ID 0 CPUID 0x00000000 0x0000000D 0x756E6547 0x6C65746E 0x49656E69 0x00000001 0x000306C3 0x02100800 0x7FFAFBBF 0xBFEBFBFF 0x00000002 0x76036301 0x00F0B6FF 0x00000000 0x00C10000 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000 0x00000004 0x1C004121 0x01C0003F 0x0000003F 0x00000000 0x00000004 0x1C004122 0x01C0003F 0x0000003F 0x00000000 0x00000004 0x1C004143 0x01C0003F 0x000001FF 0x00000000 0x00000004 0x1C03C163 0x02C0003F 0x00001FFF 0x00000006 0x00000005 0x00000040 0x00000040 0x00000003 0x00042120 0x00000006 0x00000077 0x00000002 0x00000001 0x00000000 0x00000007 0x00000000 0x000027AB 0x00000000 0x00000000 0x00000008 0x00000000 0x00000000 0x00000000 0x00000000 0x00000009 0x00000000 0x00000000 0x00000000 0x00000000 0x0000000A 0x07300803 0x00000000 0x00000000 0x00000603 0x0000000B 0x00000001 0x00000001 0x00000100 0x00000002 0x0000000B 0x00000004 0x00000004 0x00000201 0x00000002 0x0000000C 0x00000000 0x00000000 0x00000000 0x00000000 0x0000000D 0x00000007 0x00000340 0x00000340 0x00000000 0x0000000D 0x00000001 0x00000000 0x00000000 0x00000000 0x0000000D 0x00000100 0x00000240 0x00000000 0x00000000 0x80000000 0x80000008 0x00000000 0x00000000 0x00000000 0x80000001 0x00000000 0x00000000 0x00000021 0x2C100800 0x80000002 0x65746E49 0x2952286C 0x726F4320 0x4D542865 0x80000003 0x35692029 0x3634342D 0x43202030 0x40205550 0x80000004 0x322E3320 0x7A484730 0x00000000 0x00000000 0x80000005 0x00000000 0x00000000 0x00000000 0x00000000 0x80000006 0x00000000 0x00000000 0x01006040 0x00000000 0x80000007 0x00000000 0x00000000 0x00000000 0x00000100 0x80000008 0x00003027 0x00000000 0x00000000 0x00000000 MSR 0x0000001B 0x00000000 0xFEE00800 MSR 0x0000003A 0x00000000 0x00000005 MSR 0x000001A0 0x00000000 0x00850089 MSR 0x000000CE 0x00080838 0xF3012000 MSR 0x00000017 0x00040000 0x00000000 MSR 0x00000035 0x00000000 0x00040004 MSR 0x000000C1 0x00000000 0x00000000 MSR 0x000000C2 0x00000000 0x00000000 MSR 0x000000C3 0x00000000 0x00000000 MSR 0x000000C4 0x00000000 0x00000000 MSR 0x00000186 0x00000000 0x00000000 MSR 0x00000187 0x00000000 0x00000000 MSR 0x000001AD 0x00000000 0x20212222 MSR 0x00000194 0x00000000 0x00110000 MSR 0x0000019A 0x00000000 0x00000000 MSR 0x000001A4 0x00000000 0x00000000 MSR 0x000001B1 0x00000000 0x88430800 MSR 0x000001FC 0x00000000 0x0000005D MSR 0x00000606 0x00000000 0x000A0E03 MSR 0x00000601 0x00000000 0x00000800 MSR 0x00000610 0x004282A8 0x001C82A0 MSR 0x00000611 0x00000000 0x6C736E12 MSR 0x00000639 0x00000000 0x3623DE33 MSR 0x00000641 0x00000000 0x00000000 MSR 0x00000619 0x00000000 0x10FA9363 MSR 0x00000614 0x00000000 0x000002A0 MSR 0x0000019C 0x00000000 0x88440000 MSR 0x000001A2 0x00000000 0x00641400 MSR 0x00000198 0x00001FC3 0x00002200 MSR 0x00000199 0x00000000 0x00002200 CPU Thread 2 APIC ID 4 Topology Processor ID 0, Core ID 4, Thread ID 0 CPUID 0x00000000 0x0000000D 0x756E6547 0x6C65746E 0x49656E69 0x00000001 0x000306C3 0x04100800 0x7FFAFBBF 0xBFEBFBFF 0x00000002 0x76036301 0x00F0B6FF 0x00000000 0x00C10000 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000 0x00000004 0x1C004121 0x01C0003F 0x0000003F 0x00000000 0x00000004 0x1C004122 0x01C0003F 0x0000003F 0x00000000 0x00000004 0x1C004143 0x01C0003F 0x000001FF 0x00000000 0x00000004 0x1C03C163 0x02C0003F 0x00001FFF 0x00000006 0x00000005 0x00000040 0x00000040 0x00000003 0x00042120 0x00000006 0x00000077 0x00000002 0x00000001 0x00000000 0x00000007 0x00000000 0x000027AB 0x00000000 0x00000000 0x00000008 0x00000000 0x00000000 0x00000000 0x00000000 0x00000009 0x00000000 0x00000000 0x00000000 0x00000000 0x0000000A 0x07300803 0x00000000 0x00000000 0x00000603 0x0000000B 0x00000001 0x00000001 0x00000100 0x00000004 0x0000000B 0x00000004 0x00000004 0x00000201 0x00000004 0x0000000C 0x00000000 0x00000000 0x00000000 0x00000000 0x0000000D 0x00000007 0x00000340 0x00000340 0x00000000 0x0000000D 0x00000001 0x00000000 0x00000000 0x00000000 0x0000000D 0x00000100 0x00000240 0x00000000 0x00000000 0x80000000 0x80000008 0x00000000 0x00000000 0x00000000 0x80000001 0x00000000 0x00000000 0x00000021 0x2C100800 0x80000002 0x65746E49 0x2952286C 0x726F4320 0x4D542865 0x80000003 0x35692029 0x3634342D 0x43202030 0x40205550 0x80000004 0x322E3320 0x7A484730 0x00000000 0x00000000 0x80000005 0x00000000 0x00000000 0x00000000 0x00000000 0x80000006 0x00000000 0x00000000 0x01006040 0x00000000 0x80000007 0x00000000 0x00000000 0x00000000 0x00000100 0x80000008 0x00003027 0x00000000 0x00000000 0x00000000 MSR 0x0000001B 0x00000000 0xFEE00800 MSR 0x0000003A 0x00000000 0x00000005 MSR 0x000001A0 0x00000000 0x00850089 MSR 0x000000CE 0x00080838 0xF3012000 MSR 0x00000017 0x00040000 0x00000000 MSR 0x00000035 0x00000000 0x00040004 MSR 0x000000C1 0x00000000 0x00000000 MSR 0x000000C2 0x00000000 0x00000000 MSR 0x000000C3 0x00000000 0x00000000 MSR 0x000000C4 0x00000000 0x00000000 MSR 0x00000186 0x00000000 0x00000000 MSR 0x00000187 0x00000000 0x00000000 MSR 0x000001AD 0x00000000 0x20212222 MSR 0x00000194 0x00000000 0x00110000 MSR 0x0000019A 0x00000000 0x00000000 MSR 0x000001A4 0x00000000 0x00000000 MSR 0x000001B1 0x00000000 0x88430800 MSR 0x000001FC 0x00000000 0x0000005D MSR 0x00000606 0x00000000 0x000A0E03 MSR 0x00000601 0x00000000 0x00000800 MSR 0x00000610 0x004282A8 0x001C82A0 MSR 0x00000611 0x00000000 0x6C737DEB MSR 0x00000639 0x00000000 0x3623E5EC MSR 0x00000641 0x00000000 0x00000000 MSR 0x00000619 0x00000000 0x10FA957D MSR 0x00000614 0x00000000 0x000002A0 MSR 0x0000019C 0x00000000 0x88460000 MSR 0x000001A2 0x00000000 0x00641400 MSR 0x00000198 0x00001FD7 0x00002200 MSR 0x00000199 0x00000000 0x00002200 CPU Thread 3 APIC ID 6 Topology Processor ID 0, Core ID 6, Thread ID 0 CPUID 0x00000000 0x0000000D 0x756E6547 0x6C65746E 0x49656E69 0x00000001 0x000306C3 0x06100800 0x7FFAFBBF 0xBFEBFBFF 0x00000002 0x76036301 0x00F0B6FF 0x00000000 0x00C10000 0x00000003 0x00000000 0x00000000 0x00000000 0x00000000 0x00000004 0x1C004121 0x01C0003F 0x0000003F 0x00000000 0x00000004 0x1C004122 0x01C0003F 0x0000003F 0x00000000 0x00000004 0x1C004143 0x01C0003F 0x000001FF 0x00000000 0x00000004 0x1C03C163 0x02C0003F 0x00001FFF 0x00000006 0x00000005 0x00000040 0x00000040 0x00000003 0x00042120 0x00000006 0x00000077 0x00000002 0x00000001 0x00000000 0x00000007 0x00000000 0x000027AB 0x00000000 0x00000000 0x00000008 0x00000000 0x00000000 0x00000000 0x00000000 0x00000009 0x00000000 0x00000000 0x00000000 0x00000000 0x0000000A 0x07300803 0x00000000 0x00000000 0x00000603 0x0000000B 0x00000001 0x00000001 0x00000100 0x00000006 0x0000000B 0x00000004 0x00000004 0x00000201 0x00000006 0x0000000C 0x00000000 0x00000000 0x00000000 0x00000000 0x0000000D 0x00000007 0x00000340 0x00000340 0x00000000 0x0000000D 0x00000001 0x00000000 0x00000000 0x00000000 0x0000000D 0x00000100 0x00000240 0x00000000 0x00000000 0x80000000 0x80000008 0x00000000 0x00000000 0x00000000 0x80000001 0x00000000 0x00000000 0x00000021 0x2C100800 0x80000002 0x65746E49 0x2952286C 0x726F4320 0x4D542865 0x80000003 0x35692029 0x3634342D 0x43202030 0x40205550 0x80000004 0x322E3320 0x7A484730 0x00000000 0x00000000 0x80000005 0x00000000 0x00000000 0x00000000 0x00000000 0x80000006 0x00000000 0x00000000 0x01006040 0x00000000 0x80000007 0x00000000 0x00000000 0x00000000 0x00000100 0x80000008 0x00003027 0x00000000 0x00000000 0x00000000 MSR 0x0000001B 0x00000000 0xFEE00800 MSR 0x0000003A 0x00000000 0x00000005 MSR 0x000001A0 0x00000000 0x00850089 MSR 0x000000CE 0x00080838 0xF3012000 MSR 0x00000017 0x00040000 0x00000000 MSR 0x00000035 0x00000000 0x00040004 MSR 0x000000C1 0x00000000 0x00000000 MSR 0x000000C2 0x00000000 0x00000000 MSR 0x000000C3 0x00000000 0x00000000 MSR 0x000000C4 0x00000000 0x00000000 MSR 0x00000186 0x00000000 0x00000000 MSR 0x00000187 0x00000000 0x00000000 MSR 0x000001AD 0x00000000 0x20212222 MSR 0x00000194 0x00000000 0x00110000 MSR 0x0000019A 0x00000000 0x00000000 MSR 0x000001A4 0x00000000 0x00000000 MSR 0x000001B1 0x00000000 0x88430800 MSR 0x000001FC 0x00000000 0x0000005D MSR 0x00000606 0x00000000 0x000A0E03 MSR 0x00000601 0x00000000 0x00000800 MSR 0x00000610 0x004282A8 0x001C82A0 MSR 0x00000611 0x00000000 0x6C738C97 MSR 0x00000639 0x00000000 0x3623ED04 MSR 0x00000641 0x00000000 0x00000000 MSR 0x00000619 0x00000000 0x10FA9774 MSR 0x00000614 0x00000000 0x000002A0 MSR 0x0000019C 0x00000000 0x88430000 MSR 0x000001A2 0x00000000 0x00641400 MSR 0x00000198 0x00001FC3 0x00002200 MSR 0x00000199 0x00000000 0x00002200 Chipset ------------------------------------------------------------------------- Northbridge Intel Haswell rev. 06 Southbridge Intel H81 rev. C2 Graphic Interface PCI-Express PCI-E Link Width x16 PCI-E Max Link Width x16 Memory Type DDR3 Memory Size 8 GBytes Channels Dual Memory Frequency 799.9 MHz (1:6) CAS# latency (CL) 11.0 RAS# to CAS# delay (tRCD) 11 RAS# Precharge (tRP) 11 Cycle Time (tRAS) 28 Row Refresh Cycle Time (tRFC) 128 Command Rate (CR) 1T Uncore Frequency 799.8 MHz Host Bridge 0x0C00 Memory SPD ------------------------------------------------------------------------- DIMM # 1 SMBus address 0x50 Memory type DDR3 Module format UDIMM Manufacturer (ID) Crucial Technology (7F7F7F7F7F9B0000000000) Size 4096 MBytes Max bandwidth PC3-12800 (800 MHz) Part number CT51264BA160B.C16F Serial number 895106B4 Number of banks 8 Nominal Voltage 1.50 Volts EPP no XMP no AMP no JEDEC timings table CL-tRCD-tRP-tRAS-tRC @ frequency JEDEC #1 6.0-6-6-16-22 @ 457 MHz JEDEC #2 7.0-7-7-19-26 @ 533 MHz JEDEC #3 8.0-8-8-22-30 @ 609 MHz JEDEC #4 9.0-9-9-24-33 @ 685 MHz JEDEC #5 10.0-10-10-27-37 @ 761 MHz JEDEC #6 11.0-11-11-28-39 @ 800 MHz DIMM # 2 SMBus address 0x52 Memory type DDR3 Module format UDIMM Manufacturer (ID) Crucial Technology (7F7F7F7F7F9B0000000000) Size 4096 MBytes Max bandwidth PC3-12800 (800 MHz) Part number CT51264BA160B.C16F Serial number 89510704 Number of banks 8 Nominal Voltage 1.50 Volts EPP no XMP no AMP no JEDEC timings table CL-tRCD-tRP-tRAS-tRC @ frequency JEDEC #1 6.0-6-6-16-22 @ 457 MHz JEDEC #2 7.0-7-7-19-26 @ 533 MHz JEDEC #3 8.0-8-8-22-30 @ 609 MHz JEDEC #4 9.0-9-9-24-33 @ 685 MHz JEDEC #5 10.0-10-10-27-37 @ 761 MHz JEDEC #6 11.0-11-11-28-39 @ 800 MHz DIMM # 1 SPD registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 92 13 0B 02 03 19 00 09 03 52 01 08 0A 00 FC 00 10 69 78 69 30 69 11 18 81 00 05 3C 3C 00 F0 82 05 20 00 00 00 00 00 00 00 00 00 08 00 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00 0F 11 01 01 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70 00 00 00 00 00 85 9B 48 00 00 89 51 06 B4 61 B2 80 43 54 35 31 32 36 34 42 41 31 36 30 42 2E 43 31 90 36 46 01 00 80 2C 00 00 00 00 00 00 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DIMM # 2 SPD registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 92 13 0B 02 03 19 00 09 03 52 01 08 0A 00 FC 00 10 69 78 69 30 69 11 18 81 00 05 3C 3C 00 F0 82 05 20 00 00 00 00 00 00 00 00 00 08 00 00 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 00 0F 11 01 01 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70 00 00 00 00 00 85 9B 48 00 00 89 51 07 04 61 B2 80 43 54 35 31 32 36 34 42 41 31 36 30 42 2E 43 31 90 36 46 01 00 80 2C 00 00 00 00 00 00 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Monitoring ------------------------------------------------------------------------- Mainboard Model H81M-P33 (MS-7817) (0x000003F6 - 0x12738320) LPCIO ------------------------------------------------------------------------- LPCIO Vendor Nuvoton LPCIO Model NCT6779 LPCIO Vendor ID 0x5CA3 LPCIO Chip ID 0xC5 LPCIO Revision ID 0x63 Config Mode I/O address 0x4E Config Mode LDN 0xB Config Mode registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 FF FF 00 FF FF FF FF 0B FF FF FF FF FF FF FF FF 10 FF FF FF FF FF FF FF FF FF FF 30 70 08 00 FF FF 20 C5 63 FF 00 04 00 40 00 00 FF 08 00 00 FF 00 01 30 01 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 40 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 50 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 60 0A 00 0A 10 FF FF FF FF FF FF FF FF FF FF FF FF 70 00 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF Register space LPC, base address = 0x0A00 Hardware Monitors ------------------------------------------------------------------------- Hardware monitor Nuvoton NCT6779 Voltage 2 3.39 Volts [0xD4] (AVCC) Voltage 3 3.39 Volts [0xD4] (3VCC) Voltage 8 1.74 Volts [0x6D] (CPU VCORE) Voltage 9 12.14 Volts [0x8A] (+12V) Voltage 13 5.12 Volts [0x80] (+5V) Temperature 3 31 degC (87 degF) [0x1F] (TMPIN3) Temperature 5 127 degC (260 degF) [0x7F] (TMPIN5) Temperature 6 48 degC (118 degF) [0x30] (TMPIN6) Fan 0 1074 RPM [0x432] (SYSFANIN) Fan 1 864 RPM [0x360] (CPUFANIN) Hardware registers Register space LPC, base address = 0x0A00 bank 0 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 04 99 04 3F 00 FF FF FF FF FF FF FF FF FF FF FF 10 04 7F 04 7F 04 7F FF FF 40 7F 13 10 80 8A 13 00 20 6C 00 D4 D4 00 00 1B 00 FF FF FF DA 00 00 00 00 30 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF FF 40 03 2C 52 FF DF 00 1F FF 2D FF FF 10 00 55 00 A3 50 01 FF FF FF FF FF FF FF C1 FF FF FF FF 47 0C FF 60 A0 FF FF FF FF 01 00 FF FF FF FF FF FF FF FF FF 70 00 0A 00 1F 80 1F 80 25 80 25 80 25 80 FF FF FF 80 FF 7F 1F BF FF 05 05 05 00 00 00 00 00 00 00 00 90 0A 00 00 00 00 FD FD FD 0A 95 EF 80 FF 40 46 C4 A0 0E FF 00 00 FF 00 00 FF 00 00 80 66 06 06 03 00 B0 00 00 00 00 00 00 30 00 04 00 00 34 28 80 04 FF C0 FF FF FF FF FF FF FF FF FF 0A 07 05 FF FF FF FF D0 05 05 05 05 00 00 00 00 00 00 00 00 FD FD FD FD E0 55 80 00 00 00 FF FF FF FF FF FF FF FF FF FF FF F0 00 00 00 00 00 00 00 00 00 00 00 00 8F FF FF FF bank 1 80 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 90 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF bank 2 80 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 90 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF bank 3 80 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 90 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF bank 4 80 6C 00 D4 D4 00 00 1B D4 CD 7F 12 10 80 8A 13 00 90 30 7F 25 73 6D 19 00 30 80 1F 1F 25 25 25 1F FF bank 5 80 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 90 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF bank 6 80 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 90 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF bank 7 80 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF 90 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF Hardware monitor AMD ADL Voltage 0 0.95 Volts [0x3B6] (GPU) Temperature 0 50 degC (122 degF) [0x32] (GPU) Fan 0 1213 RPM [0x4BD] (GPU) Clock Speed 0 501.00 MHz [0x1F5] (Graphics) Clock Speed 1 1250.00 MHz [0x1F5] (Memory) PCI Devices ------------------------------------------------------------------------- Register space PCI Express, base address = 0x0F8000000 Description Host Bridge Location bus 0 (0x00), device 0 (0x00), function 0 (0x00) Common header Vendor ID 0x8086 Model ID 0x0C00 Revision ID 0x06 PI 0x00 SubClass 0x00 BaseClass 0x06 Cache Line 0x00 Latency 0x00 Header 0x00 PCI header Subvendor ID 0x1462 Subsystem ID 0x7817 Int. Line 0x00 Int. Pin 0x00 PCI capability Caps class Vendor Dependant Caps offset 0xE0 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 00 0C 06 00 90 20 06 00 00 06 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 62 14 17 78 30 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 40 01 90 D1 FE 00 00 00 00 01 00 D1 FE 00 00 00 00 50 03 00 00 00 09 00 00 00 04 00 00 00 01 00 00 DF 60 05 00 00 F8 00 00 00 00 01 80 D1 FE 00 00 00 00 70 00 00 00 FF 01 00 00 00 00 0C 00 FF 7F 00 00 00 80 10 11 11 01 00 00 11 00 1A 00 00 00 00 00 00 00 90 01 00 00 FF 01 00 00 00 01 00 F0 1E 02 00 00 00 A0 01 00 00 00 02 00 00 00 01 00 00 1F 02 00 00 00 B0 01 00 00 E0 01 00 00 E0 01 00 00 DF 01 00 00 E0 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 09 00 0C 01 61 E0 04 62 D0 00 54 44 00 00 00 00 F0 00 00 00 00 C8 0F 03 00 00 00 00 00 00 00 00 00 Description PCI to PCI Bridge Location bus 0 (0x00), device 1 (0x01), function 0 (0x00) Common header Vendor ID 0x8086 Model ID 0x0C01 Revision ID 0x06 PI 0x00 SubClass 0x04 BaseClass 0x06 Cache Line 0x10 Latency 0x00 Header 0x81 PCI header Primary bus 0x00 Secondary bus 0x01 Int. Line 0x10 Int. Pin 0x01 PCI capability Caps class Subsystem Vendor Caps offset 0x88 SubVendor ID 0x1462 SubSystem ID 0x7817 PCI capability Caps class Power Management Caps offset 0x80 Caps version 1.2 PCI capability Caps class Message Signalled Interrupts Caps offset 0x90 PCI capability Caps class PCI Express Caps offset 0xA0 Device type Root Port of PCI-E Root Complex Port 2 Version 2.0 Physical slot #0 Presence detect yes Link width 16x (max 16x) Extended capabilities Caps class Virtual Channel Caps offset 0x100 Caps class Root Complex Link Declaration Caps offset 0x140 Link Entries # 1 Port Number 2 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 01 0C 07 00 10 00 06 00 04 06 10 00 81 00 10 00 00 00 00 00 00 00 00 00 01 01 00 E0 E0 00 20 20 E0 F7 E0 F7 01 E0 F1 EF 00 00 00 00 00 00 00 00 30 00 00 00 00 88 00 00 00 00 00 00 00 10 01 18 00 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 0A 80 01 90 03 C8 08 00 00 00 0D 80 00 00 62 14 17 78 90 05 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A0 10 00 42 01 01 80 00 00 20 00 04 00 02 AD 61 02 B0 40 00 02 D1 80 25 0C 00 00 00 40 00 00 00 00 00 C0 00 00 00 00 80 0B 08 00 00 64 00 00 06 00 00 00 D0 42 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 60 01 00 4E 01 01 42 00 00 00 00 00 00 10 00 100 02 00 01 14 00 00 00 00 00 00 00 00 00 00 00 00 110 01 00 00 00 FF 00 00 80 00 00 00 00 00 00 00 00 120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Description USB Controller Location bus 0 (0x00), device 20 (0x14), function 0 (0x00) Common header Vendor ID 0x8086 Model ID 0x8C31 Revision ID 0x05 PI 0x30 SubClass 0x03 BaseClass 0x0C Cache Line 0x00 Latency 0x00 Header 0x00 PCI header Address 0 (memory) 0xF7F00000 Subvendor ID 0x1462 Subsystem ID 0x7817 Int. Line 0x00 Int. Pin 0x01 PCI capability Caps class Power Management Caps offset 0x70 Caps version 1.1 PCI capability Caps class Message Signalled Interrupts Caps offset 0x80 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 31 8C 06 04 90 02 05 30 03 0C 00 00 00 00 10 04 00 F0 F7 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 62 14 17 78 30 00 00 00 00 70 00 00 00 00 00 00 00 00 01 00 00 40 FD 01 36 80 89 C6 0F 80 00 00 00 00 00 00 00 00 50 9F 6E 88 07 00 00 00 00 00 00 00 00 00 00 00 00 60 30 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70 01 80 C2 C1 08 00 00 00 00 00 00 00 00 00 00 00 80 05 00 B7 00 0C F0 E0 FE 00 00 00 00 A8 49 00 00 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A0 40 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 0F 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 03 04 20 C0 03 0C 30 00 03 0C 30 00 00 00 00 00 D0 FF 0F 00 00 FF 0F 00 00 03 00 00 00 03 00 00 00 E0 F4 01 00 00 00 00 00 00 00 00 00 00 D8 D8 D8 08 F0 00 00 00 00 00 00 00 00 B1 0F 06 08 00 00 00 00 Description Communication Device Location bus 0 (0x00), device 22 (0x16), function 0 (0x00) Common header Vendor ID 0x8086 Model ID 0x8C3A Revision ID 0x04 PI 0x00 SubClass 0x80 BaseClass 0x07 Cache Line 0x00 Latency 0x00 Header 0x80 PCI header Address 0 (memory) 0xF7F1A000 Subvendor ID 0x1462 Subsystem ID 0x7817 Int. Line 0x0B Int. Pin 0x01 PCI capability Caps class Power Management Caps offset 0x50 Caps version 1.2 PCI capability Caps class Message Signalled Interrupts Caps offset 0x8C PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 3A 8C 06 00 10 00 04 00 80 07 00 00 80 00 10 04 A0 F1 F7 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 62 14 17 78 30 00 00 00 00 50 00 00 00 00 00 00 00 0B 01 00 00 40 55 02 00 1E 10 00 01 80 06 23 00 66 F0 1F 00 10 50 01 8C 03 C8 08 00 00 00 00 00 00 00 00 00 00 00 60 00 02 00 00 01 00 00 00 00 00 00 00 00 00 00 00 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 05 00 80 00 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 02 00 00 C0 C0 34 FB 3F 39 1B 5E 63 1D D1 F5 E5 11 FE 6B 49 55 D0 43 E7 96 D9 56 7E 36 5A BB B8 40 47 6A 79 38 40 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Description USB 2.0 Controller (EHCI) Location bus 0 (0x00), device 26 (0x1A), function 0 (0x00) Common header Vendor ID 0x8086 Model ID 0x8C2D Revision ID 0x05 PI 0x20 SubClass 0x03 BaseClass 0x0C Cache Line 0x00 Latency 0x00 Header 0x00 PCI header Address 0 (memory) 0xF7F18000 Subvendor ID 0x1462 Subsystem ID 0x7817 Int. Line 0x10 Int. Pin 0x01 PCI capability Caps class Power Management Caps offset 0x50 Caps version 1.1 PCI capability Caps class Debug Port Caps offset 0x58 PCI capability Caps class 0x13 Caps offset 0x98 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 2D 8C 06 00 90 02 05 20 03 0C 00 00 00 00 10 00 80 F1 F7 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 62 14 17 78 30 00 00 00 00 50 00 00 00 00 00 00 00 10 01 00 00 40 00 00 00 00 DB 05 5D 33 00 00 00 00 00 00 00 00 50 01 58 C2 C9 00 00 00 00 0A 98 A0 20 00 00 00 00 60 20 20 81 07 00 00 00 00 01 00 00 00 00 20 00 C0 70 00 00 DF 3F 03 0C 30 00 4C 01 00 00 8C 40 00 00 80 00 00 80 00 11 88 0C 93 70 0D 00 24 01 04 02 00 90 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 00 00 AA FF 00 00 00 FF FF 27 00 00 00 E0 00 00 00 00 FF FF FF FF FF FF FF FF 70 B9 53 69 F0 00 00 00 00 88 85 80 00 B1 0F 06 08 08 17 1A 20 Description Multimedia device Location bus 0 (0x00), device 27 (0x1B), function 0 (0x00) Common header Vendor ID 0x8086 Model ID 0x8C20 Revision ID 0x05 PI 0x00 SubClass 0x03 BaseClass 0x04 Cache Line 0x10 Latency 0x00 Header 0x00 PCI header Address 0 (memory) 0xF7F10000 Subvendor ID 0x1462 Subsystem ID 0xD817 Int. Line 0x16 Int. Pin 0x01 PCI capability Caps class Power Management Caps offset 0x50 Caps version 1.1 PCI capability Caps class Message Signalled Interrupts Caps offset 0x60 PCI capability Caps class PCI Express Caps offset 0x70 Device type Root Complex Integrated Endpoint Device Port 0 Version 1.0 Link width 0x (max 0x) Extended capabilities Caps class Virtual Channel Caps offset 0x100 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 20 8C 06 00 10 00 05 00 03 04 10 00 00 00 10 04 00 F1 F7 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 62 14 17 D8 30 00 00 00 00 50 00 00 00 00 00 00 00 16 01 00 00 40 03 00 00 17 00 00 00 00 00 00 00 00 00 80 00 00 50 01 60 42 C8 00 00 00 00 00 00 00 00 00 00 00 00 60 05 70 80 00 00 00 00 00 00 00 00 00 00 00 00 00 70 10 00 91 00 00 00 00 10 00 08 10 00 00 00 00 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 04 02 01 00 60 00 00 00 0C 85 82 10 00 33 02 D0 00 0C 85 02 10 00 33 02 00 00 00 00 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00 00 00 00 B1 0F 06 08 00 00 00 00 100 02 00 01 00 01 00 00 00 00 00 00 00 00 00 00 00 110 00 00 00 00 01 00 00 80 00 00 00 00 00 00 00 00 120 04 00 00 82 00 00 00 00 00 00 00 00 00 00 00 00 130 05 00 01 00 00 01 00 0F 00 00 00 00 00 00 00 00 Description PCI to PCI Bridge Location bus 0 (0x00), device 28 (0x1C), function 0 (0x00) Common header Vendor ID 0x8086 Model ID 0x8C10 Revision ID 0xD5 PI 0x00 SubClass 0x04 BaseClass 0x06 Cache Line 0x10 Latency 0x00 Header 0x81 PCI header Primary bus 0x00 Secondary bus 0x02 Int. Line 0x10 Int. Pin 0x01 PCI capability Caps class PCI Express Caps offset 0x40 Device type Root Port of PCI-E Root Complex Port 1 Version 2.0 Physical slot #0 Presence detect no Link width 0x (max 1x) PCI capability Caps class Message Signalled Interrupts Caps offset 0x80 PCI capability Caps class Subsystem Vendor Caps offset 0x90 SubVendor ID 0x1462 SubSystem ID 0x7817 PCI capability Caps class Power Management Caps offset 0xA0 Caps version 1.2 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 10 8C 04 00 10 00 D5 00 04 06 10 00 81 00 10 00 00 00 00 00 00 00 00 00 02 02 00 F0 00 00 20 20 F0 FF 00 00 F1 FF 01 00 00 00 00 00 00 00 00 00 30 00 00 00 00 40 00 00 00 00 00 00 00 10 01 00 00 40 10 80 42 01 00 80 00 00 00 00 10 00 12 4C 31 01 50 00 00 01 10 60 00 04 00 00 00 00 00 00 00 00 00 60 00 00 00 00 17 08 08 00 00 04 00 00 00 00 00 00 70 02 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 80 05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 0D A0 00 00 62 14 17 78 00 00 00 00 00 00 00 00 A0 01 00 03 C8 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 01 00 08 00 00 02 00 11 09 00 00 00 00 E0 00 3F 00 00 00 00 00 00 01 00 00 00 00 00 00 00 F0 50 00 00 00 80 F5 00 00 B1 0F 06 08 B0 03 05 01 100 00 00 00 00 00 00 00 00 00 00 00 00 11 00 06 00 110 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Description PCI to PCI Bridge Location bus 0 (0x00), device 28 (0x1C), function 2 (0x02) Common header Vendor ID 0x8086 Model ID 0x8C14 Revision ID 0xD5 PI 0x00 SubClass 0x04 BaseClass 0x06 Cache Line 0x10 Latency 0x00 Header 0x81 PCI header Primary bus 0x00 Secondary bus 0x03 Int. Line 0x12 Int. Pin 0x03 PCI capability Caps class PCI Express Caps offset 0x40 Device type Root Port of PCI-E Root Complex Port 3 Version 2.0 Physical slot #0 Presence detect yes Link width 1x (max 1x) PCI capability Caps class Message Signalled Interrupts Caps offset 0x80 PCI capability Caps class Subsystem Vendor Caps offset 0x90 SubVendor ID 0x1462 SubSystem ID 0x7817 PCI capability Caps class Power Management Caps offset 0xA0 Caps version 1.2 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 14 8C 07 00 10 00 D5 00 04 06 10 00 81 00 10 00 00 00 00 00 00 00 00 00 03 03 00 D0 D0 00 00 20 D0 F7 D0 F7 01 F0 01 F0 00 00 00 00 00 00 00 00 30 00 00 00 00 40 00 00 00 00 00 00 00 12 03 00 00 40 10 80 42 01 00 80 00 00 00 00 10 00 12 3C 32 03 50 40 00 11 70 00 B2 14 00 00 00 40 00 00 00 00 00 60 00 00 00 00 17 08 00 00 00 04 00 00 00 00 00 00 70 02 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00 80 05 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 0D A0 00 00 62 14 17 78 00 00 00 00 00 00 00 00 A0 01 00 03 C8 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 01 42 18 00 00 08 80 11 8B 00 00 00 00 E0 00 03 00 00 03 90 03 90 11 00 00 00 00 00 00 00 F0 50 00 00 00 40 00 00 0C B1 0F 06 08 B0 03 00 03 100 00 00 00 00 00 00 00 00 00 00 00 00 11 00 06 00 110 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Description USB 2.0 Controller (EHCI) Location bus 0 (0x00), device 29 (0x1D), function 0 (0x00) Common header Vendor ID 0x8086 Model ID 0x8C26 Revision ID 0x05 PI 0x20 SubClass 0x03 BaseClass 0x0C Cache Line 0x00 Latency 0x00 Header 0x00 PCI header Address 0 (memory) 0xF7F17000 Subvendor ID 0x1462 Subsystem ID 0x7817 Int. Line 0x17 Int. Pin 0x01 PCI capability Caps class Power Management Caps offset 0x50 Caps version 1.1 PCI capability Caps class Debug Port Caps offset 0x58 PCI capability Caps class 0x13 Caps offset 0x98 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 26 8C 06 00 90 02 05 20 03 0C 00 00 00 00 10 00 70 F1 F7 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 62 14 17 78 30 00 00 00 00 50 00 00 00 00 00 00 00 17 01 00 00 40 00 00 00 00 DB 05 75 2F 00 00 00 00 00 00 00 00 50 01 58 C2 C9 00 00 00 00 0A 98 A0 20 00 00 00 00 60 20 20 01 06 00 00 00 00 01 00 00 00 00 20 00 C0 70 00 00 DF 3F 03 04 20 C0 4C 01 00 00 8C 40 00 00 80 00 00 80 00 11 88 0C 93 70 0D 00 24 01 04 02 00 90 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 00 00 AA FF 00 00 00 FF FF 27 00 00 00 E0 00 00 00 00 FF FF FF FF FF FF FF FF F8 AB EF 1F F0 00 00 00 00 88 85 80 00 B1 0F 06 08 08 17 1A 20 Description PCI to ISA Bridge Location bus 0 (0x00), device 31 (0x1F), function 0 (0x00) Common header Vendor ID 0x8086 Model ID 0x8C5C Revision ID 0x05 PI 0x00 SubClass 0x01 BaseClass 0x06 Cache Line 0x00 Latency 0x00 Header 0x80 PCI header Subvendor ID 0x1462 Subsystem ID 0x7817 Int. Line 0x00 Int. Pin 0x00 PCI capability Caps class Vendor Dependant Caps offset 0xE0 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 5C 8C 07 00 10 02 05 00 01 06 00 00 80 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 62 14 17 78 30 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 40 01 18 00 00 80 00 00 00 01 1C 00 00 10 00 00 00 50 F8 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 8B 8A 8B 85 90 00 00 00 80 80 83 8A F8 F0 00 00 70 78 F0 78 F0 78 F0 78 F0 78 F0 78 F0 78 F0 78 F0 80 00 00 00 24 01 0A 1C 00 00 00 00 00 00 00 00 00 90 00 00 00 00 00 0F 00 00 00 00 00 00 00 00 00 00 A0 18 5E A0 20 08 18 06 00 00 46 00 00 00 00 01 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 33 22 11 00 67 45 00 00 CF FF 00 00 08 00 00 00 E0 09 00 0C 10 00 00 00 00 01 01 F1 91 00 00 00 00 F0 01 C0 D1 FE 00 00 00 00 B1 0F 06 08 00 00 00 00 Description Serial ATA Controller Location bus 0 (0x00), device 31 (0x1F), function 2 (0x02) Common header Vendor ID 0x8086 Model ID 0x8C02 Revision ID 0x05 PI 0x01 SubClass 0x06 BaseClass 0x01 Cache Line 0x00 Latency 0x00 Header 0x00 PCI header Address 0 (port) 0x0000F070 Address 1 (port) 0x0000F060 Address 2 (port) 0x0000F050 Address 3 (port) 0x0000F040 Address 4 (port) 0x0000F020 Address 5 (memory) 0xF7F16000 Subvendor ID 0x1462 Subsystem ID 0x7817 Int. Line 0x00 Int. Pin 0x02 PCI capability Caps class Message Signalled Interrupts Caps offset 0x80 PCI capability Caps class Power Management Caps offset 0x70 Caps version 1.2 PCI capability Caps class 0x12 Caps offset 0xA8 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 02 8C 07 04 B0 02 05 01 06 01 00 00 00 00 10 71 F0 00 00 61 F0 00 00 51 F0 00 00 41 F0 00 00 20 21 F0 00 00 00 60 F1 F7 00 00 00 00 62 14 17 78 30 00 00 00 00 80 00 00 00 00 00 00 00 00 02 00 00 40 00 80 00 80 00 00 00 00 00 00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70 01 A8 03 40 08 00 00 00 00 00 00 00 00 00 00 00 80 05 70 01 00 0C F0 E0 FE B0 49 00 00 00 00 00 00 90 60 0E 31 B1 83 01 00 0E 20 02 5C E0 21 00 00 80 A0 A8 00 00 00 39 00 39 00 12 00 10 00 48 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00 00 00 00 B1 0F 06 08 00 00 00 00 Description SMBus Controller Location bus 0 (0x00), device 31 (0x1F), function 3 (0x03) Common header Vendor ID 0x8086 Model ID 0x8C22 Revision ID 0x05 PI 0x00 SubClass 0x05 BaseClass 0x0C Cache Line 0x00 Latency 0x00 Header 0x00 PCI header Address 0 (memory) 0xF7F15000 Address 4 (port) 0x0000F000 Subvendor ID 0x1462 Subsystem ID 0x7817 Int. Line 0x0B Int. Pin 0x03 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 86 80 22 8C 03 00 80 02 05 00 05 0C 00 00 00 00 10 04 50 F1 F7 00 00 00 00 00 00 00 00 00 00 00 00 20 01 F0 00 00 00 00 00 00 00 00 00 00 62 14 17 78 30 00 00 00 00 00 00 00 00 00 00 00 00 0B 03 00 00 40 11 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 50 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 60 03 04 04 00 00 00 08 08 00 00 00 00 00 00 00 00 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 80 04 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00 00 00 00 B1 0F 06 08 00 00 00 00 Description VGA Controller Location bus 1 (0x01), device 0 (0x00), function 0 (0x00) Common header Vendor ID 0x1002 Model ID 0x679A Revision ID 0x00 PI 0x00 SubClass 0x00 BaseClass 0x03 Cache Line 0x10 Latency 0x00 Header 0x80 PCI header Address 0 (memory) 0xE0000000 Address 2 (memory) 0xF7E00000 Address 4 (port) 0x0000E000 Subvendor ID 0x1787 Subsystem ID 0x5000 Int. Line 0x00 Int. Pin 0x01 PCI capability Caps class Vendor Dependant Caps offset 0x48 PCI capability Caps class Power Management Caps offset 0x50 Caps version 1.2 PCI capability Caps class PCI Express Caps offset 0x58 Device type Legacy PCI-E Endpoint Device Port 0 Version 2.0 Link width 16x (max 16x) PCI capability Caps class Message Signalled Interrupts Caps offset 0xA0 Extended capabilities Caps class Vendor Specific Caps offset 0x100 Vendor ID 1 Size 16 Caps class Advanced Error Reporting Caps offset 0x150 Caps class 0x15 Caps offset 0x200 Caps class 0x19 Caps offset 0x270 Caps class 0xF Caps offset 0x2B0 Caps class 0x13 Caps offset 0x2C0 Caps class 0x1B Caps offset 0x2D0 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 02 10 9A 67 07 04 10 00 00 00 00 03 10 00 80 00 10 0C 00 00 E0 00 00 00 00 04 00 E0 F7 00 00 00 00 20 01 E0 00 00 00 00 00 00 00 00 00 00 87 17 00 50 30 00 00 00 00 48 00 00 00 00 00 00 00 00 01 00 00 40 00 00 00 00 00 00 00 00 09 50 08 00 87 17 00 50 50 01 58 03 76 00 00 00 00 10 A0 12 00 A1 8F 2C 01 60 20 29 09 00 03 0D 40 00 40 00 02 11 00 00 00 00 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70 00 80 00 00 00 00 0E 00 00 00 03 00 01 00 00 00 00 00 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A0 05 00 81 00 0C F0 E0 FE 00 00 00 00 A0 49 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 100 0B 00 01 15 01 00 01 01 00 00 00 00 00 00 00 00 110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Description Multimedia device Location bus 1 (0x01), device 0 (0x00), function 1 (0x01) Common header Vendor ID 0x1002 Model ID 0xAAA0 Revision ID 0x00 PI 0x00 SubClass 0x03 BaseClass 0x04 Cache Line 0x10 Latency 0x00 Header 0x80 PCI header Address 0 (memory) 0xF7E60000 Subvendor ID 0x1787 Subsystem ID 0xAAA0 Int. Line 0x11 Int. Pin 0x02 PCI capability Caps class Vendor Dependant Caps offset 0x48 PCI capability Caps class Power Management Caps offset 0x50 Caps version 1.2 PCI capability Caps class PCI Express Caps offset 0x58 Device type Legacy PCI-E Endpoint Device Port 0 Version 2.0 Link width 16x (max 16x) PCI capability Caps class Message Signalled Interrupts Caps offset 0xA0 Extended capabilities Caps class Vendor Specific Caps offset 0x100 Vendor ID 1 Size 16 Caps class Advanced Error Reporting Caps offset 0x150 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 02 10 A0 AA 06 00 10 00 00 00 03 04 10 00 80 00 10 04 00 E6 F7 00 00 00 00 00 00 00 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00 00 00 87 17 A0 AA 30 00 00 00 00 48 00 00 00 00 00 00 00 11 02 00 00 40 00 00 00 00 00 00 00 00 09 50 08 00 87 17 A0 AA 50 01 58 03 06 00 00 00 00 10 A0 12 00 A1 8F 2C 01 60 20 29 09 00 03 0D 40 00 40 00 02 11 00 00 00 00 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70 00 80 00 00 00 00 0E 00 00 00 00 00 01 00 00 00 00 00 90 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 A0 05 00 80 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 100 0B 00 01 15 01 00 01 01 00 00 00 00 00 00 00 00 110 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 Description Ethernet Controller Location bus 3 (0x03), device 0 (0x00), function 0 (0x00) Common header Vendor ID 0x10EC Model ID 0x8168 Revision ID 0x0C PI 0x00 SubClass 0x00 BaseClass 0x02 Cache Line 0x10 Latency 0x00 Header 0x00 PCI header Address 0 (port) 0x0000D000 Address 2 (memory) 0xF7D00000 Address 4 (memory) 0xF0000000 Subvendor ID 0x1462 Subsystem ID 0x7817 Int. Line 0x00 Int. Pin 0x01 PCI capability Caps class Power Management Caps offset 0x40 Caps version 1.2 PCI capability Caps class Message Signalled Interrupts Caps offset 0x50 PCI capability Caps class PCI Express Caps offset 0x70 Device type PCI-E Endpoint Device Port 0 Version 2.0 Link width 1x (max 1x) PCI capability Caps class MSI-X Caps offset 0xB0 PCI capability Caps class Virtual Product Data Caps offset 0xD0 Extended capabilities Caps class Advanced Error Reporting Caps offset 0x100 Caps class Virtual Channel Caps offset 0x140 Caps class Device Serial Number Caps offset 0x160 Caps class 0x18 Caps offset 0x170 PCI registers 00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F 00 EC 10 68 81 07 04 10 00 0C 00 00 02 10 00 00 00 10 01 D0 00 00 00 00 00 00 04 00 D0 F7 00 00 00 00 20 0C 00 00 F0 00 00 00 00 00 00 00 00 62 14 17 78 30 00 00 00 00 40 00 00 00 00 00 00 00 00 01 00 00 40 01 50 C3 FF 08 01 00 00 00 00 00 00 00 00 00 00 50 05 70 80 00 00 00 00 00 00 00 00 00 00 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 70 10 B0 02 02 C0 8C 90 05 00 50 10 00 11 7C 47 00 80 40 01 11 10 00 00 00 00 00 00 00 00 00 00 00 00 90 00 00 00 00 1F 08 0C 00 10 04 00 00 02 00 00 00 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 B0 11 D0 03 80 04 00 00 00 04 08 00 00 00 00 00 00 C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 D0 03 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 100 01 00 01 14 00 00 00 00 00 00 40 00 30 20 46 00 110 80 00 00 00 00 60 00 00 A0 00 00 00 00 00 00 00 120 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 130 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 DMI ------------------------------------------------------------------------- DMI BIOS vendor American Megatrends Inc. version V1.9 date 03/30/2015 ROM size 8192 KB DMI System Information manufacturer MSI product MS-7817 version 1.0 serial To be filled by O.E.M. UUID {00000000-0000-0000-0000-D8CB8A1D413E} SKU To be filled by O.E.M. family To be filled by O.E.M. DMI Baseboard vendor MSI model H81M-P33 (MS-7817) revision 1.0 serial To be filled by O.E.M. DMI System Enclosure manufacturer MSI chassis type Desktop chassis serial To be filled by O.E.M. DMI Port Connector designation J1A1 (internal) designation PS2Mouse (external) port type Mouse Port connector PS/2 DMI Port Connector designation J1A1 (internal) designation Keyboard (external) port type Keyboard Port connector PS/2 DMI Port Connector designation J2A1 (internal) designation TV Out (external) connector Mini Centronics Type-14 DMI Port Connector designation J2A2A (internal) designation COM A (external) port type Serial Port 16550A connector DB-9 male DMI Port Connector designation J2A2B (internal) designation Video (external) port type Video Port connector DB-15 female DMI Port Connector designation J3A1 (internal) designation USB1 (external) port type USB connector Access Bus (USB) DMI Port Connector designation J9A1 - TPM HDR (internal) DMI Port Connector designation J9C1 - PCIE DOCKING CONN (internal) DMI Port Connector designation J2B3 - CPU FAN (internal) DMI Port Connector designation J6C2 - EXT HDMI (internal) DMI Port Connector designation J3C1 - GMCH FAN (internal) DMI Port Connector designation J1D1 - ITP (internal) DMI Port Connector designation J9E2 - MDC INTPSR (internal) DMI Port Connector designation J9E4 - MDC INTPSR (internal) DMI Port Connector designation J9E3 - LPC HOT DOCKING (internal) DMI Port Connector designation J9E1 - SCAN MATRIX (internal) DMI Port Connector designation J9G1 - LPC SIDE BAND (internal) DMI Port Connector designation J8F1 - UNIFIED (internal) DMI Port Connector designation J6F1 - LVDS (internal) DMI Port Connector designation J2F1 - LAI FAN (internal) DMI Port Connector designation J2G1 - GFX VID (internal) DMI Port Connector designation J1G6 - AC JACK (internal) DMI Extension Slot designation J6B2 type A5 populated yes DMI Extension Slot designation J6B1 type A5 populated yes DMI Extension Slot designation J6D1 type A5 populated yes DMI Extension Slot designation J7B1 type A5 populated yes DMI Extension Slot designation J8B4 type A5 populated yes DMI Extension Slot designation J8D1 type A5 populated yes DMI Extension Slot designation J8B3 type PCI width 32 bits populated yes DMI OEM Strings string[0] To Be Filled By O.E.M. DMI Processor manufacturer Intel model Intel® Core i5-4460 CPU @ 3.20GHz clock speed 3200.0 MHz FSB speed 100.0 MHz multiplier 32.0x DMI Physical Memory Array location Motherboard usage System Memory correction None max capacity 32768 MBytes max# of devices 4 DMI Memory Device designation ChannelA-DIMM0 format DIMM type unknown total width 64 bits data width 64 bits size 4096 MBytes DMI Memory Device designation ChannelA-DIMM1 format DIMM type unknown DMI Memory Device designation ChannelB-DIMM0 format DIMM type unknown total width 64 bits data width 64 bits size 4096 MBytes DMI Memory Device designation ChannelB-DIMM1 format DIMM type unknown Storage ------------------------------------------------------------------------- Drive 0 Device Path \\?\scsi#disk&ven_plextor&prod_px-128m6s#4&34849723&0&000000#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} Type Fixed Bus Type 11 Name PLEXTOR PX-128M6S Capacity 119.2 GB SMART Support Yes Volume c:\, 119.1 GBytes (71.4 percent available) Drive 1 Device Path \\?\scsi#disk&ven_wdc&prod_wd10ezex-00bn5a0#4&34849723&0&040000#{53f56307-b6bf-11d0-94f2-00a0c91efb8b} Type Fixed Bus Type 11 Name WDC WD10EZEX-00BN5A0 Capacity 931.5 GB SMART Support Yes Volume d:\, 931.5 GBytes (96.5 percent available) USB Devices ------------------------------------------------------------------------- USB Device Generic USB Hub, class=0x09, subclass=0x00, vendor=0x8087, product=0x8008 USB Device Generic USB Hub, class=0x09, subclass=0x00, vendor=0x8087, product=0x8000 USB Device Urządzenie kompozytowe USB, class=0x00, subclass=0x00, vendor=0x1EA7, product=0x2002 USB Device Urządzenie kompozytowe USB, class=0x00, subclass=0x00, vendor=0x09DA, product=0x1CF7 Graphics ------------------------------------------------------------------------- Number of adapters 1 Graphic APIs ------------------------------------------------------------------------- API ATI I/O API ADL SDK Display Adapters ------------------------------------------------------------------------- Display adapter 0 ID 0x2000000 Name AMD Radeon R9 200 Series Board Manufacturer Hightech Information System Ltd. (HIS) Memory size 3 GB PCI device bus 1 (0x1), device 0 (0x0), function 0 (0x0) Vendor ID 0x1002 (0x1787) Model ID 0x679A (0x5000) Performance Level 0 Core clock 300.0 MHz Memory clock 150.0 MHz Performance Level 1 Core clock 960.0 MHz Memory clock 1250.0 MHz Win32_VideoController AdapterRAM = 0xC0000000 (3221225472) Win32_VideoController DriverVersion = 22.19.162.4 Win32_VideoController DriverDate = 04/24/2017 Monitor 0 Model LG ULTRAWIDE (LG Electronics (GoldStar)) ID GSM59F1 Serial Manufacturing Date Week 3, Year 2016 Size 28.6 inches Max Resolution 2560 x 1080 @ 59 Hz Horizontal Freq. Range 30-90 kHz Vertical Freq. Range 56-75 Hz Max Pixel Clock 240 MHz Gamma Factor 2.2 Software ------------------------------------------------------------------------- Windows Version Microsoft Windows 7 (6.1) Home Premium Edition 64-bit Service Pack 1 (Build 7601) DirectX Version 11.0 Register Spaces ------------------------------------------------------------------------- Register space PCI Register space PCI #2 Register space PCI Express, base address = 0x0F8000000 Register space SMBus, base address = 0x0F000 Register space LPC, base address = 0x0A00 Register space LPC, base address = 0x04E Dalej to pewnie obudowa się stopi i przy okazji pociągnie moba xD Edytowane 14 Czerwca 2017 przez Gmanos Cytuj Link to post Share on other sites
Recommended Posts
Dołącz do dyskusji
Możesz dodać zawartość już teraz a zarejestrować się później. Jeśli posiadasz już konto, zaloguj się aby dodać zawartość za jego pomocą.