-
-
Notifications
You must be signed in to change notification settings - Fork 318
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Do not start LLM service on older CPUs #1499
Labels
bug
Something isn't working
Comments
This is usually an issue with the instruction set of your CPU and the upstream dependency, in this case llama_cpp. If you do not use the LLM, the rest of the system should act normal. Can you give more information what CPU you are using? |
Hi ... here are some informations about my cpu: CPU-Z TXT Report
-------------------------------------------------------------------------
Binaries
-------------------------------------------------------------------------
CPU-Z version 2.11.2.x64
Processors
-------------------------------------------------------------------------
CPU Groups 1
CPU Group 0 4 threads, mask=0xF
Number of sockets 1
Number of threads 4
APICs
-------------------------------------------------------------------------
Socket 0
-- Core 0 (ID 0)
-- Thread 0 0
-- Core 1 (ID 1)
-- Thread 1 2
-- Core 2 (ID 2)
-- Thread 2 4
-- Core 3 (ID 3)
-- Thread 3 6
Timers
-------------------------------------------------------------------------
ACPI timer 3.580 MHz
Perf timer 10.000 MHz
Sys timer 1.000 KHz
Processors Information
-------------------------------------------------------------------------
Socket 1 ID = 0
Number of cores 4 (max 4)
Number of threads 4 (max 4)
Manufacturer GenuineIntel
Name Intel Core i5 2500
Codename Sandy Bridge
Specification Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz
Package (platform ID) Socket 1155 LGA (0x1)
CPUID 6.A.7
Extended CPUID 6.2A
Core Stepping D2
Technology 32 nm
TDP Limit 95.0 Watts
Tjmax 98.0 °C
Core Speed 3782.8 MHz
Multiplier x Bus Speed 38.0 x 99.5 MHz
Base frequency (cores) 99.5 MHz
Stock frequency 3300 MHz
Instructions sets MMX, SSE, SSE2, SSE3, SSSE3, SSE4.1, SSE4.2, EM64T, AES, AVX
Microcode Revision 0x2F
L1 Data cache 4 x 32 KB (8-way, 64-byte line)
L1 Instruction cache 4 x 32 KB (8-way, 64-byte line)
L2 cache 4 x 256 KB (8-way, 64-byte line)
L3 cache 6 MB (12-way, 64-byte line)
Max CPUID level 0000000Dh
Max CPUID ext. level 80000008h
FID/VID Control yes
Turbo Mode supported, enabled
Max non-turbo ratio 33x
Max turbo ratio 59x
Max efficiency ratio 16x
Min Power 60 Watts
O/C bins +4
Ratio 1 core 59x
Ratio 2 cores 59x
Ratio 3 cores 59x
Ratio 4 cores 59x
Temperature 0 37 degC (98 degF) (Package)
Temperature 1 38 degC (100 degF) (Cores (Max))
Temperature 2 36 degC (96 degF) (Core #0)
Temperature 3 38 degC (100 degF) (Core LibrePhotos/librephotos-docker#1)
Temperature 4 36 degC (96 degF) (Core LibrePhotos/librephotos#178)
Temperature 5 38 degC (100 degF) (Core LibrePhotos/librephotos-docker#3)
Voltage 0 1.35 Volts (VID)
Power 00 38.03 W (Package)
Power 01 32.76 W (IA Cores)
Power 02 0.32 W (GT)
Power 03 4.94 W (Uncore)
Clock Speed 0 3782.79 MHz (Core #0)
Clock Speed 1 3782.79 MHz (Core LibrePhotos/librephotos-docker#1)
Clock Speed 2 3782.79 MHz (Core LibrePhotos/librephotos#178)
Clock Speed 3 3782.79 MHz (Core LibrePhotos/librephotos-docker#3)
Clock Speed 4 99.55 MHz (CPU BCLK)
Clock Speed 5 n.a. (SOC BCLK)
Core 0 max ratio 59.00 (effective 40.00)
Core 1 max ratio 59.00 (effective 40.00)
Core 2 max ratio 59.00 (effective 40.00)
Core 3 max ratio 59.00 (effective 40.00)
Thread dumps
-------------------------------------------------------------------------
CPU Thread 0
APIC ID 0
Topology Processor ID 0, Core ID 0, Thread ID 0
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)
CPUID
0x00000000 0x0000000D 0x756E6547 0x6C65746E 0x49656E69
0x00000001 0x000206A7 0x00100800 0x9E9AE383 0xBFCBFBFF
0x00000002 0x76035A01 0x00F0B0FF 0x00000000 0x00CA0000
0x00000003 0x00000000 0x00000000 0x00000000 0x00000000
0x00000004 0x1C004121 0x01C0003F 0x0000003F 0x00000000
0x00000004 0x1C004122 0x01C0003F 0x0000003F 0x00000000
0x00000004 0x1C004143 0x01C0003F 0x000001FF 0x00000000
0x00000004 0x1C03C163 0x02C0003F 0x00001FFF 0x00000002
0x00000005 0x00000000 0x00000000 0x00000000 0x00000000
0x00000006 0x00000073 0x00000002 0x00000009 0x00000000
0x00000007 0x00000000 0x00000000 0x00000000 0xBC000400
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
0x40000000 0x4000000C 0x7263694D 0x666F736F 0x76482074
0x40000001 0x31237648 0x00000000 0x00000000 0x00000000
0x40000002 0x00004A61 0x000A0000 0x00000005 0x0000147F
0x40000003 0x00003FFF 0x002BB9FF 0x00000002 0x34FFFBF6
0x40000004 0x00062D1C 0x00000000 0x0000002E 0x00000000
0x40000005 0x00000400 0x00000400 0x00000324 0x00000000
0x40000006 0x0032000F 0x00000000 0x00000000 0x00000000
0x40000007 0x80000007 0x00000003 0x00000000 0x00000000
0x40000008 0x00000000 0x00000000 0x00000000 0x00000000
0x40000009 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000A 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000B 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000C 0x00000000 0x00000000 0x00000000 0x00000000
0x80000000 0x80000008 0x00000000 0x00000000 0x00000000
0x80000001 0x00000000 0x00000000 0x00000001 0x28100800
0x80000002 0x20202020 0x20202020 0x65746E49 0x2952286C
0x80000003 0x726F4320 0x4D542865 0x35692029 0x3035322D
0x80000004 0x50432030 0x20402055 0x30332E33 0x007A4847
0x80000005 0x00000000 0x00000000 0x00000000 0x00000000
0x80000006 0x00000000 0x00000000 0x01006040 0x00000000
0x80000007 0x00000000 0x00000000 0x00000000 0x00000100
0x80000008 0x00003024 0x00000000 0x00000000 0x00000000
MSR 0x0000001B 0x00000000 0xFEE00900
MSR 0x00000035 0x00000000 0x00040004
MSR 0x000001A0 0x00000000 0x00851889
MSR 0x000000CE 0x00001000 0x70012100
MSR 0x00000017 0x00040000 0x00000000
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 0x3B3B3B3B
MSR 0x00000194 0x00000000 0x00090000
MSR 0x0000019A 0x00000000 0x00000000
MSR 0x000001A4 0x00000000 0x00000000
MSR 0x000001FC 0x00000000 0x0004005F
MSR 0x00000606 0x00000000 0x000A1003
MSR 0x00000601 0x18141494 0x000004B0
MSR 0x00000602 0x18141494 0x00000170
MSR 0x00000610 0x00008FA0 0x00148320
MSR 0x00000611 0x00000000 0xDFE0C1F2
MSR 0x00000639 0x00000000 0x8C4C7294
MSR 0x00000641 0x00000000 0x057A1FA3
MSR 0x00000614 0x00000000 0x01E002F8
MSR 0x00000198 0x000027DF 0x00002600
MSR 0x00000199 0x00000000 0x00003B00
CPU Thread 1
APIC ID 2
Topology Processor ID 0, Core ID 1, Thread ID 0
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)
CPUID
0x00000000 0x0000000D 0x756E6547 0x6C65746E 0x49656E69
0x00000001 0x000206A7 0x02100800 0x9E9AE383 0xBFCBFBFF
0x00000002 0x76035A01 0x00F0B0FF 0x00000000 0x00CA0000
0x00000003 0x00000000 0x00000000 0x00000000 0x00000000
0x00000004 0x1C004121 0x01C0003F 0x0000003F 0x00000000
0x00000004 0x1C004122 0x01C0003F 0x0000003F 0x00000000
0x00000004 0x1C004143 0x01C0003F 0x000001FF 0x00000000
0x00000004 0x1C03C163 0x02C0003F 0x00001FFF 0x00000002
0x00000005 0x00000000 0x00000000 0x00000000 0x00000000
0x00000006 0x00000073 0x00000002 0x00000009 0x00000000
0x00000007 0x00000000 0x00000000 0x00000000 0xBC000400
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
0x40000000 0x4000000C 0x7263694D 0x666F736F 0x76482074
0x40000001 0x31237648 0x00000000 0x00000000 0x00000000
0x40000002 0x00004A61 0x000A0000 0x00000005 0x0000147F
0x40000003 0x00003FFF 0x002BB9FF 0x00000002 0x34FFFBF6
0x40000004 0x00062D1C 0x00000000 0x0000002E 0x00000000
0x40000005 0x00000400 0x00000400 0x00000324 0x00000000
0x40000006 0x0032000F 0x00000000 0x00000000 0x00000000
0x40000007 0x80000007 0x00000003 0x00000000 0x00000000
0x40000008 0x00000000 0x00000000 0x00000000 0x00000000
0x40000009 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000A 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000B 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000C 0x00000000 0x00000000 0x00000000 0x00000000
0x80000000 0x80000008 0x00000000 0x00000000 0x00000000
0x80000001 0x00000000 0x00000000 0x00000001 0x28100800
0x80000002 0x20202020 0x20202020 0x65746E49 0x2952286C
0x80000003 0x726F4320 0x4D542865 0x35692029 0x3035322D
0x80000004 0x50432030 0x20402055 0x30332E33 0x007A4847
0x80000005 0x00000000 0x00000000 0x00000000 0x00000000
0x80000006 0x00000000 0x00000000 0x01006040 0x00000000
0x80000007 0x00000000 0x00000000 0x00000000 0x00000100
0x80000008 0x00003024 0x00000000 0x00000000 0x00000000
MSR 0x0000001B 0x00000000 0xFEE00800
MSR 0x00000035 0x00000000 0x00040004
MSR 0x000001A0 0x00000000 0x00851889
MSR 0x000000CE 0x00001000 0x70012100
MSR 0x00000017 0x00040000 0x00000000
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 0x3B3B3B3B
MSR 0x00000194 0x00000000 0x00090000
MSR 0x0000019A 0x00000000 0x00000000
MSR 0x000001A4 0x00000000 0x00000000
MSR 0x000001FC 0x00000000 0x0004005F
MSR 0x00000606 0x00000000 0x000A1003
MSR 0x00000601 0x18141494 0x000004B0
MSR 0x00000602 0x18141494 0x00000170
MSR 0x00000610 0x00008FA0 0x00148320
MSR 0x00000611 0x00000000 0xDFE14E3F
MSR 0x00000639 0x00000000 0x8C4CE595
MSR 0x00000641 0x00000000 0x057A2148
MSR 0x00000614 0x00000000 0x01E002F8
MSR 0x00000198 0x000027DF 0x00002800
MSR 0x00000199 0x00000000 0x00003B00
CPU Thread 2
APIC ID 4
Topology Processor ID 0, Core ID 2, Thread ID 0
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)
CPUID
0x00000000 0x0000000D 0x756E6547 0x6C65746E 0x49656E69
0x00000001 0x000206A7 0x04100800 0x9E9AE383 0xBFCBFBFF
0x00000002 0x76035A01 0x00F0B0FF 0x00000000 0x00CA0000
0x00000003 0x00000000 0x00000000 0x00000000 0x00000000
0x00000004 0x1C004121 0x01C0003F 0x0000003F 0x00000000
0x00000004 0x1C004122 0x01C0003F 0x0000003F 0x00000000
0x00000004 0x1C004143 0x01C0003F 0x000001FF 0x00000000
0x00000004 0x1C03C163 0x02C0003F 0x00001FFF 0x00000002
0x00000005 0x00000000 0x00000000 0x00000000 0x00000000
0x00000006 0x00000073 0x00000002 0x00000009 0x00000000
0x00000007 0x00000000 0x00000000 0x00000000 0xBC000400
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
0x40000000 0x4000000C 0x7263694D 0x666F736F 0x76482074
0x40000001 0x31237648 0x00000000 0x00000000 0x00000000
0x40000002 0x00004A61 0x000A0000 0x00000005 0x0000147F
0x40000003 0x00003FFF 0x002BB9FF 0x00000002 0x34FFFBF6
0x40000004 0x00062D1C 0x00000000 0x0000002E 0x00000000
0x40000005 0x00000400 0x00000400 0x00000324 0x00000000
0x40000006 0x0032000F 0x00000000 0x00000000 0x00000000
0x40000007 0x80000007 0x00000003 0x00000000 0x00000000
0x40000008 0x00000000 0x00000000 0x00000000 0x00000000
0x40000009 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000A 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000B 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000C 0x00000000 0x00000000 0x00000000 0x00000000
0x80000000 0x80000008 0x00000000 0x00000000 0x00000000
0x80000001 0x00000000 0x00000000 0x00000001 0x28100800
0x80000002 0x20202020 0x20202020 0x65746E49 0x2952286C
0x80000003 0x726F4320 0x4D542865 0x35692029 0x3035322D
0x80000004 0x50432030 0x20402055 0x30332E33 0x007A4847
0x80000005 0x00000000 0x00000000 0x00000000 0x00000000
0x80000006 0x00000000 0x00000000 0x01006040 0x00000000
0x80000007 0x00000000 0x00000000 0x00000000 0x00000100
0x80000008 0x00003024 0x00000000 0x00000000 0x00000000
MSR 0x0000001B 0x00000000 0xFEE00800
MSR 0x00000035 0x00000000 0x00040004
MSR 0x000001A0 0x00000000 0x00851889
MSR 0x000000CE 0x00001000 0x70012100
MSR 0x00000017 0x00040000 0x00000000
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 0x3B3B3B3B
MSR 0x00000194 0x00000000 0x00090000
MSR 0x0000019A 0x00000000 0x00000000
MSR 0x000001A4 0x00000000 0x00000000
MSR 0x000001FC 0x00000000 0x0004005F
MSR 0x00000606 0x00000000 0x000A1003
MSR 0x00000601 0x18141494 0x000004B0
MSR 0x00000602 0x18141494 0x00000170
MSR 0x00000610 0x00008FA0 0x00148320
MSR 0x00000611 0x00000000 0xDFE1DA8D
MSR 0x00000639 0x00000000 0x8C4D59EC
MSR 0x00000641 0x00000000 0x057A22D7
MSR 0x00000614 0x00000000 0x01E002F8
MSR 0x00000198 0x00002808 0x00002800
MSR 0x00000199 0x00000000 0x00003B00
CPU Thread 3
APIC ID 6
Topology Processor ID 0, Core ID 3, Thread ID 0
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)
CPUID
0x00000000 0x0000000D 0x756E6547 0x6C65746E 0x49656E69
0x00000001 0x000206A7 0x06100800 0x9E9AE383 0xBFCBFBFF
0x00000002 0x76035A01 0x00F0B0FF 0x00000000 0x00CA0000
0x00000003 0x00000000 0x00000000 0x00000000 0x00000000
0x00000004 0x1C004121 0x01C0003F 0x0000003F 0x00000000
0x00000004 0x1C004122 0x01C0003F 0x0000003F 0x00000000
0x00000004 0x1C004143 0x01C0003F 0x000001FF 0x00000000
0x00000004 0x1C03C163 0x02C0003F 0x00001FFF 0x00000002
0x00000005 0x00000000 0x00000000 0x00000000 0x00000000
0x00000006 0x00000073 0x00000002 0x00000009 0x00000000
0x00000007 0x00000000 0x00000000 0x00000000 0xBC000400
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
0x40000000 0x4000000C 0x7263694D 0x666F736F 0x76482074
0x40000001 0x31237648 0x00000000 0x00000000 0x00000000
0x40000002 0x00004A61 0x000A0000 0x00000005 0x0000147F
0x40000003 0x00003FFF 0x002BB9FF 0x00000002 0x34FFFBF6
0x40000004 0x00062D1C 0x00000000 0x0000002E 0x00000000
0x40000005 0x00000400 0x00000400 0x00000324 0x00000000
0x40000006 0x0032000F 0x00000000 0x00000000 0x00000000
0x40000007 0x80000007 0x00000003 0x00000000 0x00000000
0x40000008 0x00000000 0x00000000 0x00000000 0x00000000
0x40000009 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000A 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000B 0x00000000 0x00000000 0x00000000 0x00000000
0x4000000C 0x00000000 0x00000000 0x00000000 0x00000000
0x80000000 0x80000008 0x00000000 0x00000000 0x00000000
0x80000001 0x00000000 0x00000000 0x00000001 0x28100800
0x80000002 0x20202020 0x20202020 0x65746E49 0x2952286C
0x80000003 0x726F4320 0x4D542865 0x35692029 0x3035322D
0x80000004 0x50432030 0x20402055 0x30332E33 0x007A4847
0x80000005 0x00000000 0x00000000 0x00000000 0x00000000
0x80000006 0x00000000 0x00000000 0x01006040 0x00000000
0x80000007 0x00000000 0x00000000 0x00000000 0x00000100
0x80000008 0x00003024 0x00000000 0x00000000 0x00000000
MSR 0x0000001B 0x00000000 0xFEE00800
MSR 0x00000035 0x00000000 0x00040004
MSR 0x000001A0 0x00000000 0x00851889
MSR 0x000000CE 0x00001000 0x70012100
MSR 0x00000017 0x00040000 0x00000000
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 0x3B3B3B3B
MSR 0x00000194 0x00000000 0x00090000
MSR 0x0000019A 0x00000000 0x00000000
MSR 0x000001A4 0x00000000 0x00000000
MSR 0x000001FC 0x00000000 0x0004005F
MSR 0x00000606 0x00000000 0x000A1003
MSR 0x00000601 0x18141494 0x000004B0
MSR 0x00000602 0x18141494 0x00000170
MSR 0x00000610 0x00008FA0 0x00148320
MSR 0x00000611 0x00000000 0xDFE26EF4
MSR 0x00000639 0x00000000 0x8C4DD536
MSR 0x00000641 0x00000000 0x057A247E
MSR 0x00000614 0x00000000 0x01E002F8
MSR 0x00000198 0x00002808 0x00002800
MSR 0x00000199 0x00000000 0x00003B00
BIOS
-------------------------------------------------------------------------
UEFI Yes
BIOS Vendor American Megatrends Inc.
BIOS MSG 63-0100-000001-00101111-070111-Chipset
BIOS Date 07/01/11
Mainboard Vendor 000001
Chipset
-------------------------------------------------------------------------
Northbridge Intel Sandy Bridge rev. 09
Southbridge Intel Z77 rev. 04
Bus Specification PCI-Express 2.0 (5.0 GT/s)
Graphic Interface PCI-Express 2.0
PCI-E Link Width x16 (max 16x)
PCI-E Link Speed 2.5 GT/s (max 5.0 GT/s)
Memory Type DDR3
Memory Size 8 GBytes
Channels Dual
Memory Frequency 661.0 MHz (1:5)
CAS# latency (CL) 9.0
RAS# to CAS# delay (tRCD) 9
RAS# Precharge (tRP) 9
Cycle Time (tRAS) 24
Row Refresh Cycle Time (tRFC) 107
Command Rate (CR) 1T
Host Bridge 0x0100
Memory SPD
-------------------------------------------------------------------------
DIMM # 1
SMBus address 0x50
Memory type DDR3
Module format UDIMM
Module Manufacturer(ID) Corsair (7F7F9E000000000000000000000000)
Size 4096 MBytes
Max bandwidth PC3-12800 (800 MHz)
Max JEDEC PC3-10700H (667 MHz)
Part number CML8GX3M2A1600C9
Number of banks 8
Nominal Voltage 1.50 Volts
EPP no
XMP yes, rev. 1.2
AMP no
EXPO no
JEDEC timings table CL-tRCD-tRP-tRAS-tRC @ frequency
JEDEC LibrePhotos/librephotos-docker#1 6.0-6-6-16-23 @ 444 MHz
JEDEC LibrePhotos/librephotos#178 7.0-7-7-19-27 @ 518 MHz
JEDEC LibrePhotos/librephotos-docker#3 8.0-8-8-22-30 @ 592 MHz
JEDEC LibrePhotos/librephotos-docker#4 9.0-9-9-24-34 @ 666 MHz
XMP profile XMP-1600
Specification PC3-12800
VDD Voltage 1.500 Volts
Min Cycle time 1.250 ns (800 MHz)
Max CL 9.0
Min tRP 11.25 ns
Min tRCD 11.25 ns
Min tWR 15.00 ns
Min tRAS 30.00 ns
Min tRC 50.63 ns
Min tRFC 160.00 ns
Min tRTP 7.50 ns
Min tRRD 7.50 ns
Command Rate 2T
XMP timings table CL-tRCD-tRP-tRAS-tRC-CR @ frequency (voltage)
XMP LibrePhotos/librephotos-docker#1 6.0-6-6-16-27-2T @ 533 MHz (1.500 Volts)
XMP LibrePhotos/librephotos#178 9.0-9-9-24-41-2T @ 800 MHz (1.500 Volts)
DIMM # 2
SMBus address 0x52
Memory type DDR3
Module format UDIMM
Module Manufacturer(ID) Corsair (7F7F9E000000000000000000000000)
Size 4096 MBytes
Max bandwidth PC3-12800 (800 MHz)
Max JEDEC PC3-10700H (667 MHz)
Part number CML8GX3M2A1600C9
Number of banks 8
Nominal Voltage 1.50 Volts
EPP no
XMP yes, rev. 1.2
AMP no
EXPO no
JEDEC timings table CL-tRCD-tRP-tRAS-tRC @ frequency
JEDEC LibrePhotos/librephotos-docker#1 6.0-6-6-16-23 @ 444 MHz
JEDEC LibrePhotos/librephotos#178 7.0-7-7-19-27 @ 518 MHz
JEDEC LibrePhotos/librephotos-docker#3 8.0-8-8-22-30 @ 592 MHz
JEDEC LibrePhotos/librephotos-docker#4 9.0-9-9-24-34 @ 666 MHz
XMP profile XMP-1600
Specification PC3-12800
VDD Voltage 1.500 Volts
Min Cycle time 1.250 ns (800 MHz)
Max CL 9.0
Min tRP 11.25 ns
Min tRCD 11.25 ns
Min tWR 15.00 ns
Min tRAS 30.00 ns
Min tRC 50.63 ns
Min tRFC 160.00 ns
Min tRTP 7.50 ns
Min tRRD 7.50 ns
Command Rate 2T
XMP timings table CL-tRCD-tRP-tRAS-tRC-CR @ frequency (voltage)
XMP LibrePhotos/librephotos-docker#1 6.0-6-6-16-27-2T @ 533 MHz (1.500 Volts)
XMP LibrePhotos/librephotos#178 9.0-9-9-24-41-2T @ 800 MHz (1.500 Volts)
DIMM # 1
SPD registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 92 10 0B 02 03 19 00 09 03 52 01 08 0C 00 3C 00
10 6C 78 6C 3C 6C 11 20 95 00 05 3C 3C 01 2C 83 81
20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30 00 00 00 00 00 00 00 00 00 00 00 00 1F 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 02 9E 01 00 00 00 00 00 00 FC E5
80 43 4D 4C 38 47 58 33 4D 32 41 31 36 30 30 43 39
90 20 20 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 0C 4A 01 12 01 08 01 08 00 2A 0A 5A 24 00 5A 5A
C0 5A 78 10 F0 95 3E 00 00 05 3C 3C 01 2C 3C 00 00
D0 10 00 24 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 10 0B 02 03 19 00 09 03 52 01 08 0C 00 3C 00
10 6C 78 6C 3C 6C 11 20 95 00 05 3C 3C 01 2C 83 81
20 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30 00 00 00 00 00 00 00 00 00 00 00 00 1F 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 02 9E 01 00 00 00 00 00 00 FC E5
80 43 4D 4C 38 47 58 33 4D 32 41 31 36 30 30 43 39
90 20 20 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 0C 4A 01 12 01 08 01 08 00 2A 0A 5A 24 00 5A 5A
C0 5A 78 10 F0 95 3E 00 00 05 3C 3C 01 2C 3C 00 00
D0 10 00 24 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 Z77 Extreme4 (0x000003F6 - 0x6D13E080)
LPCIO
-------------------------------------------------------------------------
LPCIO Vendor Nuvoton
LPCIO Model NCT6776
LPCIO Vendor ID 0x5CA3
LPCIO Chip ID 0xC3
LPCIO Revision ID 0x33
Config Mode I/O address 0x2E
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 F8 0E 00 00 FF FF
20 C3 33 FF 00 5C 00 00 D0 00 FF 62 00 80 00 00 01
30 E1 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 02 90 00 00 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 = 0x0290
Hardware Monitors
-------------------------------------------------------------------------
Hardware monitor Nuvoton NCT6776
Voltage 0 1.14 Volts [0x8E] (CPU VCORE)
Voltage 1 1.81 Volts [0xE2] (VIN1)
Voltage 2 3.38 Volts [0xD3] (AVCC)
Voltage 3 3.38 Volts [0xD3] (3VCC)
Voltage 4 1.06 Volts [0x84] (VIN4)
Voltage 5 1.70 Volts [0xD4] (VIN5)
Voltage 6 0.88 Volts [0x6E] (VIN6)
Temperature 0 34 degC (93 degF) [0x22] (SYSTIN)
Temperature 1 32 degC (88 degF) [0x3F] (CPUTIN)
Temperature 2 35 degC (94 degF) [0x45] (AUXTIN)
Temperature 3 38 degC (100 degF) [0x26] (TMPIN3)
Temperature 12 127 degC (260 degF) [0x7F] (AUXTIN0)
Temperature 13 80 degC (176 degF) [0x50] (AUXTIN1)
Temperature 14 4 degC (39 degF) [0x4] (AUXTIN2)
Temperature 15 127 degC (260 degF) [0x7F] (AUXTIN3)
Temperature 16 75 degC (167 degF) [0x4B] (AUXTIN4)
Fan 1 740 RPM [0x2E4] (CPUFANIN)
Fan 2 628 RPM [0x274] (AUXFANIN0)
Hardware registers
Register space LPC, base address = 0x0290
bank 0
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 04 50 04 75 00 FF FF FF FF FF FF FF FF FF FF FF
10 04 50 00 00 00 00 FF FF 40 00 00 00 00 87 00 00
20 8F E2 D3 D3 84 D4 6E 22 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 DE 5F FF FF 00 3F FF 2D FF FF FF 18 05 00 A3
50 FF FF FF FF FF FF FF FF C1 FF FF FF FF 00 00 FF
60 30 FF FF FF FF 01 00 FF FF FF FF FF FF FF FF FF
70 00 0A 00 22 80 26 80 22 80 FF FF FF FF FF FF FF
80 FF 03 1F 0F FF 3C 3C 3C 00 00 00 00 00 00 00 00
90 0A 00 00 00 00 0A 0A 0A 0A AA EF 80 FF 40 46 C4
A0 0E 01 00 00 FF 00 00 FF 00 00 80 66 66 06 01 01
B0 00 00 00 00 00 00 32 00 1C 00 00 34 28 80 C4 FF
C0 01 00 00 00 00 00 00 00 00 10 02 FF FF FF FF FF
D0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
E0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
F0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
bank 4
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
10 00 00 00 00 00 00 00 00 00 00 00 FF FF FF FF FF
20 FF FF FF 96 64 96 64 E1 96 FF FF FF FF FF FF FF
30 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
40 3F 00 01 FF FF FF FF FF FF FF FF FF FF FF 04 FF
50 31 13 FF FF 00 00 00 FF 00 DE 1D B1 09 FF FF FF
60 FF 01 00 00 00 00 00 00 FF FF FF FF FF FF FF FF
70 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
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
A0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
B0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
C0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
D0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
E0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
F0 FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
Hardware monitor Intel I/O
Clock Speed 0 846.15 MHz [0x34E] (Graphics)
Clock Speed 1 n.a. (Memory)
Clock Speed 2 n.a. (Processor)
Hardware monitor NVIDIA NVAPI
Power 01 28.20 W (GPU)
Clock Speed 0 135.00 MHz [0x87] (Graphics)
Clock Speed 1 324.00 MHz [0x144] (Memory)
Clock Speed 2 n.a. (Processor)
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 (Intel)
Model ID 0x0100
Revision ID 0x09
PI 0x00
SubClass 0x00
BaseClass 0x06
Cache Line 0x00
Latency 0x00
Header 0x00
PCI header
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x0100
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 01 06 00 90 20 09 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 49 18 00 01
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 13 02 00 00 19 00 00 00 0F 00 90 CF 01 00 00 CB
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 00 00 00 11 00 1A 00 00 00 00 00 00 00
90 01 00 00 FF 01 00 00 00 01 00 50 2F 02 00 00 00
A0 01 00 00 00 02 00 00 00 01 00 60 2F 02 00 00 00
B0 01 00 A0 CB 01 00 80 CB 01 00 00 CB 01 00 A0 CF
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 9E A0 00 E2 90 00 00 24 00 00 00 00
F0 00 00 00 00 00 00 00 00 B8 0F 06 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 (Intel)
Model ID 0x0101
Revision ID 0x09
PI 0x00
SubClass 0x04
BaseClass 0x06
Cache Line 0x10
Latency 0x00
Header 0x81
PCI header
Primary bus 0x00
Secondary bus 0x01
Int. Line 0x0B
Int. Pin 0x01
PCI capability
Caps class Subsystem Vendor
Caps offset 0x88
SubVendor ID 0x1849 (Asrock)
SubSystem ID 0x0101
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
Caps version 2.0
Physical slot #0
Presence detect yes
Link width 16x (max 16x)
Link speed 2.5 GT/s (max 5.0 GT/s)
PCI extended capability
Caps class Virtual Channel
Caps offset 0x100
PCI extended capability
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 01 07 04 10 00 09 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 00 F6 00 F7 01 E0 F1 E9 00 00 00 00 00 00 00 00
30 00 00 00 00 88 00 00 00 00 00 00 00 0B 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 49 18 01 01
90 05 A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00
A0 10 00 42 01 00 80 00 00 00 00 00 00 02 2D 21 02
B0 40 00 01 51 80 25 0C 00 00 00 48 00 00 00 00 00
C0 00 00 00 00 00 08 00 00 00 00 00 00 00 00 00 00
D0 42 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 01 00 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 01 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
140 05 00 01 00 00 01 01 02 00 00 00 00 00 00 00 00
150 01 00 01 00 00 00 00 00 00 90 D1 FE 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 01 00 01 00 00 00 00 00 00 00 00 00 10 40 06 00
1D0 00 00 00 00 00 20 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 00 00 00 00 00 00 00 00 00 08 01 00 00 10 A0 7C
Description Display Controller
Location bus 0 (0x00), device 2 (0x02), function 0 (0x00)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x0102
Revision ID 0x09
PI 0x00
SubClass 0x80
BaseClass 0x03
Cache Line 0x00
Latency 0x00
Header 0x00
PCI header
Address 0 (memory) 0x00000000F7400004
Address 2 (memory) 0x00000000D000000C
Address 4 (port) 0x0000F000
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x0102
Int. Line 0x00
Int. Pin 0x01
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x90
PCI capability
Caps class Power Management
Caps offset 0xD0
Caps version 1.1
PCI capability
Caps class 0x13
Caps offset 0xA4
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 86 80 02 01 07 04 90 00 09 00 80 03 00 00 00 00
10 04 00 40 F7 00 00 00 00 0C 00 00 D0 00 00 00 00
20 01 F0 00 00 00 00 00 00 00 00 00 00 49 18 02 01
30 00 00 00 00 90 00 00 00 00 00 00 00 00 01 00 00
40 09 00 0C 01 9E A0 00 E2 90 00 00 24 00 00 00 00
50 13 02 00 00 19 00 00 00 00 00 00 00 01 00 A0 CB
60 00 00 02 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 00
80 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90 05 D0 01 00 0C F0 E0 FE A2 01 00 00 00 00 00 00
A0 00 00 00 00 13 00 06 03 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 01 A4 22 00 00 00 00 00 00 00 00 00 00 00 00 00
E0 00 00 00 00 00 00 00 00 00 80 00 00 00 00 00 00
F0 00 00 00 00 00 00 00 00 00 00 06 00 18 C0 10 CA
Description USB Controller (xHCI)
Location bus 0 (0x00), device 20 (0x14), function 0 (0x00)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E31
Revision ID 0x04
PI 0x30
SubClass 0x03
BaseClass 0x0C
Cache Line 0x00
Latency 0x00
Header 0x00
PCI header
Address 0 (memory) 0x00000000F7B00004
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x1E31
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 1E 06 04 90 02 04 30 03 0C 00 00 00 00
10 04 00 B0 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 49 18 31 1E
30 00 00 00 00 70 00 00 00 00 00 00 00 00 01 00 00
40 FD 07 0E 80 39 C2 03 80 00 00 00 00 00 00 00 00
50 17 00 00 00 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 87 00 0C F0 E0 FE 00 00 00 00 B2 01 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 8F 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
C0 03 0C 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D0 0F 00 00 00 0F 00 00 00 0F 00 00 00 0F 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 87 0F 04 08 00 00 00 00
Description Communication Device
Location bus 0 (0x00), device 22 (0x16), function 0 (0x00)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E3A
Revision ID 0x04
PI 0x00
SubClass 0x80
BaseClass 0x07
Cache Line 0x00
Latency 0x00
Header 0x80
PCI header
Address 0 (memory) 0x00000000F7B1A004
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x1E3A
Int. Line 0x00
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 1E 06 04 10 00 04 00 80 07 00 00 80 00
10 04 A0 B1 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 49 18 3A 1E
30 00 00 00 00 50 00 00 00 00 00 00 00 00 01 00 00
40 45 02 00 1E 10 00 01 80 06 01 00 60 F0 1F 00 10
50 01 8C 03 C8 08 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 00
80 00 00 00 00 00 00 00 00 00 00 00 00 05 00 81 00
90 0C F0 E0 FE 00 00 00 00 51 01 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 38 91 B6 88 F3 BF C6 FF 13 33 01 BE 53 E5 58 25
D0 B4 4F 91 F7 3D 6B 17 EB 97 53 C9 2B 91 7D E6 7F
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 (Intel)
Model ID 0x1E2D
Revision ID 0x04
PI 0x20
SubClass 0x03
BaseClass 0x0C
Cache Line 0x00
Latency 0x00
Header 0x00
PCI header
Address 0 (memory) 0xF7B18000
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x1E2D
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 1E 06 00 90 02 04 20 03 0C 00 00 00 00
10 00 80 B1 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 49 18 2D 1E
30 00 00 00 00 50 00 00 00 00 00 00 00 10 01 00 00
40 00 00 00 00 00 00 00 00 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 01 00 20 00 C0
70 00 00 FF 3F 00 00 00 00 00 00 00 00 00 00 00 00
80 00 00 80 00 11 88 0C 93 30 0D 00 24 00 00 00 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 00 00 00 00 00 00
E0 00 00 00 00 00 00 42 42 20 20 90 01 58 E5 D1 EA
F0 00 00 00 00 88 85 80 00 87 0F 04 08 08 17 5B 20
Description High Definition Audio (HDA)
Location bus 0 (0x00), device 27 (0x1B), function 0 (0x00)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E20
Revision ID 0x04
PI 0x00
SubClass 0x03
BaseClass 0x04
Cache Line 0x10
Latency 0x00
Header 0x00
PCI header
Address 0 (memory) 0x00000000F7B10004
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x1898
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
Caps version 1.0
PCI extended capability
Caps class Virtual Channel
Caps offset 0x100
PCI extended capability
Caps class Root Complex Link Declaration
Caps offset 0x130
Link Entries # 1
Port Number 15
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 86 80 20 1E 06 00 10 00 04 00 03 04 10 00 00 00
10 04 00 B1 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 49 18 98 18
30 00 00 00 00 50 00 00 00 00 00 00 00 16 01 00 00
40 01 00 00 05 00 00 00 00 00 00 00 00 00 00 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 24 00 40 00 0C A3 82 10 00 33 02
D0 00 0C A3 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 87 0F 04 08 00 00 00 00
100 02 00 01 13 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 22 00 00 81 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
140 01 00 00 00 00 00 00 00 00 C0 D1 FE 00 00 00 00
150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 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 0 (0x00)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E10
Revision ID 0xC4
PI 0x00
SubClass 0x04
BaseClass 0x06
Cache Line 0x10
Latency 0x00
Header 0x81
PCI header
Primary bus 0x00
Secondary bus 0x02
Int. Line 0x0B
Int. Pin 0x01
PCI capability
Caps class PCI Express
Caps offset 0x40
Device type Root Port of PCI-E Root Complex
Port 1
Caps version 2.0
Physical slot Integrated device
Link width 0x (max 1x)
Link speed 2.5 GT/s (max 5.0 GT/s)
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x80
PCI capability
Caps class Subsystem Vendor
Caps offset 0x90
SubVendor ID 0x1849 (Asrock)
SubSystem ID 0x1E10
PCI capability
Caps class Power Management
Caps offset 0xA0
Caps version 1.1
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 86 80 10 1E 04 04 10 00 C4 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 0B 01 00 00
40 10 80 42 00 00 80 00 00 00 00 10 00 12 4C 11 01
50 00 00 01 10 60 00 04 00 00 00 40 00 00 00 00 00
60 00 00 00 00 16 00 00 00 00 00 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 49 18 10 1E 00 00 00 00 00 00 00 00
A0 01 00 02 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 02 0B 00 00 02 00 11 01 00 00 00 00
E0 00 3F 00 00 00 00 00 00 01 00 00 00 00 00 00 00
F0 00 00 00 00 00 00 00 00 87 0F 04 08 00 00 00 00
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
140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 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 3 (0x03)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E16
Revision ID 0xC4
PI 0x00
SubClass 0x04
BaseClass 0x06
Cache Line 0x10
Latency 0x00
Header 0x81
PCI header
Primary bus 0x00
Secondary bus 0x03
Int. Line 0x05
Int. Pin 0x04
PCI capability
Caps class PCI Express
Caps offset 0x40
Device type Root Port of PCI-E Root Complex
Port 4
Caps version 2.0
Physical slot #0
Presence detect yes
Link width 1x (max 1x)
Link speed 5.0 GT/s (max 5.0 GT/s)
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x80
PCI capability
Caps class Subsystem Vendor
Caps offset 0x90
SubVendor ID 0x1849 (Asrock)
SubSystem ID 0x1E16
PCI capability
Caps class Power Management
Caps offset 0xA0
Caps version 1.1
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 86 80 16 1E 07 04 10 00 C4 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 A0 F7 A0 F7 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 05 04 00 00
40 10 80 42 01 00 80 00 00 00 00 10 00 12 3C 11 04
50 40 00 12 70 00 B2 1C 00 00 00 40 01 00 00 00 00
60 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
70 02 00 00 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 49 18 16 1E 00 00 00 00 00 00 00 00
A0 01 00 02 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 02 0B 00 00 00 80 11 81 00 00 00 00
E0 00 03 00 00 00 00 00 00 01 00 00 00 00 00 00 00
F0 00 00 00 00 00 00 00 00 87 0F 04 08 00 00 00 00
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
140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 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 4 (0x04)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E18
Revision ID 0xC4
PI 0x00
SubClass 0x04
BaseClass 0x06
Cache Line 0x10
Latency 0x00
Header 0x81
PCI header
Primary bus 0x00
Secondary bus 0x04
Int. Line 0x0B
Int. Pin 0x01
PCI capability
Caps class PCI Express
Caps offset 0x40
Device type Root Port of PCI-E Root Complex
Port 5
Caps version 2.0
Physical slot #0
Presence detect yes
Link width 1x (max 1x)
Link speed 2.5 GT/s (max 5.0 GT/s)
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x80
PCI capability
Caps class Subsystem Vendor
Caps offset 0x90
SubVendor ID 0x1849 (Asrock)
SubSystem ID 0x1E18
PCI capability
Caps class Power Management
Caps offset 0xA0
Caps version 1.1
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 86 80 18 1E 06 04 10 00 C4 00 04 06 10 00 81 00
10 00 00 00 00 00 00 00 00 00 04 04 00 F0 00 00 00
20 90 F7 90 F7 11 EA 11 EA 00 00 00 00 00 00 00 00
30 00 00 00 00 40 00 00 00 00 00 00 00 0B 01 00 00
40 10 80 42 01 00 80 00 00 00 00 10 00 12 3C 11 05
50 40 00 11 70 00 B2 24 00 00 00 40 01 00 00 00 00
60 00 04 03 00 16 00 00 00 00 00 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 49 18 18 1E 00 00 00 00 00 00 00 00
A0 01 00 02 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 02 0B 00 00 00 80 11 81 00 00 00 00
E0 00 3F 00 00 00 00 00 00 01 00 00 00 00 00 00 00
F0 00 00 00 00 00 00 00 00 87 0F 04 08 00 00 00 00
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
140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 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 5 (0x05)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E1A
Revision ID 0xC4
PI 0x00
SubClass 0x04
BaseClass 0x06
Cache Line 0x10
Latency 0x00
Header 0x81
PCI header
Primary bus 0x00
Secondary bus 0x05
Int. Line 0x0A
Int. Pin 0x02
PCI capability
Caps class PCI Express
Caps offset 0x40
Device type Root Port of PCI-E Root Complex
Port 6
Caps version 2.0
Physical slot #0
Presence detect yes
Link width 1x (max 1x)
Link speed 2.5 GT/s (max 5.0 GT/s)
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x80
PCI capability
Caps class Subsystem Vendor
Caps offset 0x90
SubVendor ID 0x1849 (Asrock)
SubSystem ID 0x1E1A
PCI capability
Caps class Power Management
Caps offset 0xA0
Caps version 1.1
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 86 80 1A 1E 04 04 10 00 C4 00 04 06 10 00 81 00
10 00 00 00 00 00 00 00 00 00 05 06 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 0A 02 00 00
40 10 80 42 01 00 80 00 00 00 00 10 00 12 4C 11 06
50 00 00 11 30 00 B2 2C 00 00 00 40 01 00 00 00 00
60 00 00 00 00 16 00 00 00 00 00 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 49 18 1A 1E 00 00 00 00 00 00 00 00
A0 01 00 02 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 02 0B 00 00 00 80 11 81 00 00 00 00
E0 00 03 00 00 00 00 00 00 01 00 00 00 00 00 00 00
F0 00 00 00 00 00 00 00 00 87 0F 04 08 00 00 00 00
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
140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 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 7 (0x07)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E1E
Revision ID 0xC4
PI 0x00
SubClass 0x04
BaseClass 0x06
Cache Line 0x10
Latency 0x00
Header 0x81
PCI header
Primary bus 0x00
Secondary bus 0x07
Int. Line 0x05
Int. Pin 0x04
PCI capability
Caps class PCI Express
Caps offset 0x40
Device type Root Port of PCI-E Root Complex
Port 8
Caps version 2.0
Physical slot #0
Presence detect yes
Link width 1x (max 1x)
Link speed 5.0 GT/s (max 5.0 GT/s)
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x80
PCI capability
Caps class Subsystem Vendor
Caps offset 0x90
SubVendor ID 0x1849 (Asrock)
SubSystem ID 0x1E1E
PCI capability
Caps class Power Management
Caps offset 0xA0
Caps version 1.1
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 86 80 1E 1E 06 04 10 00 C4 00 04 06 10 00 81 00
10 00 00 00 00 00 00 00 00 00 07 07 00 F0 00 00 00
20 80 F7 80 F7 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 05 04 00 00
40 10 80 42 01 00 80 00 00 00 00 11 00 12 3C 11 08
50 40 00 12 70 00 B2 3C 00 00 00 40 01 00 00 00 00
60 00 00 00 00 16 00 00 00 00 00 00 00 00 00 00 00
70 02 00 00 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 49 18 1E 1E 00 00 00 00 00 00 00 00
A0 01 00 02 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 02 0B 00 00 00 80 11 81 00 00 00 00
E0 00 03 00 00 00 00 00 00 01 00 00 00 00 00 00 00
F0 00 00 00 00 00 00 00 00 87 0F 04 08 00 00 00 00
100 00 00 00 00 00 00 00 00 00 00 00 00 11 00 06 00
110 01 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
140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 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 (Intel)
Model ID 0x1E26
Revision ID 0x04
PI 0x20
SubClass 0x03
BaseClass 0x0C
Cache Line 0x00
Latency 0x00
Header 0x00
PCI header
Address 0 (memory) 0xF7B17000
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x1E26
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 1E 06 00 90 02 04 20 03 0C 00 00 00 00
10 00 70 B1 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 49 18 26 1E
30 00 00 00 00 50 00 00 00 00 00 00 00 17 01 00 00
40 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50 01 58 C2 C9 00 80 00 00 0A 98 A0 20 00 00 00 00
60 20 20 01 06 00 00 00 00 01 00 00 01 00 20 00 C0
70 00 00 FF 3F 00 00 00 00 00 00 00 00 00 00 00 00
80 00 00 80 00 11 88 0C 93 30 0D 00 24 00 00 00 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 00 00 00 00 00 00
E0 00 00 00 00 0B 40 E0 00 06 05 20 42 00 11 22 22
F0 00 00 00 00 88 85 80 00 87 0F 04 08 08 17 5B 20
Description PCI to ISA Bridge
Location bus 0 (0x00), device 31 (0x1F), function 0 (0x00)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E44
Revision ID 0x04
PI 0x00
SubClass 0x01
BaseClass 0x06
Cache Line 0x00
Latency 0x00
Header 0x80
PCI header
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x1E44
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 44 1E 07 00 10 02 04 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 49 18 44 1E
30 00 00 00 00 E0 00 00 00 00 00 00 00 00 00 00 00
40 01 04 00 00 80 00 00 00 01 05 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 8A 85 D0 00 00 00 80 80 83 8B F8 F0 00 00
70 78 F0 78 F0 78 F0 78 F0 78 F0 78 F0 78 F0 78 F0
80 00 00 01 14 91 02 0C 00 41 02 0C 00 51 02 0C 00
90 00 00 00 00 00 0C 00 00 00 00 00 00 00 00 00 00
A0 08 0E A0 00 48 39 06 00 00 47 00 00 00 00 01 80
B0 00 00 00 00 00 00 00 00 00 00 00 09 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 B3 02 64 04 00 00 00 00
F0 01 C0 D1 FE 00 00 00 00 87 0F 04 08 00 00 00 00
Description Serial ATA Controller - AHCI
Location bus 0 (0x00), device 31 (0x1F), function 2 (0x02)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E02
Revision ID 0x04
PI 0x01
SubClass 0x06
BaseClass 0x01
Cache Line 0x00
Latency 0x00
Header 0x00
PCI header
Address 0 (port) 0x0000F0B0
Address 1 (port) 0x0000F0A0
Address 2 (port) 0x0000F090
Address 3 (port) 0x0000F080
Address 4 (port) 0x0000F060
Address 5 (memory) 0xF7B16000
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x1E02
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 Serial ATA Configuration
Caps offset 0xA8
PCI capability
Caps class 0x13
Caps offset 0xB0
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 86 80 02 1E 07 04 B0 02 04 01 06 01 00 00 00 00
10 B1 F0 00 00 A1 F0 00 00 91 F0 00 00 81 F0 00 00
20 61 F0 00 00 00 60 B1 F7 00 00 00 00 49 18 02 1E
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 50 01 00 00 00 00 00 00
90 60 00 3F 83 83 01 00 00 08 42 5C 01 00 00 00 00
A0 E0 00 00 00 39 00 39 00 12 B0 10 00 48 00 00 00
B0 13 00 06 03 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 87 0F 04 08 00 00 00 00
Description SMBus Controller
Location bus 0 (0x00), device 31 (0x1F), function 3 (0x03)
Common header
Vendor ID 0x8086 (Intel)
Model ID 0x1E22
Revision ID 0x04
PI 0x00
SubClass 0x05
BaseClass 0x0C
Cache Line 0x00
Latency 0x00
Header 0x00
PCI header
Address 0 (memory) 0x00000000F7B15004
Address 4 (port) 0x0000F040
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x1E22
Int. Line 0x0A
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 1E 03 00 80 02 04 00 05 0C 00 00 00 00
10 04 50 B1 F7 00 00 00 00 00 00 00 00 00 00 00 00
20 41 F0 00 00 00 00 00 00 00 00 00 00 49 18 22 1E
30 00 00 00 00 00 00 00 00 00 00 00 00 0A 03 00 00
40 01 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 87 0F 04 08 00 00 00 00
Description VGA Controller
Location bus 1 (0x01), device 0 (0x00), function 0 (0x00)
Common header
Vendor ID 0x10DE (NVIDIA)
Model ID 0x1184
Revision ID 0xA1
PI 0x00
SubClass 0x00
BaseClass 0x03
Cache Line 0x10
Latency 0x00
Header 0x80
PCI header
Address 0 (memory) 0xF6000000
Address 1 (memory) 0x00000000E000000C
Address 3 (memory) 0x00000000E800000C
Address 5 (port) 0x0000E000
Subvendor ID 0x10B0 (Gainward)
Subsystem ID 0x1184
Int. Line 0x10
Int. Pin 0x01
PCI capability
Caps class Power Management
Caps offset 0x60
Caps version 1.2
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x68
PCI capability
Caps class PCI Express
Caps offset 0x78
Device type PCI-E Endpoint Device
Port 0
Caps version 2.0
Link width 16x (max 16x)
Link speed 2.5 GT/s (max 5.0 GT/s)
PCI capability
Caps class Vendor Dependant
Caps offset 0xB4
PCI extended capability
Caps class Virtual Channel
Caps offset 0x100
PCI extended capability
Caps class Power Budgeting
Caps offset 0x128
PCI extended capability
Caps class Vendor Specific
Caps offset 0x600
Vendor 1
Size 36
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 DE 10 84 11 07 00 10 00 A1 00 00 03 10 00 80 00
10 00 00 00 F6 0C 00 00 E0 00 00 00 00 0C 00 00 E8
20 00 00 00 00 01 E0 00 00 00 00 00 00 B0 10 84 11
30 00 00 00 00 60 00 00 00 00 00 00 00 10 01 00 00
40 B0 10 84 11 00 00 00 00 00 00 00 00 00 00 00 00
50 01 00 00 00 01 00 00 00 CE D6 23 00 00 00 00 00
60 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00
70 00 00 00 00 00 00 00 00 10 B4 02 00 E1 8D 2C 01
80 10 29 00 00 02 3D 45 00 40 01 01 11 00 00 00 00
90 00 00 00 00 00 00 00 00 00 00 00 00 13 00 00 00
A0 00 00 00 00 00 00 00 00 02 00 01 00 00 00 00 00
B0 00 00 00 00 09 00 14 01 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 02 00 81 12 00 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 00 00 00 00 00 00 00 00 04 00 01 60 00 00 00 00
130 21 81 07 00 00 00 00 00 00 00 00 00 00 00 00 00
140 00 00 00 00 30 00 00 01 00 00 00 00 1B 00 00 8B
150 15 01 00 E0 20 71 50 06 00 00 00 00 21 81 07 00
160 21 81 05 00 02 80 03 00 02 80 01 00 06 80 1F 00
170 06 80 1D 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Description High Definition Audio (HDA)
Location bus 1 (0x01), device 0 (0x00), function 1 (0x01)
Common header
Vendor ID 0x10DE (NVIDIA)
Model ID 0x0E0A
Revision ID 0xA1
PI 0x00
SubClass 0x03
BaseClass 0x04
Cache Line 0x10
Latency 0x00
Header 0x80
PCI header
Address 0 (memory) 0xF7080000
Subvendor ID 0x10B0 (Gainward)
Subsystem ID 0x1184
Int. Line 0x11
Int. Pin 0x02
PCI capability
Caps class Power Management
Caps offset 0x60
Caps version 1.2
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x68
PCI capability
Caps class PCI Express
Caps offset 0x78
Device type PCI-E Endpoint Device
Port 0
Caps version 2.0
Link width 16x (max 16x)
Link speed 2.5 GT/s (max 5.0 GT/s)
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 DE 10 0A 0E 06 00 10 00 A1 00 03 04 10 00 80 00
10 00 00 08 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 B0 10 84 11
30 00 00 00 00 60 00 00 00 00 00 00 00 11 02 00 00
40 B0 10 84 11 00 00 00 00 00 00 00 00 00 00 00 00
50 00 00 00 00 00 00 00 00 CE D6 23 00 00 00 00 00
60 01 68 03 00 08 00 00 00 05 78 80 00 00 00 00 00
70 00 00 00 00 00 00 00 00 10 00 02 00 E1 8D 2C 01
80 10 29 00 00 02 3D 45 00 03 01 01 11 00 00 00 00
90 00 00 00 00 00 00 00 00 00 00 00 00 13 00 00 00
A0 00 00 00 00 06 00 00 00 00 00 01 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 00 00 00 00 00 00 00 00 00 00 00 00 30 20 46 00
110 00 20 00 00 00 A0 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
140 00 00 00 00 00 00 00 00 10 00 00 00 00 00 00 03
150 00 00 00 E0 20 71 10 00 00 00 00 00 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Description Serial ATA Controller - AHCI
Location bus 3 (0x03), device 0 (0x00), function 0 (0x00)
Common header
Vendor ID 0x1B21 (ASMedia)
Model ID 0x0612
Revision ID 0x01
PI 0x01
SubClass 0x06
BaseClass 0x01
Cache Line 0x10
Latency 0x00
Header 0x00
PCI header
Address 0 (port) 0x0000D050
Address 1 (port) 0x0000D040
Address 2 (port) 0x0000D030
Address 3 (port) 0x0000D020
Address 4 (port) 0x0000D000
Address 5 (memory) 0xF7A00000
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x0612
Int. Line 0x00
Int. Pin 0x01
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x50
PCI capability
Caps class Power Management
Caps offset 0x78
Caps version 1.2
PCI capability
Caps class PCI Express
Caps offset 0x80
Device type Legacy PCI-E Endpoint Device
Port 1
Caps version 2.0
Link width 1x (max 1x)
Link speed 5.0 GT/s (max 5.0 GT/s)
PCI extended capability
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 21 1B 12 06 07 04 10 00 01 01 06 01 10 00 00 00
10 51 D0 00 00 41 D0 00 00 31 D0 00 00 21 D0 00 00
20 01 D0 00 00 00 00 A0 F7 00 00 00 00 49 18 12 06
30 00 00 00 00 50 00 00 00 00 00 00 00 00 01 00 00
40 00 00 00 00 60 61 11 02 00 00 00 00 00 00 00 00
50 05 78 01 00 0C F0 E0 FE 60 01 00 00 00 00 00 00
60 00 00 00 00 00 00 00 00 11 78 01 00 00 00 00 00
70 00 00 00 00 00 00 00 00 01 80 03 00 00 00 00 00
80 10 00 12 00 02 87 90 05 10 28 00 00 12 B8 00 01
90 40 00 12 10 00 00 00 00 00 00 00 00 00 00 00 00
A0 00 00 00 00 17 00 00 00 00 00 00 00 00 00 00 00
B0 02 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 23 01 33 01 63 00 00 00
F0 FF FF 00 00 10 00 00 00 00 00 00 00 00 00 00 00
100 02 00 01 00 00 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 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
140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Description Ethernet Controller
Location bus 4 (0x04), device 0 (0x00), function 0 (0x00)
Common header
Vendor ID 0x14E4
Model ID 0x16B1
Revision ID 0x10
PI 0x00
SubClass 0x00
BaseClass 0x02
Cache Line 0x10
Latency 0x00
Header 0x00
PCI header
Address 0 (memory) 0x00000000EA11000C
Address 2 (memory) 0x00000000EA10000C
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x96B1
Int. Line 0x00
Int. Pin 0x01
PCI capability
Caps class Power Management
Caps offset 0x48
Caps version 1.2
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x58
PCI capability
Caps class MSI-X
Caps offset 0xA0
PCI capability
Caps class PCI Express
Caps offset 0xAC
Device type PCI-E Endpoint Device
Port 0
Caps version 2.0
Link width 1x (max 1x)
Link speed 2.5 GT/s (max 2.5 GT/s)
PCI extended capability
Caps class Advanced Error Reporting
Caps offset 0x100
PCI extended capability
Caps class Device Serial Number
Caps offset 0x13C
Serial (EUI-64) BC5F-F447DD1F
PCI extended capability
Caps class Power Budgeting
Caps offset 0x150
PCI extended capability
Caps class Virtual Channel
Caps offset 0x160
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 E4 14 B1 16 06 04 10 00 10 00 00 02 10 00 00 00
10 0C 00 11 EA 00 00 00 00 0C 00 10 EA 00 00 00 00
20 00 00 00 00 00 00 00 00 00 00 00 00 49 18 B1 96
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 4F 01 58 03 C8 08 20 00 08
50 03 00 00 00 00 00 00 00 05 A0 86 00 00 00 00 00
60 00 00 00 00 00 00 00 00 98 02 00 F1 50 00 F8 01
70 90 10 00 00 00 00 00 00 2C 00 00 00 F0 0D 00 00
80 49 18 B1 96 00 00 00 00 00 00 00 00 89 00 00 00
90 00 00 00 00 85 01 00 00 00 00 00 00 0A 01 00 00
A0 11 AC 04 80 02 00 00 00 22 01 00 00 10 00 02 00
B0 80 8D 90 05 00 50 10 00 11 5C 07 00 40 01 11 10
C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
D0 1F 00 00 00 00 00 00 00 00 00 00 00 01 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 51 78 57
100 01 00 C1 13 00 00 00 00 00 00 00 00 30 20 06 00
110 00 20 00 00 00 20 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 03 00 01 15
140 1F DD 47 F4 5F BC 00 00 00 00 00 00 00 00 00 00
150 04 00 01 16 00 00 00 00 16 81 07 00 01 00 00 00
160 02 00 01 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 01 00 00 80 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
Description PCI to PCI Bridge
Location bus 5 (0x05), device 0 (0x00), function 0 (0x00)
Common header
Vendor ID 0x1B21 (ASMedia)
Model ID 0x1080
Revision ID 0x03
PI 0x01
SubClass 0x04
BaseClass 0x06
Cache Line 0x10
Latency 0x00
Header 0x01
PCI header
Primary bus 0x05
Secondary bus 0x06
Int. Line 0x0A
Int. Pin 0x01
PCI capability
Caps class Subsystem Vendor
Caps offset 0xC0
SubVendor ID 0x1849 (Asrock)
SubSystem ID 0x1080
PCI registers
00 01 02 03 04 05 06 07 08 09 0A 0B 0C 0D 0E 0F
00 21 1B 80 10 07 04 10 00 03 01 04 06 10 00 01 00
10 00 00 00 00 00 00 00 00 05 06 06 00 F1 01 20 20
20 F0 FF 00 00 F1 FF 01 00 00 00 00 00 00 00 00 00
30 00 00 00 00 C0 00 00 00 00 00 00 00 0A 01 00 00
40 60 70 00 00 00 07 00 00 00 00 00 00 A7 27 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 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 0D 00 00 00 49 18 80 10 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
Description USB Controller (xHCI)
Location bus 7 (0x07), device 0 (0x00), function 0 (0x00)
Common header
Vendor ID 0x1B21 (ASMedia)
Model ID 0x1042
Revision ID 0x00
PI 0x30
SubClass 0x03
BaseClass 0x0C
Cache Line 0x10
Latency 0x00
Header 0x00
PCI header
Address 0 (memory) 0x00000000F7800004
Subvendor ID 0x1849 (Asrock)
Subsystem ID 0x1042
Int. Line 0x00
Int. Pin 0x01
PCI capability
Caps class Message Signalled Interrupts
Caps offset 0x50
PCI capability
Caps class MSI-X
Caps offset 0x68
PCI capability
Caps class Power Management
Caps offset 0x78
Caps version 1.2
PCI capability
Caps class PCI Express
Caps offset 0x80
Device type Legacy PCI-E Endpoint Device
Port 1
Caps version 2.0
Link width 1x (max 1x)
Link speed 5.0 GT/s (max 5.0 GT/s)
PCI extended capability
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 21 1B 42 10 06 04 10 00 00 30 03 0C 10 00 00 00
10 04 00 80 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 49 18 42 10
30 00 00 00 00 50 00 00 00 00 00 00 00 00 01 00 00
40 00 00 00 00 60 61 11 02 00 00 00 00 00 00 00 00
50 05 68 86 00 00 00 00 00 00 00 00 00 00 00 00 00
60 30 20 00 00 00 00 00 00 11 78 07 80 00 20 00 00
70 80 20 00 00 00 00 00 00 01 80 43 C0 00 00 00 00
80 10 00 12 00 02 82 90 05 10 28 00 00 12 FC 03 01
90 40 00 12 10 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 02 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 42 10 00 00 00 00 00 00
100 02 00 01 00 00 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 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
140 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
150 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
170 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
180 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
190 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1A0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1B0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1C0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1D0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1E0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
1F0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
DMI
-------------------------------------------------------------------------
SMBIOS Version 2.7
DMI BIOS
vendor American Megatrends Inc.
version P1.30
date 04/18/2012
ROM size 8192 KB
DMI System Information
manufacturer To Be Filled By O.E.M.
product To Be Filled By O.E.M.
version To Be Filled By O.E.M.
serial To Be Filled By O.E.M.
UUID {03000200-0400-0500-0006-000700080009}
SKU To Be Filled By O.E.M.
family To Be Filled By O.E.M.
DMI Baseboard
vendor ASRock
model Z77 Extreme4
revision unknown
serial unknown
DMI System Enclosure
manufacturer To Be Filled By O.E.M.
chassis type Desktop
chassis serial To Be Filled By O.E.M.
DMI Extension Slot
designation PCI1
type PCI
width 32 bits
populated no
DMI Extension Slot
designation PCI2
type PCI
width 32 bits
populated no
DMI Extension Slot
designation PCIE1
type PCI Express
populated no
DMI Extension Slot
designation PCIE2
type PCI Express
populated yes
DMI Extension Slot
designation PCIE3
type PCI Express
populated no
DMI Extension Slot
designation PCIE4
type PCI Express
populated no
DMI OEM Strings
string[0] To Be Filled By O.E.M.
DMI Physical Memory Array
location Motherboard
usage System Memory
correction None
max capacity 32 GB
max# of devices 4
DMI Processor
manufacturer Intel(R) Corporation
model Intel(R) Core(TM) i5-2500 CPU @ 3.30GHz
clock speed 3300.0 MHz
FSB speed 100.0 MHz
multiplier 33.0x
max clock speed 3800.0 MHz
DMI Memory Device
designation ChannelA-DIMM0
format DIMM
type DDR3
total width 64 bits
data width 64 bits
size 4 GB
speed 1333 MHz
manufacturer 029E
part number CML8GX3M2A1600C9
serial number 00000000
DMI Memory Device
designation ChannelA-DIMM1
format DIMM
type unknown
manufacturer [Empty]
part number [Empty]
serial number [Empty]
DMI Memory Device
designation ChannelB-DIMM0
format DIMM
type DDR3
total width 64 bits
data width 64 bits
size 4 GB
speed 1333 MHz
manufacturer 029E
part number CML8GX3M2A1600C9
serial number 00000000
DMI Memory Device
designation ChannelB-DIMM1
format DIMM
type unknown
manufacturer [Empty]
part number [Empty]
serial number [Empty]
Storage
-------------------------------------------------------------------------
Drive 0/0/-1/-1
Device Path \\?\scsi#disk&ven_wdc&prod_wd1003fbyx-01y7b#5&1a0fb20c&0&000000#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
Name WDC WD1003FBYX-01Y7B1
Revision 01.01V02
Serial WD-WCAW33564449
Capacity 931.5 GB
Type Fixed
Bus Type SATA (11)
Rotation speed 7200 RPM
Features SMART
Controller Serial ATA Controller - AHCI at bus 3, device 0, function 0
Link Speed PCI-E 1x @ 5.0 GT/s
Volume d:\, 0.1 GBytes (64.0 percent available)
Volume f:\, 931.4 GBytes (75.2 percent available)
Drive 1/1/-1/-1
Device Path \\?\scsi#disk&ven_samsung&prod_ssd_840_pro_seri#5&1a0fb20c&0&010000#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
Name Samsung SSD 840 PRO Series
Revision DXM06B0Q
Serial S1ATNSAF100648Y
Capacity 238.5 GB
Type Fixed, SSD
Bus Type SATA (11)
Features SMART, TRIM
Controller Serial ATA Controller - AHCI at bus 3, device 0, function 0
Link Speed PCI-E 1x @ 5.0 GT/s
Volume e:\, 238.5 GBytes (99.9 percent available)
Drive 2/2/-1/-1
Device Path \\?\scsi#disk&ven_samsung&prod_ssd_870_evo_1tb#4&1a58a66f&0&000000#{53f56307-b6bf-11d0-94f2-00a0c91efb8b}
Name Samsung SSD 870 EVO 1TB
Revision SVT02B6Q
Serial S6PUNM0T105586L
Capacity 931.5 GB
Type Fixed, SSD
Bus Type SATA (11)
Features SMART, TRIM
Controller Serial ATA Controller - AHCI at bus 0, device 31, function 2
Volume c:\, 931.0 GBytes (62.6 percent available)
USB Devices
-------------------------------------------------------------------------
USB Device Generic USB Hub, class=0x09, subclass=0x00, vendor=0x8087, product=0x0024
USB Device Generic USB Hub, class=0x09, subclass=0x00, vendor=0x8087, product=0x0024
USB Device Generic USB Hub, class=0x09, subclass=0x00, vendor=0x2109, product=0x2817
USB Device USB-Eingabegerät, class=0x00, subclass=0x00, vendor=0x056D, product=0x405E
USB Device Generic USB Hub, class=0x09, subclass=0x00, vendor=0x2109, product=0x2817
USB Device Generic USB Hub, class=0x09, subclass=0x00, vendor=0x058F, product=0x6254
USB Device USB-Verbundgerät, class=0xEF, subclass=0x02, vendor=0x095D, product=0x9296
USB Device USB-Verbundgerät, class=0x00, subclass=0x00, vendor=0x046A, product=0x0023
USB Device USB-Eingabegerät, class=0x00, subclass=0x00, vendor=0x1A7C, product=0x0191
USB Device Generic USB Hub, class=0x09, subclass=0x00, vendor=0x2109, product=0x2817
USB Device USB-Eingabegerät, class=0x00, subclass=0x00, vendor=0x056D, product=0x405E
USB Device Generic USB Hub, class=0x09, subclass=0x00, vendor=0x2109, product=0x2817
USB Device USB-Verbundgerät, class=0x00, subclass=0x00, vendor=0x046D, product=0x0AAF
USB Device Realtek USB GbE Family Controller, class=0x00, subclass=0x00, vendor=0x0BDA, product=0x8153
USB Device Realtek USB GbE Family Controller, class=0x00, subclass=0x00, vendor=0x0BDA, product=0x8153
Graphics
-------------------------------------------------------------------------
Number of adapters 2
Graphic APIs
-------------------------------------------------------------------------
API D3D
API PDH
API NVIDIA I/O
API NVIDIA NVML
API NVIDIA NVAPI
pwrMask 0x0000007F
pwrTable [FF FC FA F5 F9 F6 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ]
API Intel I/O
Display Adapters
-------------------------------------------------------------------------
Display adapter 0
ID 0x4000000
Name Intel(R) HD Graphics
Board Manufacturer ASRock Inc.
Codename Sandy Bridge
Technology 32 nm
PCI device bus 0 (0x0), device 2 (0x2), function 0 (0x0)
Vendor ID 0x8086 (0x1849)
Model ID 0x0102 (0x0102)
Revision ID 0x9
Performance Level Current
Core clock 841.9 MHz
Driver version 9.17.10.4459
WDDM Model 1.2
Display adapter 1 (primary)
ID 0x1070104
Name NVIDIA GeForce GTX 770
Board Manufacturer Gainward
Revision A2
Codename GK104
Core family 0xE4 (GK104)
Power Limit 195.0 W (default)
Cores 1536
ROP Units 32
Technology 28 nm
Memory type GDDR5 (Elpida)
Memory size 4 GB
Memory bus width 256 bits
Current Link Width x16
Current Link Speed 2.5 GT/s
PCI device bus 1 (0x1), device 0 (0x0), function 0 (0x0)
Vendor ID 0x10DE (0x10B0)
Model ID 0x1184 (0x1184)
Revision ID 0xA1
Root device bus 0 (0x0), device 1 (0x1), function 0 (0x0)
Performance Level Base
Core clock 1045.5 MHz
Memory clock 3505.0 MHz
Performance Level Boost
Core clock 1084.5 MHz
Memory clock 3505.0 MHz
Performance Level Current
Core clock 135.0 MHz
Memory clock 324.0 MHz
Driver version 30.0.14.7464
WDDM Model 2.7
Win32_VideoController AdapterRAM = 0xFFF00000 (4293918720)
Win32_VideoController AdapterRAM = 0x83C00000 (2210398208)
Win32_VideoController DriverVersion = 30.0.14.7464
Win32_VideoController DriverVersion = 9.17.10.4459
Win32_VideoController DriverDate = 10/10/2023
Win32_VideoController DriverDate = 05/19/2016
Monitor 0
Model EV2495 ()
ID ENC3157
Serial 21932082
Manufacturing Date Week 33, Year 2022
Size 24.2 inches
Max Resolution 1920 x 1200 @ 59 Hz
Horizontal Freq. Range 31-76 kHz
Vertical Freq. Range 59-61 Hz
Max Pixel Clock 170 MHz
Gamma Factor 2.2
Video Input Display Port
Monitor 1
Model EV2495 ()
ID ENC3156
Serial 21911082
Manufacturing Date Week 33, Year 2022
Size 24.2 inches
Max Resolution 1920 x 1200 @ 59 Hz
Horizontal Freq. Range 31-76 kHz
Vertical Freq. Range 59-61 Hz
Max Pixel Clock 170 MHz
Gamma Factor 2.2
Video Input Display Port
AI Devices
-------------------------------------------------------------------------
NPU Devices
-------------------------------------------------------------------------
Software
-------------------------------------------------------------------------
Windows Version Microsoft Windows 10 Pro for Workstations (x64), Version 22H2, Build 19045.5247
Windows Installation Date 1/16/2021
DirectX Version 12.0
Register Spaces
-------------------------------------------------------------------------
Register space PCI
Register space PCI LibrePhotos/librephotos#178
Register space PCI Express, base address = 0x0F8000000
Register space SMBus, base address = 0x0F040
Register space LPC, base address = 0x0290
Register space LPC, base address = 0x02E
|
derneuere
changed the title
Get error with "docker-compose up"
Do not start LLM service on older CPUs
Dec 13, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi there,
when I follow the instructions described, I get the following error when starting the backend service via "docker-compose up":
"
...
backend | 22:09:03 [Q] INFO Processed 'api.services.check_services' (seventeen-coffee-jupiter-mexico)
backend | Fatal Python error: Illegal instruction
backend |
backend | Current thread 0x00007f56f8595080 (most recent call first):
backend | File "/usr/lib/python3.12/ctypes/init.py", line 379 in init
backend | File "/usr/local/lib/python3.12/dist-packages/llama_cpp/_ctypes_extensions.py", line 67 in load_shared_library
backend | File "/usr/local/lib/python3.12/dist-packages/llama_cpp/llama_cpp.py", line 38 in
backend | File "", line 488 in _call_with_frames_removed
backend | File "", line 995 in exec_module
backend | File "", line 935 in _load_unlocked
backend | File "", line 1331 in _find_and_load_unlocked
backend | File "", line 1360 in _find_and_load
backend | File "/usr/local/lib/python3.12/dist-packages/llama_cpp/init.py", line 1 in
backend | File "", line 488 in _call_with_frames_removed
backend | File "", line 995 in exec_module
backend | File "", line 935 in _load_unlocked
backend | File "", line 1331 in _find_and_load_unlocked
backend | File "", line 1360 in _find_and_load
backend | File "/code/service/llm/main.py", line 4 in
...
"
Has anyone an idea?
best regards
The text was updated successfully, but these errors were encountered: