Package: linux-image-3.16.0-4-amd64
Version: 3.16.7-ckt20-1+deb8u3

Seen on an ASUS B150M-C motherboard with BIOS version 0806 (the latest as of
this writing), booting in UEFI mode. The problem is hardware-dependent, I'm
not seeing it on my other jessie hosts with the same kernel. (None of the
others support UEFI, though.)

All attempts to read /sys/firmware/dmi/entries/1-0/raw (or indeed any other
/sys/firmware/dmi/entries/*/raw file; 1-0/raw is the one "/usr/bin/facter 
virtual"
tries to read in order to recognise Google Compute Engine instances)
FAIL with, e.g.,

$ od -t cx1 /sys/firmware/dmi/entries/1-0/raw
od: /sys/firmware/dmi/entries/1-0/raw: read error: Invalid argument
0000000

The attempt generates the following kernel log entries (when booting with 
debugpat):

[ 3967.651507] Overlap at 0xbfed6000-0xbfed8000
[ 3967.651516] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
write-back, req uncached-minus, ret write-back
[ 3967.651521] ioremap error for 0xbfed6000-0xbfed8000, requested 0x10, got 0x0
[ 3967.651528] free_memtype request [mem 0xbfed6000-0xbfed7fff]

/sys/kernel/debug/x86/pat_memtype_list confirms that the relevant range is WB:
write-back @ 0xbfed6000-0xbfed8000

Early during the boot, that address range is marked UC-:

[    0.612932] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.613332] free_memtype request [mem 0xbfed6000-0xbfed7fff]

but soon that changes to WB:

[    8.328236] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
write-back, req write-back, ret write-back
[    8.328580] Overlap at 0xbfed6000-0xbfed8000
[    8.328582] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
write-back, req write-back, ret write-back
[    8.328611] free_memtype request [mem 0xbfed6000-0xbfed7fff]

I'm attaching a full dmesg output (obtained after another reboot, so the
timings are slightly different).

dmidecode has no trouble reading the information (also attached).
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.0-4-amd64 (debian-kernel@lists.debian.org) 
(gcc version 4.8.4 (Debian 4.8.4-1) ) #1 SMP Debian 3.16.7-ckt20-1+deb8u3 
(2016-01-17)
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 
root=/dev/mapper/xxx--vg-root ro quiet debugpat
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000057fff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000058000-0x0000000000058fff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000059000-0x000000000009efff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009f000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000b5eaffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b5eb0000-0x00000000b5edcfff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000b5edd000-0x00000000b7a90fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b7a91000-0x00000000b7a91fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000b7a92000-0x00000000b7adbfff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b7adc000-0x00000000b7b82fff] usable
[    0.000000] BIOS-e820: [mem 0x00000000b7b83000-0x00000000b8203fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000b8204000-0x00000000bdadefff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bdadf000-0x00000000bf217fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bf218000-0x00000000bf224fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x00000000bf225000-0x00000000bf3dffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000bf3e0000-0x00000000bfa1cfff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x00000000bfa1d000-0x00000000bff94fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000bff95000-0x00000000bfffefff] type 20
[    0.000000] BIOS-e820: [mem 0x00000000bffff000-0x00000000bfffffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000c0000000-0x00000000c00fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fe000000-0x00000000fe010fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000103affffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.40 by American Megatrends
[    0.000000] efi:  ACPI=0xb5eb0000  ACPI 2.0=0xb5eb0000  SMBIOS=0xf05b0  
MPS=0xfc9c0 
[    0.000000] efi: mem00: type=3, attr=0xf, 
range=[0x0000000000000000-0x0000000000008000) (0MB)
[    0.000000] efi: mem01: type=7, attr=0xf, 
range=[0x0000000000008000-0x0000000000058000) (0MB)
[    0.000000] efi: mem02: type=0, attr=0xf, 
range=[0x0000000000058000-0x0000000000059000) (0MB)
[    0.000000] efi: mem03: type=7, attr=0xf, 
range=[0x0000000000059000-0x000000000005f000) (0MB)
[    0.000000] efi: mem04: type=4, attr=0xf, 
range=[0x000000000005f000-0x0000000000060000) (0MB)
[    0.000000] efi: mem05: type=3, attr=0xf, 
range=[0x0000000000060000-0x000000000009f000) (0MB)
[    0.000000] efi: mem06: type=0, attr=0xf, 
range=[0x000000000009f000-0x00000000000a0000) (0MB)
[    0.000000] efi: mem07: type=2, attr=0xf, 
range=[0x0000000000100000-0x0000000001018000) (15MB)
[    0.000000] efi: mem08: type=7, attr=0xf, 
range=[0x0000000001018000-0x0000000001200000) (1MB)
[    0.000000] efi: mem09: type=2, attr=0xf, 
range=[0x0000000001200000-0x0000000002118000) (15MB)
[    0.000000] efi: mem10: type=7, attr=0xf, 
range=[0x0000000002118000-0x00000000360b8000) (831MB)
[    0.000000] efi: mem11: type=2, attr=0xf, 
range=[0x00000000360b8000-0x0000000037054000) (15MB)
[    0.000000] efi: mem12: type=7, attr=0xf, 
range=[0x0000000037054000-0x000000006a9b7000) (825MB)
[    0.000000] efi: mem13: type=2, attr=0xf, 
range=[0x000000006a9b7000-0x000000009821b000) (728MB)
[    0.000000] efi: mem14: type=4, attr=0xf, 
range=[0x000000009821b000-0x000000009825b000) (0MB)
[    0.000000] efi: mem15: type=7, attr=0xf, 
range=[0x000000009825b000-0x00000000b5e8c000) (476MB)
[    0.000000] efi: mem16: type=1, attr=0xf, 
range=[0x00000000b5e8c000-0x00000000b5eb0000) (0MB)
[    0.000000] efi: mem17: type=9, attr=0xf, 
range=[0x00000000b5eb0000-0x00000000b5edd000) (0MB)
[    0.000000] efi: mem18: type=4, attr=0xf, 
range=[0x00000000b5edd000-0x00000000b7a91000) (27MB)
[    0.000000] efi: mem19: type=10, attr=0xf, 
range=[0x00000000b7a91000-0x00000000b7a92000) (0MB)
[    0.000000] efi: mem20: type=6, attr=0x800000000000000f, 
range=[0x00000000b7a92000-0x00000000b7adc000) (0MB)
[    0.000000] efi: mem21: type=4, attr=0xf, 
range=[0x00000000b7adc000-0x00000000b7b83000) (0MB)
[    0.000000] efi: mem22: type=6, attr=0x800000000000000f, 
range=[0x00000000b7b83000-0x00000000b8204000) (6MB)
[    0.000000] efi: mem23: type=4, attr=0xf, 
range=[0x00000000b8204000-0x00000000b820b000) (0MB)
[    0.000000] efi: mem24: type=7, attr=0xf, 
range=[0x00000000b820b000-0x00000000b8219000) (0MB)
[    0.000000] efi: mem25: type=2, attr=0xf, 
range=[0x00000000b8219000-0x00000000b821a000) (0MB)
[    0.000000] efi: mem26: type=4, attr=0xf, 
range=[0x00000000b821a000-0x00000000bce57000) (76MB)
[    0.000000] efi: mem27: type=7, attr=0xf, 
range=[0x00000000bce57000-0x00000000bd0d8000) (2MB)
[    0.000000] efi: mem28: type=3, attr=0xf, 
range=[0x00000000bd0d8000-0x00000000bdadf000) (10MB)
[    0.000000] efi: mem29: type=0, attr=0xf, 
range=[0x00000000bdadf000-0x00000000bf218000) (23MB)
[    0.000000] efi: mem30: type=9, attr=0xf, 
range=[0x00000000bf218000-0x00000000bf225000) (0MB)
[    0.000000] efi: mem31: type=7, attr=0xf, 
range=[0x00000000bf225000-0x00000000bf3d6000) (1MB)
[    0.000000] efi: mem32: type=2, attr=0xf, 
range=[0x00000000bf3d6000-0x00000000bf3e0000) (0MB)
[    0.000000] efi: mem33: type=10, attr=0xf, 
range=[0x00000000bf3e0000-0x00000000bfa1d000) (6MB)
[    0.000000] efi: mem34: type=6, attr=0x800000000000000f, 
range=[0x00000000bfa1d000-0x00000000bff95000) (5MB)
[    0.000000] efi: mem35: type=5, attr=0x800000000000000f, 
range=[0x00000000bff95000-0x00000000bffff000) (0MB)
[    0.000000] efi: mem36: type=4, attr=0xf, 
range=[0x00000000bffff000-0x00000000c0000000) (0MB)
[    0.000000] efi: mem37: type=7, attr=0xf, 
range=[0x0000000100000000-0x000000103b000000) (62384MB)
[    0.000000] efi: mem38: type=0, attr=0x0, 
range=[0x00000000c0000000-0x00000000c0100000) (1MB)
[    0.000000] efi: mem39: type=11, attr=0x8000000000000001, 
range=[0x00000000f8000000-0x00000000fc000000) (64MB)
[    0.000000] efi: mem40: type=11, attr=0x8000000000000001, 
range=[0x00000000fe000000-0x00000000fe011000) (0MB)
[    0.000000] efi: mem41: type=11, attr=0x8000000000000001, 
range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[    0.000000] efi: mem42: type=11, attr=0x8000000000000001, 
range=[0x00000000fee00000-0x00000000fee01000) (0MB)
[    0.000000] efi: mem43: type=11, attr=0x8000000000000001, 
range=[0x00000000ff000000-0x0000000100000000) (16MB)
[    0.000000] SMBIOS 3.0 present.
[    0.000000] DMI: System manufacturer System Product Name/B150M-C, BIOS 0806 
02/01/2016
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x103b000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 00E0000000 mask 7FE0000000 uncachable
[    0.000000]   1 base 00D0000000 mask 7FF0000000 uncachable
[    0.000000]   2 base 00C8000000 mask 7FF8000000 uncachable
[    0.000000]   3 base 00C4000000 mask 7FFC000000 uncachable
[    0.000000]   4 base 00C2000000 mask 7FFE000000 uncachable
[    0.000000]   5 base 00C1000000 mask 7FFF000000 uncachable
[    0.000000]   6 base 00C0800000 mask 7FFF800000 uncachable
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: last_pfn = 0xc0000 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fcc20-0x000fcc2f] mapped at 
[ffff8800000fcc20]
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x01cf4000, 0x01cf4fff] PGTABLE
[    0.000000] BRK [0x01cf5000, 0x01cf5fff] PGTABLE
[    0.000000] BRK [0x01cf6000, 0x01cf6fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x103ae00000-0x103affffff]
[    0.000000]  [mem 0x103ae00000-0x103affffff] page 2M
[    0.000000] BRK [0x01cf7000, 0x01cf7fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x1038000000-0x103adfffff]
[    0.000000]  [mem 0x1038000000-0x103adfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x1000000000-0x1037ffffff]
[    0.000000]  [mem 0x1000000000-0x1037ffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0xb5eaffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3fffffff] page 2M
[    0.000000]  [mem 0x40000000-0x7fffffff] page 1G
[    0.000000]  [mem 0x80000000-0xb5dfffff] page 2M
[    0.000000]  [mem 0xb5e00000-0xb5eaffff] page 4k
[    0.000000] init_memory_mapping: [mem 0xb5edd000-0xb7a90fff]
[    0.000000]  [mem 0xb5edd000-0xb5ffffff] page 4k
[    0.000000]  [mem 0xb6000000-0xb79fffff] page 2M
[    0.000000]  [mem 0xb7a00000-0xb7a90fff] page 4k
[    0.000000] BRK [0x01cf8000, 0x01cf8fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xb7adc000-0xb7b82fff]
[    0.000000]  [mem 0xb7adc000-0xb7b82fff] page 4k
[    0.000000] init_memory_mapping: [mem 0xb8204000-0xbdadefff]
[    0.000000]  [mem 0xb8204000-0xb83fffff] page 4k
[    0.000000]  [mem 0xb8400000-0xbd9fffff] page 2M
[    0.000000]  [mem 0xbda00000-0xbdadefff] page 4k
[    0.000000] BRK [0x01cf9000, 0x01cf9fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0xbf225000-0xbf3dffff]
[    0.000000]  [mem 0xbf225000-0xbf3dffff] page 4k
[    0.000000] init_memory_mapping: [mem 0xbffff000-0xbfffffff]
[    0.000000]  [mem 0xbffff000-0xbfffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0xfffffffff]
[    0.000000]  [mem 0x100000000-0xfffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x360b8000-0x37053fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000B5EB0000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x00000000B5EB00A8 0000C4 (v01 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x00000000B5ED1DD0 00010C (v05 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x00000000B5EB0200 021BCE (v02 ALASKA A M I    
01072009 INTL 20120913)
[    0.000000] ACPI: FACS 0x00000000BFA1CF80 000040
[    0.000000] ACPI: APIC 0x00000000B5ED1EE0 0000BC (v03 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x00000000B5ED1FA0 000044 (v01 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: FIDT 0x00000000B5ED1FE8 00009C (v01 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x00000000B5ED2088 00003C (v01 ALASKA A M I    
01072009 MSFT 00000097)
[    0.000000] ACPI: HPET 0x00000000B5ED20C8 000038 (v01 ALASKA A M I    
01072009 AMI. 0005000B)
[    0.000000] ACPI: SSDT 0x00000000B5ED2100 00036D (v01 SataRe SataTabl 
00001000 INTL 20120913)
[    0.000000] ACPI: LPIT 0x00000000B5ED2470 000094 (v01 INTEL  SKL      
00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x00000000B5ED2508 000248 (v02 INTEL  sensrhub 
00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000B5ED2750 002BAE (v02 INTEL  PtidDevc 
00001000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000B5ED5300 000CF3 (v02 INTEL  Ther_Rvp 
00001000 INTL 20120913)
[    0.000000] ACPI: DBGP 0x00000000B5ED5FF8 000034 (v01 INTEL           
00000000 MSFT 0000005F)
[    0.000000] ACPI: DBG2 0x00000000B5ED6030 000054 (v00 INTEL           
00000000 MSFT 0000005F)
[    0.000000] ACPI: SSDT 0x00000000B5ED6088 000705 (v02 INTEL  xh_rvp08 
00000000 INTL 20120913)
[    0.000000] ACPI: SSDT 0x00000000B5ED6790 0052EA (v02 SaSsdt SaSsdt   
00003000 INTL 20120913)
[    0.000000] ACPI: UEFI 0x00000000B5EDBA80 000042 (v01                 
00000000      00000000)
[    0.000000] ACPI: SSDT 0x00000000B5EDBAC8 000E58 (v02 CpuRef CpuSsdt  
00003000 INTL 20120913)
[    0.000000] ACPI: ASF! 0x00000000B5EDCA58 0000A5 (v32 INTEL   HCG     
00000001 TFSM 000F4240)
[    0.000000] ACPI: BGRT 0x00000000B5EDC978 000038 (v01 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: DMAR 0x00000000B5EDC9B0 0000A8 (v01 INTEL  SKL      
00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000103affffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x103affffff]
[    0.000000]   NODE_DATA [mem 0x103aff6000-0x103affafff]
[    0.000000]  [ffffea0000000000-ffffea0038dfffff] PMD -> 
[ffff880ffa600000-ffff8810325fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x103affffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00057fff]
[    0.000000]   node   0: [mem 0x00059000-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0xb5eaffff]
[    0.000000]   node   0: [mem 0xb5edd000-0xb7a90fff]
[    0.000000]   node   0: [mem 0xb7adc000-0xb7b82fff]
[    0.000000]   node   0: [mem 0xb8204000-0xbdadefff]
[    0.000000]   node   0: [mem 0xbf225000-0xbf3dffff]
[    0.000000]   node   0: [mem 0xbffff000-0xbfffffff]
[    0.000000]   node   0: [mem 0x100000000-0x103affffff]
[    0.000000] On node 0 totalpages: 16745791
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 26 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 10548 pages used for memmap
[    0.000000]   DMA32 zone: 771490 pages, LIFO batch:31
[    0.000000]   Normal zone: 218344 pages used for memmap
[    0.000000]   Normal zone: 15970304 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-119
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 136
[    0.000000] PM: Registered nosave memory: [mem 0x00058000-0x00058fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xb5eb0000-0xb5edcfff]
[    0.000000] PM: Registered nosave memory: [mem 0xb7a91000-0xb7a91fff]
[    0.000000] PM: Registered nosave memory: [mem 0xb7a92000-0xb7adbfff]
[    0.000000] PM: Registered nosave memory: [mem 0xb7b83000-0xb8203fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbdadf000-0xbf217fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf218000-0xbf224fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbf3e0000-0xbfa1cfff]
[    0.000000] PM: Registered nosave memory: [mem 0xbfa1d000-0xbff94fff]
[    0.000000] PM: Registered nosave memory: [mem 0xbff95000-0xbfffefff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0000000-0xc00fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xc0100000-0xf7ffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf8000000-0xfbffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfc000000-0xfdffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe000000-0xfe010fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfe011000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec01000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfee00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee01000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0xc0100000-0xf7ffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:8 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88103ac00000 s80896 r8192 
d21504 u262144
[    0.000000] pcpu-alloc: s80896 r8192 d21504 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 16516817
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.16.0-4-amd64 
root=/dev/mapper/xxx--vg-root ro quiet debugpat
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x1f, cntxt size 0x440
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 65853432K/66983164K available (5219K kernel code, 947K 
rwdata, 1836K rodata, 1204K init, 840K bss, 1129732K reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=8.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=8
[    0.000000] NR_IRQS:33024 nr_irqs:2048 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] reserve_memtype added [mem 0xfed00000-0xfed00fff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration failed
[    0.000000] tsc: Unable to calibrate against PIT
[    0.000000] tsc: using HPET reference calibration
[    0.000000] tsc: Detected 4006.214 MHz processor
[    0.000017] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 8012.42 BogoMIPS (lpj=16024856)
[    0.000018] pid_max: default: 32768 minimum: 301
[    0.000023] ACPI: Core revision 20140424
[    0.000037] reserve_memtype added [mem 0xb5eb0000-0xb5ed1fff], track 
write-back, req write-back, ret write-back
[    0.012717] reserve_memtype added [mem 0xb5ed2000-0xb5ed2fff], track 
write-back, req write-back, ret write-back
[    0.013863] Overlap at 0xb5ed2000-0xb5ed3000
[    0.013864] reserve_memtype added [mem 0xb5ed2000-0xb5ed5fff], track 
write-back, req write-back, ret write-back
[    0.014890] reserve_memtype added [mem 0xb5ed6000-0xb5ed6fff], track 
write-back, req write-back, ret write-back
[    0.014928] ACPI Error: [\_SB_.PCI0.XHC_.RHUB.HS11] Namespace lookup 
failure, AE_NOT_FOUND (20140424/dswload-210)
[    0.014931] ACPI Exception: AE_NOT_FOUND, During name lookup/catalog 
(20140424/psobject-224)
[    0.014934] Overlap at 0xb5ed6000-0xb5ed7000
[    0.014934] reserve_memtype added [mem 0xb5ed6000-0xb5edbfff], track 
write-back, req write-back, ret write-back
[    0.018957] Overlap at 0xb5ed6000-0xb5edc000
[    0.018958] reserve_memtype added [mem 0xb5edb000-0xb5edcfff], track 
write-back, req write-back, ret write-back
[    0.019771] ACPI: All ACPI Tables successfully acquired
[    0.020401] Security Framework initialized
[    0.020406] AppArmor: AppArmor disabled by boot time parameter
[    0.020407] Yama: disabled by default; enable with sysctl kernel.yama.*
[    0.022506] Dentry cache hash table entries: 8388608 (order: 14, 67108864 
bytes)
[    0.029619] Inode-cache hash table entries: 4194304 (order: 13, 33554432 
bytes)
[    0.032844] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.032879] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 
bytes)
[    0.033124] Initializing cgroup subsys memory
[    0.033126] Initializing cgroup subsys devices
[    0.033130] Initializing cgroup subsys freezer
[    0.033131] Initializing cgroup subsys net_cls
[    0.033133] Initializing cgroup subsys blkio
[    0.033135] Initializing cgroup subsys perf_event
[    0.033136] Initializing cgroup subsys net_prio
[    0.033159] CPU: Physical Processor ID: 0
[    0.033160] CPU: Processor Core ID: 0
[    0.033987] mce: CPU supports 10 MCE banks
[    0.033998] CPU0: Thermal monitoring enabled (TM1)
[    0.034004] process: using mwait in idle threads
[    0.034006] Last level iTLB entries: 4KB 64, 2MB 8, 4MB 8
Last level dTLB entries: 4KB 64, 2MB 0, 4MB 0, 1GB 4
tlb_flushall_shift: 6
[    0.034212] Freeing SMP alternatives memory: 20K (ffffffff81a1b000 - 
ffffffff81a20000)
[    0.036960] ftrace: allocating 21679 entries in 85 pages
[    0.041895] dmar: Host address width 39
[    0.041896] dmar: DRHD base: 0x000000fed90000 flags: 0x0
[    0.041899] reserve_memtype added [mem 0xfed90000-0xfed90fff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.041902] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap 
1c0000c40660462 ecap 7e3ff0505e
[    0.041903] dmar: DRHD base: 0x000000fed91000 flags: 0x1
[    0.041905] reserve_memtype added [mem 0xfed91000-0xfed91fff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.041907] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap d2008c40660462 
ecap f050da
[    0.041908] dmar: RMRR base: 0x000000bef92000 end: 0x000000befb1fff
[    0.041909] dmar: RMRR base: 0x000000c0800000 end: 0x000000c2ffffff
[    0.043107] IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
[    0.043107] HPET id 0 under DRHD base 0xfed91000
[    0.043108] Queued invalidation will be enabled to support x2apic and 
Intr-remapping.
[    0.043108] Your BIOS is broken and requested that x2apic be disabled.
This will slightly decrease performance.
Use 'intremap=no_x2apic_optout' to override BIOS request.
[    0.043197] Enabled IRQ remapping in xapic mode
[    0.043198] x2apic not enabled, IRQ remapping is in xapic mode
[    0.047197] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.086942] smpboot: CPU0: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz (fam: 
06, model: 5e, stepping: 03)
[    0.086948] TSC deadline timer enabled
[    0.086965] Performance Events: no PEBS fmt3+, generic architected perfmon, 
full-width counters, Intel PMU driver.
[    0.086969] ... version:                4
[    0.086969] ... bit width:              48
[    0.086969] ... generic registers:      4
[    0.086970] ... value mask:             0000ffffffffffff
[    0.086970] ... max period:             0000ffffffffffff
[    0.086971] ... fixed-purpose events:   3
[    0.086971] ... event mask:             000000070000000f
[    0.087760] x86: Booting SMP configuration:
[    0.087761] .... node  #0, CPUs:      #1
[    0.101750] NMI watchdog: enabled on all CPUs, permanently consumes one 
hw-PMU counter.
[    0.101802]  #2 #3 #4 #5 #6 #7
[    0.185837] x86: Booted up 1 node, 8 CPUs
[    0.185839] smpboot: Total of 8 processors activated (64099.42 BogoMIPS)
[    0.191551] devtmpfs: initialized
[    0.191589] memory block size : 128MB
[    0.195897] PM: Registering ACPI NVS region [mem 0xb7a91000-0xb7a91fff] 
(4096 bytes)
[    0.195898] PM: Registering ACPI NVS region [mem 0xbf3e0000-0xbfa1cfff] 
(6541312 bytes)
[    0.196382] pinctrl core: initialized pinctrl subsystem
[    0.196425] NET: Registered protocol family 16
[    0.196484] cpuidle: using governor ladder
[    0.196486] cpuidle: using governor menu
[    0.196510] ACPI FADT declares the system doesn't support PCIe ASPM, so 
disable it
[    0.196511] ACPI: bus type PCI registered
[    0.196512] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.196565] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 
0xf8000000-0xfbffffff] (base 0xf8000000)
[    0.196566] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
[    0.196569] reserve_memtype added [mem 0xf8000000-0xfbffffff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.196608] PCI: Using configuration type 1 for base access
[    0.207740] ACPI: Added _OSI(Module Device)
[    0.207741] ACPI: Added _OSI(Processor Device)
[    0.207742] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.207743] ACPI: Added _OSI(Processor Aggregator Device)
[    0.207746] reserve_memtype added [mem 0xbfa1c000-0xbfa1cfff], track 
write-back, req write-back, ret write-back
[    0.209753] reserve_memtype added [mem 0xbfa0a000-0xbfa0afff], track 
write-back, req write-back, ret write-back
[    0.209757] reserve_memtype added [mem 0xbfa07000-0xbfa07fff], track 
write-back, req write-back, ret write-back
[    0.209864] reserve_memtype added [mem 0xbfa1b000-0xbfa1bfff], track 
write-back, req write-back, ret write-back
[    0.223485] free_memtype request [mem 0xbfa1b000-0xbfa1bfff]
[    0.223502] reserve_memtype added [mem 0xbfa1b000-0xbfa1bfff], track 
write-back, req write-back, ret write-back
[    0.235499] free_memtype request [mem 0xbfa1b000-0xbfa1bfff]
[    0.235509] reserve_memtype added [mem 0xbfa1b000-0xbfa1bfff], track 
write-back, req write-back, ret write-back
[    0.235629] ACPI: Executed 24 blocks of module-level executable AML code
[    0.235691] reserve_memtype added [mem 0xb7a91000-0xb7a91fff], track 
write-back, req write-back, ret write-back
[    0.259556] free_memtype request [mem 0xb7a91000-0xb7a91fff]
[    0.259564] reserve_memtype added [mem 0xb7a91000-0xb7a91fff], track 
write-back, req write-back, ret write-back
[    0.263178] reserve_memtype added [mem 0xfdef2000-0xfdef2fff], track 
uncached-minus, req write-back, ret uncached-minus
[    0.271581] free_memtype request [mem 0xfdef2000-0xfdef2fff]
[    0.271854] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[    0.283621] free_memtype request [mem 0xb7a91000-0xb7a91fff]
[    0.283633] reserve_memtype added [mem 0xb7a91000-0xb7a91fff], track 
write-back, req write-back, ret write-back
[    0.284938] Overlap at 0xb5eb0000-0xb5ed2000
[    0.284939] reserve_memtype added [mem 0xb5ed1000-0xb5ed2fff], track 
write-back, req write-back, ret write-back
[    0.284945] Overlap at 0xb5ed2000-0xb5ed6000
[    0.284946] reserve_memtype added [mem 0xb5ed5000-0xb5ed6fff], track 
write-back, req write-back, ret write-back
[    0.299659] free_memtype request [mem 0xb7a91000-0xb7a91fff]
[    0.299675] reserve_memtype added [mem 0xb7a91000-0xb7a91fff], track 
write-back, req write-back, ret write-back
[    0.299791] reserve_memtype added [mem 0xbdf8b000-0xbdf8bfff], track 
write-back, req write-back, ret write-back
[    0.299801] ACPI: Dynamic OEM Table Load:
[    0.299804] ACPI: SSDT 0xFFFF881033BF7800 00037F (v02 PmRef  Cpu0Cst  
00003001 INTL 20120913)
[    0.300314] reserve_memtype added [mem 0xbdf8c000-0xbdf8cfff], track 
write-back, req write-back, ret write-back
[    0.300334] ACPI: Dynamic OEM Table Load:
[    0.300337] ACPI: SSDT 0xFFFF881033403800 0007AA (v02 PmRef  Cpu0Ist  
00003000 INTL 20120913)
[    0.312160] free_memtype request [mem 0xbdf8b000-0xbdf8bfff]
[    0.327712] free_memtype request [mem 0xbdf8c000-0xbdf8cfff]
[    0.328247] reserve_memtype added [mem 0xbdf8b000-0xbdf8bfff], track 
write-back, req write-back, ret write-back
[    0.328262] ACPI: Dynamic OEM Table Load:
[    0.328266] ACPI: SSDT 0xFFFF8810330A9800 0005AA (v02 PmRef  ApIst    
00003000 INTL 20120913)
[    0.343755] free_memtype request [mem 0xbdf8b000-0xbdf8bfff]
[    0.343877] reserve_memtype added [mem 0xbef8e000-0xbef8efff], track 
write-back, req write-back, ret write-back
[    0.343881] ACPI: Dynamic OEM Table Load:
[    0.343883] ACPI: SSDT 0xFFFF881033045000 000119 (v02 PmRef  ApCst    
00003000 INTL 20120913)
[    0.359801] free_memtype request [mem 0xbef8e000-0xbef8efff]
[    0.363018] ACPI: Interpreter enabled
[    0.363023] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S1_] (20140424/hwxface-580)
[    0.363027] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S2_] (20140424/hwxface-580)
[    0.363038] ACPI: (supports S0 S3 S4 S5)
[    0.363039] ACPI: Using IOAPIC for interrupt routing
[    0.363058] PCI: Using host bridge windows from ACPI; if necessary, use 
"pci=nocrs" and report a bug
[    0.364108] ACPI: Power Resource [PG00] (on)
[    0.364147] Overlap at 0xf8000000-0xfc000000
[    0.364148] reserve_memtype added [mem 0xf8000000-0xf8000fff], track 
uncached-minus, req write-back, ret uncached-minus
[    0.364172] Overlap at 0xf8000000-0xfc000000
[    0.364172] reserve_memtype added [mem 0xf8008000-0xf8008fff], track 
uncached-minus, req write-back, ret uncached-minus
[    0.364188] reserve_memtype added [mem 0x00000000-0x00000fff], track 
write-back, req write-back, ret write-back
[    0.364335] ACPI: Power Resource [PG01] (on)
[    0.364529] ACPI: Power Resource [PG02] (on)
[    0.366313] ACPI: Power Resource [WRST] (off)
[    0.366499] ACPI: Power Resource [WRST] (off)
[    0.366688] ACPI: Power Resource [WRST] (off)
[    0.366888] ACPI: Power Resource [WRST] (off)
[    0.367074] ACPI: Power Resource [WRST] (off)
[    0.367259] ACPI: Power Resource [WRST] (off)
[    0.367445] ACPI: Power Resource [WRST] (off)
[    0.367630] ACPI: Power Resource [WRST] (off)
[    0.367818] ACPI: Power Resource [WRST] (off)
[    0.368007] ACPI: Power Resource [WRST] (off)
[    0.368193] ACPI: Power Resource [WRST] (off)
[    0.368378] ACPI: Power Resource [WRST] (off)
[    0.368563] ACPI: Power Resource [WRST] (off)
[    0.368749] ACPI: Power Resource [WRST] (off)
[    0.368934] ACPI: Power Resource [WRST] (off)
[    0.369119] ACPI: Power Resource [WRST] (off)
[    0.369305] ACPI: Power Resource [WRST] (off)
[    0.369493] ACPI: Power Resource [WRST] (off)
[    0.369678] ACPI: Power Resource [WRST] (off)
[    0.369863] ACPI: Power Resource [WRST] (off)
[    0.373028] reserve_memtype added [mem 0xfdc43000-0xfdc43fff], track 
uncached-minus, req write-back, ret uncached-minus
[    0.373635] ACPI: Power Resource [FN00] (off)
[    0.373675] ACPI: Power Resource [FN01] (off)
[    0.373715] ACPI: Power Resource [FN02] (off)
[    0.373754] ACPI: Power Resource [FN03] (off)
[    0.373792] ACPI: Power Resource [FN04] (off)
[    0.374491] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
[    0.374494] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM 
Segments MSI]
[    0.374513] \_SB_.PCI0:_OSC invalid UUID
[    0.374513] _OSC request data:1 1f 0 
[    0.374515] acpi PNP0A08:00: _OSC failed (AE_ERROR); disabling ASPM
[    0.375057] PCI host bridge to bus 0000:00
[    0.375059] pci_bus 0000:00: root bus resource [bus 00-3e]
[    0.375060] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.375060] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.375061] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.375062] pci_bus 0000:00: root bus resource [mem 0xc5000000-0xf7ffffff]
[    0.375063] pci_bus 0000:00: root bus resource [mem 0xfd000000-0xfe7fffff]
[    0.375067] pci 0000:00:00.0: [8086:191f] type 00 class 0x060000
[    0.375228] pci 0000:00:02.0: [8086:1912] type 00 class 0x030000
[    0.375239] pci 0000:00:02.0: reg 0x10: [mem 0xf6000000-0xf6ffffff 64bit]
[    0.375243] pci 0000:00:02.0: reg 0x18: [mem 0xe0000000-0xefffffff 64bit 
pref]
[    0.375245] pci 0000:00:02.0: reg 0x20: [io  0xf000-0xf03f]
[    0.375368] pci 0000:00:14.0: [8086:a12f] type 00 class 0x0c0330
[    0.375384] pci 0000:00:14.0: reg 0x10: [mem 0xf7110000-0xf711ffff 64bit]
[    0.375435] pci 0000:00:14.0: PME# supported from D3hot D3cold
[    0.375478] pci 0000:00:14.0: System wakeup disabled by ACPI
[    0.375525] pci 0000:00:16.0: [8086:a13a] type 00 class 0x078000
[    0.375543] pci 0000:00:16.0: reg 0x10: [mem 0xf712d000-0xf712dfff 64bit]
[    0.375588] pci 0000:00:16.0: PME# supported from D3hot
[    0.375669] pci 0000:00:17.0: [8086:a102] type 00 class 0x010601
[    0.375681] pci 0000:00:17.0: reg 0x10: [mem 0xf7128000-0xf7129fff]
[    0.375687] pci 0000:00:17.0: reg 0x14: [mem 0xf712c000-0xf712c0ff]
[    0.375692] pci 0000:00:17.0: reg 0x18: [io  0xf090-0xf097]
[    0.375698] pci 0000:00:17.0: reg 0x1c: [io  0xf080-0xf083]
[    0.375703] pci 0000:00:17.0: reg 0x20: [io  0xf060-0xf07f]
[    0.375708] pci 0000:00:17.0: reg 0x24: [mem 0xf712b000-0xf712b7ff]
[    0.375739] pci 0000:00:17.0: PME# supported from D3hot
[    0.375809] pci 0000:00:1c.0: [8086:a114] type 01 class 0x060400
[    0.375859] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    0.375899] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    0.375943] pci 0000:00:1d.0: [8086:a118] type 01 class 0x060400
[    0.375985] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    0.376025] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    0.376044] pci 0000:00:1d.1: [8086:a119] type 01 class 0x060400
[    0.376088] pci 0000:00:1d.1: PME# supported from D0 D3hot D3cold
[    0.376127] pci 0000:00:1d.1: System wakeup disabled by ACPI
[    0.376146] pci 0000:00:1d.2: [8086:a11a] type 01 class 0x060400
[    0.376190] pci 0000:00:1d.2: PME# supported from D0 D3hot D3cold
[    0.376230] pci 0000:00:1d.2: System wakeup disabled by ACPI
[    0.376268] pci 0000:00:1f.0: [8086:a148] type 00 class 0x060100
[    0.376406] pci 0000:00:1f.2: [8086:a121] type 00 class 0x058000
[    0.376413] pci 0000:00:1f.2: reg 0x10: [mem 0xf7124000-0xf7127fff]
[    0.376499] pci 0000:00:1f.3: [8086:a170] type 00 class 0x040300
[    0.376520] pci 0000:00:1f.3: reg 0x10: [mem 0xf7120000-0xf7123fff 64bit]
[    0.376547] pci 0000:00:1f.3: reg 0x20: [mem 0xf7100000-0xf710ffff 64bit]
[    0.376588] pci 0000:00:1f.3: PME# supported from D3hot D3cold
[    0.376634] pci 0000:00:1f.3: System wakeup disabled by ACPI
[    0.376661] pci 0000:00:1f.4: [8086:a123] type 00 class 0x0c0500
[    0.376707] pci 0000:00:1f.4: reg 0x10: [mem 0xf712a000-0xf712a0ff 64bit]
[    0.376776] pci 0000:00:1f.4: reg 0x20: [io  0xf040-0xf05f]
[    0.376940] acpiphp: Slot [1] registered
[    0.376943] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.376988] acpiphp: Slot [1-1] registered
[    0.376990] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.377044] pci 0000:03:00.0: [10ec:8168] type 00 class 0x020000
[    0.377058] pci 0000:03:00.0: reg 0x10: [io  0xe000-0xe0ff]
[    0.377080] pci 0000:03:00.0: reg 0x18: [mem 0xf7000000-0xf7000fff 64bit]
[    0.377094] pci 0000:03:00.0: reg 0x20: [mem 0xf0000000-0xf0003fff 64bit 
pref]
[    0.377168] pci 0000:03:00.0: supports D1 D2
[    0.377168] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.377196] pci 0000:03:00.0: System wakeup disabled by ACPI
[    0.387856] pci 0000:00:1d.1: PCI bridge to [bus 03]
[    0.387862] pci 0000:00:1d.1:   bridge window [io  0xe000-0xefff]
[    0.387869] pci 0000:00:1d.1:   bridge window [mem 0xf7000000-0xf70fffff]
[    0.387877] pci 0000:00:1d.1:   bridge window [mem 0xf0000000-0xf00fffff 
64bit pref]
[    0.387967] pci 0000:04:00.0: [1b21:1080] type 01 class 0x060400
[    0.388080] pci 0000:04:00.0: supports D1 D2
[    0.388080] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.388107] pci 0000:04:00.0: System wakeup disabled by ACPI
[    0.399876] pci 0000:00:1d.2: PCI bridge to [bus 04-05]
[    0.400031] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.401239] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
[    0.401271] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *10 11 12 14 15)
[    0.401303] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 10 11 12 14 *15)
[    0.401334] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.401365] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.401396] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.401427] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.401457] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 10 11 12 14 15) *0
[    0.401674] ACPI: Enabled 5 GPEs in block 00 to 7F
[    0.401724] vgaarb: setting as boot device: PCI:0000:00:02.0
[    0.401725] vgaarb: device added: 
PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.401726] vgaarb: loaded
[    0.401727] vgaarb: bridge control possible 0000:00:02.0
[    0.401777] PCI: Using ACPI for IRQ routing
[    0.408235] PCI: pci_cache_line_size set to 64 bytes
[    0.408271] e820: reserve RAM buffer [mem 0x00058000-0x0005ffff]
[    0.408272] e820: reserve RAM buffer [mem 0x0009f000-0x0009ffff]
[    0.408273] e820: reserve RAM buffer [mem 0xb5eb0000-0xb7ffffff]
[    0.408274] e820: reserve RAM buffer [mem 0xb7a91000-0xb7ffffff]
[    0.408275] e820: reserve RAM buffer [mem 0xb7b83000-0xb7ffffff]
[    0.408275] e820: reserve RAM buffer [mem 0xbdadf000-0xbfffffff]
[    0.408276] e820: reserve RAM buffer [mem 0xbf3e0000-0xbfffffff]
[    0.408277] e820: reserve RAM buffer [mem 0x103b000000-0x103bffffff]
[    0.408380] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    0.408382] hpet0: 8 comparators, 64-bit 24.000000 MHz counter
[    0.410427] Switched to clocksource hpet
[    0.413485] pnp: PnP ACPI init
[    0.413490] ACPI: bus type PNP registered
[    0.413587] system 00:00: [io  0x0290-0x029f] has been reserved
[    0.413588] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.413873] pnp 00:01: [dma 0 disabled]
[    0.413952] pnp 00:01: Plug and Play ACPI device, IDs PNP0400 (active)
[    0.414165] pnp 00:02: [dma 0 disabled]
[    0.414189] pnp 00:02: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.414401] pnp 00:03: [dma 0 disabled]
[    0.414425] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 (active)
[    0.414536] system 00:04: [io  0x0680-0x069f] has been reserved
[    0.414538] system 00:04: [io  0xffff] has been reserved
[    0.414538] system 00:04: [io  0xffff] has been reserved
[    0.414539] system 00:04: [io  0xffff] has been reserved
[    0.414540] system 00:04: [io  0x1800-0x18fe] could not be reserved
[    0.414541] system 00:04: [io  0x164e-0x164f] has been reserved
[    0.414542] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.414584] system 00:05: [io  0x0800-0x087f] has been reserved
[    0.414585] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.414603] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.414623] system 00:07: [io  0x1854-0x1857] has been reserved
[    0.414624] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 
(active)
[    0.414736] system 00:08: [mem 0xfed10000-0xfed17fff] has been reserved
[    0.414737] system 00:08: [mem 0xfed18000-0xfed18fff] has been reserved
[    0.414738] system 00:08: [mem 0xfed19000-0xfed19fff] has been reserved
[    0.414739] system 00:08: [mem 0xf8000000-0xfbffffff] has been reserved
[    0.414740] system 00:08: [mem 0xfed20000-0xfed3ffff] has been reserved
[    0.414741] system 00:08: [mem 0xfed90000-0xfed93fff] could not be reserved
[    0.414742] system 00:08: [mem 0xfed45000-0xfed8ffff] has been reserved
[    0.414743] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[    0.414744] system 00:08: [mem 0xfee00000-0xfeefffff] could not be reserved
[    0.414745] system 00:08: [mem 0xf7fc0000-0xf7fdffff] has been reserved
[    0.414745] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.414768] system 00:09: [mem 0xfd000000-0xfdabffff] has been reserved
[    0.414769] system 00:09: [mem 0xfdad0000-0xfdadffff] has been reserved
[    0.414770] system 00:09: [mem 0xfdb00000-0xfdffffff] has been reserved
[    0.414771] system 00:09: [mem 0xfe000000-0xfe01ffff] could not be reserved
[    0.414772] system 00:09: [mem 0xfe036000-0xfe03bfff] has been reserved
[    0.414773] system 00:09: [mem 0xfe03d000-0xfe3fffff] has been reserved
[    0.414774] system 00:09: [mem 0xfe410000-0xfe7fffff] has been reserved
[    0.414775] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.414908] system 00:0a: [io  0xfe00-0xfefe] has been reserved
[    0.414909] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.415431] system 00:0b: [mem 0xfdaf0000-0xfdafffff] has been reserved
[    0.415432] system 00:0b: [mem 0xfdae0000-0xfdaeffff] has been reserved
[    0.415433] system 00:0b: [mem 0xfdac0000-0xfdacffff] has been reserved
[    0.415434] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.415847] pnp: PnP ACPI: found 12 devices
[    0.415848] ACPI: bus type PNP unregistered
[    0.423723] pci 0000:00:1c.0: bridge window [io  0x1000-0x0fff] to [bus 01] 
add_size 1000
[    0.423725] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff 64bit 
pref] to [bus 01] add_size 200000
[    0.423726] pci 0000:00:1c.0: bridge window [mem 0x00100000-0x000fffff] to 
[bus 01] add_size 200000
[    0.423730] pci 0000:00:1d.0: bridge window [io  0x1000-0x0fff] to [bus 02] 
add_size 1000
[    0.423731] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff 64bit 
pref] to [bus 02] add_size 200000
[    0.423732] pci 0000:00:1d.0: bridge window [mem 0x00100000-0x000fffff] to 
[bus 02] add_size 200000
[    0.423750] pci 0000:00:1c.0: res[14]=[mem 0x00100000-0x000fffff] 
get_res_add_size add_size 200000
[    0.423751] pci 0000:00:1c.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] 
get_res_add_size add_size 200000
[    0.423752] pci 0000:00:1d.0: res[14]=[mem 0x00100000-0x000fffff] 
get_res_add_size add_size 200000
[    0.423752] pci 0000:00:1d.0: res[15]=[mem 0x00100000-0x000fffff 64bit pref] 
get_res_add_size add_size 200000
[    0.423753] pci 0000:00:1c.0: res[13]=[io  0x1000-0x0fff] get_res_add_size 
add_size 1000
[    0.423754] pci 0000:00:1d.0: res[13]=[io  0x1000-0x0fff] get_res_add_size 
add_size 1000
[    0.423756] pci 0000:00:1c.0: BAR 14: assigned [mem 0xc5000000-0xc51fffff]
[    0.423758] pci 0000:00:1c.0: BAR 15: assigned [mem 0xc5200000-0xc53fffff 
64bit pref]
[    0.423759] pci 0000:00:1d.0: BAR 14: assigned [mem 0xc5400000-0xc55fffff]
[    0.423761] pci 0000:00:1d.0: BAR 15: assigned [mem 0xc5600000-0xc57fffff 
64bit pref]
[    0.423762] pci 0000:00:1c.0: BAR 13: assigned [io  0x2000-0x2fff]
[    0.423763] pci 0000:00:1d.0: BAR 13: assigned [io  0x3000-0x3fff]
[    0.423764] pci 0000:00:1c.0: PCI bridge to [bus 01]
[    0.423767] pci 0000:00:1c.0:   bridge window [io  0x2000-0x2fff]
[    0.423770] pci 0000:00:1c.0:   bridge window [mem 0xc5000000-0xc51fffff]
[    0.423772] pci 0000:00:1c.0:   bridge window [mem 0xc5200000-0xc53fffff 
64bit pref]
[    0.423775] pci 0000:00:1d.0: PCI bridge to [bus 02]
[    0.423776] pci 0000:00:1d.0:   bridge window [io  0x3000-0x3fff]
[    0.423778] pci 0000:00:1d.0:   bridge window [mem 0xc5400000-0xc55fffff]
[    0.423780] pci 0000:00:1d.0:   bridge window [mem 0xc5600000-0xc57fffff 
64bit pref]
[    0.423783] pci 0000:00:1d.1: PCI bridge to [bus 03]
[    0.423784] pci 0000:00:1d.1:   bridge window [io  0xe000-0xefff]
[    0.423786] pci 0000:00:1d.1:   bridge window [mem 0xf7000000-0xf70fffff]
[    0.423788] pci 0000:00:1d.1:   bridge window [mem 0xf0000000-0xf00fffff 
64bit pref]
[    0.423791] pci 0000:04:00.0: PCI bridge to [bus 05]
[    0.423804] pci 0000:00:1d.2: PCI bridge to [bus 04-05]
[    0.423810] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    0.423811] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    0.423812] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    0.423812] pci_bus 0000:00: resource 7 [mem 0xc5000000-0xf7ffffff]
[    0.423813] pci_bus 0000:00: resource 8 [mem 0xfd000000-0xfe7fffff]
[    0.423814] pci_bus 0000:01: resource 0 [io  0x2000-0x2fff]
[    0.423814] pci_bus 0000:01: resource 1 [mem 0xc5000000-0xc51fffff]
[    0.423815] pci_bus 0000:01: resource 2 [mem 0xc5200000-0xc53fffff 64bit 
pref]
[    0.423816] pci_bus 0000:02: resource 0 [io  0x3000-0x3fff]
[    0.423817] pci_bus 0000:02: resource 1 [mem 0xc5400000-0xc55fffff]
[    0.423817] pci_bus 0000:02: resource 2 [mem 0xc5600000-0xc57fffff 64bit 
pref]
[    0.423818] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.423819] pci_bus 0000:03: resource 1 [mem 0xf7000000-0xf70fffff]
[    0.423819] pci_bus 0000:03: resource 2 [mem 0xf0000000-0xf00fffff 64bit 
pref]
[    0.424199] NET: Registered protocol family 2
[    0.424866] TCP established hash table entries: 524288 (order: 10, 4194304 
bytes)
[    0.425238] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.425323] TCP: Hash tables configured (established 524288 bind 65536)
[    0.425330] TCP: reno registered
[    0.425362] UDP hash table entries: 32768 (order: 8, 1048576 bytes)
[    0.425474] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes)
[    0.425726] NET: Registered protocol family 1
[    0.425735] pci 0000:00:02.0: Video device with shadowed ROM
[    0.425799] reserve_memtype added [mem 0xf7110000-0xf711ffff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.426168] free_memtype request [mem 0xf7110000-0xf711ffff]
[    0.426229] PCI: CLS 0 bytes, default 64
[    0.426253] Unpacking initramfs...
[    0.590298] Freeing initrd memory: 15984K (ffff8800360b8000 - 
ffff880037054000)
[    0.590679] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.590681] software IO TLB [mem 0xb1eb0000-0xb5eb0000] (64MB) mapped at 
[ffff8800b1eb0000-ffff8800b5eaffff]
[    0.591049] microcode: CPU0 sig=0x506e3, pf=0x2, revision=0x74
[    0.591051] microcode: CPU1 sig=0x506e3, pf=0x2, revision=0x74
[    0.591058] microcode: CPU2 sig=0x506e3, pf=0x2, revision=0x74
[    0.591068] microcode: CPU3 sig=0x506e3, pf=0x2, revision=0x74
[    0.591077] microcode: CPU4 sig=0x506e3, pf=0x2, revision=0x74
[    0.591087] microcode: CPU5 sig=0x506e3, pf=0x2, revision=0x74
[    0.591099] microcode: CPU6 sig=0x506e3, pf=0x2, revision=0x74
[    0.591108] microcode: CPU7 sig=0x506e3, pf=0x2, revision=0x74
[    0.591166] microcode: Microcode Update Driver: v2.00 
<tig...@aivazian.fsnet.co.uk>, Peter Oruba
[    0.591196] reserve_memtype added [mem 0xe0000000-0xe02fffff], track 
write-combining, req write-combining, ret write-combining
[    0.591204] simple-framebuffer simple-framebuffer.0: framebuffer at 
0xe0000000, 0x300000 bytes, mapped to 0xffffc9000aa00000
[    0.591205] simple-framebuffer simple-framebuffer.0: format=a8r8g8b8, 
mode=1024x768x32, linelength=4096
[    0.592148] Console: switching to colour frame buffer device 128x48
[    0.593006] simple-framebuffer simple-framebuffer.0: fb0: simplefb 
registered!
[    0.593256] futex hash table entries: 2048 (order: 5, 131072 bytes)
[    0.593339] audit: initializing netlink subsys (disabled)
[    0.593347] audit: type=2000 audit(1457015867.592:1): initialized
[    0.593593] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.593604] zbud: loaded
[    0.594285] VFS: Disk quotas dquot_6.5.2
[    0.594332] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.594417] msgmni has been set to 32768
[    0.595212] alg: No test for stdrng (krng)
[    0.595283] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
252)
[    0.595505] io scheduler noop registered
[    0.595506] io scheduler deadline registered
[    0.595645] io scheduler cfq registered (default)
[    0.596035] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.596042] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.596055] intel_idle: does not run on family 6 model 94
[    0.596081] GHES: HEST is not enabled!
[    0.596161] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    0.616719] 00:02: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 
16550A
[    0.637338] 00:03: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 
16550A
[    0.637711] Overlap at 0xfed00000-0xfed01000
[    0.637712] reserve_memtype added [mem 0xfed00000-0xfed00fff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.637715] free_memtype request [mem 0xfed00000-0xfed00fff]
[    0.637727] Linux agpgart interface v0.103
[    0.637790] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    0.640627] serio: i8042 KBD port at 0x60,0x64 irq 1
[    0.640629] serio: i8042 AUX port at 0x60,0x64 irq 12
[    0.640794] mousedev: PS/2 mouse device common for all mice
[    0.640828] rtc_cmos 00:06: RTC can wake from S4
[    0.641204] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[    0.641284] rtc_cmos 00:06: alarms up to one month, y3k, 242 bytes nvram, 
hpet irqs
[    0.641292] ledtrig-cpu: registered to indicate activity on CPUs
[    0.641297] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.641698] free_memtype request [mem 0xbfed6000-0xbfed7fff]
[    0.641711] AMD IOMMUv2 driver by Joerg Roedel <joerg.roe...@amd.com>
[    0.641712] AMD IOMMUv2 functionality not available on this system
[    0.641753] TCP: cubic registered
[    0.642180] NET: Registered protocol family 10
[    0.642615] mip6: Mobile IPv6
[    0.642616] NET: Registered protocol family 17
[    0.642620] mpls_gso: MPLS GSO support
[    0.643060] registered taskstats version 1
[    0.644055] rtc_cmos 00:06: setting system clock to 2016-03-03 14:37:48 UTC 
(1457015868)
[    0.644105] PM: Hibernation image not present or could not be loaded.
[    0.644611] Freeing unused kernel memory: 1204K (ffffffff818ee000 - 
ffffffff81a1b000)
[    0.644612] Write protecting the kernel read-only data: 8192k
[    0.645044] Freeing unused kernel memory: 912K (ffff88000171c000 - 
ffff880001800000)
[    0.645322] Freeing unused kernel memory: 212K (ffff8800019cb000 - 
ffff880001a00000)
[    0.650090] systemd-udevd[90]: starting version 215
[    0.650228] random: systemd-udevd urandom read with 1 bits of entropy 
available
[    0.658563] hidraw: raw HID events driver (C) Jiri Kosina
[    0.670728] ACPI: Fan [FAN0] (off)
[    0.670747] ACPI: Fan [FAN1] (off)
[    0.670765] ACPI: Fan [FAN2] (off)
[    0.670779] ACPI: Fan [FAN3] (off)
[    0.670804] ACPI: Fan [FAN4] (off)
[    0.671537] thermal LNXTHERM:00: registered as thermal_zone0
[    0.671538] ACPI: Thermal Zone [TZ00] (28 C)
[    0.671693] thermal LNXTHERM:01: registered as thermal_zone1
[    0.671733] ACPI: Thermal Zone [TZ01] (30 C)
[    0.672853] SCSI subsystem initialized
[    0.673413] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[    0.673417] r8169 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM 
control
[    0.673562] reserve_memtype added [mem 0xf7000000-0xf7000fff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.673834] r8169 0000:03:00.0: irq 138 for MSI/MSI-X
[    0.673886] ACPI: bus type USB registered
[    0.673918] usbcore: registered new interface driver usbfs
[    0.673944] usbcore: registered new interface driver hub
[    0.673971] r8169 0000:03:00.0 eth0: RTL8168f/8111f at 0xffffc9000627a000, 
2c:56:dc:4a:74:3e, XID 08000800 IRQ 138
[    0.673972] r8169 0000:03:00.0 eth0: jumbo features [frames: 9200 bytes, tx 
checksumming: ko]
[    0.674133] usbcore: registered new device driver usb
[    0.674786] libata version 3.00 loaded.
[    0.676023] reserve_memtype added [mem 0xf7110000-0xf711ffff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.676067] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.676071] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus 
number 1
[    0.676432] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
[    0.676483] xhci_hcd 0000:00:14.0: irq 139 for MSI/MSI-X
[    0.676633] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.676634] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.676635] usb usb1: Product: xHCI Host Controller
[    0.676636] usb usb1: Manufacturer: Linux 3.16.0-4-amd64 xhci_hcd
[    0.676637] usb usb1: SerialNumber: 0000:00:14.0
[    0.676835] hub 1-0:1.0: USB hub found
[    0.676878] hub 1-0:1.0: 12 ports detected
[    0.677576] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.677579] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS01._PLD] (Node ffff88103a0b3a40), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.678255] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.678257] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS02._PLD] (Node ffff88103a0b39f0), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.678861] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.678864] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS03._PLD] (Node ffff88103a0b69a0), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.679665] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.679668] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS04._PLD] (Node ffff88103a0b6950), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.680429] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.680439] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS05._PLD] (Node ffff88103a0b6900), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.681180] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.681182] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS06._PLD] (Node ffff88103a0b68b0), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.681924] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.681933] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS07._PLD] (Node ffff88103a0b6860), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.682679] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.682684] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS08._PLD] (Node ffff88103a0b6810), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.683536] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.683545] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS09._PLD] (Node ffff88103a0b67c0), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.684283] ACPI Error: No object attached to node [UHSD] ffff88103a0b3a90 
(20140424/exresnte-128)
[    0.684285] ACPI Error: Method parse/execution failed 
[\_SB_.PCI0.XHC_.RHUB.HS10._PLD] (Node ffff88103a0b6770), AE_AML_NO_OPERAND 
(20140424/psparse-536)
[    0.686029] xhci_hcd 0000:00:14.0: xHCI Host Controller
[    0.686050] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus 
number 2
[    0.686107] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[    0.686109] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.686110] usb usb2: Product: xHCI Host Controller
[    0.686111] usb usb2: Manufacturer: Linux 3.16.0-4-amd64 xhci_hcd
[    0.686112] usb usb2: SerialNumber: 0000:00:14.0
[    0.686268] hub 2-0:1.0: USB hub found
[    0.686316] hub 2-0:1.0: 6 ports detected
[    0.691200] ahci 0000:00:17.0: version 3.0
[    0.691345] reserve_memtype added [mem 0xf712b000-0xf712bfff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    0.691419] ahci 0000:00:17.0: irq 140 for MSI/MSI-X
[    0.691551] ahci 0000:00:17.0: AHCI 0001.0301 32 slots 6 ports 6 Gbps 0x3f 
impl SATA mode
[    0.691552] ahci 0000:00:17.0: flags: 64bit ncq sntf led clo only pio slum 
part ems deso sadm sds apst 
[    0.731760] scsi0 : ahci
[    0.732161] scsi1 : ahci
[    0.732427] scsi2 : ahci
[    0.732685] scsi3 : ahci
[    0.732946] scsi4 : ahci
[    0.733207] scsi5 : ahci
[    0.733230] ata1: SATA max UDMA/133 abar m2048@0xf712b000 port 0xf712b100 
irq 140
[    0.733234] ata2: SATA max UDMA/133 abar m2048@0xf712b000 port 0xf712b180 
irq 140
[    0.733239] ata3: SATA max UDMA/133 abar m2048@0xf712b000 port 0xf712b200 
irq 140
[    0.733243] ata4: SATA max UDMA/133 abar m2048@0xf712b000 port 0xf712b280 
irq 140
[    0.733248] ata5: SATA max UDMA/133 abar m2048@0xf712b000 port 0xf712b300 
irq 140
[    0.733252] ata6: SATA max UDMA/133 abar m2048@0xf712b000 port 0xf712b380 
irq 140
[    0.995629] usb 1-5: new low-speed USB device number 2 using xhci_hcd
[    1.051892] ata6: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.051917] ata4: SATA link down (SStatus 4 SControl 300)
[    1.051951] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.051974] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.051990] ata3: SATA link down (SStatus 4 SControl 300)
[    1.052033] ata5: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.053471] ata2.00: supports DRM functions and may not be fully accessible
[    1.053509] ata1.00: supports DRM functions and may not be fully accessible
[    1.053716] ata2.00: disabling queued TRIM support
[    1.053717] ata2.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT02B6Q, max UDMA/133
[    1.053718] ata2.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.053777] ata1.00: disabling queued TRIM support
[    1.053778] ata1.00: ATA-9: Samsung SSD 850 EVO 250GB, EMT02B6Q, max UDMA/133
[    1.053779] ata1.00: 488397168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.053791] ata6.00: supports DRM functions and may not be fully accessible
[    1.053914] ata5.00: supports DRM functions and may not be fully accessible
[    1.053937] ata6.00: disabling queued TRIM support
[    1.053938] ata6.00: ATA-9: Samsung SSD 850 EVO 1TB, EMT02B6Q, max UDMA/133
[    1.053938] ata6.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.054065] ata5.00: disabling queued TRIM support
[    1.054066] ata5.00: ATA-9: Samsung SSD 850 EVO 1TB, EMT02B6Q, max UDMA/133
[    1.054067] ata5.00: 1953525168 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    1.054196] ata2.00: supports DRM functions and may not be fully accessible
[    1.054312] ata1.00: supports DRM functions and may not be fully accessible
[    1.054334] ata6.00: supports DRM functions and may not be fully accessible
[    1.054408] ata2.00: disabling queued TRIM support
[    1.054472] ata5.00: supports DRM functions and may not be fully accessible
[    1.054494] ata6.00: disabling queued TRIM support
[    1.054574] ata2.00: configured for UDMA/133
[    1.054600] ata6.00: configured for UDMA/133
[    1.054685] ata1.00: disabling queued TRIM support
[    1.054690] ata5.00: disabling queued TRIM support
[    1.054757] ata5.00: configured for UDMA/133
[    1.054809] ata1.00: configured for UDMA/133
[    1.054932] scsi 0:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q 
PQ: 0 ANSI: 5
[    1.055447] scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q 
PQ: 0 ANSI: 5
[    1.059874] scsi 4:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q 
PQ: 0 ANSI: 5
[    1.060052] scsi 5:0:0:0: Direct-Access     ATA      Samsung SSD 850  2B6Q 
PQ: 0 ANSI: 5
[    1.063722] sd 0:0:0:0: [sda] 488397168 512-byte logical blocks: (250 GB/232 
GiB)
[    1.063944] sd 0:0:0:0: [sda] Write Protect is off
[    1.063945] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.063950] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.063980] sd 4:0:0:0: [sdc] 1953525168 512-byte logical blocks: (1.00 
TB/931 GiB)
[    1.064011] sd 5:0:0:0: [sdd] 1953525168 512-byte logical blocks: (1.00 
TB/931 GiB)
[    1.064039] sd 4:0:0:0: [sdc] Write Protect is off
[    1.064040] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.064045] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.064067] sd 1:0:0:0: [sdb] 488397168 512-byte logical blocks: (250 GB/232 
GiB)
[    1.064534] sd 5:0:0:0: [sdd] Write Protect is off
[    1.064535] sd 5:0:0:0: [sdd] Mode Sense: 00 3a 00 00
[    1.064570]  sdc: unknown partition table
[    1.064666] sd 4:0:0:0: [sdc] Attached SCSI disk
[    1.064764] sd 5:0:0:0: [sdd] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.064949] sd 1:0:0:0: [sdb] Write Protect is off
[    1.064950] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.065134] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.066220]  sdd: unknown partition table
[    1.066278]  sda: sda1 sda2
[    1.066610] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.067029] sd 5:0:0:0: [sdd] Attached SCSI disk
[    1.067436]  sdb: sdb1 sdb2
[    1.068013] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.068738] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    1.068826] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    1.068943] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    1.069038] sd 5:0:0:0: Attached scsi generic sg3 type 0
[    1.071379] random: nonblocking pool is initialized
[    1.087513] md: md0 stopped.
[    1.088486] md: bind<sdb1>
[    1.088652] md: bind<sda1>
[    1.089539] md: raid1 personality registered for level 1
[    1.090367] md/raid1:md0: active with 2 out of 2 mirrors
[    1.090471] created bitmap (1 pages) for device md0
[    1.090561] md0: bitmap initialized from disk: read 1 pages, set 0 of 3 bits
[    1.091316] md0: detected capacity change from 0 to 199163904
[    1.091504]  md0:
[    1.093826] md: md1 stopped.
[    1.095274] md: bind<sdb2>
[    1.095464] md: bind<sda2>
[    1.096542] md/raid1:md1: active with 2 out of 2 mirrors
[    1.096675] created bitmap (2 pages) for device md1
[    1.096830] md1: bitmap initialized from disk: read 1 pages, set 0 of 3722 
bits
[    1.097587] md1: detected capacity change from 0 to 249724796928
[    1.098121]  md1: unknown partition table
[    1.103123] device-mapper: uevent: version 1.0.3
[    1.103358] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: 
dm-de...@redhat.com
[    1.126700] usb 1-5: New USB device found, idVendor=0461, idProduct=4d20
[    1.126702] usb 1-5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    1.126703] usb 1-5: Product: USB Optical Mouse
[    1.126798] usb 1-5: ep 0x81 - rounding interval to 64 microframes, ep desc 
says 80 microframes
[    1.129267] usbcore: registered new interface driver usbhid
[    1.129268] usbhid: USB HID core driver
[    1.129936] input: USB Optical Mouse as 
/devices/pci0000:00/0000:00:14.0/usb1/1-5/1-5:1.0/0003:0461:4D20.0001/input/input2
[    1.130099] hid-generic 0003:0461:4D20.0001: input,hidraw0: USB HID v1.11 
Mouse [USB Optical Mouse] on usb-0000:00:14.0-5/input0
[    1.140550] PM: Starting manual resume from disk
[    1.140553] PM: Hibernation image partition 253:1 present
[    1.140553] PM: Looking for hibernation image.
[    1.140697] PM: Image not found (code -22)
[    1.140698] PM: Hibernation image not present or could not be loaded.
[    1.167427] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: 
(null)
[    1.244242] usb 1-6: new low-speed USB device number 3 using xhci_hcd
[    1.262114] lp: driver loaded but no devices found
[    1.263239] ppdev: user-space parallel port driver
[    1.263986] parport_pc 00:01: reported by Plug and Play ACPI
[    1.264043] parport0: PC-style at 0x378, irq 5 [PCSPP]
[    1.274982] systemd-udevd[266]: starting version 215
[    1.312808] Monitor-Mwait will be used to enter C-1 state
[    1.312812] Monitor-Mwait will be used to enter C-2 state
[    1.312814] Monitor-Mwait will be used to enter C-3 state
[    1.312831] ACPI: acpi_idle registered with cpuidle
[    1.312995] input: Sleep Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input3
[    1.312997] ACPI: Sleep Button [SLPB]
[    1.313019] input: Power Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[    1.313021] ACPI: Power Button [PWRB]
[    1.313042] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    1.313070] ACPI: Power Button [PWRF]
[    1.318127] wmi: Mapper loaded
[    1.329490] EXT4-fs (dm-0): re-mounted. Opts: errors=remount-ro
[    1.337766] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.341650] EFI Variables Facility v0.08 2004-May-17
[    1.343808] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    1.353744] AVX2 version of gcm_enc/dec engaged.
[    1.355116] pstore: Registered efi as persistent store backend
[    1.355678] reserve_memtype added [mem 0xf7120000-0xf7123fff], track 
uncached-minus, req uncached-minus, ret uncached-minus
[    1.355748] snd_hda_intel 0000:00:1f.3: irq 141 for MSI/MSI-X
[    1.358090] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    1.360809] lp0: using parport0 (interrupt-driven).
[    1.362559] alg: No test for crc32 (crc32-pclmul)
[    1.363586] fuse init (API version 7.23)
[    1.408009] asus_wmi: ASUS WMI generic driver loaded
[    1.410527] asus_wmi: Initialization: 0x0
[    1.410561] asus_wmi: BIOS WMI version: 0.9
[    1.410639] asus_wmi: SFUN value: 0x0
[    1.410831] input: Eee PC WMI hotkeys as 
/devices/platform/eeepc-wmi/input/input8
[    1.411846] asus_wmi: Disabling ACPI video driver
[    1.427858] Adding 67108860k swap on /dev/mapper/xxx--vg-swap.  Priority:-1 
extents:1 across:67108860k FS
[    1.437177] usb 1-6: New USB device found, idVendor=03f0, idProduct=0024
[    1.437178] usb 1-6: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    1.437179] usb 1-6: Product: HP Basic USB Keyboard
[    1.437180] usb 1-6: Manufacturer: CHICONY
[    1.437312] usb 1-6: ep 0x81 - rounding interval to 64 microframes, ep desc 
says 80 microframes
[    1.442076] input: CHICONY HP Basic USB Keyboard as 
/devices/pci0000:00/0000:00:14.0/usb1/1-6/1-6:1.0/0003:03F0:0024.0002/input/input9
[    1.442333] hid-generic 0003:03F0:0024.0002: input,hidraw1: USB HID v1.10 
Keyboard [CHICONY HP Basic USB Keyboard] on usb-0000:00:14.0-6/input0
[    1.452066] FAT-fs (md0): utf8 is not a recommended IO charset for FAT 
filesystems, filesystem will be case sensitive!
[    1.523129] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: 
(null)
[    1.531132] EXT4-fs (dm-4): mounted filesystem with ordered data mode. Opts: 
(null)
[    1.532244] EXT4-fs (dm-5): mounted filesystem with ordered data mode. Opts: 
(null)
[    1.532656] EXT4-fs (dm-3): mounted filesystem with ordered data mode. Opts: 
(null)
[    1.557277] systemd-journald[258]: Received request to flush runtime journal 
from PID 1
[    1.588916] tsc: Refined TSC clocksource calibration: 4008.012 MHz
[    1.589999] r8169 0000:03:00.0: firmware: direct-loading firmware 
rtl_nic/rtl8168f-1.fw
[    1.699926] r8169 0000:03:00.0 eth0: link down
[    1.699984] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[    1.699987] r8169 0000:03:00.0 eth0: link down
[    2.591244] Switched to clocksource tsc
[    4.390433] snd_hda_intel 0000:00:1f.3: azx_get_response timeout, switching 
to polling mode: last cmd=0x200f0001
[    4.398453] sound hdaudioC0D0: autoconfig: line_outs=1 
(0x14/0x0/0x0/0x0/0x0) type:line
[    4.398461] sound hdaudioC0D0:    speaker_outs=1 (0x1a/0x0/0x0/0x0/0x0)
[    4.398465] sound hdaudioC0D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    4.398469] sound hdaudioC0D0:    mono: mono_out=0x0
[    4.398472] sound hdaudioC0D0:    inputs:
[    4.398476] sound hdaudioC0D0:      Rear Mic=0x18
[    4.398480] sound hdaudioC0D0:      Front Mic=0x19
[    4.398483] sound hdaudioC0D0:      Line=0x15
[    4.413750] input: HDA Intel PCH Rear Mic as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input10
[    4.413894] input: HDA Intel PCH Front Mic as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input11
[    4.414038] input: HDA Intel PCH Line as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input12
[    4.414166] input: HDA Intel PCH Line Out as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input13
[    4.414349] input: HDA Intel PCH Front Headphone as 
/devices/pci0000:00/0000:00:1f.3/sound/card0/input14
[    5.152445] r8169 0000:03:00.0 eth0: link up
[    5.152459] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[    9.672307] RPC: Registered named UNIX socket transport module.
[    9.672310] RPC: Registered udp transport module.
[    9.672311] RPC: Registered tcp transport module.
[    9.672311] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    9.674430] FS-Cache: Loaded
[    9.678299] FS-Cache: Netfs 'nfs' registered for caching
[    9.682396] Installing knfsd (copyright (C) 1996 o...@monad.swb.de).
[    9.709747] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
write-back, req write-back, ret write-back
[    9.709937] Overlap at 0xbfed6000-0xbfed8000
[    9.709939] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
write-back, req write-back, ret write-back
[    9.709970] free_memtype request [mem 0xbfed6000-0xbfed7fff]
[    9.819178] [drm] Initialized drm 1.1.0 20060810
[    9.827128] Overlap at 0xe0000000-0xe0300000
[    9.827131] reserve_memtype added [mem 0xe0000000-0xe02fffff], track 
write-combining, req uncached-minus, ret write-combining
[    9.885532] Overlap at 0xe0000000-0xe0300000
[    9.885535] reserve_memtype added [mem 0xe0000000-0xe02fffff], track 
write-combining, req write-combining, ret write-combining
[    9.885851] free_memtype request [mem 0xe0000000-0xe02fffff]
[   10.044499] ip_tables: (C) 2000-2006 Netfilter Core Team
[   21.464070] Overlap at 0xbfed6000-0xbfed8000
[   21.464072] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
write-back, req uncached-minus, ret write-back
[   21.464073] ioremap error for 0xbfed6000-0xbfed8000, requested 0x10, got 0x0
[   21.464075] free_memtype request [mem 0xbfed6000-0xbfed7fff]
[   21.468172] Overlap at 0xbfed6000-0xbfed8000
[   21.468174] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
write-back, req write-back, ret write-back
[   21.468176] free_memtype request [mem 0xbfed6000-0xbfed7fff]
[   21.484451] Overlap at 0xbfed6000-0xbfed8000
[   21.484453] reserve_memtype added [mem 0xbfed6000-0xbfed7fff], track 
write-back, req write-back, ret write-back
[   21.484455] free_memtype request [mem 0xbfed6000-0xbfed7fff]
# dmidecode 2.12
# SMBIOS entry point at 0x000f05b0
SMBIOS 3.0 present.
# SMBIOS implementations newer than version 2.8 are not
# fully supported by this version of dmidecode.
94 structures occupying 4489 bytes.
Table at 0xBFED6000.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
        Vendor: American Megatrends Inc.
        Version: 0806
        Release Date: 02/01/2016
        Address: 0xF0000
        Runtime Size: 64 kB
        ROM Size: 16384 kB
        Characteristics:
                PCI is supported
                APM is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                Boot from CD is supported
                Selectable boot is supported
                BIOS ROM is socketed
                EDD is supported
                5.25"/1.2 MB floppy services are supported (int 13h)
                3.5"/720 kB floppy services are supported (int 13h)
                3.5"/2.88 MB floppy services are supported (int 13h)
                Print screen service is supported (int 5h)
                8042 keyboard services are supported (int 9h)
                Serial services are supported (int 14h)
                Printer services are supported (int 17h)
                ACPI is supported
                USB legacy is supported
                BIOS boot specification is supported
                Targeted content distribution is supported
                UEFI is supported
        BIOS Revision: 5.11

Handle 0x0001, DMI type 1, 27 bytes
System Information
        Manufacturer: System manufacturer
        Product Name: System Product Name
        Version: System Version
        Serial Number: System Serial Number
        UUID: CA23ECE0-72BA-11E3-923B-2C56DC4A743E
        Wake-up Type: Power Switch
        SKU Number: SKU
        Family: To be filled by O.E.M.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
        Manufacturer: ASUSTeK COMPUTER INC.
        Product Name: B150M-C
        Version: Rev X.0x
        Serial Number: 151056827902055
        Asset Tag: Default string
        Features:
                Board is a hosting board
                Board is replaceable
        Location In Chassis: Default string
        Chassis Handle: 0x0003
        Type: Motherboard
        Contained Object Handles: 0

Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
        Manufacturer: Default string
        Type: Desktop
        Lock: Not Present
        Version: Default string
        Serial Number: Default string
        Asset Tag: Default string
        Boot-up State: Safe
        Power Supply State: Safe
        Thermal State: Safe
        Security Status: None
        OEM Information: 0x00000000
        Height: Unspecified
        Number Of Power Cords: 1
        Contained Elements: 0
        SKU Number: Default string

Handle 0x0004, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: PS/2 Mouse
        Internal Connector Type: None
        External Reference Designator: PS/2 Mouse
        External Connector Type: PS/2
        Port Type: Mouse Port

Handle 0x0005, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: PS/2 Keyboard
        Internal Connector Type: None
        External Reference Designator: PS/2 Keyboard
        External Connector Type: PS/2
        Port Type: Keyboard Port

Handle 0x0006, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: USB3_34
        Internal Connector Type: None
        External Reference Designator: USB3_34
        External Connector Type: Access Bus (USB)
        Port Type: USB

Handle 0x0007, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: USB3_56
        Internal Connector Type: None
        External Reference Designator: USB3_56
        External Connector Type: Access Bus (USB)
        Port Type: USB

Handle 0x0008, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: LAN_USB56
        Internal Connector Type: None
        External Reference Designator: LAN_USB56
        External Connector Type: RJ-45
        Port Type: Network Port

Handle 0x0009, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: HDMI
        Internal Connector Type: None
        External Reference Designator: HDMI port
        External Connector Type: Other
        Port Type: Other

Handle 0x000A, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: DP
        Internal Connector Type: None
        External Reference Designator: DP port
        External Connector Type: Other
        Port Type: Other

Handle 0x000B, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: DVI
        Internal Connector Type: None
        External Reference Designator: DVI port
        External Connector Type: Other
        Port Type: Other

Handle 0x000C, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: VGA
        Internal Connector Type: None
        External Reference Designator: VGA port
        External Connector Type: None
        Port Type: Other

Handle 0x000D, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: AUDIO
        Internal Connector Type: None
        External Reference Designator: AUDIO
        External Connector Type: Other
        Port Type: Audio Port

Handle 0x000E, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: SATA6G_1
        Internal Connector Type: SAS/SATA Plug Receptacle
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: SATA

Handle 0x000F, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: SATA6G_2
        Internal Connector Type: SAS/SATA Plug Receptacle
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: SATA

Handle 0x0010, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: SATA6G_3
        Internal Connector Type: SAS/SATA Plug Receptacle
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: SATA

Handle 0x0011, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: SATA6G_4
        Internal Connector Type: SAS/SATA Plug Receptacle
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: SATA

Handle 0x0012, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: SATA6G_5
        Internal Connector Type: SAS/SATA Plug Receptacle
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: SATA

Handle 0x0013, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: SATA6G_6
        Internal Connector Type: SAS/SATA Plug Receptacle
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: SATA

Handle 0x0014, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: USB_78
        Internal Connector Type: Access Bus (USB)
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: USB

Handle 0x0015, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: USB_910
        Internal Connector Type: Access Bus (USB)
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: USB

Handle 0x0016, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: USB3_12
        Internal Connector Type: Access Bus (USB)
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: USB

Handle 0x0017, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: CPU_FAN
        Internal Connector Type: Other
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other

Handle 0x0018, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: CHA_FAN1
        Internal Connector Type: Other
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other

Handle 0x0019, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: CHA_FAN2
        Internal Connector Type: Other
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other

Handle 0x001A, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: COM1
        Internal Connector Type: DB-9 male
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Serial Port 16550A Compatible

Handle 0x001B, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: COM2
        Internal Connector Type: DB-9 male
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Serial Port 16550A Compatible

Handle 0x001C, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: AAFP
        Internal Connector Type: Mini Jack (headphones)
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Audio Port

Handle 0x001D, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: PANEL
        Internal Connector Type: Other
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other

Handle 0x001E, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: LPT
        Internal Connector Type: Other
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other

Handle 0x001F, DMI type 8, 9 bytes
Port Connector Information
        Internal Reference Designator: CHASSIS
        Internal Connector Type: Other
        External Reference Designator: Not Specified
        External Connector Type: None
        Port Type: Other

Handle 0x0020, DMI type 9, 17 bytes
System Slot Information
        Designation: PCIEX16_1
        Type: x16 PCI Express
        Current Usage: Available
        Length: Long
        ID: 0
        Characteristics:
                3.3 V is provided
                Opening is shared
                PME signal is supported
        Bus Address: 0000:ff:01.0

Handle 0x0021, DMI type 9, 17 bytes
System Slot Information
        Designation: PCIEX16_2
        Type: x16 PCI Express
        Current Usage: Available
        Length: Long
        ID: 1
        Characteristics:
                3.3 V is provided
                Opening is shared
                PME signal is supported
        Bus Address: 0000:01:1c.3

Handle 0x0022, DMI type 9, 17 bytes
System Slot Information
        Designation: PCIEX1_1
        Type: x1 PCI Express
        Current Usage: Available
        Length: Short
        ID: 2
        Characteristics:
                3.3 V is provided
                Opening is shared
                PME signal is supported
        Bus Address: 0000:02:1c.4

Handle 0x0023, DMI type 9, 17 bytes
System Slot Information
        Designation: PCI1
        Type: 32-bit PCI
        Current Usage: Available
        Length: Short
        ID: 4
        Characteristics:
                3.3 V is provided
                Opening is shared
                PME signal is supported
        Bus Address: 0000:05:1c.6

Handle 0x0024, DMI type 10, 8 bytes
On Board Device 1 Information
        Type: Video
        Status: Enabled
        Description: To Be Filled By O.E.M.
On Board Device 2 Information
        Type: Ethernet
        Status: Enabled
        Description: To Be Filled By O.E.M.

Handle 0x0025, DMI type 11, 5 bytes
OEM Strings
        String 1: Default string
        String 2: Default string
        String 3: BAR
        String 4: Default string
        String 5: FFFFFFFFFFFFF
        String 6: FFFFFFFFFFFFF
        String 7: FFFFFFFFFFFFF
        String 8: Default string

Handle 0x0026, DMI type 12, 5 bytes
System Configuration Options
        Option 1: SMI:00B29C05
        Option 2: DSN:                               .
        Option 3: DSN:                               .
        Option 4: DSN:                               .

Handle 0x0027, DMI type 32, 20 bytes
System Boot Information
        Status: No errors detected

Handle 0x0028, DMI type 34, 11 bytes
Management Device
        Description: Nuvoton NCT6791D
        Type: Other
        Address: 0x00000295
        Address Type: I/O Port

Handle 0x0029, DMI type 26, 22 bytes
Voltage Probe
        Description: LM78A
        Location: <OUT OF SPEC>
        Status: <OUT OF SPEC>
        Maximum Value: Unknown
        Minimum Value: Unknown
        Resolution: Unknown
        Tolerance: Unknown
        Accuracy: Unknown
        OEM-specific Information: 0x00000000
        Nominal Value: Unknown

Handle 0x002A, DMI type 36, 16 bytes
Management Device Threshold Data
        Lower Non-critical Threshold: 1
        Upper Non-critical Threshold: 2
        Lower Critical Threshold: 3
        Upper Critical Threshold: 4
        Lower Non-recoverable Threshold: 5
        Upper Non-recoverable Threshold: 6

Handle 0x002B, DMI type 35, 11 bytes
Management Device Component
        Description: Default string
        Management Device Handle: 0x0028
        Component Handle: 0x0028
        Threshold Handle: 0x0029

Handle 0x002C, DMI type 28, 22 bytes
Temperature Probe
        Description: LM78A
        Location: <OUT OF SPEC>
        Status: <OUT OF SPEC>
        Maximum Value: Unknown
        Minimum Value: Unknown
        Resolution: Unknown
        Tolerance: Unknown
        Accuracy: Unknown
        OEM-specific Information: 0x00000000
        Nominal Value: Unknown

Handle 0x002D, DMI type 36, 16 bytes
Management Device Threshold Data
        Lower Non-critical Threshold: 1
        Upper Non-critical Threshold: 2
        Lower Critical Threshold: 3
        Upper Critical Threshold: 4
        Lower Non-recoverable Threshold: 5
        Upper Non-recoverable Threshold: 6

Handle 0x002E, DMI type 35, 11 bytes
Management Device Component
        Description: Default string
        Management Device Handle: 0x0028
        Component Handle: 0x002B
        Threshold Handle: 0x002C

Handle 0x002F, DMI type 27, 15 bytes
Cooling Device
        Temperature Probe Handle: 0x002C
        Type: <OUT OF SPEC>
        Status: <OUT OF SPEC>
        Cooling Unit Group: 1
        OEM-specific Information: 0x00000000
        Nominal Speed: Unknown Or Non-rotating
        Description: Cooling Dev 1

Handle 0x0030, DMI type 36, 16 bytes
Management Device Threshold Data
        Lower Non-critical Threshold: 1
        Upper Non-critical Threshold: 2
        Lower Critical Threshold: 3
        Upper Critical Threshold: 4
        Lower Non-recoverable Threshold: 5
        Upper Non-recoverable Threshold: 6

Handle 0x0031, DMI type 35, 11 bytes
Management Device Component
        Description: Default string
        Management Device Handle: 0x0028
        Component Handle: 0x002E
        Threshold Handle: 0x002F

Handle 0x0032, DMI type 27, 15 bytes
Cooling Device
        Temperature Probe Handle: 0x002C
        Type: <OUT OF SPEC>
        Status: <OUT OF SPEC>
        Cooling Unit Group: 1
        OEM-specific Information: 0x00000000
        Nominal Speed: Unknown Or Non-rotating
        Description: Not Specified

Handle 0x0033, DMI type 36, 16 bytes
Management Device Threshold Data
        Lower Non-critical Threshold: 1
        Upper Non-critical Threshold: 2
        Lower Critical Threshold: 3
        Upper Critical Threshold: 4
        Lower Non-recoverable Threshold: 5
        Upper Non-recoverable Threshold: 6

Handle 0x0034, DMI type 35, 11 bytes
Management Device Component
        Description: Default string
        Management Device Handle: 0x0028
        Component Handle: 0x0031
        Threshold Handle: 0x0032

Handle 0x0035, DMI type 29, 22 bytes
Electrical Current Probe
        Description: ABC
        Location: <OUT OF SPEC>
        Status: <OUT OF SPEC>
        Maximum Value: Unknown
        Minimum Value: Unknown
        Resolution: Unknown
        Tolerance: Unknown
        Accuracy: Unknown
        OEM-specific Information: 0x00000000
        Nominal Value: Unknown

Handle 0x0036, DMI type 36, 16 bytes
Management Device Threshold Data

Handle 0x0037, DMI type 35, 11 bytes
Management Device Component
        Description: Default string
        Management Device Handle: 0x0028
        Component Handle: 0x0034
        Threshold Handle: 0x0032

Handle 0x0038, DMI type 26, 22 bytes
Voltage Probe
        Description: LM78A
        Location: Power Unit
        Status: OK
        Maximum Value: Unknown
        Minimum Value: Unknown
        Resolution: Unknown
        Tolerance: Unknown
        Accuracy: Unknown
        OEM-specific Information: 0x00000000
        Nominal Value: Unknown

Handle 0x0039, DMI type 28, 22 bytes
Temperature Probe
        Description: LM78A
        Location: Power Unit
        Status: OK
        Maximum Value: Unknown
        Minimum Value: Unknown
        Resolution: Unknown
        Tolerance: Unknown
        Accuracy: Unknown
        OEM-specific Information: 0x00000000
        Nominal Value: Unknown

Handle 0x003A, DMI type 27, 15 bytes
Cooling Device
        Temperature Probe Handle: 0x0039
        Type: Power Supply Fan
        Status: OK
        Cooling Unit Group: 1
        OEM-specific Information: 0x00000000
        Nominal Speed: Unknown Or Non-rotating
        Description: Cooling Dev 1

Handle 0x003B, DMI type 29, 22 bytes
Electrical Current Probe
        Description: ABC
        Location: Power Unit
        Status: OK
        Maximum Value: Unknown
        Minimum Value: Unknown
        Resolution: Unknown
        Tolerance: Unknown
        Accuracy: Unknown
        OEM-specific Information: 0x00000000
        Nominal Value: Unknown

Handle 0x003C, DMI type 39, 22 bytes
System Power Supply
        Power Unit Group: 1
        Location: To Be Filled By O.E.M.
        Name: To Be Filled By O.E.M.
        Manufacturer: To Be Filled By O.E.M.
        Serial Number: To Be Filled By O.E.M.
        Asset Tag: To Be Filled By O.E.M.
        Model Part Number: To Be Filled By O.E.M.
        Revision: To Be Filled By O.E.M.
        Max Power Capacity: Unknown
        Status: Present, OK
        Type: Switching
        Input Voltage Range Switching: Auto-switch
        Plugged: Yes
        Hot Replaceable: No
        Input Voltage Probe Handle: 0x0038
        Cooling Device Handle: 0x003A
        Input Current Probe Handle: 0x003B

Handle 0x003D, DMI type 40, 32 bytes
Additional Information 1
        Referenced Handle: 0x0024
        Referenced Offset: 0x01
        String: To Be Filled By O.E.M. 1
        Value: 0x00000000
Additional Information 2
        Referenced Handle: 0x0001
        Referenced Offset: 0x0f
        String: Not Specified
        Value: 0x0000001e
Additional Information 3
        Referenced Handle: 0x0042
        Referenced Offset: 0x01
        String: Mordor
        Value: 0x00000000

Handle 0x003E, DMI type 41, 11 bytes
Onboard Device
        Reference Designation:  Onboard IGD
        Type: Video
        Status: Enabled
        Type Instance: 1
        Bus Address: 0000:00:02.0

Handle 0x003F, DMI type 41, 11 bytes
Onboard Device
        Reference Designation:  Onboard LAN
        Type: Ethernet
        Status: Enabled
        Type Instance: 1
        Bus Address: 0000:00:19.0

Handle 0x0040, DMI type 41, 11 bytes
Onboard Device
        Reference Designation:  Onboard 1394
        Type: Other
        Status: Enabled
        Type Instance: 1
        Bus Address: 0000:03:1c.2

Handle 0x0041, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L1 Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 128 kB
        Maximum Size: 128 kB
        Supported SRAM Types:
                Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Parity
        System Type: Data
        Associativity: 8-way Set-associative

Handle 0x0042, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L1 Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 128 kB
        Maximum Size: 128 kB
        Supported SRAM Types:
                Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Parity
        System Type: Instruction
        Associativity: 8-way Set-associative

Handle 0x0043, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L2 Cache
        Configuration: Enabled, Not Socketed, Level 2
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 1024 kB
        Maximum Size: 1024 kB
        Supported SRAM Types:
                Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Single-bit ECC
        System Type: Unified
        Associativity: 4-way Set-associative

Handle 0x0044, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L3 Cache
        Configuration: Enabled, Not Socketed, Level 3
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 8192 kB
        Maximum Size: 8192 kB
        Supported SRAM Types:
                Synchronous
        Installed SRAM Type: Synchronous
        Speed: Unknown
        Error Correction Type: Multi-bit ECC
        System Type: Unified
        Associativity: 16-way Set-associative

Handle 0x0045, DMI type 4, 48 bytes
Processor Information
        Socket Designation: LGA1151
        Type: Central Processor
        Family: Core i7
        Manufacturer: Intel(R) Corporation
        ID: E3 06 05 00 FF FB EB BF
        Signature: Type 0, Family 6, Model 94, Stepping 3
        Flags:
                FPU (Floating-point unit on-chip)
                VME (Virtual mode extension)
                DE (Debugging extension)
                PSE (Page size extension)
                TSC (Time stamp counter)
                MSR (Model specific registers)
                PAE (Physical address extension)
                MCE (Machine check exception)
                CX8 (CMPXCHG8 instruction supported)
                APIC (On-chip APIC hardware supported)
                SEP (Fast system call)
                MTRR (Memory type range registers)
                PGE (Page global enable)
                MCA (Machine check architecture)
                CMOV (Conditional move instruction supported)
                PAT (Page attribute table)
                PSE-36 (36-bit page size extension)
                CLFSH (CLFLUSH instruction supported)
                DS (Debug store)
                ACPI (ACPI supported)
                MMX (MMX technology supported)
                FXSR (FXSAVE and FXSTOR instructions supported)
                SSE (Streaming SIMD extensions)
                SSE2 (Streaming SIMD extensions 2)
                SS (Self-snoop)
                HTT (Multi-threading)
                TM (Thermal monitor supported)
                PBE (Pending break enabled)
        Version: Intel(R) Core(TM) i7-6700K CPU @ 4.00GHz
        Voltage: 1.2 V
        External Clock: 100 MHz
        Max Speed: 4200 MHz
        Current Speed: 4000 MHz
        Status: Populated, Enabled
        Upgrade: Other
        L1 Cache Handle: 0x0042
        L2 Cache Handle: 0x0043
        L3 Cache Handle: 0x0044
        Serial Number: To Be Filled By O.E.M.
        Asset Tag: To Be Filled By O.E.M.
        Part Number: To Be Filled By O.E.M.
        Core Count: 4
        Core Enabled: 4
        Thread Count: 8
        Characteristics:
                64-bit capable
                Multi-Core
                Hardware Thread
                Execute Protection
                Enhanced Virtualization
                Power/Performance Control

Handle 0x0046, DMI type 16, 23 bytes
Physical Memory Array
        Location: System Board Or Motherboard
        Use: System Memory
        Error Correction Type: None
        Maximum Capacity: 64 GB
        Error Information Handle: Not Provided
        Number Of Devices: 4

Handle 0x0047, DMI type 17, 40 bytes
Memory Device
        Array Handle: 0x0046
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 16384 MB
        Form Factor: DIMM
        Set: None
        Locator: DIMM_A1
        Bank Locator: BANK 0
        Type: <OUT OF SPEC>
        Type Detail: Synchronous
        Speed: 2133 MHz
        Manufacturer: Corsair
        Serial Number: 00000000
        Asset Tag: 9876543210
        Part Number: CMK64GX4M4A2133C13  
        Rank: 2
        Configured Clock Speed: 2133 MHz
        Minimum voltage:  Unknown
        Maximum voltage:  Unknown
        Configured voltage:  1.200 V

Handle 0x0048, DMI type 17, 40 bytes
Memory Device
        Array Handle: 0x0046
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 16384 MB
        Form Factor: DIMM
        Set: None
        Locator: DIMM_A2
        Bank Locator: BANK 1
        Type: <OUT OF SPEC>
        Type Detail: Synchronous
        Speed: 2133 MHz
        Manufacturer: Corsair
        Serial Number: 00000000
        Asset Tag: 9876543210
        Part Number: CMK64GX4M4A2133C13  
        Rank: 2
        Configured Clock Speed: 2133 MHz
        Minimum voltage:  Unknown
        Maximum voltage:  Unknown
        Configured voltage:  1.200 V

Handle 0x0049, DMI type 17, 40 bytes
Memory Device
        Array Handle: 0x0046
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 16384 MB
        Form Factor: DIMM
        Set: None
        Locator: DIMM_B1
        Bank Locator: BANK 2
        Type: <OUT OF SPEC>
        Type Detail: Synchronous
        Speed: 2133 MHz
        Manufacturer: Corsair
        Serial Number: 00000000
        Asset Tag: 9876543210
        Part Number: CMK64GX4M4A2133C13  
        Rank: 2
        Configured Clock Speed: 2133 MHz
        Minimum voltage:  Unknown
        Maximum voltage:  Unknown
        Configured voltage:  1.200 V

Handle 0x004A, DMI type 17, 40 bytes
Memory Device
        Array Handle: 0x0046
        Error Information Handle: Not Provided
        Total Width: 64 bits
        Data Width: 64 bits
        Size: 16384 MB
        Form Factor: DIMM
        Set: None
        Locator: DIMM_B2
        Bank Locator: BANK 3
        Type: <OUT OF SPEC>
        Type Detail: Synchronous
        Speed: 2133 MHz
        Manufacturer: Corsair
        Serial Number: 00000000
        Asset Tag: 9876543210
        Part Number: CMK64GX4M4A2133C13  
        Rank: 2
        Configured Clock Speed: 2133 MHz
        Minimum voltage:  Unknown
        Maximum voltage:  Unknown
        Configured voltage:  1.200 V

Handle 0x004B, DMI type 19, 31 bytes
Memory Array Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x00FFFFFFFFF
        Range Size: 64 GB
        Physical Array Handle: 0x0046
        Partition Width: 4

Handle 0x004C, DMI type 221, 12 bytes
OEM-specific Type
        Header and Data:
                DD 0C 4C 00 01 01 00 01 05 00 00 00
        Strings:
                Reference Code - ACPI

Handle 0x004D, DMI type 20, 35 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x003FFFFFFFF
        Range Size: 16 GB
        Physical Device Handle: 0x0047
        Memory Array Mapped Address Handle: 0x004B
        Partition Row Position: Unknown
        Interleave Position: 1
        Interleaved Data Depth: 2

Handle 0x004E, DMI type 20, 35 bytes
Memory Device Mapped Address
        Starting Address: 0x00800000000
        Ending Address: 0x00BFFFFFFFF
        Range Size: 16 GB
        Physical Device Handle: 0x0048
        Memory Array Mapped Address Handle: 0x004B
        Partition Row Position: Unknown
        Interleave Position: 1
        Interleaved Data Depth: 2

Handle 0x004F, DMI type 20, 35 bytes
Memory Device Mapped Address
        Starting Address: 0x00400000000
        Ending Address: 0x007FFFFFFFF
        Range Size: 16 GB
        Physical Device Handle: 0x0049
        Memory Array Mapped Address Handle: 0x004B
        Partition Row Position: Unknown
        Interleave Position: 2
        Interleaved Data Depth: 2

Handle 0x0050, DMI type 20, 35 bytes
Memory Device Mapped Address
        Starting Address: 0x00C00000000
        Ending Address: 0x00FFFFFFFFF
        Range Size: 16 GB
        Physical Device Handle: 0x004A
        Memory Array Mapped Address Handle: 0x004B
        Partition Row Position: Unknown
        Interleave Position: 2
        Interleaved Data Depth: 2

Handle 0x0051, DMI type 130, 20 bytes
OEM-specific Type
        Header and Data:
                82 14 51 00 24 41 4D 54 00 00 00 00 00 A5 AF 02
                C0 00 00 00

Handle 0x0052, DMI type 131, 64 bytes
OEM-specific Type
        Header and Data:
                83 40 52 00 31 00 00 00 0B 00 00 00 00 00 05 00
                F8 00 48 A1 00 00 00 00 21 00 00 00 00 00 0B 00
                90 04 00 00 00 00 00 00 FE 00 FF FF 00 00 00 00
                00 00 00 00 22 00 00 00 76 50 72 6F 00 00 00 00

Handle 0x0053, DMI type 221, 26 bytes
OEM-specific Type
        Header and Data:
                DD 1A 53 00 03 01 00 01 05 00 00 00 02 00 00 00
                00 74 00 03 00 00 05 00 00 00
        Strings:
                Reference Code - CPU
                uCode Version
                TXT ACM version

Handle 0x0054, DMI type 221, 26 bytes
OEM-specific Type
        Header and Data:
                DD 1A 54 00 03 01 00 01 05 00 00 00 02 00 0B 00
                00 05 00 03 04 0B 00 00 90 04
        Strings:
                Reference Code - ME 11.0
                MEBx version
                ME Firmware Version
                Corporate SKU

Handle 0x0055, DMI type 221, 47 bytes
OEM-specific Type
        Header and Data:
                DD 2F 55 00 06 01 00 01 05 00 00 00 02 03 FF FF
                FF FF FF 04 00 FF FF FF 31 00 05 00 FF FF FF 31
                00 06 00 FF FF FF FF FF 07 00 34 00 00 00 00
        Strings:
                Reference Code - SKL PCH
                PCH-CRID Status
                Disabled
                PCH-CRID Original Value
                PCH-CRID New Value
                OPROM - RST - RAID
                SKL PCH H Dx Hsio Version

Handle 0x0056, DMI type 221, 54 bytes
OEM-specific Type
        Header and Data:
                DD 36 56 00 07 01 00 01 05 00 00 00 02 00 01 04
                00 02 00 03 00 01 05 00 00 00 04 05 FF FF FF FF
                FF 06 00 FF FF FF 07 00 07 00 FF FF FF 07 00 08
                00 FF FF FF 31 10
        Strings:
                Reference Code - SA - System Agent
                Reference Code - MRC
                SA - PCIe Version
                SA-CRID Status
                Disabled
                SA-CRID Original Value
                SA-CRID New Value
                OPROM - VBIOS

Handle 0x0057, DMI type 221, 96 bytes
OEM-specific Type
        Header and Data:
                DD 60 57 00 0D 01 00 00 00 00 00 00 02 00 FF FF
                FF FF FF 03 04 FF FF FF FF FF 05 06 FF FF FF FF
                FF 07 08 FF FF FF FF FF 09 00 00 00 00 00 00 0A
                00 FF FF FF FF FF 0B 00 FF FF 00 00 00 0C 00 FF
                FF FF FF FF 0D 00 02 00 00 00 00 0E 00 FF FF FF
                FF FF 0F 00 FF FF FF FF FF 10 11 01 02 02 03 00
        Strings:
                Lan Phy Version
                Sensor Firmware Version
                Debug Mode Status
                Disabled
                Performance Mode Status
                Disabled
                Debug Use USB(Disabled:Serial)
                Disabled
                ICC Overclocking Version
                UNDI Version
                EC FW Version
                GOP Version
                BIOS Guard Version
                Base EC FW Version
                EC-EC Protocol Version
                Royal Park Version
                BP1.2.2.0_RP03

Handle 0x0058, DMI type 136, 6 bytes
OEM-specific Type
        Header and Data:
                88 06 58 00 00 00

Handle 0x0059, DMI type 14, 23 bytes
Group Associations
        Name: Firmware Version Info
        Items: 6
                0x004C (<OUT OF SPEC>)
                0x0053 (<OUT OF SPEC>)
                0x0054 (<OUT OF SPEC>)
                0x0055 (<OUT OF SPEC>)
                0x0056 (<OUT OF SPEC>)
                0x0057 (<OUT OF SPEC>)

Handle 0x005A, DMI type 14, 8 bytes
Group Associations
        Name: $MEI
        Items: 1
                0x0000 (<OUT OF SPEC>)

Handle 0x005B, DMI type 219, 81 bytes
OEM-specific Type
        Header and Data:
                DB 51 5B 00 01 03 01 45 02 00 90 06 83 10 89 00
                00 00 00 00 40 08 00 00 00 00 00 00 00 00 40 02
                FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
                FF FF FF FF FF FF FF FF 03 FF FF FF FF FF FF FF
                FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
                FF
        Strings:
                MEI1
                MEI2
                MEI3

Handle 0x005C, DMI type 13, 22 bytes
BIOS Language Information
        Language Description Format: Long
        Installable Languages: 8
                en|US|iso8859-1
                fr|FR|iso8859-1
                zh|CN|unicode
                <BAD INDEX>
                <BAD INDEX>
                <BAD INDEX>
                <BAD INDEX>
                <BAD INDEX>
        Currently Installed Language: en|US|iso8859-1

Handle 0x005D, DMI type 127, 4 bytes
End Of Table

Reply via email to