PROBLEM: nouveau display garbled coming out of DPMS ... link training failed ... link not trained before attach

Sundar Nagarajan sun.nagarajan at gmail.com
Sat Jul 8 08:23:53 UTC 2017


Also on bugzilla.kernel.org:
https://bugzilla.kernel.org/show_bug.cgi?id=196297

Setup and brief environment:
    - Kernel 4.12.0 - vanilla, no patches
    - Dual-monitor setup
    - Monitor 1:
        - Dell U3011 30-inch 2560x1600 over DVI-I
        - Never has a problem
    - Monitor 2:
        - Seiki SE39UY04 (TV) over DisplayPort @3840x2160
        - Has a problem ONLY when monitor is SWITCHED OFF AND ON AGAIN
    - Graphics card:
        - GeForce GTX 750Ti 2GB GDDR5 128bit, Dual-Link DVI-I, HDMI, DP 1.2
Graphics Card
        - eVGA 02G-P4-3753-KR
        - eVGA link:
http://www.evga.com/Products/Product.aspx?pn=02G-P4-3753-KR
    - Seiki monitor EDID:
        - The monitor has a bad EDID - see attached orig_edid.bin
        - I have a modified EDID file - see attached edid2.bin with ONLY the
            correct resolution
        - I use video=DP-1:3840x2160
drm_kms_helper.edid_firmware=DP-1:edid/edid2.bin
            to specify the exact resolution and use my custom EDID file

What works (perfectly):
    - Both monitors startup at full resolution
    - xorg starts up at full resolution on both monitors
    - Monitor 1 (Dell U3011) NEVER has any problem
    - While booting, nouveau finds and uses my custom EDID file

Problem:
    - When DPMS kicks in, the Dell U3011 monitor goes to sleep (normal) and
        the Seiki monitor shows 'No Signal' on the screen
    - About 15 mins after DPMS kicks in, the Seiki monitor switches off
    - The Seiki monitor has to be manually switched on with the power button
    - This behavior cannot be changed - no setting for this on the monitor
    - When I switch the Seiki monitor ON, the screen will be blank and
        'xrandr -q' shows it as disconnected
    - When I switch to a virtual console (using CTRL-ALT-F1), the following
message appears
        on the console:

Jul  7 23:34:28 smaug kernel: [ 8340.750889] nouveau 0000:03:00.0: disp:
outp 03:0006:0f42: link training failed
Jul  7 23:34:28 smaug kernel: [ 8340.750940] nouveau 0000:03:00.0: disp:
outp 03:0006:0f42: link not trained before attach

    - This message appears ONLY when I switch to the virtual console, and
NOT until then
    - When the monitor is switched on, the attached kernel trace appears in
the kernel log
    - After switching to the virtual console and back to X, the monitor
will show
        a SERIES of garbled screens (probably bad timings, but I am not
sure), each
        lasting about 10-15 secs. After a few MINUTES (perhaps 2-3 minutes),
        the Seiki monitor will be restored back to full resolution
    - As the monitor is restored to full resolution, the following message
will
        appear in the kernel log:

Jul  7 23:37:44 smaug kernel: [ 8537.487664] [drm] Got external EDID base
block and 1 extension from "edid/edid2.bin" for connector "DP-1"

    - The problem only happens if the Seiki monitor is in the OFF state for
QUITE A LONG TIME
    - E.g., if I turn it back on within 5 mins, the problem does not occur


Problem wasn't happening until about 4-5 months ago (when I was using an
older kernel version).
I have gone back to 4.11, but it still happens. Must be a versionolder than
that. Unfortunately, I do not remember which version worked, but was a 4.x
version.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170708/52356e92/attachment-0001.html>
-------------- next part --------------
[    0.000000] Linux version 4.12.0 (sundar at smaug) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #1 SMP Sun Jul 2 22:53:09 PDT 2017
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.12.0 root=UUID=b8334ad4-c3bc-4d18-bdf8-e3284e03cdbd ro net.ifnames=0 biosdevname=0 nomdmonddf nomdmonisw video=DVI-I-1:2560x1600 at 60 video=DP-1:3840x2160 drm_kms_helper.edid_firmware=DP-1:edid/edid2.bin
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    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] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007de2afff] usable
[    0.000000] BIOS-e820: [mem 0x000000007de2b000-0x000000007de5afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007de5b000-0x000000007df72fff] ACPI data
[    0.000000] BIOS-e820: [mem 0x000000007df73000-0x000000007e198fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e199000-0x000000007f30afff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f30b000-0x000000007f350fff] type 20
[    0.000000] BIOS-e820: [mem 0x000000007f351000-0x000000007f351fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007f352000-0x000000007f3d7fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007f3d8000-0x000000007f7fffff] usable
[    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-0x0000001c7fffffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] efi: EFI v2.31 by American Megatrends
[    0.000000] efi:  ESRT=0x7f309d18  ACPI=0x7de93000  ACPI 2.0=0x7de93000  SMBIOS=0xf04d0  MPS=0xfd650 
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602-4L/D16, BIOS P1.70 12/04/2013
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] e820: last_pfn = 0x1c80000 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-D3FFF write-protect
[    0.000000]   D4000-DFFFF uncachable
[    0.000000]   E0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask 3FE000000000 write-back
[    0.000000]   1 base 000080000000 mask 3FFF80000000 uncachable
[    0.000000]   2 base 001C80000000 mask 3FFF80000000 uncachable
[    0.000000]   3 base 001D00000000 mask 3FFF00000000 uncachable
[    0.000000]   4 base 001E00000000 mask 3FFE00000000 uncachable
[    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] total RAM covered: 114688M
[    0.000000] Found optimal setting for mtrr clean up
[    0.000000]  gran_size: 64K 	chunk_size: 64K 	num_reg: 8  	lose cover RAM: 0G
[    0.000000] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x7f800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fdcd0-0x000fdcdf] mapped at [ffff9a42800fdcd0]
[    0.000000] esrt: Reserving ESRT space from 0x000000007f309d18 to 0x000000007f309d50.
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff9a4280098000] 98000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] BRK [0x821e5a000, 0x821e5afff] PGTABLE
[    0.000000] BRK [0x821e5b000, 0x821e5bfff] PGTABLE
[    0.000000] BRK [0x821e5c000, 0x821e5cfff] PGTABLE
[    0.000000] BRK [0x821e5d000, 0x821e5dfff] PGTABLE
[    0.000000] BRK [0x821e5e000, 0x821e5efff] PGTABLE
[    0.000000] BRK [0x821e5f000, 0x821e5ffff] PGTABLE
[    0.000000] BRK [0x821e60000, 0x821e60fff] PGTABLE
[    0.000000] Secure boot could not be determined
[    0.000000] RAMDISK: [mem 0x32ee8000-0x3576bfff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x000000007DE93000 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007DE93080 000084 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007DEA0B30 00010C (v05 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: DSDT 0x000000007DE93198 00D991 (v02 ALASKA A M I    00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000007E190080 000040
[    0.000000] ACPI: APIC 0x000000007DEA0C40 000224 (v03 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007DEA0E68 000044 (v01 ALASKA A M I    01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007DEA0EB0 00003C (v01 ALASKA OEMMCFG. 01072009 MSFT 00000097)
[    0.000000] ACPI: AAFT 0x000000007DEA0EF0 00003A (v01 ALASKA OEMAAFT  01072009 MSFT 00000097)
[    0.000000] ACPI: SRAT 0x000000007DEA0F30 0004B0 (v01 A M I  AMI SRAT 00000001 AMI. 00000000)
[    0.000000] ACPI: SLIT 0x000000007DEA13E0 000030 (v01 A M I  AMI SLIT 00000000 AMI. 00000000)
[    0.000000] ACPI: HPET 0x000000007DEA1410 000038 (v01 ALASKA A M I    01072009 AMI. 00000005)
[    0.000000] ACPI: PRAD 0x000000007DEA1448 0000BE (v02 PRADID PRADTID  00000001 MSFT 03000001)
[    0.000000] ACPI: SPMI 0x000000007DEA1508 000040 (v05 A M I  OEMSPMI  00000000 AMI. 00000000)
[    0.000000] ACPI: SSDT 0x000000007DEA1548 0D0CB0 (v02 INTEL  CpuPm    00004000 INTL 20051117)
[    0.000000] ACPI: DMAR 0x000000007DF721F8 000148 (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-0xe7fffffff]
[    0.000000] ACPI: SRAT: Node 1 PXM 1 [mem 0xe80000000-0x1c7fffffff]
[    0.000000] NUMA: Initialized distance table, cnt=2
[    0.000000] NUMA: Node 0 [mem 0x00000000-0x7fffffff] + [mem 0x100000000-0xe7fffffff] -> [mem 0x00000000-0xe7fffffff]
[    0.000000] NODE_DATA(0) allocated [mem 0xe7fffb000-0xe7fffffff]
[    0.000000] NODE_DATA(1) allocated [mem 0x1c7fffa000-0x1c7fffefff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x0000000000001000-0x0000000000ffffff]
[    0.000000]   DMA32    [mem 0x0000000001000000-0x00000000ffffffff]
[    0.000000]   Normal   [mem 0x0000000100000000-0x0000001c7fffffff]
[    0.000000]   Device   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x0000000000001000-0x000000000009ffff]
[    0.000000]   node   0: [mem 0x0000000000100000-0x000000007de2afff]
[    0.000000]   node   0: [mem 0x000000007f351000-0x000000007f351fff]
[    0.000000]   node   0: [mem 0x000000007f3d8000-0x000000007f7fffff]
[    0.000000]   node   0: [mem 0x0000000100000000-0x0000000e7fffffff]
[    0.000000]   node   1: [mem 0x0000000e80000000-0x0000001c7fffffff]
[    0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x0000000e7fffffff]
[    0.000000] On node 0 totalpages: 14672371
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 41 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 8010 pages used for memmap
[    0.000000]   DMA32 zone: 512596 pages, LIFO batch:31
[    0.000000]   Normal zone: 221184 pages used for memmap
[    0.000000]   Normal zone: 14155776 pages, LIFO batch:31
[    0.000000] Initmem setup node 1 [mem 0x0000000e80000000-0x0000001c7fffffff]
[    0.000000] On node 1 totalpages: 14680064
[    0.000000]   Normal zone: 229376 pages used for memmap
[    0.000000]   Normal zone: 14680064 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 0x000a0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7de2b000-0x7de5afff]
[    0.000000] PM: Registered nosave memory: [mem 0x7de5b000-0x7df72fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7df73000-0x7e198fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e199000-0x7f30afff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f30b000-0x7f350fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f352000-0x7f3d7fff]
[    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: 7645519600211568 ns
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:32 nr_node_ids:2
[    0.000000] percpu: Embedded 39 pages/cpu @ffff9a50c7a00000 s119192 r8192 d32360 u262144
[    0.000000] pcpu-alloc: s119192 r8192 d32360 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: 28893760
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.12.0 root=UUID=b8334ad4-c3bc-4d18-bdf8-e3284e03cdbd ro net.ifnames=0 biosdevname=0 nomdmonddf nomdmonisw video=DVI-I-1:2560x1600 at 60 video=DP-1:3840x2160 drm_kms_helper.edid_firmware=DP-1:edid/edid2.bin
[    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: 115397016K/117409740K available (8947K kernel code, 1518K rwdata, 3776K rodata, 1640K init, 1184K bss, 2012724K reserved, 0K cma-reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=32, Nodes=2
[    0.000000] ftrace: allocating 36416 entries in 143 pages
[    0.000000] Hierarchical RCU implementation.
[    0.000000] 	RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=32.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=32
[    0.000000] NR_IRQS:33024 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.004000] tsc: Detected 2600.072 MHz processor
[    0.004000] Calibrating delay loop (skipped), value calculated using timer frequency.. 5200.14 BogoMIPS (lpj=10400288)
[    0.004000] pid_max: default: 32768 minimum: 301
[    0.004000] ACPI: Core revision 20170303
[    0.050423] ACPI: 2 ACPI AML tables successfully acquired and loaded
[    0.050806] Security Framework initialized
[    0.050811] Yama: becoming mindful.
[    0.050847] AppArmor: AppArmor initialized
[    0.056465] Dentry cache hash table entries: 16777216 (order: 15, 134217728 bytes)
[    0.085467] Inode-cache hash table entries: 8388608 (order: 14, 67108864 bytes)
[    0.098677] Mount-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.098784] Mountpoint-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.099948] CPU: Physical Processor ID: 0
[    0.099952] CPU: Processor Core ID: 0
[    0.099963] mce: CPU supports 20 MCE banks
[    0.099979] CPU0: Thermal monitoring enabled (TM1)
[    0.100018] process: using mwait in idle threads
[    0.100023] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8
[    0.100026] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[    0.100931] Freeing SMP alternatives memory: 32K
[    0.103591] smpboot: Max logical packages: 4
[    0.103606] DMAR: Host address width 46
[    0.103610] DMAR: DRHD base: 0x000000fbffe000 flags: 0x0
[    0.103622] DMAR: dmar0: reg_base_addr fbffe000 ver 1:0 cap d2078c106f0462 ecap f020ff
[    0.103627] DMAR: DRHD base: 0x000000dfffc000 flags: 0x1
[    0.103634] DMAR: dmar1: reg_base_addr dfffc000 ver 1:0 cap d2078c106f0462 ecap f020ff
[    0.103639] DMAR: RMRR base: 0x0000007f241000 end: 0x0000007f24efff
[    0.103644] DMAR: ATSR flags: 0x0
[    0.103647] DMAR: RHSA base: 0x000000fbffe000 proximity domain: 0x1
[    0.103651] DMAR: RHSA base: 0x000000dfffc000 proximity domain: 0x0
[    0.103656] DMAR-IR: IOAPIC id 3 under DRHD base  0xfbffe000 IOMMU 0
[    0.103659] DMAR-IR: IOAPIC id 0 under DRHD base  0xdfffc000 IOMMU 1
[    0.103663] DMAR-IR: IOAPIC id 2 under DRHD base  0xdfffc000 IOMMU 1
[    0.103667] DMAR-IR: HPET id 0 under DRHD base 0xdfffc000
[    0.103671] DMAR-IR: Queued invalidation will be enabled to support x2apic and Intr-remapping.
[    0.104521] DMAR-IR: Enabled IRQ remapping in x2apic mode
[    0.104525] x2apic enabled
[    0.104532] Switched APIC routing to cluster x2apic.
[    0.105199] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.144923] TSC deadline timer enabled
[    0.144929] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz (family: 0x6, model: 0x2d, stepping: 0x7)
[    0.145046] Performance Events: PEBS fmt1+, SandyBridge events, 16-deep LBR, full-width counters, Intel PMU driver.
[    0.145073] ... version:                3
[    0.145076] ... bit width:              48
[    0.145079] ... generic registers:      4
[    0.145083] ... value mask:             0000ffffffffffff
[    0.145086] ... max period:             00007fffffffffff
[    0.145089] ... fixed-purpose events:   3
[    0.145092] ... event mask:             000000070000000f
[    0.147020] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[    0.147043] smp: Bringing up secondary CPUs ...
[    0.147138] x86: Booting SMP configuration:
[    0.147142] .... node  #0, CPUs:        #1  #2  #3  #4  #5  #6  #7
[    0.710071] .... node  #1, CPUs:    #8  #9 #10 #11 #12 #13 #14 #15
[    1.354050] .... node  #0, CPUs:   #16 #17 #18 #19 #20 #21 #22 #23
[    1.994059] .... node  #1, CPUs:   #24 #25 #26 #27 #28 #29 #30 #31
[    2.634051] smp: Brought up 2 nodes, 32 CPUs
[    2.634051] smpboot: Total of 32 processors activated (166847.40 BogoMIPS)
[    2.636859] sched_clock: Marking stable (2636000000, 0)->(2708358340, -72358340)
[    2.641241] devtmpfs: initialized
[    2.641301] x86/mm: Memory block size: 2048MB
[    2.643386] evm: security.selinux
[    2.643389] evm: security.SMACK64
[    2.643392] evm: security.SMACK64EXEC
[    2.643395] evm: security.SMACK64TRANSMUTE
[    2.643398] evm: security.SMACK64MMAP
[    2.643401] evm: security.ima
[    2.643404] evm: security.capability
[    2.643550] PM: Registering ACPI NVS region [mem 0x7df73000-0x7e198fff] (2252800 bytes)
[    2.643607] PM: Registering ACPI NVS region [mem 0x7f352000-0x7f3d7fff] (548864 bytes)
[    2.643744] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[    2.643800] futex hash table entries: 8192 (order: 7, 524288 bytes)
[    2.644064] pinctrl core: initialized pinctrl subsystem
[    2.644191] RTC time:  6:58:51, date: 07/08/17
[    2.645684] NET: Registered protocol family 16
[    2.645959] cpuidle: using governor ladder
[    2.645967] cpuidle: using governor menu
[    2.645971] PCCT header not found.
[    2.646043] ACPI: bus type PCI registered
[    2.646047] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    2.646134] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0x80000000-0x8fffffff] (base 0x80000000)
[    2.646141] PCI: MMCONFIG at [mem 0x80000000-0x8fffffff] reserved in E820
[    2.646165] PCI: Using configuration type 1 for base access
[    2.646516] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on
[    2.649165] HugeTLB registered 1 GB page size, pre-allocated 0 pages
[    2.649170] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    2.650189] ACPI: Added _OSI(Module Device)
[    2.650193] ACPI: Added _OSI(Processor Device)
[    2.650197] ACPI: Added _OSI(3.0 _SCP Extensions)
[    2.650200] ACPI: Added _OSI(Processor Aggregator Device)
[    2.650438] ACPI: Executed 1 blocks of module-level executable AML code
[    2.821721] ACPI: Interpreter enabled
[    2.821742] ACPI: (supports S0 S4 S5)
[    2.821746] ACPI: Using IOAPIC for interrupt routing
[    2.821776] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    2.838129] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-7e])
[    2.838139] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    2.838306] acpi PNP0A08:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.838609] PCI host bridge to bus 0000:00
[    2.838614] pci_bus 0000:00: root bus resource [io  0x0000-0x03af window]
[    2.838618] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7 window]
[    2.838622] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df window]
[    2.838626] pci_bus 0000:00: root bus resource [io  0x0d00-0xbfff window]
[    2.838631] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[    2.838636] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[    2.838642] pci_bus 0000:00: root bus resource [mem 0x80000000-0xdfffffff window]
[    2.838649] pci_bus 0000:00: root bus resource [bus 00-7e]
[    2.838665] pci 0000:00:00.0: [8086:3c00] type 00 class 0x060000
[    2.838748] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[    2.838841] pci 0000:00:01.0: [8086:3c02] type 01 class 0x060400
[    2.838925] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[    2.838990] pci 0000:00:01.0: System wakeup disabled by ACPI
[    2.839027] pci 0000:00:01.1: [8086:3c03] type 01 class 0x060400
[    2.839117] pci 0000:00:01.1: PME# supported from D0 D3hot D3cold
[    2.839179] pci 0000:00:01.1: System wakeup disabled by ACPI
[    2.839224] pci 0000:00:02.0: [8086:3c04] type 01 class 0x060400
[    2.839308] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    2.839372] pci 0000:00:02.0: System wakeup disabled by ACPI
[    2.839413] pci 0000:00:03.0: [8086:3c08] type 01 class 0x060400
[    2.839498] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    2.839559] pci 0000:00:03.0: System wakeup disabled by ACPI
[    2.839595] pci 0000:00:03.2: [8086:3c0a] type 01 class 0x060400
[    2.839678] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold
[    2.839739] pci 0000:00:03.2: System wakeup disabled by ACPI
[    2.839781] pci 0000:00:04.0: [8086:3c20] type 00 class 0x088000
[    2.839798] pci 0000:00:04.0: reg 0x10: [mem 0xdfe1c000-0xdfe1ffff 64bit]
[    2.839931] pci 0000:00:04.1: [8086:3c21] type 00 class 0x088000
[    2.839947] pci 0000:00:04.1: reg 0x10: [mem 0xdfe18000-0xdfe1bfff 64bit]
[    2.840079] pci 0000:00:04.2: [8086:3c22] type 00 class 0x088000
[    2.840094] pci 0000:00:04.2: reg 0x10: [mem 0xdfe14000-0xdfe17fff 64bit]
[    2.840232] pci 0000:00:04.3: [8086:3c23] type 00 class 0x088000
[    2.840247] pci 0000:00:04.3: reg 0x10: [mem 0xdfe10000-0xdfe13fff 64bit]
[    2.840379] pci 0000:00:04.4: [8086:3c24] type 00 class 0x088000
[    2.840395] pci 0000:00:04.4: reg 0x10: [mem 0xdfe0c000-0xdfe0ffff 64bit]
[    2.840537] pci 0000:00:04.5: [8086:3c25] type 00 class 0x088000
[    2.840553] pci 0000:00:04.5: reg 0x10: [mem 0xdfe08000-0xdfe0bfff 64bit]
[    2.840685] pci 0000:00:04.6: [8086:3c26] type 00 class 0x088000
[    2.840701] pci 0000:00:04.6: reg 0x10: [mem 0xdfe04000-0xdfe07fff 64bit]
[    2.840832] pci 0000:00:04.7: [8086:3c27] type 00 class 0x088000
[    2.840847] pci 0000:00:04.7: reg 0x10: [mem 0xdfe00000-0xdfe03fff 64bit]
[    2.840978] pci 0000:00:05.0: [8086:3c28] type 00 class 0x088000
[    2.841104] pci 0000:00:05.2: [8086:3c2a] type 00 class 0x088000
[    2.841228] pci 0000:00:05.4: [8086:3c2c] type 00 class 0x080020
[    2.841240] pci 0000:00:05.4: reg 0x10: [mem 0xdfe27000-0xdfe27fff]
[    2.841374] pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400
[    2.841472] pci 0000:00:11.0: PME# supported from D0 D3hot D3cold
[    2.841568] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000
[    2.841586] pci 0000:00:16.0: reg 0x10: [mem 0xdfe26000-0xdfe2600f 64bit]
[    2.841650] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold
[    2.841729] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000
[    2.841747] pci 0000:00:16.1: reg 0x10: [mem 0xdfe25000-0xdfe2500f 64bit]
[    2.841811] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold
[    2.841900] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320
[    2.841918] pci 0000:00:1a.0: reg 0x10: [mem 0xdfe23000-0xdfe233ff]
[    2.842003] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
[    2.842051] pci 0000:00:1a.0: System wakeup disabled by ACPI
[    2.842090] pci 0000:00:1c.0: [8086:1d10] type 01 class 0x060400
[    2.842170] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[    2.842221] pci 0000:00:1c.0: System wakeup disabled by ACPI
[    2.842260] pci 0000:00:1c.1: [8086:1d12] type 01 class 0x060400
[    2.842340] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[    2.842390] pci 0000:00:1c.1: System wakeup disabled by ACPI
[    2.842428] pci 0000:00:1c.4: [8086:1d18] type 01 class 0x060400
[    2.842508] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[    2.842559] pci 0000:00:1c.4: System wakeup disabled by ACPI
[    2.842595] pci 0000:00:1c.6: [8086:1d1c] type 01 class 0x060400
[    2.842674] pci 0000:00:1c.6: PME# supported from D0 D3hot D3cold
[    2.842725] pci 0000:00:1c.6: System wakeup disabled by ACPI
[    2.842763] pci 0000:00:1c.7: [8086:1d1e] type 01 class 0x060400
[    2.842843] pci 0000:00:1c.7: PME# supported from D0 D3hot D3cold
[    2.842894] pci 0000:00:1c.7: System wakeup disabled by ACPI
[    2.842930] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320
[    2.842947] pci 0000:00:1d.0: reg 0x10: [mem 0xdfe22000-0xdfe223ff]
[    2.843033] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
[    2.843086] pci 0000:00:1d.0: System wakeup disabled by ACPI
[    2.843122] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[    2.843212] pci 0000:00:1e.0: System wakeup disabled by ACPI
[    2.843250] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100
[    2.843424] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601
[    2.843439] pci 0000:00:1f.2: reg 0x10: [io  0xb070-0xb077]
[    2.843446] pci 0000:00:1f.2: reg 0x14: [io  0xb060-0xb063]
[    2.843454] pci 0000:00:1f.2: reg 0x18: [io  0xb050-0xb057]
[    2.843461] pci 0000:00:1f.2: reg 0x1c: [io  0xb040-0xb043]
[    2.843468] pci 0000:00:1f.2: reg 0x20: [io  0xb020-0xb03f]
[    2.843476] pci 0000:00:1f.2: reg 0x24: [mem 0xdfe21000-0xdfe217ff]
[    2.843517] pci 0000:00:1f.2: PME# supported from D3hot
[    2.843589] pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500
[    2.843603] pci 0000:00:1f.3: reg 0x10: [mem 0xdfe20000-0xdfe200ff 64bit]
[    2.843624] pci 0000:00:1f.3: reg 0x20: [io  0xb000-0xb01f]
[    2.843758] pci 0000:00:01.0: PCI bridge to [bus 01]
[    2.843816] pci 0000:02:00.0: [1912:0014] type 00 class 0x0c0330
[    2.843835] pci 0000:02:00.0: reg 0x10: [mem 0xdfd00000-0xdfd01fff 64bit]
[    2.843919] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[    2.859131] pci 0000:00:01.1: PCI bridge to [bus 02]
[    2.859139] pci 0000:00:01.1:   bridge window [mem 0xdfd00000-0xdfdfffff]
[    2.859191] pci 0000:03:00.0: [10de:1380] type 00 class 0x030000
[    2.859207] pci 0000:03:00.0: reg 0x10: [mem 0xde000000-0xdeffffff]
[    2.859217] pci 0000:03:00.0: reg 0x14: [mem 0xc0000000-0xcfffffff 64bit pref]
[    2.859226] pci 0000:03:00.0: reg 0x1c: [mem 0xd0000000-0xd1ffffff 64bit pref]
[    2.859233] pci 0000:03:00.0: reg 0x24: [io  0xa000-0xa07f]
[    2.859240] pci 0000:03:00.0: reg 0x30: [mem 0xdf000000-0xdf07ffff pref]
[    2.859335] pci 0000:03:00.1: [10de:0fbc] type 00 class 0x040300
[    2.859347] pci 0000:03:00.1: reg 0x10: [mem 0xdf080000-0xdf083fff]
[    2.875142] pci 0000:00:02.0: PCI bridge to [bus 03]
[    2.875148] pci 0000:00:02.0:   bridge window [io  0xa000-0xafff]
[    2.875151] pci 0000:00:02.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    2.875156] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    2.875206] pci 0000:04:00.0: [144d:a804] type 00 class 0x010802
[    2.875221] pci 0000:04:00.0: reg 0x10: [mem 0xdfc00000-0xdfc03fff 64bit]
[    2.891138] pci 0000:00:03.0: PCI bridge to [bus 04]
[    2.891161] pci 0000:00:03.0:   bridge window [mem 0xdfc00000-0xdfcfffff]
[    2.891216] pci 0000:05:00.0: [1000:0072] type 00 class 0x010700
[    2.891226] pci 0000:05:00.0: reg 0x10: [io  0x9000-0x90ff]
[    2.891234] pci 0000:05:00.0: reg 0x14: [mem 0xdfbc0000-0xdfbc3fff 64bit]
[    2.891242] pci 0000:05:00.0: reg 0x1c: [mem 0xdfb80000-0xdfbbffff 64bit]
[    2.891252] pci 0000:05:00.0: reg 0x30: [mem 0xdfb00000-0xdfb7ffff pref]
[    2.891290] pci 0000:05:00.0: supports D1 D2
[    2.891331] pci 0000:00:03.2: PCI bridge to [bus 05]
[    2.891337] pci 0000:00:03.2:   bridge window [io  0x9000-0x9fff]
[    2.891340] pci 0000:00:03.2:   bridge window [mem 0xdfb00000-0xdfbfffff]
[    2.891403] pci 0000:06:00.0: [8086:1d6b] type 00 class 0x010700
[    2.891428] pci 0000:06:00.0: reg 0x10: [mem 0xd287c000-0xd287ffff 64bit pref]
[    2.891443] pci 0000:06:00.0: reg 0x18: [mem 0xd2400000-0xd27fffff 64bit pref]
[    2.891461] pci 0000:06:00.0: reg 0x20: [io  0x8000-0x80ff]
[    2.891587] pci 0000:06:00.0: reg 0x164: [mem 0xd2800000-0xd2803fff 64bit pref]
[    2.891589] pci 0000:06:00.0: VF(n) BAR0 space: [mem 0xd2800000-0xd287bfff 64bit pref] (contains BAR0 for 31 VFs)
[    2.891800] pci 0000:00:11.0: PCI bridge to [bus 06]
[    2.891806] pci 0000:00:11.0:   bridge window [io  0x8000-0x8fff]
[    2.891810] pci 0000:00:11.0:   bridge window [mem 0xdfa00000-0xdfafffff]
[    2.891816] pci 0000:00:11.0:   bridge window [mem 0xd2400000-0xd28fffff 64bit pref]
[    2.891886] pci 0000:07:00.0: [8086:10d3] type 00 class 0x020000
[    2.891924] pci 0000:07:00.0: reg 0x10: [mem 0xdf840000-0xdf85ffff]
[    2.891943] pci 0000:07:00.0: reg 0x14: [mem 0xdf700000-0xdf7fffff]
[    2.891962] pci 0000:07:00.0: reg 0x18: [io  0x7000-0x701f]
[    2.891982] pci 0000:07:00.0: reg 0x1c: [mem 0xdf860000-0xdf863fff]
[    2.892037] pci 0000:07:00.0: reg 0x30: [mem 0xdf800000-0xdf83ffff pref]
[    2.892162] pci 0000:07:00.0: PME# supported from D0 D3hot D3cold
[    2.907154] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    2.907174] pci 0000:00:1c.0:   bridge window [io  0x7000-0x7fff]
[    2.907178] pci 0000:00:1c.0:   bridge window [mem 0xdf700000-0xdf8fffff]
[    2.907253] pci 0000:08:00.0: [8086:10d3] type 00 class 0x020000
[    2.907290] pci 0000:08:00.0: reg 0x10: [mem 0xdf640000-0xdf65ffff]
[    2.907310] pci 0000:08:00.0: reg 0x14: [mem 0xdf500000-0xdf5fffff]
[    2.907329] pci 0000:08:00.0: reg 0x18: [io  0x6000-0x601f]
[    2.907348] pci 0000:08:00.0: reg 0x1c: [mem 0xdf660000-0xdf663fff]
[    2.907404] pci 0000:08:00.0: reg 0x30: [mem 0xdf600000-0xdf63ffff pref]
[    2.907525] pci 0000:08:00.0: PME# supported from D0 D3hot D3cold
[    2.923175] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    2.923181] pci 0000:00:1c.1:   bridge window [io  0x6000-0x6fff]
[    2.923185] pci 0000:00:1c.1:   bridge window [mem 0xdf500000-0xdf6fffff]
[    2.923246] pci 0000:09:00.0: [1b4b:9230] type 00 class 0x010601
[    2.923268] pci 0000:09:00.0: reg 0x10: [io  0x5050-0x5057]
[    2.923281] pci 0000:09:00.0: reg 0x14: [io  0x5040-0x5043]
[    2.923293] pci 0000:09:00.0: reg 0x18: [io  0x5030-0x5037]
[    2.923306] pci 0000:09:00.0: reg 0x1c: [io  0x5020-0x5023]
[    2.923318] pci 0000:09:00.0: reg 0x20: [io  0x5000-0x501f]
[    2.923330] pci 0000:09:00.0: reg 0x24: [mem 0xdf910000-0xdf9107ff]
[    2.923342] pci 0000:09:00.0: reg 0x30: [mem 0xdf900000-0xdf90ffff pref]
[    2.923355] pci 0000:09:00.0: Enabling fixed DMA alias to 00.1
[    2.923417] pci 0000:09:00.0: PME# supported from D3hot
[    2.939180] pci 0000:00:1c.4: PCI bridge to [bus 09]
[    2.939187] pci 0000:00:1c.4:   bridge window [io  0x5000-0x5fff]
[    2.939190] pci 0000:00:1c.4:   bridge window [mem 0xdf900000-0xdf9fffff]
[    2.939261] pci 0000:0a:00.0: [8086:10d3] type 00 class 0x020000
[    2.939298] pci 0000:0a:00.0: reg 0x10: [mem 0xdf440000-0xdf45ffff]
[    2.939317] pci 0000:0a:00.0: reg 0x14: [mem 0xdf300000-0xdf3fffff]
[    2.939336] pci 0000:0a:00.0: reg 0x18: [io  0x4000-0x401f]
[    2.939355] pci 0000:0a:00.0: reg 0x1c: [mem 0xdf460000-0xdf463fff]
[    2.939411] pci 0000:0a:00.0: reg 0x30: [mem 0xdf400000-0xdf43ffff pref]
[    2.939531] pci 0000:0a:00.0: PME# supported from D0 D3hot D3cold
[    2.955188] pci 0000:00:1c.6: PCI bridge to [bus 0a]
[    2.955209] pci 0000:00:1c.6:   bridge window [io  0x4000-0x4fff]
[    2.955212] pci 0000:00:1c.6:   bridge window [mem 0xdf300000-0xdf4fffff]
[    2.955284] pci 0000:0b:00.0: [8086:10d3] type 00 class 0x020000
[    2.955321] pci 0000:0b:00.0: reg 0x10: [mem 0xdf240000-0xdf25ffff]
[    2.955340] pci 0000:0b:00.0: reg 0x14: [mem 0xdf100000-0xdf1fffff]
[    2.955359] pci 0000:0b:00.0: reg 0x18: [io  0x3000-0x301f]
[    2.955379] pci 0000:0b:00.0: reg 0x1c: [mem 0xdf260000-0xdf263fff]
[    2.955435] pci 0000:0b:00.0: reg 0x30: [mem 0xdf200000-0xdf23ffff pref]
[    2.955556] pci 0000:0b:00.0: PME# supported from D0 D3hot D3cold
[    2.971211] pci 0000:00:1c.7: PCI bridge to [bus 0b]
[    2.971218] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[    2.971221] pci 0000:00:1c.7:   bridge window [mem 0xdf100000-0xdf2fffff]
[    2.971293] pci 0000:00:1e.0: PCI bridge to [bus 0c] (subtractive decode)
[    2.971305] pci 0000:00:1e.0:   bridge window [io  0x0000-0x03af window] (subtractive decode)
[    2.971307] pci 0000:00:1e.0:   bridge window [io  0x03e0-0x0cf7 window] (subtractive decode)
[    2.971308] pci 0000:00:1e.0:   bridge window [io  0x03b0-0x03df window] (subtractive decode)
[    2.971309] pci 0000:00:1e.0:   bridge window [io  0x0d00-0xbfff window] (subtractive decode)
[    2.971310] pci 0000:00:1e.0:   bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[    2.971311] pci 0000:00:1e.0:   bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[    2.971312] pci 0000:00:1e.0:   bridge window [mem 0x80000000-0xdfffffff window] (subtractive decode)
[    2.971383] pci_bus 0000:00: on NUMA node 0
[    2.971881] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus 7f])
[    2.971887] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    2.971914] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.971971] PCI host bridge to bus 0000:7f
[    2.971976] pci_bus 0000:7f: root bus resource [bus 7f]
[    2.971987] pci 0000:7f:08.0: [8086:3c80] type 00 class 0x088000
[    2.972045] pci 0000:7f:08.3: [8086:3c83] type 00 class 0x088000
[    2.972110] pci 0000:7f:08.4: [8086:3c84] type 00 class 0x088000
[    2.972178] pci 0000:7f:09.0: [8086:3c90] type 00 class 0x088000
[    2.972230] pci 0000:7f:09.3: [8086:3c93] type 00 class 0x088000
[    2.972293] pci 0000:7f:09.4: [8086:3c94] type 00 class 0x088000
[    2.972360] pci 0000:7f:0a.0: [8086:3cc0] type 00 class 0x088000
[    2.972406] pci 0000:7f:0a.1: [8086:3cc1] type 00 class 0x088000
[    2.972456] pci 0000:7f:0a.2: [8086:3cc2] type 00 class 0x088000
[    2.972504] pci 0000:7f:0a.3: [8086:3cd0] type 00 class 0x088000
[    2.972552] pci 0000:7f:0b.0: [8086:3ce0] type 00 class 0x088000
[    2.972596] pci 0000:7f:0b.3: [8086:3ce3] type 00 class 0x088000
[    2.972642] pci 0000:7f:0c.0: [8086:3ce8] type 00 class 0x088000
[    2.972686] pci 0000:7f:0c.1: [8086:3ce8] type 00 class 0x088000
[    2.972732] pci 0000:7f:0c.2: [8086:3ce8] type 00 class 0x088000
[    2.972781] pci 0000:7f:0c.3: [8086:3ce8] type 00 class 0x088000
[    2.972828] pci 0000:7f:0c.6: [8086:3cf4] type 00 class 0x088000
[    2.972874] pci 0000:7f:0c.7: [8086:3cf6] type 00 class 0x088000
[    2.972919] pci 0000:7f:0d.0: [8086:3ce8] type 00 class 0x088000
[    2.972964] pci 0000:7f:0d.1: [8086:3ce8] type 00 class 0x088000
[    2.973010] pci 0000:7f:0d.2: [8086:3ce8] type 00 class 0x088000
[    2.973058] pci 0000:7f:0d.3: [8086:3ce8] type 00 class 0x088000
[    2.973107] pci 0000:7f:0d.6: [8086:3cf5] type 00 class 0x088000
[    2.973157] pci 0000:7f:0e.0: [8086:3ca0] type 00 class 0x088000
[    2.973211] pci 0000:7f:0e.1: [8086:3c46] type 00 class 0x110100
[    2.973271] pci 0000:7f:0f.0: [8086:3ca8] type 00 class 0x088000
[    2.973338] pci 0000:7f:0f.1: [8086:3c71] type 00 class 0x088000
[    2.973402] pci 0000:7f:0f.2: [8086:3caa] type 00 class 0x088000
[    2.973467] pci 0000:7f:0f.3: [8086:3cab] type 00 class 0x088000
[    2.973531] pci 0000:7f:0f.4: [8086:3cac] type 00 class 0x088000
[    2.973594] pci 0000:7f:0f.5: [8086:3cad] type 00 class 0x088000
[    2.973656] pci 0000:7f:0f.6: [8086:3cae] type 00 class 0x088000
[    2.973709] pci 0000:7f:10.0: [8086:3cb0] type 00 class 0x088000
[    2.973776] pci 0000:7f:10.1: [8086:3cb1] type 00 class 0x088000
[    2.973840] pci 0000:7f:10.2: [8086:3cb2] type 00 class 0x088000
[    2.973904] pci 0000:7f:10.3: [8086:3cb3] type 00 class 0x088000
[    2.973968] pci 0000:7f:10.4: [8086:3cb4] type 00 class 0x088000
[    2.974033] pci 0000:7f:10.5: [8086:3cb5] type 00 class 0x088000
[    2.974101] pci 0000:7f:10.6: [8086:3cb6] type 00 class 0x088000
[    2.974169] pci 0000:7f:10.7: [8086:3cb7] type 00 class 0x088000
[    2.974234] pci 0000:7f:11.0: [8086:3cb8] type 00 class 0x088000
[    2.974295] pci 0000:7f:13.0: [8086:3ce4] type 00 class 0x088000
[    2.974343] pci 0000:7f:13.1: [8086:3c43] type 00 class 0x110100
[    2.974393] pci 0000:7f:13.4: [8086:3ce6] type 00 class 0x110100
[    2.974447] pci 0000:7f:13.5: [8086:3c44] type 00 class 0x110100
[    2.974496] pci 0000:7f:13.6: [8086:3c45] type 00 class 0x088000
[    2.974553] pci_bus 0000:7f: on NUMA node 0
[    2.974663] ACPI: PCI Root Bridge [PCI1] (domain 0000 [bus 80-fe])
[    2.974670] acpi PNP0A08:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    2.974835] acpi PNP0A08:01: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.975003] PCI host bridge to bus 0000:80
[    2.975008] pci_bus 0000:80: root bus resource [io  0xc000-0xffff window]
[    2.975012] pci_bus 0000:80: root bus resource [mem 0xe0000000-0xfbffffff window]
[    2.975018] pci_bus 0000:80: root bus resource [bus 80-fe]
[    2.975033] pci 0000:80:03.0: [8086:3c08] type 01 class 0x060400
[    2.975113] pci 0000:80:03.0: PME# supported from D0 D3hot D3cold
[    2.975162] pci 0000:80:03.0: System wakeup disabled by ACPI
[    2.975216] pci 0000:80:04.0: [8086:3c20] type 00 class 0x088000
[    2.975231] pci 0000:80:04.0: reg 0x10: [mem 0xfbf1c000-0xfbf1ffff 64bit]
[    2.975340] pci 0000:80:04.1: [8086:3c21] type 00 class 0x088000
[    2.975355] pci 0000:80:04.1: reg 0x10: [mem 0xfbf18000-0xfbf1bfff 64bit]
[    2.975464] pci 0000:80:04.2: [8086:3c22] type 00 class 0x088000
[    2.975478] pci 0000:80:04.2: reg 0x10: [mem 0xfbf14000-0xfbf17fff 64bit]
[    2.975585] pci 0000:80:04.3: [8086:3c23] type 00 class 0x088000
[    2.975599] pci 0000:80:04.3: reg 0x10: [mem 0xfbf10000-0xfbf13fff 64bit]
[    2.975706] pci 0000:80:04.4: [8086:3c24] type 00 class 0x088000
[    2.975720] pci 0000:80:04.4: reg 0x10: [mem 0xfbf0c000-0xfbf0ffff 64bit]
[    2.975827] pci 0000:80:04.5: [8086:3c25] type 00 class 0x088000
[    2.975842] pci 0000:80:04.5: reg 0x10: [mem 0xfbf08000-0xfbf0bfff 64bit]
[    2.975948] pci 0000:80:04.6: [8086:3c26] type 00 class 0x088000
[    2.975962] pci 0000:80:04.6: reg 0x10: [mem 0xfbf04000-0xfbf07fff 64bit]
[    2.976068] pci 0000:80:04.7: [8086:3c27] type 00 class 0x088000
[    2.976082] pci 0000:80:04.7: reg 0x10: [mem 0xfbf00000-0xfbf03fff 64bit]
[    2.976187] pci 0000:80:05.0: [8086:3c28] type 00 class 0x088000
[    2.976285] pci 0000:80:05.2: [8086:3c2a] type 00 class 0x088000
[    2.976382] pci 0000:80:05.4: [8086:3c2c] type 00 class 0x080020
[    2.976392] pci 0000:80:05.4: reg 0x10: [mem 0xfbf20000-0xfbf20fff]
[    2.976720] pci 0000:81:00.0: [15b3:6750] type 00 class 0x020000
[    2.977040] pci 0000:81:00.0: reg 0x10: [mem 0xfbe00000-0xfbefffff 64bit]
[    2.977239] pci 0000:81:00.0: reg 0x18: [mem 0xfb000000-0xfb7fffff 64bit pref]
[    2.977622] pci 0000:81:00.0: reg 0x30: [mem 0xfbd00000-0xfbdfffff pref]
[    2.978766] pci 0000:80:03.0: PCI bridge to [bus 81]
[    2.978780] pci 0000:80:03.0:   bridge window [mem 0xfbd00000-0xfbefffff]
[    2.978785] pci 0000:80:03.0:   bridge window [mem 0xfb000000-0xfb7fffff 64bit pref]
[    2.978793] pci_bus 0000:80: on NUMA node 1
[    2.978856] ACPI: PCI Root Bridge [UNC1] (domain 0000 [bus ff])
[    2.978862] acpi PNP0A03:01: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[    2.978887] acpi PNP0A03:01: _OSC: OS now controls [PCIeHotplug PME AER PCIeCapability]
[    2.978943] PCI host bridge to bus 0000:ff
[    2.978947] pci_bus 0000:ff: root bus resource [bus ff]
[    2.978958] pci 0000:ff:08.0: [8086:3c80] type 00 class 0x088000
[    2.979008] pci 0000:ff:08.3: [8086:3c83] type 00 class 0x088000
[    2.979065] pci 0000:ff:08.4: [8086:3c84] type 00 class 0x088000
[    2.979127] pci 0000:ff:09.0: [8086:3c90] type 00 class 0x088000
[    2.979180] pci 0000:ff:09.3: [8086:3c93] type 00 class 0x088000
[    2.979238] pci 0000:ff:09.4: [8086:3c94] type 00 class 0x088000
[    2.979300] pci 0000:ff:0a.0: [8086:3cc0] type 00 class 0x088000
[    2.979342] pci 0000:ff:0a.1: [8086:3cc1] type 00 class 0x088000
[    2.979386] pci 0000:ff:0a.2: [8086:3cc2] type 00 class 0x088000
[    2.979427] pci 0000:ff:0a.3: [8086:3cd0] type 00 class 0x088000
[    2.979470] pci 0000:ff:0b.0: [8086:3ce0] type 00 class 0x088000
[    2.979511] pci 0000:ff:0b.3: [8086:3ce3] type 00 class 0x088000
[    2.979552] pci 0000:ff:0c.0: [8086:3ce8] type 00 class 0x088000
[    2.979593] pci 0000:ff:0c.1: [8086:3ce8] type 00 class 0x088000
[    2.979635] pci 0000:ff:0c.2: [8086:3ce8] type 00 class 0x088000
[    2.979675] pci 0000:ff:0c.3: [8086:3ce8] type 00 class 0x088000
[    2.979716] pci 0000:ff:0c.6: [8086:3cf4] type 00 class 0x088000
[    2.979756] pci 0000:ff:0c.7: [8086:3cf6] type 00 class 0x088000
[    2.979799] pci 0000:ff:0d.0: [8086:3ce8] type 00 class 0x088000
[    2.979842] pci 0000:ff:0d.1: [8086:3ce8] type 00 class 0x088000
[    2.979885] pci 0000:ff:0d.2: [8086:3ce8] type 00 class 0x088000
[    2.979928] pci 0000:ff:0d.3: [8086:3ce8] type 00 class 0x088000
[    2.979972] pci 0000:ff:0d.6: [8086:3cf5] type 00 class 0x088000
[    2.980015] pci 0000:ff:0e.0: [8086:3ca0] type 00 class 0x088000
[    2.980068] pci 0000:ff:0e.1: [8086:3c46] type 00 class 0x110100
[    2.980118] pci 0000:ff:0f.0: [8086:3ca8] type 00 class 0x088000
[    2.980176] pci 0000:ff:0f.1: [8086:3c71] type 00 class 0x088000
[    2.980234] pci 0000:ff:0f.2: [8086:3caa] type 00 class 0x088000
[    2.980292] pci 0000:ff:0f.3: [8086:3cab] type 00 class 0x088000
[    2.980350] pci 0000:ff:0f.4: [8086:3cac] type 00 class 0x088000
[    2.980416] pci 0000:ff:0f.5: [8086:3cad] type 00 class 0x088000
[    2.980472] pci 0000:ff:0f.6: [8086:3cae] type 00 class 0x088000
[    2.980522] pci 0000:ff:10.0: [8086:3cb0] type 00 class 0x088000
[    2.980581] pci 0000:ff:10.1: [8086:3cb1] type 00 class 0x088000
[    2.980640] pci 0000:ff:10.2: [8086:3cb2] type 00 class 0x088000
[    2.980701] pci 0000:ff:10.3: [8086:3cb3] type 00 class 0x088000
[    2.980760] pci 0000:ff:10.4: [8086:3cb4] type 00 class 0x088000
[    2.980820] pci 0000:ff:10.5: [8086:3cb5] type 00 class 0x088000
[    2.980881] pci 0000:ff:10.6: [8086:3cb6] type 00 class 0x088000
[    2.980940] pci 0000:ff:10.7: [8086:3cb7] type 00 class 0x088000
[    2.980997] pci 0000:ff:11.0: [8086:3cb8] type 00 class 0x088000
[    2.981050] pci 0000:ff:13.0: [8086:3ce4] type 00 class 0x088000
[    2.981093] pci 0000:ff:13.1: [8086:3c43] type 00 class 0x110100
[    2.981138] pci 0000:ff:13.4: [8086:3ce6] type 00 class 0x110100
[    2.981181] pci 0000:ff:13.5: [8086:3c44] type 00 class 0x110100
[    2.981225] pci 0000:ff:13.6: [8086:3c45] type 00 class 0x088000
[    2.981278] pci_bus 0000:ff: on NUMA node 1
[    2.981359] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15)
[    2.981409] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 7 *10 11 12 14 15)
[    2.981455] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 *5 6 10 11 12 14 15)
[    2.981501] ACPI: PCI Interrupt Link [LNKD] (IRQs *3 4 5 6 10 11 12 14 15)
[    2.981546] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    2.981594] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    2.981642] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0
[    2.981689] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15)
[    2.983925] ACPI: Enabled 4 GPEs in block 00 to 3F
[    2.984163] pci 0000:03:00.0: vgaarb: setting as boot VGA device
[    2.984170] pci 0000:03:00.0: vgaarb: VGA device added: decodes=io+mem,owns=io+mem,locks=none
[    2.984236] pci 0000:03:00.0: vgaarb: bridge control possible
[    2.984239] vgaarb: loaded
[    2.984516] SCSI subsystem initialized
[    2.984644] libata version 3.00 loaded.
[    2.984690] ACPI: bus type USB registered
[    2.984710] usbcore: registered new interface driver usbfs
[    2.984719] usbcore: registered new interface driver hub
[    2.984821] usbcore: registered new device driver usb
[    2.984990] EDAC MC: Ver: 3.0.0
[    2.985415] Registered efivars operations
[    2.996264] PCI: Using ACPI for IRQ routing
[    3.000569] PCI: pci_cache_line_size set to 64 bytes
[    3.000872] e820: reserve RAM buffer [mem 0x7de2b000-0x7fffffff]
[    3.000874] e820: reserve RAM buffer [mem 0x7f352000-0x7fffffff]
[    3.000875] e820: reserve RAM buffer [mem 0x7f800000-0x7fffffff]
[    3.000979] NetLabel: Initializing
[    3.000983] NetLabel:  domain hash size = 128
[    3.000986] NetLabel:  protocols = UNLABELED CIPSOv4 CALIPSO
[    3.001005] NetLabel:  unlabeled traffic allowed by default
[    3.001162] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
[    3.001171] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
[    3.003312] clocksource: Switched to clocksource hpet
[    3.016980] VFS: Disk quotas dquot_6.6.0
[    3.017044] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    3.017199] AppArmor: AppArmor Filesystem Enabled
[    3.017259] pnp: PnP ACPI init
[    3.017462] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved
[    3.017467] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved
[    3.017471] system 00:00: [mem 0xfe000000-0xfeafffff] has been reserved
[    3.017475] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved
[    3.017480] system 00:00: [mem 0xfed00400-0xfed3ffff] could not be reserved
[    3.017484] system 00:00: [mem 0xfed45000-0xfedfffff] has been reserved
[    3.017490] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.017624] system 00:01: [mem 0xdfffc000-0xdfffdfff] could not be reserved
[    3.017630] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.017750] system 00:02: [io  0x0290-0x029f] has been reserved
[    3.017756] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.017891] system 00:03: [io  0x0a00-0x0a1f] has been reserved
[    3.017897] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.018060] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    3.018154] system 00:05: [io  0x04d0-0x04d1] has been reserved
[    3.018160] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.018351] system 00:06: [io  0x0400-0x0453] has been reserved
[    3.018356] system 00:06: [io  0x0458-0x047f] has been reserved
[    3.018360] system 00:06: [io  0x1180-0x119f] has been reserved
[    3.018364] system 00:06: [io  0x0500-0x057f] has been reserved
[    3.018369] system 00:06: [mem 0xfed1c000-0xfed1ffff] has been reserved
[    3.018373] system 00:06: [mem 0xfec00000-0xfecfffff] could not be reserved
[    3.018378] system 00:06: [mem 0xfed08000-0xfed08fff] has been reserved
[    3.018382] system 00:06: [mem 0xff000000-0xffffffff] has been reserved
[    3.018387] system 00:06: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.018488] system 00:07: [io  0x0454-0x0457] has been reserved
[    3.018494] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
[    3.018648] system 00:08: Plug and Play ACPI device, IDs PNP0c01 (active)
[    3.018753] system 00:09: [mem 0xfbffe000-0xfbffffff] could not be reserved
[    3.018759] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    3.019094] pnp: PnP ACPI: found 10 devices
[    3.025578] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[    3.025684] pci 0000:00:01.0: PCI bridge to [bus 01]
[    3.025696] pci 0000:00:01.1: PCI bridge to [bus 02]
[    3.025702] pci 0000:00:01.1:   bridge window [mem 0xdfd00000-0xdfdfffff]
[    3.025712] pci 0000:00:02.0: PCI bridge to [bus 03]
[    3.025716] pci 0000:00:02.0:   bridge window [io  0xa000-0xafff]
[    3.025722] pci 0000:00:02.0:   bridge window [mem 0xde000000-0xdf0fffff]
[    3.025728] pci 0000:00:02.0:   bridge window [mem 0xc0000000-0xd1ffffff 64bit pref]
[    3.025737] pci 0000:00:03.0: PCI bridge to [bus 04]
[    3.025743] pci 0000:00:03.0:   bridge window [mem 0xdfc00000-0xdfcfffff]
[    3.025752] pci 0000:00:03.2: PCI bridge to [bus 05]
[    3.025756] pci 0000:00:03.2:   bridge window [io  0x9000-0x9fff]
[    3.025762] pci 0000:00:03.2:   bridge window [mem 0xdfb00000-0xdfbfffff]
[    3.025772] pci 0000:00:11.0: PCI bridge to [bus 06]
[    3.025777] pci 0000:00:11.0:   bridge window [io  0x8000-0x8fff]
[    3.025784] pci 0000:00:11.0:   bridge window [mem 0xdfa00000-0xdfafffff]
[    3.025791] pci 0000:00:11.0:   bridge window [mem 0xd2400000-0xd28fffff 64bit pref]
[    3.025802] pci 0000:00:1c.0: PCI bridge to [bus 07]
[    3.025806] pci 0000:00:1c.0:   bridge window [io  0x7000-0x7fff]
[    3.025813] pci 0000:00:1c.0:   bridge window [mem 0xdf700000-0xdf8fffff]
[    3.025823] pci 0000:00:1c.1: PCI bridge to [bus 08]
[    3.025828] pci 0000:00:1c.1:   bridge window [io  0x6000-0x6fff]
[    3.025834] pci 0000:00:1c.1:   bridge window [mem 0xdf500000-0xdf6fffff]
[    3.025845] pci 0000:00:1c.4: PCI bridge to [bus 09]
[    3.025849] pci 0000:00:1c.4:   bridge window [io  0x5000-0x5fff]
[    3.025856] pci 0000:00:1c.4:   bridge window [mem 0xdf900000-0xdf9fffff]
[    3.025866] pci 0000:00:1c.6: PCI bridge to [bus 0a]
[    3.025871] pci 0000:00:1c.6:   bridge window [io  0x4000-0x4fff]
[    3.025877] pci 0000:00:1c.6:   bridge window [mem 0xdf300000-0xdf4fffff]
[    3.025888] pci 0000:00:1c.7: PCI bridge to [bus 0b]
[    3.025892] pci 0000:00:1c.7:   bridge window [io  0x3000-0x3fff]
[    3.025899] pci 0000:00:1c.7:   bridge window [mem 0xdf100000-0xdf2fffff]
[    3.025909] pci 0000:00:1e.0: PCI bridge to [bus 0c]
[    3.025922] pci_bus 0000:00: resource 4 [io  0x0000-0x03af window]
[    3.025923] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7 window]
[    3.025924] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df window]
[    3.025925] pci_bus 0000:00: resource 7 [io  0x0d00-0xbfff window]
[    3.025926] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[    3.025927] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[    3.025928] pci_bus 0000:00: resource 10 [mem 0x80000000-0xdfffffff window]
[    3.025930] pci_bus 0000:02: resource 1 [mem 0xdfd00000-0xdfdfffff]
[    3.025931] pci_bus 0000:03: resource 0 [io  0xa000-0xafff]
[    3.025932] pci_bus 0000:03: resource 1 [mem 0xde000000-0xdf0fffff]
[    3.025933] pci_bus 0000:03: resource 2 [mem 0xc0000000-0xd1ffffff 64bit pref]
[    3.025935] pci_bus 0000:04: resource 1 [mem 0xdfc00000-0xdfcfffff]
[    3.025936] pci_bus 0000:05: resource 0 [io  0x9000-0x9fff]
[    3.025937] pci_bus 0000:05: resource 1 [mem 0xdfb00000-0xdfbfffff]
[    3.025939] pci_bus 0000:06: resource 0 [io  0x8000-0x8fff]
[    3.025940] pci_bus 0000:06: resource 1 [mem 0xdfa00000-0xdfafffff]
[    3.025941] pci_bus 0000:06: resource 2 [mem 0xd2400000-0xd28fffff 64bit pref]
[    3.025942] pci_bus 0000:07: resource 0 [io  0x7000-0x7fff]
[    3.025943] pci_bus 0000:07: resource 1 [mem 0xdf700000-0xdf8fffff]
[    3.025944] pci_bus 0000:08: resource 0 [io  0x6000-0x6fff]
[    3.025945] pci_bus 0000:08: resource 1 [mem 0xdf500000-0xdf6fffff]
[    3.025947] pci_bus 0000:09: resource 0 [io  0x5000-0x5fff]
[    3.025948] pci_bus 0000:09: resource 1 [mem 0xdf900000-0xdf9fffff]
[    3.025949] pci_bus 0000:0a: resource 0 [io  0x4000-0x4fff]
[    3.025950] pci_bus 0000:0a: resource 1 [mem 0xdf300000-0xdf4fffff]
[    3.025951] pci_bus 0000:0b: resource 0 [io  0x3000-0x3fff]
[    3.025952] pci_bus 0000:0b: resource 1 [mem 0xdf100000-0xdf2fffff]
[    3.025953] pci_bus 0000:0c: resource 4 [io  0x0000-0x03af window]
[    3.025954] pci_bus 0000:0c: resource 5 [io  0x03e0-0x0cf7 window]
[    3.025956] pci_bus 0000:0c: resource 6 [io  0x03b0-0x03df window]
[    3.025957] pci_bus 0000:0c: resource 7 [io  0x0d00-0xbfff window]
[    3.025958] pci_bus 0000:0c: resource 8 [mem 0x000a0000-0x000bffff window]
[    3.025959] pci_bus 0000:0c: resource 9 [mem 0x000c0000-0x000dffff window]
[    3.025960] pci_bus 0000:0c: resource 10 [mem 0x80000000-0xdfffffff window]
[    3.026055] pci 0000:80:03.0: PCI bridge to [bus 81]
[    3.026062] pci 0000:80:03.0:   bridge window [mem 0xfbd00000-0xfbefffff]
[    3.026067] pci 0000:80:03.0:   bridge window [mem 0xfb000000-0xfb7fffff 64bit pref]
[    3.026077] pci_bus 0000:80: resource 4 [io  0xc000-0xffff window]
[    3.026078] pci_bus 0000:80: resource 5 [mem 0xe0000000-0xfbffffff window]
[    3.026079] pci_bus 0000:81: resource 1 [mem 0xfbd00000-0xfbefffff]
[    3.026080] pci_bus 0000:81: resource 2 [mem 0xfb000000-0xfb7fffff 64bit pref]
[    3.026166] NET: Registered protocol family 2
[    3.026576] TCP established hash table entries: 524288 (order: 10, 4194304 bytes)
[    3.027339] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    3.027501] TCP: Hash tables configured (established 524288 bind 65536)
[    3.027663] UDP hash table entries: 65536 (order: 9, 2097152 bytes)
[    3.028061] UDP-Lite hash table entries: 65536 (order: 9, 2097152 bytes)
[    3.028531] NET: Registered protocol family 1
[    3.029123] pci 0000:03:00.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[    3.029334] PCI: CLS 64 bytes, default 64
[    3.029372] Trying to unpack rootfs image as initramfs...
[    3.682280] Freeing initrd memory: 41488K
[    3.682382] DMAR: [Firmware Bug]: RMRR entry for device 02:00.0 is broken - applying workaround
[    3.682464] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    3.682469] software IO TLB [mem 0x7794d000-0x7b94d000] (64MB) mapped at [ffff9a42f794d000-ffff9a42fb94cfff]
[    3.684600] Scanning for low memory corruption every 60 seconds
[    3.685366] audit: initializing netlink subsys (disabled)
[    3.685501] audit: type=2000 audit(1499497132.638:1): state=initialized audit_enabled=0 res=1
[    3.686075] Initialise system trusted keyrings
[    3.686207] workingset: timestamp_bits=40 max_order=25 bucket_order=0
[    3.687471] zbud: loaded
[    3.688137] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    3.688374] fuse init (API version 7.26)
[    3.688523] Allocating IMA blacklist keyring.
[    3.691165] Key type asymmetric registered
[    3.691169] Asymmetric key parser 'x509' registered
[    3.691183] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 247)
[    3.691284] io scheduler noop registered
[    3.691287] io scheduler deadline registered (default)
[    3.691334] io scheduler cfq registered
[    3.691337] io scheduler mq-deadline registered
[    3.694094] pcieport 0000:00:01.0: AER enabled with IRQ 25
[    3.694121] pcieport 0000:00:01.1: AER enabled with IRQ 26
[    3.694143] pcieport 0000:00:02.0: AER enabled with IRQ 28
[    3.694163] pcieport 0000:00:03.0: AER enabled with IRQ 30
[    3.694184] pcieport 0000:00:03.2: AER enabled with IRQ 31
[    3.694209] pcieport 0000:00:11.0: AER enabled with IRQ 32
[    3.694236] pcieport 0000:80:03.0: AER enabled with IRQ 39
[    3.694258] pcieport 0000:00:01.0: Signaling PME with IRQ 25
[    3.694273] pcieport 0000:00:01.1: Signaling PME with IRQ 26
[    3.694284] pcieport 0000:00:02.0: Signaling PME with IRQ 28
[    3.694296] pcieport 0000:00:03.0: Signaling PME with IRQ 30
[    3.694308] pcieport 0000:00:03.2: Signaling PME with IRQ 31
[    3.694321] pcieport 0000:00:11.0: Signaling PME with IRQ 32
[    3.694338] pcieport 0000:00:1c.0: Signaling PME with IRQ 33
[    3.694359] pcieport 0000:00:1c.1: Signaling PME with IRQ 34
[    3.694375] pcieport 0000:00:1c.4: Signaling PME with IRQ 35
[    3.694391] pcieport 0000:00:1c.6: Signaling PME with IRQ 36
[    3.694407] pcieport 0000:00:1c.7: Signaling PME with IRQ 37
[    3.694427] pcieport 0000:80:03.0: Signaling PME with IRQ 39
[    3.694488] efifb: probing for efifb
[    3.694510] efifb: framebuffer at 0xd1000000, using 1920k, total 1920k
[    3.694514] efifb: mode is 800x600x32, linelength=3200, pages=1
[    3.694517] efifb: scrolling: redraw
[    3.694520] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    3.695623] Console: switching to colour frame buffer device 100x37
[    3.696604] fb0: EFI VGA frame buffer device
[    3.696627] intel_idle: MWAIT substates: 0x21120
[    3.696628] intel_idle: v0.4.1 model 0x2D
[    3.697947] intel_idle: lapic_timer_reliable_states 0xffffffff
[    3.698089] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    3.698121] ACPI: Power Button [PWRB]
[    3.698179] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    3.698206] ACPI: Power Button [PWRF]
[    3.734275] GHES: HEST is not enabled!
[    3.734444] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[    3.736275] Linux agpgart interface v0.103
[    3.745424] brd: module loaded
[    3.750008] loop: module loaded
[    3.750243] libphy: Fixed MDIO Bus: probed
[    3.750260] tun: Universal TUN/TAP device driver, 1.6
[    3.750756] PPP generic driver version 2.4.2
[    3.751275] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.751748] ehci-pci: EHCI PCI platform driver
[    3.752378] ehci-pci 0000:00:1a.0: EHCI Host Controller
[    3.752875] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1
[    3.753402] ehci-pci 0000:00:1a.0: debug port 2
[    3.757841] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported
[    3.757869] ehci-pci 0000:00:1a.0: irq 16, io mem 0xdfe23000
[    3.771342] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00
[    3.771912] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.772437] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.772983] usb usb1: Product: EHCI Host Controller
[    3.773530] usb usb1: Manufacturer: Linux 4.12.0 ehci_hcd
[    3.774074] usb usb1: SerialNumber: 0000:00:1a.0
[    3.774782] hub 1-0:1.0: USB hub found
[    3.775364] hub 1-0:1.0: 2 ports detected
[    3.776173] ehci-pci 0000:00:1d.0: EHCI Host Controller
[    3.776757] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    3.777360] ehci-pci 0000:00:1d.0: debug port 2
[    3.781845] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported
[    3.781879] ehci-pci 0000:00:1d.0: irq 23, io mem 0xdfe22000
[    3.795307] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00
[    3.795930] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    3.796513] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.797108] usb usb2: Product: EHCI Host Controller
[    3.797701] usb usb2: Manufacturer: Linux 4.12.0 ehci_hcd
[    3.798278] usb usb2: SerialNumber: 0000:00:1d.0
[    3.799018] hub 2-0:1.0: USB hub found
[    3.799590] hub 2-0:1.0: 2 ports detected
[    3.800274] ehci-platform: EHCI generic platform driver
[    3.800831] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.801383] ohci-pci: OHCI PCI platform driver
[    3.801951] ohci-platform: OHCI generic platform driver
[    3.802501] uhci_hcd: USB Universal Host Controller Interface driver
[    3.803139] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.803693] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3
[    3.918350] xhci_hcd 0000:02:00.0: hcc params 0x014051cf hci version 0x100 quirks 0x00000010
[    3.919159] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    3.919753] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.920330] usb usb3: Product: xHCI Host Controller
[    3.920898] usb usb3: Manufacturer: Linux 4.12.0 xhci-hcd
[    3.921470] usb usb3: SerialNumber: 0000:02:00.0
[    3.922200] hub 3-0:1.0: USB hub found
[    3.922780] hub 3-0:1.0: 4 ports detected
[    3.923495] xhci_hcd 0000:02:00.0: xHCI Host Controller
[    3.924047] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 4
[    3.924685] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[    3.925289] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    3.925866] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.926440] usb usb4: Product: xHCI Host Controller
[    3.927013] usb usb4: Manufacturer: Linux 4.12.0 xhci-hcd
[    3.927593] usb usb4: SerialNumber: 0000:02:00.0
[    3.928378] hub 4-0:1.0: USB hub found
[    3.928975] hub 4-0:1.0: 4 ports detected
[    3.929718] i8042: PNP: No PS/2 controller found.
[    3.930469] mousedev: PS/2 mouse device common for all mice
[    3.931221] rtc_cmos 00:04: RTC can wake from S4
[    3.931957] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    3.932585] rtc_cmos 00:04: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[    3.933171] i2c /dev entries driver
[    3.933836] device-mapper: uevent: version 1.0.3
[    3.934558] device-mapper: ioctl: 4.35.0-ioctl (2016-06-23) initialised: dm-devel at redhat.com
[    3.935176] intel_pstate: Intel P-state driver initializing
[    3.939416] ledtrig-cpu: registered to indicate activity on CPUs
[    3.940193] EFI Variables Facility v0.08 2004-May-17
[    3.954732] NET: Registered protocol family 10
[    3.955882] Segment Routing with IPv6
[    3.956640] NET: Registered protocol family 17
[    3.957381] Key type dns_resolver registered
[    3.960856] microcode: sig=0x206d7, pf=0x1, revision=0x710
[    3.962563] microcode: Microcode Update Driver: v2.2.
[    3.962970] registered taskstats version 1
[    3.964428] Loading compiled-in X.509 certificates
[    3.968470] Loaded X.509 cert 'Build time autogenerated kernel key: 669855ed31ce51c2928885adc2035c673aab8f3d'
[    3.969952] zswap: loaded using pool lzo/zbud
[    3.983605] Key type big_key registered
[    3.985921] Key type trusted registered
[    3.988414] Key type encrypted registered
[    3.989096] AppArmor: AppArmor sha1 policy hashing enabled
[    3.989807] ima: No TPM chip found, activating TPM-bypass! (rc=-19)
[    3.990540] evm: HMAC attrs: 0x1
[    3.992067]   Magic number: 9:682:973
[    3.992902] memory memory20: hash matches
[    3.993657] rtc_cmos 00:04: setting system clock to 2017-07-08 06:58:53 UTC (1499497133)
[    3.994472] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[    3.995159] EDD information not available.
[    3.995930] PM: Hibernation image not present or could not be loaded.
[    3.997991] Freeing unused kernel memory: 1640K
[    3.998698] Write protecting the kernel read-only data: 14336k
[    4.000226] Freeing unused kernel memory: 1276K
[    4.001864] Freeing unused kernel memory: 320K
[    4.004993] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[    4.020077] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.020896] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.021001] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.021034] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.022997] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.023710] random: systemd-udevd: uninitialized urandom read (16 bytes read)
[    4.024483] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.025110] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.025718] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.026321] random: udevadm: uninitialized urandom read (16 bytes read)
[    4.079980] wmi: Mapper loaded
[    4.085008] pps_core: LinuxPPS API ver. 1 registered
[    4.085656] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti at linux.it>
[    4.088035] nvme nvme0: pci function 0000:04:00.0
[    4.089667] PTP clock support registered
[    4.090753] ahci 0000:00:1f.2: version 3.0
[    4.094290] isci: Intel(R) C600 SAS Controller Driver - version 1.2.0
[    4.094864] isci 0000:06:00.0: driver configured for rev: 6 silicon
[    4.095580] isci 0000:06:00.0: Unable to obtain EFI var data for OEM parms
[    4.096138] isci 0000:06:00.0: OEM parameter table found in OROM
[    4.096697] isci 0000:06:00.0: OEM SAS parameters (version: 1.0) loaded (platform)
[    4.097467] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[    4.097493] isci 0000:06:00.0: SCU controller 0: phy 3-0 cables: {short, short, short, short}
[    4.098709] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[    4.099564] e1000e 0000:07:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    4.099808] scsi host0: isci
[    4.101047] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[    4.101049] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst 
[    4.103059] mpt3sas version 15.100.00.00 loaded
[    4.103154] mlx4_core: Mellanox ConnectX core driver v2.2-1 (Feb, 2014)
[    4.103169] mlx4_core: Initializing 0000:81:00.0
[    4.106102] mpt2sas_cm0: 64 BIT PCI BUS DMA ADDRESSING SUPPORTED, total mem (115487972 kB)
[    4.107256] usb 1-1: new high-speed USB device number 2 using ehci-pci
[    4.131250] usb 2-1: new high-speed USB device number 2 using ehci-pci
[    4.132911] checking generic (d1000000 1e0000) vs hw (c0000000 10000000)
[    4.132912] checking generic (d1000000 1e0000) vs hw (d0000000 2000000)
[    4.132913] fb: switching to nouveaufb from EFI VGA
[    4.133598] Console: switching to colour dummy device 80x25
[    4.133715] nouveau 0000:03:00.0: NVIDIA GM107 (117000a2)
[    4.167860] scsi host2: ahci
[    4.168104] scsi host3: ahci
[    4.168377] scsi host4: ahci
[    4.168594] scsi host5: ahci
[    4.168751] scsi host6: ahci
[    4.168878] scsi host7: ahci
[    4.168923] ata1: SATA max UDMA/133 abar m2048 at 0xdfe21000 port 0xdfe21100 irq 49
[    4.168929] ata2: SATA max UDMA/133 abar m2048 at 0xdfe21000 port 0xdfe21180 irq 49
[    4.168935] ata3: SATA max UDMA/133 abar m2048 at 0xdfe21000 port 0xdfe21200 irq 49
[    4.168941] ata4: SATA max UDMA/133 abar m2048 at 0xdfe21000 port 0xdfe21280 irq 49
[    4.168947] ata5: SATA max UDMA/133 abar m2048 at 0xdfe21000 port 0xdfe21300 irq 49
[    4.168953] ata6: SATA max UDMA/133 abar m2048 at 0xdfe21000 port 0xdfe21380 irq 49
[    4.169055] ahci 0000:09:00.0: controller can do FBS, turning on CAP_FBS
[    4.178643] e1000e 0000:07:00.0 0000:07:00.0 (uninitialized): registered PHC clock
[    4.179324] ahci 0000:09:00.0: AHCI 0001.0200 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[    4.179332] ahci 0000:09:00.0: flags: 64bit ncq fbs pio 
[    4.180319] scsi host8: ahci
[    4.180660] scsi host9: ahci
[    4.180979] scsi host10: ahci
[    4.181235] scsi host11: ahci
[    4.181441] scsi host12: ahci
[    4.181627] scsi host13: ahci
[    4.181816] scsi host14: ahci
[    4.182122] scsi host15: ahci
[    4.182183] ata7: SATA max UDMA/133 abar m2048 at 0xdf910000 port 0xdf910100 irq 56
[    4.182191] ata8: SATA max UDMA/133 abar m2048 at 0xdf910000 port 0xdf910180 irq 56
[    4.182197] ata9: SATA max UDMA/133 abar m2048 at 0xdf910000 port 0xdf910200 irq 56
[    4.182204] ata10: SATA max UDMA/133 abar m2048 at 0xdf910000 port 0xdf910280 irq 56
[    4.182211] ata11: SATA max UDMA/133 abar m2048 at 0xdf910000 port 0xdf910300 irq 56
[    4.182218] ata12: SATA max UDMA/133 abar m2048 at 0xdf910000 port 0xdf910380 irq 56
[    4.182224] ata13: SATA max UDMA/133 abar m2048 at 0xdf910000 port 0xdf910400 irq 56
[    4.182231] ata14: SATA max UDMA/133 abar m2048 at 0xdf910000 port 0xdf910480 irq 56
[    4.220686]  nvme0n1: p1 p2 p3 p4 p5
[    4.244628] nouveau 0000:03:00.0: bios: version 82.07.32.00.39
[    4.246511] nouveau 0000:03:00.0: fb: 2048 MiB GDDR5
[    4.246527] nouveau 0000:03:00.0: bus: MMIO read of 00000000 FAULT at 3e6684 [ IBUS ]
[    4.248340] nouveau 0000:03:00.0: bus: MMIO read of 00000000 FAULT at 10ac08 [ IBUS ]
[    4.259261] usb 3-1: new high-speed USB device number 2 using xhci_hcd
[    4.259539] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
[    4.259545] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.259807] hub 1-1:1.0: USB hub found
[    4.259902] hub 1-1:1.0: 6 ports detected
[    4.279653] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
[    4.279658] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    4.279802] hub 2-1:1.0: USB hub found
[    4.279902] hub 2-1:1.0: 8 ports detected
[    4.300247] e1000e 0000:07:00.0 eth0: (PCI Express:2.5GT/s:Width x1) d0:50:99:c0:20:a0
[    4.300254] e1000e 0000:07:00.0 eth0: Intel(R) PRO/1000 Network Connection
[    4.300269] e1000e 0000:07:00.0 eth0: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[    4.405055] usb 3-1: New USB device found, idVendor=05e3, idProduct=0610
[    4.405061] usb 3-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.405064] usb 3-1: Product: USB2.0 Hub
[    4.405067] usb 3-1: Manufacturer: GenesysLogic
[    4.406713] hub 3-1:1.0: USB hub found
[    4.407429] hub 3-1:1.0: 4 ports detected
[    4.427320] mpt2sas_cm0: MSI-X vectors supported: 1, no of cores: 32, max_msix_vectors: -1
[    4.427374] mpt2sas0-msix0: PCI-MSI-X enabled: IRQ 64
[    4.427378] mpt2sas_cm0: iomem(0x00000000dfbc0000), mapped(0xffffb883ce444000), size(16384)
[    4.427383] mpt2sas_cm0: ioport(0x0000000000009000), size(256)
[    4.482081] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    4.482127] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.482243] ata3: SATA link down (SStatus 0 SControl 300)
[    4.482839] ata1.00: ATA-9: WDC WD20EURX-63T0FY0, 80.00A80, max UDMA/133
[    4.482852] ata1.00: 3907029168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    4.483662] ata1.00: configured for UDMA/133
[    4.483792] ata2.00: ATA-8: ST31000340AS, SD1A, max UDMA/133
[    4.483815] ata2.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.485883] ata2.00: configured for UDMA/133
[    4.486039] ata4: SATA link down (SStatus 0 SControl 300)
[    4.489517] ata6: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.490034] ata5: SATA link down (SStatus 0 SControl 300)
[    4.490690] ata6.00: ATAPI: PIONEER DVD-RW  DVR-212D, 1.24, max UDMA/66
[    4.491787] random: fast init done
[    4.491790] ata6.00: configured for UDMA/66 (SET_XFERMODE skipped)
[    4.498051] ata8: SATA link down (SStatus 0 SControl 300)
[    4.498178] ata7: SATA link down (SStatus 0 SControl 300)
[    4.498215] ata9: SATA link down (SStatus 0 SControl 300)
[    4.501556] ata11: SATA link down (SStatus 0 SControl 300)
[    4.501711] ata10: SATA link down (SStatus 0 SControl 300)
[    4.506068] ata12: SATA link down (SStatus 0 SControl 300)
[    4.506121] ata13: SATA link down (SStatus 0 SControl 300)
[    4.510045] ata14: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[    4.510225] ata14.00: ATAPI: MARVELL VIRTUALL, 1.09, max UDMA/66
[    4.510515] ata14.00: configured for UDMA/66
[    4.519601] scsi 2:0:0:0: Direct-Access     ATA      WDC WD20EURX-63T 0A80 PQ: 0 ANSI: 5
[    4.519899] usb 4-1: new SuperSpeed USB device number 2 using xhci_hcd
[    4.544290] usb 4-1: New USB device found, idVendor=05e3, idProduct=0612
[    4.544295] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.544298] usb 4-1: Product: USB3.0 Hub
[    4.544301] usb 4-1: Manufacturer: GenesysLogic
[    4.546428] hub 4-1:1.0: USB hub found
[    4.547016] hub 4-1:1.0: 4 ports detected
[    4.551242] usb 1-1.5: new full-speed USB device number 3 using ehci-pci
[    4.571253] usb 2-1.3: new high-speed USB device number 3 using ehci-pci
[    4.583615] sd 2:0:0:0: Attached scsi generic sg0 type 0
[    4.583992] sd 2:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.82 TiB)
[    4.583999] sd 2:0:0:0: [sda] 4096-byte physical blocks
[    4.584062] sd 2:0:0:0: [sda] Write Protect is off
[    4.584067] sd 2:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    4.584247] sd 2:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.584249] scsi 3:0:0:0: Direct-Access     ATA      ST31000340AS     SD1A PQ: 0 ANSI: 5
[    4.594091]  sda: sda1
[    4.594813] sd 2:0:0:0: [sda] Attached SCSI disk
[    4.651480] sd 3:0:0:0: Attached scsi generic sg1 type 0
[    4.651736] sd 3:0:0:0: [sdb] 1953525168 512-byte logical blocks: (1.00 TB/932 GiB)
[    4.651783] sd 3:0:0:0: [sdb] Write Protect is off
[    4.651788] sd 3:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.651877] sd 3:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.657937] scsi 7:0:0:0: CD-ROM            PIONEER  DVD-RW  DVR-212D 1.24 PQ: 0 ANSI: 5
[    4.659238] usb 3-3: new full-speed USB device number 3 using xhci_hcd
[    4.666920] usb 1-1.5: New USB device found, idVendor=0403, idProduct=6015
[    4.666925] usb 1-1.5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.666929] usb 1-1.5: Product: FT240X USB FIFO
[    4.666932] usb 1-1.5: Manufacturer: FTDI
[    4.666935] usb 1-1.5: SerialNumber: DN004X2N
[    4.680640] usb 2-1.3: New USB device found, idVendor=05e3, idProduct=0606
[    4.680645] usb 2-1.3: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[    4.680650] usb 2-1.3: Product: USB2.0 Hub
[    4.681039] hub 2-1.3:1.0: USB hub found
[    4.681388] hub 2-1.3:1.0: 4 ports detected
[    4.688941] sr 7:0:0:0: [sr0] scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[    4.688948] cdrom: Uniform CD-ROM driver Revision: 3.20
[    4.689110] sr 7:0:0:0: Attached scsi CD-ROM sr0
[    4.689271] sr 7:0:0:0: Attached scsi generic sg2 type 5
[    4.689901] scsi 15:0:0:0: Processor         Marvell  Console          1.01 PQ: 0 ANSI: 5
[    4.690008] scsi 15:0:0:0: Attached scsi generic sg3 type 3
[    4.715291] tsc: Refined TSC clocksource calibration: 2599.999 MHz
[    4.715306] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x257a3b2ad7e, max_idle_ns: 440795282337 ns
[    4.722092]  sdb: sdb1 sdb2 sdb3
[    4.722767] sd 3:0:0:0: [sdb] Attached SCSI disk
[    4.759231] usb 2-1.7: new high-speed USB device number 4 using ehci-pci
[    4.841672] usb 3-3: New USB device found, idVendor=046d, idProduct=c52b
[    4.841677] usb 3-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    4.841681] usb 3-3: Product: USB Receiver
[    4.841683] usb 3-3: Manufacturer: Logitech
[    4.855716] hidraw: raw HID events driver (C) Jiri Kosina
[    4.868135] usb 2-1.7: New USB device found, idVendor=046b, idProduct=ff01
[    4.868141] usb 2-1.7: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.868146] usb 2-1.7: Product: Virtual Hub
[    4.868149] usb 2-1.7: Manufacturer: American Megatrends Inc.
[    4.868152] usb 2-1.7: SerialNumber: serial
[    4.868556] hub 2-1.7:1.0: USB hub found
[    4.868681] hub 2-1.7:1.0: 5 ports detected
[    4.909684] usbcore: registered new interface driver usbhid
[    4.909688] usbhid: USB HID core driver
[    4.912494] logitech-djreceiver 0003:046D:C52B.0003: hiddev0,hidraw0: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:02:00.0-3/input2
[    4.924061] usb 4-4: new SuperSpeed USB device number 3 using xhci_hcd
[    4.967230] usb 2-1.3.2: new full-speed USB device number 5 using ehci-pci
[    5.003261] mpt2sas_cm0: sending message unit reset !!
[    5.019227] mpt2sas_cm0: message unit reset: SUCCESS
[    5.077152] usb 2-1.3.2: New USB device found, idVendor=10c4, idProduct=ea60
[    5.077158] usb 2-1.3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.077162] usb 2-1.3.2: Product: CP2102 USB to UART Bridge Controller
[    5.077165] usb 2-1.3.2: Manufacturer: Silicon Labs
[    5.077168] usb 2-1.3.2: SerialNumber: 0001
[    5.179381] usb 4-4: New USB device found, idVendor=2109, idProduct=0812
[    5.179386] usb 4-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.179390] usb 4-4: Product: USB3.0 Hub             
[    5.179393] usb 4-4: Manufacturer: VIA Labs, Inc.         
[    5.180796] hub 4-4:1.0: USB hub found
[    5.181138] hub 4-4:1.0: 4 ports detected
[    5.207221] usb 2-1.7.4: new low-speed USB device number 6 using ehci-pci
[    5.255222] usb 3-1.1: new high-speed USB device number 4 using xhci_hcd
[    5.317564] mpt2sas_cm0: Allocated physical memory: size(7544 kB)
[    5.317568] mpt2sas_cm0: Current Controller Queue Depth(3336),Max Controller Queue Depth(3455)
[    5.317572] mpt2sas_cm0: Scatter Gather Elements per IO(128)
[    5.360009] usb 3-1.1: New USB device found, idVendor=18a5, idProduct=0238
[    5.360014] usb 3-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.360019] usb 3-1.1: Product: Store n Go Clip-it Drive
[    5.360021] usb 3-1.1: Manufacturer: Verbatim
[    5.360024] usb 3-1.1: SerialNumber: 1250000000000060
[    5.365297] usb-storage 3-1.1:1.0: USB Mass Storage device detected
[    5.365689] scsi host16: usb-storage 3-1.1:1.0
[    5.365745] usbcore: registered new interface driver usb-storage
[    5.367415] usbcore: registered new interface driver uas
[    5.380372] usb 2-1.7.4: New USB device found, idVendor=046b, idProduct=ff10
[    5.380378] usb 2-1.7.4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.380383] usb 2-1.7.4: Product: Virtual Keyboard and Mouse
[    5.380386] usb 2-1.7.4: Manufacturer: American Megatrends Inc.
[    5.384327] 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.0004/input/input2
[    5.384476] hid-generic 0003:046B:FF10.0004: input,hidraw1: USB HID v1.10 Keyboard [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.7.4/input0
[    5.384597] 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.0005/input/input3
[    5.384748] hid-generic 0003:046B:FF10.0005: input,hidraw2: USB HID v1.10 Mouse [American Megatrends Inc. Virtual Keyboard and Mouse] on usb-0000:00:1d.0-1.7.4/input1
[    5.475210] usb 3-4: new high-speed USB device number 5 using xhci_hcd
[    5.559426] e1000e 0000:08:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.559989] [TTM] Zone  kernel: Available graphics memory: 57743986 kiB
[    5.559993] [TTM] Zone   dma32: Available graphics memory: 2097152 kiB
[    5.559996] [TTM] Initializing pool allocator
[    5.560002] [TTM] Initializing DMA pool allocator
[    5.560028] nouveau 0000:03:00.0: DRM: VRAM: 2048 MiB
[    5.560031] nouveau 0000:03:00.0: DRM: GART: 1048576 MiB
[    5.560037] nouveau 0000:03:00.0: DRM: TMDS table version 2.0
[    5.560040] nouveau 0000:03:00.0: DRM: DCB version 4.0
[    5.560044] nouveau 0000:03:00.0: DRM: DCB outp 00: 01000f02 00020030
[    5.560047] nouveau 0000:03:00.0: DRM: DCB outp 01: 02000f00 00000000
[    5.560051] nouveau 0000:03:00.0: DRM: DCB outp 02: 08011f82 00020010
[    5.560054] nouveau 0000:03:00.0: DRM: DCB outp 03: 02822fa6 04420010
[    5.560057] nouveau 0000:03:00.0: DRM: DCB outp 04: 02022f62 00020010
[    5.560061] nouveau 0000:03:00.0: DRM: DCB conn 00: 00001030
[    5.560064] nouveau 0000:03:00.0: DRM: DCB conn 01: 00010161
[    5.560067] nouveau 0000:03:00.0: DRM: DCB conn 02: 00002246
[    5.576697] input: Logitech K750 as /devices/pci0000:00/0000:00:01.1/0000:02:00.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:4002.0006/input/input4
[    5.576779] logitech-hidpp-device 0003:046D:4002.0006: input,hidraw3: USB HID v1.11 Keyboard [Logitech K750] on usb-0000:02:00.0-3:1
[    5.590684] input: Logitech M310 as /devices/pci0000:00/0000:00:01.1/0000:02:00.0/usb3/3-3/3-3:1.2/0003:046D:C52B.0003/0003:046D:1024.0007/input/input5
[    5.590824] logitech-hidpp-device 0003:046D:1024.0007: input,hidraw4: USB HID v1.11 Mouse [Logitech M310] on usb-0000:02:00.0-3:2
[    5.591065] mpt2sas_cm0: log_info(0x30030100): originator(IOP), code(0x03), sub_code(0x0100)
[    5.591444] mpt2sas_cm0: log_info(0x30030100): originator(IOP), code(0x03), sub_code(0x0100)
[    5.591452] mpt2sas_cm0: LSISAS2008: FWVersion(07.00.00.00), ChipRevision(0x03), BiosVersion(07.11.00.00)
[    5.591457] mpt2sas_cm0: Protocol=(
[    5.591458] Initiator
[    5.591461] ,Target
[    5.591463] ), 
[    5.591465] Capabilities=(
[    5.591467] TLR
[    5.591470] ,EEDP
[    5.591472] ,Snapshot Buffer
[    5.591474] ,Diag Trace Buffer
[    5.591477] ,Task Set Full
[    5.591479] ,NCQ
[    5.591482] )
[    5.591534] scsi host1: Fusion MPT SAS Host
[    5.591887] mpt2sas_cm0: sending port enable !!
[    5.594061] mpt2sas_cm0: host_add: handle(0x0001), sas_addr(0x500605b0054af5b0), phys(8)
[    5.611222] mpt2sas_cm0: port enable: SUCCESS
[    5.611934] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[    5.611938] [drm] Driver supports precise vblank timestamp query.
[    5.619499] usb 3-4: New USB device found, idVendor=2109, idProduct=2812
[    5.619504] usb 3-4: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.619507] usb 3-4: Product: USB2.0 Hub             
[    5.619510] usb 3-4: Manufacturer: VIA Labs, Inc.         
[    5.621042] hub 3-4:1.0: USB hub found
[    5.621637] hub 3-4:1.0: 4 ports detected
[    5.622060] e1000e 0000:08:00.0 0000:08:00.0 (uninitialized): registered PHC clock
[    5.622100] nouveau 0000:03:00.0: hwmon_device_register() is deprecated. Please convert the driver to use hwmon_device_register_with_info().
[    5.666933] nouveau 0000:03:00.0: DRM: MM: using COPY for buffer copies
[    5.696087] usb 4-4.1: new SuperSpeed USB device number 4 using xhci_hcd
[    5.709231] e1000e 0000:08:00.0 eth1: (PCI Express:2.5GT/s:Width x1) d0:50:99:c0:20:9e
[    5.709237] e1000e 0000:08:00.0 eth1: Intel(R) PRO/1000 Network Connection
[    5.709253] e1000e 0000:08:00.0 eth1: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[    5.710105] e1000e 0000:0a:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.739724] clocksource: Switched to clocksource tsc
[    5.745397] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
[    5.780527] e1000e 0000:0a:00.0 0000:0a:00.0 (uninitialized): registered PHC clock
[    5.782586] nouveau 0000:03:00.0: DRM: allocated 3840x2160 fb: 0x60000, bo ffff9a50b93b5800
[    5.815916] fbcon: nouveaufb (fb0) is primary device
[    5.856148] e1000e 0000:0a:00.0 eth2: (PCI Express:2.5GT/s:Width x1) d0:50:99:c0:20:a1
[    5.856149] e1000e 0000:0a:00.0 eth2: Intel(R) PRO/1000 Network Connection
[    5.856161] e1000e 0000:0a:00.0 eth2: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[    5.857002] e1000e 0000:0b:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[    5.863760] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
[    5.915682] e1000e 0000:0b:00.0 0000:0b:00.0 (uninitialized): registered PHC clock
[    5.925583] Console: switching to colour frame buffer device 320x100
[    5.956606] usb 4-4.1: New USB device found, idVendor=2109, idProduct=0812
[    5.956607] usb 4-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    5.956608] usb 4-4.1: Product: USB3.0 Hub             
[    5.956609] usb 4-4.1: Manufacturer: VIA Labs, Inc.         
[    5.958264] hub 4-4.1:1.0: USB hub found
[    5.958607] hub 4-4.1:1.0: 4 ports detected
[    5.980135] e1000e 0000:0b:00.0 eth3: (PCI Express:2.5GT/s:Width x1) d0:50:99:c0:20:9f
[    5.980136] e1000e 0000:0b:00.0 eth3: Intel(R) PRO/1000 Network Connection
[    5.980148] e1000e 0000:0b:00.0 eth3: MAC: 3, PHY: 8, PBA No: FFFFFF-0FF
[    5.981244] e1000e 0000:07:00.0 rename2: renamed from eth0
[    6.051198] usb 3-4.1: new high-speed USB device number 6 using xhci_hcd
[    6.067949] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
[    6.070443] nouveau 0000:03:00.0: fb0: nouveaufb frame buffer device
[    6.171239] usb 3-4.1: New USB device found, idVendor=2109, idProduct=2812
[    6.171249] usb 3-4.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.171254] usb 3-4.1: Product: USB2.0 Hub             
[    6.171258] usb 3-4.1: Manufacturer: VIA Labs, Inc.         
[    6.173047] hub 3-4.1:1.0: USB hub found
[    6.173495] hub 3-4.1:1.0: 4 ports detected
[    6.251970] usb 4-4.3: new SuperSpeed USB device number 5 using xhci_hcd
[    6.465224] mlx4_core 0000:81:00.0: PCIe link speed is 5.0GT/s, device supports 5.0GT/s
[    6.465241] mlx4_core 0000:81:00.0: PCIe link width is x8, device supports x8
[    6.511766] usb 4-4.3: New USB device found, idVendor=2109, idProduct=0812
[    6.511798] usb 4-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.511802] usb 4-4.3: Product: USB3.0 Hub             
[    6.511806] usb 4-4.3: Manufacturer: VIA Labs, Inc.         
[    6.513534] hub 4-4.3:1.0: USB hub found
[    6.513943] hub 4-4.3:1.0: 4 ports detected
[    6.574802] mlx4_en: Mellanox ConnectX HCA Ethernet driver v2.2-1 (Feb 2014)
[    6.574973] mlx4_en 0000:81:00.0: Activating port:1
[    6.575236] [drm] Initialized nouveau 1.3.1 20120801 for 0000:03:00.0 on minor 0
[    6.575253] mlx4_en: 0000:81:00.0: Port 1: enabling only PFC DCB ops
[    6.575344] e1000e 0000:08:00.0 eth0: renamed from eth1
[    6.584317] mlx4_en: 0000:81:00.0: Port 1: Using 256 TX rings
[    6.584329] mlx4_en: 0000:81:00.0: Port 1: Using 8 RX rings
[    6.584518] mlx4_en: 0000:81:00.0: Port 1: Initializing port
[    6.599206] usb 3-4.3: new high-speed USB device number 7 using xhci_hcd
[    6.615448] e1000e 0000:0b:00.0 eth1: renamed from eth3
[    6.645073] e1000e 0000:0a:00.0 rename4: renamed from eth2
[    6.671337] e1000e 0000:07:00.0 eth2: renamed from rename2
[    6.699382] mlx4_core 0000:81:00.0 eth4: renamed from eth3
[    6.715352] usb 3-4.3: New USB device found, idVendor=2109, idProduct=2812
[    6.715380] usb 3-4.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    6.715384] usb 3-4.3: Product: USB2.0 Hub             
[    6.715388] usb 3-4.3: Manufacturer: VIA Labs, Inc.         
[    6.717124] hub 3-4.3:1.0: USB hub found
[    6.717684] hub 3-4.3:1.0: 4 ports detected
[    6.727300] e1000e 0000:0a:00.0 eth3: renamed from rename4
[    6.807198] usb 3-4.1.1: new high-speed USB device number 8 using xhci_hcd
[    6.915168] raid6: sse2x1   gen()  8372 MB/s
[    6.916071] scsi 16:0:0:0: Direct-Access     Verbatim Store n Go Drive 1100 PQ: 0 ANSI: 0 CCS
[    6.917251] sd 16:0:0:0: Attached scsi generic sg4 type 0
[    6.917481] sd 16:0:0:0: [sdc] 15669248 512-byte logical blocks: (8.02 GB/7.47 GiB)
[    6.918204] sd 16:0:0:0: [sdc] Write Protect is off
[    6.918205] sd 16:0:0:0: [sdc] Mode Sense: 43 00 00 00
[    6.918843] sd 16:0:0:0: [sdc] No Caching mode page found
[    6.918844] sd 16:0:0:0: [sdc] Assuming drive cache: write through
[    6.928299] usb 3-4.1.1: New USB device found, idVendor=0424, idProduct=2514
[    6.928877] usb 3-4.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.931343] hub 3-4.1.1:1.0: USB hub found
[    6.931411]  sdc: sdc1 sdc2 sdc3
[    6.932945] hub 3-4.1.1:1.0: 4 ports detected
[    6.934891] sd 16:0:0:0: [sdc] Attached SCSI removable disk
[    6.983164] raid6: sse2x1   xor()  6645 MB/s
[    7.039164] usb 3-4.3.2: new full-speed USB device number 9 using xhci_hcd
[    7.051156] raid6: sse2x2   gen() 10548 MB/s
[    7.119159] raid6: sse2x2   xor()  7815 MB/s
[    7.178939] usb 3-4.3.2: New USB device found, idVendor=0a12, idProduct=0001
[    7.179528] usb 3-4.3.2: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[    7.180068] usb 3-4.3.2: Product: CSR8510 A10
[    7.187156] raid6: sse2x4   gen() 12408 MB/s
[    7.255158] raid6: sse2x4   xor()  9441 MB/s
[    7.255169] usb 3-4.1.1.1: new high-speed USB device number 10 using xhci_hcd
[    7.256199] raid6: using algorithm sse2x4 gen() 12408 MB/s
[    7.256708] raid6: .... xor() 9441 MB/s, rmw enabled
[    7.257241] raid6: using ssse3x2 recovery algorithm
[    7.259103] xor: automatically using best checksumming function   avx       
[    7.260763] async_tx: api initialized (async)
[    7.356284] usb 3-4.1.1.1: New USB device found, idVendor=0424, idProduct=2640
[    7.356823] usb 3-4.1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.359201] hub 3-4.1.1.1:1.0: USB hub found
[    7.360032] hub 3-4.1.1.1:1.0: 2 ports detected
[    7.417518] EXT4-fs (nvme0n1p4): mounted filesystem with ordered data mode. Opts: (null)
[    7.443151] usb 3-4.1.1.3: new full-speed USB device number 11 using xhci_hcd
[    7.535352] systemd[1]: systemd 229 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD -IDN)
[    7.536375] systemd[1]: Detected architecture x86-64.
[    7.539305] systemd[1]: Set hostname to <smaug>.
[    7.564148] usb 3-4.1.1.3: New USB device found, idVendor=0d8c, idProduct=0014
[    7.564753] usb 3-4.1.1.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    7.565347] usb 3-4.1.1.3: Product: USB Audio Device
[    7.565941] usb 3-4.1.1.3: Manufacturer: C-Media Electronics Inc.
[    7.572188] input: C-Media Electronics Inc. USB Audio Device as /devices/pci0000:00/0000:00:01.1/0000:02:00.0/usb3/3-4/3-4.1/3-4.1.1/3-4.1.1.3/3-4.1.1.3:1.3/0003:0D8C:0014.0008/input/input6
[    7.603948] systemd[1]: Created slice System Slice.
[    7.605335] systemd[1]: Created slice system-systemd\x2dfsck.slice.
[    7.606672] systemd[1]: Listening on udev Kernel Socket.
[    7.608070] systemd[1]: Listening on fsck to fsckd communication Socket.
[    7.609447] systemd[1]: Listening on udev Control Socket.
[    7.611173] systemd[1]: Reached target Encrypted Volumes.
[    7.612628] systemd[1]: Reached target User and Group Name Lookups.
[    7.631240] hid-generic 0003:0D8C:0014.0008: input,hidraw5: USB HID v1.00 Device [C-Media Electronics Inc. USB Audio Device] on usb-0000:02:00.0-4.1.1.3/input3
[    7.638718] RPC: Registered named UNIX socket transport module.
[    7.638718] RPC: Registered udp transport module.
[    7.638719] RPC: Registered tcp transport module.
[    7.638719] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    7.644001] lp: driver loaded but no devices found
[    7.647404] ppdev: user-space parallel port driver
[    7.655157] usb 3-4.1.1.1.1: new high-speed USB device number 12 using xhci_hcd
[    7.737510] EXT4-fs (nvme0n1p4): re-mounted. Opts: errors=remount-ro
[    7.746901] systemd-journald[751]: Received request to flush runtime journal from PID 1
[    7.787527] usb 3-4.1.1.1.1: New USB device found, idVendor=0424, idProduct=4064
[    7.787530] usb 3-4.1.1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.787532] usb 3-4.1.1.1.1: Product: Ultra Fast Media Reader
[    7.787533] usb 3-4.1.1.1.1: Manufacturer: Generic
[    7.787534] usb 3-4.1.1.1.1: SerialNumber: 000000264001
[    7.791838] usb-storage 3-4.1.1.1.1:1.0: USB Mass Storage device detected
[    7.793826] scsi host17: usb-storage 3-4.1.1.1.1:1.0
[    7.851149] usb 3-4.1.1.4: new high-speed USB device number 13 using xhci_hcd
[    7.904050] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    7.924292] dca service started, version 1.12.1
[    7.928673] ioatdma: Intel(R) QuickData Technology Driver 4.00
[    7.963182] mei_me 0000:00:16.0: Device doesn't have valid ME Interface
[    7.963587] ipmi message handler version 39.2
[    7.966455] ipmi device interface
[    7.970501] ipmi_si IPI0001:00: ipmi_si: probing via ACPI
[    7.970528] ipmi_si IPI0001:00: [io  0x0ca2] regsize 1 spacing 1 irq 0
[    7.970529] ipmi_si: Adding ACPI-specified kcs state machine
[    7.970750] IPMI System Interface driver.
[    7.971070] ipmi_si: probing via SPMI
[    7.971071] ipmi_si: SPMI: io 0xca2 regsize 1 spacing 1 irq 0
[    7.971072] ipmi_si: SPMI-specified kcs state machine: duplicate
[    7.971074] ipmi_si: Trying ACPI-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[    8.067720] random: crng init done
[    8.174624] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer
[    8.174625] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules
[    8.174626] RAPL PMU: hw unit of domain package 2^-16 Joules
[    8.174626] RAPL PMU: hw unit of domain dram 2^-16 Joules
[    8.180809] usb 3-4.1.1.4: New USB device found, idVendor=046d, idProduct=0825
[    8.180810] usb 3-4.1.1.4: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[    8.180812] usb 3-4.1.1.4: SerialNumber: 91EF65A0
[    8.194249] AVX version of gcm_enc/dec engaged.
[    8.194251] AES CTR mode by8 optimization enabled
[    8.231741] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[    8.231763] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[    8.231776] EDAC sbridge: Seeking for: PCI ID 8086:3ca0
[    8.231782] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[    8.231787] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[    8.231791] EDAC sbridge: Seeking for: PCI ID 8086:3ca8
[    8.231793] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[    8.231797] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[    8.231801] EDAC sbridge: Seeking for: PCI ID 8086:3c71
[    8.231802] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[    8.231807] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[    8.231811] EDAC sbridge: Seeking for: PCI ID 8086:3caa
[    8.231813] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[    8.231817] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[    8.231821] EDAC sbridge: Seeking for: PCI ID 8086:3cab
[    8.231822] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[    8.231826] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[    8.231830] EDAC sbridge: Seeking for: PCI ID 8086:3cac
[    8.231831] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[    8.231835] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[    8.231840] EDAC sbridge: Seeking for: PCI ID 8086:3cad
[    8.231841] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[    8.231846] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[    8.231850] EDAC sbridge: Seeking for: PCI ID 8086:3cb8
[    8.231850] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[    8.231854] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[    8.231857] EDAC sbridge: Seeking for: PCI ID 8086:3cf4
[    8.231859] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[    8.231863] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[    8.231866] EDAC sbridge: Seeking for: PCI ID 8086:3cf6
[    8.231868] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[    8.231872] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[    8.231876] EDAC sbridge: Seeking for: PCI ID 8086:3cf5
[    8.232044] EDAC MC0: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#0: DEV 0000:7f:0e.0 (INTERRUPT)
[    8.232266] EDAC MC1: Giving out device to module sbridge_edac.c controller Sandy Bridge Socket#1: DEV 0000:ff:0e.0 (INTERRUPT)
[    8.232267] EDAC sbridge:  Ver: 1.1.1 
[    8.235577] intel_rapl: Found RAPL domain package
[    8.235578] intel_rapl: Found RAPL domain core
[    8.235735] intel_rapl: Found RAPL domain package
[    8.235736] intel_rapl: Found RAPL domain core
[    8.377909] ipmi_si IPI0001:00: Found new BMC (man_id: 0x000000, prod_id: 0xaabb, dev_id: 0x20)
[    8.378011] ipmi_si IPI0001:00: IPMI kcs interface initialized
[    8.380245] IPMI SSIF Interface driver
[    8.462632] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[    8.820703] scsi 17:0:0:0: Direct-Access     Generic  Ultra HS-SD/MMC  1.90 PQ: 0 ANSI: 0
[    8.821265] sd 17:0:0:0: Attached scsi generic sg5 type 0
[    8.828590] sd 17:0:0:0: [sdd] Attached SCSI removable disk
[    8.882684] mlx4_en: eth4: Link Up
[   10.397219] Bluetooth: Core ver 2.22
[   10.397235] NET: Registered protocol family 31
[   10.397236] Bluetooth: HCI device and connection manager initialized
[   10.397238] Bluetooth: HCI socket layer initialized
[   10.397240] Bluetooth: L2CAP socket layer initialized
[   10.397245] Bluetooth: SCO socket layer initialized
[   10.525799] usbcore: registered new interface driver usbserial
[   10.525809] usbcore: registered new interface driver usbserial_generic
[   10.525814] usbserial: USB Serial support registered for generic
[   10.528881] usbcore: registered new interface driver ftdi_sio
[   10.528888] usbserial: USB Serial support registered for FTDI USB Serial Device
[   10.608383] usbcore: registered new interface driver btusb
[   10.755064] usb 1-1.5: reset full-speed USB device number 3 using ehci-pci
[   10.832609] EXT4-fs (sdc3): mounted filesystem with ordered data mode. Opts: errors=remount-ro
[   10.869858] ftdi_sio 1-1.5:1.0: FTDI USB Serial Device converter detected
[   10.869896] usb 1-1.5: Detected FT-X
[   10.870143] usb 1-1.5: FTDI USB Serial Device converter now attached to ttyUSB0
[   10.902828] media: Linux media interface: v0.10
[   10.907772] audit: type=1400 audit(1499497140.414:2): apparmor="STATUS" operation="profile_load" name="/usr/bin/ubuntu-core-launcher" pid=2104 comm="apparmor_parser"
[   10.908203] audit: type=1400 audit(1499497140.414:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/snapd/snap-confine" pid=2105 comm="apparmor_parser"
[   10.908204] audit: type=1400 audit(1499497140.414:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/snapd/snap-confine//mount-namespace-capture-helper" pid=2105 comm="apparmor_parser"
[   10.908754] Linux video capture interface: v2.00
[   10.909354] audit: type=1400 audit(1499497140.415:5): apparmor="STATUS" operation="profile_load" name="/usr/sbin/ntpd" pid=2109 comm="apparmor_parser"
[   10.909383] audit: type=1400 audit(1499497140.415:6): apparmor="STATUS" operation="profile_load" name="/usr/sbin/tcpdump" pid=2111 comm="apparmor_parser"
[   10.909401] audit: type=1400 audit(1499497140.415:7): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cups-browsed" pid=2107 comm="apparmor_parser"
[   10.910221] audit: type=1400 audit(1499497140.416:8): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient" pid=2101 comm="apparmor_parser"
[   10.910222] audit: type=1400 audit(1499497140.416:9): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=2101 comm="apparmor_parser"
[   10.910223] audit: type=1400 audit(1499497140.416:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-helper" pid=2101 comm="apparmor_parser"
[   10.910223] audit: type=1400 audit(1499497140.416:11): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=2101 comm="apparmor_parser"
[   11.015944] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   11.015945] Bluetooth: BNEP filters: protocol multicast
[   11.015948] Bluetooth: BNEP socket layer initialized
[   11.076236] usb 3-4.1.1.4: reset high-speed USB device number 13 using xhci_hcd
[   11.131638] usbcore: registered new interface driver cp210x
[   11.131657] usbserial: USB Serial support registered for cp210x
[   11.151516] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   11.275474] cp210x 2-1.3.2:1.0: cp210x converter detected
[   11.277529] usb 2-1.3.2: cp210x converter now attached to ttyUSB1
[   11.369217] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
[   11.408306] uvcvideo: Found UVC 1.00 device <unnamed> (046d:0825)
[   11.423400] uvcvideo 3-4.1.1.4:1.0: Entity type for entity Extension 4 was not initialized!
[   11.423402] uvcvideo 3-4.1.1.4:1.0: Entity type for entity Extension 6 was not initialized!
[   11.423403] uvcvideo 3-4.1.1.4:1.0: Entity type for entity Extension 7 was not initialized!
[   11.423404] uvcvideo 3-4.1.1.4:1.0: Entity type for entity Processing 2 was not initialized!
[   11.423406] uvcvideo 3-4.1.1.4:1.0: Entity type for entity Extension 3 was not initialized!
[   11.423407] uvcvideo 3-4.1.1.4:1.0: Entity type for entity Camera 1 was not initialized!
[   11.423515] input: UVC Camera (046d:0825) as /devices/pci0000:00/0000:00:01.1/0000:02:00.0/usb3/3-4/3-4.1/3-4.1.1/3-4.1.1.4/3-4.1.1.4:1.0/input/input7
[   11.423655] usbcore: registered new interface driver uvcvideo
[   11.423656] USB Video Class driver (1.1.1)
[   11.446450] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
[   11.576386] usb 3-4.1.1.1.1: reset high-speed USB device number 12 using xhci_hcd
[   12.597599] usb 3-4.1.1.4: set resolution quirk: cval->res = 384
[   12.598078] usbcore: registered new interface driver snd-usb-audio
[   12.600546] ftdi_sio ttyUSB0: FTDI USB Serial Device converter now disconnected from ttyUSB0
[   12.600575] ftdi_sio 1-1.5:1.0: device disconnected
[   13.755981] e1000e: eth0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx
[   13.756307] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   14.741065] Non-volatile memory driver v1.3
[   54.794761] logitech-hidpp-device 0003:046D:4002.0006: HID++ 2.0 device connected.
[   57.314522] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   57.464610] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
[   57.541532] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
[   57.619706] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
[   58.046935] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
[   59.080338] Bluetooth: RFCOMM TTY layer initialized
[   59.080344] Bluetooth: RFCOMM socket layer initialized
[   59.080349] Bluetooth: RFCOMM ver 1.11
[   63.050308] logitech-hidpp-device 0003:046D:1024.0007: HID++ 1.0 device connected.
[   72.037458] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[  689.619228] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 1237.509469] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 1549.960941] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[ 1691.649694] mpt3sas 0000:05:00.0: invalid short VPD tag 00 at offset 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config-4.12.0
Type: application/octet-stream
Size: 208636 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170708/52356e92/attachment-0003.obj>
-------------- next part --------------
# dmidecode 3.0
Getting SMBIOS data from sysfs.
SMBIOS 2.7 present.
58 structures occupying 3820 bytes.
Table at 0x000EC0D0.

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

Handle 0x0001, DMI type 1, 27 bytes
System Information
	Manufacturer: To Be Filled By O.E.M.
	Product Name: To Be Filled By O.E.M.
	Version: To Be Filled By O.E.M.
	Serial Number: To Be Filled By O.E.M.
	UUID: 03000200-0400-0500-0006-000700080009
	Wake-up Type: Power Switch
	SKU Number: To Be Filled By O.E.M.
	Family: To Be Filled By O.E.M.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
	Manufacturer: ASRock
	Product Name: EP2C602-4L/D16
	Version:                       
	Serial Number:                       
	Asset Tag:                       
	Features:
		Board is a hosting board
		Board is replaceable
	Location In Chassis:                       
	Chassis Handle: 0x0003
	Type: Motherboard
	Contained Object Handles: 0

Handle 0x0003, DMI type 3, 22 bytes
Chassis Information
	Manufacturer: To Be Filled By O.E.M.
	Type: Desktop
	Lock: Not Present
	Version: To Be Filled By O.E.M.
	Serial Number: To Be Filled By O.E.M.
	Asset Tag: To Be Filled By O.E.M.
	Boot-up State: Safe
	Power Supply State: Safe
	Thermal State: Safe
	Security Status: None
	OEM Information: 0x00000000
	Height: Unspecified
	Number Of Power Cords: 1
	Contained Elements: 0
	SKU Number: To be filled by O.E.M.

Handle 0x0004, DMI type 4, 42 bytes
Processor Information
	Socket Designation: CPUSocket
	Type: Central Processor
	Family: Xeon
	Manufacturer: Intel
	ID: D7 06 02 00 FF FB EB BF
	Signature: Type 0, Family 6, Model 45, Stepping 7
	Flags:
		FPU (Floating-point unit on-chip)
		VME (Virtual mode extension)
		DE (Debugging extension)
		PSE (Page size extension)
		TSC (Time stamp counter)
		MSR (Model specific registers)
		PAE (Physical address extension)
		MCE (Machine check exception)
		CX8 (CMPXCHG8 instruction supported)
		APIC (On-chip APIC hardware supported)
		SEP (Fast system call)
		MTRR (Memory type range registers)
		PGE (Page global enable)
		MCA (Machine check architecture)
		CMOV (Conditional move instruction supported)
		PAT (Page attribute table)
		PSE-36 (36-bit page size extension)
		CLFSH (CLFLUSH instruction supported)
		DS (Debug store)
		ACPI (ACPI supported)
		MMX (MMX technology supported)
		FXSR (FXSAVE and FXSTOR instructions supported)
		SSE (Streaming SIMD extensions)
		SSE2 (Streaming SIMD extensions 2)
		SS (Self-snoop)
		HTT (Multi-threading)
		TM (Thermal monitor supported)
		PBE (Pending break enabled)
	Version: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
	Voltage: 0.0 V
	External Clock: 100 MHz
	Max Speed: 4000 MHz
	Current Speed: 2600 MHz
	Status: Populated, Enabled
	Upgrade: Socket LGA2011
	L1 Cache Handle: 0x0005
	L2 Cache Handle: 0x0006
	L3 Cache Handle: 0x0007
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified
	Core Count: 8
	Core Enabled: 8
	Thread Count: 16
	Characteristics:
		64-bit capable
		Multi-Core
		Hardware Thread
		Execute Protection
		Enhanced Virtualization
		Power/Performance Control

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

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

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

Handle 0x0008, DMI type 4, 42 bytes
Processor Information
	Socket Designation: CPUSocket
	Type: Central Processor
	Family: Xeon
	Manufacturer: Intel
	ID: D7 06 02 00 FF FB EB BF
	Signature: Type 0, Family 6, Model 45, Stepping 7
	Flags:
		FPU (Floating-point unit on-chip)
		VME (Virtual mode extension)
		DE (Debugging extension)
		PSE (Page size extension)
		TSC (Time stamp counter)
		MSR (Model specific registers)
		PAE (Physical address extension)
		MCE (Machine check exception)
		CX8 (CMPXCHG8 instruction supported)
		APIC (On-chip APIC hardware supported)
		SEP (Fast system call)
		MTRR (Memory type range registers)
		PGE (Page global enable)
		MCA (Machine check architecture)
		CMOV (Conditional move instruction supported)
		PAT (Page attribute table)
		PSE-36 (36-bit page size extension)
		CLFSH (CLFLUSH instruction supported)
		DS (Debug store)
		ACPI (ACPI supported)
		MMX (MMX technology supported)
		FXSR (FXSAVE and FXSTOR instructions supported)
		SSE (Streaming SIMD extensions)
		SSE2 (Streaming SIMD extensions 2)
		SS (Self-snoop)
		HTT (Multi-threading)
		TM (Thermal monitor supported)
		PBE (Pending break enabled)
	Version: Intel(R) Xeon(R) CPU E5-2670 0 @ 2.60GHz
	Voltage: 0.0 V
	External Clock: 100 MHz
	Max Speed: 4000 MHz
	Current Speed: 2600 MHz
	Status: Populated, Enabled
	Upgrade: Socket LGA2011
	L1 Cache Handle: 0x0009
	L2 Cache Handle: 0x000A
	L3 Cache Handle: 0x000B
	Serial Number: Not Specified
	Asset Tag: Not Specified
	Part Number: Not Specified
	Core Count: 8
	Core Enabled: 8
	Thread Count: 16
	Characteristics:
		64-bit capable
		Multi-Core
		Hardware Thread
		Execute Protection
		Enhanced Virtualization
		Power/Performance Control

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

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

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

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

Handle 0x000D, DMI type 9, 17 bytes
System Slot Information
	Designation: PCIE2
	Type: x16 PCI Express
	Current Usage: In Use
	Length: Long
	ID: 18
	Characteristics:
		3.3 V is provided
		Opening is shared
		PME signal is supported
	Bus Address: ffff:03:00.0

Handle 0x000E, DMI type 9, 17 bytes
System Slot Information
	Designation: PCIE3
	Type: x8 PCI Express
	Current Usage: In Use
	Length: Long
	ID: 19
	Characteristics:
		3.3 V is provided
		Opening is shared
		PME signal is supported
	Bus Address: ffff:04:00.0

Handle 0x000F, DMI type 9, 17 bytes
System Slot Information
	Designation: PCIE4
	Type: x16 PCI Express
	Current Usage: In Use
	Length: Long
	ID: 20
	Characteristics:
		3.3 V is provided
		Opening is shared
		PME signal is supported
	Bus Address: ffff:05:00.0

Handle 0x0010, DMI type 9, 17 bytes
System Slot Information
	Designation: PCIE5
	Type: x16 PCI Express
	Current Usage: In Use
	Length: Long
	ID: 21
	Characteristics:
		3.3 V is provided
		Opening is shared
		PME signal is supported
	Bus Address: ffff:81:00.0

Handle 0x0011, DMI type 9, 17 bytes
System Slot Information
	Designation: PCIE6
	Type: x4 PCI Express
	Current Usage: In Use
	Length: Long
	ID: 22
	Characteristics:
		3.3 V is provided
		Opening is shared
		PME signal is supported
	Bus Address: ffff:02:00.0

Handle 0x0012, DMI type 11, 5 bytes
OEM Strings
	String 1: To Be Filled By O.E.M.

Handle 0x0013, DMI type 16, 23 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: Multi-bit ECC
	Maximum Capacity: 96 GB
	Error Information Handle: Not Provided
	Number Of Devices: 8

Handle 0x0014, DMI type 19, 31 bytes
Memory Array Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x00DFFFFFFFF
	Range Size: 56 GB
	Physical Array Handle: 0x0013
	Partition Width: 1

Handle 0x0015, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0013
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 8192 MB
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm0
	Bank Locator: Node0_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Kingston          
	Serial Number: AE36520E    
	Asset Tag: Dimm0_AssetTag
	Part Number: 9965434-040.A
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x0016, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00000000000
	Ending Address: 0x001FFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x0015
	Memory Array Mapped Address Handle: 0x0014
	Partition Row Position: 1

Handle 0x0017, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0013
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: No Module Installed
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm1
	Bank Locator: Node0_Bank0
	Type: Unknown
	Type Detail: Synchronous
	Speed: Unknown
	Manufacturer: Dimm1_Manufacturer
	Serial Number: Dimm1_SerNum
	Asset Tag: Dimm1_AssetTag
	Part Number: Dimm1_PartNum
	Rank: Unknown
	Configured Clock Speed: Unknown

Handle 0x0018, DMI type 126, 35 bytes
Inactive

Handle 0x0019, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0013
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 8192 MB
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm2
	Bank Locator: Node0_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Undefined         
	Serial Number: 00000000    
	Asset Tag: Dimm2_AssetTag
	Part Number: F721GR64F9333
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x001A, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00200000000
	Ending Address: 0x003FFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x0019
	Memory Array Mapped Address Handle: 0x0014
	Partition Row Position: 1

Handle 0x001B, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0013
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 8192 MB
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm3
	Bank Locator: Node0_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Undefined         
	Serial Number: 00000000    
	Asset Tag: Dimm3_AssetTag
	Part Number: F721GR64F9333
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x001C, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00400000000
	Ending Address: 0x005FFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x001B
	Memory Array Mapped Address Handle: 0x0014
	Partition Row Position: 1

Handle 0x001D, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0013
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: No Module Installed
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm4
	Bank Locator: Node0_Bank0
	Type: Unknown
	Type Detail: Synchronous
	Speed: Unknown
	Manufacturer: Dimm4_Manufacturer
	Serial Number: Dimm4_SerNum
	Asset Tag: Dimm4_AssetTag
	Part Number: Dimm4_PartNum
	Rank: Unknown
	Configured Clock Speed: Unknown

Handle 0x001E, DMI type 126, 35 bytes
Inactive

Handle 0x001F, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0013
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: No Module Installed
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm5
	Bank Locator: Node0_Bank0
	Type: Unknown
	Type Detail: Synchronous
	Speed: Unknown
	Manufacturer: Dimm5_Manufacturer
	Serial Number: Dimm5_SerNum
	Asset Tag: Dimm5_AssetTag
	Part Number: Dimm5_PartNum
	Rank: Unknown
	Configured Clock Speed: Unknown

Handle 0x0020, DMI type 126, 35 bytes
Inactive

Handle 0x0021, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0013
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 16384 MB
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm6
	Bank Locator: Node0_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Micron            
	Serial Number: 45232780    
	Asset Tag: Dimm6_AssetTag
	Part Number: 72JSZS2G72PZ-
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x0022, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00600000000
	Ending Address: 0x009FFFFFFFF
	Range Size: 16 GB
	Physical Device Handle: 0x0021
	Memory Array Mapped Address Handle: 0x0014
	Partition Row Position: 1

Handle 0x0023, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0013
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 16384 MB
	Form Factor: DIMM
	Set: None
	Locator: Node0_Dimm7
	Bank Locator: Node0_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Micron            
	Serial Number: 45232754    
	Asset Tag: Dimm7_AssetTag
	Part Number: 72JSZS2G72PZ-
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x0024, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00A00000000
	Ending Address: 0x00DFFFFFFFF
	Range Size: 16 GB
	Physical Device Handle: 0x0023
	Memory Array Mapped Address Handle: 0x0014
	Partition Row Position: 1

Handle 0x0025, DMI type 16, 23 bytes
Physical Memory Array
	Location: System Board Or Motherboard
	Use: System Memory
	Error Correction Type: Multi-bit ECC
	Maximum Capacity: 96 GB
	Error Information Handle: Not Provided
	Number Of Devices: 8

Handle 0x0026, DMI type 19, 31 bytes
Memory Array Mapped Address
	Starting Address: 0x00E00000000
	Ending Address: 0x01BFFFFFFFF
	Range Size: 56 GB
	Physical Array Handle: 0x0025
	Partition Width: 1

Handle 0x0027, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0025
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: No Module Installed
	Form Factor: DIMM
	Set: None
	Locator: Node1_Dimm0
	Bank Locator: Node1_Bank0
	Type: Unknown
	Type Detail: Synchronous
	Speed: Unknown
	Manufacturer: Dimm0_Manufacturer
	Serial Number: Dimm0_SerNum
	Asset Tag: Dimm0_AssetTag
	Part Number: Dimm0_PartNum
	Rank: Unknown
	Configured Clock Speed: Unknown

Handle 0x0028, DMI type 126, 35 bytes
Inactive

Handle 0x0029, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0025
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: No Module Installed
	Form Factor: DIMM
	Set: None
	Locator: Node1_Dimm1
	Bank Locator: Node1_Bank0
	Type: Unknown
	Type Detail: Synchronous
	Speed: Unknown
	Manufacturer: Dimm1_Manufacturer
	Serial Number: Dimm1_SerNum
	Asset Tag: Dimm1_AssetTag
	Part Number: Dimm1_PartNum
	Rank: Unknown
	Configured Clock Speed: Unknown

Handle 0x002A, DMI type 126, 35 bytes
Inactive

Handle 0x002B, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0025
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 16384 MB
	Form Factor: DIMM
	Set: None
	Locator: Node1_Dimm2
	Bank Locator: Node1_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Micron            
	Serial Number: 452327A3    
	Asset Tag: Dimm2_AssetTag
	Part Number: 72JSZS2G72PZ-
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x002C, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x00E00000000
	Ending Address: 0x011FFFFFFFF
	Range Size: 16 GB
	Physical Device Handle: 0x002B
	Memory Array Mapped Address Handle: 0x0026
	Partition Row Position: 1

Handle 0x002D, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0025
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 16384 MB
	Form Factor: DIMM
	Set: None
	Locator: Node1_Dimm3
	Bank Locator: Node1_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Micron            
	Serial Number: 4523273E    
	Asset Tag: Dimm3_AssetTag
	Part Number: 72JSZS2G72PZ-
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x002E, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x01200000000
	Ending Address: 0x015FFFFFFFF
	Range Size: 16 GB
	Physical Device Handle: 0x002D
	Memory Array Mapped Address Handle: 0x0026
	Partition Row Position: 1

Handle 0x002F, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0025
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 8192 MB
	Form Factor: DIMM
	Set: None
	Locator: Node1_Dimm4
	Bank Locator: Node1_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Kingston          
	Serial Number: AF365F0E    
	Asset Tag: Dimm4_AssetTag
	Part Number: 9965434-040.A
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x0030, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x01600000000
	Ending Address: 0x017FFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x002F
	Memory Array Mapped Address Handle: 0x0026
	Partition Row Position: 1

Handle 0x0031, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0025
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: No Module Installed
	Form Factor: DIMM
	Set: None
	Locator: Node1_Dimm5
	Bank Locator: Node1_Bank0
	Type: Unknown
	Type Detail: Synchronous
	Speed: Unknown
	Manufacturer: Dimm5_Manufacturer
	Serial Number: Dimm5_SerNum
	Asset Tag: Dimm5_AssetTag
	Part Number: Dimm5_PartNum
	Rank: Unknown
	Configured Clock Speed: Unknown

Handle 0x0032, DMI type 126, 35 bytes
Inactive

Handle 0x0033, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0025
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 8192 MB
	Form Factor: DIMM
	Set: None
	Locator: Node1_Dimm6
	Bank Locator: Node1_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Undefined         
	Serial Number: 00000000    
	Asset Tag: Dimm6_AssetTag
	Part Number: F721GR64F9333
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x0034, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x01800000000
	Ending Address: 0x019FFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x0033
	Memory Array Mapped Address Handle: 0x0026
	Partition Row Position: 1

Handle 0x0035, DMI type 17, 34 bytes
Memory Device
	Array Handle: 0x0025
	Error Information Handle: Not Provided
	Total Width: 72 bits
	Data Width: 64 bits
	Size: 8192 MB
	Form Factor: DIMM
	Set: None
	Locator: Node1_Dimm7
	Bank Locator: Node1_Bank0
	Type: DDR3
	Type Detail: Registered (Buffered)
	Speed: 1066 MHz
	Manufacturer: Undefined         
	Serial Number: 00000000    
	Asset Tag: Dimm7_AssetTag
	Part Number: F721GR64F9333
	Rank: 4
	Configured Clock Speed: 1066 MHz

Handle 0x0036, DMI type 20, 35 bytes
Memory Device Mapped Address
	Starting Address: 0x01A00000000
	Ending Address: 0x01BFFFFFFFF
	Range Size: 8 GB
	Physical Device Handle: 0x0035
	Memory Array Mapped Address Handle: 0x0026
	Partition Row Position: 1

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

Handle 0x0041, DMI type 15, 73 bytes
System Event Log
	Area Length: 0 bytes
	Header Start Offset: 0x0000
	Header Length: 16 bytes
	Data Start Offset: 0x0010
	Access Method: Memory-mapped physical 32-bit address
	Access Address: 0xFFC50000
	Status: Valid, Not Full
	Change Token: 0x00000001
	Header Format: Type 1
	Supported Log Type Descriptors: 25
	Descriptor 1: Single-bit ECC memory error
	Data Format 1: Multiple-event handle
	Descriptor 2: Multi-bit ECC memory error
	Data Format 2: Multiple-event handle
	Descriptor 3: Parity memory error
	Data Format 3: None
	Descriptor 4: Bus timeout
	Data Format 4: None
	Descriptor 5: I/O channel block
	Data Format 5: None
	Descriptor 6: Software NMI
	Data Format 6: None
	Descriptor 7: POST memory resize
	Data Format 7: None
	Descriptor 8: POST error
	Data Format 8: POST results bitmap
	Descriptor 9: PCI parity error
	Data Format 9: Multiple-event handle
	Descriptor 10: PCI system error
	Data Format 10: Multiple-event handle
	Descriptor 11: CPU failure
	Data Format 11: None
	Descriptor 12: EISA failsafe timer timeout
	Data Format 12: None
	Descriptor 13: Correctable memory log disabled
	Data Format 13: None
	Descriptor 14: Logging disabled
	Data Format 14: None
	Descriptor 15: System limit exceeded
	Data Format 15: None
	Descriptor 16: Asynchronous hardware timer expired
	Data Format 16: None
	Descriptor 17: System configuration information
	Data Format 17: None
	Descriptor 18: Hard disk information
	Data Format 18: None
	Descriptor 19: System reconfigured
	Data Format 19: None
	Descriptor 20: Uncorrectable CPU-complex error
	Data Format 20: None
	Descriptor 21: Log area reset/cleared
	Data Format 21: None
	Descriptor 22: System boot
	Data Format 22: None
	Descriptor 23: End of log
	Data Format 23: None
	Descriptor 24: OEM-specific
	Data Format 24: OEM-specific
	Descriptor 25: OEM-specific
	Data Format 25: OEM-specific

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: edid2.bin
Type: application/octet-stream
Size: 256 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170708/52356e92/attachment-0002.bin>
-------------- next part --------------
Extracted contents:
header:          00 ff ff ff ff ff ff 00
serial number:   4c ab 00 00 01 00 00 00 23 17
version:         01 03
basic params:    81 56 30 78 0a
chroma info:     a5 8e a6 54 4a 9c 26 12 45 46
established:     00 00 00
standard:        01 01 01 01 01 01 01 01 01 01 01 01 01 01 01 01
descriptor 1:    04 74 00 30 f2 70 5a 80 b0 58 8a 00 56 e1 31 00 00 1e
descriptor 2:    04 74 00 30 f2 70 5a 80 b0 58 8a 00 56 e1 31 00 00 1e
descriptor 3:    00 00 00 fd 00 14 3e 34 46 0b 00 0a 20 20 20 20 20 20
descriptor 4:    00 00 00 fc 00 53 45 33 39 55 59 30 34 0a 20 20 20 20
extensions:      01
checksum:        2e

Manufacturer: SEK Model 0 Serial Number 1
Made week 35 of 2013
EDID version: 1.3
Digital display
DFP 1.x compatible TMDS
Maximum image size: 86 cm x 48 cm
Gamma: 2.20
Supported color formats: RGB 4:4:4, YCrCb 4:2:2
First detailed timing is preferred timing
Established timings supported:
Standard timings supported:
Detailed mode: Clock 297.000 MHz, 854 mm x 481 mm
               3840 4016 4104 4400 hborder 0
               2160 2168 2178 2250 vborder 0
               +hsync +vsync 
Detailed mode: Clock 297.000 MHz, 854 mm x 481 mm
               3840 4016 4104 4400 hborder 0
               2160 2168 2178 2250 vborder 0
               +hsync +vsync 
Monitor ranges (GTF): 20-62Hz V, 52-70kHz H, max dotclock 110MHz
Monitor name: SE39UY04
Has 1 extension blocks
Checksum: 0x2e (valid)

CEA extension block
Extension version: 3
Checksum: 0x8b (valid)

-------------- next part --------------
Linux version 4.12.0 (sundar at smaug) (gcc version 5.4.0 20160609 (Ubuntu 5.4.0-6ubuntu1~16.04.4) ) #1 SMP Sun Jul 2 22:53:09 PDT 2017
-------------- next part --------------
00:00.0 Host bridge: Intel Corporation Xeon E5/Core i7 DMI2 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 DMI2
	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
	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
	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 Xeon E5/Core i7 IIO PCI Express Root Port 1a
	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
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	Memory behind bridge: dfd00000-dfdfffff
	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 Xeon E5/Core i7 IIO PCI Express Root Port 1b
	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 5GT/s, Width x1, 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
	Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: de000000-df0fffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000d1ffffff
	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 Xeon E5/Core i7 IIO PCI Express Root Port 2a
	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 256 bytes, MaxReadReq 128 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 8GT/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 x16, 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: 8GT/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
	Bus: primary=00, secondary=04, subordinate=04, sec-latency=0
	Memory behind bridge: dfc00000-dfcfffff
	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 Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode
	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 8GT/s, Width x4, 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: 8GT/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
	Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: dfb00000-dfbfffff
	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 Xeon E5/Core i7 IIO PCI Express Root Port 3c
	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 x8, 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 109
	Region 0: Memory at dfe1c000 (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 111
	Region 0: Memory at dfe18000 (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 109
	Region 0: Memory at dfe14000 (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 111
	Region 0: Memory at dfe10000 (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 109
	Region 0: Memory at dfe0c000 (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 111
	Region 0: Memory at dfe08000 (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 109
	Region 0: Memory at dfe04000 (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 111
	Region 0: Memory at dfe00000 (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 Xeon E5/Core i7 Address Map, VTd_Misc, System Management
	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-
	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 Xeon E5/Core i7 Control Status and Global Errors
	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-
	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 Xeon E5/Core i7 I/O APIC
	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
	Region 0: Memory at dfe27000 (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
	Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
	I/O behind bridge: 00008000-00008fff
	Memory behind bridge: dfa00000-dfafffff
	Prefetchable memory behind bridge: 00000000d2400000-00000000d28fffff
	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 C600/X79 series chipset PCI Express Virtual Root Port
	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 C600/X79 series chipset MEI Controller
	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
	Region 0: Memory at dfe26000 (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 C600/X79 series chipset MEI Controller
	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
	Region 0: Memory at dfe25000 (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 C600/X79 series chipset USB2 Enhanced Host Controller
	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
	Region 0: Memory at dfe23000 (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

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
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 00007000-00007fff
	Memory behind bridge: df700000-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] 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 <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: fee00338  Data: 0000
	Capabilities: [90] Subsystem: ASRock Incorporation C600/X79 series chipset PCI Express Root Port 1
	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
	Bus: primary=00, secondary=08, subordinate=08, sec-latency=0
	I/O behind bridge: 00006000-00006fff
	Memory behind bridge: df500000-df6fffff
	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 C600/X79 series chipset PCI Express Root Port 2
	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 35
	Bus: primary=00, secondary=09, subordinate=09, sec-latency=0
	I/O behind bridge: 00005000-00005fff
	Memory behind bridge: df900000-df9fffff
	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: fee00398  Data: 0000
	Capabilities: [90] Subsystem: ASRock Incorporation C600/X79 series chipset PCI Express Root Port 5
	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.6 PCI bridge: Intel Corporation C600/X79 series chipset PCI Express Root Port 7 (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 C routed to IRQ 36
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 00004000-00004fff
	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 #7, 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: fee003d8  Data: 0000
	Capabilities: [90] Subsystem: ASRock Incorporation C600/X79 series chipset PCI Express Root Port 7
	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
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: 00003000-00003fff
	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: fee00418  Data: 0000
	Capabilities: [90] Subsystem: ASRock Incorporation C600/X79 series chipset PCI Express Root Port 8
	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 C600/X79 series chipset USB2 Enhanced Host Controller
	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
	Region 0: Memory at dfe22000 (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

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
	Bus: primary=00, secondary=0c, subordinate=0c, 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 82801 PCI Bridge

00:1f.0 ISA bridge: Intel Corporation C600/X79 series chipset LPC Controller (rev 06)
	Subsystem: ASRock Incorporation C600/X79 series chipset LPC Controller
	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
	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 C600/X79 series chipset 6-Port SATA AHCI Controller
	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 49
	Region 0: I/O ports at b070 [size=8]
	Region 1: I/O ports at b060 [size=4]
	Region 2: I/O ports at b050 [size=8]
	Region 3: I/O ports at b040 [size=4]
	Region 4: I/O ports at b020 [size=32]
	Region 5: Memory at dfe21000 (32-bit, non-prefetchable) [size=2K]
	Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee00578  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 C600/X79 series chipset SMBus Host Controller
	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 5
	Region 0: Memory at dfe20000 (64-bit, non-prefetchable) [disabled] [size=256]
	Region 4: I/O ports at b000 [size=32]
	Kernel modules: i2c_i801

02:00.0 USB controller: Renesas Technology Corp. uPD720201 USB 3.0 Host Controller (rev 03) (prog-if 30 [XHCI])
	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
	Region 0: Memory at dfd00000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] 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: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			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 x1, ASPM L0s L1, Exit Latency L0s <4us, L1 unlimited
			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: [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: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: xhci_hcd

03:00.0 VGA compatible controller: NVIDIA Corporation GM107 [GeForce GTX 750 Ti] (rev a2) (prog-if 00 [VGA controller])
	Subsystem: eVga.com. Corp. GM107 [GeForce GTX 750 Ti]
	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 55
	Region 0: Memory at de000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at d0000000 (64-bit, prefetchable) [size=32M]
	Region 5: I/O ports at a000 [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: 00000000fee00638  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 8GT/s, Width x16, 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 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR+, OBFF Via message
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 8GT/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: [250 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Capabilities: [258 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=255us PortTPowerOnTime=10us
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
	Capabilities: [900 v1] #19
	Kernel driver in use: nouveau
	Kernel modules: nvidiafb, nouveau

03:00.1 Audio device: NVIDIA Corporation Device 0fbc (rev a1)
	Subsystem: eVga.com. Corp. Device 3753
	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 10
	Region 0: Memory at df080000 (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-
		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 8GT/s, Width x16, 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 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range AB, TimeoutDis+, LTR+, OBFF Via message
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Kernel modules: snd_hda_intel

04:00.0 Non-Volatile memory controller: Samsung Electronics Co Ltd NVMe SSD Controller SM961/PM961 (prog-if 02 [NVM Express])
	Subsystem: Samsung Electronics Co Ltd Device a801
	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
	Region 0: Memory at dfc00000 (64-bit, non-prefetchable) [size=16K]
	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/32 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [70] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 8GT/s, Width x4, ASPM L1, Exit Latency L0s unlimited, L1 <64us
			ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp+
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 8GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR+, OBFF Not Supported
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
		LnkCtl2: Target Link Speed: 8GT/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: [b0] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00003000
		PBA: BAR=0 offset=00002000
	Capabilities: [100 v2] 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: [148 v1] Device Serial Number 00-00-00-00-00-00-00-00
	Capabilities: [158 v1] Power Budgeting <?>
	Capabilities: [168 v1] #19
	Capabilities: [188 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Capabilities: [190 v1] L1 PM Substates
		L1SubCap: PCI-PM_L1.2+ PCI-PM_L1.1+ ASPM_L1.2+ ASPM_L1.1+ L1_PM_Substates+
			  PortCommonModeRestoreTime=10us PortTPowerOnTime=10us
	Kernel driver in use: nvme
	Kernel modules: nvme

05:00.0 Serial Attached SCSI controller: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon] (rev 03)
	Subsystem: LSI Logic / Symbios Logic SAS2008 PCI-Express Fusion-MPT SAS-2 [Falcon]
	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
	Region 0: I/O ports at 9000 [size=256]
	Region 1: Memory at dfbc0000 (64-bit, non-prefetchable) [size=16K]
	Region 3: Memory at dfb80000 (64-bit, non-prefetchable) [size=256K]
	Expansion ROM at dfb00000 [disabled] [size=512K]
	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: [68] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 4096 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
		DevCtl:	Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
			RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop+ FLReset-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x8, ASPM L0s, 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 5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range BC, 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: [d0] Vital Product Data
		Not readable
	Capabilities: [a8] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [c0] MSI-X: Enable+ Count=15 Masked-
		Vector table: BAR=1 offset=00002000
		PBA: BAR=1 offset=00003800
	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] Power Budgeting <?>
	Kernel driver in use: mpt3sas
	Kernel modules: mpt3sas

06:00.0 Serial Attached SCSI controller: Intel Corporation C602 chipset 4-Port SATA Storage Control Unit (rev 06)
	Subsystem: ASRock Incorporation C602 chipset 4-Port SATA Storage Control Unit
	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
	Region 0: Memory at d287c000 (64-bit, prefetchable) [size=16K]
	Region 2: Memory at d2400000 (64-bit, prefetchable) [size=4M]
	Region 4: I/O ports at 8000 [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+
		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 00000000d2800000 (64-bit, prefetchable)
		VF Migration: offset: 00000000, BIR: 0
	Kernel driver in use: isci
	Kernel modules: isci

07:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: ASRock Incorporation 82574L Gigabit Network Connection
	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
	Region 0: Memory at df840000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at df700000 (32-bit, non-prefetchable) [size=1M]
	Region 2: I/O ports at 7000 [size=32]
	Region 3: Memory at df860000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at df800000 [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-
		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-c0-20-a0
	Kernel driver in use: e1000e
	Kernel modules: e1000e

08:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: ASRock Incorporation 82574L Gigabit Network Connection
	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
	Region 0: Memory at df640000 (32-bit, non-prefetchable) [size=128K]
	Region 1: Memory at df500000 (32-bit, non-prefetchable) [size=1M]
	Region 2: I/O ports at 6000 [size=32]
	Region 3: Memory at df660000 (32-bit, non-prefetchable) [size=16K]
	Expansion ROM at df600000 [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-
		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-c0-20-9e
	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 88SE9230 PCIe SATA 6Gb/s Controller
	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 56
	Region 0: I/O ports at 5050 [size=8]
	Region 1: I/O ports at 5040 [size=4]
	Region 2: I/O ports at 5030 [size=8]
	Region 3: I/O ports at 5020 [size=4]
	Region 4: I/O ports at 5000 [size=32]
	Region 5: Memory at df910000 (32-bit, non-prefetchable) [size=2K]
	Expansion ROM at df900000 [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: fee00658  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

0a:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: ASRock Incorporation 82574L Gigabit Network Connection
	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 18
	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 4000 [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-
		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-c0-20-a1
	Kernel driver in use: e1000e
	Kernel modules: e1000e

0b:00.0 Ethernet controller: Intel Corporation 82574L Gigabit Network Connection
	Subsystem: ASRock Incorporation 82574L Gigabit Network Connection
	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
	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 3000 [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-
		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-c0-20-9f
	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 Xeon E5/Core i7 QPI Link 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-

7f:08.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 QPI Link Reut 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-
	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 Xeon E5/Core i7 QPI Link Reut 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-
	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 Xeon E5/Core i7 QPI Link 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-

7f:09.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 QPI Link Reut 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-
	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 Xeon E5/Core i7 QPI Link Reut 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-
	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 Xeon E5/Core i7 Power Control Unit 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-

7f:0a.1 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Power Control Unit 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-

7f:0a.2 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Power Control Unit 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-

7f:0a.3 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Power Control Unit 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-

7f:0b.0 System peripheral: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Interrupt Control Registers
	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-

7f:0b.3 System peripheral: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers
	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-

7f:0c.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

7f:0c.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

7f:0c.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

7f:0c.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

7f:0c.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 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-

7f:0c.7 System peripheral: Intel Corporation Xeon E5/Core i7 System Address Decoder (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 System Address Decoder
	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-

7f:0d.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

7f:0d.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

7f:0d.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

7f:0d.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

7f:0d.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 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-

7f:0e.0 System peripheral: Intel Corporation Xeon E5/Core i7 Processor Home Agent (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Processor Home Agent
	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-

7f:0e.1 Performance counters: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring
	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-
	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 Xeon E5/Core i7 Integrated Memory Controller Registers
	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-
	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 Xeon E5/Core i7 Integrated Memory Controller RAS Registers
	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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-

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 Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 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-
	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 Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 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-
	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 Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 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-
	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 Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 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-
	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 Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 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-
	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 Xeon E5/Core i7 DDRIO
	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-

7f:13.0 System peripheral: Intel Corporation Xeon E5/Core i7 R2PCIe (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 R2PCIe
	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-

7f:13.1 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor
	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-
	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 Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers
	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-

7f:13.5 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor
	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-
	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 Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor
	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-
	Kernel driver in use: snbep_uncore

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 39
	Bus: primary=80, secondary=81, subordinate=81, sec-latency=0
	Memory behind bridge: fbd00000-fbefffff
	Prefetchable memory behind bridge: 00000000fb000000-00000000fb7fffff
	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 Xeon E5/Core i7 IIO PCI Express Root Port 3a in PCI Express Mode
	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 8GT/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: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 119
	Region 0: Memory at fbf1c000 (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 121
	Region 0: Memory at fbf18000 (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 119
	Region 0: Memory at fbf14000 (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 121
	Region 0: Memory at fbf10000 (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 119
	Region 0: Memory at fbf0c000 (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 121
	Region 0: Memory at fbf08000 (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 119
	Region 0: Memory at fbf04000 (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 121
	Region 0: Memory at fbf00000 (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 Xeon E5/Core i7 Address Map, VTd_Misc, System Management
	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-
	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 Xeon E5/Core i7 Control Status and Global Errors
	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-
	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 Xeon E5/Core i7 I/O APIC
	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
	Region 0: Memory at fbf20000 (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 Ethernet controller: Mellanox Technologies MT26448 [ConnectX EN 10GigE, PCIe 2.0 5GT/s] (rev b0)
	Subsystem: Mellanox Technologies MT26448 [ConnectX EN 10GigE, PCIe 2.0 5GT/s]
	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
	Region 0: Memory at fbe00000 (64-bit, non-prefetchable) [size=1M]
	Region 2: Memory at fb000000 (64-bit, prefetchable) [size=8M]
	Expansion ROM at fbd00000 [disabled] [size=1M]
	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: [48] Vital Product Data
		Product Name: HP ConnectX-2 SFP+
		Read-only fields:
			[PN] Part number: 666172-001           
			[EC] Engineering changes: A1
			[SN] Serial number: IL21470254              
			[V0] Vendor specific: PCIe Gen2 x8    
			[RV] Reserved: checksum good, 0 byte(s) reserved
		Read/write fields:
			[V1] Vendor specific: N/A   
			[YA] Asset tag: N/A                             
			[RW] Read-write area: 102 byte(s) free
		End
	Capabilities: [9c] MSI-X: Enable+ Count=128 Masked-
		Vector table: BAR=0 offset=0007c000
		PBA: BAR=0 offset=0007d000
	Capabilities: [60] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- FLReset-
			MaxPayload 256 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #8, Speed 5GT/s, Width x8, ASPM L0s, Exit Latency L0s unlimited, L1 unlimited
			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 ABCD, 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] Alternative Routing-ID Interpretation (ARI)
		ARICap:	MFVC- ACS-, Next Function: 0
		ARICtl:	MFVC- ACS-, Function Group: 0
	Capabilities: [148 v1] Device Serial Number 00-02-c9-03-00-52-20-c2
	Kernel driver in use: mlx4_core
	Kernel modules: mlx4_core

ff:08.0 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 QPI Link 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-

ff:08.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 QPI Link Reut 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-
	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 Xeon E5/Core i7 QPI Link Reut 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-
	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 Xeon E5/Core i7 QPI Link 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-

ff:09.3 System peripheral: Intel Corporation Xeon E5/Core i7 QPI Link Reut 1 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 QPI Link Reut 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-
	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 Xeon E5/Core i7 QPI Link Reut 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-
	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 Xeon E5/Core i7 Power Control Unit 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-

ff:0a.1 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 1 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Power Control Unit 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-

ff:0a.2 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 2 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Power Control Unit 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-

ff:0a.3 System peripheral: Intel Corporation Xeon E5/Core i7 Power Control Unit 3 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Power Control Unit 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-

ff:0b.0 System peripheral: Intel Corporation Xeon E5/Core i7 Interrupt Control Registers (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Interrupt Control Registers
	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-

ff:0b.3 System peripheral: Intel Corporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Semaphore and Scratchpad Configuration Registers
	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-

ff:0c.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

ff:0c.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

ff:0c.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

ff:0c.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

ff:0c.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 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-

ff:0c.7 System peripheral: Intel Corporation Xeon E5/Core i7 System Address Decoder (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 System Address Decoder
	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-

ff:0d.0 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

ff:0d.1 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

ff:0d.2 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

ff:0d.3 System peripheral: Intel Corporation Xeon E5/Core i7 Unicast Register 0 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Unicast Register 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-

ff:0d.6 System peripheral: Intel Corporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 1 (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Integrated Memory Controller System Address Decoder 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-

ff:0e.0 System peripheral: Intel Corporation Xeon E5/Core i7 Processor Home Agent (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Processor Home Agent
	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-

ff:0e.1 Performance counters: Intel Corporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Processor Home Agent Performance Monitoring
	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-
	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 Xeon E5/Core i7 Integrated Memory Controller Registers
	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-
	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 Xeon E5/Core i7 Integrated Memory Controller RAS Registers
	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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Target Address Decoder 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-

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 Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 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-
	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 Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 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-
	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 Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 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-
	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 Xeon E5/Core i7 Integrated Memory Controller Channel 0-3 Thermal Control 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-
	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 Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 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-
	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 Xeon E5/Core i7 Integrated Memory Controller ERROR Registers 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-
	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 Xeon E5/Core i7 DDRIO
	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-

ff:13.0 System peripheral: Intel Corporation Xeon E5/Core i7 R2PCIe (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 R2PCIe
	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-

ff:13.1 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Ring to PCI Express Performance Monitor
	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-
	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 Xeon E5/Core i7 QuickPath Interconnect Agent Ring Registers
	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-

ff:13.5 Performance counters: Intel Corporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor (rev 07)
	Subsystem: ASRock Incorporation Xeon E5/Core i7 Ring to QuickPath Interconnect Link 0 Performance Monitor
	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-
	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 Xeon E5/Core i7 Ring to QuickPath Interconnect Link 1 Performance Monitor
	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-
	Kernel driver in use: snbep_uncore

-------------- next part --------------
sundar at smaug:~/kernel/build/linux-4.12$ ./scripts/get_maintainer.pl -f drivers/gpu/drm/nouveau/nouveau_bo.c

Ben Skeggs <bskeggs at redhat.com> (supporter:DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS)
David Airlie <airlied at linux.ie> (maintainer:DRM DRIVERS)
dri-devel at lists.freedesktop.org (open list:DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS)
nouveau at lists.freedesktop.org (open list:DRM DRIVER FOR NVIDIA GEFORCE/QUADRO GPUS)
linux-kernel at vger.kernel.org (open list)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: orig_edid.bin
Type: application/octet-stream
Size: 256 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170708/52356e92/attachment-0003.bin>
-------------- next part --------------
Extracted contents:
header:          00 ff ff ff ff ff ff 00
serial number:   4c ab 00 00 01 00 00 00 23 17
version:         01 03
basic params:    81 56 30 78 0a
chroma info:     a5 8e a6 54 4a 9c 26 12 45 46
established:     00 00 00
standard:        d1 c0 01 01 01 01 01 01 01 01 01 01 01 01 01 01
descriptor 1:    04 74 00 30 f2 70 5a 80 b0 58 8a 00 56 e1 31 00 00 1e
descriptor 2:    9a 29 a0 d0 51 84 22 30 50 98 36 00 60 e1 31 00 00 1c
descriptor 3:    00 00 00 fd 00 32 4b 18 3c 0b 00 0a 20 20 20 20 20 20
descriptor 4:    00 00 00 fc 00 53 45 33 39 55 59 30 34 0a 20 20 20 20
extensions:      01
checksum:        90

Manufacturer: SEK Model 0 Serial Number 1
Made week 35 of 2013
EDID version: 1.3
Digital display
DFP 1.x compatible TMDS
Maximum image size: 86 cm x 48 cm
Gamma: 2.20
Supported color formats: RGB 4:4:4, YCrCb 4:2:2
First detailed timing is preferred timing
Established timings supported:
Standard timings supported:
  1920x1080 at 60Hz
Detailed mode: Clock 297.000 MHz, 854 mm x 481 mm
               3840 4016 4104 4400 hborder 0
               2160 2168 2178 2250 vborder 0
               +hsync +vsync 
Detailed mode: Clock 106.500 MHz, 864 mm x 481 mm
               1440 1520 1672 1904 hborder 0
                900  903  909  934 vborder 0
               -hsync +vsync 
Monitor ranges (GTF): 50-75Hz V, 24-60kHz H, max dotclock 110MHz
Monitor name: SE39UY04
Has 1 extension blocks
Checksum: 0x90 (valid)

CEA extension block
Extension version: 3
38 bytes of CEA data
  Video data block
    VIC 06 1440x480i at 60Hz 
    VIC 07 1440x480i at 60Hz 
    VIC 02 720x480 at 60Hz 
    VIC 03 720x480 at 60Hz 
    VIC 21 1440x576i at 50Hz 
    VIC 22 1440x576i at 50Hz (native)
    VIC 17 720x576 at 50Hz 
    VIC 18 720x576 at 50Hz 
    VIC 19 1280x720 at 50Hz 
    VIC 04 1280x720 at 60Hz 
    VIC 20 1920x1080i at 50Hz 
    VIC 05 1920x1080i at 60Hz 
    VIC 31 1920x1080 at 50Hz 
    VIC 16 1920x1080 at 60Hz (native)
    VIC 32 1920x1080 at 24Hz 
  Audio data block
    Linear PCM, max channels 1
    Supported sample rates (kHz): 48 44.1 32
    Supported sample sizes (bits): 24 20 16
  Speaker allocation data block
  Vendor-specific data block, OUI 000c03 (HDMI)
    Source physical address 2.0.0.0
    DC_Y444
    Maximum TMDS clock: 300MHz
    Extended HDMI video details:
      3D-capable-VIC mask present
      HDMI VIC 0 3840x2160 at 30Hz
      HDMI VIC 1 3840x2160 at 25Hz
      HDMI VIC 2 3840x2160 at 24Hz
      3D: Side-by-side (half, quincunx)
      3D: Side-by-side (full)
      3D: Field-alternative
      3D VIC indices: 4 7 12 14 15
      VIC index 2 supports frame packing
      VIC index 4 supports frame packing
      VIC index 3 supports unknown
      VIC index 2 supports frame packing
Basic audio support
Supports YCbCr 4:4:4
Supports YCbCr 4:2:2
1 native detailed modes
Detailed mode: Clock 27.000 MHz, 854 mm x 481 mm
                720  732  796  864 hborder 0
                576  581  586  625 vborder 0
               -hsync -vsync 
Detailed mode: Clock 74.250 MHz, 854 mm x 481 mm
               1920 2008 2052 2200 hborder 0
                540  542  547  562 vborder 0
               +hsync +vsync interlaced 
Detailed mode: Clock 74.250 MHz, 854 mm x 481 mm
               1920 2448 2492 2640 hborder 0
                540  542  547  562 vborder 0
               +hsync +vsync interlaced 
Detailed mode: Clock 74.250 MHz, 854 mm x 481 mm
               1280 1720 1760 1980 hborder 0
                720  725  730  750 vborder 0
               +hsync +vsync 
Checksum: 0x88 (valid)

-------------- next part --------------
Setup and brief environment:
    - Kernel 4.12.0 - vanilla, no patches
    - Dual-monitor setup
    - Monitor 1:
        - Dell U3011 30-inch 2560x1600 over DVI-I
        - Never has a problem
    - Monitor 2:
        - Seiki SE39UY04 (TV) over DisplayPort @3840x2160
        - Has a problem ONLY when monitor is SWITCHED OFF AND ON AGAIN
    - Graphics card:
        - GeForce GTX 750Ti 2GB GDDR5 128bit, Dual-Link DVI-I, HDMI, DP 1.2 Graphics Card
        - eVGA 02G-P4-3753-KR
        - eVGA link: http://www.evga.com/Products/Product.aspx?pn=02G-P4-3753-KR
    - Seiki monitor EDID:
        - The monitor has a bad EDID - see attached orig_edid.bin
        - I have a modified EDID file - see attached edid2.bin with ONLY the
            correct resolution
        - I use video=DP-1:3840x2160 drm_kms_helper.edid_firmware=DP-1:edid/edid2.bin
            to specify the exact resolution and use my custom EDID file

What works (perfectly):
    - Both monitors startup at full resolution
    - xorg starts up at full resolution on both monitors
    - Monitor 1 (Dell U3011) NEVER has any problem
    - While booting, nouveau finds and uses my custom EDID file

Problem:
    - When DPMS kicks in, the Dell U3011 monitor goes to sleep (normal) and
        the Seiki monitor shows 'No Signal' on the screen
    - About 15 mins after DPMS kicks in, the Seiki monitor switches off
    - The Seiki monitor has to be manually switched on with the power button
    - This behavior cannot be changed - no setting for this on the monitor
    - When I switch the Seiki monitor ON, the screen will be blank and
        'xrandr -q' shows it as disconnected
    - When I switch to a virtual console (using CTRL-ALT-F1), the following message appears
        on the console:

Jul  7 23:34:28 smaug kernel: [ 8340.750889] nouveau 0000:03:00.0: disp: outp 03:0006:0f42: link training failed
Jul  7 23:34:28 smaug kernel: [ 8340.750940] nouveau 0000:03:00.0: disp: outp 03:0006:0f42: link not trained before attach

    - This message appears ONLY when I switch to the virtual console, and NOT until then
    - When the monitor is switched on, the attached kernel trace appears in the kernel log
    - After switching to the virtual console and back to X, the monitor will show
        a SERIES of garbled screens (probably bad timings, but I am not sure), each
        lasting about 10-15 secs. After a few MINUTES (perhaps 2-3 minutes),
        the Seiki monitor will be restored back to full resolution
    - As the monitor is restored to full resolution, the following message will
        appear in the kernel log:

Jul  7 23:37:44 smaug kernel: [ 8537.487664] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"

    - The problem only happens if the Seiki monitor is in the OFF state for QUITE A LONG TIME
    - E.g., if I turn it back on within 5 mins, the problem does not occur


Problem wasn't happening until about 4-5 months ago (when I was using an older kernel version).
I have gone back to 4.11, but it still happens. Must be a versionolder than that. Unfortunately, I do not remember which version worked, but was a 4.x version.
-------------- next part --------------
BOOT_IMAGE=/boot/vmlinuz-4.12.0 root=UUID=b8334ad4-c3bc-4d18-bdf8-e3284e03cdbd ro net.ifnames=0 biosdevname=0 nomdmonddf nomdmonisw video=DVI-I-1:2560x1600 at 60 video=DP-1:3840x2160 drm_kms_helper.edid_firmware=DP-1:edid/edid2.bin
-------------- next part --------------
00000000-00000000 : Reserved
00000000-00000000 : System RAM
00000000-00000000 : PCI Bus 0000:00
00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : Video ROM
  00000000-00000000 : Adapter ROM
  00000000-00000000 : Adapter ROM
00000000-00000000 : System ROM
00000000-00000000 : System RAM
00000000-00000000 : Reserved
00000000-00000000 : ACPI Tables
00000000-00000000 : ACPI Non-volatile Storage
00000000-00000000 : Reserved
00000000-00000000 : Unknown E820 type
00000000-00000000 : System RAM
00000000-00000000 : ACPI Non-volatile Storage
00000000-00000000 : System RAM
00000000-00000000 : RAM buffer
00000000-00000000 : PCI Bus 0000:00
  00000000-00000000 : PCI MMCONFIG 0000 [bus 00-ff]
    00000000-00000000 : Reserved
  00000000-00000000 : PCI Bus 0000:03
    00000000-00000000 : 0000:03:00.0
    00000000-00000000 : 0000:03:00.0
  00000000-00000000 : PCI Bus 0000:06
    00000000-00000000 : 0000:06:00.0
      00000000-00000000 : isci
    00000000-00000000 : 0000:06:00.0
    00000000-00000000 : 0000:06:00.0
      00000000-00000000 : isci
  00000000-00000000 : PCI Bus 0000:03
    00000000-00000000 : 0000:03:00.0
    00000000-00000000 : 0000:03:00.1
  00000000-00000000 : PCI Bus 0000:0b
    00000000-00000000 : 0000:0b:00.0
      00000000-00000000 : e1000e
    00000000-00000000 : 0000:0b:00.0
    00000000-00000000 : 0000:0b:00.0
      00000000-00000000 : e1000e
    00000000-00000000 : 0000:0b:00.0
      00000000-00000000 : e1000e
  00000000-00000000 : PCI Bus 0000:0a
    00000000-00000000 : 0000:0a:00.0
      00000000-00000000 : e1000e
    00000000-00000000 : 0000:0a:00.0
    00000000-00000000 : 0000:0a:00.0
      00000000-00000000 : e1000e
    00000000-00000000 : 0000:0a:00.0
      00000000-00000000 : e1000e
  00000000-00000000 : PCI Bus 0000:08
    00000000-00000000 : 0000:08:00.0
      00000000-00000000 : e1000e
    00000000-00000000 : 0000:08:00.0
    00000000-00000000 : 0000:08:00.0
      00000000-00000000 : e1000e
    00000000-00000000 : 0000:08:00.0
      00000000-00000000 : e1000e
  00000000-00000000 : PCI Bus 0000:07
    00000000-00000000 : 0000:07:00.0
      00000000-00000000 : e1000e
    00000000-00000000 : 0000:07:00.0
    00000000-00000000 : 0000:07:00.0
      00000000-00000000 : e1000e
    00000000-00000000 : 0000:07:00.0
      00000000-00000000 : e1000e
  00000000-00000000 : PCI Bus 0000:09
    00000000-00000000 : 0000:09:00.0
    00000000-00000000 : 0000:09:00.0
      00000000-00000000 : ahci
  00000000-00000000 : PCI Bus 0000:06
  00000000-00000000 : PCI Bus 0000:05
    00000000-00000000 : 0000:05:00.0
    00000000-00000000 : 0000:05:00.0
      00000000-00000000 : mpt2sas
    00000000-00000000 : 0000:05:00.0
      00000000-00000000 : mpt2sas
  00000000-00000000 : PCI Bus 0000:04
    00000000-00000000 : 0000:04:00.0
      00000000-00000000 : nvme
  00000000-00000000 : PCI Bus 0000:02
    00000000-00000000 : 0000:02:00.0
      00000000-00000000 : xhci-hcd
  00000000-00000000 : 0000:00:04.7
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:00:04.6
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:00:04.5
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:00:04.4
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:00:04.3
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:00:04.2
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:00:04.1
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:00:04.0
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:00:1f.3
  00000000-00000000 : 0000:00:1f.2
    00000000-00000000 : ahci
  00000000-00000000 : 0000:00:1d.0
    00000000-00000000 : ehci_hcd
  00000000-00000000 : 0000:00:1a.0
    00000000-00000000 : ehci_hcd
  00000000-00000000 : 0000:00:16.1
  00000000-00000000 : 0000:00:16.0
  00000000-00000000 : 0000:00:05.4
  00000000-00000000 : dmar1
00000000-00000000 : PCI Bus 0000:80
  00000000-00000000 : PCI Bus 0000:81
    00000000-00000000 : 0000:81:00.0
      00000000-00000000 : mlx4_core
  00000000-00000000 : PCI Bus 0000:81
    00000000-00000000 : 0000:81:00.0
    00000000-00000000 : 0000:81:00.0
      00000000-00000000 : mlx4_core
  00000000-00000000 : 0000:80:04.7
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:80:04.6
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:80:04.5
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:80:04.4
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:80:04.3
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:80:04.2
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:80:04.1
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:80:04.0
    00000000-00000000 : ioatdma
  00000000-00000000 : 0000:80:05.4
  00000000-00000000 : dmar0
00000000-00000000 : pnp 00:00
00000000-00000000 : pnp 00:00
00000000-00000000 : pnp 00:00
00000000-00000000 : pnp 00:00
00000000-00000000 : IOAPIC 0
00000000-00000000 : IOAPIC 1
00000000-00000000 : IOAPIC 2
00000000-00000000 : HPET 0
  00000000-00000000 : PNP0103:00
00000000-00000000 : pnp 00:06
00000000-00000000 : Reserved
  00000000-00000000 : pnp 00:06
    00000000-00000000 : iTCO_wdt.0.auto
00000000-00000000 : pnp 00:00
00000000-00000000 : Local APIC
00000000-00000000 : Reserved
  00000000-00000000 : pnp 00:06
00000000-00000000 : System RAM
  00000000-00000000 : Kernel code
  00000000-00000000 : Kernel data
  00000000-00000000 : Kernel bss
-------------- next part --------------
0000-0000 : PCI Bus 0000:00
  0000-0000 : dma1
  0000-0000 : pic1
  0000-0000 : timer0
  0000-0000 : timer1
  0000-0000 : keyboard
  0000-0000 : PNP0800:00
  0000-0000 : keyboard
  0000-0000 : rtc0
  0000-0000 : dma page reg
  0000-0000 : pic2
  0000-0000 : dma2
  0000-0000 : PNP0C04:00
    0000-0000 : fpu
  0000-0000 : pnp 00:02
0000-0000 : PCI Bus 0000:00
0000-0000 : PCI Bus 0000:00
  0000-0000 : pnp 00:06
    0000-0000 : ACPI PM1a_EVT_BLK
    0000-0000 : ACPI PM1a_CNT_BLK
    0000-0000 : ACPI PM_TMR
    0000-0000 : ACPI GPE0_BLK
    0000-0000 : iTCO_wdt.0.auto
    0000-0000 : ACPI PM2_CNT_BLK
  0000-0000 : pnp 00:07
  0000-0000 : pnp 00:06
    0000-0000 : iTCO_wdt.0.auto
  0000-0000 : pnp 00:05
  0000-0000 : pnp 00:06
  0000-0000 : pnp 00:03
  0000-0000 : IPI0001:00
    0000-0000 : ipmi_si
  0000-0000 : IPI0001:00
    0000-0000 : ipmi_si
0000-0000 : PCI conf1
0000-0000 : PCI Bus 0000:00
  0000-0000 : pnp 00:06
  0000-0000 : PCI Bus 0000:0b
    0000-0000 : 0000:0b:00.0
  0000-0000 : PCI Bus 0000:0a
    0000-0000 : 0000:0a:00.0
  0000-0000 : PCI Bus 0000:09
    0000-0000 : 0000:09:00.0
      0000-0000 : ahci
    0000-0000 : 0000:09:00.0
      0000-0000 : ahci
    0000-0000 : 0000:09:00.0
      0000-0000 : ahci
    0000-0000 : 0000:09:00.0
      0000-0000 : ahci
    0000-0000 : 0000:09:00.0
      0000-0000 : ahci
  0000-0000 : PCI Bus 0000:08
    0000-0000 : 0000:08:00.0
  0000-0000 : PCI Bus 0000:07
    0000-0000 : 0000:07:00.0
  0000-0000 : PCI Bus 0000:06
    0000-0000 : 0000:06:00.0
  0000-0000 : PCI Bus 0000:05
    0000-0000 : 0000:05:00.0
  0000-0000 : PCI Bus 0000:03
    0000-0000 : 0000:03:00.0
  0000-0000 : 0000:00:1f.3
  0000-0000 : 0000:00:1f.2
    0000-0000 : ahci
  0000-0000 : 0000:00:1f.2
    0000-0000 : ahci
  0000-0000 : 0000:00:1f.2
    0000-0000 : ahci
  0000-0000 : 0000:00:1f.2
    0000-0000 : ahci
  0000-0000 : 0000:00:1f.2
    0000-0000 : ahci
0000-0000 : PCI Bus 0000:80
-------------- next part --------------
rfcomm 77824 2 - Live 0x0000000000000000
nvram 16384 0 - Live 0x0000000000000000
msr 16384 0 - Live 0x0000000000000000
cp210x 28672 0 - Live 0x0000000000000000
bnep 20480 2 - Live 0x0000000000000000
snd_usb_audio 196608 3 - Live 0x0000000000000000
snd_usbmidi_lib 32768 1 snd_usb_audio, Live 0x0000000000000000
snd_hwdep 16384 1 snd_usb_audio, Live 0x0000000000000000
snd_pcm 102400 1 snd_usb_audio, Live 0x0000000000000000
snd_seq_midi 16384 0 - Live 0x0000000000000000
snd_seq_midi_event 16384 1 snd_seq_midi, Live 0x0000000000000000
snd_rawmidi 32768 2 snd_usbmidi_lib,snd_seq_midi, Live 0x0000000000000000
snd_seq 65536 2 snd_seq_midi,snd_seq_midi_event, Live 0x0000000000000000
uvcvideo 90112 0 - Live 0x0000000000000000
videobuf2_vmalloc 16384 1 uvcvideo, Live 0x0000000000000000
snd_seq_device 16384 3 snd_seq_midi,snd_rawmidi,snd_seq, Live 0x0000000000000000
videobuf2_memops 16384 1 videobuf2_vmalloc, Live 0x0000000000000000
snd_timer 32768 2 snd_pcm,snd_seq, Live 0x0000000000000000
videobuf2_v4l2 24576 1 uvcvideo, Live 0x0000000000000000
videobuf2_core 40960 2 uvcvideo,videobuf2_v4l2, Live 0x0000000000000000
snd 77824 14 snd_usb_audio,snd_usbmidi_lib,snd_hwdep,snd_pcm,snd_rawmidi,snd_seq,snd_seq_device,snd_timer, Live 0x0000000000000000
videodev 172032 3 uvcvideo,videobuf2_v4l2,videobuf2_core, Live 0x0000000000000000
soundcore 16384 1 snd, Live 0x0000000000000000
media 40960 2 uvcvideo,videodev, Live 0x0000000000000000
binfmt_misc 20480 1 - Live 0x0000000000000000
nls_iso8859_1 16384 1 - Live 0x0000000000000000
ftdi_sio 53248 0 - Live 0x0000000000000000
usbserial 45056 2 cp210x,ftdi_sio, Live 0x0000000000000000
btusb 45056 0 - Live 0x0000000000000000
btrtl 16384 1 btusb, Live 0x0000000000000000
btbcm 16384 1 btusb, Live 0x0000000000000000
btintel 16384 1 btusb, Live 0x0000000000000000
bluetooth 544768 31 rfcomm,bnep,btusb,btrtl,btbcm,btintel, Live 0x0000000000000000
ecdh_generic 24576 1 bluetooth, Live 0x0000000000000000
joydev 20480 0 - Live 0x0000000000000000
input_leds 16384 0 - Live 0x0000000000000000
ipmi_ssif 24576 0 - Live 0x0000000000000000
intel_rapl 20480 0 - Live 0x0000000000000000
sb_edac 24576 0 - Live 0x0000000000000000
x86_pkg_temp_thermal 16384 0 - Live 0x0000000000000000
intel_powerclamp 16384 0 - Live 0x0000000000000000
coretemp 16384 0 - Live 0x0000000000000000
crct10dif_pclmul 16384 0 - Live 0x0000000000000000
crc32_pclmul 16384 0 - Live 0x0000000000000000
ghash_clmulni_intel 16384 0 - Live 0x0000000000000000
pcbc 16384 0 - Live 0x0000000000000000
aesni_intel 167936 0 - Live 0x0000000000000000
aes_x86_64 20480 1 aesni_intel, Live 0x0000000000000000
crypto_simd 16384 1 aesni_intel, Live 0x0000000000000000
glue_helper 16384 1 aesni_intel, Live 0x0000000000000000
cryptd 24576 3 ghash_clmulni_intel,aesni_intel,crypto_simd, Live 0x0000000000000000
intel_cstate 16384 0 - Live 0x0000000000000000
intel_rapl_perf 16384 0 - Live 0x0000000000000000
lpc_ich 24576 0 - Live 0x0000000000000000
ipmi_si 57344 0 - Live 0x0000000000000000
ipmi_devintf 20480 0 - Live 0x0000000000000000
ipmi_msghandler 45056 3 ipmi_ssif,ipmi_si,ipmi_devintf, Live 0x0000000000000000
mei_me 40960 0 - Live 0x0000000000000000
mei 94208 1 mei_me, Live 0x0000000000000000
ioatdma 53248 0 - Live 0x0000000000000000
dca 16384 1 ioatdma, Live 0x0000000000000000
shpchp 36864 0 - Live 0x0000000000000000
mac_hid 16384 0 - Live 0x0000000000000000
kvm_intel 196608 0 - Live 0x0000000000000000
kvm 581632 1 kvm_intel, Live 0x0000000000000000
irqbypass 16384 1 kvm, Live 0x0000000000000000
parport_pc 32768 0 - Live 0x0000000000000000
ppdev 20480 0 - Live 0x0000000000000000
lp 20480 0 - Live 0x0000000000000000
parport 49152 3 parport_pc,ppdev,lp, Live 0x0000000000000000
sunrpc 327680 1 - Live 0x0000000000000000
autofs4 40960 5 - Live 0x0000000000000000
raid10 49152 0 - Live 0x0000000000000000
raid456 147456 0 - Live 0x0000000000000000
async_raid6_recov 20480 1 raid456, Live 0x0000000000000000
async_memcpy 16384 2 raid456,async_raid6_recov, Live 0x0000000000000000
async_pq 16384 2 raid456,async_raid6_recov, Live 0x0000000000000000
async_xor 16384 3 raid456,async_raid6_recov,async_pq, Live 0x0000000000000000
async_tx 16384 5 raid456,async_raid6_recov,async_memcpy,async_pq,async_xor, Live 0x0000000000000000
xor 24576 1 async_xor, Live 0x0000000000000000
raid6_pq 114688 3 raid456,async_raid6_recov,async_pq, Live 0x0000000000000000
libcrc32c 16384 1 raid456, Live 0x0000000000000000
raid1 40960 0 - Live 0x0000000000000000
raid0 20480 0 - Live 0x0000000000000000
multipath 16384 0 - Live 0x0000000000000000
linear 16384 0 - Live 0x0000000000000000
overlay 57344 0 - Live 0x0000000000000000
mlx4_en 114688 0 - Live 0x0000000000000000
hid_logitech_hidpp 32768 0 - Live 0x0000000000000000
hid_generic 16384 0 - Live 0x0000000000000000
uas 24576 0 - Live 0x0000000000000000
usb_storage 69632 3 uas, Live 0x0000000000000000
hid_logitech_dj 20480 0 - Live 0x0000000000000000
usbhid 49152 0 - Live 0x0000000000000000
hid 118784 6 hid_logitech_hidpp,hid_generic,hid_logitech_dj,usbhid, Live 0x0000000000000000
nouveau 1634304 2 - Live 0x0000000000000000
mxm_wmi 16384 1 nouveau, Live 0x0000000000000000
video 40960 1 nouveau, Live 0x0000000000000000
i2c_algo_bit 16384 1 nouveau, Live 0x0000000000000000
ttm 94208 1 nouveau, Live 0x0000000000000000
drm_kms_helper 163840 1 nouveau, Live 0x0000000000000000
mlx4_core 294912 1 mlx4_en, Live 0x0000000000000000
mpt3sas 221184 0 - Live 0x0000000000000000
syscopyarea 16384 1 drm_kms_helper, Live 0x0000000000000000
e1000e 245760 0 - Live 0x0000000000000000
isci 139264 0 - Live 0x0000000000000000
sysfillrect 16384 1 drm_kms_helper, Live 0x0000000000000000
sysimgblt 16384 1 drm_kms_helper, Live 0x0000000000000000
fb_sys_fops 16384 1 drm_kms_helper, Live 0x0000000000000000
devlink 40960 2 mlx4_en,mlx4_core, Live 0x0000000000000000
ahci 36864 2 - Live 0x0000000000000000
libsas 69632 1 isci, Live 0x0000000000000000
raid_class 16384 1 mpt3sas, Live 0x0000000000000000
ptp 20480 2 mlx4_en,e1000e, Live 0x0000000000000000
nvme 28672 2 - Live 0x0000000000000000
drm 356352 5 nouveau,ttm,drm_kms_helper, Live 0x0000000000000000
libahci 32768 1 ahci, Live 0x0000000000000000
pps_core 20480 1 ptp, Live 0x0000000000000000
scsi_transport_sas 40960 3 mpt3sas,isci,libsas, Live 0x0000000000000000
nvme_core 61440 4 nvme, Live 0x0000000000000000
wmi 20480 2 nouveau,mxm_wmi, Live 0x0000000000000000
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sys_class_drm_card0-DP-1_edid
Type: application/octet-stream
Size: 256 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170708/52356e92/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: sys_class_drm_card0-DP-1_modes
Type: application/octet-stream
Size: 20 bytes
Desc: not available
URL: <https://lists.freedesktop.org/archives/dri-devel/attachments/20170708/52356e92/attachment-0005.obj>
-------------- next part --------------
Jul  7 23:33:40 smaug kernel: [ 8293.081909] ------------[ cut here ]------------
Jul  7 23:33:40 smaug kernel: [ 8293.081981] WARNING: CPU: 27 PID: 20223 at drivers/gpu/drm/nouveau/nouveau_bo.c:137 nouveau_bo_del_ttm+0x6e/0x80 [nouveau]
Jul  7 23:33:40 smaug kernel: [ 8293.081982] Modules linked in: nvram msr rfcomm uvcvideo videobuf2_vmalloc videobuf2_memops videobuf2_v4l2 videobuf2_core videodev media bnep binfmt_misc nls_iso8859_1 btusb btrtl btbcm btintel bluetooth ecdh_generic cp210x ftdi_sio usbserial input_leds joydev snd_usb_audio snd_usbmidi_lib snd_hwdep snd_pcm snd_seq_midi snd_seq_midi_event snd_rawmidi snd_seq snd_seq_device snd_timer snd soundcore ipmi_ssif intel_rapl sb_edac x86_pkg_temp_thermal intel_powerclamp coretemp crct10dif_pclmul crc32_pclmul ghash_clmulni_intel pcbc aesni_intel aes_x86_64 crypto_simd glue_helper cryptd intel_cstate intel_rapl_perf lpc_ich mei_me mei ioatdma dca ipmi_si shpchp ipmi_devintf ipmi_msghandler mac_hid kvm_intel kvm irqbypass sunrpc parport_pc ppdev lp parport autofs4 raid10 raid456 async_raid6_recov async_memcpy
Jul  7 23:33:40 smaug kernel: [ 8293.082019]  async_pq async_xor async_tx xor raid6_pq libcrc32c raid1 raid0 multipath linear overlay mlx4_en hid_generic uas usb_storage hid_logitech_hidpp hid_logitech_dj usbhid hid nouveau mxm_wmi video i2c_algo_bit ttm drm_kms_helper mlx4_core syscopyarea sysfillrect e1000e sysimgblt devlink fb_sys_fops isci mpt3sas ahci ptp libsas nvme libahci drm pps_core raid_class nvme_core scsi_transport_sas wmi
Jul  7 23:33:40 smaug kernel: [ 8293.082045] CPU: 27 PID: 20223 Comm: Xorg Tainted: G        W       4.12.0 #1
Jul  7 23:33:40 smaug kernel: [ 8293.082046] Hardware name: To Be Filled By O.E.M. To Be Filled By O.E.M./EP2C602-4L/D16, BIOS P1.70 12/04/2013
Jul  7 23:33:40 smaug kernel: [ 8293.082047] task: ffff8a4b8f46e580 task.stack: ffffb7a6af470000
Jul  7 23:33:40 smaug kernel: [ 8293.082074] RIP: 0010:nouveau_bo_del_ttm+0x6e/0x80 [nouveau]
Jul  7 23:33:40 smaug kernel: [ 8293.082075] RSP: 0018:ffffb7a6af473bd0 EFLAGS: 00010206 
Jul  7 23:33:40 smaug kernel: [ 8293.082076] RAX: 0000000000000006 RBX: ffff8a4bae276000 RCX: 0000000180400035
Jul  7 23:33:40 smaug kernel: [ 8293.082077] RDX: 0000000180400036 RSI: ffffe3e038f6e280 RDI: ffff8a4bae276000
Jul  7 23:33:40 smaug kernel: [ 8293.082078] RBP: ffffb7a6af473be0 R08: 00000000bdb8a301 R09: 0000000180400035
Jul  7 23:33:40 smaug kernel: [ 8293.082079] R10: ffffb7a6af473bc8 R11: 0000000000000000 R12: ffff8a4bb9d43800
Jul  7 23:33:40 smaug kernel: [ 8293.082080] R13: 0000000000050880 R14: ffff8a4bba3371e0 R15: ffff8a4bba3371e0
Jul  7 23:33:40 smaug kernel: [ 8293.082081] FS:  00007fed0f943a00(0000) GS:ffff8a59c74c0000(0000) knlGS:0000000000000000
Jul  7 23:33:40 smaug kernel: [ 8293.082082] CS:  0010 DS: 0000 ES: 0000 CR0: 0000000080050033
Jul  7 23:33:40 smaug kernel: [ 8293.082082] CR2: 00005613f2291014 CR3: 0000000e3ab7d000 CR4: 00000000000406e0
Jul  7 23:33:40 smaug kernel: [ 8293.082084] Call Trace:
Jul  7 23:33:40 smaug kernel: [ 8293.082094]  ttm_bo_release_list+0xbf/0x1a0 [ttm]
Jul  7 23:33:40 smaug kernel: [ 8293.082098]  ttm_bo_unref+0x19d/0x1f0 [ttm]
Jul  7 23:33:40 smaug kernel: [ 8293.082124]  nouveau_gem_object_del+0x9a/0xe0 [nouveau]
Jul  7 23:33:40 smaug kernel: [ 8293.082141]  drm_gem_object_free+0x1f/0x40 [drm]
Jul  7 23:33:40 smaug kernel: [ 8293.082148]  drm_gem_object_put_unlocked+0x40/0x70 [drm]
Jul  7 23:33:40 smaug kernel: [ 8293.082156]  drm_gem_object_handle_put_unlocked+0x66/0xa0 [drm]
Jul  7 23:33:40 smaug kernel: [ 8293.082164]  drm_gem_object_release_handle+0x53/0x90 [drm]
Jul  7 23:33:40 smaug kernel: [ 8293.082171]  drm_gem_handle_delete+0x5e/0x90 [drm]
Jul  7 23:33:40 smaug kernel: [ 8293.082179]  drm_gem_close_ioctl+0x20/0x30 [drm]
Jul  7 23:33:40 smaug kernel: [ 8293.082187]  drm_ioctl+0x219/0x4c0 [drm]
Jul  7 23:33:40 smaug kernel: [ 8293.082194]  ? drm_gem_handle_create+0x40/0x40 [drm]
Jul  7 23:33:40 smaug kernel: [ 8293.082200]  ? __handle_mm_fault+0x915/0xfd0
Jul  7 23:33:40 smaug kernel: [ 8293.082226]  nouveau_drm_ioctl+0x68/0xc0 [nouveau]
Jul  7 23:33:40 smaug kernel: [ 8293.082230]  do_vfs_ioctl+0xa1/0x5e0
Jul  7 23:33:40 smaug kernel: [ 8293.082232]  ? handle_mm_fault+0xf3/0x210
Jul  7 23:33:40 smaug kernel: [ 8293.082235]  ? __do_page_fault+0x265/0x4e0
Jul  7 23:33:40 smaug kernel: [ 8293.082237]  SyS_ioctl+0x79/0x90
Jul  7 23:33:40 smaug kernel: [ 8293.082241]  entry_SYSCALL_64_fastpath+0x1e/0xa9
Jul  7 23:33:40 smaug kernel: [ 8293.082242] RIP: 0033:0x7fed0d7aaf07
Jul  7 23:33:40 smaug kernel: [ 8293.082243] RSP: 002b:00007ffdcf5f2af8 EFLAGS: 00003246 ORIG_RAX: 0000000000000010
Jul  7 23:33:40 smaug kernel: [ 8293.082244] RAX: ffffffffffffffda RBX: 0000000000000000 RCX: 00007fed0d7aaf07
Jul  7 23:33:40 smaug kernel: [ 8293.082245] RDX: 00007ffdcf5f2b30 RSI: 0000000040086409 RDI: 000000000000000e
Jul  7 23:33:40 smaug kernel: [ 8293.082246] RBP: 00007ffdcf5f29e0 R08: 0000000000000068 R09: 0000000000000001
Jul  7 23:33:40 smaug kernel: [ 8293.082247] R10: 0000000000000068 R11: 0000000000003246 R12: 0000000000000000
Jul  7 23:33:40 smaug kernel: [ 8293.082247] R13: 0000000000000000 R14: 00005613f228dbd0 R15: 00007ffdcf5f2a08
Jul  7 23:33:40 smaug kernel: [ 8293.082248] Code: e9 8d 22 e2 5b 41 5c 5d c3 48 89 f9 31 f6 48 c7 c2 00 3e 67 c0 48 c7 c7 74 ff 67 c0 e8 6c 0a c3 ff 8b 83 20 04 00 00 85 c0 7e c0 <0f> ff eb bc 0f 1f 40 00 66 2e 0f 1f 84 00 00 00 00 00 66 66 66  
Jul  7 23:33:40 smaug kernel: [ 8293.082272] ---[ end trace 0cfecd44a1eff640 ]---
Jul  7 23:34:28 smaug kernel: [ 8340.750889] nouveau 0000:03:00.0: disp: outp 03:0006:0f42: link training failed
Jul  7 23:34:28 smaug kernel: [ 8340.750940] nouveau 0000:03:00.0: disp: outp 03:0006:0f42: link not trained before attach
Jul  7 23:37:44 smaug kernel: [ 8537.487664] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
Jul  7 23:37:44 smaug kernel: [ 8537.567072] [drm] Got external EDID base block and 1 extension from "edid/edid2.bin" for connector "DP-1"
-------------- next part --------------
If some fields are empty or look unusual you may have an old version.
Compare to the current minimal requirements in Documentation/Changes.

Linux smaug 4.12.0 #1 SMP Sun Jul 2 22:53:09 PDT 2017 x86_64 x86_64 x86_64 GNU/Linux

GNU C               	5.4.0
GNU Make            	4.1
Binutils            	2.26.1
Util-linux          	2.27.1
Mount               	2.27.1
Module-init-tools   	22
E2fsprogs           	1.42.13
Reiserfsprogs       	3.6.24
Pcmciautils         	018
PPP                 	2.4.7
Nfs-utils           	1.2.8
Linux C Library     	2.23
Dynamic linker (ldd)	2.23
Linux C++ Library   	6.0.21
Procps              	3.3.10
Net-tools           	1.60
Kbd                 	1.15.5
Console-tools       	1.15.5
Sh-utils            	8.25
Udev                	229
Wireless-tools      	30
Modules Loaded      	aesni_intel aes_x86_64 ahci async_memcpy async_pq async_raid6_recov async_tx async_xor autofs4 binfmt_misc bluetooth bnep btbcm btintel btrtl btusb coretemp cp210x crc32_pclmul crct10dif_pclmul cryptd crypto_simd dca devlink drm drm_kms_helper e1000e ecdh_generic fb_sys_fops ftdi_sio ghash_clmulni_intel glue_helper hid hid_generic hid_logitech_dj hid_logitech_hidpp i2c_algo_bit input_leds intel_cstate intel_powerclamp intel_rapl intel_rapl_perf ioatdma ipmi_devintf ipmi_msghandler ipmi_si ipmi_ssif irqbypass isci joydev kvm kvm_intel libahci libcrc32c libsas linear lp lpc_ich mac_hid media mei mei_me mlx4_core mlx4_en mpt3sas msr multipath mxm_wmi nls_iso8859_1 nouveau nvme nvme_core nvram overlay parport parport_pc pcbc ppdev pps_core ptp raid0 raid10 raid1 raid456 raid6_pq raid_class rfcomm sb_edac scsi_transport_sas shpchp snd snd_hwdep snd_pcm snd_rawmidi snd_seq snd_seq_device snd_seq_midi snd_seq_midi_event snd_timer snd_usb_audio snd_usbmidi_lib soundcore sunrpc syscopyarea sysfillrect sysimgblt ttm uas usbhid usbserial usb_storage uvcvideo video videobuf2_core videobuf2_memops videobuf2_v4l2 videobuf2_vmalloc videodev wmi x86_pkg_temp_thermal xor


More information about the dri-devel mailing list