You are not logged in.

#1 2017-01-11 11:17:27

jody2
Member
Registered: 2017-01-08
Posts: 20

[SOLVED] machine/cpu stalls, kernel errors, can't figure out why

Hi all smile so I build myself a new rig and run arch on it. However, 1, 2 max 3 days the computer runs fine then I can't execute any commands on it anymore. I'm not able to ssh into the machine anymore and when using the machine directly I can't change to any other terminal windows by using e.g. alt-F1. If I had earlier a ssh terminal open, i can type at the prompt but any command returns the same value, see below:

-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: retry: Resource temporarily unavailable
-bash: fork: Resource temporarily unavailable
-bash: wait_for: No record of process 22749 

The only commands that are still working are the Bourne Shell commands. Nothing else...
I googled around and search what it could mean but could not really find anything useful. There were some posts on the internet that suggested the above could relate to a set userlimit, so I had increased them accordinlgy:

ulimit -a
core file size          (blocks, -c) unlimited
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 257555
max locked memory       (kbytes, -l) unlimited
max memory size         (kbytes, -m) unlimited
open files                      (-n) 500000
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 20480
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited

another post I had found indicated it could have to do with settings in /etc/security/limits.conf so I added and increased what was recommended, content of /etc/security/limits.conf:

*      soft    nofile      500000
*      hard    nofile      1000000
*      soft    memlock     unlimited
*      hard    memlock     unlimited

also added /etc/security/limits.d/90-nproc.conf:

*          -          nproc     20480

Once my machine enters this "stage" the only way to do anything is to unplug power cable or use magickey (alt-sysreq) combo to reboot, which is what I do atm. Some information on my system:

Mainboard:
ASrock EPC2602
http://www.asrockrack.com/general/produ … ifications

Memory (4 of the below, so 64GB):
Kingston kvr18r13d4/16
http://www.kingston.com/dataSheets/KVR18R13D4_16KF.pdf

CPU (2x):
Xeon E5 2670
http://ark.intel.com/products/64595/Int … -Intel-QPI

uname -a
Linux fatzo 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64 GNU/Linux

dmesg from boot:

[    0.000000] Linux version 4.8.13-1-ARCH (builduser@tobias) (gcc version 6.2.1 20160830 (GCC) ) #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b73abf7c-20e2-4d3d-90f5-b7e7c32fa6fb rw ipv6.disable=1 quiet sysrq_always_enabled=1
[    0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[    0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[    0.000000] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[    0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[    0.000000] x86/fpu: Using 'eager' FPU context switches.
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009cbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009cc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007de56fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007de57000-0x000000007de86fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007de87000-0x000000007df9efff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007df9f000-0x000000007e1c4fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e1c5000-0x000000007f351fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f352000-0x000000007f7fffff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000107fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1080000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    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 000000000000 mask 3FF000000000 write-back
[    0.000000]   1 base 001000000000 mask 3FFF80000000 write-back
[    0.000000]   2 base 000080000000 mask 3FFF80000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000]   8 disabled
[    0.000000]   9 disabled
[    0.000000] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT
[    0.000000] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x7de57 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fdd60-0x000fdd6f] mapped at [ffff8800000fdd60]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000096000] 96000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x01d4d000, 0x01d4dfff] PGTABLE
[    0.000000] BRK [0x01d4e000, 0x01d4efff] PGTABLE
[    0.000000] BRK [0x01d4f000, 0x01d4ffff] PGTABLE
[    0.000000] RAMDISK: [mem 0x372f7000-0x37972fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007DEBF088 00008C (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007DECCBB8 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007DEBF1A0 00DA14 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000007E1BC080 000040
[    0.000000] ACPI: APIC 0x000000007DECCCC8 000224 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007DECCEF0 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007DECCF38 00003C (v01 ALASKA OEMMCFG. 01072009 MSFT 00000097)
[    0.000000] ACPI: AAFT 0x000000007DECCF78 00003A (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: SRAT 0x000000007DECCFB8 0004B0 (v01 A M I  AMI SRAT 00000001 AMI. 00000000)
[    0.000000] ACPI: SLIT 0x000000007DECD468 000030 (v01 A M I  AMI SLIT 00000000 AMI. 00000000)
[    0.000000] ACPI: HPET 0x000000007DECD498 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: PRAD 0x000000007DECD4D0 0000BE (v02 PRADID PRADTID  00000001 MSFT 03000001)
[    0.000000] ACPI: SPMI 0x000000007DECD590 000040 (v05 A M I  OEMSPMI  00000000 AMI. 00000000)
[    0.000000] ACPI: SSDT 0x000000007DECD5D0 0D0CB0 (v02 INTEL  CpuPm    00004000 INTL 20051117)
[    0.000000] ACPI: SPCR 0x000000007DF9E280 000050 (v01 A M I  APTIO4   01072009 AMI. 00000005)
[    0.000000] ACPI: DMAR 0x000000007DF9E2D0 000150 (v01 A M I  OEMDMAR  00000001 INTL 00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 0x0f -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 0x20 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x21 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x22 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x23 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x24 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x25 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x26 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x27 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x28 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x29 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2a -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2b -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2c -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2d -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2e -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 0x2f -> Node 1
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[    0.000000] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x87fffffff]
[    0.000000] ACPI: SRAT: Node 1 PXM 1 [mem 0x880000000-0x107fffffff]
[    0.000000] NUMA: Initialized distance table, cnt=2
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x87fffffff] -> [mem 0x00000000-0x87fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0x87fffb000-0x87fffffff]
[    0.000000] NODE_DATA(1) allocated [mem 0x107fff8000-0x107fffcfff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x000000107fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007de56fff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x000000087fffffff]
[    0.000000]   node   1: [mem 0x0000000880000000-0x000000107fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
[    0.000000] On node 0 totalpages: 8379890
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3995 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7994 pages used for memmap
[    0.000000]   DMA32 zone: 511575 pages, LIFO batch:31
[    0.000000]   Normal zone: 122880 pages used for memmap
[    0.000000]   Normal zone: 7864320 pages, LIFO batch:31
[    0.000000] Initmem setup node 1 [mem 0x0000000880000000-0x000000107fffffff]
[    0.000000] On node 1 totalpages: 8388608
[    0.000000]   Normal zone: 131072 pages used for memmap
[    0.000000]   Normal zone: 8388608 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x408
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[    0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[    0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
[    0.000000] IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
[    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: 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 32 CPUs, 0 hotplug CPUs
[    0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7de57000-0x7de86fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7de87000-0x7df9efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7df9f000-0x7e1c4fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e1c5000-0x7f351fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f352000-0x7f7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f800000-0x7fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x80000000-0x8fffffff]
[    0.000000] PM: Registered nosave memory: [mem 0x90000000-0xfed1bfff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed1c000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfeffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[    0.000000] e820: [mem 0x90000000-0xfed1bfff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:32 nr_node_ids:2
[    0.000000] percpu: Embedded 35 pages/cpu @ffff88085fa00000 s103128 r8192 d32040 u262144
[    0.000000] pcpu-alloc: s103128 r8192 d32040 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 16 17 18 19 20 21 22 23
[    0.000000] pcpu-alloc: [1] 08 09 10 11 12 13 14 15 [1] 24 25 26 27 28 29 30 31
[    0.000000] Built 2 zonelists in Node order, mobility grouping on.  Total pages: 16506467
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=b73abf7c-20e2-4d3d-90f5-b7e7c32fa6fb rw ipv6.disable=1 quiet sysrq_always_enabled=1
[    0.000000] sysrq: sysrq always enabled.
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Calgary: detecting Calgary via BIOS EBDA area
[    0.000000] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[    0.000000] Memory: 65934100K/67073992K available (6131K kernel code, 1051K rwdata, 1912K rodata, 1256K init, 1036K bss, 1139892K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=2
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	Build-time adjustment of leaf fanout to 64.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=32.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=32
[    0.000000] NR_IRQS:8448 nr_irqs:1496 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[    0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 2600.133 MHz processor
[    0.000029] Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.94 BogoMIPS (lpj=8667110)
[    0.000031] pid_max: default: 32768 minimum: 301
[    0.000055] ACPI: Core revision 20160422
[    0.051026] ACPI: 2 ACPI AML tables successfully acquired and loaded

[    0.051075] Security Framework initialized
[    0.051076] Yama: becoming mindful.
[    0.054029] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
[    0.066034] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[    0.071325] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.071381] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.071972] CPU: Physical Processor ID: 0
[    0.071973] CPU: Processor Core ID: 0
[    0.071977] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
[    0.071978] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
[    0.071980] mce: CPU supports 20 MCE banks
[    0.071993] CPU0: Thermal monitoring enabled (TM1)
[    0.072022] process: using mwait in idle threads
[    0.072025] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.072026] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.072465] Freeing SMP alternatives memory: 24K (ffffffff81c42000 - ffffffff81c48000)
[    0.073816] ftrace: allocating 24335 entries in 96 pages
[    0.086248] smpboot: APIC(0) Converting physical 0 to logical package 0
[    0.086250] smpboot: APIC(20) Converting physical 1 to logical package 1
[    0.086253] smpboot: Max logical packages: 4
[    0.086261] DMAR: Host address width 46
[    0.086262] DMAR: DRHD base: 0x000000fbffe000 flags: 0x0
[    0.086270] DMAR: dmar0: reg_base_addr fbffe000 ver 1:0 cap d2078c106f0462 ecap f020ff
[    0.086271] DMAR: DRHD base: 0x000000dfffc000 flags: 0x1
[    0.086275] DMAR: dmar1: reg_base_addr dfffc000 ver 1:0 cap d2078c106f0462 ecap f020ff
[    0.086275] DMAR: RMRR base: 0x0000007f231000 end: 0x0000007f23efff
[    0.086276] DMAR: ATSR flags: 0x0
[    0.086277] DMAR: RHSA base: 0x000000fbffe000 proximity domain: 0x1
[    0.086278] DMAR: RHSA base: 0x000000dfffc000 proximity domain: 0x0
[    0.086280] DMAR-IR: IOAPIC id 3 under DRHD base  0xfbffe000 IOMMU 0
[    0.086281] DMAR-IR: IOAPIC id 0 under DRHD base  0xdfffc000 IOMMU 1
[    0.086282] DMAR-IR: IOAPIC id 2 under DRHD base  0xdfffc000 IOMMU 1
[    0.086282] DMAR-IR: HPET id 0 under DRHD base 0xdfffc000
[    0.086284] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.087094] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.087094] x2apic enabled
[    0.087100] Switched APIC routing to cluster x2apic.
[    0.087756] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.120762] TSC deadline timer enabled
[    0.120767] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (family: 0x6, model: 0x2d, stepping: 0x7)
[    0.120770] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.120790] ... version:                3
[    0.120791] ... bit width:              48
[    0.120791] ... generic registers:      4
[    0.120792] ... value mask:             0000ffffffffffff
[    0.120792] ... max period:             0000ffffffffffff
[    0.120793] ... fixed-purpose events:   3
[    0.120794] ... event mask:             000000070000000f
[    0.148711] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.164203] x86: Booting SMP configuration:
[    0.164204] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.841230] .... node  #1, CPUs:    #8  #9 #10 #11 #12 #13 #14 #15
[    1.634989] .... node  #0, CPUs:   #16 #17 #18 #19 #20 #21 #22 #23
[    2.408939] .... node  #1, CPUs:   #24 #25 #26 #27 #28 #29 #30 #31
[    3.171474] x86: Booted up 2 nodes, 32 CPUs
[    3.171479] smpboot: Total of 32 processors activated (166543.98 BogoMIPS)
[    3.226230] devtmpfs: initialized
[    3.226333] x86/mm: Memory block size: 2048MB
[    3.228600] PM: Registering ACPI NVS region [mem 0x7df9f000-0x7e1c4fff] (2252800 bytes)
[    3.228656] PM: Registering ACPI NVS region [mem 0x7f352000-0x7f7fffff] (4907008 bytes)
[    3.228932] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[    3.229082] pinctrl core: initialized pinctrl subsystem
[    3.229140] RTC time: 10:54:21, date: 01/11/17
[    3.230728] NET: Registered protocol family 16
[    3.263444] cpuidle: using governor ladder
[    3.283466] cpuidle: using governor menu
[    3.283522] ACPI: bus type PCI registered
[    3.283523] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    3.283607] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[    3.283608] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[    3.283616] pmd_set_huge: Cannot satisfy [mem 0x80000000-0x80200000] with a huge-page mapping due to MTRR override.
[    3.283972] PCI: Using configuration type 1 for base access
[    3.284302] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    3.307151] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    3.307152] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    3.308034] ACPI: Added _OSI(Module Device)
[    3.308035] ACPI: Added _OSI(Processor Device)
[    3.308036] ACPI: Added _OSI(3.0 _SCP Extensions)
[    3.308037] ACPI: Added _OSI(Processor Aggregator Device)
[    3.308263] ACPI: Executed 1 blocks of module-level executable AML code
[    3.477936] ACPI: Interpreter enabled
[    3.477950] ACPI: (supports S0 S4 S5)
[    3.477951] ACPI: Using IOAPIC for interrupt routing
[    3.477978] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    3.493834] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    3.493840] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.494000] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    3.494287] PCI host bridge to bus 0000:00
[    3.494289] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    3.494290] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    3.494291] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    3.494293] pci_bus 0000:00: root bus resource [io  0x0d00-0x9fff window]
[    3.494294] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    3.494295] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    3.494297] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    3.494298] pci_bus 0000:00: root bus resource [bus 00-7e]
[    3.494311] pci 0000:00:00.0: [8086:3c00] type 00 class 0x060000
[    3.494385] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    3.494479] pci 0000:00:01.0: [8086:3c02] type 01 class 0x060400
[    3.494555] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    3.494618] pci 0000:00:01.0: System wakeup disabled by ACPI
[    3.494659] pci 0000:00:01.1: [8086:3c03] type 01 class 0x060400
[    3.494734] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    3.494791] pci 0000:00:01.1: System wakeup disabled by ACPI
[    3.494837] pci 0000:00:02.0: [8086:3c04] type 01 class 0x060400
[    3.494913] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    3.494969] pci 0000:00:02.0: System wakeup disabled by ACPI
[    3.495016] pci 0000:00:03.0: [8086:3c08] type 01 class 0x060400
[    3.495091] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    3.495148] pci 0000:00:03.0: System wakeup disabled by ACPI
[    3.495188] pci 0000:00:03.2: [8086:3c0a] type 01 class 0x060400
[    3.495263] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    3.495319] pci 0000:00:03.2: System wakeup disabled by ACPI
[    3.495363] pci 0000:00:04.0: [8086:3c20] type 00 class 0x088000
[    3.495379] pci 0000:00:04.0: reg 0x10: [mem 0xdf91c000-0xdf91ffff 64bit]
[    3.495512] pci 0000:00:04.1: [8086:3c21] type 00 class 0x088000
[    3.495527] pci 0000:00:04.1: reg 0x10: [mem 0xdf918000-0xdf91bfff 64bit]
[    3.495659] pci 0000:00:04.2: [8086:3c22] type 00 class 0x088000
[    3.495674] pci 0000:00:04.2: reg 0x10: [mem 0xdf914000-0xdf917fff 64bit]
[    3.495806] pci 0000:00:04.3: [8086:3c23] type 00 class 0x088000
[    3.495821] pci 0000:00:04.3: reg 0x10: [mem 0xdf910000-0xdf913fff 64bit]
[    3.495953] pci 0000:00:04.4: [8086:3c24] type 00 class 0x088000
[    3.495968] pci 0000:00:04.4: reg 0x10: [mem 0xdf90c000-0xdf90ffff 64bit]
[    3.496105] pci 0000:00:04.5: [8086:3c25] type 00 class 0x088000
[    3.496120] pci 0000:00:04.5: reg 0x10: [mem 0xdf908000-0xdf90bfff 64bit]
[    3.496251] pci 0000:00:04.6: [8086:3c26] type 00 class 0x088000
[    3.496266] pci 0000:00:04.6: reg 0x10: [mem 0xdf904000-0xdf907fff 64bit]
[    3.496397] pci 0000:00:04.7: [8086:3c27] type 00 class 0x088000
[    3.496412] pci 0000:00:04.7: reg 0x10: [mem 0xdf900000-0xdf903fff 64bit]
[    3.496542] pci 0000:00:05.0: [8086:3c28] type 00 class 0x088000
[    3.496666] pci 0000:00:05.2: [8086:3c2a] type 00 class 0x088000
[    3.496786] pci 0000:00:05.4: [8086:3c2c] type 00 class 0x080020
[    3.496797] pci 0000:00:05.4: reg 0x10: [mem 0xdf927000-0xdf927fff]
[    3.496931] pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400
[    3.497031] pci 0000:00:11.0: PME# supported from D0 D3hot D3cold
[    3.497133] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000
[    3.497151] pci 0000:00:16.0: reg 0x10: [mem 0xdf926000-0xdf92600f 64bit]
[    3.497216] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    3.497298] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000
[    3.497316] pci 0000:00:16.1: reg 0x10: [mem 0xdf925000-0xdf92500f 64bit]
[    3.497381] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    3.497469] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320
[    3.497486] pci 0000:00:1a.0: reg 0x10: [mem 0xdf923000-0xdf9233ff]
[    3.497572] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    3.497615] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    3.497659] pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400
[    3.497738] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    3.497784] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    3.497823] pci 0000:00:1c.1: [8086:1d12] type 01 class 0x060400
[    3.497901] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    3.497947] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    3.497987] pci 0000:00:1c.3: [8086:1d16] type 01 class 0x060400
[    3.498065] pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
[    3.498112] pci 0000:00:1c.3: System wakeup disabled by ACPI
[    3.498154] pci 0000:00:1c.4: [8086:1d18] type 01 class 0x060400
[    3.498232] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    3.498279] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    3.498320] pci 0000:00:1c.7: [8086:1d1e] type 01 class 0x060400
[    3.498397] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    3.498444] pci 0000:00:1c.7: System wakeup disabled by ACPI
[    3.498483] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320
[    3.498501] pci 0000:00:1d.0: reg 0x10: [mem 0xdf922000-0xdf9223ff]
[    3.498586] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    3.498633] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    3.498671] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    3.498757] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    3.498796] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100
[    3.498970] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601
[    3.498985] pci 0000:00:1f.2: reg 0x10: [io  0x9070-0x9077]
[    3.498992] pci 0000:00:1f.2: reg 0x14: [io  0x9060-0x9063]
[    3.499000] pci 0000:00:1f.2: reg 0x18: [io  0x9050-0x9057]
[    3.499008] pci 0000:00:1f.2: reg 0x1c: [io  0x9040-0x9043]
[    3.499015] pci 0000:00:1f.2: reg 0x20: [io  0x9020-0x903f]
[    3.499023] pci 0000:00:1f.2: reg 0x24: [mem 0xdf921000-0xdf9217ff]
[    3.499064] pci 0000:00:1f.2: PME# supported from D3hot
[    3.499142] pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500
[    3.499157] pci 0000:00:1f.3: reg 0x10: [mem 0xdf920000-0xdf9200ff 64bit]
[    3.499178] pci 0000:00:1f.3: reg 0x20: [io  0x9000-0x901f]
[    3.499313] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.499363] pci 0000:00:01.1: PCI bridge to [bus 02]
[    3.499408] pci 0000:00:02.0: PCI bridge to [bus 03]
[    3.499465] pci 0000:04:00.0: [1b4b:9215] type 00 class 0x010601
[    3.499475] pci 0000:04:00.0: reg 0x10: [io  0x8050-0x8057]
[    3.499482] pci 0000:04:00.0: reg 0x14: [io  0x8040-0x8043]
[    3.499488] pci 0000:04:00.0: reg 0x18: [io  0x8030-0x8037]
[    3.499494] pci 0000:04:00.0: reg 0x1c: [io  0x8020-0x8023]
[    3.499500] pci 0000:04:00.0: reg 0x20: [io  0x8000-0x801f]
[    3.499507] pci 0000:04:00.0: reg 0x24: [mem 0xdf810000-0xdf8107ff]
[    3.499513] pci 0000:04:00.0: reg 0x30: [mem 0xdf800000-0xdf80ffff pref]
[    3.499548] pci 0000:04:00.0: PME# supported from D3hot
[    3.510358] pci 0000:00:03.0: PCI bridge to [bus 04]
[    3.510379] pci 0000:00:03.0:   bridge window [io  0x8000-0x8fff]
[    3.510382] pci 0000:00:03.0:   bridge window [mem 0xdf800000-0xdf8fffff]
[    3.510445] pci 0000:05:00.0: [1b4b:9215] type 00 class 0x010601
[    3.510455] pci 0000:05:00.0: reg 0x10: [io  0x7050-0x7057]
[    3.510462] pci 0000:05:00.0: reg 0x14: [io  0x7040-0x7043]
[    3.510468] pci 0000:05:00.0: reg 0x18: [io  0x7030-0x7037]
[    3.510474] pci 0000:05:00.0: reg 0x1c: [io  0x7020-0x7023]
[    3.510481] pci 0000:05:00.0: reg 0x20: [io  0x7000-0x701f]
[    3.510487] pci 0000:05:00.0: reg 0x24: [mem 0xdf710000-0xdf7107ff]
[    3.510493] pci 0000:05:00.0: reg 0x30: [mem 0xdf700000-0xdf70ffff pref]
[    3.510527] pci 0000:05:00.0: PME# supported from D3hot
[    3.523699] pci 0000:00:03.2: PCI bridge to [bus 05]
[    3.523715] pci 0000:00:03.2:   bridge window [io  0x7000-0x7fff]
[    3.523718] pci 0000:00:03.2:   bridge window [mem 0xdf700000-0xdf7fffff]
[    3.523785] pci 0000:06:00.0: [8086:1d6b] type 00 class 0x010700
[    3.523806] pci 0000:06:00.0: reg 0x10: [mem 0xddc7c000-0xddc7ffff 64bit pref]
[    3.523821] pci 0000:06:00.0: reg 0x18: [mem 0xdd800000-0xddbfffff 64bit pref]
[    3.523831] pci 0000:06:00.0: reg 0x20: [io  0x6000-0x60ff]
[    3.523948] pci 0000:06:00.0: reg 0x164: [mem 0xddc00000-0xddc03fff 64bit pref]
[    3.523950] pci 0000:06:00.0: VF(n) BAR0 space: [mem 0xddc00000-0xddc7bfff 64bit pref] (contains BAR0 for 31 VFs)
[    3.524142] pci 0000:00:11.0: PCI bridge to [bus 06]
[    3.524145] pci 0000:00:11.0:   bridge window [io  0x6000-0x6fff]
[    3.524149] pci 0000:00:11.0:   bridge window [mem 0xdf600000-0xdf6fffff]
[    3.524156] pci 0000:00:11.0:   bridge window [mem 0xdd800000-0xddcfffff 64bit pref]
[    3.524199] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    3.524282] pci 0000:08:00.0: [8086:10d3] type 00 class 0x020000
[    3.524314] pci 0000:08:00.0: reg 0x10: [mem 0xdf440000-0xdf45ffff]
[    3.524334] pci 0000:08:00.0: reg 0x14: [mem 0xdf300000-0xdf3fffff]
[    3.524353] pci 0000:08:00.0: reg 0x18: [io  0x5000-0x501f]
[    3.524372] pci 0000:08:00.0: reg 0x1c: [mem 0xdf460000-0xdf463fff]
[    3.524428] pci 0000:08:00.0: reg 0x30: [mem 0xdf400000-0xdf43ffff pref]
[    3.524546] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    3.537063] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    3.537066] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    3.537069] pci 0000:00:1c.1:   bridge window [mem 0xdf300000-0xdf4fffff]
[    3.537149] pci 0000:09:00.0: [1a03:1150] type 01 class 0x060400
[    3.537300] pci 0000:09:00.0: supports D1 D2
[    3.537301] pci 0000:09:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    3.537362] pci 0000:09:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    3.537372] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
[    3.537376] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    3.537379] pci 0000:00:1c.3:   bridge window [mem 0xde000000-0xdf0fffff]
[    3.537459] pci 0000:0a:00.0: [1a03:2000] type 00 class 0x030000
[    3.537485] pci 0000:0a:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    3.537498] pci 0000:0a:00.0: reg 0x14: [mem 0xdf000000-0xdf01ffff]
[    3.537512] pci 0000:0a:00.0: reg 0x18: [io  0x4000-0x407f]
[    3.537617] pci 0000:0a:00.0: supports D1 D2
[    3.537618] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    3.537740] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    3.537749] pci 0000:09:00.0:   bridge window [io  0x4000-0x4fff]
[    3.537755] pci 0000:09:00.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    3.537831] pci 0000:0b:00.0: [1b4b:9230] type 00 class 0x010601
[    3.537852] pci 0000:0b:00.0: reg 0x10: [io  0x3050-0x3057]
[    3.537864] pci 0000:0b:00.0: reg 0x14: [io  0x3040-0x3043]
[    3.537876] pci 0000:0b:00.0: reg 0x18: [io  0x3030-0x3037]
[    3.537889] pci 0000:0b:00.0: reg 0x1c: [io  0x3020-0x3023]
[    3.537901] pci 0000:0b:00.0: reg 0x20: [io  0x3000-0x301f]
[    3.537914] pci 0000:0b:00.0: reg 0x24: [mem 0xdf510000-0xdf5107ff]
[    3.537926] pci 0000:0b:00.0: reg 0x30: [mem 0xdf500000-0xdf50ffff pref]
[    3.537936] pci 0000:0b:00.0: Enabling fixed DMA alias to 00.1
[    3.537996] pci 0000:0b:00.0: PME# supported from D3hot
[    3.550393] pci 0000:00:1c.4: PCI bridge to [bus 0b]
[    3.550398] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    3.550415] pci 0000:00:1c.4:   bridge window [mem 0xdf500000-0xdf5fffff]
[    3.550489] pci 0000:0c:00.0: [8086:10d3] type 00 class 0x020000
[    3.550521] pci 0000:0c:00.0: reg 0x10: [mem 0xdf240000-0xdf25ffff]
[    3.550541] pci 0000:0c:00.0: reg 0x14: [mem 0xdf100000-0xdf1fffff]
[    3.550560] pci 0000:0c:00.0: reg 0x18: [io  0x2000-0x201f]
[    3.550579] pci 0000:0c:00.0: reg 0x1c: [mem 0xdf260000-0xdf263fff]
[    3.550635] pci 0000:0c:00.0: reg 0x30: [mem 0xdf200000-0xdf23ffff pref]
[    3.550754] pci 0000:0c:00.0: PME# supported from D0 D3hot D3cold
[    3.563761] pci 0000:00:1c.7: PCI bridge to [bus 0c]
[    3.563765] pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
[    3.563768] pci 0000:00:1c.7:   bridge window [mem 0xdf100000-0xdf2fffff]
[    3.563843] pci 0000:00:1e.0: PCI bridge to [bus 0d] (subtractive decode)
[    3.563851] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    3.563853] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    3.563854] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    3.563855] pci 0000:00:1e.0:   bridge window [io  0x0d00-0x9fff window] (subtractive decode)
[    3.563856] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    3.563857] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    3.563858] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff window] (subtractive decode)
[    3.563929] pci_bus 0000:00: on NUMA node 0
[    3.564458] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
[    3.564461] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.564481] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    3.564542] PCI host bridge to bus 0000:7f
[    3.564543] pci_bus 0000:7f: root bus resource [bus 7f]
[    3.564552] pci 0000:7f:08.0: [8086:3c80] type 00 class 0x088000
[    3.564614] pci 0000:7f:08.3: [8086:3c83] type 00 class 0x088000
[    3.564682] pci 0000:7f:08.4: [8086:3c84] type 00 class 0x088000
[    3.564756] pci 0000:7f:09.0: [8086:3c90] type 00 class 0x088000
[    3.564818] pci 0000:7f:09.3: [8086:3c93] type 00 class 0x088000
[    3.564888] pci 0000:7f:09.4: [8086:3c94] type 00 class 0x088000
[    3.564958] pci 0000:7f:0a.0: [8086:3cc0] type 00 class 0x088000
[    3.565009] pci 0000:7f:0a.1: [8086:3cc1] type 00 class 0x088000
[    3.565060] pci 0000:7f:0a.2: [8086:3cc2] type 00 class 0x088000
[    3.565111] pci 0000:7f:0a.3: [8086:3cd0] type 00 class 0x088000
[    3.565162] pci 0000:7f:0b.0: [8086:3ce0] type 00 class 0x088000
[    3.565214] pci 0000:7f:0b.3: [8086:3ce3] type 00 class 0x088000
[    3.565265] pci 0000:7f:0c.0: [8086:3ce8] type 00 class 0x088000
[    3.565315] pci 0000:7f:0c.1: [8086:3ce8] type 00 class 0x088000
[    3.565365] pci 0000:7f:0c.2: [8086:3ce8] type 00 class 0x088000
[    3.565414] pci 0000:7f:0c.3: [8086:3ce8] type 00 class 0x088000
[    3.565465] pci 0000:7f:0c.6: [8086:3cf4] type 00 class 0x088000
[    3.565514] pci 0000:7f:0c.7: [8086:3cf6] type 00 class 0x088000
[    3.565566] pci 0000:7f:0d.0: [8086:3ce8] type 00 class 0x088000
[    3.565617] pci 0000:7f:0d.1: [8086:3ce8] type 00 class 0x088000
[    3.565672] pci 0000:7f:0d.2: [8086:3ce8] type 00 class 0x088000
[    3.565725] pci 0000:7f:0d.3: [8086:3ce8] type 00 class 0x088000
[    3.565777] pci 0000:7f:0d.6: [8086:3cf5] type 00 class 0x088000
[    3.565830] pci 0000:7f:0e.0: [8086:3ca0] type 00 class 0x088000
[    3.565887] pci 0000:7f:0e.1: [8086:3c46] type 00 class 0x110100
[    3.565950] pci 0000:7f:0f.0: [8086:3ca8] type 00 class 0x088000
[    3.566022] pci 0000:7f:0f.1: [8086:3c71] type 00 class 0x088000
[    3.566089] pci 0000:7f:0f.2: [8086:3caa] type 00 class 0x088000
[    3.566159] pci 0000:7f:0f.3: [8086:3cab] type 00 class 0x088000
[    3.566226] pci 0000:7f:0f.4: [8086:3cac] type 00 class 0x088000
[    3.566293] pci 0000:7f:0f.5: [8086:3cad] type 00 class 0x088000
[    3.566358] pci 0000:7f:0f.6: [8086:3cae] type 00 class 0x088000
[    3.566416] pci 0000:7f:10.0: [8086:3cb0] type 00 class 0x088000
[    3.566484] pci 0000:7f:10.1: [8086:3cb1] type 00 class 0x088000
[    3.566550] pci 0000:7f:10.2: [8086:3cb2] type 00 class 0x088000
[    3.566618] pci 0000:7f:10.3: [8086:3cb3] type 00 class 0x088000
[    3.566688] pci 0000:7f:10.4: [8086:3cb4] type 00 class 0x088000
[    3.566763] pci 0000:7f:10.5: [8086:3cb5] type 00 class 0x088000
[    3.566830] pci 0000:7f:10.6: [8086:3cb6] type 00 class 0x088000
[    3.566897] pci 0000:7f:10.7: [8086:3cb7] type 00 class 0x088000
[    3.566961] pci 0000:7f:11.0: [8086:3cb8] type 00 class 0x088000
[    3.567024] pci 0000:7f:13.0: [8086:3ce4] type 00 class 0x088000
[    3.567081] pci 0000:7f:13.1: [8086:3c43] type 00 class 0x110100
[    3.567133] pci 0000:7f:13.4: [8086:3ce6] type 00 class 0x110100
[    3.567186] pci 0000:7f:13.5: [8086:3c44] type 00 class 0x110100
[    3.567237] pci 0000:7f:13.6: [8086:3c45] type 00 class 0x088000
[    3.567296] pci_bus 0000:7f: on NUMA node 0
[    3.567427] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
[    3.567430] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.567587] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    3.567767] PCI host bridge to bus 0000:80
[    3.567769] pci_bus 0000:80: root bus resource [io  0x03b0-0x03df window]
[    3.567770] pci_bus 0000:80: root bus resource [io  0xa000-0xffff window]
[    3.567771] pci_bus 0000:80: root bus resource [mem 0x000a0000-0x000bffff window]
[    3.567773] pci_bus 0000:80: root bus resource [mem 0xe0000000-0xfbffffff window]
[    3.567774] pci_bus 0000:80: root bus resource [bus 80-fe]
[    3.567786] pci 0000:80:02.0: [8086:3c04] type 01 class 0x060400
[    3.567854] pci 0000:80:02.0: PME# supported from D0 D3hot D3cold
[    3.567893] pci 0000:80:02.0: System wakeup disabled by ACPI
[    3.567937] pci 0000:80:03.0: [8086:3c08] type 01 class 0x060400
[    3.568004] pci 0000:80:03.0: PME# supported from D0 D3hot D3cold
[    3.568044] pci 0000:80:03.0: System wakeup disabled by ACPI
[    3.568087] pci 0000:80:04.0: [8086:3c20] type 00 class 0x088000
[    3.568102] pci 0000:80:04.0: reg 0x10: [mem 0xfb11c000-0xfb11ffff 64bit]
[    3.568208] pci 0000:80:04.1: [8086:3c21] type 00 class 0x088000
[    3.568222] pci 0000:80:04.1: reg 0x10: [mem 0xfb118000-0xfb11bfff 64bit]
[    3.568329] pci 0000:80:04.2: [8086:3c22] type 00 class 0x088000
[    3.568343] pci 0000:80:04.2: reg 0x10: [mem 0xfb114000-0xfb117fff 64bit]
[    3.568449] pci 0000:80:04.3: [8086:3c23] type 00 class 0x088000
[    3.568463] pci 0000:80:04.3: reg 0x10: [mem 0xfb110000-0xfb113fff 64bit]
[    3.568571] pci 0000:80:04.4: [8086:3c24] type 00 class 0x088000
[    3.568584] pci 0000:80:04.4: reg 0x10: [mem 0xfb10c000-0xfb10ffff 64bit]
[    3.568690] pci 0000:80:04.5: [8086:3c25] type 00 class 0x088000
[    3.568704] pci 0000:80:04.5: reg 0x10: [mem 0xfb108000-0xfb10bfff 64bit]
[    3.568811] pci 0000:80:04.6: [8086:3c26] type 00 class 0x088000
[    3.568824] pci 0000:80:04.6: reg 0x10: [mem 0xfb104000-0xfb107fff 64bit]
[    3.568932] pci 0000:80:04.7: [8086:3c27] type 00 class 0x088000
[    3.568945] pci 0000:80:04.7: reg 0x10: [mem 0xfb100000-0xfb103fff 64bit]
[    3.569051] pci 0000:80:05.0: [8086:3c28] type 00 class 0x088000
[    3.569157] pci 0000:80:05.2: [8086:3c2a] type 00 class 0x088000
[    3.569257] pci 0000:80:05.4: [8086:3c2c] type 00 class 0x080020
[    3.569267] pci 0000:80:05.4: reg 0x10: [mem 0xfb120000-0xfb120fff]
[    3.569415] pci 0000:81:00.0: [10de:1287] type 00 class 0x030000
[    3.569423] pci 0000:81:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
[    3.569431] pci 0000:81:00.0: reg 0x14: [mem 0xf0000000-0xf7ffffff 64bit pref]
[    3.569438] pci 0000:81:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit pref]
[    3.569444] pci 0000:81:00.0: reg 0x24: [io  0xf000-0xf07f]
[    3.569449] pci 0000:81:00.0: reg 0x30: [mem 0xfb000000-0xfb07ffff pref]
[    3.569524] pci 0000:81:00.1: [10de:0e0f] type 00 class 0x040300
[    3.569532] pci 0000:81:00.1: reg 0x10: [mem 0xfb080000-0xfb083fff]
[    3.580421] pci 0000:80:02.0: PCI bridge to [bus 81]
[    3.580426] pci 0000:80:02.0:   bridge window [io  0xf000-0xffff]
[    3.580443] pci 0000:80:02.0:   bridge window [mem 0xfa000000-0xfb0fffff]
[    3.580448] pci 0000:80:02.0:   bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
[    3.580493] pci 0000:80:03.0: PCI bridge to [bus 82]
[    3.580513] pci_bus 0000:80: on NUMA node 1
[    3.580575] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
[    3.580578] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    3.580598] acpi PNP0A03:01: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    3.580653] PCI host bridge to bus 0000:ff
[    3.580655] pci_bus 0000:ff: root bus resource [bus ff]
[    3.580662] pci 0000:ff:08.0: [8086:3c80] type 00 class 0x088000
[    3.580720] pci 0000:ff:08.3: [8086:3c83] type 00 class 0x088000
[    3.580783] pci 0000:ff:08.4: [8086:3c84] type 00 class 0x088000
[    3.580851] pci 0000:ff:09.0: [8086:3c90] type 00 class 0x088000
[    3.580906] pci 0000:ff:09.3: [8086:3c93] type 00 class 0x088000
[    3.580968] pci 0000:ff:09.4: [8086:3c94] type 00 class 0x088000
[    3.581035] pci 0000:ff:0a.0: [8086:3cc0] type 00 class 0x088000
[    3.581085] pci 0000:ff:0a.1: [8086:3cc1] type 00 class 0x088000
[    3.581132] pci 0000:ff:0a.2: [8086:3cc2] type 00 class 0x088000
[    3.581179] pci 0000:ff:0a.3: [8086:3cd0] type 00 class 0x088000
[    3.581227] pci 0000:ff:0b.0: [8086:3ce0] type 00 class 0x088000
[    3.581277] pci 0000:ff:0b.3: [8086:3ce3] type 00 class 0x088000
[    3.581324] pci 0000:ff:0c.0: [8086:3ce8] type 00 class 0x088000
[    3.581368] pci 0000:ff:0c.1: [8086:3ce8] type 00 class 0x088000
[    3.581415] pci 0000:ff:0c.2: [8086:3ce8] type 00 class 0x088000
[    3.581462] pci 0000:ff:0c.3: [8086:3ce8] type 00 class 0x088000
[    3.581508] pci 0000:ff:0c.6: [8086:3cf4] type 00 class 0x088000
[    3.581553] pci 0000:ff:0c.7: [8086:3cf6] type 00 class 0x088000
[    3.581598] pci 0000:ff:0d.0: [8086:3ce8] type 00 class 0x088000
[    3.581643] pci 0000:ff:0d.1: [8086:3ce8] type 00 class 0x088000
[    3.581687] pci 0000:ff:0d.2: [8086:3ce8] type 00 class 0x088000
[    3.581733] pci 0000:ff:0d.3: [8086:3ce8] type 00 class 0x088000
[    3.581779] pci 0000:ff:0d.6: [8086:3cf5] type 00 class 0x088000
[    3.581826] pci 0000:ff:0e.0: [8086:3ca0] type 00 class 0x088000
[    3.581875] pci 0000:ff:0e.1: [8086:3c46] type 00 class 0x110100
[    3.581928] pci 0000:ff:0f.0: [8086:3ca8] type 00 class 0x088000
[    3.581985] pci 0000:ff:0f.1: [8086:3c71] type 00 class 0x088000
[    3.582044] pci 0000:ff:0f.2: [8086:3caa] type 00 class 0x088000
[    3.582103] pci 0000:ff:0f.3: [8086:3cab] type 00 class 0x088000
[    3.582161] pci 0000:ff:0f.4: [8086:3cac] type 00 class 0x088000
[    3.582220] pci 0000:ff:0f.5: [8086:3cad] type 00 class 0x088000
[    3.582280] pci 0000:ff:0f.6: [8086:3cae] type 00 class 0x088000
[    3.582332] pci 0000:ff:10.0: [8086:3cb0] type 00 class 0x088000
[    3.582392] pci 0000:ff:10.1: [8086:3cb1] type 00 class 0x088000
[    3.582451] pci 0000:ff:10.2: [8086:3cb2] type 00 class 0x088000
[    3.582510] pci 0000:ff:10.3: [8086:3cb3] type 00 class 0x088000
[    3.582570] pci 0000:ff:10.4: [8086:3cb4] type 00 class 0x088000
[    3.582629] pci 0000:ff:10.5: [8086:3cb5] type 00 class 0x088000
[    3.582688] pci 0000:ff:10.6: [8086:3cb6] type 00 class 0x088000
[    3.582749] pci 0000:ff:10.7: [8086:3cb7] type 00 class 0x088000
[    3.582806] pci 0000:ff:11.0: [8086:3cb8] type 00 class 0x088000
[    3.582862] pci 0000:ff:13.0: [8086:3ce4] type 00 class 0x088000
[    3.582910] pci 0000:ff:13.1: [8086:3c43] type 00 class 0x110100
[    3.582959] pci 0000:ff:13.4: [8086:3ce6] type 00 class 0x110100
[    3.583010] pci 0000:ff:13.5: [8086:3c44] type 00 class 0x110100
[    3.583057] pci 0000:ff:13.6: [8086:3c45] type 00 class 0x088000
[    3.583113] pci_bus 0000:ff: on NUMA node 1
[    3.583192] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    3.583236] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    3.583278] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    3.583319] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[    3.583366] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    3.583408] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    3.583450] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    3.583491] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    3.585653] ACPI: Enabled 4 GPEs in block 00 to 3F
[    3.585839] vgaarb: device added: PCI:0000:0a:00.0,decodes=io+mem,owns=none,locks=none
[    3.585849] vgaarb: setting as boot device: PCI:0000:81:00.0
[    3.585850] vgaarb: device added: PCI:0000:81:00.0,decodes=io+mem,owns=io+mem,locks=none
[    3.585856] vgaarb: loaded
[    3.585857] vgaarb: bridge control possible 0000:81:00.0
[    3.585857] vgaarb: bridge control possible 0000:0a:00.0
[    3.586013] PCI: Using ACPI for IRQ routing
[    3.590246] PCI: pci_cache_line_size set to 64 bytes
[    3.590463] e820: reserve RAM buffer [mem 0x0009cc00-0x0009ffff]
[    3.590464] e820: reserve RAM buffer [mem 0x7de57000-0x7fffffff]
[    3.590600] NetLabel: Initializing
[    3.590601] NetLabel:  domain hash size = 128
[    3.590602] NetLabel:  protocols = UNLABELED CIPSOv4
[    3.590624] NetLabel:  unlabeled traffic allowed by default
[    3.590797] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    3.590802] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    3.592902] clocksource: Switched to clocksource hpet
[    3.601071] VFS: Disk quotas dquot_6.6.0
[    3.601127] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.601238] pnp: PnP ACPI init
[    3.601356] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
[    3.601357] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
[    3.601359] system 00:00: [mem 0xfe000000-0xfeafffff] has been reserved
[    3.601360] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
[    3.601362] system 00:00: [mem 0xfed00400-0xfed3ffff] could not be reserved
[    3.601363] system 00:00: [mem 0xfed45000-0xfedfffff] has been reserved
[    3.601367] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.601484] system 00:01: [mem 0xdfffc000-0xdfffdfff] could not be reserved
[    3.601486] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.601603] system 00:02: [io  0x0290-0x029f] has been reserved
[    3.601606] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.601658] pnp 00:03: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    3.601782] system 00:04: [io  0x0a00-0x0a1f] has been reserved
[    3.601785] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.601930] pnp 00:05: [dma 0 disabled]
[    3.601980] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.602113] pnp 00:06: [dma 0 disabled]
[    3.602159] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    3.602187] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.602276] system 00:08: [io  0x04d0-0x04d1] has been reserved
[    3.602278] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.602473] system 00:09: [io  0x0400-0x0453] has been reserved
[    3.602475] system 00:09: [io  0x0458-0x047f] has been reserved
[    3.602476] system 00:09: [io  0x1180-0x119f] has been reserved
[    3.602477] system 00:09: [io  0x0500-0x057f] has been reserved
[    3.602479] system 00:09: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    3.602481] system 00:09: [mem 0xfec00000-0xfecfffff] could not be reserved
[    3.602482] system 00:09: [mem 0xfed08000-0xfed08fff] has been reserved
[    3.602483] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[    3.602486] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.602583] system 00:0a: [io  0x0454-0x0457] has been reserved
[    3.602585] system 00:0a: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    3.602733] system 00:0b: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.602837] system 00:0c: [mem 0xfbffe000-0xfbffffff] could not be reserved
[    3.602840] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.603163] pnp: PnP ACPI: found 13 devices
[    3.609575] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.609678] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.609687] pci 0000:00:01.1: PCI bridge to [bus 02]
[    3.609696] pci 0000:00:02.0: PCI bridge to [bus 03]
[    3.609705] pci 0000:00:03.0: PCI bridge to [bus 04]
[    3.609707] pci 0000:00:03.0:   bridge window [io  0x8000-0x8fff]
[    3.609711] pci 0000:00:03.0:   bridge window [mem 0xdf800000-0xdf8fffff]
[    3.609718] pci 0000:00:03.2: PCI bridge to [bus 05]
[    3.609720] pci 0000:00:03.2:   bridge window [io  0x7000-0x7fff]
[    3.609723] pci 0000:00:03.2:   bridge window [mem 0xdf700000-0xdf7fffff]
[    3.609730] pci 0000:00:11.0: PCI bridge to [bus 06]
[    3.609732] pci 0000:00:11.0:   bridge window [io  0x6000-0x6fff]
[    3.609737] pci 0000:00:11.0:   bridge window [mem 0xdf600000-0xdf6fffff]
[    3.609741] pci 0000:00:11.0:   bridge window [mem 0xdd800000-0xddcfffff 64bit pref]
[    3.609747] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    3.609758] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    3.609760] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[    3.609764] pci 0000:00:1c.1:   bridge window [mem 0xdf300000-0xdf4fffff]
[    3.609772] pci 0000:09:00.0: PCI bridge to [bus 0a]
[    3.609775] pci 0000:09:00.0:   bridge window [io  0x4000-0x4fff]
[    3.609782] pci 0000:09:00.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    3.609795] pci 0000:00:1c.3: PCI bridge to [bus 09-0a]
[    3.609797] pci 0000:00:1c.3:   bridge window [io  0x4000-0x4fff]
[    3.609802] pci 0000:00:1c.3:   bridge window [mem 0xde000000-0xdf0fffff]
[    3.609809] pci 0000:00:1c.4: PCI bridge to [bus 0b]
[    3.609811] pci 0000:00:1c.4:   bridge window [io  0x3000-0x3fff]
[    3.609815] pci 0000:00:1c.4:   bridge window [mem 0xdf500000-0xdf5fffff]
[    3.609823] pci 0000:00:1c.7: PCI bridge to [bus 0c]
[    3.609825] pci 0000:00:1c.7:   bridge window [io  0x2000-0x2fff]
[    3.609829] pci 0000:00:1c.7:   bridge window [mem 0xdf100000-0xdf2fffff]
[    3.609836] pci 0000:00:1e.0: PCI bridge to [bus 0d]
[    3.609847] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    3.609848] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    3.609849] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    3.609850] pci_bus 0000:00: resource 7 [io  0x0d00-0x9fff window]
[    3.609852] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    3.609853] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    3.609854] pci_bus 0000:00: resource 10 [mem 0x80000000-0xdfffffff window]
[    3.609856] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[    3.609857] pci_bus 0000:04: resource 1 [mem 0xdf800000-0xdf8fffff]
[    3.609858] pci_bus 0000:05: resource 0 [io  0x7000-0x7fff]
[    3.609859] pci_bus 0000:05: resource 1 [mem 0xdf700000-0xdf7fffff]
[    3.609860] pci_bus 0000:06: resource 0 [io  0x6000-0x6fff]
[    3.609861] pci_bus 0000:06: resource 1 [mem 0xdf600000-0xdf6fffff]
[    3.609862] pci_bus 0000:06: resource 2 [mem 0xdd800000-0xddcfffff 64bit pref]
[    3.609863] pci_bus 0000:08: resource 0 [io  0x5000-0x5fff]
[    3.609864] pci_bus 0000:08: resource 1 [mem 0xdf300000-0xdf4fffff]
[    3.609865] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
[    3.609866] pci_bus 0000:09: resource 1 [mem 0xde000000-0xdf0fffff]
[    3.609867] pci_bus 0000:0a: resource 0 [io  0x4000-0x4fff]
[    3.609868] pci_bus 0000:0a: resource 1 [mem 0xde000000-0xdf0fffff]
[    3.609869] pci_bus 0000:0b: resource 0 [io  0x3000-0x3fff]
[    3.609870] pci_bus 0000:0b: resource 1 [mem 0xdf500000-0xdf5fffff]
[    3.609871] pci_bus 0000:0c: resource 0 [io  0x2000-0x2fff]
[    3.609873] pci_bus 0000:0c: resource 1 [mem 0xdf100000-0xdf2fffff]
[    3.609874] pci_bus 0000:0d: resource 4 [io  0x0000-0x03af window]
[    3.609875] pci_bus 0000:0d: resource 5 [io  0x03e0-0x0cf7 window]
[    3.609876] pci_bus 0000:0d: resource 6 [io  0x03b0-0x03df window]
[    3.609877] pci_bus 0000:0d: resource 7 [io  0x0d00-0x9fff window]
[    3.609878] pci_bus 0000:0d: resource 8 [mem 0x000a0000-0x000bffff window]
[    3.609879] pci_bus 0000:0d: resource 9 [mem 0x000c0000-0x000dffff window]
[    3.609880] pci_bus 0000:0d: resource 10 [mem 0x80000000-0xdfffffff window]
[    3.609900] pci 0000:80:02.0: PCI bridge to [bus 81]
[    3.609902] pci 0000:80:02.0:   bridge window [io  0xf000-0xffff]
[    3.609905] pci 0000:80:02.0:   bridge window [mem 0xfa000000-0xfb0fffff]
[    3.609908] pci 0000:80:02.0:   bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
[    3.609912] pci 0000:80:03.0: PCI bridge to [bus 82]
[    3.609921] pci_bus 0000:80: resource 4 [io  0x03b0-0x03df window]
[    3.609922] pci_bus 0000:80: resource 5 [io  0xa000-0xffff window]
[    3.609923] pci_bus 0000:80: resource 6 [mem 0x000a0000-0x000bffff window]
[    3.609924] pci_bus 0000:80: resource 7 [mem 0xe0000000-0xfbffffff window]
[    3.609925] pci_bus 0000:81: resource 0 [io  0xf000-0xffff]
[    3.609926] pci_bus 0000:81: resource 1 [mem 0xfa000000-0xfb0fffff]
[    3.609927] pci_bus 0000:81: resource 2 [mem 0xf0000000-0xf9ffffff 64bit pref]
[    3.609995] NET: Registered protocol family 2
[    3.610481] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[    3.611204] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    3.611335] TCP: Hash tables configured (established 524288 bind 65536)
[    3.611417] UDP hash table entries: 32768 (order: 8, 1048576 bytes)
[    3.611610] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes)
[    3.611886] NET: Registered protocol family 1
[    3.653094] pci 0000:81:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.653151] PCI: CLS 64 bytes, default 64
[    3.653204] Unpacking initramfs...
[    3.740020] Freeing initrd memory: 6640K (ffff8800372f7000 - ffff880037973000)
[    3.740144] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.740147] software IO TLB [mem 0x79e57000-0x7de57000] (64MB) mapped at [ffff880079e57000-ffff88007de56fff]
[    3.741837] Scanning for low memory corruption every 60 seconds
[    3.742542] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    3.743283] Initialise system trusted keyrings
[    3.743621] workingset: timestamp_bits=40 max_order=24 bucket_order=0
[    3.745253] zbud: loaded
[    3.745958] Key type asymmetric registered
[    3.745995] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[    3.746096] io scheduler noop registered
[    3.746097] io scheduler deadline registered
[    3.746104] io scheduler cfq registered (default)
[    3.748936] aer 0000:00:01.0:pcie002: service driver aer loaded
[    3.748971] aer 0000:00:01.1:pcie002: service driver aer loaded
[    3.749011] aer 0000:00:02.0:pcie002: service driver aer loaded
[    3.749045] aer 0000:00:03.0:pcie002: service driver aer loaded
[    3.749078] aer 0000:00:03.2:pcie002: service driver aer loaded
[    3.749114] aer 0000:00:11.0:pcie002: service driver aer loaded
[    3.749144] aer 0000:80:02.0:pcie002: service driver aer loaded
[    3.749173] aer 0000:80:03.0:pcie002: service driver aer loaded
[    3.749191] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[    3.749194] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[    3.749210] pcieport 0000:00:01.1: Signaling PME through PCIe PME interrupt
[    3.749214] pcie_pme 0000:00:01.1:pcie001: service driver pcie_pme loaded
[    3.749225] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[    3.749228] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[    3.749238] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[    3.749240] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[    3.749243] pcie_pme 0000:00:03.0:pcie001: service driver pcie_pme loaded
[    3.749252] pcieport 0000:00:03.2: Signaling PME through PCIe PME interrupt
[    3.749253] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[    3.749256] pcie_pme 0000:00:03.2:pcie001: service driver pcie_pme loaded
[    3.749266] pcieport 0000:00:11.0: Signaling PME through PCIe PME interrupt
[    3.749267] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[    3.749271] pcie_pme 0000:00:11.0:pcie001: service driver pcie_pme loaded
[    3.749297] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[    3.749300] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
[    3.749322] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[    3.749324] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
[    3.749327] pcie_pme 0000:00:1c.1:pcie001: service driver pcie_pme loaded
[    3.749347] pcieport 0000:00:1c.3: Signaling PME through PCIe PME interrupt
[    3.749349] pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
[    3.749350] pci 0000:0a:00.0: Signaling PME through PCIe PME interrupt
[    3.749353] pcie_pme 0000:00:1c.3:pcie001: service driver pcie_pme loaded
[    3.749374] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[    3.749375] pci 0000:0b:00.0: Signaling PME through PCIe PME interrupt
[    3.749379] pcie_pme 0000:00:1c.4:pcie001: service driver pcie_pme loaded
[    3.749399] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
[    3.749401] pci 0000:0c:00.0: Signaling PME through PCIe PME interrupt
[    3.749404] pcie_pme 0000:00:1c.7:pcie001: service driver pcie_pme loaded
[    3.749413] pcieport 0000:80:02.0: Signaling PME through PCIe PME interrupt
[    3.749414] pci 0000:81:00.0: Signaling PME through PCIe PME interrupt
[    3.749415] pci 0000:81:00.1: Signaling PME through PCIe PME interrupt
[    3.749418] pcie_pme 0000:80:02.0:pcie001: service driver pcie_pme loaded
[    3.749426] pcieport 0000:80:03.0: Signaling PME through PCIe PME interrupt
[    3.749428] pcie_pme 0000:80:03.0:pcie001: service driver pcie_pme loaded
[    3.749448] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    3.749453] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    3.749463] vesafb: mode is 640x480x32, linelength=2560, pages=0
[    3.749463] vesafb: scrolling: redraw
[    3.749465] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.749477] vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90006c00000, using 1216k, total 1216k
[    3.774269] Console: switching to colour frame buffer device 80x30
[    3.798932] fb0: VESA VGA frame buffer device
[    3.798951] intel_idle: MWAIT substates: 0x21120
[    3.798952] intel_idle: v0.4.1 model 0x2D
[    3.800124] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.834489] GHES: HEST is not enabled!
[    3.834568] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    3.855253] 00:05: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    3.875953] 00:06: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[    3.876364] Linux agpgart interface v0.103
[    3.878747] rtc_cmos 00:07: RTC can wake from S4
[    3.878884] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
[    3.878915] rtc_cmos 00:07: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.878926] intel_pstate: Intel P-state driver initializing
[    3.881725] ledtrig-cpu: registered to indicate activity on CPUs
[    3.882055] IPv6: Loaded, but administratively disabled, reboot required to enable
[    3.882058] NET: Registered protocol family 17
[    3.884277] microcode: sig=0x206d7, pf=0x1, revision=0x710
[    3.885418] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    3.885849] registered taskstats version 1
[    3.885853] Loading compiled-in X.509 certificates
[    3.885924] zswap: loaded using pool lzo/zbud
[    3.888106]   Magic number: 1:744:931
[    3.888202] clockevents clockevent20: hash matches
[    3.888244] pci 0000:ff:0c.6: hash matches
[    3.888544] rtc_cmos 00:07: setting system clock to 2017-01-11 10:54:22 UTC (1484132062)
[    3.888643] PM: Hibernation image not present or could not be loaded.
[    3.891326] Freeing unused kernel memory: 1256K (ffffffff81b08000 - ffffffff81c42000)
[    3.891328] Write protecting the kernel read-only data: 10240k
[    3.892835] Freeing unused kernel memory: 2044K (ffff880001601000 - ffff880001800000)
[    3.893637] Freeing unused kernel memory: 136K (ffff8800019de000 - ffff880001a00000)
[    3.911058] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[    3.915142] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.915228] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.917018] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.917060] random: udevadm: uninitialized urandom read (16 bytes read)
[    3.922072] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.922109] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.922121] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.922627] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.922659] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    3.994849] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[    3.994851] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[    3.995366] serio: i8042 KBD port at 0x60,0x64 irq 1
[    4.000579] SCSI subsystem initialized
[    4.002581] ACPI: bus type USB registered
[    4.002609] usbcore: registered new interface driver usbfs
[    4.002631] usbcore: registered new interface driver hub
[    4.002646] libata version 3.00 loaded.
[    4.002775] usbcore: registered new device driver usb
[    4.004281] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    4.004792] ahci 0000:00:1f.2: version 3.0
[    4.005064] ehci-pci: EHCI PCI platform driver
[    4.007161] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[    4.007206] isci 0000:06:00.0: driver configured for rev: 6 silicon
[    4.007239] isci 0000:06:00.0: OEM SAS parameters (version: 1.3) loaded (firmware)
[    4.007433] isci 0000:06:00.0: SCU controller 0: phy 3-0 cables: {short, short, short, short}
[    4.009734] scsi host0: isci
[    4.015169] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    4.015171] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst
[    4.052027] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[    4.063636] scsi host1: ahci
[    4.063911] scsi host2: ahci
[    4.064084] scsi host3: ahci
[    4.064214] scsi host4: ahci
[    4.064346] scsi host5: ahci
[    4.064467] scsi host6: ahci
[    4.064557] ata1: SATA max UDMA/133 abar m2048@0xdf921000 port 0xdf921100 irq 42
[    4.064559] ata2: SATA max UDMA/133 abar m2048@0xdf921000 port 0xdf921180 irq 42
[    4.064562] ata3: SATA max UDMA/133 abar m2048@0xdf921000 port 0xdf921200 irq 42
[    4.064564] ata4: SATA max UDMA/133 abar m2048@0xdf921000 port 0xdf921280 irq 42
[    4.064566] ata5: SATA max UDMA/133 abar m2048@0xdf921000 port 0xdf921300 irq 42
[    4.064569] ata6: SATA max UDMA/133 abar m2048@0xdf921000 port 0xdf921380 irq 42
[    4.065045] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    4.065056] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    4.065072] ehci-pci 0000:00:1a.0: debug port 2
[    4.068986] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    4.069019] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdf923000
[    4.070104] random: fast init done
[    4.074907] ahci 0000:04:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    4.074911] ahci 0000:04:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    4.076239] scsi host7: ahci
[    4.076487] scsi host8: ahci
[    4.076723] scsi host9: ahci
[    4.076966] scsi host10: ahci
[    4.077102] ata7: SATA max UDMA/133 abar m2048@0xdf810000 port 0xdf810100 irq 45
[    4.077106] ata8: SATA max UDMA/133 abar m2048@0xdf810000 port 0xdf810180 irq 45
[    4.077109] ata9: SATA max UDMA/133 abar m2048@0xdf810000 port 0xdf810200 irq 45
[    4.077112] ata10: SATA max UDMA/133 abar m2048@0xdf810000 port 0xdf810280 irq 45
[    4.079567] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    4.079963] hub 1-0:1.0: USB hub found
[    4.079977] hub 1-0:1.0: 2 ports detected
[    4.080494] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    4.080502] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    4.080516] ehci-pci 0000:00:1d.0: debug port 2
[    4.084427] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    4.084444] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdf922000
[    4.087490] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[    4.087495] ahci 0000:05:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs
[    4.088649] scsi host11: ahci
[    4.088882] scsi host12: ahci
[    4.089108] scsi host13: ahci
[    4.089326] scsi host14: ahci
[    4.089451] ata11: SATA max UDMA/133 abar m2048@0xdf710000 port 0xdf710100 irq 46
[    4.089455] ata12: SATA max UDMA/133 abar m2048@0xdf710000 port 0xdf710180 irq 46
[    4.089456] ata13: SATA max UDMA/133 abar m2048@0xdf710000 port 0xdf710200 irq 46
[    4.089459] ata14: SATA max UDMA/133 abar m2048@0xdf710000 port 0xdf710280 irq 46
[    4.089672] ahci 0000:0b:00.0: controller can do FBS, turning on CAP_FBS
[    4.096219] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    4.096573] hub 2-0:1.0: USB hub found
[    4.096590] hub 2-0:1.0: 2 ports detected
[    4.099974] ahci 0000:0b:00.0: AHCI 0001.0200 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    4.099976] ahci 0000:0b:00.0: flags: 64bit ncq fbs pio
[    4.101358] scsi host15: ahci
[    4.101764] scsi host16: ahci
[    4.102115] scsi host17: ahci
[    4.102538] scsi host18: ahci
[    4.102926] scsi host19: ahci
[    4.103177] scsi host20: ahci
[    4.103492] scsi host21: ahci
[    4.103837] scsi host22: ahci
[    4.103925] ata15: SATA max UDMA/133 abar m2048@0xdf510000 port 0xdf510100 irq 47
[    4.103928] ata16: SATA max UDMA/133 abar m2048@0xdf510000 port 0xdf510180 irq 47
[    4.103931] ata17: SATA max UDMA/133 abar m2048@0xdf510000 port 0xdf510200 irq 47
[    4.103933] ata18: SATA max UDMA/133 abar m2048@0xdf510000 port 0xdf510280 irq 47
[    4.103935] ata19: SATA max UDMA/133 abar m2048@0xdf510000 port 0xdf510300 irq 47
[    4.103938] ata20: SATA max UDMA/133 abar m2048@0xdf510000 port 0xdf510380 irq 47
[    4.103940] ata21: SATA max UDMA/133 abar m2048@0xdf510000 port 0xdf510400 irq 47
[    4.103942] ata22: SATA max UDMA/133 abar m2048@0xdf510000 port 0xdf510480 irq 47
[    4.375935] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.376293] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.376481] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.376510] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.376535] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.377150] ata3.00: ATA-9: WDC WD30EURS-63SPKY0, 80.00A80, max UDMA/133
[    4.377154] ata3.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.377396] ata6.00: ATA-9: ST4000DM000-1F2168, CC54, max UDMA/133
[    4.377399] ata6.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.377849] ata3.00: configured for UDMA/133
[    4.377927] ata2.00: ATA-8: Hitachi HDS722020ALA330, JKAOA28A, max UDMA/133
[    4.377931] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.378421] ata1.00: supports DRM functions and may not be fully accessible
[    4.379705] ata2.00: configured for UDMA/133
[    4.383476] ata1.00: disabling queued TRIM support
[    4.383480] ata1.00: ATA-9: Samsung SSD 850 PRO 256GB, EXM03B6Q, max UDMA/133
[    4.383483] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[    4.383812] ata1.00: supports DRM functions and may not be fully accessible
[    4.388898] ata1.00: disabling queued TRIM support
[    4.389027] ata1.00: configured for UDMA/133
[    4.389620] ata7: SATA link down (SStatus 0 SControl 300)
[    4.389645] ata8: SATA link down (SStatus 0 SControl 300)
[    4.389736] ata9: SATA link down (SStatus 0 SControl 300)
[    4.398105] ata6.00: configured for UDMA/133
[    4.399561] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    4.404705] ata4.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
[    4.404709] ata4.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.416204] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    4.416333] ata17: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.416485] ata19: SATA link down (SStatus 0 SControl 300)
[    4.419592] ata20: SATA link down (SStatus 0 SControl 300)
[    4.419757] ata22: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.419807] ata21: SATA link down (SStatus 0 SControl 300)
[    4.419877] ata18: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.432913] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.437581] ata5.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    4.437585] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.441580] ata5.00: configured for UDMA/133
[    4.446670] ata4.00: configured for UDMA/133
[    4.537034] hub 1-1:1.0: USB hub found
[    4.537233] hub 1-1:1.0: 6 ports detected
[    4.553666] hub 2-1:1.0: USB hub found
[    4.553821] hub 2-1:1.0: 8 ports detected
[    4.559574] ata14: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.559603] ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.559647] ata13: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.559668] ata11: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.559869] ata14.15: Port Multiplier 1.2, 0x1b4b:0x9705 r160, 5 ports, feat 0x1/0x1f
[    4.561728] ahci 0000:05:00.0: FBS is enabled
[    4.561993] ata14.00: hard resetting link
[    4.562008] ata13.00: ATA-9: WDC WD30EFRX-68EUZN0, 80.00A80, max UDMA/133
[    4.562011] ata13.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    4.562053] ata11.00: ATA-8: ST3000VX000-1CU166, CV23, max UDMA/133
[    4.562056] ata11.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    4.562155] ata12.00: ATA-9: ST4000DM000-1F2168, CC54, max UDMA/133
[    4.562159] ata12.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    4.562660] ata13.00: configured for UDMA/133
[    4.562717] ata11.00: configured for UDMA/133
[    4.562988] ata12.00: configured for UDMA/133
[    4.589580] ata15: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.749555] tsc: Refined TSC clocksource calibration: 2599.999 MHz
[    4.749577] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a3b2ad7e, max_idle_ns: 440795282337 ns
[    4.759631] ata22.00: ATAPI: MARVELL VIRTUALL, 1.09, max UDMA/66
[    4.759863] ata22.00: configured for UDMA/66
[    4.763574] ata18.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    4.763578] ata18.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    4.763967] ata17.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[    4.763971] ata17.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    4.766065] ata15.00: ATA-7: SAMSUNG HD103UJ, 1AA01113, max UDMA7
[    4.766068] ata15.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    4.766682] ata18.00: configured for UDMA/133
[    4.767942] ata17.00: configured for UDMA/133
[    4.772731] ata15.00: configured for UDMA/133
[    4.779534] ata16: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.780284] ata16.00: ATA-9: WDC WD30EURS-63SPKY0, 80.00A80, max UDMA/133
[    4.780288] ata16.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    4.781090] ata16.00: configured for UDMA/133
[    4.832840] usb 2-1.3: new high-speed USB device number 3 using ehci-pci
[    4.876866] ahci 0000:05:00.0: FBS is disabled
[    4.935314] usbcore: registered new interface driver usb-storage
[    4.937107] scsi host23: uas
[    4.937242] usbcore: registered new interface driver uas
[    4.939177] scsi 23:0:0:0: Direct-Access     Seagate  Expansion Desk   0740 PQ: 0 ANSI: 6
[    5.002897] usb 2-1.7: new high-speed USB device number 4 using ehci-pci
[    5.032870] ahci 0000:05:00.0: FBS is enabled
[    5.033040] ata14.00: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
[    5.033063] ata14.01: hard resetting link
[    5.101863] hub 2-1.7:1.0: USB hub found
[    5.102084] hub 2-1.7:1.0: 5 ports detected
[    5.347309] ahci 0000:05:00.0: FBS is disabled
[    5.436182] usb 2-1.7.4: new low-speed USB device number 5 using ehci-pci
[    5.506203] ahci 0000:05:00.0: FBS is enabled
[    5.506353] ata14.01: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    5.506379] ata14.02: hard resetting link
[    5.604763] hidraw: raw HID events driver (C) Jiri Kosina
[    5.607160] usbcore: registered new interface driver usbhid
[    5.607163] usbhid: USB HID core driver
[    5.608618] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7.4/2-1.7.4:1.0/0003:046B:FF10.0001/input/input1
[    5.662885] hid-generic 0003:046B:FF10.0001: input,hidraw0: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.7.4/input0
[    5.663089] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7.4/2-1.7.4:1.1/0003:046B:FF10.0002/input/input2
[    5.663194] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.7.4/input1
[    5.763044] clocksource: Switched to clocksource tsc
[    5.819554] ahci 0000:05:00.0: FBS is disabled
[    5.976134] ahci 0000:05:00.0: FBS is enabled
[    5.976268] ata14.02: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    5.976292] ata14.03: hard resetting link
[    6.289797] ahci 0000:05:00.0: FBS is disabled
[    6.446110] ahci 0000:05:00.0: FBS is enabled
[    6.446245] ata14.03: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    6.446270] ata14.04: hard resetting link
[    6.589603] sas: phy-0:0 added to port-0:0, phy_mask:0x1 (5fcfffff00000001)
[    6.589663] sas: phy-0:1 added to port-0:1, phy_mask:0x2 (5fcfffff00000002)
[    6.589718] sas: phy-0:2 added to port-0:2, phy_mask:0x4 (5fcfffff00000003)
[    6.589770] sas: phy-0:3 added to port-0:3, phy_mask:0x8 (5fcfffff00000004)
[    6.589793] sas: DOING DISCOVERY on port 0, pid:232
[    6.589822] sas: DONE DISCOVERY on port 0, pid:232, result:0
[    6.589836] sas: DOING DISCOVERY on port 1, pid:232
[    6.589853] sas: DONE DISCOVERY on port 1, pid:232, result:0
[    6.589866] sas: DOING DISCOVERY on port 2, pid:232
[    6.589884] sas: DONE DISCOVERY on port 2, pid:232, result:0
[    6.589896] sas: DOING DISCOVERY on port 3, pid:232
[    6.589914] sas: DONE DISCOVERY on port 3, pid:232, result:0
[    6.589933] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[    6.590039] sas: ata23: end_device-0:0: dev error handler
[    6.759903] ahci 0000:05:00.0: FBS is disabled
[    6.877987] ata23.00: ATA-9: WDC WD30EFRX-68AX9N0, 80.00A80, max UDMA/133
[    6.877991] ata23.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.878701] ata23.00: configured for UDMA/133
[    6.878792] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[    6.890171] scsi 0:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68A 0A80 PQ: 0 ANSI: 5
[    6.916133] ahci 0000:05:00.0: FBS is enabled
[    6.916275] ata14.04: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[    6.932785] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[    6.932803] sas: ata23: end_device-0:0: dev error handler
[    6.932876] sas: ata24: end_device-0:1: dev error handler
[    6.945005] ata14.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
[    6.945007] ata14.00: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    6.987103] ata14.00: configured for UDMA/133
[    7.256756] ata24.00: ATA-9: WDC WD30EURS-63SPKY0, 80.00A80, max UDMA/133
[    7.256759] ata24.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    7.257532] ata24.00: configured for UDMA/133
[    7.257603] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[    7.268987] scsi 0:0:1:0: Direct-Access     ATA      WDC WD30EURS-63S 0A80 PQ: 0 ANSI: 5
[    7.302812] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[    7.302877] sas: ata23: end_device-0:0: dev error handler
[    7.302916] sas: ata24: end_device-0:1: dev error handler
[    7.302946] sas: ata25: end_device-0:2: dev error handler
[    7.790084] ata25.00: ATA-8: ST3000VX000-1CU166, CV23, max UDMA/133
[    7.790088] ata25.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    7.790811] ata25.00: configured for UDMA/133
[    7.790884] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[    7.802048] scsi 0:0:2:0: Direct-Access     ATA      ST3000VX000-1CU1 CV23 PQ: 0 ANSI: 5
[    7.852767] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[    7.852822] sas: ata23: end_device-0:0: dev error handler
[    7.852870] sas: ata24: end_device-0:1: dev error handler
[    7.852888] sas: ata25: end_device-0:2: dev error handler
[    7.852954] sas: ata26: end_device-0:3: dev error handler
[    7.934158] ata14.01: ATA-9: WDC WD8001FFWX-68J1UN0, 83.H0A03, max UDMA/133
[    7.934162] ata14.01: 15628053168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    7.948857] ata14.01: configured for UDMA/133
[    7.964642] ata14.02: ATA-10: WDC WD6001FZWX-00A2VA0, 01.01A01, max UDMA/133
[    7.964645] ata14.02: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    7.980751] ata14.02: configured for UDMA/133
[    7.981482] ata14.03: ATA-9: WDC WD30EFRX-68EUZN0, 80.00A80, max UDMA/133
[    7.981486] ata14.03: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    7.982324] ata14.03: configured for UDMA/133
[    7.984146] ata14.04: ATA-8: HGST HDN724040ALE640, MJAOA5E0, max UDMA/133
[    7.984149] ata14.04: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    7.986019] ata14.04: configured for UDMA/133
[    7.986055] ata14: EH complete
[    8.267387] ata26.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[    8.267390] ata26.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[    8.268909] ata26.00: configured for UDMA/133
[    8.269019] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[    8.280391] scsi 0:0:3:0: Direct-Access     ATA      TOSHIBA DT01ACA3 ABB0 PQ: 0 ANSI: 5
[    8.317503] scsi: waiting for bus probes to complete ...
[    8.318374] sd 0:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.318377] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    8.318421] sd 0:0:1:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.318424] scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD 850  3B6Q PQ: 0 ANSI: 5
[    8.318429] sd 0:0:1:0: [sdb] 4096-byte physical blocks
[    8.318485] sd 0:0:2:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.318487] sd 0:0:2:0: [sdc] 4096-byte physical blocks
[    8.318511] sd 0:0:3:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.318515] sd 0:0:3:0: [sdd] 4096-byte physical blocks
[    8.318537] sd 0:0:1:0: [sdb] Write Protect is off
[    8.318540] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[    8.318553] sd 0:0:0:0: [sda] Write Protect is off
[    8.318558] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    8.318573] sd 0:0:3:0: [sdd] Write Protect is off
[    8.318576] sd 0:0:3:0: [sdd] Mode Sense: 00 3a 00 00
[    8.318593] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.318601] sd 0:0:3:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.318612] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.318613] sd 0:0:2:0: [sdc] Write Protect is off
[    8.318616] sd 0:0:2:0: [sdc] Mode Sense: 00 3a 00 00
[    8.318674] sd 0:0:2:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.319112] sd 23:0:0:0: [sde] 732566645 4096-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.320729] sd 23:0:0:0: [sde] Write Protect is off
[    8.320734] sd 23:0:0:0: [sde] Mode Sense: 2b 00 10 08
[    8.321851] sd 23:0:0:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
[    8.327619]  sde: sde1
[    8.331727] sd 23:0:0:0: [sde] Attached SCSI disk
[    8.356357] sd 1:0:0:0: [sdf] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[    8.356738] sd 1:0:0:0: [sdf] Write Protect is off
[    8.356743] sd 1:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[    8.356881] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HDS72202 A28A PQ: 0 ANSI: 5
[    8.356889] sd 1:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.359710]  sdf: sdf1 sdf2
[    8.360748] sd 1:0:0:0: [sdf] Attached SCSI disk
[    8.366277]  sdc: sdc1
[    8.367402] sd 0:0:2:0: [sdc] Attached SCSI disk
[    8.378204]  sdd: sdd1
[    8.378670] sd 0:0:3:0: [sdd] Attached SCSI disk
[    8.378768]  sdb: sdb1
[    8.379708] sd 0:0:1:0: [sdb] Attached SCSI disk
[    8.390767]  sda: sda1
[    8.391770] sd 0:0:0:0: [sda] Attached SCSI disk
[    8.399710] sd 2:0:0:0: [sdg] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    8.399966] sd 2:0:0:0: [sdg] Write Protect is off
[    8.399973] sd 2:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[    8.400122] sd 2:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.400321] scsi 3:0:0:0: Direct-Access     ATA      WDC WD30EURS-63S 0A80 PQ: 0 ANSI: 5
[    8.404768]  sdg: sdg1
[    8.405582] sd 2:0:0:0: [sdg] Attached SCSI disk
[    8.449635] sd 3:0:0:0: [sdh] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[    8.449638] sd 3:0:0:0: [sdh] 4096-byte physical blocks
[    8.449776] sd 3:0:0:0: [sdh] Write Protect is off
[    8.449781] sd 3:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[    8.449913] sd 3:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.450451] scsi 4:0:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
[    8.489737] sd 4:0:0:0: [sdi] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[    8.490085] sd 4:0:0:0: [sdi] Write Protect is off
[    8.490090] sd 4:0:0:0: [sdi] Mode Sense: 00 3a 00 00
[    8.490243] sd 4:0:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.490477] scsi 5:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M AB51 PQ: 0 ANSI: 5
[    8.496248] random: crng init done
[    8.496279]  sdi: sdi1
[    8.497315] sd 4:0:0:0: [sdi] Attached SCSI disk
[    8.518479]  sdh: sdh1
[    8.518963] sd 3:0:0:0: [sdh] Attached SCSI disk
[    8.532989] sd 5:0:0:0: [sdj] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    8.533031] sd 5:0:0:0: [sdj] Write Protect is off
[    8.533034] sd 5:0:0:0: [sdj] Mode Sense: 00 3a 00 00
[    8.533056] sd 5:0:0:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.533831] scsi 6:0:0:0: Direct-Access     ATA      ST4000DM000-1F21 CC54 PQ: 0 ANSI: 5
[    8.543864]  sdj: sdj1
[    8.544312] sd 5:0:0:0: [sdj] Attached SCSI disk
[    8.572958] sd 6:0:0:0: [sdk] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[    8.572961] sd 6:0:0:0: [sdk] 4096-byte physical blocks
[    8.573003] sd 6:0:0:0: [sdk] Write Protect is off
[    8.573006] sd 6:0:0:0: [sdk] Mode Sense: 00 3a 00 00
[    8.573027] sd 6:0:0:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    8.640763]  sdk: sdk1
[    8.641205] sd 6:0:0:0: [sdk] Attached SCSI disk
[    9.592638] ata10: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    9.592843] ata10.15: Port Multiplier 1.2, 0x1b4b:0x9705 r160, 5 ports, feat 0x1/0x1f
[    9.594835] ahci 0000:04:00.0: FBS is enabled
[    9.594939] ata10.00: hard resetting link
[    9.909247] ata10.00: SATA link down (SStatus 0 SControl 330)
[    9.909279] ata10.01: hard resetting link
[   10.223500] ata10.01: SATA link down (SStatus 0 SControl 330)
[   10.223533] ata10.02: hard resetting link
[   10.536931] ata10.02: SATA link down (SStatus 0 SControl 330)
[   10.536964] ata10.03: hard resetting link
[   10.850200] ata10.03: SATA link down (SStatus 0 SControl 330)
[   10.850234] ata10.04: hard resetting link
[   11.163463] ata10.04: SATA link down (SStatus 0 SControl 330)
[   11.163529] ata10: EH complete
[   11.164302] scsi 11:0:0:0: Direct-Access     ATA      ST3000VX000-1CU1 CV23 PQ: 0 ANSI: 5
[   11.199604] sd 11:0:0:0: [sdl] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[   11.199608] sd 11:0:0:0: [sdl] 4096-byte physical blocks
[   11.199970] sd 11:0:0:0: [sdl] Write Protect is off
[   11.199975] sd 11:0:0:0: [sdl] Mode Sense: 00 3a 00 00
[   11.200139] sd 11:0:0:0: [sdl] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.200419] scsi 12:0:0:0: Direct-Access     ATA      ST4000DM000-1F21 CC54 PQ: 0 ANSI: 5
[   11.207490] sd 11:0:0:0: [sdl] Attached SCSI removable disk
[   11.239663] sd 12:0:0:0: [sdm] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   11.239667] sd 12:0:0:0: [sdm] 4096-byte physical blocks
[   11.239914] sd 12:0:0:0: [sdm] Write Protect is off
[   11.239919] sd 12:0:0:0: [sdm] Mode Sense: 00 3a 00 00
[   11.240085] sd 12:0:0:0: [sdm] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.240434] scsi 13:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A80 PQ: 0 ANSI: 5
[   11.289609] sd 13:0:0:0: [sdn] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[   11.289613] sd 13:0:0:0: [sdn] 4096-byte physical blocks
[   11.289814] sd 13:0:0:0: [sdn] Write Protect is off
[   11.289819] sd 13:0:0:0: [sdn] Mode Sense: 00 3a 00 00
[   11.289982]  sdm: sdm1
[   11.290001] sd 13:0:0:0: [sdn] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.290348] scsi 14:0:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
[   11.290520] sd 12:0:0:0: [sdm] Attached SCSI removable disk
[   11.329490] sd 14:0:0:0: [sdo] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[   11.329557] sd 14:0:0:0: [sdo] Write Protect is off
[   11.329560] sd 14:0:0:0: [sdo] Mode Sense: 00 3a 00 00
[   11.329582] sd 14:0:0:0: [sdo] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.330214] scsi 14:1:0:0: Direct-Access     ATA      WDC WD8001FFWX-6 0A03 PQ: 0 ANSI: 5
[   11.333509]  sdo: sdo1
[   11.333973] sd 14:0:0:0: [sdo] Attached SCSI removable disk
[   11.343970]  sdn: sdn1
[   11.344653] sd 13:0:0:0: [sdn] Attached SCSI removable disk
[   11.369537] sd 14:1:0:0: [sdp] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[   11.369540] sd 14:1:0:0: [sdp] 4096-byte physical blocks
[   11.369589] sd 14:1:0:0: [sdp] Write Protect is off
[   11.369592] sd 14:1:0:0: [sdp] Mode Sense: 00 3a 00 00
[   11.369614] sd 14:1:0:0: [sdp] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.370216] scsi 14:2:0:0: Direct-Access     ATA      WDC WD6001FZWX-0 1A01 PQ: 0 ANSI: 5
[   11.408979]  sdp: sdp1
[   11.409514] sd 14:1:0:0: [sdp] Attached SCSI removable disk
[   11.409517] sd 14:2:0:0: [sdq] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
[   11.409521] sd 14:2:0:0: [sdq] 4096-byte physical blocks
[   11.409589] sd 14:2:0:0: [sdq] Write Protect is off
[   11.409593] sd 14:2:0:0: [sdq] Mode Sense: 00 3a 00 00
[   11.409617] sd 14:2:0:0: [sdq] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.410055] scsi 14:3:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A80 PQ: 0 ANSI: 5
[   11.449517] sd 14:3:0:0: [sdr] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[   11.449521] sd 14:3:0:0: [sdr] 4096-byte physical blocks
[   11.449573] sd 14:3:0:0: [sdr] Write Protect is off
[   11.449577] sd 14:3:0:0: [sdr] Mode Sense: 00 3a 00 00
[   11.449600] sd 14:3:0:0: [sdr] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.450186] scsi 14:4:0:0: Direct-Access     ATA      HGST HDN724040AL A5E0 PQ: 0 ANSI: 5
[   11.459359]  sdq: sdq1
[   11.459838] sd 14:2:0:0: [sdq] Attached SCSI removable disk
[   11.489501] sd 14:4:0:0: [sds] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[   11.489504] sd 14:4:0:0: [sds] 4096-byte physical blocks
[   11.489552] sd 14:4:0:0: [sds] Write Protect is off
[   11.489556] sd 14:4:0:0: [sds] Mode Sense: 00 3a 00 00
[   11.489577] sd 14:4:0:0: [sds] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.490326] scsi 15:0:0:0: Direct-Access     ATA      SAMSUNG HD103UJ  1113 PQ: 0 ANSI: 5
[   11.517006]  sdr: sdr1
[   11.517479] sd 14:3:0:0: [sdr] Attached SCSI removable disk
[   11.529505] sd 15:0:0:0: [sdt] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[   11.529551] sd 15:0:0:0: [sdt] Write Protect is off
[   11.529554] sd 15:0:0:0: [sdt] Mode Sense: 00 3a 00 00
[   11.529573] sd 15:0:0:0: [sdt] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.530247] scsi 16:0:0:0: Direct-Access     ATA      WDC WD30EURS-63S 0A80 PQ: 0 ANSI: 5
[   11.548811]  sds: sds1
[   11.549209] sd 14:4:0:0: [sds] Attached SCSI removable disk
[   11.552233]  sdt: sdt1
[   11.552634] sd 15:0:0:0: [sdt] Attached SCSI disk
[   11.576186] sd 16:0:0:0: [sdu] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[   11.576190] sd 16:0:0:0: [sdu] 4096-byte physical blocks
[   11.576234] sd 16:0:0:0: [sdu] Write Protect is off
[   11.576237] sd 16:0:0:0: [sdu] Mode Sense: 00 3a 00 00
[   11.576257] sd 16:0:0:0: [sdu] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.576847] scsi 17:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M AB51 PQ: 0 ANSI: 5
[   11.616191] sd 17:0:0:0: [sdv] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[   11.616456] sd 17:0:0:0: [sdv] Write Protect is off
[   11.616461] sd 17:0:0:0: [sdv] Mode Sense: 00 3a 00 00
[   11.616590] sd 17:0:0:0: [sdv] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.616729] scsi 18:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M AB51 PQ: 0 ANSI: 5
[   11.632559]  sdu: sdu1
[   11.632988] sd 16:0:0:0: [sdu] Attached SCSI disk
[   11.676194] sd 18:0:0:0: [sdw] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[   11.676236] sd 18:0:0:0: [sdw] Write Protect is off
[   11.676239] sd 18:0:0:0: [sdw] Mode Sense: 00 3a 00 00
[   11.676258] sd 18:0:0:0: [sdw] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.676786]  sdw: sdw1
[   11.677194] scsi 22:0:0:0: Processor         Marvell  Console          1.01 PQ: 0 ANSI: 5
[   11.677279] sd 18:0:0:0: [sdw] Attached SCSI disk
[   12.060238]  sdv: sdv1
[   12.061318] sd 17:0:0:0: [sdv] Attached SCSI disk
[   12.886477] EXT4-fs (sdf2): mounted filesystem with ordered data mode. Opts: (null)
[   12.940872] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.974938] systemd[1]: systemd 232 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[   12.975401] systemd[1]: Detected architecture x86-64.
[   12.975552] systemd[1]: Set hostname to <fatzo>.
[   13.028980] systemd[1]: Listening on udev Control Socket.
[   13.029340] systemd[1]: Created slice System Slice.
[   13.029811] systemd[1]: Mounting Debug File System...
[   13.030332] systemd[1]: Mounting POSIX Message Queue File System...
[   13.030401] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[   13.030949] systemd[1]: Mounting Huge Pages File System...
[   13.031008] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[   13.042547] EXT4-fs (sdf2): re-mounted. Opts: data=ordered
[   13.131582] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input3
[   13.131591] ACPI: Power Button [PWRB]
[   13.131755] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input4
[   13.131759] ACPI: Power Button [PWRF]
[   13.159701] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[   13.167631] ipmi message handler version 39.2
[   13.168134] wmi: Mapper loaded
[   13.169244] ipmi_si IPI0001:00: ipmi_si: probing via ACPI
[   13.169265] ipmi_si IPI0001:00: [io  0x0ca2] regsize 1 spacing 1 irq 0
[   13.169267] ipmi_si: Adding ACPI-specified kcs state machine
[   13.169307] IPMI System Interface driver.
[   13.169387] ipmi_si: probing via SPMI
[   13.169388] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[   13.169389] ipmi_si: Adding SPMI-specified kcs state machine duplicate interface
[   13.169391] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[   13.171004] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   13.236580] dca service started, version 1.12.1
[   13.238976] ioatdma: Intel(R) QuickData Technology Driver 4.00
[   13.284408] [drm] Initialized drm 1.1.0 20060810
[   13.289849] pps_core: LinuxPPS API ver. 1 registered
[   13.289851] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   13.291264] PTP clock support registered
[   13.297096] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[   13.297097] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[   13.297479] e1000e 0000:08:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   13.306068] ast 0000:0a:00.0: enabling device (0000 -> 0003)
[   13.307021] [drm] AST 2300 detected
[   13.307036] [drm] VGA not enabled on entry, requesting chip POST
[   13.307047] [drm] Analog VGA only
[   13.307069] [drm] dram 1632000000 1 16 00f00000
[   13.307467] [TTM] Zone  kernel: Available graphics memory: 32972100 kiB
[   13.307468] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[   13.307469] [TTM] Initializing pool allocator
[   13.307546] [TTM] Initializing DMA pool allocator
[   13.312945] checking generic (f9000000 130000) vs hw (de000000 1000000)
[   13.313652] ast 0000:0a:00.0: fb1: astdrmfb frame buffer device
[   13.327953] input: PC Speaker as /devices/platform/pcspkr/input/input5
[   13.337301] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[   13.337303] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[   13.337304] RAPL PMU: hw unit of domain package 2^-16 Joules
[   13.337305] RAPL PMU: hw unit of domain dram 2^-16 Joules
[   13.341448] checking generic (f9000000 130000) vs hw (f0000000 8000000)
[   13.341451] checking generic (f9000000 130000) vs hw (f8000000 2000000)
[   13.341452] fb: switching to nouveaufb from VESA VGA
[   13.341499] Console: switching to colour dummy device 80x25
[   13.341626] nouveau 0000:81:00.0: NVIDIA GK208B (b06070b1)
[   13.348024] mousedev: PS/2 mouse device common for all mice
[   13.349685] e1000e 0000:08:00.0 0000:08:00.0 (uninitialized): registered PHC clock
[   13.365739] [drm] Initialized ast 0.1.0 20120228 for 0000:0a:00.0 on minor 0
[   13.368897] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[   13.370558] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[   13.407483] e1000e 0000:08:00.0 eth0: (PCI Express:2.5GT/s:Width x1) d0:50:99:c1:8a:d3
[   13.407486] e1000e 0000:08:00.0 eth0: Intel(R) PRO/1000 Network Connection
[   13.407501] e1000e 0000:08:00.0 eth0: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[   13.407747] e1000e 0000:0c:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[   13.432993] AVX version of gcm_enc/dec engaged.
[   13.432995] AES CTR mode by8 optimization enabled
[   13.434021] iTCO_vendor_support: vendor-support=0
[   13.434805] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[   13.434841] iTCO_wdt: Found a Patsburg TCO device (Version=2, TCOBASE=0x0460)
[   13.434961] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[   13.451292] nouveau 0000:81:00.0: bios: version 80.28.78.00.13
[   13.451854] Adding 12596220k swap on /dev/sdf1.  Priority:-1 extents:1 across:12596220k SSFS
[   13.452478] nouveau 0000:81:00.0: priv: HUB0: 085014 ffffffff (1970820b)
[   13.452482] nouveau 0000:81:00.0: fb: 4096 MiB DDR3
[   13.459655] e1000e 0000:0c:00.0 0000:0c:00.0 (uninitialized): registered PHC clock
[   13.466828] EDAC MC: Ver: 3.0.0
[   13.468422] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[   13.468435] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[   13.468444] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[   13.468449] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[   13.468455] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[   13.468463] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[   13.468465] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[   13.468470] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[   13.468476] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[   13.468478] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[   13.468484] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[   13.468490] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[   13.468491] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[   13.468497] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[   13.468503] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[   13.468504] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[   13.468510] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[   13.468516] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[   13.468518] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[   13.468524] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[   13.468529] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[   13.468531] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[   13.468538] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[   13.468544] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[   13.468545] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[   13.468550] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[   13.468556] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[   13.468558] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[   13.468563] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[   13.468569] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[   13.468571] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[   13.468577] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[   13.468582] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[   13.472554] EDAC MC0: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#0: DEV 0000:7f:0e.0 (INTERRUPT)
[   13.473399] EDAC MC1: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#1: DEV 0000:ff:0e.0 (INTERRUPT)
[   13.473400] EDAC sbridge:  Ver: 1.1.1
[   13.475966] intel_rapl: Found RAPL domain package
[   13.475970] intel_rapl: Found RAPL domain core
[   13.475998] intel_rapl: Found RAPL domain package
[   13.476001] intel_rapl: Found RAPL domain core
[   13.481337] systemd-journald[550]: Received request to flush runtime journal from PID 1
[   13.516297] e1000e 0000:0c:00.0 eth1: (PCI Express:2.5GT/s:Width x1) d0:50:99:c1:8a:d4
[   13.516299] e1000e 0000:0c:00.0 eth1: Intel(R) PRO/1000 Network Connection
[   13.516312] e1000e 0000:0c:00.0 eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[   13.519964] e1000e 0000:0c:00.0 enp12s0: renamed from eth1
[   13.559154] e1000e 0000:08:00.0 enp8s0: renamed from eth0
[   13.560622] nct6775: Found NCT6776D/F or compatible chip at 0x2e:0x290
[   14.145755] ipmi_si IPI0001:00: Found new BMC (man_id: 0x000000, prod_id: 0xaabb, dev_id: 0x20)
[   14.145763] ipmi_si IPI0001:00: IPMI kcs interface initialized
[   14.148781] IPMI SSIF Interface driver
[   14.539233] nouveau 0000:81:00.0: DRM: VRAM: 4096 MiB
[   14.539235] nouveau 0000:81:00.0: DRM: GART: 1048576 MiB
[   14.539239] nouveau 0000:81:00.0: DRM: TMDS table version 2.0
[   14.539240] nouveau 0000:81:00.0: DRM: DCB version 4.0
[   14.539242] nouveau 0000:81:00.0: DRM: DCB outp 00: 01800f02 00020030
[   14.539244] nouveau 0000:81:00.0: DRM: DCB outp 01: 02811f62 00020010
[   14.539245] nouveau 0000:81:00.0: DRM: DCB outp 02: 02022f10 00000000
[   14.539247] nouveau 0000:81:00.0: DRM: DCB conn 00: 00001031
[   14.539247] nouveau 0000:81:00.0: DRM: DCB conn 01: 00002161
[   14.539248] nouveau 0000:81:00.0: DRM: DCB conn 02: 00000200
[   14.542640] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[   14.542641] [drm] Driver supports precise vblank timestamp query.
[   14.586568] nouveau 0000:81:00.0: DRM: MM: using COPY for buffer copies
[   14.783927] nouveau 0000:81:00.0: DRM: allocated 1280x1024 fb: 0x60000, bo ffff8810586fc400
[   14.784027] fbcon: nouveaufb (fb0) is primary device
[   14.950584] Console: switching to colour frame buffer device 160x64
[   14.952348] nouveau 0000:81:00.0: fb0: nouveaufb frame buffer device
[   14.952353] [drm] Initialized nouveau 1.3.1 20120801 for 0000:81:00.0 on minor 1
[   14.952470] snd_hda_intel 0000:81:00.1: Disabling MSI
[   14.952516] snd_hda_intel 0000:81:00.1: Handle vga_switcheroo audio client
[   15.500448] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:80/0000:80:02.0/0000:81:00.1/sound/card0/input6
[   15.500661] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:80/0000:80:02.0/0000:81:00.1/sound/card0/input7
[   17.656579] e1000e: enp12s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[   17.923710] tun: Universal TUN/TAP device driver, 1.6
[   17.923712] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   17.980656] vgaarb: device changed decodes: PCI:0000:81:00.0,olddecodes=io+mem,decodes=none:owns=io+mem

lspci -v output:

00:00.0 Host bridge: Intel Corporation Xeon E5/Core i7 DMI2 (rev 07)
	Subsystem: ASRock Incorporation Device 3c00
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 0
	NUMA node: 0
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed unknown, Width x0, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [144 v1] Vendor Specific Information: ID=0004 Rev=1 Len=03c <?>
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>

00:01.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 1a (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 25
	NUMA node: 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c02
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00218  Data: 0000
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L1, Exit Latency L0s unlimited, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #9, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power+ Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:01.1 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 1b (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 26
	NUMA node: 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c03
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00238  Data: 0000
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x4, ASPM L1, Exit Latency L0s unlimited, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power+ Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:02.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2a (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 28
	NUMA node: 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c04
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00278  Data: 0000
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L1, Exit Latency L0s unlimited, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #4, PowerLimit 75.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power+ Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 30
	NUMA node: 0
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00008000-00008fff
	Memory behind bridge: df800000-df8fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c08
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee002b8  Data: 0000
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s unlimited, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power+ Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.2 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3c (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 31
	NUMA node: 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: df700000-df7fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c0a
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee002d8  Data: 0000
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x8, ASPM L1, Exit Latency L0s unlimited, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 25.000W; Interlock- NoCompl-
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Off, PwrInd Off, Power+ Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:04.0 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 0 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 0
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 48
	NUMA node: 0
	Region 0: Memory at df91c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.1 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 1 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 1
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 50
	NUMA node: 0
	Region 0: Memory at df918000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.2 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 2 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 2
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 48
	NUMA node: 0
	Region 0: Memory at df914000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.3 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 3 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 3
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 50
	NUMA node: 0
	Region 0: Memory at df910000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.4 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 4 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 4
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 48
	NUMA node: 0
	Region 0: Memory at df90c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.5 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 5 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 5
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 50
	NUMA node: 0
	Region 0: Memory at df908000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.6 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 6 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 6
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 48
	NUMA node: 0
	Region 0: Memory at df904000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:04.7 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 7 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 7
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 50
	NUMA node: 0
	Region 0: Memory at df900000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

00:05.0 System peripheral: Intel Corporation Xeon E5/Core i7 Address Map, VTd_Misc, System Management (rev 07)
	Subsystem: ASRock Incorporation Device 3c28
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

00:05.2 System peripheral: Intel Corporation Xeon E5/Core i7 Control Status and Global Errors (rev 07)
	Subsystem: ASRock Incorporation Device 3c2a
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

00:05.4 PIC: Intel Corporation Xeon E5/Core i7 I/O APIC (rev 07) (prog-if 20 [IO(X)-APIC])
	Subsystem: ASRock Incorporation Device 3c2c
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	NUMA node: 0
	Region 0: Memory at df927000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

00:11.0 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Virtual Root Port (rev 06) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 32
	NUMA node: 0
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 00006000-00006fff
	Memory behind bridge: df600000-df6fffff
	Prefetchable memory behind bridge: 00000000dd800000-00000000ddcfffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #17, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd+
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [88] Subsystem: ASRock Incorporation Device 1d3e
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00318  Data: 0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [138 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans+
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:16.0 Communication controller: Intel Corporation C600/X79 series chipset MEI Controller #1 (rev 05)
	Subsystem: ASRock Incorporation Device 1d3a
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 11
	NUMA node: 0
	Region 0: Memory at df926000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Kernel modules: mei_me

00:16.1 Communication controller: Intel Corporation C600/X79 series chipset MEI Controller #2 (rev 05)
	Subsystem: ASRock Incorporation Device 1d3b
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 10
	NUMA node: 0
	Region 0: Memory at df925000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000

00:1a.0 USB controller: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #2 (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASRock Incorporation Device 1d2d
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 16
	NUMA node: 0
	Region 0: Memory at df923000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1c.0 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 1 (rev b6) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 33
	NUMA node: 0
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x1, ASPM L1, Exit Latency L0s <1us, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00338  Data: 0000
	Capabilities: [90] Subsystem: ASRock Incorporation Device 1d10
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 2 (rev b6) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 34
	NUMA node: 0
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: df300000-df4fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #2, Speed 5GT/s, Width x1, ASPM L1, Exit Latency L0s <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00378  Data: 0000
	Capabilities: [90] Subsystem: ASRock Incorporation Device 1d12
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.3 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 4 (rev b6) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 35
	NUMA node: 0
	Bus: primary=00, secondary=09, subordinate=0a, sec-latency=0
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: de000000-df0fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #4, Speed 5GT/s, Width x1, ASPM L1, Exit Latency L0s <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee003b8  Data: 0000
	Capabilities: [90] Subsystem: ASRock Incorporation Device 1d16
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.4 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 5 (rev b6) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 36
	NUMA node: 0
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: df500000-df5fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #5, Speed 5GT/s, Width x2, ASPM L1, Exit Latency L0s <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt+
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee003d8  Data: 0000
	Capabilities: [90] Subsystem: ASRock Incorporation Device 1d18
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.7 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 8 (rev b6) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 37
	NUMA node: 0
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	I/O behind bridge: 00002000-00002fff
	Memory behind bridge: df100000-df2fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #8, Speed 5GT/s, Width x1, ASPM L1, Exit Latency L0s <512ns, L1 <4us
			ClockPM- Surprise- LLActRep+ BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #0, PowerLimit 10.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
		SltSta:	Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
			Changed: MRL- PresDet- LinkState-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible-
		RootCap: CRSVisible-
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee003f8  Data: 0000
	Capabilities: [90] Subsystem: ASRock Incorporation Device 1d1e
	Capabilities: [a0] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASRock Incorporation Device 1d26
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 23
	NUMA node: 0
	Region 0: Memory at df922000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6) (prog-if 01 [Subtractive decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	NUMA node: 0
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=32
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] Subsystem: ASRock Incorporation Device 244e

00:1f.0 ISA bridge: Intel Corporation C600/X79 series chipset LPC Controller (rev 06)
	Subsystem: ASRock Incorporation Device 1d41
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	NUMA node: 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 SATA controller: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller (rev 06) (prog-if 01 [AHCI 1.0])
	Subsystem: ASRock Incorporation Device 1d02
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 42
	NUMA node: 0
	Region 0: I/O ports at 9070 [size=8]
	Region 1: I/O ports at 9060 [size=4]
	Region 2: I/O ports at 9050 [size=8]
	Region 3: I/O ports at 9040 [size=4]
	Region 4: I/O ports at 9020 [size=32]
	Region 5: Memory at df921000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00418  Data: 0000
	Capabilities: [70] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [a8] SATA HBA v1.0 BAR4 Offset=00000004
	Capabilities: [b0] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation C600/X79 series chipset SMBus Host Controller (rev 06)
	Subsystem: ASRock Incorporation Device 1d22
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 18
	NUMA node: 0
	Region 0: Memory at df920000 (64-bit, non-prefetchable) [size=256]
	Region 4: I/O ports at 9000 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

04:00.0 SATA controller: Marvell Technology Group Ltd. Device 9215 (rev 11) (prog-if 01 [AHCI 1.0])
	Subsystem: Marvell Technology Group Ltd. Device 9215
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 45
	NUMA node: 0
	Region 0: I/O ports at 8050 [size=8]
	Region 1: I/O ports at 8040 [size=4]
	Region 2: I/O ports at 8030 [size=8]
	Region 3: I/O ports at 8020 [size=4]
	Region 4: I/O ports at 8000 [size=32]
	Region 5: Memory at df810000 (32-bit, non-prefetchable) [size=2K]
	Expansion ROM at df800000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00478  Data: 0000
	Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] SATA HBA v0.0 BAR4 Offset=00000004
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: ahci
	Kernel modules: ahci

05:00.0 SATA controller: Marvell Technology Group Ltd. Device 9215 (rev 11) (prog-if 01 [AHCI 1.0])
	Subsystem: Marvell Technology Group Ltd. Device 9215
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 46
	NUMA node: 0
	Region 0: I/O ports at 7050 [size=8]
	Region 1: I/O ports at 7040 [size=4]
	Region 2: I/O ports at 7030 [size=8]
	Region 3: I/O ports at 7020 [size=4]
	Region 4: I/O ports at 7000 [size=32]
	Region 5: Memory at df710000 (32-bit, non-prefetchable) [size=2K]
	Expansion ROM at df700000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00498  Data: 0000
	Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] SATA HBA v0.0 BAR4 Offset=00000004
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: ahci
	Kernel modules: ahci

06:00.0 Serial Attached SCSI controller: Intel Corporation C602 chipset 4-Port SATA Storage Control Unit (rev 06)
	Subsystem: ASRock Incorporation Device 1d6b
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	NUMA node: 0
	Region 0: Memory at ddc7c000 (64-bit, prefetchable) [size=16K]
	Region 2: Memory at dd800000 (64-bit, prefetchable) [size=4M]
	Region 4: I/O ports at 6000 [size=256]
	Capabilities: [98] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [c4] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 1024 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+ SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 128 bytes, MaxReadReq 1024 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI-X: Enable+ Count=2 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [138 v1] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 1
		ARICtl:	MFVC- ACS-, Function Group: 0
	Capabilities: [180 v1] Transaction Processing Hints
		Device specific mode supported
		No steering table available
	Capabilities: [140 v1] Single Root I/O Virtualization (SR-IOV)
		IOVCap:	Migration-, Interrupt Message Number: 000
		IOVCtl:	Enable- Migration- Interrupt- MSE- ARIHierarchy+
		IOVSta:	Migration-
		Initial VFs: 31, Total VFs: 31, Number of VFs: 0, Function Dependency Link: 00
		VF offset: 8, stride: 1, Device ID: 1d5b
		Supported Page Size: 00000553, System Page Size: 00000001
		Region 0: Memory at 00000000ddc00000 (64-bit, prefetchable)
		VF Migration: offset: 00000000, BIR: 0
	Kernel driver in use: isci
	Kernel modules: isci

08:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: ASRock Incorporation Device 10d3
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 17
	NUMA node: 0
	Region 0: Memory at df440000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at df300000 (32-bit, non-prefetchable) [size=1M]
	Region 2: I/O ports at 5000 [size=32]
	Region 3: Memory at df460000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at df400000 [disabled] [size=256K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <128ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number d0-50-99-ff-ff-c1-8a-d3
	Kernel driver in use: e1000e
	Kernel modules: e1000e

09:00.0 PCI bridge: ASPEED Technology, Inc. AST1150 PCI-to-PCI Bridge (rev 02) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 19
	NUMA node: 0
	Bus: primary=09, secondary=0a, subordinate=0a, sec-latency=32
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: de000000-df0fffff
	Secondary status: 66MHz+ FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [80] Express (v1) PCI-Express to PCI/PCI-X Bridge, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- SlotPowerLimit 10.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <256ns, L1 <2us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [a4] Subsystem: ASRock Incorporation Device 1150
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Kernel modules: shpchp

0a:00.0 VGA compatible controller: ASPEED Technology, Inc. ASPEED Graphics Family (rev 21) (prog-if 00 [VGA controller])
	Subsystem: ASRock Incorporation Device 2000
	Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 19
	NUMA node: 0
	Region 0: Memory at de000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at df000000 (32-bit, non-prefetchable) [size=128K]
	Region 2: I/O ports at 4000 [size=128]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ast
	Kernel modules: ast

0b:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller (rev 11) (prog-if 01 [AHCI 1.0])
	Subsystem: ASRock Incorporation Device 9230
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 47
	NUMA node: 0
	Region 0: I/O ports at 3050 [size=8]
	Region 1: I/O ports at 3040 [size=4]
	Region 2: I/O ports at 3030 [size=8]
	Region 3: I/O ports at 3020 [size=4]
	Region 4: I/O ports at 3000 [size=32]
	Region 5: Memory at df510000 (32-bit, non-prefetchable) [size=2K]
	Expansion ROM at df500000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee004d8  Data: 0000
	Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x2, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x2, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] SATA HBA v0.0 BAR4 Offset=00000004
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Kernel driver in use: ahci
	Kernel modules: ahci

0c:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: ASRock Incorporation Device 10d3
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx+
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 19
	NUMA node: 0
	Region 0: Memory at df240000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at df100000 (32-bit, non-prefetchable) [size=1M]
	Region 2: I/O ports at 2000 [size=32]
	Region 3: Memory at df260000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at df200000 [disabled] [size=256K]
	Capabilities: [c8] Power Management version 2
		Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [e0] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <128ns, L1 <64us
			ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
		Vector table: BAR=3 offset=00000000
		PBA: BAR=3 offset=00002000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number d0-50-99-ff-ff-c1-8a-d4
	Kernel driver in use: e1000e
	Kernel modules: e1000e

7f:08.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c80
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:08.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c83
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

7f:08.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c84
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:09.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c90
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:09.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c93
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

7f:09.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c94
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:0a.0 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0a.1 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0a.2 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc2
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0a.3 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cd0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0b.0 System peripheral: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0b.3 System peripheral: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce3
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0c.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0c.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0c.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0c.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0c.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0c.7 System peripheral: Intel Corporation Xeon E5/Core i7 System Address Decoder (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0d.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0d.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0d.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0d.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0d.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0e.0 System peripheral: Intel Corporation Xeon E5/Core i7 Processor Home Agent (rev 07)
	Subsystem: ASRock Incorporation Device 3ca0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:0e.1 Performance counters: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring (rev 07)
	Subsystem: ASRock Incorporation Device 3c46
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Kernel driver in use: snbep_uncore

7f:0f.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ca8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:0f.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller RAS Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3c71
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:0f.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3caa
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:0f.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cab
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:0f.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cac
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:0f.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cad
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:0f.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 4 (rev 07)
	Subsystem: ASRock Incorporation Device 3cae
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:10.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

7f:10.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

7f:10.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb2
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:10.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb3
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:10.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb4
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

7f:10.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb5
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

7f:10.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb6
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:10.7 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb7
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

7f:11.0 System peripheral: Intel Corporation Xeon E5/Core i7 DDRIO (rev 07)
	Subsystem: ASRock Incorporation Device 3cb8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:13.0 System peripheral: Intel Corporation Xeon E5/Core i7 R2PCIe (rev 07)
	Subsystem: ASRock Incorporation Device 3ce4
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:13.1 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c43
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Kernel driver in use: snbep_uncore

7f:13.4 Performance counters: Intel Corporation Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce6
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0

7f:13.5 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c44
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Kernel driver in use: snbep_uncore

7f:13.6 System peripheral: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c45
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 0
	Kernel driver in use: snbep_uncore

80:02.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2a (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 39
	NUMA node: 1
	Bus: primary=80, secondary=81, subordinate=81, sec-latency=0
	I/O behind bridge: 0000f000-0000ffff
	Memory behind bridge: fa000000-fb0fffff
	Prefetchable memory behind bridge: 00000000f0000000-00000000f9ffffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA+ MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c04
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00038  Data: 0000
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L1, Exit Latency L0s unlimited, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

80:03.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode (rev 07) (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 41
	NUMA node: 1
	Bus: primary=80, secondary=82, subordinate=82, sec-latency=0
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c08
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
		Address: fee00078  Data: 0000
		Masking: 00000002  Pending: 00000000
	Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0
			ExtTag+ RBE+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x16, ASPM L1, Exit Latency L0s unlimited, L1 <16us
			ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible+
		RootCap: CRSVisible+
		RootSta: PME ReqID 0000, PMEStatus- PMEPending-
		DevCap2: Completion Timeout: Range BCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [100 v1] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110 v1] Access Control Services
		ACSCap:	SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
		ACSCtl:	SrcValid- TransBlk- ReqRedir- CmpltRedir- UpstreamFwd- EgressCtrl- DirectTrans-
	Capabilities: [148 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [1d0 v1] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250 v1] #19
	Capabilities: [280 v1] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

80:04.0 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 0 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 0
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 62
	NUMA node: 1
	Region 0: Memory at fb11c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

80:04.1 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 1 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 1
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 64
	NUMA node: 1
	Region 0: Memory at fb118000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

80:04.2 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 2 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 2
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 62
	NUMA node: 1
	Region 0: Memory at fb114000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

80:04.3 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 3 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 3
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 64
	NUMA node: 1
	Region 0: Memory at fb110000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

80:04.4 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 4 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 4
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 62
	NUMA node: 1
	Region 0: Memory at fb10c000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

80:04.5 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 5 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 5
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 64
	NUMA node: 1
	Region 0: Memory at fb108000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

80:04.6 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 6 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 6
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin C routed to IRQ 62
	NUMA node: 1
	Region 0: Memory at fb104000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

80:04.7 System peripheral: Intel Corporation Xeon E5/Core i7 DMA Channel 7 (rev 07)
	Subsystem: Intel Corporation Xeon E5/Core i7 DMA Channel 7
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin D routed to IRQ 64
	NUMA node: 1
	Region 0: Memory at fb100000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [80] MSI-X: Enable+ Count=1 Masked-
		Vector table: BAR=0 offset=00002000
		PBA: BAR=0 offset=00003000
	Capabilities: [90] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
	Capabilities: [e0] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: ioatdma
	Kernel modules: ioatdma

80:05.0 System peripheral: Intel Corporation Xeon E5/Core i7 Address Map, VTd_Misc, System Management (rev 07)
	Subsystem: ASRock Incorporation Device 3c28
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

80:05.2 System peripheral: Intel Corporation Xeon E5/Core i7 Control Status and Global Errors (rev 07)
	Subsystem: ASRock Incorporation Device 3c2a
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v2) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled

80:05.4 PIC: Intel Corporation Xeon E5/Core i7 I/O APIC (rev 07) (prog-if 20 [IO(X)-APIC])
	Subsystem: ASRock Incorporation Device 3c2c
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	NUMA node: 1
	Region 0: Memory at fb120000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-

81:00.0 VGA compatible controller: NVIDIA Corporation GK208 [GeForce GT 730] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ZOTAC International (MCO) Ltd. Device 730b
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 60
	NUMA node: 1
	Region 0: Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at f0000000 (64-bit, prefetchable) [size=128M]
	Region 3: Memory at f8000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at f000 [size=128]
	Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee00098  Data: 0000
	Capabilities: [78] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=01
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Kernel driver in use: nouveau
	Kernel modules: nouveau

81:00.1 Audio device: NVIDIA Corporation GK208 HDMI/DP Audio Controller (rev a1)
	Subsystem: ZOTAC International (MCO) Ltd. Device 730b
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 17
	NUMA node: 1
	Region 0: Memory at fb080000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 <64us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset- SlotPowerLimit 0.000W
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM L0s L1 Enabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR-, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

ff:08.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c80
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:08.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c83
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

ff:08.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c84
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:09.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c90
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:09.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c93
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

ff:09.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c94
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:0a.0 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0a.1 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0a.2 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc2
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0a.3 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cd0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0b.0 System peripheral: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0b.3 System peripheral: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce3
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0c.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0c.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0c.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0c.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0c.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0c.7 System peripheral: Intel Corporation Xeon E5/Core i7 System Address Decoder (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0d.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0d.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0d.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0d.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0d.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0e.0 System peripheral: Intel Corporation Xeon E5/Core i7 Processor Home Agent (rev 07)
	Subsystem: ASRock Incorporation Device 3ca0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:0e.1 Performance counters: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring (rev 07)
	Subsystem: ASRock Incorporation Device 3c46
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Kernel driver in use: snbep_uncore

ff:0f.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ca8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:0f.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller RAS Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3c71
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:0f.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3caa
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:0f.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cab
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:0f.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cac
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:0f.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cad
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:0f.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 4 (rev 07)
	Subsystem: ASRock Incorporation Device 3cae
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:10.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb0
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

ff:10.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb1
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

ff:10.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb2
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:10.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb3
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:10.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb4
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

ff:10.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb5
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
	Kernel driver in use: snbep_uncore

ff:10.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb6
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:10.7 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb7
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Capabilities: [40] Express (v1) Root Complex Integrated Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0
			ExtTag- RBE-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-

ff:11.0 System peripheral: Intel Corporation Xeon E5/Core i7 DDRIO (rev 07)
	Subsystem: ASRock Incorporation Device 3cb8
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV+ VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:13.0 System peripheral: Intel Corporation Xeon E5/Core i7 R2PCIe (rev 07)
	Subsystem: ASRock Incorporation Device 3ce4
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:13.1 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c43
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Kernel driver in use: snbep_uncore

ff:13.4 Performance counters: Intel Corporation Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce6
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1

ff:13.5 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c44
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Kernel driver in use: snbep_uncore

ff:13.6 System peripheral: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c45
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	NUMA node: 1
	Kernel driver in use: snbep_uncore

Here you can see what kind of error I get in journal show up:

Jan 08 10:10:01 fatzo CROND[23145]: (funky1) CMD (~/duckdns/duck.sh >/dev/null 2>&1)
Jan 08 10:10:02 fatzo CROND[23144]: pam_unix(crond:session): session closed for user funky1
Jan 08 10:13:25 fatzo kernel: NMI watchdog: BUG: soft lockup - CPU#23 stuck for 22s! [php:26626]
Jan 08 10:13:25 fatzo kernel: Modules linked in: ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat ipt_REJECT nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_conntrack nf_conntrack ums_cypress fuse tun
Jan 08 10:13:25 fatzo kernel:  i2c_smbus lpc_ich i2c_algo_bit mac_hid pps_core ioatdma mei dca ipmi_si ipmi_msghandler shpchp fjes wmi tpm_tis tpm_tis_core tpm button sch_fq_codel ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache sd_mod
Jan 08 10:13:25 fatzo kernel: CPU: 23 PID: 26626 Comm: php Not tainted 4.8.13-1-ARCH #1
Jan 08 10:13:25 fatzo kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
Jan 08 10:13:25 fatzo kernel: task: ffff88044aa24740 task.stack: ffff880f1f4a8000
Jan 08 10:13:25 fatzo kernel: RIP: 0010:[<ffffffff81102154>]  [<ffffffff81102154>] smp_call_function_many+0x1f4/0x250
Jan 08 10:13:25 fatzo kernel: RSP: 0000:ffff880f1f4abb90  EFLAGS: 00000202
Jan 08 10:13:25 fatzo kernel: RAX: 0000000000000003 RBX: 0000000000000080 RCX: 0000000000000008
Jan 08 10:13:25 fatzo kernel: RDX: ffff88105f21cb00 RSI: 0000000000000080 RDI: ffff88085fdd9048
Jan 08 10:13:25 fatzo kernel: RBP: ffff880f1f4abbc8 R08: ffffffffffffff00 R09: 00000000ff7effdf
Jan 08 10:13:25 fatzo kernel: R10: 0000000000000002 R11: 0000000000000002 R12: ffff88085fdd9048
Jan 08 10:13:25 fatzo kernel: R13: ffff88085fdd9040 R14: ffffffff8117f2a0 R15: 0000000000000000
Jan 08 10:13:25 fatzo kernel: FS:  00007ff013dc0b40(0000) GS:ffff88085fdc0000(0000) knlGS:0000000000000000
Jan 08 10:13:25 fatzo kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 08 10:13:25 fatzo kernel: CR2: 00007ff011600008 CR3: 0000000d060e5000 CR4: 00000000000406e0
Jan 08 10:13:25 fatzo kernel: Stack:
Jan 08 10:13:25 fatzo kernel:  0000000000019000 0100000000000001 0000000000000017 0000000000000000
Jan 08 10:13:25 fatzo kernel:  ffffffff81d1d9a0 ffffffff8117f2a0 000000000000001f ffff880f1f4abbf8
Jan 08 10:13:25 fatzo kernel:  ffffffff811022bf 0000000000000080 0000000000000000 ffffffff81afcdd0
Jan 08 10:13:25 fatzo kernel: Call Trace:
Jan 08 10:13:25 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:13:25 fatzo kernel:  [<ffffffff811022bf>] on_each_cpu_mask+0x2f/0x80
Jan 08 10:13:25 fatzo kernel:  [<ffffffff8117fecc>] drain_all_pages+0xcc/0xe0
Jan 08 10:13:25 fatzo kernel:  [<ffffffff81181f78>] __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:13:25 fatzo kernel:  [<ffffffff811d7ba7>] alloc_pages_vma+0x1e7/0x260
Jan 08 10:13:25 fatzo kernel:  [<ffffffff811f3dcf>] ? __khugepaged_enter+0x2f/0x130
Jan 08 10:13:25 fatzo kernel:  [<ffffffff811eb7e8>] do_huge_pmd_anonymous_page+0x138/0x690
Jan 08 10:13:25 fatzo kernel:  [<ffffffff811aecdc>] ? tlb_finish_mmu+0x1c/0x50
Jan 08 10:13:25 fatzo kernel:  [<ffffffff811b4863>] handle_mm_fault+0x1033/0x14a0
Jan 08 10:13:25 fatzo kernel:  [<ffffffff8106739a>] __do_page_fault+0x1ca/0x510
Jan 08 10:13:25 fatzo kernel:  [<ffffffff81067702>] do_page_fault+0x22/0x30
Jan 08 10:13:25 fatzo kernel:  [<ffffffff815f93d8>] page_fault+0x28/0x30
Jan 08 10:13:25 fatzo kernel: Code: 0a 21 00 3b 05 f2 bd 9f 00 89 c1 0f 8d 99 fe ff ff 48 98 49 8b 55 00 48 03 14 c5 00 c3 af 81 8b 42 18 a8 01 74 09 f3 90 8b 42 18 <a8> 01 75 f7 eb bf 0f b6 4d d0 4c 89 fa 4c 89 f6 44 89 ef e8 24
Jan 08 10:13:45 fatzo kernel: INFO: rcu_preempt detected stalls on CPUs/tasks:
Jan 08 10:13:45 fatzo kernel:         8-...: (4 GPs behind) idle=4cb/1/0 softirq=1702557/1702558 fqs=5987
Jan 08 10:13:45 fatzo kernel:         (detected by 16, t=18002 jiffies, g=3960217, c=3960216, q=165508)
Jan 08 10:13:45 fatzo kernel: Task dump for CPU 8:
Jan 08 10:13:45 fatzo kernel: swapper/8       R  running task        0     0      1 0x00000008
Jan 08 10:13:45 fatzo kernel:  0000000000000010 0000000000000246 ffff88105bd7fe70 0000000000000018
Jan 08 10:13:45 fatzo kernel:  0000000500046dac 0000000500000000 ffff88105bd80000 ffff88105f221400
Jan 08 10:13:45 fatzo kernel:  ffffffff81afcdd0 ffffffff81a99ea0 0000000000000008 ffff88105bd7feb8
Jan 08 10:13:45 fatzo kernel: Call Trace:
Jan 08 10:13:45 fatzo kernel:  [<ffffffff814a5267>] ? cpuidle_enter+0x17/0x20
Jan 08 10:13:45 fatzo kernel:  [<ffffffff810c09ba>] ? call_cpuidle+0x2a/0x50
Jan 08 10:13:45 fatzo kernel:  [<ffffffff810c0dc5>] ? cpu_startup_entry+0x2c5/0x380
Jan 08 10:13:45 fatzo kernel:  [<ffffffff81050e88>] ? start_secondary+0x158/0x1a0
Jan 08 10:13:53 fatzo kernel: NMI watchdog: BUG: soft lockup - CPU#23 stuck for 22s! [php:26626]
Jan 08 10:13:53 fatzo kernel: Modules linked in: ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat ipt_REJECT nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_conntrack nf_conntrack ums_cypress fuse tun
Jan 08 10:13:53 fatzo kernel:  i2c_smbus lpc_ich i2c_algo_bit mac_hid pps_core ioatdma mei dca ipmi_si ipmi_msghandler shpchp fjes wmi tpm_tis tpm_tis_core tpm button sch_fq_codel ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache sd_mod
Jan 08 10:13:53 fatzo kernel: CPU: 23 PID: 26626 Comm: php Tainted: G             L  4.8.13-1-ARCH #1
Jan 08 10:13:53 fatzo kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
Jan 08 10:13:53 fatzo kernel: task: ffff88044aa24740 task.stack: ffff880f1f4a8000
Jan 08 10:13:53 fatzo kernel: RIP: 0010:[<ffffffff81102154>]  [<ffffffff81102154>] smp_call_function_many+0x1f4/0x250
Jan 08 10:13:53 fatzo kernel: RSP: 0000:ffff880f1f4abb90  EFLAGS: 00000202
Jan 08 10:13:53 fatzo kernel: RAX: 0000000000000003 RBX: 0000000000000080 RCX: 0000000000000008
Jan 08 10:13:53 fatzo kernel: RDX: ffff88105f21cb00 RSI: 0000000000000080 RDI: ffff88085fdd9048
Jan 08 10:13:53 fatzo kernel: RBP: ffff880f1f4abbc8 R08: ffffffffffffff00 R09: 00000000ff7effdf
Jan 08 10:13:53 fatzo kernel: R10: 0000000000000002 R11: 0000000000000002 R12: ffff88085fdd9048
Jan 08 10:13:53 fatzo kernel: R13: ffff88085fdd9040 R14: ffffffff8117f2a0 R15: 0000000000000000
Jan 08 10:13:53 fatzo kernel: FS:  00007ff013dc0b40(0000) GS:ffff88085fdc0000(0000) knlGS:0000000000000000
Jan 08 10:13:53 fatzo kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 08 10:13:53 fatzo kernel: CR2: 00007ff011600008 CR3: 0000000d060e5000 CR4: 00000000000406e0
Jan 08 10:13:53 fatzo kernel: Stack:
Jan 08 10:13:53 fatzo kernel:  0000000000019000 0100000000000001 0000000000000017 0000000000000000
Jan 08 10:13:53 fatzo kernel:  ffffffff81d1d9a0 ffffffff8117f2a0 000000000000001f ffff880f1f4abbf8
Jan 08 10:13:53 fatzo kernel:  ffffffff811022bf 0000000000000080 0000000000000000 ffffffff81afcdd0
Jan 08 10:13:53 fatzo kernel: Call Trace:
Jan 08 10:13:53 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:13:53 fatzo kernel:  [<ffffffff811022bf>] on_each_cpu_mask+0x2f/0x80
Jan 08 10:13:53 fatzo kernel:  [<ffffffff8117fecc>] drain_all_pages+0xcc/0xe0
Jan 08 10:13:53 fatzo kernel:  [<ffffffff81181f78>] __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:13:53 fatzo kernel:  [<ffffffff811d7ba7>] alloc_pages_vma+0x1e7/0x260
Jan 08 10:13:53 fatzo kernel:  [<ffffffff811f3dcf>] ? __khugepaged_enter+0x2f/0x130
Jan 08 10:13:53 fatzo kernel:  [<ffffffff811eb7e8>] do_huge_pmd_anonymous_page+0x138/0x690
Jan 08 10:13:53 fatzo kernel:  [<ffffffff811aecdc>] ? tlb_finish_mmu+0x1c/0x50
Jan 08 10:13:53 fatzo kernel:  [<ffffffff811b4863>] handle_mm_fault+0x1033/0x14a0
Jan 08 10:13:53 fatzo kernel:  [<ffffffff8106739a>] __do_page_fault+0x1ca/0x510
Jan 08 10:13:53 fatzo kernel:  [<ffffffff81067702>] do_page_fault+0x22/0x30
Jan 08 10:13:53 fatzo kernel:  [<ffffffff815f93d8>] page_fault+0x28/0x30
Jan 08 10:13:53 fatzo kernel: Code: 0a 21 00 3b 05 f2 bd 9f 00 89 c1 0f 8d 99 fe ff ff 48 98 49 8b 55 00 48 03 14 c5 00 c3 af 81 8b 42 18 a8 01 74 09 f3 90 8b 42 18 <a8> 01 75 f7 eb bf 0f b6 4d d0 4c 89 fa 4c 89 f6 44 89 ef e8 24
Jan 08 10:13:55 fatzo kernel: NMI watchdog: BUG: soft lockup - CPU#5 stuck for 22s! [khugepaged:210]
Jan 08 10:13:55 fatzo kernel: Modules linked in: ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat ipt_REJECT nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_conntrack nf_conntrack ums_cypress fuse tun
Jan 08 10:13:55 fatzo kernel:  i2c_smbus lpc_ich i2c_algo_bit mac_hid pps_core ioatdma mei dca ipmi_si ipmi_msghandler shpchp fjes wmi tpm_tis tpm_tis_core tpm button sch_fq_codel ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache sd_mod
Jan 08 10:13:55 fatzo kernel: CPU: 5 PID: 210 Comm: khugepaged Tainted: G             L  4.8.13-1-ARCH #1
Jan 08 10:13:55 fatzo kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
Jan 08 10:13:55 fatzo kernel: task: ffff88085b482ac0 task.stack: ffff88085b5b4000
Jan 08 10:13:55 fatzo kernel: RIP: 0010:[<ffffffff81102151>]  [<ffffffff81102151>] smp_call_function_many+0x1f1/0x250
Jan 08 10:13:55 fatzo kernel: RSP: 0018:ffff88085b5b7b60  EFLAGS: 00000202
Jan 08 10:13:55 fatzo kernel: RAX: 0000000000000003 RBX: 0000000000000080 RCX: 0000000000000008
Jan 08 10:13:55 fatzo kernel: RDX: ffff88105f21c1b8 RSI: 0000000000000080 RDI: ffff88085fb59048
Jan 08 10:13:55 fatzo kernel: RBP: ffff88085b5b7b98 R08: ffffffffffffff00 R09: 00000000fefcffdf
Jan 08 10:13:55 fatzo kernel: R10: 0000000000000002 R11: 0000000000000002 R12: ffff88085fb59048
Jan 08 10:13:55 fatzo kernel: R13: ffff88085fb59040 R14: ffffffff8117f2a0 R15: 0000000000000000
Jan 08 10:13:55 fatzo kernel: FS:  0000000000000000(0000) GS:ffff88085fb40000(0000) knlGS:0000000000000000
Jan 08 10:13:55 fatzo kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 08 10:13:55 fatzo kernel: CR2: 00007f83eaffa5a8 CR3: 0000000001a06000 CR4: 00000000000406e0
Jan 08 10:13:55 fatzo kernel: Stack:
Jan 08 10:13:55 fatzo kernel:  0000000000019000 0100000000000001 0000000000000005 0000000000000000
Jan 08 10:13:55 fatzo kernel:  ffffffff81d1d9a0 ffffffff8117f2a0 000000000000001f ffff88085b5b7bc8
Jan 08 10:13:55 fatzo kernel:  ffffffff811022bf 0000000000000080 0000000000000000 ffffffff81afcdd0
Jan 08 10:13:55 fatzo kernel: Call Trace:
Jan 08 10:13:55 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:13:55 fatzo kernel:  [<ffffffff811022bf>] on_each_cpu_mask+0x2f/0x80
Jan 08 10:13:55 fatzo kernel:  [<ffffffff8117fecc>] drain_all_pages+0xcc/0xe0
Jan 08 10:13:55 fatzo kernel:  [<ffffffff81181f78>] __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:13:55 fatzo kernel:  [<ffffffff811f0c9d>] khugepaged_alloc_page+0x3d/0x70
Jan 08 10:13:55 fatzo kernel:  [<ffffffff811f27cf>] khugepaged+0xd5f/0x2330
Jan 08 10:13:55 fatzo kernel:  [<ffffffff810b2cb3>] ? dequeue_entity+0x253/0xb50
Jan 08 10:13:55 fatzo kernel:  [<ffffffff810c0450>] ? wake_atomic_t_function+0x60/0x60
Jan 08 10:13:55 fatzo kernel:  [<ffffffff811f1a70>] ? khugepaged_scan_abort.part.6+0x60/0x60
Jan 08 10:13:55 fatzo kernel:  [<ffffffff8109be38>] kthread+0xd8/0xf0
Jan 08 10:13:55 fatzo kernel:  [<ffffffff8102c782>] ? __switch_to+0x2d2/0x630
Jan 08 10:13:55 fatzo kernel:  [<ffffffff815f823f>] ret_from_fork+0x1f/0x40
Jan 08 10:13:55 fatzo kernel:  [<ffffffff8109bd60>] ? kthread_worker_fn+0x170/0x170
Jan 08 10:13:55 fatzo kernel: Code: d2 e8 b4 0a 21 00 3b 05 f2 bd 9f 00 89 c1 0f 8d 99 fe ff ff 48 98 49 8b 55 00 48 03 14 c5 00 c3 af 81 8b 42 18 a8 01 74 09 f3 90 <8b> 42 18 a8 01 75 f7 eb bf 0f b6 4d d0 4c 89 fa 4c 89 f6 44 89
Jan 08 10:14:21 fatzo kernel: NMI watchdog: BUG: soft lockup - CPU#23 stuck for 22s! [php:26626]
Jan 08 10:14:21 fatzo kernel: Modules linked in: ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat ipt_REJECT nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_conntrack nf_conntrack ums_cypress fuse tun
Jan 08 10:14:21 fatzo kernel:  i2c_smbus lpc_ich i2c_algo_bit mac_hid pps_core ioatdma mei dca ipmi_si ipmi_msghandler shpchp fjes wmi tpm_tis tpm_tis_core tpm button sch_fq_codel ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache sd_mod
Jan 08 10:14:21 fatzo kernel: CPU: 23 PID: 26626 Comm: php Tainted: G             L  4.8.13-1-ARCH #1
Jan 08 10:14:21 fatzo kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
Jan 08 10:14:21 fatzo kernel: task: ffff88044aa24740 task.stack: ffff880f1f4a8000
Jan 08 10:14:21 fatzo kernel: RIP: 0010:[<ffffffff8110214f>]  [<ffffffff8110214f>] smp_call_function_many+0x1ef/0x250
Jan 08 10:14:21 fatzo kernel: RSP: 0000:ffff880f1f4abb90  EFLAGS: 00000202
Jan 08 10:14:21 fatzo kernel: RAX: 0000000000000003 RBX: 0000000000000080 RCX: 0000000000000008
Jan 08 10:14:21 fatzo kernel: RDX: ffff88105f21cb00 RSI: 0000000000000080 RDI: ffff88085fdd9048
Jan 08 10:14:21 fatzo kernel: RBP: ffff880f1f4abbc8 R08: ffffffffffffff00 R09: 00000000ff7effdf
Jan 08 10:14:21 fatzo kernel: R10: 0000000000000002 R11: 0000000000000002 R12: ffff88085fdd9048
Jan 08 10:14:21 fatzo kernel: R13: ffff88085fdd9040 R14: ffffffff8117f2a0 R15: 0000000000000000
Jan 08 10:14:21 fatzo kernel: FS:  00007ff013dc0b40(0000) GS:ffff88085fdc0000(0000) knlGS:0000000000000000
Jan 08 10:14:21 fatzo kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 08 10:14:21 fatzo kernel: CR2: 00007ff011600008 CR3: 0000000d060e5000 CR4: 00000000000406e0
Jan 08 10:14:21 fatzo kernel: Stack:
Jan 08 10:14:21 fatzo kernel:  0000000000019000 0100000000000001 0000000000000017 0000000000000000
Jan 08 10:14:21 fatzo kernel:  ffffffff81d1d9a0 ffffffff8117f2a0 000000000000001f ffff880f1f4abbf8
Jan 08 10:14:21 fatzo kernel:  ffffffff811022bf 0000000000000080 0000000000000000 ffffffff81afcdd0
Jan 08 10:14:21 fatzo kernel: Call Trace:
Jan 08 10:14:21 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:14:21 fatzo kernel:  [<ffffffff811022bf>] on_each_cpu_mask+0x2f/0x80
Jan 08 10:14:21 fatzo kernel:  [<ffffffff8117fecc>] drain_all_pages+0xcc/0xe0
Jan 08 10:14:21 fatzo kernel:  [<ffffffff81181f78>] __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:14:21 fatzo kernel:  [<ffffffff811d7ba7>] alloc_pages_vma+0x1e7/0x260
Jan 08 10:14:21 fatzo kernel:  [<ffffffff811f3dcf>] ? __khugepaged_enter+0x2f/0x130
Jan 08 10:14:21 fatzo kernel:  [<ffffffff811eb7e8>] do_huge_pmd_anonymous_page+0x138/0x690
Jan 08 10:14:21 fatzo kernel:  [<ffffffff811aecdc>] ? tlb_finish_mmu+0x1c/0x50
Jan 08 10:14:21 fatzo kernel:  [<ffffffff811b4863>] handle_mm_fault+0x1033/0x14a0
Jan 08 10:14:21 fatzo kernel:  [<ffffffff8106739a>] __do_page_fault+0x1ca/0x510
Jan 08 10:14:21 fatzo kernel:  [<ffffffff81067702>] do_page_fault+0x22/0x30
Jan 08 10:14:21 fatzo kernel:  [<ffffffff815f93d8>] page_fault+0x28/0x30
Jan 08 10:14:21 fatzo kernel: Code: 48 63 d2 e8 b4 0a 21 00 3b 05 f2 bd 9f 00 89 c1 0f 8d 99 fe ff ff 48 98 49 8b 55 00 48 03 14 c5 00 c3 af 81 8b 42 18 a8 01 74 09 <f3> 90 8b 42 18 a8 01 75 f7 eb bf 0f b6 4d d0 4c 89 fa 4c 89 f6
Jan 08 10:14:23 fatzo kernel: NMI watchdog: BUG: soft lockup - CPU#5 stuck for 22s! [khugepaged:210]
Jan 08 10:14:23 fatzo kernel: Modules linked in: ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat ipt_REJECT nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_conntrack nf_conntrack ums_cypress fuse tun
Jan 08 10:14:23 fatzo kernel:  i2c_smbus lpc_ich i2c_algo_bit mac_hid pps_core ioatdma mei dca ipmi_si ipmi_msghandler shpchp fjes wmi tpm_tis tpm_tis_core tpm button sch_fq_codel ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache sd_mod
Jan 08 10:14:23 fatzo kernel: CPU: 5 PID: 210 Comm: khugepaged Tainted: G             L  4.8.13-1-ARCH #1
Jan 08 10:14:23 fatzo kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
Jan 08 10:14:23 fatzo kernel: task: ffff88085b482ac0 task.stack: ffff88085b5b4000
Jan 08 10:14:23 fatzo kernel: RIP: 0010:[<ffffffff81102154>]  [<ffffffff81102154>] smp_call_function_many+0x1f4/0x250
Jan 08 10:14:23 fatzo kernel: RSP: 0018:ffff88085b5b7b60  EFLAGS: 00000202
Jan 08 10:14:23 fatzo kernel: RAX: 0000000000000003 RBX: 0000000000000080 RCX: 0000000000000008
Jan 08 10:14:23 fatzo kernel: RDX: ffff88105f21c1b8 RSI: 0000000000000080 RDI: ffff88085fb59048
Jan 08 10:14:23 fatzo kernel: RBP: ffff88085b5b7b98 R08: ffffffffffffff00 R09: 00000000fefcffdf
Jan 08 10:14:23 fatzo kernel: R10: 0000000000000002 R11: 0000000000000002 R12: ffff88085fb59048
Jan 08 10:14:23 fatzo kernel: R13: ffff88085fb59040 R14: ffffffff8117f2a0 R15: 0000000000000000
Jan 08 10:14:23 fatzo kernel: FS:  0000000000000000(0000) GS:ffff88085fb40000(0000) knlGS:0000000000000000
Jan 08 10:14:23 fatzo kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 08 10:14:23 fatzo kernel: CR2: 00007f83eaffa5a8 CR3: 0000000001a06000 CR4: 00000000000406e0
Jan 08 10:14:23 fatzo kernel: Stack:
Jan 08 10:14:23 fatzo kernel:  0000000000019000 0100000000000001 0000000000000005 0000000000000000
Jan 08 10:14:23 fatzo kernel:  ffffffff81d1d9a0 ffffffff8117f2a0 000000000000001f ffff88085b5b7bc8
Jan 08 10:14:23 fatzo kernel:  ffffffff811022bf 0000000000000080 0000000000000000 ffffffff81afcdd0
Jan 08 10:14:23 fatzo kernel: Call Trace:
Jan 08 10:14:23 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:14:23 fatzo kernel:  [<ffffffff811022bf>] on_each_cpu_mask+0x2f/0x80
Jan 08 10:14:23 fatzo kernel:  [<ffffffff8117fecc>] drain_all_pages+0xcc/0xe0
Jan 08 10:14:23 fatzo kernel:  [<ffffffff81181f78>] __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:14:23 fatzo kernel:  [<ffffffff811f0c9d>] khugepaged_alloc_page+0x3d/0x70
Jan 08 10:14:23 fatzo kernel:  [<ffffffff811f27cf>] khugepaged+0xd5f/0x2330
Jan 08 10:14:23 fatzo kernel:  [<ffffffff810b2cb3>] ? dequeue_entity+0x253/0xb50
Jan 08 10:14:23 fatzo kernel:  [<ffffffff810c0450>] ? wake_atomic_t_function+0x60/0x60
Jan 08 10:14:23 fatzo kernel:  [<ffffffff811f1a70>] ? khugepaged_scan_abort.part.6+0x60/0x60
Jan 08 10:14:23 fatzo kernel:  [<ffffffff8109be38>] kthread+0xd8/0xf0
Jan 08 10:14:23 fatzo kernel:  [<ffffffff8102c782>] ? __switch_to+0x2d2/0x630
Jan 08 10:14:23 fatzo kernel:  [<ffffffff815f823f>] ret_from_fork+0x1f/0x40
Jan 08 10:14:23 fatzo kernel:  [<ffffffff8109bd60>] ? kthread_worker_fn+0x170/0x170
Jan 08 10:14:23 fatzo kernel: Code: 0a 21 00 3b 05 f2 bd 9f 00 89 c1 0f 8d 99 fe ff ff 48 98 49 8b 55 00 48 03 14 c5 00 c3 af 81 8b 42 18 a8 01 74 09 f3 90 8b 42 18 <a8> 01 75 f7 eb bf 0f b6 4d d0 4c 89 fa 4c 89 f6 44 89 ef e8 24
Jan 08 10:14:49 fatzo kernel: NMI watchdog: BUG: soft lockup - CPU#23 stuck for 22s! [php:26626]
Jan 08 10:14:49 fatzo kernel: Modules linked in: ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat ipt_REJECT nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_conntrack nf_conntrack ums_cypress fuse tun
Jan 08 10:14:49 fatzo kernel:  i2c_smbus lpc_ich i2c_algo_bit mac_hid pps_core ioatdma mei dca ipmi_si ipmi_msghandler shpchp fjes wmi tpm_tis tpm_tis_core tpm button sch_fq_codel ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache sd_mod
Jan 08 10:14:49 fatzo kernel: CPU: 23 PID: 26626 Comm: php Tainted: G             L  4.8.13-1-ARCH #1
Jan 08 10:14:49 fatzo kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
Jan 08 10:14:49 fatzo kernel: task: ffff88044aa24740 task.stack: ffff880f1f4a8000
Jan 08 10:14:49 fatzo kernel: RIP: 0010:[<ffffffff81102154>]  [<ffffffff81102154>] smp_call_function_many+0x1f4/0x250
Jan 08 10:14:49 fatzo kernel: RSP: 0000:ffff880f1f4abb90  EFLAGS: 00000202
Jan 08 10:14:49 fatzo kernel: RAX: 0000000000000003 RBX: 0000000000000080 RCX: 0000000000000008
Jan 08 10:14:49 fatzo kernel: RDX: ffff88105f21cb00 RSI: 0000000000000080 RDI: ffff88085fdd9048
Jan 08 10:14:49 fatzo kernel: RBP: ffff880f1f4abbc8 R08: ffffffffffffff00 R09: 00000000ff7effdf
Jan 08 10:14:49 fatzo kernel: R10: 0000000000000002 R11: 0000000000000002 R12: ffff88085fdd9048
Jan 08 10:14:49 fatzo kernel: R13: ffff88085fdd9040 R14: ffffffff8117f2a0 R15: 0000000000000000
Jan 08 10:14:49 fatzo kernel: FS:  00007ff013dc0b40(0000) GS:ffff88085fdc0000(0000) knlGS:0000000000000000
Jan 08 10:14:49 fatzo kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 08 10:14:49 fatzo kernel: CR2: 00007ff011600008 CR3: 0000000d060e5000 CR4: 00000000000406e0
Jan 08 10:14:49 fatzo kernel: Stack:
Jan 08 10:14:49 fatzo kernel:  0000000000019000 0100000000000001 0000000000000017 0000000000000000
Jan 08 10:14:49 fatzo kernel:  ffffffff81d1d9a0 ffffffff8117f2a0 000000000000001f ffff880f1f4abbf8
Jan 08 10:14:49 fatzo kernel:  ffffffff811022bf 0000000000000080 0000000000000000 ffffffff81afcdd0
Jan 08 10:14:49 fatzo kernel: Call Trace:
Jan 08 10:14:49 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:14:49 fatzo kernel:  [<ffffffff811022bf>] on_each_cpu_mask+0x2f/0x80
Jan 08 10:14:49 fatzo kernel:  [<ffffffff8117fecc>] drain_all_pages+0xcc/0xe0
Jan 08 10:14:49 fatzo kernel:  [<ffffffff81181f78>] __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:14:49 fatzo kernel:  [<ffffffff811d7ba7>] alloc_pages_vma+0x1e7/0x260
Jan 08 10:14:49 fatzo kernel:  [<ffffffff811f3dcf>] ? __khugepaged_enter+0x2f/0x130
Jan 08 10:14:49 fatzo kernel:  [<ffffffff811eb7e8>] do_huge_pmd_anonymous_page+0x138/0x690
Jan 08 10:14:49 fatzo kernel:  [<ffffffff811aecdc>] ? tlb_finish_mmu+0x1c/0x50
Jan 08 10:14:49 fatzo kernel:  [<ffffffff811b4863>] handle_mm_fault+0x1033/0x14a0
Jan 08 10:14:49 fatzo kernel:  [<ffffffff8106739a>] __do_page_fault+0x1ca/0x510
Jan 08 10:14:49 fatzo kernel:  [<ffffffff81067702>] do_page_fault+0x22/0x30
Jan 08 10:14:49 fatzo kernel:  [<ffffffff815f93d8>] page_fault+0x28/0x30
Jan 08 10:14:49 fatzo kernel: Code: 0a 21 00 3b 05 f2 bd 9f 00 89 c1 0f 8d 99 fe ff ff 48 98 49 8b 55 00 48 03 14 c5 00 c3 af 81 8b 42 18 a8 01 74 09 f3 90 8b 42 18 <a8> 01 75 f7 eb bf 0f b6 4d d0 4c 89 fa 4c 89 f6 44 89 ef e8 24
Jan 08 10:14:51 fatzo kernel: NMI watchdog: BUG: soft lockup - CPU#5 stuck for 23s! [khugepaged:210]
Jan 08 10:14:51 fatzo kernel: Modules linked in: ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat ipt_REJECT nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_conntrack nf_conntrack ums_cypress fuse tun
Jan 08 10:14:51 fatzo kernel:  i2c_smbus lpc_ich i2c_algo_bit mac_hid pps_core ioatdma mei dca ipmi_si ipmi_msghandler shpchp fjes wmi tpm_tis tpm_tis_core tpm button sch_fq_codel ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache sd_mod
Jan 08 10:14:51 fatzo kernel: CPU: 5 PID: 210 Comm: khugepaged Tainted: G             L  4.8.13-1-ARCH #1
Jan 08 10:14:51 fatzo kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
Jan 08 10:14:51 fatzo kernel: task: ffff88085b482ac0 task.stack: ffff88085b5b4000
Jan 08 10:14:51 fatzo kernel: RIP: 0010:[<ffffffff81102151>]  [<ffffffff81102151>] smp_call_function_many+0x1f1/0x250
Jan 08 10:14:51 fatzo kernel: RSP: 0018:ffff88085b5b7b60  EFLAGS: 00000202
Jan 08 10:14:51 fatzo kernel: RAX: 0000000000000003 RBX: 0000000000000080 RCX: 0000000000000008
Jan 08 10:14:51 fatzo kernel: RDX: ffff88105f21c1b8 RSI: 0000000000000080 RDI: ffff88085fb59048
Jan 08 10:14:51 fatzo kernel: RBP: ffff88085b5b7b98 R08: ffffffffffffff00 R09: 00000000fefcffdf
Jan 08 10:14:51 fatzo kernel: R10: 0000000000000002 R11: 0000000000000002 R12: ffff88085fb59048
Jan 08 10:14:51 fatzo kernel: R13: ffff88085fb59040 R14: ffffffff8117f2a0 R15: 0000000000000000
Jan 08 10:14:51 fatzo kernel: FS:  0000000000000000(0000) GS:ffff88085fb40000(0000) knlGS:0000000000000000
Jan 08 10:14:51 fatzo kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 08 10:14:51 fatzo kernel: CR2: 00007f83eaffa5a8 CR3: 0000000001a06000 CR4: 00000000000406e0
Jan 08 10:14:51 fatzo kernel: Stack:
Jan 08 10:14:51 fatzo kernel:  0000000000019000 0100000000000001 0000000000000005 0000000000000000
Jan 08 10:14:51 fatzo kernel:  ffffffff81d1d9a0 ffffffff8117f2a0 000000000000001f ffff88085b5b7bc8
Jan 08 10:14:51 fatzo kernel:  ffffffff811022bf 0000000000000080 0000000000000000 ffffffff81afcdd0
Jan 08 10:14:51 fatzo kernel: Call Trace:
Jan 08 10:14:51 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:14:51 fatzo kernel:  [<ffffffff811022bf>] on_each_cpu_mask+0x2f/0x80
Jan 08 10:14:51 fatzo kernel:  [<ffffffff8117fecc>] drain_all_pages+0xcc/0xe0
Jan 08 10:14:51 fatzo kernel:  [<ffffffff81181f78>] __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:14:51 fatzo kernel:  [<ffffffff811f0c9d>] khugepaged_alloc_page+0x3d/0x70
Jan 08 10:14:51 fatzo kernel:  [<ffffffff811f27cf>] khugepaged+0xd5f/0x2330
Jan 08 10:14:51 fatzo kernel:  [<ffffffff810b2cb3>] ? dequeue_entity+0x253/0xb50
Jan 08 10:14:51 fatzo kernel:  [<ffffffff810c0450>] ? wake_atomic_t_function+0x60/0x60
Jan 08 10:14:51 fatzo kernel:  [<ffffffff811f1a70>] ? khugepaged_scan_abort.part.6+0x60/0x60
Jan 08 10:14:51 fatzo kernel:  [<ffffffff8109be38>] kthread+0xd8/0xf0
Jan 08 10:14:51 fatzo kernel:  [<ffffffff8102c782>] ? __switch_to+0x2d2/0x630
Jan 08 10:14:51 fatzo kernel:  [<ffffffff815f823f>] ret_from_fork+0x1f/0x40
Jan 08 10:14:51 fatzo kernel:  [<ffffffff8109bd60>] ? kthread_worker_fn+0x170/0x170
....
Jan 08 10:15:53 fatzo kernel: Code: 0a 21 00 3b 05 f2 bd 9f 00 89 c1 0f 8d 99 fe ff ff 48 98 49 8b 55 00 48 03 14 c5 00 c3 af 81 8b 42 18 a8 01 74 09 f3 90 8b 42 18 <a8> 01 75 f7 eb bf 0f b6 4d d0 4c 89 fa 4c 89 f6 44 89 ef e8 24
Jan 08 10:15:53 fatzo kernel: NMI watchdog: BUG: soft lockup - CPU#30 stuck for 23s! [php:28408]
Jan 08 10:15:53 fatzo kernel: Modules linked in: ipt_MASQUERADE nf_nat_masquerade_ipv4 iptable_nat nf_nat_ipv4 nf_nat ipt_REJECT nf_reject_ipv4 nf_conntrack_ipv4 nf_defrag_ipv4 iptable_filter xt_conntrack nf_conntrack ums_cypress fuse tun
Jan 08 10:15:53 fatzo kernel:  i2c_smbus lpc_ich i2c_algo_bit mac_hid pps_core ioatdma mei dca ipmi_si ipmi_msghandler shpchp fjes wmi tpm_tis tpm_tis_core tpm button sch_fq_codel ip_tables x_tables ext4 crc16 jbd2 fscrypto mbcache sd_mod
Jan 08 10:15:53 fatzo kernel: CPU: 30 PID: 28408 Comm: php Tainted: G             L  4.8.13-1-ARCH #1
Jan 08 10:15:53 fatzo kernel: Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
Jan 08 10:15:53 fatzo kernel: task: ffff881057c78000 task.stack: ffff8808819d8000
Jan 08 10:15:53 fatzo kernel: RIP: 0010:[<ffffffff81102154>]  [<ffffffff81102154>] smp_call_function_many+0x1f4/0x250
Jan 08 10:15:53 fatzo kernel: RSP: 0000:ffff8808819dbb90  EFLAGS: 00000202
Jan 08 10:15:53 fatzo kernel: RAX: 0000000000000003 RBX: 0000000000000080 RCX: 0000000000000008
Jan 08 10:15:53 fatzo kernel: RDX: ffff88105f21cbe0 RSI: 0000000000000080 RDI: ffff88105f599048
Jan 08 10:15:53 fatzo kernel: RBP: ffff8808819dbbc8 R08: ffffffffffffff80 R09: 000000003c001f41
Jan 08 10:15:53 fatzo kernel: R10: 0000000000000002 R11: 0000000000000002 R12: ffff88105f599048
Jan 08 10:15:53 fatzo kernel: R13: ffff88105f599040 R14: ffffffff8117f2a0 R15: 0000000000000000
Jan 08 10:15:53 fatzo kernel: FS:  00007f5947500b40(0000) GS:ffff88105f580000(0000) knlGS:0000000000000000
Jan 08 10:15:53 fatzo kernel: CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jan 08 10:15:53 fatzo kernel: CR2: 00007f593fc00000 CR3: 00000010590af000 CR4: 00000000000406e0
Jan 08 10:15:53 fatzo kernel: Stack:
Jan 08 10:15:53 fatzo kernel:  0000000000019000 0100000000000001 000000000000001e 0000000000000000
Jan 08 10:15:53 fatzo kernel:  ffffffff81d1d9a0 ffffffff8117f2a0 000000000000001f ffff8808819dbbf8
Jan 08 10:15:53 fatzo kernel:  ffffffff811022bf 0000000000000080 0000000000000000 ffffffff81afcdd0
Jan 08 10:15:53 fatzo kernel: Call Trace:
Jan 08 10:15:53 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:15:53 fatzo kernel:  [<ffffffff811022bf>] on_each_cpu_mask+0x2f/0x80
Jan 08 10:15:53 fatzo kernel:  [<ffffffff8117fecc>] drain_all_pages+0xcc/0xe0
Jan 08 10:15:53 fatzo kernel:  [<ffffffff81181f78>] __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:15:53 fatzo kernel:  [<ffffffff811d7ba7>] alloc_pages_vma+0x1e7/0x260
Jan 08 10:15:53 fatzo kernel:  [<ffffffff811eb7e8>] do_huge_pmd_anonymous_page+0x138/0x690
Jan 08 10:15:53 fatzo kernel:  [<ffffffff811aecdc>] ? tlb_finish_mmu+0x1c/0x50
Jan 08 10:15:53 fatzo kernel:  [<ffffffff811b4863>] handle_mm_fault+0x1033/0x14a0
Jan 08 10:15:53 fatzo kernel:  [<ffffffff8106739a>] __do_page_fault+0x1ca/0x510
Jan 08 10:15:53 fatzo kernel:  [<ffffffff81067702>] do_page_fault+0x22/0x30
Jan 08 10:15:53 fatzo kernel:  [<ffffffff815f93d8>] page_fault+0x28/0x30
Jan 08 10:15:53 fatzo kernel: Code: 0a 21 00 3b 05 f2 bd 9f 00 89 c1 0f 8d 99 fe ff ff 48 98 49 8b 55 00 48 03 14 c5 00 c3 af 81 8b 42 18 a8 01 74 09 f3 90 8b 42 18 <a8> 01 75 f7 eb bf 0f b6 4d d0 4c 89 fa 4c 89 f6 44 89 ef e8 24
Jan 08 10:16:00 fatzo kernel: INFO: rcu_sched self-detected stall on CPU
Jan 08 10:16:00 fatzo kernel: INFO: rcu_sched self-detected stall on CPU
Jan 08 10:16:00 fatzo kernel:         23-...: (18000 ticks this GP) idle=265/140000000000001/0 softirq=164336/164336 fqs=5054
Jan 08 10:16:00 fatzo kernel: INFO: rcu_sched self-detected stall on CPU
Jan 08 10:16:00 fatzo kernel:
Jan 08 10:16:00 fatzo kernel:
Jan 08 10:16:00 fatzo kernel:  (t=18001 jiffies g=4178 c=4177 q=1)
Jan 08 10:16:00 fatzo kernel:         29-...: (18000 ticks this GP) idle=b39/140000000000001/0 softirq=881250/881250 fqs=5054
Jan 08 10:16:00 fatzo kernel: Task dump for CPU 5:
Jan 08 10:16:00 fatzo kernel:
Jan 08 10:16:00 fatzo kernel: khugepaged      R
Jan 08 10:16:00 fatzo kernel:  (t=18001 jiffies g=4178 c=4177 q=1)
Jan 08 10:16:00 fatzo kernel:   running task        0   210      2 0x00000008
Jan 08 10:16:00 fatzo kernel:  ffffffff815f3c2f 0100000000000052 ffff8808441be3c0 ffff88085b482ac0
Jan 08 10:16:00 fatzo kernel:  ffff88085b5b7a48 ffff88085b5b8000 ffff88085b48c338 ffff88085b48c330
Jan 08 10:16:00 fatzo kernel:  ffff88085b482ac0 ffff88085b5b7b90 ffff88085b5b7a50 ffffffff815f434f
Jan 08 10:16:00 fatzo kernel: Call Trace:
Jan 08 10:16:00 fatzo kernel:  [<ffffffff815f3c2f>] ? __schedule+0x2ff/0x780
Jan 08 10:16:00 fatzo kernel:  [<ffffffff815f434f>] ? preempt_schedule_common+0x1f/0x40
Jan 08 10:16:00 fatzo kernel:  [<ffffffff815f4397>] ? preempt_schedule+0x27/0x30
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81003016>] ? ___preempt_schedule+0x16/0x18
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81312bf8>] ? find_next_bit+0x18/0x20
Jan 08 10:16:00 fatzo kernel:  [<ffffffff812fdbcb>] ? cpumask_next_and+0x2b/0x40
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81312bf8>] ? find_next_bit+0x18/0x20
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81102154>] ? smp_call_function_many+0x1f4/0x250
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811022bf>] ? on_each_cpu_mask+0x2f/0x80
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8117fecc>] ? drain_all_pages+0xcc/0xe0
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81181f78>] ? __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811f0c9d>] ? khugepaged_alloc_page+0x3d/0x70
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811f27cf>] ? khugepaged+0xd5f/0x2330
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810b2cb3>] ? dequeue_entity+0x253/0xb50
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810c0450>] ? wake_atomic_t_function+0x60/0x60
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811f1a70>] ? khugepaged_scan_abort.part.6+0x60/0x60
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8109be38>] ? kthread+0xd8/0xf0
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8102c782>] ? __switch_to+0x2d2/0x630
Jan 08 10:16:00 fatzo kernel:  [<ffffffff815f823f>] ? ret_from_fork+0x1f/0x40
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8109bd60>] ? kthread_worker_fn+0x170/0x170
Jan 08 10:16:00 fatzo kernel: Task dump for CPU 8:
Jan 08 10:16:00 fatzo kernel: swapper/8       R  running task        0     0      1 0x00000008
Jan 08 10:16:00 fatzo kernel:  0000000000000010 0000000000000246 ffff88105bd7fe70 0000000000000018
Jan 08 10:16:00 fatzo kernel:  0000000500046dac 0000000500000000 ffff88105bd80000 ffff88105f221400
Jan 08 10:16:00 fatzo kernel:  ffffffff81afcdd0 ffffffff81a99ea0 0000000000000008 ffff88105bd7feb8
Jan 08 10:16:00 fatzo kernel: Call Trace:
Jan 08 10:16:00 fatzo kernel:  [<ffffffff814a5267>] ? cpuidle_enter+0x17/0x20
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810c09ba>] ? call_cpuidle+0x2a/0x50
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810c0dc5>] ? cpu_startup_entry+0x2c5/0x380
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81050e88>] ? start_secondary+0x158/0x1a0
Jan 08 10:16:00 fatzo kernel: Task dump for CPU 23:
Jan 08 10:16:00 fatzo kernel: php             R  running task        0 26626      1 0x0000000a
Jan 08 10:16:00 fatzo kernel:  ffff88044aa24740 00000000cdc5a812 ffff88085fdc3d90 ffffffff810a917b
Jan 08 10:16:00 fatzo kernel:  0000000000000017 ffffffff81afcde0 ffff88085fdc3da8 ffffffff810abba7
Jan 08 10:16:00 fatzo kernel:  0000000000000017 ffff88085fdc3de0 ffffffff811763f5 ffff88085fdd8e40
Jan 08 10:16:00 fatzo kernel: Call Trace:
Jan 08 10:16:00 fatzo kernel:  <IRQ>  [<ffffffff810a917b>] sched_show_task+0xbb/0x120
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810abba7>] dump_cpu_task+0x37/0x40
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811763f5>] rcu_dump_cpu_stacks+0x97/0xb9
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810e6dbe>] rcu_check_callbacks+0x8de/0x9a0
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81123f9c>] ? acct_account_cputime+0x1c/0x20
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810ac654>] ? account_system_time+0x94/0x120
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810fcbb0>] ? tick_sched_handle.isra.4+0x60/0x60
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810ec70f>] update_process_times+0x2f/0x60
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810fcb71>] tick_sched_handle.isra.4+0x21/0x60
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810fcbf2>] tick_sched_timer+0x42/0x70
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810ed171>] __hrtimer_run_queues+0xf1/0x2b0
Jan 08 10:16:00 fatzo kernel:  [<ffffffff810ed9ba>] hrtimer_interrupt+0x9a/0x190
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81052898>] local_apic_timer_interrupt+0x38/0x60
Jan 08 10:16:00 fatzo kernel:  [<ffffffff815fa95d>] smp_apic_timer_interrupt+0x3d/0x50
Jan 08 10:16:00 fatzo kernel:  [<ffffffff815f9c72>] apic_timer_interrupt+0x82/0x90
Jan 08 10:16:00 fatzo kernel:  <EOI>  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81102154>] ? smp_call_function_many+0x1f4/0x250
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8117f2a0>] ? page_alloc_cpu_notify+0x50/0x50
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811022bf>] on_each_cpu_mask+0x2f/0x80
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8117fecc>] drain_all_pages+0xcc/0xe0
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81181f78>] __alloc_pages_nodemask+0x698/0xd20
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811d7ba7>] alloc_pages_vma+0x1e7/0x260
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811f3dcf>] ? __khugepaged_enter+0x2f/0x130
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811eb7e8>] do_huge_pmd_anonymous_page+0x138/0x690
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811aecdc>] ? tlb_finish_mmu+0x1c/0x50
Jan 08 10:16:00 fatzo kernel:  [<ffffffff811b4863>] handle_mm_fault+0x1033/0x14a0
Jan 08 10:16:00 fatzo kernel:  [<ffffffff8106739a>] __do_page_fault+0x1ca/0x510
Jan 08 10:16:00 fatzo kernel:  [<ffffffff81067702>] do_page_fault+0x22/0x30
Jan 08 10:16:00 fatzo kernel:  [<ffffffff815f93d8>] page_fault+0x28/0x30
Jan 08 10:16:00 fatzo kernel: Task dump for CPU 29:
Jan 08 10:16:00 fatzo kernel: php             R  running task        0 28399      1 0x0000000a
Jan 08 10:16:00 fatzo kernel:  ffffffff815f3c2f 0100000000000052 ffff881057cdd580 ffff881057c7e3c0
Jan 08 10:16:00 fatzo kernel:  ffff880d4732fa78 ffff880d47330000 ffff8807c0d69bf8 ffff8807c0d69bf0

any ideas how to further or what it could be? thank you in advance!!

Last edited by jody2 (2017-02-03 19:32:41)

Offline

#2 2017-01-11 13:00:54

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

First thing to do and try in cases like these is setting up the Microcode updates and see if the error disappears.

Offline

#3 2017-01-11 13:26:27

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

This looks like memory problems to me.

Reseat your RAM, make sure your BIOS is up-to-date, and do as V1del suggests r.e. microcode updates. If you still have problems, run a memtest on each module individually in a different slot (so test module #1 in slot #1, module #2 in slot #2, etc). If you get errors with any of the modules, try another module in the same slot to confirm whether it's the module or the slot that's at fault. Since each module is 16GB, this will take a lot of time.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#4 2017-01-11 16:33:28

jody2
Member
Registered: 2017-01-08
Posts: 20

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

V1del wrote:

First thing to do and try in cases like these is setting up the Microcode updates and see if the error disappears.

Thank you for the response. I thought I currently have the microcode thing, if you see in my dmesg output from above:

[    3.884277] microcode: sig=0x206d7, pf=0x1, revision=0x710
[    3.885418] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba

Or do I need something else in addition? Thank you again! smile

Offline

#5 2017-01-11 16:41:37

jody2
Member
Registered: 2017-01-08
Posts: 20

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

WorMzy wrote:

This looks like memory problems to me.

Reseat your RAM, make sure your BIOS is up-to-date, and do as V1del suggests r.e. microcode updates. If you still have problems, run a memtest on each module individually in a different slot (so test module #1 in slot #1, module #2 in slot #2, etc). If you get errors with any of the modules, try another module in the same slot to confirm whether it's the module or the slot that's at fault. Since each module is 16GB, this will take a lot of time.

Thank you also for your response! I had already checked the BIOS and it is up to date. I'm not certain what I should the BIOS RAM settings to. I had adjusted it to 1866 Mhz cuz that is what the memory supports, as well as the motherboard, later I changed it to Auto and it sets itself to 1633 Mhz. Looking up the CPU it says it supports these memory types: DDR3 800/1066/1333/1600, so not sure what I need to set it to, but neither seemed to make a difference with my issue.

I also already looked into memtest, but I have never really run it, is there any specific setting that I should pick and for how long should it run for? I mean does it stop at some point by itself or can I limit it somehow? Thank you for any tips in advance! smile

Offline

#6 2017-01-11 17:44:44

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

jody2 wrote:
V1del wrote:

First thing to do and try in cases like these is setting up the Microcode updates and see if the error disappears.

Thank you for the response. I thought I currently have the microcode thing, if you see in my dmesg output from above:

[    3.884277] microcode: sig=0x206d7, pf=0x1, revision=0x710
[    3.885418] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba

Or do I need something else in addition? Thank you again! smile

Please read the link V1del provided.

Setting your BIOS frequency settings to auto is probably a good call, at least until you've identified the cause of the problem.

Memtest86+ is included on the Arch installation iso (you will need to boot in bios mode, as opposed to UEFI, to access it though), boot into it, and let it run for at least one pass (more is better, but one full pass with no errors is usually a good indication that the RAM module is good). If you get any  errors (red messages with memory locations), then assume the module or slot is faulty, stop the test, power down, change the modules, and repeat. If you get no errors after a full pass, stop the test, power down, change the modules and slots, and repeat. Until you've tested all the modules, and all RAM slots with good RAM modules.

If you identify any bad RAM modules (they will give errors no matter which RAM slot they're in), or bad slots (will give errors no matter which RAM module is pulgged in), check your suppliers returns policy.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#7 2017-01-11 18:51:51

jody2
Member
Registered: 2017-01-08
Posts: 20

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

WorMzy wrote:
jody2 wrote:
V1del wrote:

First thing to do and try in cases like these is setting up the Microcode updates and see if the error disappears.

Thank you for the response. I thought I currently have the microcode thing, if you see in my dmesg output from above:

[    3.884277] microcode: sig=0x206d7, pf=0x1, revision=0x710
[    3.885418] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba

Or do I need something else in addition? Thank you again! smile

Please read the link V1del provided.

Setting your BIOS frequency settings to auto is probably a good call, at least until you've identified the cause of the problem.

Memtest86+ is included on the Arch installation iso (you will need to boot in bios mode, as opposed to UEFI, to access it though), boot into it, and let it run for at least one pass (more is better, but one full pass with no errors is usually a good indication that the RAM module is good). If you get any  errors (red messages with memory locations), then assume the module or slot is faulty, stop the test, power down, change the modules, and repeat. If you get no errors after a full pass, stop the test, power down, change the modules and slots, and repeat. Until you've tested all the modules, and all RAM slots with good RAM modules.

If you identify any bad RAM modules (they will give errors no matter which RAM slot they're in), or bad slots (will give errors no matter which RAM module is pulgged in), check your suppliers returns policy.

Thank you again big_smile I should have responded differently. I had already installed the intel-microcode for grub, as that is what I use.
Checking the current microcode:

grep microcode /proc/cpuinfo
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710
microcode	: 0x710

and

sudo bsdtar -Oxf /boot/intel-ucode.img | iucode_tool -tb -lS -
iucode_tool: system has processor(s) with signature 0x000206d7
microcode bundle 1: (stdin)
selected microcodes:
  001/135: sig 0x000206d6, pf_mask 0x6d, 2012-05-22, rev 0x0619, size 16384
  001/131: sig 0x000206d7, pf_mask 0x6d, 2013-06-17, rev 0x0710, size 17408

and again the dmesg

dmesg | grep microcode
[    3.841725] microcode: sig=0x206d7, pf=0x1, revision=0x710
[    3.842936] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba

I think I did all correctly here, right?
So now I will follow your instructions on testing the RAM.

Offline

#8 2017-01-11 19:58:26

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

Due to the timestamps, I don't think you're booting with the ucode initrd (see that the examples here all have ucode messages in the first second of booting), you may be right about there not being a update in the image for your CPU though, in which case there ucode updates aren't an issue for you.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#9 2017-01-11 20:29:51

V1del
Forum Moderator
Registered: 2012-10-16
Posts: 21,657

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

Yeah the message will not be printed if the update doesn't have to be applied, therefore this shouldn't be the issue.

Offline

#10 2017-01-19 14:12:00

jody2
Member
Registered: 2017-01-08
Posts: 20

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

V1del wrote:

Yeah the message will not be printed if the update doesn't have to be applied, therefore this shouldn't be the issue.

Okay, that is what I had read somewhere as well, but good to have it confirmed, thank you again!

Offline

#11 2017-01-19 14:17:00

jody2
Member
Registered: 2017-01-08
Posts: 20

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

WorMzy wrote:
jody2 wrote:
V1del wrote:

First thing to do and try in cases like these is setting up the Microcode updates and see if the error disappears.

Thank you for the response. I thought I currently have the microcode thing, if you see in my dmesg output from above:

[    3.884277] microcode: sig=0x206d7, pf=0x1, revision=0x710
[    3.885418] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba

Or do I need something else in addition? Thank you again! smile

Please read the link V1del provided.

Setting your BIOS frequency settings to auto is probably a good call, at least until you've identified the cause of the problem.

Memtest86+ is included on the Arch installation iso (you will need to boot in bios mode, as opposed to UEFI, to access it though), boot into it, and let it run for at least one pass (more is better, but one full pass with no errors is usually a good indication that the RAM module is good). If you get any  errors (red messages with memory locations), then assume the module or slot is faulty, stop the test, power down, change the modules, and repeat. If you get no errors after a full pass, stop the test, power down, change the modules and slots, and repeat. Until you've tested all the modules, and all RAM slots with good RAM modules.

If you identify any bad RAM modules (they will give errors no matter which RAM slot they're in), or bad slots (will give errors no matter which RAM module is pulgged in), check your suppliers returns policy.

Thank you again for all the input, so I have run the memtest, actually it is currently running, see picture I took below:
https://s23.postimg.org/qx26hok9n/20170119_150705.jpg
Already had 3 passes with no errors, then I think it is save to assume that it is not a RAM issue or RAM slot issue on the MB, right?
What else I can do?

Mod note: Please don't embed full sized images in your posts. See the CoC regarding acceptable image sizes. -- WorMzy

Last edited by WorMzy (2017-01-19 14:40:43)

Offline

#12 2017-01-19 14:47:23

WorMzy
Forum Moderator
From: Scotland
Registered: 2010-06-16
Posts: 11,845
Website

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

I think it is save to assume that it is not a RAM issue or RAM slot issue on the MB, right?

That looks to be the case.

Could you try booting the linux-lts kernel and see if you have the same problem. Another user with a similar problem already tried this and found it didn't help, but perhaps you will have better luck.


Sakura:-
Mobo: MSI MAG X570S TORPEDO MAX // Processor: AMD Ryzen 9 5950X @4.9GHz // GFX: AMD Radeon RX 5700 XT // RAM: 32GB (4x 8GB) Corsair DDR4 (@ 3000MHz) // Storage: 1x 3TB HDD, 6x 1TB SSD, 2x 120GB SSD, 1x 275GB M2 SSD

Making lemonade from lemons since 2015.

Offline

#13 2017-01-19 15:33:13

jody2
Member
Registered: 2017-01-08
Posts: 20

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

WorMzy wrote:

I think it is save to assume that it is not a RAM issue or RAM slot issue on the MB, right?

That looks to be the case.

Could you try booting the linux-lts kernel and see if you have the same problem. Another user with a similar problem already tried this and found it didn't help, but perhaps you will have better luck.

Thank you again WorMzy big_smile I was thinking of trying a fresh new install as a next step, but I will first go with your suggestion and try that as you never know and in case it resolves the problem it will be less time I will have to spent on it.
I also ran a CPU stress test, the intel diagnostic one as described here: https://wiki.archlinux.org/index.php/Stress_Test all passed without issues, as can be seen below:

---------------------------
--- Testing Processor 1 ---
---------------------------


--- IPDT64 - rev  2.20.0.0.L.MP ---


--- Start Time: 01/19/2017 08:15:32---


--- Skipping Config ---


 --- Reading CPU Manufacturer --- 

Expected --> GenuineIntel
Detected --> GenuineIntel
Found --- Genuine Intel Processor ---

 --- Temperature Test --- 

Temperature Test Passed!!!


Temperature = 67 degrees C below maximum.


 --- Reading Brand String --- 

Detected Brand String:
Intel Xeon  E5-2670 0  2.60GHz


Brand String Test Passed!!!


 --- Reading CPU Frequency --- 

Expected CPU Frequency is --> 2.60


Detected CPU Frequency is --> 2.70013

CPU Frequency Test Passed!!!


 --- FSB NOT Supported on this Processor --- 


 --- Running Base Clock test --- 


Detected Base Clock --> 100
Base Clock test Pass ---
--- Processor #0  ---
Expected QPI rate: 8 GT/s
Detected QPI rate: 8.0004 GT/s
--- Processor #1  ---
Expected QPI rate: 8 GT/s
Detected QPI rate: 8.0004 GT/s
QPI rate test Pass ---




 --- Running Floating Point test --- 


Million Floating Points per Second, MFLOPS --> 288
Floating Point Test Pass ---

 --- Running Prime Number Generation Test --- 


Operation Per Second--> 3.98747e+06
Prime Number Generation Test Pass ---

 --- Reading Cache Size ---  

- Detected L1 Data Cache Size --> 1 x 32
- Detected L1 Inst Cache Size --> 1 x 32

- Detected L2 Cache Size --> 256
- Detected L3 Cache Size --> 20480


 Cache Size Test Passed!!!


 --- Determining MMX - SSE capabilities --- 


		 --- CPU FEATURES DETECTION FOR ---
	            ---        MMX SSE       ---
MMX		 - MMX Supported -->	Yes
SSE		 - SSE Supported -->	Yes
SSE2		 - SSE2 Supported -->	Yes
SSE3		 - SSE3 Supported -->	Yes
SSSE3		 - SSSE3 Supported -->	Yes
SSE4.1		 - SSE4.1 Supported -->	Yes
SSE4.2		 - SSE4.2 Supported -->	Yes
		--- MMX SSE - capabilities check complete ---

MMX Test Result --- PASS
SSE Test Result --- PASS
SSE2 Test Result --- PASS
SSE3 Test Result --- PASS
SSSE3 Test Result --- PASS
SSE4.1 Test Result --- PASS
SSE4.2 Test Result --- PASS
MMX SSE Testing Passed !! 

 --- Determining AVX AES PCLMULQDQ capabilities --- 


		 --- CPU FEATURES DETECTION FOR ---
	           --- AVX/AES/PCLMULQDQ ---
AVX		 - Advanced Vector Extensions Supported -->	Yes
AVX OS Support   - AVX Operating System Supported -->		Yes
AES		 - Advanced Encryption Standard Supported -->	Yes
PCLMULQDQ	 - Polys Carry-Less Multiply Supported -->	Yes
	--- AVX AES PCLMULQDQ capabilities check complete ---

AVX Compare Test Result --- PASS
AES Test Result --- PASS
PCLMULQDQ Test Result --- PASS
AVX AES PCLMULQDQ Testing Passed !! 

--- Reading Memory Size --- 


Detected Memory Size is --> 62.89GB


--- Integrated Memory Controller Stress Test --- 


--- Integrated Memory Controller Stress Test Pass!!! --- 


Integrated Memory Controller Test Pass!!!


Chipset          : Intel(R) X79 Express Chipset or Intel(R) C600 Series Chipset
Chipset Stepping : C1

No device connected to PCI-to-PCI Bridge Controller

No device connected to PCI Express Port 0

No device connected to PCI Express Port 1

1 device connected to PCI Express Port 2
   1 : Intel Corporation 82574L Gigabit Network Connection

1 device connected to PCI Express Port 5
   1 : Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller

1 device connected to PCI Express Port 8
   1 : Intel Corporation 82574L Gigabit Network Connection

6 device connected to SATA Controller 1
   1 : Samsung_SSD_850_PRO_256GB
   2 : Hitachi_HDS722020ALA330
   3 : WDC_WD30EURS-63SPKY0
   4 : ST31500341AS
   5 : WDC_WD20EARS-00MVWB0
   6 : ST4000DM000-1F2168

4USB devices detected
   1 : American Megatrends Inc. Virtual Keyboard and Mouse
   2 : 
   3 : Seagate  Expansion Desk
   4 : Microsoft Microsoft IntelliMouse? Explorer

--- Platform Controller Hub Test Completed!!! ---


..
..Query 5..
..
 --- Querying for Intel(R) Integrated Graphics Device (IGD) ---
..Intel(R) Integrated Graphics Device not supported on this processor..
..Skipping Intel(R) Integrated Graphics Device Presence Test..
..

--- Detected Multi-Processor System - CPU Stress Test Disabled ---


--- Test End Time: 01/19/2017 08:15:48---




---------------------------
--- Testing Processor 2 ---
---------------------------


--- IPDT64 - rev  2.20.0.0.L.MP ---


--- Start Time: 01/19/2017 08:15:56---


--- Skipping Config ---


 --- Reading CPU Manufacturer --- 

Expected --> GenuineIntel
Detected --> GenuineIntel
Found --- Genuine Intel Processor ---

 --- Temperature Test --- 

Temperature Test Passed!!!


Temperature = 68 degrees C below maximum.


 --- Reading Brand String --- 

Detected Brand String:
Intel Xeon  E5-2670 0  2.60GHz


Brand String Test Passed!!!


 --- Reading CPU Frequency --- 

Expected CPU Frequency is --> 2.60


Detected CPU Frequency is --> 2.59711

CPU Frequency Test Passed!!!


 --- FSB NOT Supported on this Processor --- 


 --- Running Base Clock test --- 


Detected Base Clock --> 99
Base Clock test Pass ---
--- Processor #0  ---
Expected QPI rate: 8 GT/s
Detected QPI rate: 7.99111 GT/s
--- Processor #1  ---
Expected QPI rate: 8 GT/s
Detected QPI rate: 7.99111 GT/s
QPI rate test Pass ---




 --- Running Floating Point test --- 


Million Floating Points per Second, MFLOPS --> 302.4
Floating Point Test Pass ---

 --- Running Prime Number Generation Test --- 


Operation Per Second--> 3.98747e+06
Prime Number Generation Test Pass ---

 --- Reading Cache Size ---  

- Detected L1 Data Cache Size --> 1 x 32
- Detected L1 Inst Cache Size --> 1 x 32

- Detected L2 Cache Size --> 256
- Detected L3 Cache Size --> 20480


 Cache Size Test Passed!!!


 --- Determining MMX - SSE capabilities --- 


		 --- CPU FEATURES DETECTION FOR ---
	            ---        MMX SSE       ---
MMX		 - MMX Supported -->	Yes
SSE		 - SSE Supported -->	Yes
SSE2		 - SSE2 Supported -->	Yes
SSE3		 - SSE3 Supported -->	Yes
SSSE3		 - SSSE3 Supported -->	Yes
SSE4.1		 - SSE4.1 Supported -->	Yes
SSE4.2		 - SSE4.2 Supported -->	Yes
		--- MMX SSE - capabilities check complete ---

MMX Test Result --- PASS
SSE Test Result --- PASS
SSE2 Test Result --- PASS
SSE3 Test Result --- PASS
SSSE3 Test Result --- PASS
SSE4.1 Test Result --- PASS
SSE4.2 Test Result --- PASS
MMX SSE Testing Passed !! 

 --- Determining AVX AES PCLMULQDQ capabilities --- 


		 --- CPU FEATURES DETECTION FOR ---
	           --- AVX/AES/PCLMULQDQ ---
AVX		 - Advanced Vector Extensions Supported -->	Yes
AVX OS Support   - AVX Operating System Supported -->		Yes
AES		 - Advanced Encryption Standard Supported -->	Yes
PCLMULQDQ	 - Polys Carry-Less Multiply Supported -->	Yes
	--- AVX AES PCLMULQDQ capabilities check complete ---

AVX Compare Test Result --- PASS
AES Test Result --- PASS
PCLMULQDQ Test Result --- PASS
AVX AES PCLMULQDQ Testing Passed !! 

--- Reading Memory Size --- 


Detected Memory Size is --> 62.89GB


--- Integrated Memory Controller Stress Test --- 


--- Integrated Memory Controller Stress Test Pass!!! --- 


Integrated Memory Controller Test Pass!!!


Chipset          : Intel(R) X79 Express Chipset or Intel(R) C600 Series Chipset
Chipset Stepping : C1

No device connected to PCI-to-PCI Bridge Controller

No device connected to PCI Express Port 0

No device connected to PCI Express Port 1

1 device connected to PCI Express Port 2
   1 : Intel Corporation 82574L Gigabit Network Connection

1 device connected to PCI Express Port 5
   1 : Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller

1 device connected to PCI Express Port 8
   1 : Intel Corporation 82574L Gigabit Network Connection

6 device connected to SATA Controller 1
   1 : Samsung_SSD_850_PRO_256GB
   2 : Hitachi_HDS722020ALA330
   3 : WDC_WD30EURS-63SPKY0
   4 : ST31500341AS
   5 : WDC_WD20EARS-00MVWB0
   6 : ST4000DM000-1F2168

4USB devices detected
   1 : American Megatrends Inc. Virtual Keyboard and Mouse
   2 : 
   3 : Seagate  Expansion Desk
   4 : Microsoft Microsoft IntelliMouse? Explorer

--- Platform Controller Hub Test Completed!!! ---


..
..Query 5..
..
 --- Querying for Intel(R) Integrated Graphics Device (IGD) ---
..Intel(R) Integrated Graphics Device not supported on this processor..
..Skipping Intel(R) Integrated Graphics Device Presence Test..
..

--- Detected Multi-Processor System - CPU Stress Test Disabled ---


--- Test End Time: 01/19/2017 08:16:12---




-----------------------------------
--- Multi Processor Stress Test ---
-----------------------------------


--- IPDT64 - rev  2.20.0.0.L.MP ---


--- Start Time: 01/19/2017 08:16:21---


--- Skipping Config ---


 --- Multi Proc Load --- 


 --- Multi Processor Load Level set to - 64 - for - 4 - minutes ---


..Multi Proc Stress Load Passed..


--- Test End Time: 01/19/2017 08:20:20---




    ---------------
    --- Summary ---
    ---------------

Processor	Status
    1		Pass
    2		Pass

Offline

#14 2017-02-03 19:31:50

jody2
Member
Registered: 2017-01-08
Posts: 20

Re: [SOLVED] machine/cpu stalls, kernel errors, can't figure out why

I think it is safe to assume that my problem has been resolved. My computer has been running for almost 14 days now without the problems or any other issues. I just did a complete new fresh install, so the cause is still unknown to me but in case someone runs into a similar issue to compare the output from above to what I have now here some pastes:

ulimit -a
core file size          (blocks, -c) unlimited
data seg size           (kbytes, -d) unlimited
scheduling priority             (-e) 0
file size               (blocks, -f) unlimited
pending signals                 (-i) 257555
max locked memory       (kbytes, -l) 64
max memory size         (kbytes, -m) unlimited
open files                      (-n) 1024
pipe size            (512 bytes, -p) 8
POSIX message queues     (bytes, -q) 819200
real-time priority              (-r) 0
stack size              (kbytes, -s) 8192
cpu time               (seconds, -t) unlimited
max user processes              (-u) 257555
virtual memory          (kbytes, -v) unlimited
file locks                      (-x) unlimited
uname -a
Linux fatzo 4.8.13-1-ARCH #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016 x86_64 GNU/Linux
dmesg -T
[Fri Jan 20 23:48:01 2017] Linux version 4.8.13-1-ARCH (builduser@tobias) (gcc version 6.2.1 20160830 (GCC) ) #1 SMP PREEMPT Fri Dec 9 07:24:34 CET 2016
[Fri Jan 20 23:48:01 2017] Command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=582a6cca-12a7-4c53-87a5-61c9ab9feeaa rw quiet
[Fri Jan 20 23:48:01 2017] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers'
[Fri Jan 20 23:48:01 2017] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers'
[Fri Jan 20 23:48:01 2017] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers'
[Fri Jan 20 23:48:01 2017] x86/fpu: xstate_offset[2]:  576, xstate_sizes[2]:  256
[Fri Jan 20 23:48:01 2017] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format.
[Fri Jan 20 23:48:01 2017] x86/fpu: Using 'eager' FPU context switches.
[Fri Jan 20 23:48:01 2017] e820: BIOS-provided physical RAM map:
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x0000000000000000-0x000000000009cbff] usable
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x000000000009cc00-0x000000000009ffff] reserved
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x0000000000100000-0x000000007de71fff] usable
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x000000007de72000-0x000000007dea1fff] reserved
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x000000007dea2000-0x000000007dfb9fff] ACPI data
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x000000007dfba000-0x000000007e1ddfff] ACPI NVS
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x000000007e1de000-0x000000007f351fff] reserved
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x000000007f352000-0x000000007f7fffff] ACPI NVS
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] reserved
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
[Fri Jan 20 23:48:01 2017] BIOS-e820: [mem 0x0000000100000000-0x000000107fffffff] usable
[Fri Jan 20 23:48:01 2017] NX (Execute Disable) protection: active
[Fri Jan 20 23:48:01 2017] SMBIOS 2.7 present.
[Fri Jan 20 23:48:01 2017] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602, BIOS P1.80 12/09/2013
[Fri Jan 20 23:48:01 2017] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[Fri Jan 20 23:48:01 2017] e820: remove [mem 0x000a0000-0x000fffff] usable
[Fri Jan 20 23:48:01 2017] e820: last_pfn = 0x1080000 max_arch_pfn = 0x400000000
[Fri Jan 20 23:48:01 2017] MTRR default type: uncachable
[Fri Jan 20 23:48:01 2017] MTRR fixed ranges enabled:
[Fri Jan 20 23:48:01 2017]   00000-9FFFF write-back
[Fri Jan 20 23:48:01 2017]   A0000-BFFFF uncachable
[Fri Jan 20 23:48:01 2017]   C0000-FFFFF write-protect
[Fri Jan 20 23:48:01 2017] MTRR variable ranges enabled:
[Fri Jan 20 23:48:01 2017]   0 base 000000000000 mask 3FF000000000 write-back
[Fri Jan 20 23:48:01 2017]   1 base 001000000000 mask 3FFF80000000 write-back
[Fri Jan 20 23:48:01 2017]   2 base 000080000000 mask 3FFF80000000 uncachable
[Fri Jan 20 23:48:01 2017]   3 disabled
[Fri Jan 20 23:48:01 2017]   4 disabled
[Fri Jan 20 23:48:01 2017]   5 disabled
[Fri Jan 20 23:48:01 2017]   6 disabled
[Fri Jan 20 23:48:01 2017]   7 disabled
[Fri Jan 20 23:48:01 2017]   8 disabled
[Fri Jan 20 23:48:01 2017]   9 disabled
[Fri Jan 20 23:48:01 2017] x86/PAT: Configuration [0-7]: WB  WC  UC- UC  WB  WC  UC- WT  
[Fri Jan 20 23:48:01 2017] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[Fri Jan 20 23:48:01 2017] e820: last_pfn = 0x7de72 max_arch_pfn = 0x400000000
[Fri Jan 20 23:48:01 2017] found SMP MP-table at [mem 0x000fdcf0-0x000fdcff] mapped at [ffff8800000fdcf0]
[Fri Jan 20 23:48:01 2017] Scanning 1 areas for low memory corruption
[Fri Jan 20 23:48:01 2017] Base memory trampoline at [ffff880000096000] 96000 size 24576
[Fri Jan 20 23:48:01 2017] Using GB pages for direct mapping
[Fri Jan 20 23:48:01 2017] BRK [0x01d4d000, 0x01d4dfff] PGTABLE
[Fri Jan 20 23:48:01 2017] BRK [0x01d4e000, 0x01d4efff] PGTABLE
[Fri Jan 20 23:48:01 2017] BRK [0x01d4f000, 0x01d4ffff] PGTABLE
[Fri Jan 20 23:48:01 2017] RAMDISK: [mem 0x372ef000-0x3796efff]
[Fri Jan 20 23:48:01 2017] ACPI: Early table checksum verification disabled
[Fri Jan 20 23:48:01 2017] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[Fri Jan 20 23:48:01 2017] ACPI: XSDT 0x000000007DEDA080 000084 (v01 ALASKA A M I    01072009 AMI  00010013)
[Fri Jan 20 23:48:01 2017] ACPI: FACP 0x000000007DEE7BB0 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[Fri Jan 20 23:48:01 2017] ACPI: DSDT 0x000000007DEDA198 00DA14 (v02 ALASKA A M I    00000000 INTL 20051117)
[Fri Jan 20 23:48:01 2017] ACPI: FACS 0x000000007E1D5080 000040
[Fri Jan 20 23:48:01 2017] ACPI: APIC 0x000000007DEE7CC0 000224 (v03 ALASKA A M I    01072009 AMI  00010013)
[Fri Jan 20 23:48:01 2017] ACPI: FPDT 0x000000007DEE7EE8 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[Fri Jan 20 23:48:01 2017] ACPI: MCFG 0x000000007DEE7F30 00003C (v01 ALASKA OEMMCFG. 01072009 MSFT 00000097)
[Fri Jan 20 23:48:01 2017] ACPI: AAFT 0x000000007DEE7F70 00003A (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[Fri Jan 20 23:48:01 2017] ACPI: SRAT 0x000000007DEE7FB0 0004B0 (v01 A M I  AMI SRAT 00000001 AMI. 00000000)
[Fri Jan 20 23:48:01 2017] ACPI: SLIT 0x000000007DEE8460 000030 (v01 A M I  AMI SLIT 00000000 AMI. 00000000)
[Fri Jan 20 23:48:01 2017] ACPI: HPET 0x000000007DEE8490 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[Fri Jan 20 23:48:01 2017] ACPI: PRAD 0x000000007DEE84C8 0000BE (v02 PRADID PRADTID  00000001 MSFT 03000001)
[Fri Jan 20 23:48:01 2017] ACPI: SPMI 0x000000007DEE8588 000040 (v05 A M I  OEMSPMI  00000000 AMI. 00000000)
[Fri Jan 20 23:48:01 2017] ACPI: SSDT 0x000000007DEE85C8 0D0CB0 (v02 INTEL  CpuPm    00004000 INTL 20051117)
[Fri Jan 20 23:48:01 2017] ACPI: SPCR 0x000000007DFB9278 000050 (v01 A M I  APTIO4   01072009 AMI. 00000005)
[Fri Jan 20 23:48:01 2017] ACPI: Local APIC address 0xfee00000
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x00 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x01 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x02 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x03 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x04 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x05 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x06 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x07 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x08 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x09 -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x0a -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x0b -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x0c -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x0d -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x0e -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 0 -> APIC 0x0f -> Node 0
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x20 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x21 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x22 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x23 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x24 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x25 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x26 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x27 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x28 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x29 -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x2a -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x2b -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x2c -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x2d -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x2e -> Node 1
[Fri Jan 20 23:48:01 2017] SRAT: PXM 1 -> APIC 0x2f -> Node 1
[Fri Jan 20 23:48:01 2017] ACPI: SRAT: Node 0 PXM 0 [mem 0x00000000-0x7fffffff]
[Fri Jan 20 23:48:01 2017] ACPI: SRAT: Node 0 PXM 0 [mem 0x100000000-0x87fffffff]
[Fri Jan 20 23:48:01 2017] ACPI: SRAT: Node 1 PXM 1 [mem 0x880000000-0x107fffffff]
[Fri Jan 20 23:48:01 2017] NUMA: Initialized distance table, cnt=2
[Fri Jan 20 23:48:01 2017] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0x87fffffff] -> [mem 0x00000000-0x87fffffff]
[Fri Jan 20 23:48:01 2017] NODE_DATA(0) allocated [mem 0x87fffb000-0x87fffffff]
[Fri Jan 20 23:48:01 2017] NODE_DATA(1) allocated [mem 0x107fff8000-0x107fffcfff]
[Fri Jan 20 23:48:01 2017] Zone ranges:
[Fri Jan 20 23:48:01 2017]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[Fri Jan 20 23:48:01 2017]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[Fri Jan 20 23:48:01 2017]   Normal   [mem 0x0000000100000000-0x000000107fffffff]
[Fri Jan 20 23:48:01 2017]   Device   empty
[Fri Jan 20 23:48:01 2017] Movable zone start for each node
[Fri Jan 20 23:48:01 2017] Early memory node ranges
[Fri Jan 20 23:48:01 2017]   node   0: [mem 0x0000000000001000-0x000000000009bfff]
[Fri Jan 20 23:48:01 2017]   node   0: [mem 0x0000000000100000-0x000000007de71fff]
[Fri Jan 20 23:48:01 2017]   node   0: [mem 0x0000000100000000-0x000000087fffffff]
[Fri Jan 20 23:48:01 2017]   node   1: [mem 0x0000000880000000-0x000000107fffffff]
[Fri Jan 20 23:48:01 2017] Initmem setup node 0 [mem 0x0000000000001000-0x000000087fffffff]
[Fri Jan 20 23:48:01 2017] On node 0 totalpages: 8379917
[Fri Jan 20 23:48:01 2017]   DMA zone: 64 pages used for memmap
[Fri Jan 20 23:48:01 2017]   DMA zone: 21 pages reserved
[Fri Jan 20 23:48:01 2017]   DMA zone: 3995 pages, LIFO batch:0
[Fri Jan 20 23:48:01 2017]   DMA32 zone: 7994 pages used for memmap
[Fri Jan 20 23:48:01 2017]   DMA32 zone: 511602 pages, LIFO batch:31
[Fri Jan 20 23:48:01 2017]   Normal zone: 122880 pages used for memmap
[Fri Jan 20 23:48:01 2017]   Normal zone: 7864320 pages, LIFO batch:31
[Fri Jan 20 23:48:01 2017] Initmem setup node 1 [mem 0x0000000880000000-0x000000107fffffff]
[Fri Jan 20 23:48:01 2017] On node 1 totalpages: 8388608
[Fri Jan 20 23:48:01 2017]   Normal zone: 131072 pages used for memmap
[Fri Jan 20 23:48:01 2017]   Normal zone: 8388608 pages, LIFO batch:31
[Fri Jan 20 23:48:01 2017] ACPI: PM-Timer IO Port: 0x408
[Fri Jan 20 23:48:01 2017] ACPI: Local APIC address 0xfee00000
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x0c] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x0e] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x10] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x12] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x14] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x16] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x18] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x1a] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x1c] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x1e] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x0d] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x0f] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x11] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x13] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x15] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x17] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x19] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x1b] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x1d] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] ACPI: LAPIC_NMI (acpi_id[0x1f] high edge lint[0x1])
[Fri Jan 20 23:48:01 2017] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23
[Fri Jan 20 23:48:01 2017] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47
[Fri Jan 20 23:48:01 2017] IOAPIC[2]: apic_id 3, version 32, address 0xfec40000, GSI 48-71
[Fri Jan 20 23:48:01 2017] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[Fri Jan 20 23:48:01 2017] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[Fri Jan 20 23:48:01 2017] ACPI: IRQ0 used by override.
[Fri Jan 20 23:48:01 2017] ACPI: IRQ9 used by override.
[Fri Jan 20 23:48:01 2017] Using ACPI (MADT) for SMP configuration information
[Fri Jan 20 23:48:01 2017] ACPI: HPET id: 0x8086a701 base: 0xfed00000
[Fri Jan 20 23:48:01 2017] smpboot: Allowing 32 CPUs, 0 hotplug CPUs
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x0009c000-0x0009cfff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x0009d000-0x0009ffff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x7de72000-0x7dea1fff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x7dea2000-0x7dfb9fff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x7dfba000-0x7e1ddfff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x7e1de000-0x7f351fff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x7f352000-0x7f7fffff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x7f800000-0x7fffffff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x80000000-0x8fffffff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0x90000000-0xfed1bfff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0xfed1c000-0xfed3ffff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0xfed40000-0xfeffffff]
[Fri Jan 20 23:48:01 2017] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[Fri Jan 20 23:48:01 2017] e820: [mem 0x90000000-0xfed1bfff] available for PCI devices
[Fri Jan 20 23:48:01 2017] Booting paravirtualized kernel on bare hardware
[Fri Jan 20 23:48:01 2017] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370452778343963 ns
[Fri Jan 20 23:48:01 2017] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:32 nr_node_ids:2
[Fri Jan 20 23:48:01 2017] percpu: Embedded 35 pages/cpu @ffff88085fa00000 s103128 r8192 d32040 u262144
[Fri Jan 20 23:48:01 2017] pcpu-alloc: s103128 r8192 d32040 u262144 alloc=1*2097152
[Fri Jan 20 23:48:01 2017] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 16 17 18 19 20 21 22 23 
[Fri Jan 20 23:48:01 2017] pcpu-alloc: [1] 08 09 10 11 12 13 14 15 [1] 24 25 26 27 28 29 30 31 
[Fri Jan 20 23:48:01 2017] Built 2 zonelists in Node order, mobility grouping on.  Total pages: 16506494
[Fri Jan 20 23:48:01 2017] Policy zone: Normal
[Fri Jan 20 23:48:01 2017] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-linux root=UUID=582a6cca-12a7-4c53-87a5-61c9ab9feeaa rw quiet
[Fri Jan 20 23:48:01 2017] PID hash table entries: 4096 (order: 3, 32768 bytes)
[Fri Jan 20 23:48:01 2017] Calgary: detecting Calgary via BIOS EBDA area
[Fri Jan 20 23:48:01 2017] Calgary: Unable to locate Rio Grande table in EBDA - bailing!
[Fri Jan 20 23:48:01 2017] Memory: 65934192K/67074100K available (6131K kernel code, 1051K rwdata, 1912K rodata, 1256K init, 1036K bss, 1139908K reserved, 0K cma-reserved)
[Fri Jan 20 23:48:01 2017] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=2
[Fri Jan 20 23:48:01 2017] Preemptible hierarchical RCU implementation.
[Fri Jan 20 23:48:01 2017] 	Build-time adjustment of leaf fanout to 64.
[Fri Jan 20 23:48:01 2017] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=32.
[Fri Jan 20 23:48:01 2017] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=32
[Fri Jan 20 23:48:01 2017] NR_IRQS:8448 nr_irqs:1496 16
[Fri Jan 20 23:48:01 2017] Console: colour dummy device 80x25
[Fri Jan 20 23:48:01 2017] console [tty0] enabled
[Fri Jan 20 23:48:01 2017] mempolicy: Enabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[Fri Jan 20 23:48:01 2017] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[Fri Jan 20 23:48:01 2017] hpet clockevent registered
[Fri Jan 20 23:48:01 2017] tsc: Fast TSC calibration using PIT
[Fri Jan 20 23:48:01 2017] tsc: Detected 2600.030 MHz processor
[Fri Jan 20 23:48:01 2017] Calibrating delay loop (skipped), value calculated using timer frequency.. 5202.72 BogoMIPS (lpj=8666766)
[Fri Jan 20 23:48:01 2017] pid_max: default: 32768 minimum: 301
[Fri Jan 20 23:48:01 2017] ACPI: Core revision 20160422
[Fri Jan 20 23:48:01 2017] ACPI: 2 ACPI AML tables successfully acquired and loaded

[Fri Jan 20 23:48:01 2017] Security Framework initialized
[Fri Jan 20 23:48:01 2017] Yama: becoming mindful.
[Fri Jan 20 23:48:01 2017] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes)
[Fri Jan 20 23:48:01 2017] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[Fri Jan 20 23:48:01 2017] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[Fri Jan 20 23:48:01 2017] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[Fri Jan 20 23:48:01 2017] CPU: Physical Processor ID: 0
[Fri Jan 20 23:48:01 2017] CPU: Processor Core ID: 0
[Fri Jan 20 23:48:01 2017] mce: CPU supports 20 MCE banks
[Fri Jan 20 23:48:01 2017] CPU0: Thermal monitoring enabled (TM1)
[Fri Jan 20 23:48:01 2017] process: using mwait in idle threads
[Fri Jan 20 23:48:01 2017] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[Fri Jan 20 23:48:01 2017] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[Fri Jan 20 23:48:01 2017] Freeing SMP alternatives memory: 24K (ffffffff81c42000 - ffffffff81c48000)
[Fri Jan 20 23:48:01 2017] ftrace: allocating 24335 entries in 96 pages
[Fri Jan 20 23:48:01 2017] smpboot: APIC(0) Converting physical 0 to logical package 0
[Fri Jan 20 23:48:01 2017] smpboot: APIC(20) Converting physical 1 to logical package 1
[Fri Jan 20 23:48:01 2017] smpboot: Max logical packages: 4
[Fri Jan 20 23:48:01 2017] x2apic: IRQ remapping doesn't support X2APIC mode
[Fri Jan 20 23:48:01 2017] Switched APIC routing to physical flat.
[Fri Jan 20 23:48:01 2017] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[Fri Jan 20 23:48:01 2017] TSC deadline timer enabled
[Fri Jan 20 23:48:01 2017] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (family: 0x6, model: 0x2d, stepping: 0x7)
[Fri Jan 20 23:48:01 2017] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[Fri Jan 20 23:48:01 2017] ... version:                3
[Fri Jan 20 23:48:01 2017] ... bit width:              48
[Fri Jan 20 23:48:01 2017] ... generic registers:      4
[Fri Jan 20 23:48:01 2017] ... value mask:             0000ffffffffffff
[Fri Jan 20 23:48:01 2017] ... max period:             0000ffffffffffff
[Fri Jan 20 23:48:01 2017] ... fixed-purpose events:   3
[Fri Jan 20 23:48:01 2017] ... event mask:             000000070000000f
[Fri Jan 20 23:48:01 2017] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[Fri Jan 20 23:48:01 2017] x86: Booting SMP configuration:
[Fri Jan 20 23:48:01 2017] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[Fri Jan 20 23:48:01 2017] .... node  #1, CPUs:    #8  #9 #10 #11 #12 #13 #14 #15
[Fri Jan 20 23:48:02 2017] .... node  #0, CPUs:   #16 #17 #18 #19 #20 #21 #22 #23
[Fri Jan 20 23:48:03 2017] .... node  #1, CPUs:   #24 #25 #26 #27 #28 #29 #30 #31
[Fri Jan 20 23:48:04 2017] x86: Booted up 2 nodes, 32 CPUs
[Fri Jan 20 23:48:04 2017] smpboot: Total of 32 processors activated (166535.88 BogoMIPS)
[Fri Jan 20 23:48:04 2017] devtmpfs: initialized
[Fri Jan 20 23:48:04 2017] x86/mm: Memory block size: 2048MB
[Fri Jan 20 23:48:04 2017] PM: Registering ACPI NVS region [mem 0x7dfba000-0x7e1ddfff] (2244608 bytes)
[Fri Jan 20 23:48:04 2017] PM: Registering ACPI NVS region [mem 0x7f352000-0x7f7fffff] (4907008 bytes)
[Fri Jan 20 23:48:04 2017] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 6370867519511994 ns
[Fri Jan 20 23:48:04 2017] pinctrl core: initialized pinctrl subsystem
[Fri Jan 20 23:48:04 2017] RTC time: 23:48:04, date: 01/20/17
[Fri Jan 20 23:48:04 2017] NET: Registered protocol family 16
[Fri Jan 20 23:48:04 2017] cpuidle: using governor ladder
[Fri Jan 20 23:48:04 2017] cpuidle: using governor menu
[Fri Jan 20 23:48:04 2017] ACPI: bus type PCI registered
[Fri Jan 20 23:48:04 2017] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[Fri Jan 20 23:48:04 2017] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[Fri Jan 20 23:48:04 2017] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[Fri Jan 20 23:48:04 2017] pmd_set_huge: Cannot satisfy [mem 0x80000000-0x80200000] with a huge-page mapping due to MTRR override.
[Fri Jan 20 23:48:04 2017] PCI: Using configuration type 1 for base access
[Fri Jan 20 23:48:04 2017] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[Fri Jan 20 23:48:04 2017] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[Fri Jan 20 23:48:04 2017] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[Fri Jan 20 23:48:04 2017] ACPI: Added _OSI(Module Device)
[Fri Jan 20 23:48:04 2017] ACPI: Added _OSI(Processor Device)
[Fri Jan 20 23:48:04 2017] ACPI: Added _OSI(3.0 _SCP Extensions)
[Fri Jan 20 23:48:04 2017] ACPI: Added _OSI(Processor Aggregator Device)
[Fri Jan 20 23:48:04 2017] ACPI: Executed 1 blocks of module-level executable AML code
[Fri Jan 20 23:48:04 2017] ACPI: Interpreter enabled
[Fri Jan 20 23:48:04 2017] ACPI: (supports S0 S1 S4 S5)
[Fri Jan 20 23:48:04 2017] ACPI: Using IOAPIC for interrupt routing
[Fri Jan 20 23:48:04 2017] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[Fri Jan 20 23:48:04 2017] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[Fri Jan 20 23:48:04 2017] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[Fri Jan 20 23:48:04 2017] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[Fri Jan 20 23:48:04 2017] PCI host bridge to bus 0000:00
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: root bus resource [io  0x0d00-0x9fff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: root bus resource [bus 00-7e]
[Fri Jan 20 23:48:04 2017] pci 0000:00:00.0: [8086:3c00] type 00 class 0x060000
[Fri Jan 20 23:48:04 2017] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.0: [8086:3c02] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.0: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.1: [8086:3c03] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.1: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:02.0: [8086:3c04] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:02.0: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.0: [8086:3c08] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.0: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.2: [8086:3c0a] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.2: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:05.0: [8086:3c28] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:00:05.2: [8086:3c2a] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:00:05.4: [8086:3c2c] type 00 class 0x080020
[Fri Jan 20 23:48:04 2017] pci 0000:00:05.4: reg 0x10: [mem 0xdff07000-0xdff07fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000
[Fri Jan 20 23:48:04 2017] pci 0000:00:16.0: reg 0x10: [mem 0xdff06000-0xdff0600f 64bit]
[Fri Jan 20 23:48:04 2017] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000
[Fri Jan 20 23:48:04 2017] pci 0000:00:16.1: reg 0x10: [mem 0xdff05000-0xdff0500f 64bit]
[Fri Jan 20 23:48:04 2017] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320
[Fri Jan 20 23:48:04 2017] pci 0000:00:1a.0: reg 0x10: [mem 0xdff03000-0xdff033ff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:1a.0: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.0: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.1: [8086:1d12] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.1: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.4: [8086:1d18] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.4: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.7: [8086:1d1e] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.7: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320
[Fri Jan 20 23:48:04 2017] pci 0000:00:1d.0: reg 0x10: [mem 0xdff02000-0xdff023ff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:1d.0: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[Fri Jan 20 23:48:04 2017] pci 0000:00:1e.0: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.2: reg 0x10: [io  0x9070-0x9077]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.2: reg 0x14: [io  0x9060-0x9063]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.2: reg 0x18: [io  0x9050-0x9057]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.2: reg 0x1c: [io  0x9040-0x9043]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.2: reg 0x20: [io  0x9020-0x903f]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.2: reg 0x24: [mem 0xdff01000-0xdff017ff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.2: PME# supported from D3hot
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.3: reg 0x10: [mem 0xdff00000-0xdff000ff 64bit]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1f.3: reg 0x20: [io  0x9000-0x901f]
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.0: PCI bridge to [bus 01]
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.1: PCI bridge to [bus 02]
[Fri Jan 20 23:48:04 2017] pci 0000:00:02.0: PCI bridge to [bus 03]
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: [1b4b:9215] type 00 class 0x010601
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: reg 0x10: [io  0x8050-0x8057]
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: reg 0x14: [io  0x8040-0x8043]
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: reg 0x18: [io  0x8030-0x8037]
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: reg 0x1c: [io  0x8020-0x8023]
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: reg 0x20: [io  0x8000-0x801f]
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: reg 0x24: [mem 0xdfe10000-0xdfe107ff]
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: reg 0x30: [mem 0xdfe00000-0xdfe0ffff pref]
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: PME# supported from D3hot
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.0: PCI bridge to [bus 04]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.0:   bridge window [io  0x8000-0x8fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: [1b4b:9215] type 00 class 0x010601
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: reg 0x10: [io  0x7050-0x7057]
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: reg 0x14: [io  0x7040-0x7043]
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: reg 0x18: [io  0x7030-0x7037]
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: reg 0x1c: [io  0x7020-0x7023]
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: reg 0x20: [io  0x7000-0x701f]
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: reg 0x24: [mem 0xdfd10000-0xdfd107ff]
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: reg 0x30: [mem 0xdfd00000-0xdfd0ffff pref]
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: PME# supported from D3hot
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.2: PCI bridge to [bus 05]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.2:   bridge window [io  0x7000-0x7fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.2:   bridge window [mem 0xdfd00000-0xdfdfffff]
[Fri Jan 20 23:48:04 2017] pci 0000:06:00.0: [8086:1d6b] type 00 class 0x010700
[Fri Jan 20 23:48:04 2017] pci 0000:06:00.0: reg 0x10: [mem 0xdf47c000-0xdf47ffff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci 0000:06:00.0: reg 0x18: [mem 0xdf000000-0xdf3fffff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci 0000:06:00.0: reg 0x20: [io  0x6000-0x60ff]
[Fri Jan 20 23:48:04 2017] pci 0000:06:00.0: reg 0x164: [mem 0xdf400000-0xdf403fff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci 0000:06:00.0: VF(n) BAR0 space: [mem 0xdf400000-0xdf47bfff 64bit pref] (contains BAR0 for 31 VFs)
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0: PCI bridge to [bus 06]
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0:   bridge window [io  0x6000-0x6fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0:   bridge window [mem 0xdfc00000-0xdfcfffff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0:   bridge window [mem 0xdf000000-0xdf4fffff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.0: PCI bridge to [bus 07]
[Fri Jan 20 23:48:04 2017] pci 0000:08:00.0: [8086:10d3] type 00 class 0x020000
[Fri Jan 20 23:48:04 2017] pci 0000:08:00.0: reg 0x10: [mem 0xdfa40000-0xdfa5ffff]
[Fri Jan 20 23:48:04 2017] pci 0000:08:00.0: reg 0x14: [mem 0xdf900000-0xdf9fffff]
[Fri Jan 20 23:48:04 2017] pci 0000:08:00.0: reg 0x18: [io  0x5000-0x501f]
[Fri Jan 20 23:48:04 2017] pci 0000:08:00.0: reg 0x1c: [mem 0xdfa60000-0xdfa63fff]
[Fri Jan 20 23:48:04 2017] pci 0000:08:00.0: reg 0x30: [mem 0xdfa00000-0xdfa3ffff pref]
[Fri Jan 20 23:48:04 2017] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.1: PCI bridge to [bus 08]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.1:   bridge window [mem 0xdf900000-0xdfafffff]
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: [1b4b:9230] type 00 class 0x010601
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: reg 0x10: [io  0x4050-0x4057]
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: reg 0x14: [io  0x4040-0x4043]
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: reg 0x18: [io  0x4030-0x4037]
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: reg 0x1c: [io  0x4020-0x4023]
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: reg 0x20: [io  0x4000-0x401f]
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: reg 0x24: [mem 0xdfb10000-0xdfb107ff]
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: reg 0x30: [mem 0xdfb00000-0xdfb0ffff pref]
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: Enabling fixed DMA alias to 00.1
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: PME# supported from D3hot
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.4: PCI bridge to [bus 09]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.4:   bridge window [io  0x4000-0x4fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.4:   bridge window [mem 0xdfb00000-0xdfbfffff]
[Fri Jan 20 23:48:04 2017] pci 0000:0a:00.0: [8086:10d3] type 00 class 0x020000
[Fri Jan 20 23:48:04 2017] pci 0000:0a:00.0: reg 0x10: [mem 0xdf840000-0xdf85ffff]
[Fri Jan 20 23:48:04 2017] pci 0000:0a:00.0: reg 0x14: [mem 0xdf700000-0xdf7fffff]
[Fri Jan 20 23:48:04 2017] pci 0000:0a:00.0: reg 0x18: [io  0x3000-0x301f]
[Fri Jan 20 23:48:04 2017] pci 0000:0a:00.0: reg 0x1c: [mem 0xdf860000-0xdf863fff]
[Fri Jan 20 23:48:04 2017] pci 0000:0a:00.0: reg 0x30: [mem 0xdf800000-0xdf83ffff pref]
[Fri Jan 20 23:48:04 2017] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.7: PCI bridge to [bus 0a]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.7:   bridge window [mem 0xdf700000-0xdf8fffff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1e.0: PCI bridge to [bus 0b] (subtractive decode)
[Fri Jan 20 23:48:04 2017] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[Fri Jan 20 23:48:04 2017] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[Fri Jan 20 23:48:04 2017] pci 0000:00:1e.0:   bridge window [io  0x0d00-0x9fff window] (subtractive decode)
[Fri Jan 20 23:48:04 2017] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[Fri Jan 20 23:48:04 2017] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff window] (subtractive decode)
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: on NUMA node 0
[Fri Jan 20 23:48:04 2017] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
[Fri Jan 20 23:48:04 2017] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[Fri Jan 20 23:48:04 2017] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[Fri Jan 20 23:48:04 2017] PCI host bridge to bus 0000:7f
[Fri Jan 20 23:48:04 2017] pci_bus 0000:7f: root bus resource [bus 7f]
[Fri Jan 20 23:48:04 2017] pci 0000:7f:08.0: [8086:3c80] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:08.3: [8086:3c83] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:08.4: [8086:3c84] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:09.0: [8086:3c90] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:09.3: [8086:3c93] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:09.4: [8086:3c94] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0a.0: [8086:3cc0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0a.1: [8086:3cc1] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0a.2: [8086:3cc2] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0a.3: [8086:3cd0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0b.0: [8086:3ce0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0b.3: [8086:3ce3] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0c.0: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0c.1: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0c.2: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0c.3: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0c.6: [8086:3cf4] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0c.7: [8086:3cf6] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0d.0: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0d.1: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0d.2: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0d.3: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0d.6: [8086:3cf5] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0e.0: [8086:3ca0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0e.1: [8086:3c46] type 00 class 0x110100
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0f.0: [8086:3ca8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0f.1: [8086:3c71] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0f.2: [8086:3caa] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0f.3: [8086:3cab] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0f.4: [8086:3cac] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0f.5: [8086:3cad] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:0f.6: [8086:3cae] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:10.0: [8086:3cb0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:10.1: [8086:3cb1] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:10.2: [8086:3cb2] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:10.3: [8086:3cb3] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:10.4: [8086:3cb4] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:10.5: [8086:3cb5] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:10.6: [8086:3cb6] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:10.7: [8086:3cb7] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:11.0: [8086:3cb8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:13.0: [8086:3ce4] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:7f:13.1: [8086:3c43] type 00 class 0x110100
[Fri Jan 20 23:48:04 2017] pci 0000:7f:13.4: [8086:3ce6] type 00 class 0x110100
[Fri Jan 20 23:48:04 2017] pci 0000:7f:13.5: [8086:3c44] type 00 class 0x110100
[Fri Jan 20 23:48:04 2017] pci 0000:7f:13.6: [8086:3c45] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci_bus 0000:7f: on NUMA node 0
[Fri Jan 20 23:48:04 2017] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
[Fri Jan 20 23:48:04 2017] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[Fri Jan 20 23:48:04 2017] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[Fri Jan 20 23:48:04 2017] PCI host bridge to bus 0000:80
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: root bus resource [io  0x03b0-0x03df window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: root bus resource [io  0xa000-0xffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: root bus resource [mem 0x000a0000-0x000bffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: root bus resource [mem 0xe0000000-0xfbffffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: root bus resource [bus 80-fe]
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0: [8086:3c04] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:80:03.0: [8086:3c08] type 01 class 0x060400
[Fri Jan 20 23:48:04 2017] pci 0000:80:03.0: PME# supported from D0 D3hot D3cold
[Fri Jan 20 23:48:04 2017] pci 0000:80:03.0: System wakeup disabled by ACPI
[Fri Jan 20 23:48:04 2017] pci 0000:80:05.0: [8086:3c28] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:80:05.2: [8086:3c2a] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:80:05.4: [8086:3c2c] type 00 class 0x080020
[Fri Jan 20 23:48:04 2017] pci 0000:80:05.4: reg 0x10: [mem 0xfb100000-0xfb100fff]
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.0: [10de:1287] type 00 class 0x030000
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.0: reg 0x14: [mem 0xf0000000-0xf7ffffff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.0: reg 0x1c: [mem 0xf8000000-0xf9ffffff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.0: reg 0x24: [io  0xf000-0xf07f]
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.0: reg 0x30: [mem 0xfb000000-0xfb07ffff pref]
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.1: [10de:0e0f] type 00 class 0x040300
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.1: reg 0x10: [mem 0xfb080000-0xfb083fff]
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0: PCI bridge to [bus 81]
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0:   bridge window [io  0xf000-0xffff]
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0:   bridge window [mem 0xfa000000-0xfb0fffff]
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0:   bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci 0000:80:03.0: PCI bridge to [bus 82]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: on NUMA node 1
[Fri Jan 20 23:48:04 2017] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
[Fri Jan 20 23:48:04 2017] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[Fri Jan 20 23:48:04 2017] acpi PNP0A03:01: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[Fri Jan 20 23:48:04 2017] PCI host bridge to bus 0000:ff
[Fri Jan 20 23:48:04 2017] pci_bus 0000:ff: root bus resource [bus ff]
[Fri Jan 20 23:48:04 2017] pci 0000:ff:08.0: [8086:3c80] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:08.3: [8086:3c83] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:08.4: [8086:3c84] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:09.0: [8086:3c90] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:09.3: [8086:3c93] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:09.4: [8086:3c94] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0a.0: [8086:3cc0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0a.1: [8086:3cc1] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0a.2: [8086:3cc2] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0a.3: [8086:3cd0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0b.0: [8086:3ce0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0b.3: [8086:3ce3] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0c.0: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0c.1: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0c.2: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0c.3: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0c.6: [8086:3cf4] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0c.7: [8086:3cf6] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0d.0: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0d.1: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0d.2: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0d.3: [8086:3ce8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0d.6: [8086:3cf5] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0e.0: [8086:3ca0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0e.1: [8086:3c46] type 00 class 0x110100
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0f.0: [8086:3ca8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0f.1: [8086:3c71] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0f.2: [8086:3caa] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0f.3: [8086:3cab] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0f.4: [8086:3cac] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0f.5: [8086:3cad] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:0f.6: [8086:3cae] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:10.0: [8086:3cb0] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:10.1: [8086:3cb1] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:10.2: [8086:3cb2] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:10.3: [8086:3cb3] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:10.4: [8086:3cb4] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:10.5: [8086:3cb5] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:10.6: [8086:3cb6] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:10.7: [8086:3cb7] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:11.0: [8086:3cb8] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:13.0: [8086:3ce4] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci 0000:ff:13.1: [8086:3c43] type 00 class 0x110100
[Fri Jan 20 23:48:04 2017] pci 0000:ff:13.4: [8086:3ce6] type 00 class 0x110100
[Fri Jan 20 23:48:04 2017] pci 0000:ff:13.5: [8086:3c44] type 00 class 0x110100
[Fri Jan 20 23:48:04 2017] pci 0000:ff:13.6: [8086:3c45] type 00 class 0x088000
[Fri Jan 20 23:48:04 2017] pci_bus 0000:ff: on NUMA node 1
[Fri Jan 20 23:48:04 2017] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[Fri Jan 20 23:48:04 2017] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15)
[Fri Jan 20 23:48:04 2017] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
[Fri Jan 20 23:48:04 2017] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
[Fri Jan 20 23:48:04 2017] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[Fri Jan 20 23:48:04 2017] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[Fri Jan 20 23:48:04 2017] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[Fri Jan 20 23:48:04 2017] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[Fri Jan 20 23:48:04 2017] ACPI: Enabled 4 GPEs in block 00 to 3F
[Fri Jan 20 23:48:04 2017] vgaarb: setting as boot device: PCI:0000:81:00.0
[Fri Jan 20 23:48:04 2017] vgaarb: device added: PCI:0000:81:00.0,decodes=io+mem,owns=io+mem,locks=none
[Fri Jan 20 23:48:04 2017] vgaarb: loaded
[Fri Jan 20 23:48:04 2017] vgaarb: bridge control possible 0000:81:00.0
[Fri Jan 20 23:48:04 2017] PCI: Using ACPI for IRQ routing
[Fri Jan 20 23:48:04 2017] PCI: pci_cache_line_size set to 64 bytes
[Fri Jan 20 23:48:04 2017] e820: reserve RAM buffer [mem 0x0009cc00-0x0009ffff]
[Fri Jan 20 23:48:04 2017] e820: reserve RAM buffer [mem 0x7de72000-0x7fffffff]
[Fri Jan 20 23:48:04 2017] NetLabel: Initializing
[Fri Jan 20 23:48:04 2017] NetLabel:  domain hash size = 128
[Fri Jan 20 23:48:04 2017] NetLabel:  protocols = UNLABELED CIPSOv4
[Fri Jan 20 23:48:04 2017] NetLabel:  unlabeled traffic allowed by default
[Fri Jan 20 23:48:04 2017] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[Fri Jan 20 23:48:04 2017] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[Fri Jan 20 23:48:04 2017] clocksource: Switched to clocksource hpet
[Fri Jan 20 23:48:04 2017] VFS: Disk quotas dquot_6.6.0
[Fri Jan 20 23:48:04 2017] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[Fri Jan 20 23:48:04 2017] pnp: PnP ACPI init
[Fri Jan 20 23:48:04 2017] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:00: [mem 0xfe000000-0xfeafffff] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:00: [mem 0xfed00400-0xfed3ffff] could not be reserved
[Fri Jan 20 23:48:04 2017] system 00:00: [mem 0xfed45000-0xfedfffff] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[Fri Jan 20 23:48:04 2017] system 00:01: [io  0x0290-0x029f] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[Fri Jan 20 23:48:04 2017] pnp 00:02: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[Fri Jan 20 23:48:04 2017] system 00:03: [io  0x0a00-0x0a1f] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[Fri Jan 20 23:48:04 2017] pnp 00:04: [dma 0 disabled]
[Fri Jan 20 23:48:04 2017] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[Fri Jan 20 23:48:04 2017] pnp 00:05: [dma 0 disabled]
[Fri Jan 20 23:48:04 2017] pnp 00:05: Plug and Play ACPI device, IDs PNP0501 (active)
[Fri Jan 20 23:48:04 2017] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[Fri Jan 20 23:48:04 2017] system 00:07: [io  0x04d0-0x04d1] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[Fri Jan 20 23:48:04 2017] system 00:08: [io  0x0400-0x0453] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:08: [io  0x0458-0x047f] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:08: [io  0x1180-0x119f] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:08: [io  0x0500-0x057f] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:08: [mem 0xfed1c000-0xfed1ffff] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:08: [mem 0xfec00000-0xfecfffff] could not be reserved
[Fri Jan 20 23:48:04 2017] system 00:08: [mem 0xfed08000-0xfed08fff] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:08: [mem 0xff000000-0xffffffff] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[Fri Jan 20 23:48:04 2017] system 00:09: [io  0x0454-0x0457] has been reserved
[Fri Jan 20 23:48:04 2017] system 00:09: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[Fri Jan 20 23:48:04 2017] system 00:0a: Plug and Play ACPI device, IDs PNP0c01 (active)
[Fri Jan 20 23:48:04 2017] pnp: PnP ACPI: found 11 devices
[Fri Jan 20 23:48:04 2017] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.0: PCI bridge to [bus 01]
[Fri Jan 20 23:48:04 2017] pci 0000:00:01.1: PCI bridge to [bus 02]
[Fri Jan 20 23:48:04 2017] pci 0000:00:02.0: PCI bridge to [bus 03]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.0: PCI bridge to [bus 04]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.0:   bridge window [io  0x8000-0x8fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.0:   bridge window [mem 0xdfe00000-0xdfefffff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.2: PCI bridge to [bus 05]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.2:   bridge window [io  0x7000-0x7fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:03.2:   bridge window [mem 0xdfd00000-0xdfdfffff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0: PCI bridge to [bus 06]
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0:   bridge window [io  0x6000-0x6fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0:   bridge window [mem 0xdfc00000-0xdfcfffff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:11.0:   bridge window [mem 0xdf000000-0xdf4fffff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.0: PCI bridge to [bus 07]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.1: PCI bridge to [bus 08]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.1:   bridge window [io  0x5000-0x5fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.1:   bridge window [mem 0xdf900000-0xdfafffff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.4: PCI bridge to [bus 09]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.4:   bridge window [io  0x4000-0x4fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.4:   bridge window [mem 0xdfb00000-0xdfbfffff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.7: PCI bridge to [bus 0a]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1c.7:   bridge window [mem 0xdf700000-0xdf8fffff]
[Fri Jan 20 23:48:04 2017] pci 0000:00:1e.0: PCI bridge to [bus 0b]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: resource 6 [io  0x0d00-0x9fff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: resource 7 [mem 0x000c0000-0x000dffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:00: resource 8 [mem 0x80000000-0xdfffffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:04: resource 0 [io  0x8000-0x8fff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:04: resource 1 [mem 0xdfe00000-0xdfefffff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:05: resource 0 [io  0x7000-0x7fff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:05: resource 1 [mem 0xdfd00000-0xdfdfffff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:06: resource 0 [io  0x6000-0x6fff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:06: resource 1 [mem 0xdfc00000-0xdfcfffff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:06: resource 2 [mem 0xdf000000-0xdf4fffff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:08: resource 0 [io  0x5000-0x5fff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:08: resource 1 [mem 0xdf900000-0xdfafffff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:09: resource 0 [io  0x4000-0x4fff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:09: resource 1 [mem 0xdfb00000-0xdfbfffff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:0a: resource 0 [io  0x3000-0x3fff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:0a: resource 1 [mem 0xdf700000-0xdf8fffff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:0b: resource 4 [io  0x0000-0x03af window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:0b: resource 5 [io  0x03e0-0x0cf7 window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:0b: resource 6 [io  0x0d00-0x9fff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:0b: resource 7 [mem 0x000c0000-0x000dffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:0b: resource 8 [mem 0x80000000-0xdfffffff window]
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0: PCI bridge to [bus 81]
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0:   bridge window [io  0xf000-0xffff]
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0:   bridge window [mem 0xfa000000-0xfb0fffff]
[Fri Jan 20 23:48:04 2017] pci 0000:80:02.0:   bridge window [mem 0xf0000000-0xf9ffffff 64bit pref]
[Fri Jan 20 23:48:04 2017] pci 0000:80:03.0: PCI bridge to [bus 82]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: resource 4 [io  0x03b0-0x03df window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: resource 5 [io  0xa000-0xffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: resource 6 [mem 0x000a0000-0x000bffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:80: resource 7 [mem 0xe0000000-0xfbffffff window]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:81: resource 0 [io  0xf000-0xffff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:81: resource 1 [mem 0xfa000000-0xfb0fffff]
[Fri Jan 20 23:48:04 2017] pci_bus 0000:81: resource 2 [mem 0xf0000000-0xf9ffffff 64bit pref]
[Fri Jan 20 23:48:04 2017] NET: Registered protocol family 2
[Fri Jan 20 23:48:04 2017] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[Fri Jan 20 23:48:04 2017] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[Fri Jan 20 23:48:04 2017] TCP: Hash tables configured (established 524288 bind 65536)
[Fri Jan 20 23:48:04 2017] UDP hash table entries: 32768 (order: 8, 1048576 bytes)
[Fri Jan 20 23:48:04 2017] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes)
[Fri Jan 20 23:48:04 2017] NET: Registered protocol family 1
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[Fri Jan 20 23:48:04 2017] PCI: CLS 64 bytes, default 64
[Fri Jan 20 23:48:04 2017] Unpacking initramfs...
[Fri Jan 20 23:48:04 2017] Freeing initrd memory: 6656K (ffff8800372ef000 - ffff88003796f000)
[Fri Jan 20 23:48:04 2017] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[Fri Jan 20 23:48:04 2017] software IO TLB [mem 0x79e72000-0x7de72000] (64MB) mapped at [ffff880079e72000-ffff88007de71fff]
[Fri Jan 20 23:48:04 2017] Scanning for low memory corruption every 60 seconds
[Fri Jan 20 23:48:04 2017] futex hash table entries: 8192 (order: 7, 524288 bytes)
[Fri Jan 20 23:48:04 2017] Initialise system trusted keyrings
[Fri Jan 20 23:48:04 2017] workingset: timestamp_bits=40 max_order=24 bucket_order=0
[Fri Jan 20 23:48:04 2017] zbud: loaded
[Fri Jan 20 23:48:04 2017] Key type asymmetric registered
[Fri Jan 20 23:48:04 2017] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 249)
[Fri Jan 20 23:48:04 2017] io scheduler noop registered
[Fri Jan 20 23:48:04 2017] io scheduler deadline registered
[Fri Jan 20 23:48:04 2017] io scheduler cfq registered (default)
[Fri Jan 20 23:48:04 2017] aer 0000:00:01.0:pcie002: service driver aer loaded
[Fri Jan 20 23:48:04 2017] aer 0000:00:01.1:pcie002: service driver aer loaded
[Fri Jan 20 23:48:04 2017] aer 0000:00:02.0:pcie002: service driver aer loaded
[Fri Jan 20 23:48:04 2017] aer 0000:00:03.0:pcie002: service driver aer loaded
[Fri Jan 20 23:48:04 2017] aer 0000:00:03.2:pcie002: service driver aer loaded
[Fri Jan 20 23:48:04 2017] aer 0000:00:11.0:pcie002: service driver aer loaded
[Fri Jan 20 23:48:04 2017] aer 0000:80:02.0:pcie002: service driver aer loaded
[Fri Jan 20 23:48:04 2017] aer 0000:80:03.0:pcie002: service driver aer loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:01.0:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:01.1: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:01.1:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:02.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:02.0:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:03.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:03.0:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:03.2: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pci 0000:05:00.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:03.2:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:11.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pci 0000:06:00.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:11.0:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:1c.0:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:1c.1: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pci 0000:08:00.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:1c.1:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pci 0000:09:00.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:1c.4:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:00:1c.7: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pci 0000:0a:00.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:00:1c.7:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:80:02.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pci 0000:81:00.1: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:80:02.0:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pcieport 0000:80:03.0: Signaling PME through PCIe PME interrupt
[Fri Jan 20 23:48:04 2017] pcie_pme 0000:80:03.0:pcie001: service driver pcie_pme loaded
[Fri Jan 20 23:48:04 2017] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[Fri Jan 20 23:48:04 2017] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[Fri Jan 20 23:48:04 2017] vesafb: mode is 640x480x32, linelength=2560, pages=0
[Fri Jan 20 23:48:04 2017] vesafb: scrolling: redraw
[Fri Jan 20 23:48:04 2017] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[Fri Jan 20 23:48:04 2017] vesafb: framebuffer at 0xf9000000, mapped to 0xffffc90006c00000, using 1216k, total 1216k
[Fri Jan 20 23:48:04 2017] Console: switching to colour frame buffer device 80x30
[Fri Jan 20 23:48:04 2017] fb0: VESA VGA frame buffer device
[Fri Jan 20 23:48:04 2017] intel_idle: MWAIT substates: 0x21120
[Fri Jan 20 23:48:04 2017] intel_idle: v0.4.1 model 0x2D
[Fri Jan 20 23:48:04 2017] intel_idle: lapic_timer_reliable_states 0xffffffff
[Fri Jan 20 23:48:04 2017] GHES: HEST is not enabled!
[Fri Jan 20 23:48:04 2017] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[Fri Jan 20 23:48:04 2017] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[Fri Jan 20 23:48:04 2017] 00:05: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[Fri Jan 20 23:48:04 2017] Linux agpgart interface v0.103
[Fri Jan 20 23:48:04 2017] rtc_cmos 00:06: RTC can wake from S4
[Fri Jan 20 23:48:04 2017] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[Fri Jan 20 23:48:04 2017] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[Fri Jan 20 23:48:04 2017] intel_pstate: Intel P-state driver initializing
[Fri Jan 20 23:48:04 2017] ledtrig-cpu: registered to indicate activity on CPUs
[Fri Jan 20 23:48:04 2017] NET: Registered protocol family 10
[Fri Jan 20 23:48:04 2017] NET: Registered protocol family 17
[Fri Jan 20 23:48:04 2017] microcode: sig=0x206d7, pf=0x1, revision=0x710
[Fri Jan 20 23:48:04 2017] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[Fri Jan 20 23:48:04 2017] registered taskstats version 1
[Fri Jan 20 23:48:04 2017] Loading compiled-in X.509 certificates
[Fri Jan 20 23:48:04 2017] zswap: loaded using pool lzo/zbud
[Fri Jan 20 23:48:04 2017]   Magic number: 1:700:858
[Fri Jan 20 23:48:04 2017] rtc_cmos 00:06: setting system clock to 2017-01-20 23:48:05 UTC (1484956085)
[Fri Jan 20 23:48:04 2017] PM: Hibernation image not present or could not be loaded.
[Fri Jan 20 23:48:04 2017] Freeing unused kernel memory: 1256K (ffffffff81b08000 - ffffffff81c42000)
[Fri Jan 20 23:48:04 2017] Write protecting the kernel read-only data: 10240k
[Fri Jan 20 23:48:04 2017] Freeing unused kernel memory: 2044K (ffff880001601000 - ffff880001800000)
[Fri Jan 20 23:48:04 2017] Freeing unused kernel memory: 136K (ffff8800019de000 - ffff880001a00000)
[Fri Jan 20 23:48:04 2017] random: systemd-tmpfile: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] random: udevadm: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] random: udevadm: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[Fri Jan 20 23:48:04 2017] i8042: PNP: PS/2 Controller [PNP0303:PS2K] at 0x60,0x64 irq 1
[Fri Jan 20 23:48:04 2017] i8042: PNP: PS/2 appears to have AUX port disabled, if this is incorrect please boot with i8042.nopnp
[Fri Jan 20 23:48:04 2017] serio: i8042 KBD port at 0x60,0x64 irq 1
[Fri Jan 20 23:48:05 2017] SCSI subsystem initialized
[Fri Jan 20 23:48:05 2017] ACPI: bus type USB registered
[Fri Jan 20 23:48:05 2017] usbcore: registered new interface driver usbfs
[Fri Jan 20 23:48:05 2017] usbcore: registered new interface driver hub
[Fri Jan 20 23:48:05 2017] usbcore: registered new device driver usb
[Fri Jan 20 23:48:05 2017] libata version 3.00 loaded.
[Fri Jan 20 23:48:05 2017] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[Fri Jan 20 23:48:05 2017] ehci-pci: EHCI PCI platform driver
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1a.0: EHCI Host Controller
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1a.0: debug port 2
[Fri Jan 20 23:48:05 2017] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdff03000
[Fri Jan 20 23:48:05 2017] isci 0000:06:00.0: driver configured for rev: 6 silicon
[Fri Jan 20 23:48:05 2017] isci 0000:06:00.0: OEM SAS parameters (version: 1.3) loaded (firmware)
[Fri Jan 20 23:48:05 2017] random: fast init done
[Fri Jan 20 23:48:05 2017] isci 0000:06:00.0: SCU controller 0: phy 3-0 cables: {short, short, short, short}
[Fri Jan 20 23:48:05 2017] scsi host0: isci
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[Fri Jan 20 23:48:05 2017] hub 1-0:1.0: USB hub found
[Fri Jan 20 23:48:05 2017] hub 1-0:1.0: 2 ports detected
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1d.0: EHCI Host Controller
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1d.0: debug port 2
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdff02000
[Fri Jan 20 23:48:05 2017] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[Fri Jan 20 23:48:05 2017] hub 2-0:1.0: USB hub found
[Fri Jan 20 23:48:05 2017] hub 2-0:1.0: 2 ports detected
[Fri Jan 20 23:48:05 2017] ahci 0000:00:1f.2: version 3.0
[Fri Jan 20 23:48:05 2017] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[Fri Jan 20 23:48:05 2017] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[Fri Jan 20 23:48:05 2017] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[Fri Jan 20 23:48:05 2017] random: crng init done
[Fri Jan 20 23:48:05 2017] scsi host1: ahci
[Fri Jan 20 23:48:05 2017] scsi host2: ahci
[Fri Jan 20 23:48:05 2017] scsi host3: ahci
[Fri Jan 20 23:48:05 2017] scsi host4: ahci
[Fri Jan 20 23:48:05 2017] scsi host5: ahci
[Fri Jan 20 23:48:05 2017] scsi host6: ahci
[Fri Jan 20 23:48:05 2017] ata1: SATA max UDMA/133 abar m2048@0xdff01000 port 0xdff01100 irq 43
[Fri Jan 20 23:48:05 2017] ata2: SATA max UDMA/133 abar m2048@0xdff01000 port 0xdff01180 irq 43
[Fri Jan 20 23:48:05 2017] ata3: SATA max UDMA/133 abar m2048@0xdff01000 port 0xdff01200 irq 43
[Fri Jan 20 23:48:05 2017] ata4: SATA max UDMA/133 abar m2048@0xdff01000 port 0xdff01280 irq 43
[Fri Jan 20 23:48:05 2017] ata5: SATA max UDMA/133 abar m2048@0xdff01000 port 0xdff01300 irq 43
[Fri Jan 20 23:48:05 2017] ata6: SATA max UDMA/133 abar m2048@0xdff01000 port 0xdff01380 irq 43
[Fri Jan 20 23:48:05 2017] ahci 0000:04:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[Fri Jan 20 23:48:05 2017] ahci 0000:04:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[Fri Jan 20 23:48:05 2017] scsi host7: ahci
[Fri Jan 20 23:48:05 2017] scsi host8: ahci
[Fri Jan 20 23:48:05 2017] scsi host9: ahci
[Fri Jan 20 23:48:05 2017] scsi host10: ahci
[Fri Jan 20 23:48:05 2017] ata7: SATA max UDMA/133 abar m2048@0xdfe10000 port 0xdfe10100 irq 44
[Fri Jan 20 23:48:05 2017] ata8: SATA max UDMA/133 abar m2048@0xdfe10000 port 0xdfe10180 irq 44
[Fri Jan 20 23:48:05 2017] ata9: SATA max UDMA/133 abar m2048@0xdfe10000 port 0xdfe10200 irq 44
[Fri Jan 20 23:48:05 2017] ata10: SATA max UDMA/133 abar m2048@0xdfe10000 port 0xdfe10280 irq 44
[Fri Jan 20 23:48:05 2017] ahci 0000:05:00.0: AHCI 0001.0000 32 slots 4 ports 6 Gbps 0xf impl SATA mode
[Fri Jan 20 23:48:05 2017] ahci 0000:05:00.0: flags: 64bit ncq sntf led only pmp fbs pio slum part sxs 
[Fri Jan 20 23:48:05 2017] scsi host11: ahci
[Fri Jan 20 23:48:05 2017] scsi host12: ahci
[Fri Jan 20 23:48:05 2017] scsi host13: ahci
[Fri Jan 20 23:48:05 2017] scsi host14: ahci
[Fri Jan 20 23:48:05 2017] ata11: SATA max UDMA/133 abar m2048@0xdfd10000 port 0xdfd10100 irq 45
[Fri Jan 20 23:48:05 2017] ata12: SATA max UDMA/133 abar m2048@0xdfd10000 port 0xdfd10180 irq 45
[Fri Jan 20 23:48:05 2017] ata13: SATA max UDMA/133 abar m2048@0xdfd10000 port 0xdfd10200 irq 45
[Fri Jan 20 23:48:05 2017] ata14: SATA max UDMA/133 abar m2048@0xdfd10000 port 0xdfd10280 irq 45
[Fri Jan 20 23:48:05 2017] ahci 0000:09:00.0: controller can do FBS, turning on CAP_FBS
[Fri Jan 20 23:48:05 2017] ahci 0000:09:00.0: AHCI 0001.0200 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[Fri Jan 20 23:48:05 2017] ahci 0000:09:00.0: flags: 64bit ncq fbs pio 
[Fri Jan 20 23:48:05 2017] scsi host15: ahci
[Fri Jan 20 23:48:05 2017] scsi host16: ahci
[Fri Jan 20 23:48:05 2017] scsi host17: ahci
[Fri Jan 20 23:48:05 2017] scsi host18: ahci
[Fri Jan 20 23:48:05 2017] scsi host19: ahci
[Fri Jan 20 23:48:05 2017] scsi host20: ahci
[Fri Jan 20 23:48:05 2017] scsi host21: ahci
[Fri Jan 20 23:48:05 2017] scsi host22: ahci
[Fri Jan 20 23:48:05 2017] ata15: SATA max UDMA/133 abar m2048@0xdfb10000 port 0xdfb10100 irq 46
[Fri Jan 20 23:48:05 2017] ata16: SATA max UDMA/133 abar m2048@0xdfb10000 port 0xdfb10180 irq 46
[Fri Jan 20 23:48:05 2017] ata17: SATA max UDMA/133 abar m2048@0xdfb10000 port 0xdfb10200 irq 46
[Fri Jan 20 23:48:05 2017] ata18: SATA max UDMA/133 abar m2048@0xdfb10000 port 0xdfb10280 irq 46
[Fri Jan 20 23:48:05 2017] ata19: SATA max UDMA/133 abar m2048@0xdfb10000 port 0xdfb10300 irq 46
[Fri Jan 20 23:48:05 2017] ata20: SATA max UDMA/133 abar m2048@0xdfb10000 port 0xdfb10380 irq 46
[Fri Jan 20 23:48:05 2017] ata21: SATA max UDMA/133 abar m2048@0xdfb10000 port 0xdfb10400 irq 46
[Fri Jan 20 23:48:05 2017] ata22: SATA max UDMA/133 abar m2048@0xdfb10000 port 0xdfb10480 irq 46
[Fri Jan 20 23:48:05 2017] usb 1-1: new high-speed USB device number 2 using ehci-pci
[Fri Jan 20 23:48:05 2017] usb 2-1: new high-speed USB device number 2 using ehci-pci
[Fri Jan 20 23:48:05 2017] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Fri Jan 20 23:48:05 2017] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Fri Jan 20 23:48:05 2017] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[Fri Jan 20 23:48:05 2017] ata3.00: ATA-9: WDC WD30EURS-63SPKY0, 80.00A80, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata3.00: 5860533168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata2.00: ATA-8: Hitachi HDS722020ALA330, JKAOA28A, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata2.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata1.00: supports DRM functions and may not be fully accessible
[Fri Jan 20 23:48:05 2017] ata3.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Fri Jan 20 23:48:05 2017] ata6: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Fri Jan 20 23:48:05 2017] ata6.00: ATA-9: ST4000DM000-1F2168, CC54, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata6.00: 7814037168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata2.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata6.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata1.00: disabling queued TRIM support
[Fri Jan 20 23:48:05 2017] ata1.00: ATA-9: Samsung SSD 850 PRO 256GB, EXM03B6Q, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata1.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata1.00: supports DRM functions and may not be fully accessible
[Fri Jan 20 23:48:05 2017] ata1.00: disabling queued TRIM support
[Fri Jan 20 23:48:05 2017] ata1.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata8: SATA link down (SStatus 0 SControl 300)
[Fri Jan 20 23:48:05 2017] ata9: SATA link down (SStatus 0 SControl 300)
[Fri Jan 20 23:48:05 2017] ata7: SATA link down (SStatus 0 SControl 300)
[Fri Jan 20 23:48:05 2017] ata4.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata4.00: 2930277168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[Fri Jan 20 23:48:05 2017] ata19: SATA link down (SStatus 0 SControl 300)
[Fri Jan 20 23:48:05 2017] ata22: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[Fri Jan 20 23:48:05 2017] ata21: SATA link down (SStatus 0 SControl 300)
[Fri Jan 20 23:48:05 2017] ata20: SATA link down (SStatus 0 SControl 300)
[Fri Jan 20 23:48:05 2017] ata17: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Fri Jan 20 23:48:05 2017] ata16: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Fri Jan 20 23:48:05 2017] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Fri Jan 20 23:48:05 2017] ata5.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata5.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata5.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] hub 1-1:1.0: USB hub found
[Fri Jan 20 23:48:05 2017] hub 1-1:1.0: 6 ports detected
[Fri Jan 20 23:48:05 2017] ata4.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] hub 2-1:1.0: USB hub found
[Fri Jan 20 23:48:05 2017] hub 2-1:1.0: 8 ports detected
[Fri Jan 20 23:48:05 2017] ata12: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[Fri Jan 20 23:48:05 2017] ata11: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[Fri Jan 20 23:48:05 2017] ata14: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[Fri Jan 20 23:48:05 2017] ata13: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[Fri Jan 20 23:48:05 2017] ata14.15: Port Multiplier 1.2, 0x1b4b:0x9705 r160, 5 ports, feat 0x1/0x1f
[Fri Jan 20 23:48:05 2017] ahci 0000:05:00.0: FBS is enabled
[Fri Jan 20 23:48:05 2017] ata14.00: hard resetting link
[Fri Jan 20 23:48:05 2017] ata13.00: ATA-9: WDC WD30EFRX-68EUZN0, 80.00A80, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata13.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata11.00: ATA-8: ST3000VX000-1CU166, CV23, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata11.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata12.00: ATA-9: ST4000DM000-1F2168, CC54, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata12.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata13.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata11.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata12.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata15: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Fri Jan 20 23:48:05 2017] tsc: Refined TSC clocksource calibration: 2599.999 MHz
[Fri Jan 20 23:48:05 2017] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a3b2ad7e, max_idle_ns: 440795282337 ns
[Fri Jan 20 23:48:05 2017] usb 1-1.2: new low-speed USB device number 3 using ehci-pci
[Fri Jan 20 23:48:05 2017] usb 2-1.3: new high-speed USB device number 3 using ehci-pci
[Fri Jan 20 23:48:05 2017] ata22.00: ATAPI: MARVELL VIRTUALL, 1.09, max UDMA/66
[Fri Jan 20 23:48:05 2017] ata22.00: configured for UDMA/66
[Fri Jan 20 23:48:05 2017] ata16.00: ATA-9: WDC WD30EURS-63SPKY0, 80.00A80, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata16.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata16.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata17.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata17.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata15.00: ATA-7: SAMSUNG HD103UJ, 1AA01113, max UDMA7
[Fri Jan 20 23:48:05 2017] ata15.00: 1953525168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata17.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata15.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] ata18: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[Fri Jan 20 23:48:05 2017] ata18.00: ATA-8: WDC WD20EARS-00MVWB0, 51.0AB51, max UDMA/133
[Fri Jan 20 23:48:05 2017] ata18.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:05 2017] ata18.00: configured for UDMA/133
[Fri Jan 20 23:48:05 2017] hidraw: raw HID events driver (C) Jiri Kosina
[Fri Jan 20 23:48:05 2017] usbcore: registered new interface driver usb-storage
[Fri Jan 20 23:48:05 2017] scsi host23: uas
[Fri Jan 20 23:48:05 2017] usbcore: registered new interface driver uas
[Fri Jan 20 23:48:05 2017] scsi 23:0:0:0: Direct-Access     Seagate  Expansion Desk   0740 PQ: 0 ANSI: 6
[Fri Jan 20 23:48:05 2017] usbcore: registered new interface driver usbhid
[Fri Jan 20 23:48:05 2017] usbhid: USB HID core driver
[Fri Jan 20 23:48:05 2017] input: Microsoft Microsoft IntelliMouse® Explorer as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.2/1-1.2:1.0/0003:045E:001E.0001/input/input1
[Fri Jan 20 23:48:05 2017] hid-generic 0003:045E:001E.0001: input,hidraw0: USB HID v1.00 Mouse [Microsoft Microsoft IntelliMouse® Explorer] on usb-0000:00:1a.0-1.2/input0
[Fri Jan 20 23:48:05 2017] ahci 0000:05:00.0: FBS is disabled
[Fri Jan 20 23:48:05 2017] usb 2-1.7: new high-speed USB device number 4 using ehci-pci
[Fri Jan 20 23:48:06 2017] hub 2-1.7:1.0: USB hub found
[Fri Jan 20 23:48:06 2017] hub 2-1.7:1.0: 5 ports detected
[Fri Jan 20 23:48:06 2017] ahci 0000:05:00.0: FBS is enabled
[Fri Jan 20 23:48:06 2017] ata14.00: SATA link up 3.0 Gbps (SStatus 123 SControl 330)
[Fri Jan 20 23:48:06 2017] ata14.01: hard resetting link
[Fri Jan 20 23:48:06 2017] usb 2-1.7.4: new low-speed USB device number 5 using ehci-pci
[Fri Jan 20 23:48:06 2017] ahci 0000:05:00.0: FBS is disabled
[Fri Jan 20 23:48:06 2017] ahci 0000:05:00.0: FBS is enabled
[Fri Jan 20 23:48:06 2017] ata14.01: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[Fri Jan 20 23:48:06 2017] ata14.02: hard resetting link
[Fri Jan 20 23:48:06 2017] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7.4/2-1.7.4:1.0/0003:046B:FF10.0002/input/input2
[Fri Jan 20 23:48:06 2017] hid-generic 0003:046B:FF10.0002: input,hidraw1: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.7.4/input0
[Fri Jan 20 23:48:06 2017] input: American Megatrends Inc. Virtual Keyboard and Mouse as /devices/pci0000:00/0000:00:1d.0/usb2/2-1/2-1.7/2-1.7.4/2-1.7.4:1.1/0003:046B:FF10.0003/input/input3
[Fri Jan 20 23:48:06 2017] hid-generic 0003:046B:FF10.0003: input,hidraw2: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.7.4/input1
[Fri Jan 20 23:48:06 2017] clocksource: Switched to clocksource tsc
[Fri Jan 20 23:48:06 2017] ahci 0000:05:00.0: FBS is disabled
[Fri Jan 20 23:48:07 2017] ahci 0000:05:00.0: FBS is enabled
[Fri Jan 20 23:48:07 2017] ata14.02: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[Fri Jan 20 23:48:07 2017] ata14.03: hard resetting link
[Fri Jan 20 23:48:07 2017] ahci 0000:05:00.0: FBS is disabled
[Fri Jan 20 23:48:07 2017] ahci 0000:05:00.0: FBS is enabled
[Fri Jan 20 23:48:07 2017] ata14.03: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[Fri Jan 20 23:48:07 2017] ata14.04: hard resetting link
[Fri Jan 20 23:48:07 2017] sas: phy-0:0 added to port-0:0, phy_mask:0x1 (5fcfffff00000001)
[Fri Jan 20 23:48:07 2017] sas: phy-0:1 added to port-0:1, phy_mask:0x2 (5fcfffff00000002)
[Fri Jan 20 23:48:07 2017] sas: phy-0:2 added to port-0:2, phy_mask:0x4 (5fcfffff00000003)
[Fri Jan 20 23:48:07 2017] sas: phy-0:3 added to port-0:3, phy_mask:0x8 (5fcfffff00000004)
[Fri Jan 20 23:48:07 2017] sas: DOING DISCOVERY on port 0, pid:234
[Fri Jan 20 23:48:07 2017] sas: DONE DISCOVERY on port 0, pid:234, result:0
[Fri Jan 20 23:48:07 2017] sas: DOING DISCOVERY on port 1, pid:234
[Fri Jan 20 23:48:07 2017] sas: DONE DISCOVERY on port 1, pid:234, result:0
[Fri Jan 20 23:48:07 2017] sas: DOING DISCOVERY on port 2, pid:234
[Fri Jan 20 23:48:07 2017] sas: DONE DISCOVERY on port 2, pid:234, result:0
[Fri Jan 20 23:48:07 2017] sas: DOING DISCOVERY on port 3, pid:234
[Fri Jan 20 23:48:07 2017] sas: DONE DISCOVERY on port 3, pid:234, result:0
[Fri Jan 20 23:48:07 2017] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[Fri Jan 20 23:48:07 2017] sas: ata23: end_device-0:0: dev error handler
[Fri Jan 20 23:48:07 2017] ata23.00: ATA-9: WDC WD30EFRX-68AX9N0, 80.00A80, max UDMA/133
[Fri Jan 20 23:48:07 2017] ata23.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[Fri Jan 20 23:48:07 2017] ata23.00: configured for UDMA/133
[Fri Jan 20 23:48:07 2017] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[Fri Jan 20 23:48:07 2017] scsi 0:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68A 0A80 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:07 2017] ahci 0000:05:00.0: FBS is disabled
[Fri Jan 20 23:48:07 2017] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[Fri Jan 20 23:48:07 2017] sas: ata23: end_device-0:0: dev error handler
[Fri Jan 20 23:48:07 2017] sas: ata24: end_device-0:1: dev error handler
[Fri Jan 20 23:48:07 2017] ahci 0000:05:00.0: FBS is enabled
[Fri Jan 20 23:48:07 2017] ata14.04: SATA link up 6.0 Gbps (SStatus 133 SControl 330)
[Fri Jan 20 23:48:07 2017] ata14.00: ATA-8: ST31500341AS, CC1H, max UDMA/133
[Fri Jan 20 23:48:07 2017] ata14.00: 2930277168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[Fri Jan 20 23:48:08 2017] ata14.00: configured for UDMA/133
[Fri Jan 20 23:48:08 2017] ata14.01: ATA-9: WDC WD8001FFWX-68J1UN0, 83.H0A03, max UDMA/133
[Fri Jan 20 23:48:08 2017] ata14.01: 15628053168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:08 2017] ata14.01: configured for UDMA/133
[Fri Jan 20 23:48:08 2017] ata14.02: ATA-10: WDC WD6001FZWX-00A2VA0, 01.01A01, max UDMA/133
[Fri Jan 20 23:48:08 2017] ata14.02: 11721045168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:08 2017] ata14.02: configured for UDMA/133
[Fri Jan 20 23:48:08 2017] ata14.03: ATA-9: WDC WD30EFRX-68EUZN0, 80.00A80, max UDMA/133
[Fri Jan 20 23:48:08 2017] ata14.03: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:08 2017] ata14.03: configured for UDMA/133
[Fri Jan 20 23:48:08 2017] ata14.04: ATA-8: HGST HDN724040ALE640, MJAOA5E0, max UDMA/133
[Fri Jan 20 23:48:08 2017] ata14.04: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[Fri Jan 20 23:48:08 2017] ata14.04: configured for UDMA/133
[Fri Jan 20 23:48:08 2017] ata14: EH complete
[Fri Jan 20 23:48:08 2017] ata24.00: ATA-9: WDC WD30EURS-63SPKY0, 80.00A80, max UDMA/133
[Fri Jan 20 23:48:08 2017] ata24.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[Fri Jan 20 23:48:08 2017] ata24.00: configured for UDMA/133
[Fri Jan 20 23:48:08 2017] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[Fri Jan 20 23:48:08 2017] scsi 0:0:1:0: Direct-Access     ATA      WDC WD30EURS-63S 0A80 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:08 2017] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[Fri Jan 20 23:48:08 2017] sas: ata23: end_device-0:0: dev error handler
[Fri Jan 20 23:48:08 2017] sas: ata24: end_device-0:1: dev error handler
[Fri Jan 20 23:48:08 2017] sas: ata25: end_device-0:2: dev error handler
[Fri Jan 20 23:48:08 2017] ata25.00: ATA-8: ST3000VX000-1CU166, CV23, max UDMA/133
[Fri Jan 20 23:48:08 2017] ata25.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[Fri Jan 20 23:48:08 2017] ata25.00: configured for UDMA/133
[Fri Jan 20 23:48:08 2017] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[Fri Jan 20 23:48:08 2017] scsi 0:0:2:0: Direct-Access     ATA      ST3000VX000-1CU1 CV23 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:08 2017] sas: Enter sas_scsi_recover_host busy: 0 failed: 0
[Fri Jan 20 23:48:08 2017] sas: ata23: end_device-0:0: dev error handler
[Fri Jan 20 23:48:08 2017] sas: ata24: end_device-0:1: dev error handler
[Fri Jan 20 23:48:08 2017] sas: ata25: end_device-0:2: dev error handler
[Fri Jan 20 23:48:08 2017] sas: ata26: end_device-0:3: dev error handler
[Fri Jan 20 23:48:09 2017] ata26.00: ATA-8: TOSHIBA DT01ACA300, MX6OABB0, max UDMA/133
[Fri Jan 20 23:48:09 2017] ata26.00: 5860533168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[Fri Jan 20 23:48:09 2017] ata26.00: configured for UDMA/133
[Fri Jan 20 23:48:09 2017] sas: --- Exit sas_scsi_recover_host: busy: 0 failed: 0 tries: 1
[Fri Jan 20 23:48:09 2017] scsi 0:0:3:0: Direct-Access     ATA      TOSHIBA DT01ACA3 ABB0 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:09 2017] scsi: waiting for bus probes to complete ...
[Fri Jan 20 23:48:09 2017] scsi 1:0:0:0: Direct-Access     ATA      Samsung SSD 850  3B6Q PQ: 0 ANSI: 5
[Fri Jan 20 23:48:09 2017] sd 0:0:0:0: [sda] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:09 2017] sd 0:0:0:0: [sda] 4096-byte physical blocks
[Fri Jan 20 23:48:09 2017] sd 0:0:1:0: [sdb] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:09 2017] sd 0:0:1:0: [sdb] 4096-byte physical blocks
[Fri Jan 20 23:48:09 2017] sd 0:0:2:0: [sdc] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:09 2017] sd 0:0:2:0: [sdc] 4096-byte physical blocks
[Fri Jan 20 23:48:09 2017] sd 0:0:0:0: [sda] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 0:0:1:0: [sdb] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 0:0:1:0: [sdb] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 0:0:3:0: [sdd] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:09 2017] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017] sd 0:0:3:0: [sdd] 4096-byte physical blocks
[Fri Jan 20 23:48:09 2017] sd 0:0:1:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017] sd 0:0:2:0: [sdc] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 0:0:2:0: [sdc] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 0:0:3:0: [sdd] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 0:0:3:0: [sdd] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 0:0:2:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017] sd 0:0:3:0: [sdd] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017] sd 23:0:0:0: [sde] 732566645 4096-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:09 2017] sd 23:0:0:0: [sde] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 23:0:0:0: [sde] Mode Sense: 2b 00 10 08
[Fri Jan 20 23:48:09 2017] sd 23:0:0:0: [sde] Write cache: enabled, read cache: enabled, supports DPO and FUA
[Fri Jan 20 23:48:09 2017]  sde: sde1
[Fri Jan 20 23:48:09 2017] sd 23:0:0:0: [sde] Attached SCSI disk
[Fri Jan 20 23:48:09 2017] sd 1:0:0:0: [sdf] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[Fri Jan 20 23:48:09 2017] sd 1:0:0:0: [sdf] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 1:0:0:0: [sdf] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 1:0:0:0: [sdf] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017] scsi 2:0:0:0: Direct-Access     ATA      Hitachi HDS72202 A28A PQ: 0 ANSI: 5
[Fri Jan 20 23:48:09 2017]  sdf: sdf1 sdf2
[Fri Jan 20 23:48:09 2017] sd 1:0:0:0: [sdf] Attached SCSI disk
[Fri Jan 20 23:48:09 2017]  sdc: sdc1
[Fri Jan 20 23:48:09 2017] sd 0:0:2:0: [sdc] Attached SCSI disk
[Fri Jan 20 23:48:09 2017]  sda: sda1
[Fri Jan 20 23:48:09 2017] sd 0:0:0:0: [sda] Attached SCSI disk
[Fri Jan 20 23:48:09 2017]  sdd: sdd1
[Fri Jan 20 23:48:09 2017]  sdb: sdb1
[Fri Jan 20 23:48:09 2017] sd 0:0:3:0: [sdd] Attached SCSI disk
[Fri Jan 20 23:48:09 2017] sd 0:0:1:0: [sdb] Attached SCSI disk
[Fri Jan 20 23:48:09 2017] sd 2:0:0:0: [sdg] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[Fri Jan 20 23:48:09 2017] sd 2:0:0:0: [sdg] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 2:0:0:0: [sdg] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 2:0:0:0: [sdg] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017] scsi 3:0:0:0: Direct-Access     ATA      WDC WD30EURS-63S 0A80 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:09 2017]  sdg: sdg1
[Fri Jan 20 23:48:09 2017] sd 2:0:0:0: [sdg] Attached SCSI disk
[Fri Jan 20 23:48:09 2017] sd 3:0:0:0: [sdh] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:09 2017] sd 3:0:0:0: [sdh] 4096-byte physical blocks
[Fri Jan 20 23:48:09 2017] sd 3:0:0:0: [sdh] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 3:0:0:0: [sdh] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 3:0:0:0: [sdh] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017] scsi 4:0:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
[Fri Jan 20 23:48:09 2017] sd 4:0:0:0: [sdi] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[Fri Jan 20 23:48:09 2017] sd 4:0:0:0: [sdi] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 4:0:0:0: [sdi] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 4:0:0:0: [sdi] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017] scsi 5:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M AB51 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:09 2017]  sdi: sdi1
[Fri Jan 20 23:48:09 2017]  sdh: sdh1
[Fri Jan 20 23:48:09 2017] sd 4:0:0:0: [sdi] Attached SCSI disk
[Fri Jan 20 23:48:09 2017] sd 3:0:0:0: [sdh] Attached SCSI disk
[Fri Jan 20 23:48:09 2017] sd 5:0:0:0: [sdj] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[Fri Jan 20 23:48:09 2017] sd 5:0:0:0: [sdj] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 5:0:0:0: [sdj] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 5:0:0:0: [sdj] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017] scsi 6:0:0:0: Direct-Access     ATA      ST4000DM000-1F21 CC54 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:09 2017]  sdj: sdj1
[Fri Jan 20 23:48:09 2017] sd 5:0:0:0: [sdj] Attached SCSI disk
[Fri Jan 20 23:48:09 2017] sd 6:0:0:0: [sdk] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[Fri Jan 20 23:48:09 2017] sd 6:0:0:0: [sdk] 4096-byte physical blocks
[Fri Jan 20 23:48:09 2017] sd 6:0:0:0: [sdk] Write Protect is off
[Fri Jan 20 23:48:09 2017] sd 6:0:0:0: [sdk] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:09 2017] sd 6:0:0:0: [sdk] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:09 2017]  sdk: sdk1
[Fri Jan 20 23:48:09 2017] sd 6:0:0:0: [sdk] Attached SCSI disk
[Fri Jan 20 23:48:10 2017] ata10: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[Fri Jan 20 23:48:10 2017] ata10.15: Port Multiplier 1.2, 0x1b4b:0x9705 r160, 5 ports, feat 0x1/0x1f
[Fri Jan 20 23:48:10 2017] ahci 0000:04:00.0: FBS is enabled
[Fri Jan 20 23:48:10 2017] ata10.00: hard resetting link
[Fri Jan 20 23:48:10 2017] ata10.00: SATA link down (SStatus 0 SControl 330)
[Fri Jan 20 23:48:10 2017] ata10.01: hard resetting link
[Fri Jan 20 23:48:11 2017] ata10.01: SATA link down (SStatus 0 SControl 330)
[Fri Jan 20 23:48:11 2017] ata10.02: hard resetting link
[Fri Jan 20 23:48:11 2017] ata10.02: SATA link down (SStatus 0 SControl 330)
[Fri Jan 20 23:48:11 2017] ata10.03: hard resetting link
[Fri Jan 20 23:48:11 2017] ata10.03: SATA link down (SStatus 0 SControl 330)
[Fri Jan 20 23:48:11 2017] ata10.04: hard resetting link
[Fri Jan 20 23:48:12 2017] ata10.04: SATA link down (SStatus 0 SControl 330)
[Fri Jan 20 23:48:12 2017] ata10: EH complete
[Fri Jan 20 23:48:12 2017] scsi 11:0:0:0: Direct-Access     ATA      ST3000VX000-1CU1 CV23 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017] sd 11:0:0:0: [sdl] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:12 2017] sd 11:0:0:0: [sdl] 4096-byte physical blocks
[Fri Jan 20 23:48:12 2017] sd 11:0:0:0: [sdl] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 11:0:0:0: [sdl] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 11:0:0:0: [sdl] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 12:0:0:0: Direct-Access     ATA      ST4000DM000-1F21 CC54 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017] sd 11:0:0:0: [sdl] Attached SCSI removable disk
[Fri Jan 20 23:48:12 2017] sd 12:0:0:0: [sdm] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[Fri Jan 20 23:48:12 2017] sd 12:0:0:0: [sdm] 4096-byte physical blocks
[Fri Jan 20 23:48:12 2017] sd 12:0:0:0: [sdm] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 12:0:0:0: [sdm] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 12:0:0:0: [sdm] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 13:0:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A80 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017] sd 13:0:0:0: [sdn] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:12 2017] sd 13:0:0:0: [sdn] 4096-byte physical blocks
[Fri Jan 20 23:48:12 2017] sd 13:0:0:0: [sdn] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 13:0:0:0: [sdn] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 13:0:0:0: [sdn] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 14:0:0:0: Direct-Access     ATA      ST31500341AS     CC1H PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017]  sdm: sdm1
[Fri Jan 20 23:48:12 2017] sd 12:0:0:0: [sdm] Attached SCSI removable disk
[Fri Jan 20 23:48:12 2017] sd 14:0:0:0: [sdo] 2930277168 512-byte logical blocks: (1.50 TB/1.36 TiB)
[Fri Jan 20 23:48:12 2017] sd 14:0:0:0: [sdo] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 14:0:0:0: [sdo] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 14:0:0:0: [sdo] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 14:1:0:0: Direct-Access     ATA      WDC WD8001FFWX-6 0A03 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017]  sdo: sdo1
[Fri Jan 20 23:48:12 2017] sd 14:0:0:0: [sdo] Attached SCSI removable disk
[Fri Jan 20 23:48:12 2017]  sdn: sdn1
[Fri Jan 20 23:48:12 2017] sd 13:0:0:0: [sdn] Attached SCSI removable disk
[Fri Jan 20 23:48:12 2017] sd 14:1:0:0: [sdp] 15628053168 512-byte logical blocks: (8.00 TB/7.28 TiB)
[Fri Jan 20 23:48:12 2017] sd 14:1:0:0: [sdp] 4096-byte physical blocks
[Fri Jan 20 23:48:12 2017] sd 14:1:0:0: [sdp] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 14:1:0:0: [sdp] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 14:1:0:0: [sdp] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 14:2:0:0: Direct-Access     ATA      WDC WD6001FZWX-0 1A01 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017]  sdp: sdp1
[Fri Jan 20 23:48:12 2017] sd 14:1:0:0: [sdp] Attached SCSI removable disk
[Fri Jan 20 23:48:12 2017] sd 14:2:0:0: [sdq] 11721045168 512-byte logical blocks: (6.00 TB/5.46 TiB)
[Fri Jan 20 23:48:12 2017] sd 14:2:0:0: [sdq] 4096-byte physical blocks
[Fri Jan 20 23:48:12 2017] sd 14:2:0:0: [sdq] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 14:2:0:0: [sdq] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 14:2:0:0: [sdq] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 14:3:0:0: Direct-Access     ATA      WDC WD30EFRX-68E 0A80 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017]  sdq: sdq1
[Fri Jan 20 23:48:12 2017] sd 14:2:0:0: [sdq] Attached SCSI removable disk
[Fri Jan 20 23:48:12 2017] sd 14:3:0:0: [sdr] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:12 2017] sd 14:3:0:0: [sdr] 4096-byte physical blocks
[Fri Jan 20 23:48:12 2017] sd 14:3:0:0: [sdr] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 14:3:0:0: [sdr] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 14:3:0:0: [sdr] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 14:4:0:0: Direct-Access     ATA      HGST HDN724040AL A5E0 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017] sd 14:4:0:0: [sds] 7814037168 512-byte logical blocks: (4.00 TB/3.64 TiB)
[Fri Jan 20 23:48:12 2017] sd 14:4:0:0: [sds] 4096-byte physical blocks
[Fri Jan 20 23:48:12 2017] sd 14:4:0:0: [sds] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 14:4:0:0: [sds] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 14:4:0:0: [sds] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 15:0:0:0: Direct-Access     ATA      SAMSUNG HD103UJ  1113 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017]  sdr: sdr1
[Fri Jan 20 23:48:12 2017] sd 14:3:0:0: [sdr] Attached SCSI removable disk
[Fri Jan 20 23:48:12 2017]  sds: sds1
[Fri Jan 20 23:48:12 2017] sd 14:4:0:0: [sds] Attached SCSI removable disk
[Fri Jan 20 23:48:12 2017] sd 15:0:0:0: [sdt] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[Fri Jan 20 23:48:12 2017] sd 15:0:0:0: [sdt] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 15:0:0:0: [sdt] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 15:0:0:0: [sdt] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 16:0:0:0: Direct-Access     ATA      WDC WD30EURS-63S 0A80 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017]  sdt: sdt1
[Fri Jan 20 23:48:12 2017] sd 15:0:0:0: [sdt] Attached SCSI disk
[Fri Jan 20 23:48:12 2017] sd 16:0:0:0: [sdu] 5860533168 512-byte logical blocks: (3.00 TB/2.73 TiB)
[Fri Jan 20 23:48:12 2017] sd 16:0:0:0: [sdu] 4096-byte physical blocks
[Fri Jan 20 23:48:12 2017] sd 16:0:0:0: [sdu] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 16:0:0:0: [sdu] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 16:0:0:0: [sdu] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 17:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M AB51 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017] sd 17:0:0:0: [sdv] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[Fri Jan 20 23:48:12 2017] sd 17:0:0:0: [sdv] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 17:0:0:0: [sdv] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 17:0:0:0: [sdv] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 18:0:0:0: Direct-Access     ATA      WDC WD20EARS-00M AB51 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:12 2017]  sdv: sdv1
[Fri Jan 20 23:48:12 2017] sd 17:0:0:0: [sdv] Attached SCSI disk
[Fri Jan 20 23:48:12 2017]  sdu: sdu1
[Fri Jan 20 23:48:12 2017] sd 16:0:0:0: [sdu] Attached SCSI disk
[Fri Jan 20 23:48:12 2017] sd 18:0:0:0: [sdw] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[Fri Jan 20 23:48:12 2017] sd 18:0:0:0: [sdw] Write Protect is off
[Fri Jan 20 23:48:12 2017] sd 18:0:0:0: [sdw] Mode Sense: 00 3a 00 00
[Fri Jan 20 23:48:12 2017] sd 18:0:0:0: [sdw] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[Fri Jan 20 23:48:12 2017] scsi 22:0:0:0: Processor         Marvell  Console          1.01 PQ: 0 ANSI: 5
[Fri Jan 20 23:48:13 2017]  sdw: sdw1
[Fri Jan 20 23:48:13 2017] sd 18:0:0:0: [sdw] Attached SCSI disk
[Fri Jan 20 23:48:13 2017] EXT4-fs (sdf2): mounted filesystem with ordered data mode. Opts: (null)
[Fri Jan 20 23:48:13 2017] ip_tables: (C) 2000-2006 Netfilter Core Team
[Fri Jan 20 23:48:13 2017] systemd[1]: systemd 232 running in system mode. (+PAM -AUDIT -SELINUX -IMA -APPARMOR +SMACK -SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ +LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[Fri Jan 20 23:48:13 2017] systemd[1]: Detected architecture x86-64.
[Fri Jan 20 23:48:13 2017] systemd[1]: Set hostname to <fatzo>.
[Fri Jan 20 23:48:13 2017] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[Fri Jan 20 23:48:13 2017] systemd[1]: Listening on Journal Socket (/dev/log).
[Fri Jan 20 23:48:13 2017] systemd[1]: Listening on udev Control Socket.
[Fri Jan 20 23:48:13 2017] systemd[1]: Listening on LVM2 metadata daemon socket.
[Fri Jan 20 23:48:13 2017] systemd[1]: Listening on udev Kernel Socket.
[Fri Jan 20 23:48:13 2017] systemd[1]: Listening on Device-mapper event daemon FIFOs.
[Fri Jan 20 23:48:13 2017] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[Fri Jan 20 23:48:13 2017] EXT4-fs (sdf2): re-mounted. Opts: data=ordered
[Fri Jan 20 23:48:13 2017] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[Fri Jan 20 23:48:13 2017] ACPI: Power Button [PWRB]
[Fri Jan 20 23:48:13 2017] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[Fri Jan 20 23:48:13 2017] ACPI: Power Button [PWRF]
[Fri Jan 20 23:48:13 2017] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[Fri Jan 20 23:48:13 2017] wmi: Mapper loaded
[Fri Jan 20 23:48:13 2017] FUJITSU Extended Socket Network Device Driver - version 1.1 - Copyright (c) 2015 FUJITSU LIMITED
[Fri Jan 20 23:48:14 2017] ipmi message handler version 39.2
[Fri Jan 20 23:48:14 2017] pps_core: LinuxPPS API ver. 1 registered
[Fri Jan 20 23:48:14 2017] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[Fri Jan 20 23:48:14 2017] PTP clock support registered
[Fri Jan 20 23:48:14 2017] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[Fri Jan 20 23:48:14 2017] ipmi_si IPI0001:00: ipmi_si: probing via ACPI
[Fri Jan 20 23:48:14 2017] ipmi_si IPI0001:00: [io  0x0ca2] regsize 1 spacing 1 irq 0
[Fri Jan 20 23:48:14 2017] ipmi_si: Adding ACPI-specified kcs state machine
[Fri Jan 20 23:48:14 2017] IPMI System Interface driver.
[Fri Jan 20 23:48:14 2017] ipmi_si: probing via SPMI
[Fri Jan 20 23:48:14 2017] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[Fri Jan 20 23:48:14 2017] ipmi_si: Adding SPMI-specified kcs state machine duplicate interface
[Fri Jan 20 23:48:14 2017] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[Fri Jan 20 23:48:14 2017] input: PC Speaker as /devices/platform/pcspkr/input/input6
[Fri Jan 20 23:48:14 2017] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[Fri Jan 20 23:48:14 2017] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[Fri Jan 20 23:48:14 2017] e1000e 0000:08:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[Fri Jan 20 23:48:14 2017] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt
[Fri Jan 20 23:48:14 2017] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[Fri Jan 20 23:48:14 2017] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[Fri Jan 20 23:48:14 2017] RAPL PMU: hw unit of domain package 2^-16 Joules
[Fri Jan 20 23:48:14 2017] RAPL PMU: hw unit of domain dram 2^-16 Joules
[Fri Jan 20 23:48:14 2017] mousedev: PS/2 mouse device common for all mice
[Fri Jan 20 23:48:14 2017] [drm] Initialized drm 1.1.0 20060810
[Fri Jan 20 23:48:14 2017] AVX version of gcm_enc/dec engaged.
[Fri Jan 20 23:48:14 2017] AES CTR mode by8 optimization enabled
[Fri Jan 20 23:48:14 2017] e1000e 0000:08:00.0 0000:08:00.0 (uninitialized): registered PHC clock
[Fri Jan 20 23:48:14 2017] iTCO_vendor_support: vendor-support=0
[Fri Jan 20 23:48:14 2017] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[Fri Jan 20 23:48:14 2017] iTCO_wdt: Found a Patsburg TCO device (Version=2, TCOBASE=0x0460)
[Fri Jan 20 23:48:14 2017] Adding 12596220k swap on /dev/sdf1.  Priority:-1 extents:1 across:12596220k SSFS
[Fri Jan 20 23:48:14 2017] snd_hda_intel 0000:81:00.1: Disabling MSI
[Fri Jan 20 23:48:14 2017] snd_hda_intel 0000:81:00.1: Handle vga_switcheroo audio client
[Fri Jan 20 23:48:14 2017] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[Fri Jan 20 23:48:14 2017] EDAC MC: Ver: 3.0.0
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[Fri Jan 20 23:48:14 2017] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[Fri Jan 20 23:48:14 2017] EDAC MC0: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#0: DEV 0000:7f:0e.0 (INTERRUPT)
[Fri Jan 20 23:48:14 2017] EDAC MC1: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#1: DEV 0000:ff:0e.0 (INTERRUPT)
[Fri Jan 20 23:48:14 2017] EDAC sbridge:  Ver: 1.1.1 
[Fri Jan 20 23:48:14 2017] intel_rapl: Found RAPL domain package
[Fri Jan 20 23:48:14 2017] intel_rapl: Found RAPL domain core
[Fri Jan 20 23:48:14 2017] intel_rapl: Found RAPL domain package
[Fri Jan 20 23:48:14 2017] intel_rapl: Found RAPL domain core
[Fri Jan 20 23:48:14 2017] systemd-journald[543]: Received request to flush runtime journal from PID 1
[Fri Jan 20 23:48:14 2017] e1000e 0000:08:00.0 eth0: (PCI Express:2.5GT/s:Width x1) d0:50:99:c1:8a:d3
[Fri Jan 20 23:48:14 2017] e1000e 0000:08:00.0 eth0: Intel(R) PRO/1000 Network Connection
[Fri Jan 20 23:48:14 2017] e1000e 0000:08:00.0 eth0: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[Fri Jan 20 23:48:14 2017] e1000e 0000:0a:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[Fri Jan 20 23:48:14 2017] nvidia: loading out-of-tree module taints kernel.
[Fri Jan 20 23:48:14 2017] nvidia: module license 'NVIDIA' taints kernel.
[Fri Jan 20 23:48:14 2017] Disabling lock debugging due to kernel taint
[Fri Jan 20 23:48:14 2017] vgaarb: device changed decodes: PCI:0000:81:00.0,olddecodes=io+mem,decodes=none:owns=io+mem
[Fri Jan 20 23:48:14 2017] nvidia-nvlink: Nvlink Core is being initialized, major device number 242
[Fri Jan 20 23:48:14 2017] NVRM: loading NVIDIA UNIX x86_64 Kernel Module  375.26  Thu Dec  8 18:36:43 PST 2016 (using threaded interrupts)
[Fri Jan 20 23:48:14 2017] e1000e 0000:0a:00.0 0000:0a:00.0 (uninitialized): registered PHC clock
[Fri Jan 20 23:48:14 2017] nvidia-modeset: Loading NVIDIA Kernel Mode Setting Driver for UNIX platforms  375.26  Thu Dec  8 18:04:14 PST 2016
[Fri Jan 20 23:48:14 2017] [drm] [nvidia-drm] [GPU ID 0x00008100] Loading driver
[Fri Jan 20 23:48:14 2017] e1000e 0000:0a:00.0 eth1: (PCI Express:2.5GT/s:Width x1) d0:50:99:c1:8a:d4
[Fri Jan 20 23:48:14 2017] e1000e 0000:0a:00.0 eth1: Intel(R) PRO/1000 Network Connection
[Fri Jan 20 23:48:14 2017] e1000e 0000:0a:00.0 eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[Fri Jan 20 23:48:14 2017] e1000e 0000:08:00.0 enp8s0: renamed from eth0
[Fri Jan 20 23:48:14 2017] e1000e 0000:0a:00.0 enp10s0: renamed from eth1
[Fri Jan 20 23:48:14 2017] IPv6: ADDRCONF(NETDEV_UP): enp10s0: link is not ready
[Fri Jan 20 23:48:14 2017] input: HDA NVidia HDMI/DP,pcm=3 as /devices/pci0000:80/0000:80:02.0/0000:81:00.1/sound/card0/input7
[Fri Jan 20 23:48:14 2017] input: HDA NVidia HDMI/DP,pcm=7 as /devices/pci0000:80/0000:80:02.0/0000:81:00.1/sound/card0/input8
[Fri Jan 20 23:48:15 2017] ipmi_si IPI0001:00: Found new BMC (man_id: 0x000000, prod_id: 0xaabb, dev_id: 0x20)
[Fri Jan 20 23:48:15 2017] ipmi_si IPI0001:00: IPMI kcs interface initialized
[Fri Jan 20 23:48:15 2017] IPMI SSIF Interface driver
[Fri Jan 20 23:48:17 2017] e1000e: enp10s0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: None
[Fri Jan 20 23:48:17 2017] IPv6: ADDRCONF(NETDEV_CHANGE): enp10s0: link becomes ready
[Fri Jan 20 23:48:18 2017] NVRM: Your system is not currently configured to drive a VGA console
[Fri Jan 20 23:48:18 2017] NVRM: on the primary VGA device. The NVIDIA Linux graphics driver
[Fri Jan 20 23:48:18 2017] NVRM: requires the use of a text-mode VGA console. Use of other console
[Fri Jan 20 23:48:18 2017] NVRM: drivers including, but not limited to, vesafb, may result in
[Fri Jan 20 23:48:18 2017] NVRM: corruption and stability problems, and is not supported.
[Fri Jan 20 23:48:18 2017] nvidia-modeset: Allocated GPU:0 (GPU-b7214d83-b0ec-6962-a348-36d268079ee5) @ PCI:0000:81:00.0
lspci -v
00:00.0 Host bridge: Intel Corporation Xeon E5/Core i7 DMI2 (rev 07)
	Subsystem: ASRock Incorporation Device 3c00
	Flags: fast devsel, NUMA node 0
	Capabilities: [90] Express Root Port (Slot-), MSI 00
	Capabilities: [e0] Power Management version 3
	Capabilities: [100] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [144] Vendor Specific Information: ID=0004 Rev=1 Len=03c <?>
	Capabilities: [1d0] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [280] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>

00:01.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 1a (rev 07) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 25, NUMA node 0
	Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c02
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
	Capabilities: [90] Express Root Port (Slot+), MSI 00
	Capabilities: [e0] Power Management version 3
	Capabilities: [100] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110] Access Control Services
	Capabilities: [148] Advanced Error Reporting
	Capabilities: [1d0] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250] #19
	Capabilities: [280] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:01.1 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 1b (rev 07) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 26, NUMA node 0
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c03
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
	Capabilities: [90] Express Root Port (Slot+), MSI 00
	Capabilities: [e0] Power Management version 3
	Capabilities: [100] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110] Access Control Services
	Capabilities: [148] Advanced Error Reporting
	Capabilities: [1d0] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250] #19
	Capabilities: [280] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:02.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2a (rev 07) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 28, NUMA node 0
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c04
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
	Capabilities: [90] Express Root Port (Slot+), MSI 00
	Capabilities: [e0] Power Management version 3
	Capabilities: [100] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110] Access Control Services
	Capabilities: [148] Advanced Error Reporting
	Capabilities: [1d0] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250] #19
	Capabilities: [280] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode (rev 07) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 30, NUMA node 0
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	I/O behind bridge: 00008000-00008fff
	Memory behind bridge: dfe00000-dfefffff
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c08
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
	Capabilities: [90] Express Root Port (Slot+), MSI 00
	Capabilities: [e0] Power Management version 3
	Capabilities: [100] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110] Access Control Services
	Capabilities: [148] Advanced Error Reporting
	Capabilities: [1d0] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250] #19
	Capabilities: [280] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:03.2 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3c (rev 07) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 31, NUMA node 0
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: dfd00000-dfdfffff
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c0a
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
	Capabilities: [90] Express Root Port (Slot+), MSI 00
	Capabilities: [e0] Power Management version 3
	Capabilities: [100] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110] Access Control Services
	Capabilities: [148] Advanced Error Reporting
	Capabilities: [1d0] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250] #19
	Capabilities: [280] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:05.0 System peripheral: Intel Corporation Xeon E5/Core i7 Address Map, VTd_Misc, System Management (rev 07)
	Subsystem: ASRock Incorporation Device 3c28
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

00:05.2 System peripheral: Intel Corporation Xeon E5/Core i7 Control Status and Global Errors (rev 07)
	Subsystem: ASRock Incorporation Device 3c2a
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

00:05.4 PIC: Intel Corporation Xeon E5/Core i7 I/O APIC (rev 07) (prog-if 20 [IO(X)-APIC])
	Subsystem: ASRock Incorporation Device 3c2c
	Flags: bus master, fast devsel, latency 0, NUMA node 0
	Memory at dff07000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3

00:11.0 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Virtual Root Port (rev 06) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 32, NUMA node 0
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 00006000-00006fff
	Memory behind bridge: dfc00000-dfcfffff
	Prefetchable memory behind bridge: 00000000df000000-00000000df4fffff
	Capabilities: [40] Express Root Port (Slot-), MSI 00
	Capabilities: [80] Power Management version 3
	Capabilities: [88] Subsystem: ASRock Incorporation Device 1d3e
	Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [138] Access Control Services
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:16.0 Communication controller: Intel Corporation C600/X79 series chipset MEI Controller #1 (rev 05)
	Subsystem: ASRock Incorporation Device 1d3a
	Flags: bus master, fast devsel, latency 0, IRQ 11, NUMA node 0
	Memory at dff06000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+
	Kernel modules: mei_me

00:16.1 Communication controller: Intel Corporation C600/X79 series chipset MEI Controller #2 (rev 05)
	Subsystem: ASRock Incorporation Device 1d3b
	Flags: bus master, fast devsel, latency 0, IRQ 5, NUMA node 0
	Memory at dff05000 (64-bit, non-prefetchable) [size=16]
	Capabilities: [50] Power Management version 3
	Capabilities: [8c] MSI: Enable- Count=1/1 Maskable- 64bit+

00:1a.0 USB controller: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #2 (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASRock Incorporation Device 1d2d
	Flags: bus master, medium devsel, latency 0, IRQ 16, NUMA node 0
	Memory at dff03000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1c.0 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 1 (rev b6) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 33, NUMA node 0
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASRock Incorporation Device 1d10
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.1 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 2 (rev b6) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 34, NUMA node 0
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: df900000-dfafffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASRock Incorporation Device 1d12
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.4 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 5 (rev b6) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 35, NUMA node 0
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: 00004000-00004fff
	Memory behind bridge: dfb00000-dfbfffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASRock Incorporation Device 1d18
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1c.7 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 8 (rev b6) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 36, NUMA node 0
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	Memory behind bridge: df700000-df8fffff
	Capabilities: [40] Express Root Port (Slot+), MSI 00
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [90] Subsystem: ASRock Incorporation Device 1d1e
	Capabilities: [a0] Power Management version 2
	Kernel driver in use: pcieport
	Kernel modules: shpchp

00:1d.0 USB controller: Intel Corporation C600/X79 series chipset USB2 Enhanced Host Controller #1 (rev 06) (prog-if 20 [EHCI])
	Subsystem: ASRock Incorporation Device 1d26
	Flags: bus master, medium devsel, latency 0, IRQ 23, NUMA node 0
	Memory at dff02000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] Power Management version 2
	Capabilities: [58] Debug port: BAR=1 offset=00a0
	Capabilities: [98] PCI Advanced Features
	Kernel driver in use: ehci-pci
	Kernel modules: ehci_pci

00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev a6) (prog-if 01 [Subtractive decode])
	Flags: bus master, fast devsel, latency 0, NUMA node 0
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=32
	Capabilities: [50] Subsystem: ASRock Incorporation Device 244e

00:1f.0 ISA bridge: Intel Corporation C600/X79 series chipset LPC Controller (rev 06)
	Subsystem: ASRock Incorporation Device 1d41
	Flags: bus master, medium devsel, latency 0, NUMA node 0
	Capabilities: [e0] Vendor Specific Information: Len=0c <?>
	Kernel driver in use: lpc_ich
	Kernel modules: lpc_ich

00:1f.2 SATA controller: Intel Corporation C600/X79 series chipset 6-Port SATA AHCI Controller (rev 06) (prog-if 01 [AHCI 1.0])
	Subsystem: ASRock Incorporation Device 1d02
	Flags: bus master, 66MHz, medium devsel, latency 0, IRQ 43, NUMA node 0
	I/O ports at 9070 [size=8]
	I/O ports at 9060 [size=4]
	I/O ports at 9050 [size=8]
	I/O ports at 9040 [size=4]
	I/O ports at 9020 [size=32]
	Memory at dff01000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Power Management version 3
	Capabilities: [a8] SATA HBA v1.0
	Capabilities: [b0] PCI Advanced Features
	Kernel driver in use: ahci
	Kernel modules: ahci

00:1f.3 SMBus: Intel Corporation C600/X79 series chipset SMBus Host Controller (rev 06)
	Subsystem: ASRock Incorporation Device 1d22
	Flags: medium devsel, IRQ 18, NUMA node 0
	Memory at dff00000 (64-bit, non-prefetchable) [size=256]
	I/O ports at 9000 [size=32]
	Kernel driver in use: i801_smbus
	Kernel modules: i2c_i801

04:00.0 SATA controller: Marvell Technology Group Ltd. Device 9215 (rev 11) (prog-if 01 [AHCI 1.0])
	Subsystem: Marvell Technology Group Ltd. Device 9215
	Flags: bus master, fast devsel, latency 0, IRQ 44, NUMA node 0
	I/O ports at 8050 [size=8]
	I/O ports at 8040 [size=4]
	I/O ports at 8030 [size=8]
	I/O ports at 8020 [size=4]
	I/O ports at 8000 [size=32]
	Memory at dfe10000 (32-bit, non-prefetchable) [size=2K]
	Expansion ROM at dfe00000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Express Legacy Endpoint, MSI 00
	Capabilities: [e0] SATA HBA v0.0
	Capabilities: [100] Advanced Error Reporting
	Kernel driver in use: ahci
	Kernel modules: ahci

05:00.0 SATA controller: Marvell Technology Group Ltd. Device 9215 (rev 11) (prog-if 01 [AHCI 1.0])
	Subsystem: Marvell Technology Group Ltd. Device 9215
	Flags: bus master, fast devsel, latency 0, IRQ 45, NUMA node 0
	I/O ports at 7050 [size=8]
	I/O ports at 7040 [size=4]
	I/O ports at 7030 [size=8]
	I/O ports at 7020 [size=4]
	I/O ports at 7000 [size=32]
	Memory at dfd10000 (32-bit, non-prefetchable) [size=2K]
	Expansion ROM at dfd00000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Express Legacy Endpoint, MSI 00
	Capabilities: [e0] SATA HBA v0.0
	Capabilities: [100] Advanced Error Reporting
	Kernel driver in use: ahci
	Kernel modules: ahci

06:00.0 Serial Attached SCSI controller: Intel Corporation C602 chipset 4-Port SATA Storage Control Unit (rev 06)
	Subsystem: ASRock Incorporation Device 1d6b
	Flags: bus master, fast devsel, latency 0, IRQ 16, NUMA node 0
	Memory at df47c000 (64-bit, prefetchable) [size=16K]
	Memory at df000000 (64-bit, prefetchable) [size=4M]
	I/O ports at 6000 [size=256]
	Capabilities: [98] Power Management version 3
	Capabilities: [c4] Express Endpoint, MSI 00
	Capabilities: [a0] MSI-X: Enable+ Count=2 Masked-
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [138] Alternative Routing-ID Interpretation (ARI)
	Capabilities: [180] Transaction Processing Hints
	Capabilities: [140] Single Root I/O Virtualization (SR-IOV)
	Kernel driver in use: isci
	Kernel modules: isci

08:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: ASRock Incorporation Device 10d3
	Flags: bus master, fast devsel, latency 0, IRQ 17, NUMA node 0
	Memory at dfa40000 (32-bit, non-prefetchable) [size=128K]
	Memory at df900000 (32-bit, non-prefetchable) [size=1M]
	I/O ports at 5000 [size=32]
	Memory at dfa60000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at dfa00000 [disabled] [size=256K]
	Capabilities: [c8] Power Management version 2
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [e0] Express Endpoint, MSI 00
	Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Device Serial Number d0-50-99-ff-ff-c1-8a-d3
	Kernel driver in use: e1000e
	Kernel modules: e1000e

09:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller (rev 11) (prog-if 01 [AHCI 1.0])
	Subsystem: ASRock Incorporation Device 9230
	Flags: bus master, fast devsel, latency 0, IRQ 46, NUMA node 0
	I/O ports at 4050 [size=8]
	I/O ports at 4040 [size=4]
	I/O ports at 4030 [size=8]
	I/O ports at 4020 [size=4]
	I/O ports at 4000 [size=32]
	Memory at dfb10000 (32-bit, non-prefetchable) [size=2K]
	Expansion ROM at dfb00000 [disabled] [size=64K]
	Capabilities: [40] Power Management version 3
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit-
	Capabilities: [70] Express Legacy Endpoint, MSI 00
	Capabilities: [e0] SATA HBA v0.0
	Capabilities: [100] Advanced Error Reporting
	Kernel driver in use: ahci
	Kernel modules: ahci

0a:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: ASRock Incorporation Device 10d3
	Flags: bus master, fast devsel, latency 0, IRQ 19, NUMA node 0
	Memory at df840000 (32-bit, non-prefetchable) [size=128K]
	Memory at df700000 (32-bit, non-prefetchable) [size=1M]
	I/O ports at 3000 [size=32]
	Memory at df860000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at df800000 [disabled] [size=256K]
	Capabilities: [c8] Power Management version 2
	Capabilities: [d0] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [e0] Express Endpoint, MSI 00
	Capabilities: [a0] MSI-X: Enable+ Count=5 Masked-
	Capabilities: [100] Advanced Error Reporting
	Capabilities: [140] Device Serial Number d0-50-99-ff-ff-c1-8a-d4
	Kernel driver in use: e1000e
	Kernel modules: e1000e

7f:08.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c80
	Flags: fast devsel, NUMA node 0

7f:08.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c83
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Capabilities: [100] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

7f:08.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c84
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:09.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c90
	Flags: fast devsel, NUMA node 0

7f:09.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c93
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Capabilities: [100] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

7f:09.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c94
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:0a.0 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc0
	Flags: fast devsel, NUMA node 0

7f:0a.1 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc1
	Flags: fast devsel, NUMA node 0

7f:0a.2 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc2
	Flags: fast devsel, NUMA node 0

7f:0a.3 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cd0
	Flags: fast devsel, NUMA node 0

7f:0b.0 System peripheral: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce0
	Flags: fast devsel, NUMA node 0

7f:0b.3 System peripheral: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce3
	Flags: fast devsel, NUMA node 0

7f:0c.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0c.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0c.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0c.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0c.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0c.7 System peripheral: Intel Corporation Xeon E5/Core i7 System Address Decoder (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0d.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0d.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0d.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0d.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0d.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 0

7f:0e.0 System peripheral: Intel Corporation Xeon E5/Core i7 Processor Home Agent (rev 07)
	Subsystem: ASRock Incorporation Device 3ca0
	Flags: fast devsel, NUMA node 0

7f:0e.1 Performance counters: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring (rev 07)
	Subsystem: ASRock Incorporation Device 3c46
	Flags: fast devsel, NUMA node 0
	Kernel driver in use: snbep_uncore

7f:0f.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ca8
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:0f.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller RAS Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3c71
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:0f.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3caa
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:0f.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cab
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:0f.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cac
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:0f.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cad
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:0f.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 4 (rev 07)
	Subsystem: ASRock Incorporation Device 3cae
	Flags: fast devsel, NUMA node 0

7f:10.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb0
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snbep_uncore

7f:10.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb1
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snbep_uncore

7f:10.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb2
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:10.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb3
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:10.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb4
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snbep_uncore

7f:10.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb5
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snbep_uncore

7f:10.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb6
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:10.7 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb7
	Flags: fast devsel, NUMA node 0
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

7f:11.0 System peripheral: Intel Corporation Xeon E5/Core i7 DDRIO (rev 07)
	Subsystem: ASRock Incorporation Device 3cb8
	Flags: fast devsel, NUMA node 0

7f:13.0 System peripheral: Intel Corporation Xeon E5/Core i7 R2PCIe (rev 07)
	Subsystem: ASRock Incorporation Device 3ce4
	Flags: fast devsel, NUMA node 0

7f:13.1 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c43
	Flags: fast devsel, NUMA node 0
	Kernel driver in use: snbep_uncore

7f:13.4 Performance counters: Intel Corporation Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce6
	Flags: fast devsel, NUMA node 0

7f:13.5 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c44
	Flags: fast devsel, NUMA node 0
	Kernel driver in use: snbep_uncore

7f:13.6 System peripheral: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c45
	Flags: fast devsel, NUMA node 0
	Kernel driver in use: snbep_uncore

80:02.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 2a (rev 07) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 38, NUMA node 1
	Bus: primary=80, secondary=81, subordinate=81, sec-latency=0
	I/O behind bridge: 0000f000-0000ffff
	Memory behind bridge: fa000000-fb0fffff
	Prefetchable memory behind bridge: 00000000f0000000-00000000f9ffffff
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c04
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
	Capabilities: [90] Express Root Port (Slot-), MSI 00
	Capabilities: [e0] Power Management version 3
	Capabilities: [100] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110] Access Control Services
	Capabilities: [148] Advanced Error Reporting
	Capabilities: [1d0] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250] #19
	Capabilities: [280] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

80:03.0 PCI bridge: Intel Corporation Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode (rev 07) (prog-if 00 [Normal decode])
	Flags: bus master, fast devsel, latency 0, IRQ 40, NUMA node 1
	Bus: primary=80, secondary=82, subordinate=82, sec-latency=0
	Capabilities: [40] Subsystem: ASRock Incorporation Device 3c08
	Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit-
	Capabilities: [90] Express Root Port (Slot-), MSI 00
	Capabilities: [e0] Power Management version 3
	Capabilities: [100] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
	Capabilities: [110] Access Control Services
	Capabilities: [148] Advanced Error Reporting
	Capabilities: [1d0] Vendor Specific Information: ID=0003 Rev=1 Len=00a <?>
	Capabilities: [250] #19
	Capabilities: [280] Vendor Specific Information: ID=0004 Rev=2 Len=018 <?>
	Kernel driver in use: pcieport
	Kernel modules: shpchp

80:05.0 System peripheral: Intel Corporation Xeon E5/Core i7 Address Map, VTd_Misc, System Management (rev 07)
	Subsystem: ASRock Incorporation Device 3c28
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

80:05.2 System peripheral: Intel Corporation Xeon E5/Core i7 Control Status and Global Errors (rev 07)
	Subsystem: ASRock Incorporation Device 3c2a
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

80:05.4 PIC: Intel Corporation Xeon E5/Core i7 I/O APIC (rev 07) (prog-if 20 [IO(X)-APIC])
	Subsystem: ASRock Incorporation Device 3c2c
	Flags: bus master, fast devsel, latency 0, NUMA node 1
	Memory at fb100000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [6c] Power Management version 3

81:00.0 VGA compatible controller: NVIDIA Corporation GK208 [GeForce GT 730] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ZOTAC International (MCO) Ltd. Device 730b
	Flags: bus master, fast devsel, latency 0, IRQ 53, NUMA node 1
	Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
	Memory at f0000000 (64-bit, prefetchable) [size=128M]
	Memory at f8000000 (64-bit, prefetchable) [size=32M]
	I/O ports at f000 [size=128]
	[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
	Capabilities: [60] Power Management version 3
	Capabilities: [68] MSI: Enable+ Count=1/1 Maskable- 64bit+
	Capabilities: [78] Express Legacy Endpoint, MSI 00
	Capabilities: [100] Virtual Channel
	Capabilities: [128] Power Budgeting <?>
	Capabilities: [600] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Kernel driver in use: nvidia
	Kernel modules: nouveau, nvidia_drm, nvidia

81:00.1 Audio device: NVIDIA Corporation GK208 HDMI/DP Audio Controller (rev a1)
	Subsystem: ZOTAC International (MCO) Ltd. Device 730b
	Flags: bus master, fast devsel, latency 0, IRQ 17, NUMA node 1
	Memory at fb080000 (32-bit, non-prefetchable) [size=16K]
	Capabilities: [60] Power Management version 3
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
	Capabilities: [78] Express Endpoint, MSI 00
	Kernel driver in use: snd_hda_intel
	Kernel modules: snd_hda_intel

ff:08.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c80
	Flags: fast devsel, NUMA node 1

ff:08.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c83
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Capabilities: [100] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

ff:08.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3c84
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:09.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c90
	Flags: fast devsel, NUMA node 1

ff:09.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c93
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Capabilities: [100] Vendor Specific Information: ID=0001 Rev=0 Len=0f0 <?>

ff:09.4 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3c94
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:0a.0 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc0
	Flags: fast devsel, NUMA node 1

ff:0a.1 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc1
	Flags: fast devsel, NUMA node 1

ff:0a.2 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cc2
	Flags: fast devsel, NUMA node 1

ff:0a.3 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cd0
	Flags: fast devsel, NUMA node 1

ff:0b.0 System peripheral: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce0
	Flags: fast devsel, NUMA node 1

ff:0b.3 System peripheral: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce3
	Flags: fast devsel, NUMA node 1

ff:0c.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0c.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0c.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0c.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0c.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0c.7 System peripheral: Intel Corporation Xeon E5/Core i7 System Address Decoder (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0d.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0d.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0d.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0d.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0d.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3ce8
	Flags: fast devsel, NUMA node 1

ff:0e.0 System peripheral: Intel Corporation Xeon E5/Core i7 Processor Home Agent (rev 07)
	Subsystem: ASRock Incorporation Device 3ca0
	Flags: fast devsel, NUMA node 1

ff:0e.1 Performance counters: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring (rev 07)
	Subsystem: ASRock Incorporation Device 3c46
	Flags: fast devsel, NUMA node 1
	Kernel driver in use: snbep_uncore

ff:0f.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ca8
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:0f.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller RAS Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3c71
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:0f.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3caa
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:0f.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cab
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:0f.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cac
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:0f.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cad
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:0f.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 4 (rev 07)
	Subsystem: ASRock Incorporation Device 3cae
	Flags: fast devsel, NUMA node 1

ff:10.0 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb0
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snbep_uncore

ff:10.1 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb1
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snbep_uncore

ff:10.2 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 0 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb2
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:10.3 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 1 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb3
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:10.4 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb4
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snbep_uncore

ff:10.5 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb5
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00
	Kernel driver in use: snbep_uncore

ff:10.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 2 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb6
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:10.7 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 3 (rev 07)
	Subsystem: ASRock Incorporation Device 3cb7
	Flags: fast devsel, NUMA node 1
	Capabilities: [40] Express Root Complex Integrated Endpoint, MSI 00

ff:11.0 System peripheral: Intel Corporation Xeon E5/Core i7 DDRIO (rev 07)
	Subsystem: ASRock Incorporation Device 3cb8
	Flags: fast devsel, NUMA node 1

ff:13.0 System peripheral: Intel Corporation Xeon E5/Core i7 R2PCIe (rev 07)
	Subsystem: ASRock Incorporation Device 3ce4
	Flags: fast devsel, NUMA node 1

ff:13.1 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c43
	Flags: fast devsel, NUMA node 1
	Kernel driver in use: snbep_uncore

ff:13.4 Performance counters: Intel Corporation Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers (rev 07)
	Subsystem: ASRock Incorporation Device 3ce6
	Flags: fast devsel, NUMA node 1

ff:13.5 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c44
	Flags: fast devsel, NUMA node 1
	Kernel driver in use: snbep_uncore

ff:13.6 System peripheral: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Device 3c45
	Flags: fast devsel, NUMA node 1
	Kernel driver in use: snbep_uncore

thanks again to V1del and WorMzy for support and suggestions smile

Offline

Board footer

Powered by FluxBB