* IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <alpine.LRH.2.20.1607121654490.2088@math.ut.ee>
@ 2016-07-13 7:17 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607130855210.11080-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Meelis Roos @ 2016-07-13 7:17 UTC (permalink / raw)
To: iommu; +Cc: Linux Kernel list, Joerg Roedel, David Woodhouse
> > > > On HP Proliant DL360 G6, Debian unstable 4.6 kernel runs fine but
> > > > selfcompiled 4.7-rc6 and 4.7-rc7 sometimes crash with NMI from
> > > > intel_idle. Sometimes it boots fine. With intel_idle disabled, it has
> > > > booted successful so far in 2 tries, one with rc6 and one with rc7.
> > >
> > > More testing shows it can NMI on acpi_idle too, not just intel_idle.
> > >
> > > > Screenshot with some backtrace:
> > > > http://kodu.ut.ee/~mroos/intel-idle-NMI.png
> > >
> > > http://kodu.ut.ee/~mroos/acpi-idle-NMI.png
> >
> > There were almost no changes in the ACPI idle driver between 4.6 and
> > 4.7-rc, so the reason is somewhere else.
> >
> > Have you tried any earlier 4.7-rc?
>
> I tried selfcompiled 4.6.0 now with the same conf that 4.7-rc's have and
> after multiple tries I got the same NMI out of 4.6 too, from kernfs
> lookup (that seems to just a random victim).
>
> So this is not a 4.7 regression and probably not idle-releated.
>
> Seems my kernel config is causing NMI-s for some reason. I was suprised
> to see the kernel recommend to see HP ILO logs on HP but there was
> nothing in the logs.
Bisecting kernel configs shows that it's DMAR+IOMMU. When it is
activated, there is high probability of NMI-s in random places.
So it is no longer relevant to linux-pm and intel-idle, dropped CC-s and
added iommu related mails.
Full dmesg from successful boot with IOMMU enabled is below.
> #
> # DMA Devices
> #
> CONFIG_DMA_ENGINE=y
> CONFIG_DMA_VIRTUAL_CHANNELS=y
> CONFIG_DMA_ACPI=y
> CONFIG_INTEL_IDMA64=m
> CONFIG_INTEL_IOATDMA=m
> # CONFIG_QCOM_HIDMA_MGMT is not set
> # CONFIG_QCOM_HIDMA is not set
> # CONFIG_DW_DMAC is not set
> # CONFIG_DW_DMAC_PCI is not set
> CONFIG_HSU_DMA=y
[...]
> #
> # Generic IOMMU Pagetable Support
> #
> CONFIG_IOMMU_IOVA=y
> # CONFIG_AMD_IOMMU is not set
> CONFIG_DMAR_TABLE=y
> CONFIG_INTEL_IOMMU=y
> CONFIG_INTEL_IOMMU_SVM=y
> CONFIG_INTEL_IOMMU_DEFAULT_ON=y
CONFIG_INTEL_IOMMU_DEFAULT_ON=y is the setting that switches the
instability on and off.
> CONFIG_INTEL_IOMMU_FLOPPY_WA=y
> CONFIG_IRQ_REMAP=y
[ 0.000000] Linux version 4.6.0 (mroos@dl360g6) (gcc version 5.4.0 20160609 (Debian 5.4.0-6) ) #9 SMP Wed Jul 13 01:00:26 EEST 2016
[ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.6.0 root=/dev/sda1 ro
[ 0.000000] x86/fpu: Legacy x87 FPU detected.
[ 0.000000] x86/fpu: Using 'eager' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009f3ff] usable
[ 0.000000] BIOS-e820: [mem 0x000000000009f400-0x000000000009ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000df61efff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000df61f000-0x00000000df62bfff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x00000000df62c000-0x00000000df62cfff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000df62d000-0x00000000e3ffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fee0ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000061fffefff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: HP ProLiant DL360 G6, BIOS P64 01/22/2015
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x61ffff max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 00E0000000 mask FFE0000000 uncachable
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: last_pfn = 0xdf62d max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000f4f80-0x000f4f8f] mapped at [ffff8800000f4f80]
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[ 0.000000] BRK [0x01d35000, 0x01d35fff] PGTABLE
[ 0.000000] BRK [0x01d36000, 0x01d36fff] PGTABLE
[ 0.000000] BRK [0x01d37000, 0x01d37fff] PGTABLE
[ 0.000000] BRK [0x01d38000, 0x01d38fff] PGTABLE
[ 0.000000] BRK [0x01d39000, 0x01d39fff] PGTABLE
[ 0.000000] BRK [0x01d3a000, 0x01d3afff] PGTABLE
[ 0.000000] RAMDISK: [mem 0x21572000-0x2cab0fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000000F4F00 000024 (v02 HP )
[ 0.000000] ACPI: XSDT 0x00000000DF620140 0000B4 (v01 HP ProLiant 00000002 \xffffffd2? 0000162E)
[ 0.000000] ACPI: FACP 0x00000000DF620240 0000F4 (v03 HP ProLiant 00000002 \xffffffd2? 0000162E)
[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm1aControlBlock: 32, using default 16 (20160108/tbfadt-704)
[ 0.000000] ACPI BIOS Warning (bug): Invalid length for FADT/Pm2ControlBlock: 32, using default 8 (20160108/tbfadt-704)
[ 0.000000] ACPI: DSDT 0x00000000DF620340 00206D (v01 HP DSDT 00000001 INTL 20030228)
[ 0.000000] ACPI: FACS 0x00000000DF61F100 000040
[ 0.000000] ACPI: FACS 0x00000000DF61F100 000040
[ 0.000000] ACPI: SPCR 0x00000000DF61F140 000050 (v01 HP SPCRRBSU 00000001 \xffffffd2? 0000162E)
[ 0.000000] ACPI: MCFG 0x00000000DF61F1C0 00003C (v01 HP ProLiant 00000001 00000000)
[ 0.000000] ACPI: HPET 0x00000000DF61F200 000038 (v01 HP ProLiant 00000002 \xffffffd2? 0000162E)
[ 0.000000] ACPI: FFFF 0x00000000DF61F240 000064 (v02 HP ProLiant 00000002 \xffffffd2? 0000162E)
[ 0.000000] ACPI: SPMI 0x00000000DF61F2C0 000040 (v05 HP ProLiant 00000001 \xffffffd2? 0000162E)
[ 0.000000] ACPI: ERST 0x00000000DF61F300 0001D0 (v01 HP ProLiant 00000001 \xffffffd2? 0000162E)
[ 0.000000] ACPI: APIC 0x00000000DF61F500 00015E (v01 HP ProLiant 00000002 00000000)
[ 0.000000] ACPI: SRAT 0x00000000DF61F680 000570 (v01 HP Proliant 00000001 \xffffffd2? 0000162E)
[ 0.000000] ACPI: FFFF 0x00000000DF61FC00 000176 (v01 HP ProLiant 00000001 \xffffffd2? 0000162E)
[ 0.000000] ACPI: BERT 0x00000000DF61FD80 000030 (v01 HP ProLiant 00000001 \xffffffd2? 0000162E)
[ 0.000000] ACPI: HEST 0x00000000DF61FDC0 0000BC (v01 HP ProLiant 00000001 \xffffffd2? 0000162E)
[ 0.000000] ACPI: DMAR 0x00000000DF61FE80 000164 (v01 HP ProLiant 00000001 \xffffffd2? 0000162E)
[ 0.000000] ACPI: SSDT 0x00000000DF6223C0 000125 (v03 HP CRSPCI0 00000002 HP 00000001)
[ 0.000000] ACPI: SSDT 0x00000000DF622500 0001CF (v03 HP riser1a 00000002 INTL 20061109)
[ 0.000000] ACPI: SSDT 0x00000000DF622700 0003BB (v01 HP pcc 00000001 INTL 20090625)
[ 0.000000] ACPI: SSDT 0x00000000DF622AC0 000377 (v01 HP pmab 00000001 INTL 20090625)
[ 0.000000] ACPI: SSDT 0x00000000DF622E40 002B64 (v01 INTEL PPM RCM 00000001 INTL 20061109)
[ 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 1 -> APIC 0x10 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x11 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x12 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x13 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x14 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x15 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x16 -> Node 1
[ 0.000000] SRAT: PXM 1 -> APIC 0x17 -> Node 1
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x00000000-0xdfffffff]
[ 0.000000] SRAT: Node 0 PXM 0 [mem 0x100000000-0x31fffffff]
[ 0.000000] SRAT: Node 1 PXM 1 [mem 0x320000000-0x61fffffff]
[ 0.000000] NUMA: Node 0 [mem 0x00000000-0xdfffffff] + [mem 0x100000000-0x31fffffff] -> [mem 0x00000000-0x31fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x31fffb000-0x31fffffff]
[ 0.000000] NODE_DATA(1) allocated [mem 0x61fffa000-0x61fffefff]
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000061fffefff]
[ 0.000000] Device empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009efff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000df61efff]
[ 0.000000] node 0: [mem 0x00000000df62c000-0x00000000df62cfff]
[ 0.000000] node 0: [mem 0x0000000100000000-0x000000031fffffff]
[ 0.000000] node 1: [mem 0x0000000320000000-0x000000061fffefff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000031fffffff]
[ 0.000000] On node 0 totalpages: 3143102
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 21 pages reserved
[ 0.000000] DMA zone: 3998 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 14233 pages used for memmap
[ 0.000000] DMA32 zone: 910880 pages, LIFO batch:31
[ 0.000000] Normal zone: 34816 pages used for memmap
[ 0.000000] Normal zone: 2228224 pages, LIFO batch:31
[ 0.000000] Initmem setup node 1 [mem 0x0000000320000000-0x000000061fffefff]
[ 0.000000] On node 1 totalpages: 3145727
[ 0.000000] Normal zone: 49152 pages used for memmap
[ 0.000000] Normal zone: 3145727 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x908
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 8, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] IOAPIC[1]: apic_id 0, version 32, address 0xfec80000, GSI 24-47
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 high edge)
[ 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: 0x8086a201 base: 0xfed00000
[ 0.000000] smpboot: Allowing 32 CPUs, 16 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x0009f000-0x0009ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000effff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000f0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf61f000-0xdf62bfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xdf62d000-0xe3ffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xe4000000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfee0ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfee10000-0xff7fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[ 0.000000] e820: [mem 0xe4000000-0xfebfffff] 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 32 pages/cpu @ffff880313c00000 s93720 r8192 d29160 u131072
[ 0.000000] pcpu-alloc: s93720 r8192 d29160 u131072 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 00 02 04 06 08 10 12 14 16 18 20 22 24 26 28 30
[ 0.000000] pcpu-alloc: [1] 01 03 05 07 09 11 13 15 17 19 21 23 25 27 29 31
[ 0.000000] Built 2 zonelists in Node order, mobility grouping on. Total pages: 6190543
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.6.0 root=/dev/sda1 ro
[ 0.000000] log_buf_len individual max cpu contribution: 4096 bytes
[ 0.000000] log_buf_len total cpu_extra contributions: 126976 bytes
[ 0.000000] log_buf_len min size: 131072 bytes
[ 0.000000] log_buf_len: 262144 bytes
[ 0.000000] early log buf free: 120396(91%)
[ 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: 24491988K/25155316K available (5930K kernel code, 1090K rwdata, 2668K rodata, 1332K init, 824K bss, 663328K reserved, 0K cma-reserved)
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=32.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=32
[ 0.000000] NR_IRQS:33024 nr_irqs:1088 16
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] mempolicy: Disabling automatic NUMA balancing. Configure with numa_balancing= or the kernel.numa_balancing sysctl
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 2533.284 MHz processor
[ 0.000033] Calibrating delay loop (skipped), value calculated using timer frequency.. 5066.56 BogoMIPS (lpj=10133136)
[ 0.000249] pid_max: default: 32768 minimum: 301
[ 0.000389] ACPI: Core revision 20160108
[ 0.004722] ACPI: 6 ACPI AML tables successfully acquired and loaded
[ 0.005083] Security Framework initialized
[ 0.005185] Yama: becoming mindful.
[ 0.005288] AppArmor: AppArmor disabled by boot time parameter
[ 0.007519] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[ 0.015271] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.018329] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.018485] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.019141] CPU: Physical Processor ID: 0
[ 0.019242] CPU: Processor Core ID: 0
[ 0.019344] mce: CPU supports 9 MCE banks
[ 0.019452] CPU0: Thermal monitoring enabled (TM1)
[ 0.019562] process: using mwait in idle threads
[ 0.019668] Last level iTLB entries: 4KB 512, 2MB 7, 4MB 7
[ 0.019776] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0
[ 0.020162] Freeing SMP alternatives memory: 24K (ffffffff81c5f000 - ffffffff81c65000)
[ 0.021789] ftrace: allocating 24365 entries in 96 pages
[ 0.031607] smpboot: Max logical packages: 8
[ 0.031710] smpboot: APIC(0) Converting physical 0 to logical package 0
[ 0.031826] smpboot: APIC(10) Converting physical 1 to logical package 1
[ 0.031948] DMAR-IR: This system BIOS has enabled interrupt remapping
on a chipset that contains an erratum making that
feature unstable. To maintain system stability
interrupt remapping is being disabled. Please
contact your BIOS vendor for an update
[ 0.032362] Switched APIC routing to physical flat.
[ 0.032994] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.178326] smpboot: CPU0: Intel(R) Xeon(R) CPU E5540 @ 2.53GHz (family: 0x6, model: 0x1a, stepping: 0x5)
[ 0.178620] Performance Events: PEBS fmt1+, 16-deep LBR, Nehalem events, Broken BIOS detected, complain to your hardware vendor.
[ 0.182527] [Firmware Bug]: the BIOS has corrupted hw-PMU resources (MSR 38d is 330)
[ 0.182693] Intel PMU driver.
[ 0.182786] core: CPU erratum AAJ80 worked around
[ 0.182889] core: CPUID marked event: 'bus cycles' unavailable
[ 0.183001] ... version: 3
[ 0.183101] ... bit width: 48
[ 0.183202] ... generic registers: 4
[ 0.183301] ... value mask: 0000ffffffffffff
[ 0.183408] ... max period: 000000007fffffff
[ 0.183516] ... fixed-purpose events: 3
[ 0.183615] ... event mask: 000000070000000f
[ 0.185092] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.185434] x86: Booting SMP configuration:
[ 0.185536] .... node #1, CPUs: #1
[ 0.282761] .... node #0, CPUs: #2
[ 0.364734] .... node #1, CPUs: #3
[ 0.444656] .... node #0, CPUs: #4
[ 0.524650] .... node #1, CPUs: #5
[ 0.604639] .... node #0, CPUs: #6
[ 0.684654] .... node #1, CPUs: #7
[ 0.764689] .... node #0, CPUs: #8
[ 0.844674] .... node #1, CPUs: #9
[ 0.924650] .... node #0, CPUs: #10
[ 1.004666] .... node #1, CPUs: #11
[ 1.084621] .... node #0, CPUs: #12
[ 1.164662] .... node #1, CPUs: #13
[ 1.244623] .... node #0, CPUs: #14
[ 1.324674] .... node #1, CPUs: #15
[ 1.404438] x86: Booted up 2 nodes, 16 CPUs
[ 1.404622] smpboot: Total of 16 processors activated (81067.45 BogoMIPS)
[ 1.418740] devtmpfs: initialized
[ 1.418945] x86/mm: Memory block size: 128MB
[ 1.424245] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns
[ 1.424568] pinctrl core: initialized pinctrl subsystem
[ 1.424864] NET: Registered protocol family 16
[ 1.434379] cpuidle: using governor ladder
[ 1.446382] cpuidle: using governor menu
[ 1.446532] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
[ 1.446696] ACPI: bus type PCI registered
[ 1.446795] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 1.447012] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xe0000000-0xe3ffffff] (base 0xe0000000)
[ 1.447189] PCI: MMCONFIG at [mem 0xe0000000-0xe3ffffff] reserved in E820
[ 1.447309] PCI: Using configuration type 1 for base access
[ 1.447420] PCI: HP ProLiant DL360 detected, enabling pci=bfsort.
[ 1.458608] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 1.459195] ACPI: Added _OSI(Module Device)
[ 1.459298] ACPI: Added _OSI(Processor Device)
[ 1.459400] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 1.459505] ACPI: Added _OSI(Processor Aggregator Device)
[ 1.463617] ACPI: Interpreter enabled
[ 1.463731] ACPI: (supports S0 S4 S5)
[ 1.463830] ACPI: Using IOAPIC for interrupt routing
[ 1.463961] HEST: Table parsing has been initialized.
[ 1.464069] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 1.468790] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-0f])
[ 1.468909] acpi PNP0A08:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 1.469082] acpi PNP0A08:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 1.469220] acpi PNP0A08:00: host bridge window expanded to [mem 0xfed00000-0xfed44fff window]; [mem 0xfed00000-0xfed44fff window] ignored
[ 1.469567] PCI host bridge to bus 0000:00
[ 1.469670] pci_bus 0000:00: root bus resource [mem 0xe7000000-0xfbffffff window]
[ 1.469836] pci_bus 0000:00: root bus resource [io 0x1000-0x6fff window]
[ 1.469953] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 1.470071] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 1.470189] pci_bus 0000:00: root bus resource [io 0x0d00-0x0fff window]
[ 1.470307] pci_bus 0000:00: root bus resource [mem 0xfed00000-0xfed44fff window]
[ 1.470473] pci_bus 0000:00: root bus resource [io 0x03b0-0x03bb window]
[ 1.470590] pci_bus 0000:00: root bus resource [io 0x03c0-0x03df window]
[ 1.470708] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 1.470873] pci_bus 0000:00: root bus resource [bus 00-0f]
[ 1.470994] pci 0000:00:00.0: [8086:3406] type 00 class 0x060000
[ 1.471053] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold
[ 1.471144] pci 0000:00:01.0: [8086:3408] type 01 class 0x060400
[ 1.471200] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 1.471294] pci 0000:00:02.0: [8086:3409] type 01 class 0x060400
[ 1.471348] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 1.471440] pci 0000:00:03.0: [8086:340a] type 01 class 0x060400
[ 1.471495] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 1.471587] pci 0000:00:04.0: [8086:340b] type 01 class 0x060400
[ 1.471640] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 1.471731] pci 0000:00:05.0: [8086:340c] type 01 class 0x060400
[ 1.471785] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[ 1.471875] pci 0000:00:06.0: [8086:340d] type 01 class 0x060400
[ 1.471929] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[ 1.472024] pci 0000:00:07.0: [8086:340e] type 01 class 0x060400
[ 1.472079] pci 0000:00:07.0: PME# supported from D0 D3hot D3cold
[ 1.472171] pci 0000:00:08.0: [8086:340f] type 01 class 0x060400
[ 1.472225] pci 0000:00:08.0: PME# supported from D0 D3hot D3cold
[ 1.472316] pci 0000:00:09.0: [8086:3410] type 01 class 0x060400
[ 1.472370] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[ 1.472471] pci 0000:00:0a.0: [8086:3411] type 01 class 0x060400
[ 1.472525] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[ 1.472619] pci 0000:00:0d.0: [8086:343a] type 00 class 0x060000
[ 1.472736] pci 0000:00:0d.1: [8086:343b] type 00 class 0x060000
[ 1.472851] pci 0000:00:0d.2: [8086:343c] type 00 class 0x060000
[ 1.472964] pci 0000:00:0d.3: [8086:343d] type 00 class 0x060000
[ 1.473076] pci 0000:00:0d.4: [8086:3418] type 00 class 0x060000
[ 1.473189] pci 0000:00:0d.5: [8086:3419] type 00 class 0x060000
[ 1.473303] pci 0000:00:0d.6: [8086:341a] type 00 class 0x060000
[ 1.473418] pci 0000:00:0e.0: [8086:341c] type 00 class 0x060000
[ 1.473530] pci 0000:00:0e.1: [8086:341d] type 00 class 0x060000
[ 1.473644] pci 0000:00:0e.2: [8086:341e] type 00 class 0x060000
[ 1.473755] pci 0000:00:0e.3: [8086:341f] type 00 class 0x060000
[ 1.473870] pci 0000:00:0e.4: [8086:3439] type 00 class 0x060000
[ 1.473985] pci 0000:00:14.0: [8086:342e] type 00 class 0x080000
[ 1.474099] pci 0000:00:14.1: [8086:3422] type 00 class 0x080000
[ 1.474211] pci 0000:00:14.2: [8086:3423] type 00 class 0x080000
[ 1.474339] pci 0000:00:1d.0: [8086:3a34] type 00 class 0x0c0300
[ 1.474404] pci 0000:00:1d.0: reg 0x20: [io 0x1000-0x101f]
[ 1.474532] pci 0000:00:1d.1: [8086:3a35] type 00 class 0x0c0300
[ 1.474597] pci 0000:00:1d.1: reg 0x20: [io 0x1020-0x103f]
[ 1.474725] pci 0000:00:1d.2: [8086:3a36] type 00 class 0x0c0300
[ 1.474790] pci 0000:00:1d.2: reg 0x20: [io 0x1040-0x105f]
[ 1.474916] pci 0000:00:1d.3: [8086:3a39] type 00 class 0x0c0300
[ 1.474965] pci 0000:00:1d.3: reg 0x20: [io 0x1060-0x107f]
[ 1.475094] pci 0000:00:1d.7: [8086:3a3a] type 00 class 0x0c0320
[ 1.475112] pci 0000:00:1d.7: reg 0x10: [mem 0xf5df0000-0xf5df03ff]
[ 1.475195] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 1.475274] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401
[ 1.475396] pci 0000:00:1f.0: [8086:3a18] type 00 class 0x060100
[ 1.475565] pci 0000:00:1f.2: [8086:3a20] type 00 class 0x01018f
[ 1.475579] pci 0000:00:1f.2: reg 0x10: [io 0x1080-0x1087]
[ 1.475587] pci 0000:00:1f.2: reg 0x14: [io 0x1088-0x108b]
[ 1.475595] pci 0000:00:1f.2: reg 0x18: [io 0x1090-0x1097]
[ 1.475602] pci 0000:00:1f.2: reg 0x1c: [io 0x1098-0x109b]
[ 1.475610] pci 0000:00:1f.2: reg 0x20: [io 0x10a0-0x10af]
[ 1.475617] pci 0000:00:1f.2: reg 0x24: [io 0x10b0-0x10bf]
[ 1.475771] pci 0000:03:00.0: [103c:323a] type 00 class 0x010400
[ 1.475787] pci 0000:03:00.0: reg 0x10: [mem 0xfbc00000-0xfbdfffff 64bit]
[ 1.475798] pci 0000:03:00.0: reg 0x18: [mem 0xfbbf0000-0xfbbf0fff 64bit]
[ 1.475805] pci 0000:03:00.0: reg 0x20: [io 0x4000-0x40ff]
[ 1.475819] pci 0000:03:00.0: reg 0x30: [mem 0x00000000-0x0007ffff pref]
[ 1.475860] pci 0000:03:00.0: PME# supported from D0
[ 1.484437] pci 0000:00:01.0: PCI bridge to [bus 03]
[ 1.484500] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
[ 1.484503] pci 0000:00:01.0: bridge window [mem 0xfbb00000-0xfbdfffff]
[ 1.484554] pci 0000:00:02.0: PCI bridge to [bus 0a]
[ 1.484753] pci 0000:07:00.0: [1077:2432] type 00 class 0x0c0400
[ 1.484769] pci 0000:07:00.0: reg 0x10: [io 0x6000-0x60ff]
[ 1.484783] pci 0000:07:00.0: reg 0x14: [mem 0xfbff0000-0xfbff3fff 64bit]
[ 1.484815] pci 0000:07:00.0: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[ 1.484961] pci 0000:07:00.1: [1077:2432] type 00 class 0x0c0400
[ 1.484977] pci 0000:07:00.1: reg 0x10: [io 0x6400-0x64ff]
[ 1.484991] pci 0000:07:00.1: reg 0x14: [mem 0xfbfe0000-0xfbfe3fff 64bit]
[ 1.485023] pci 0000:07:00.1: reg 0x30: [mem 0x00000000-0x0003ffff pref]
[ 1.492444] pci 0000:00:03.0: PCI bridge to [bus 07-09]
[ 1.492556] pci 0000:00:03.0: bridge window [io 0x6000-0x6fff]
[ 1.492560] pci 0000:00:03.0: bridge window [mem 0xfbf00000-0xfbffffff]
[ 1.492608] pci 0000:00:04.0: PCI bridge to [bus 0b]
[ 1.492763] pci 0000:00:05.0: PCI bridge to [bus 0c]
[ 1.492918] pci 0000:00:06.0: PCI bridge to [bus 0d]
[ 1.493072] pci 0000:00:07.0: PCI bridge to [bus 0e]
[ 1.493236] pci 0000:02:00.0: [14e4:1639] type 00 class 0x020000
[ 1.493253] pci 0000:02:00.0: reg 0x10: [mem 0xf8000000-0xf9ffffff 64bit]
[ 1.493286] pci 0000:02:00.0: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 1.493345] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[ 1.493426] pci 0000:02:00.1: [14e4:1639] type 00 class 0x020000
[ 1.493443] pci 0000:02:00.1: reg 0x10: [mem 0xf6000000-0xf7ffffff 64bit]
[ 1.493476] pci 0000:02:00.1: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 1.493534] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[ 1.500447] pci 0000:00:08.0: PCI bridge to [bus 02]
[ 1.500558] pci 0000:00:08.0: bridge window [mem 0xf6000000-0xf9ffffff]
[ 1.500704] pci 0000:04:00.0: [8086:105e] type 00 class 0x020000
[ 1.500719] pci 0000:04:00.0: reg 0x10: [mem 0xfbee0000-0xfbefffff]
[ 1.500728] pci 0000:04:00.0: reg 0x14: [mem 0xfbec0000-0xfbedffff]
[ 1.500737] pci 0000:04:00.0: reg 0x18: [io 0x5000-0x501f]
[ 1.500767] pci 0000:04:00.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 1.500813] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[ 1.500912] pci 0000:04:00.1: [8086:105e] type 00 class 0x020000
[ 1.500926] pci 0000:04:00.1: reg 0x10: [mem 0xfbea0000-0xfbebffff]
[ 1.500935] pci 0000:04:00.1: reg 0x14: [mem 0xfbe80000-0xfbe9ffff]
[ 1.500944] pci 0000:04:00.1: reg 0x18: [io 0x5020-0x503f]
[ 1.500974] pci 0000:04:00.1: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 1.501020] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[ 1.508452] pci 0000:00:09.0: PCI bridge to [bus 04-06]
[ 1.508563] pci 0000:00:09.0: bridge window [io 0x5000-0x5fff]
[ 1.508566] pci 0000:00:09.0: bridge window [mem 0xfbe00000-0xfbefffff]
[ 1.508617] pci 0000:00:0a.0: PCI bridge to [bus 0f]
[ 1.508790] pci 0000:01:03.0: [1002:515e] type 00 class 0x030000
[ 1.508808] pci 0000:01:03.0: reg 0x10: [mem 0xe8000000-0xefffffff pref]
[ 1.508818] pci 0000:01:03.0: reg 0x14: [io 0x3000-0x30ff]
[ 1.508828] pci 0000:01:03.0: reg 0x18: [mem 0xf5ff0000-0xf5ffffff]
[ 1.508864] pci 0000:01:03.0: reg 0x30: [mem 0x00000000-0x0001ffff pref]
[ 1.508895] pci 0000:01:03.0: supports D1 D2
[ 1.508950] pci 0000:01:04.0: [0e11:b203] type 00 class 0x088000
[ 1.508967] pci 0000:01:04.0: reg 0x10: [io 0x2800-0x28ff]
[ 1.508977] pci 0000:01:04.0: reg 0x14: [mem 0xf5fe0000-0xf5fe01ff]
[ 1.509049] pci 0000:01:04.0: PME# supported from D0 D3hot D3cold
[ 1.509120] pci 0000:01:04.2: [0e11:b204] type 00 class 0x088000
[ 1.509138] pci 0000:01:04.2: reg 0x10: [io 0x3400-0x34ff]
[ 1.509150] pci 0000:01:04.2: reg 0x14: [mem 0xf5fd0000-0xf5fd07ff]
[ 1.509161] pci 0000:01:04.2: reg 0x18: [mem 0xf5fc0000-0xf5fc3fff]
[ 1.509172] pci 0000:01:04.2: reg 0x1c: [mem 0xf5f00000-0xf5f7ffff]
[ 1.509202] pci 0000:01:04.2: reg 0x30: [mem 0x00000000-0x0000ffff pref]
[ 1.509236] pci 0000:01:04.2: PME# supported from D0 D3hot D3cold
[ 1.509301] pci 0000:01:04.4: [103c:3300] type 00 class 0x0c0300
[ 1.509355] pci 0000:01:04.4: reg 0x20: [io 0x3800-0x381f]
[ 1.509408] pci 0000:01:04.4: PME# supported from D0 D3hot D3cold
[ 1.509471] pci 0000:01:04.6: [103c:3302] type 00 class 0x0c0701
[ 1.509487] pci 0000:01:04.6: reg 0x10: [mem 0xf5ef0000-0xf5ef00ff]
[ 1.509568] pci 0000:01:04.6: PME# supported from D0 D3hot D3cold
[ 1.509653] pci 0000:00:1e.0: PCI bridge to [bus 01] (subtractive decode)
[ 1.509772] pci 0000:00:1e.0: bridge window [io 0x2000-0x3fff]
[ 1.509776] pci 0000:00:1e.0: bridge window [mem 0xf5e00000-0xf5ffffff]
[ 1.509781] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff 64bit pref]
[ 1.509784] pci 0000:00:1e.0: bridge window [mem 0xe7000000-0xfbffffff window] (subtractive decode)
[ 1.509786] pci 0000:00:1e.0: bridge window [io 0x1000-0x6fff window] (subtractive decode)
[ 1.509788] pci 0000:00:1e.0: bridge window [io 0x0000-0x03af window] (subtractive decode)
[ 1.509790] pci 0000:00:1e.0: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode)
[ 1.509792] pci 0000:00:1e.0: bridge window [io 0x0d00-0x0fff window] (subtractive decode)
[ 1.509794] pci 0000:00:1e.0: bridge window [mem 0xfed00000-0xfed44fff window] (subtractive decode)
[ 1.509796] pci 0000:00:1e.0: bridge window [io 0x03b0-0x03bb window] (subtractive decode)
[ 1.509798] pci 0000:00:1e.0: bridge window [io 0x03c0-0x03df window] (subtractive decode)
[ 1.509800] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 1.510231] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 *7 10 11)
[ 1.510599] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 7 10 *11)
[ 1.510966] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 7 10 11) *0, disabled.
[ 1.511405] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 7 10 11) *0, disabled.
[ 1.511843] ACPI: PCI Interrupt Link [LNKE] (IRQs *5 7 10 11)
[ 1.512208] ACPI: PCI Interrupt Link [LNKF] (IRQs 5 7 *10 11)
[ 1.512580] ACPI: PCI Interrupt Link [LNKG] (IRQs 5 7 *10 11)
[ 1.512946] ACPI: PCI Interrupt Link [LNKH] (IRQs 5 *7 10 11)
[ 1.513502] vgaarb: setting as boot device: PCI:0000:01:03.0
[ 1.513618] vgaarb: device added: PCI:0000:01:03.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.513786] vgaarb: loaded
[ 1.513879] vgaarb: bridge control possible 0000:01:03.0
[ 1.514112] PCI: Using ACPI for IRQ routing
[ 1.515448] PCI: Discovered peer bus 3e
[ 1.515548] PCI: root bus 3e: using default resources
[ 1.515551] PCI: Probing PCI hardware (bus 3e)
[ 1.515600] ACPI: \: failed to evaluate _DSM (0x1001)
[ 1.515707] PCI host bridge to bus 0000:3e
[ 1.515809] pci_bus 0000:3e: root bus resource [io 0x0000-0xffff]
[ 1.515924] pci_bus 0000:3e: root bus resource [mem 0x00000000-0xffffffffff]
[ 1.516043] pci_bus 0000:3e: No busn resource found for root bus, will use [bus 3e-ff]
[ 1.516214] pci 0000:3e:00.0: [8086:2c40] type 00 class 0x060000
[ 1.516276] pci 0000:3e:00.1: [8086:2c01] type 00 class 0x060000
[ 1.516335] pci 0000:3e:02.0: [8086:2c10] type 00 class 0x060000
[ 1.516392] pci 0000:3e:02.1: [8086:2c11] type 00 class 0x060000
[ 1.516454] pci 0000:3e:02.4: [8086:2c14] type 00 class 0x060000
[ 1.516512] pci 0000:3e:02.5: [8086:2c15] type 00 class 0x060000
[ 1.516569] pci 0000:3e:03.0: [8086:2c18] type 00 class 0x060000
[ 1.516624] pci 0000:3e:03.1: [8086:2c19] type 00 class 0x060000
[ 1.516680] pci 0000:3e:03.2: [8086:2c1a] type 00 class 0x060000
[ 1.516736] pci 0000:3e:03.4: [8086:2c1c] type 00 class 0x060000
[ 1.516793] pci 0000:3e:04.0: [8086:2c20] type 00 class 0x060000
[ 1.516849] pci 0000:3e:04.1: [8086:2c21] type 00 class 0x060000
[ 1.516905] pci 0000:3e:04.2: [8086:2c22] type 00 class 0x060000
[ 1.516960] pci 0000:3e:04.3: [8086:2c23] type 00 class 0x060000
[ 1.517018] pci 0000:3e:05.0: [8086:2c28] type 00 class 0x060000
[ 1.517074] pci 0000:3e:05.1: [8086:2c29] type 00 class 0x060000
[ 1.517129] pci 0000:3e:05.2: [8086:2c2a] type 00 class 0x060000
[ 1.517186] pci 0000:3e:05.3: [8086:2c2b] type 00 class 0x060000
[ 1.517243] pci 0000:3e:06.0: [8086:2c30] type 00 class 0x060000
[ 1.517299] pci 0000:3e:06.1: [8086:2c31] type 00 class 0x060000
[ 1.517354] pci 0000:3e:06.2: [8086:2c32] type 00 class 0x060000
[ 1.517410] pci 0000:3e:06.3: [8086:2c33] type 00 class 0x060000
[ 1.517480] pci_bus 0000:3e: busn_res: [bus 3e-ff] end is updated to 3e
[ 1.517487] PCI: Discovered peer bus 3f
[ 1.517587] PCI: root bus 3f: using default resources
[ 1.517589] PCI: Probing PCI hardware (bus 3f)
[ 1.517629] ACPI: \: failed to evaluate _DSM (0x1001)
[ 1.517736] PCI host bridge to bus 0000:3f
[ 1.517838] pci_bus 0000:3f: root bus resource [io 0x0000-0xffff]
[ 1.517952] pci_bus 0000:3f: root bus resource [mem 0x00000000-0xffffffffff]
[ 1.518071] pci_bus 0000:3f: No busn resource found for root bus, will use [bus 3f-ff]
[ 1.518190] pci 0000:3f:00.0: [8086:2c40] type 00 class 0x060000
[ 1.518247] pci 0000:3f:00.1: [8086:2c01] type 00 class 0x060000
[ 1.518303] pci 0000:3f:02.0: [8086:2c10] type 00 class 0x060000
[ 1.518357] pci 0000:3f:02.1: [8086:2c11] type 00 class 0x060000
[ 1.518411] pci 0000:3f:02.4: [8086:2c14] type 00 class 0x060000
[ 1.518465] pci 0000:3f:02.5: [8086:2c15] type 00 class 0x060000
[ 1.518518] pci 0000:3f:03.0: [8086:2c18] type 00 class 0x060000
[ 1.518572] pci 0000:3f:03.1: [8086:2c19] type 00 class 0x060000
[ 1.518627] pci 0000:3f:03.2: [8086:2c1a] type 00 class 0x060000
[ 1.518680] pci 0000:3f:03.4: [8086:2c1c] type 00 class 0x060000
[ 1.518734] pci 0000:3f:04.0: [8086:2c20] type 00 class 0x060000
[ 1.518787] pci 0000:3f:04.1: [8086:2c21] type 00 class 0x060000
[ 1.518840] pci 0000:3f:04.2: [8086:2c22] type 00 class 0x060000
[ 1.518892] pci 0000:3f:04.3: [8086:2c23] type 00 class 0x060000
[ 1.518947] pci 0000:3f:05.0: [8086:2c28] type 00 class 0x060000
[ 1.519000] pci 0000:3f:05.1: [8086:2c29] type 00 class 0x060000
[ 1.519053] pci 0000:3f:05.2: [8086:2c2a] type 00 class 0x060000
[ 1.519107] pci 0000:3f:05.3: [8086:2c2b] type 00 class 0x060000
[ 1.519162] pci 0000:3f:06.0: [8086:2c30] type 00 class 0x060000
[ 1.519217] pci 0000:3f:06.1: [8086:2c31] type 00 class 0x060000
[ 1.519271] pci 0000:3f:06.2: [8086:2c32] type 00 class 0x060000
[ 1.519325] pci 0000:3f:06.3: [8086:2c33] type 00 class 0x060000
[ 1.519390] pci_bus 0000:3f: busn_res: [bus 3f-ff] end is updated to 3f
[ 1.519397] PCI: pci_cache_line_size set to 64 bytes
[ 1.519527] e820: reserve RAM buffer [mem 0x0009f400-0x0009ffff]
[ 1.519529] e820: reserve RAM buffer [mem 0xdf61f000-0xdfffffff]
[ 1.519531] e820: reserve RAM buffer [mem 0xdf62d000-0xdfffffff]
[ 1.519532] e820: reserve RAM buffer [mem 0x61ffff000-0x61fffffff]
[ 1.519808] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 1.519932] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 1.520205] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 1.522975] clocksource: Switched to clocksource hpet
[ 1.531331] VFS: Disk quotas dquot_6.6.0
[ 1.531502] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 1.531803] pnp: PnP ACPI init
[ 1.532219] system 00:00: [io 0x0408-0x040f] has been reserved
[ 1.532334] system 00:00: [io 0x04d0-0x04d1] has been reserved
[ 1.532448] system 00:00: [io 0x0700-0x071f] has been reserved
[ 1.532561] system 00:00: [io 0x0880-0x08ff] has been reserved
[ 1.532674] system 00:00: [io 0x0900-0x097f] has been reserved
[ 1.532787] system 00:00: [io 0x0c80-0x0c83] has been reserved
[ 1.532900] system 00:00: [io 0x0cd4-0x0cd7] has been reserved
[ 1.533013] system 00:00: [io 0x0f50-0x0f58] has been reserved
[ 1.533126] system 00:00: [io 0x0ca0-0x0ca1] has been reserved
[ 1.533239] system 00:00: [io 0x0ca4-0x0ca5] has been reserved
[ 1.533352] system 00:00: [io 0x02f8-0x02ff] has been reserved
[ 1.533466] system 00:00: [mem 0xe0000000-0xe3ffffff] has been reserved
[ 1.533583] system 00:00: [mem 0xfe000000-0xfebfffff] has been reserved
[ 1.533700] system 00:00: [mem 0xe7ffe000-0xe7ffffff] has been reserved
[ 1.533818] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.533886] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 1.533926] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 PNP0f0e (active)
[ 1.534170] pnp 00:03: Plug and Play ACPI device, IDs PNP0501 PNP0500 (active)
[ 1.534252] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.534438] pnp: PnP ACPI: found 5 devices
[ 1.541942] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 1.542188] pci 0000:03:00.0: BAR 6: assigned [mem 0xfbb00000-0xfbb7ffff pref]
[ 1.542352] pci 0000:00:01.0: PCI bridge to [bus 03]
[ 1.542460] pci 0000:00:01.0: bridge window [io 0x4000-0x4fff]
[ 1.542577] pci 0000:00:01.0: bridge window [mem 0xfbb00000-0xfbdfffff]
[ 1.542699] pci 0000:00:02.0: PCI bridge to [bus 0a]
[ 1.542813] pci 0000:07:00.0: BAR 6: assigned [mem 0xfbf00000-0xfbf3ffff pref]
[ 1.542982] pci 0000:07:00.1: BAR 6: assigned [mem 0xfbf40000-0xfbf7ffff pref]
[ 1.543146] pci 0000:00:03.0: PCI bridge to [bus 07-09]
[ 1.543255] pci 0000:00:03.0: bridge window [io 0x6000-0x6fff]
[ 1.543371] pci 0000:00:03.0: bridge window [mem 0xfbf00000-0xfbffffff]
[ 1.543493] pci 0000:00:04.0: PCI bridge to [bus 0b]
[ 1.543606] pci 0000:00:05.0: PCI bridge to [bus 0c]
[ 1.543719] pci 0000:00:06.0: PCI bridge to [bus 0d]
[ 1.543832] pci 0000:00:07.0: PCI bridge to [bus 0e]
[ 1.543946] pci 0000:02:00.0: BAR 6: no space for [mem size 0x00010000 pref]
[ 1.544066] pci 0000:02:00.0: BAR 6: failed to assign [mem size 0x00010000 pref]
[ 1.544231] pci 0000:02:00.1: BAR 6: no space for [mem size 0x00010000 pref]
[ 1.544350] pci 0000:02:00.1: BAR 6: failed to assign [mem size 0x00010000 pref]
[ 1.544516] pci 0000:00:08.0: PCI bridge to [bus 02]
[ 1.544625] pci 0000:00:08.0: bridge window [mem 0xf6000000-0xf9ffffff]
[ 1.544748] pci 0000:04:00.0: BAR 6: assigned [mem 0xfbe00000-0xfbe1ffff pref]
[ 1.544911] pci 0000:04:00.1: BAR 6: assigned [mem 0xfbe20000-0xfbe3ffff pref]
[ 1.545074] pci 0000:00:09.0: PCI bridge to [bus 04-06]
[ 1.545182] pci 0000:00:09.0: bridge window [io 0x5000-0x5fff]
[ 1.545297] pci 0000:00:09.0: bridge window [mem 0xfbe00000-0xfbefffff]
[ 1.545420] pci 0000:00:0a.0: PCI bridge to [bus 0f]
[ 1.545536] pci 0000:01:03.0: BAR 6: assigned [mem 0xf5e00000-0xf5e1ffff pref]
[ 1.545700] pci 0000:01:04.2: BAR 6: assigned [mem 0xf5e20000-0xf5e2ffff pref]
[ 1.549461] pci 0000:00:1e.0: PCI bridge to [bus 01]
[ 1.549569] pci 0000:00:1e.0: bridge window [io 0x2000-0x3fff]
[ 1.549686] pci 0000:00:1e.0: bridge window [mem 0xf5e00000-0xf5ffffff]
[ 1.549806] pci 0000:00:1e.0: bridge window [mem 0xe8000000-0xefffffff 64bit pref]
[ 1.549977] pci_bus 0000:00: resource 4 [mem 0xe7000000-0xfbffffff window]
[ 1.549979] pci_bus 0000:00: resource 5 [io 0x1000-0x6fff window]
[ 1.549981] pci_bus 0000:00: resource 6 [io 0x0000-0x03af window]
[ 1.549983] pci_bus 0000:00: resource 7 [io 0x03e0-0x0cf7 window]
[ 1.549985] pci_bus 0000:00: resource 8 [io 0x0d00-0x0fff window]
[ 1.549987] pci_bus 0000:00: resource 9 [mem 0xfed00000-0xfed44fff window]
[ 1.549989] pci_bus 0000:00: resource 10 [io 0x03b0-0x03bb window]
[ 1.549991] pci_bus 0000:00: resource 11 [io 0x03c0-0x03df window]
[ 1.549993] pci_bus 0000:00: resource 12 [mem 0x000a0000-0x000bffff window]
[ 1.549995] pci_bus 0000:03: resource 0 [io 0x4000-0x4fff]
[ 1.549997] pci_bus 0000:03: resource 1 [mem 0xfbb00000-0xfbdfffff]
[ 1.549999] pci_bus 0000:07: resource 0 [io 0x6000-0x6fff]
[ 1.550001] pci_bus 0000:07: resource 1 [mem 0xfbf00000-0xfbffffff]
[ 1.550004] pci_bus 0000:02: resource 1 [mem 0xf6000000-0xf9ffffff]
[ 1.550006] pci_bus 0000:04: resource 0 [io 0x5000-0x5fff]
[ 1.550007] pci_bus 0000:04: resource 1 [mem 0xfbe00000-0xfbefffff]
[ 1.550010] pci_bus 0000:01: resource 0 [io 0x2000-0x3fff]
[ 1.550012] pci_bus 0000:01: resource 1 [mem 0xf5e00000-0xf5ffffff]
[ 1.550013] pci_bus 0000:01: resource 2 [mem 0xe8000000-0xefffffff 64bit pref]
[ 1.550015] pci_bus 0000:01: resource 4 [mem 0xe7000000-0xfbffffff window]
[ 1.550017] pci_bus 0000:01: resource 5 [io 0x1000-0x6fff window]
[ 1.550019] pci_bus 0000:01: resource 6 [io 0x0000-0x03af window]
[ 1.550021] pci_bus 0000:01: resource 7 [io 0x03e0-0x0cf7 window]
[ 1.550023] pci_bus 0000:01: resource 8 [io 0x0d00-0x0fff window]
[ 1.550025] pci_bus 0000:01: resource 9 [mem 0xfed00000-0xfed44fff window]
[ 1.550026] pci_bus 0000:01: resource 10 [io 0x03b0-0x03bb window]
[ 1.550028] pci_bus 0000:01: resource 11 [io 0x03c0-0x03df window]
[ 1.550030] pci_bus 0000:01: resource 12 [mem 0x000a0000-0x000bffff window]
[ 1.550035] pci_bus 0000:3e: resource 4 [io 0x0000-0xffff]
[ 1.550037] pci_bus 0000:3e: resource 5 [mem 0x00000000-0xffffffffff]
[ 1.550042] pci_bus 0000:3f: resource 4 [io 0x0000-0xffff]
[ 1.550044] pci_bus 0000:3f: resource 5 [mem 0x00000000-0xffffffffff]
[ 1.550177] NET: Registered protocol family 2
[ 1.550742] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[ 1.551491] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 1.551794] TCP: Hash tables configured (established 262144 bind 65536)
[ 1.551972] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[ 1.552226] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[ 1.552637] NET: Registered protocol family 1
[ 1.567123] pci 0000:01:03.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff]
[ 1.568094] PCI: CLS 64 bytes, default 64
[ 1.568159] Unpacking initramfs...
[ 4.615627] Freeing initrd memory: 185596K (ffff880021572000 - ffff88002cab1000)
[ 4.615732] DMAR: Host address width 39
[ 4.615786] DMAR: DRHD base: 0x000000e7ffe000 flags: 0x1
[ 4.615859] DMAR: dmar0: reg_base_addr e7ffe000 ver 1:0 cap c90780106f0462 ecap f0207e
[ 4.615934] DMAR: RMRR base: 0x000000df7fc000 end: 0x000000df7fdfff
[ 4.615991] DMAR: RMRR base: 0x000000df7f5000 end: 0x000000df7fafff
[ 4.616049] DMAR: RMRR base: 0x000000df63e000 end: 0x000000df63ffff
[ 4.616106] DMAR: ATSR flags: 0x0
[ 4.616373] DMAR: dmar0: Using Queued invalidation
[ 4.616445] DMAR: Setting RMRR:
[ 4.616519] DMAR: Setting identity map for device 0000:01:04.0 [0xdf63e000 - 0xdf63ffff]
[ 4.616611] DMAR: Setting identity map for device 0000:01:04.2 [0xdf63e000 - 0xdf63ffff]
[ 4.616701] DMAR: Setting identity map for device 0000:03:00.0 [0xdf63e000 - 0xdf63ffff]
[ 4.616806] DMAR: Setting identity map for device 0000:04:00.0 [0xdf63e000 - 0xdf63ffff]
[ 4.616905] DMAR: Setting identity map for device 0000:04:00.1 [0xdf63e000 - 0xdf63ffff]
[ 4.617009] DMAR: Setting identity map for device 0000:07:00.0 [0xdf63e000 - 0xdf63ffff]
[ 4.617111] DMAR: Setting identity map for device 0000:07:00.1 [0xdf63e000 - 0xdf63ffff]
[ 4.617209] DMAR: Setting identity map for device 0000:00:1d.0 [0xdf7f5000 - 0xdf7fafff]
[ 4.617306] DMAR: Setting identity map for device 0000:00:1d.1 [0xdf7f5000 - 0xdf7fafff]
[ 4.617404] DMAR: Setting identity map for device 0000:00:1d.2 [0xdf7f5000 - 0xdf7fafff]
[ 4.617501] DMAR: Setting identity map for device 0000:00:1d.3 [0xdf7f5000 - 0xdf7fafff]
[ 4.617592] DMAR: Setting identity map for device 0000:01:04.0 [0xdf7f5000 - 0xdf7fafff]
[ 4.617667] DMAR: Setting identity map for device 0000:01:04.2 [0xdf7f5000 - 0xdf7fafff]
[ 4.617743] DMAR: Setting identity map for device 0000:01:04.4 [0xdf7f5000 - 0xdf7fafff]
[ 4.617825] DMAR: Setting identity map for device 0000:00:1d.7 [0xdf7fc000 - 0xdf7fdfff]
[ 4.617916] DMAR: Prepare 0-16MiB unity mapping for LPC
[ 4.617979] DMAR: Setting identity map for device 0000:00:1f.0 [0x0 - 0xffffff]
[ 4.618199] DMAR: Intel(R) Virtualization Technology for Directed I/O
[ 4.618317] iommu: Adding device 0000:00:00.0 to group 0
[ 4.618395] iommu: Adding device 0000:00:01.0 to group 1
[ 4.618468] iommu: Adding device 0000:00:02.0 to group 2
[ 4.618541] iommu: Adding device 0000:00:03.0 to group 3
[ 4.618613] iommu: Adding device 0000:00:04.0 to group 4
[ 4.618686] iommu: Adding device 0000:00:05.0 to group 5
[ 4.618758] iommu: Adding device 0000:00:06.0 to group 6
[ 4.618830] iommu: Adding device 0000:00:07.0 to group 7
[ 4.618902] iommu: Adding device 0000:00:08.0 to group 8
[ 4.618974] iommu: Adding device 0000:00:09.0 to group 9
[ 4.619046] iommu: Adding device 0000:00:0a.0 to group 10
[ 4.619218] iommu: Adding device 0000:00:0d.0 to group 11
[ 4.619291] iommu: Adding device 0000:00:0d.1 to group 11
[ 4.619363] iommu: Adding device 0000:00:0d.2 to group 11
[ 4.619435] iommu: Adding device 0000:00:0d.3 to group 11
[ 4.619507] iommu: Adding device 0000:00:0d.4 to group 11
[ 4.619579] iommu: Adding device 0000:00:0d.5 to group 11
[ 4.619651] iommu: Adding device 0000:00:0d.6 to group 11
[ 4.619767] iommu: Adding device 0000:00:0e.0 to group 12
[ 4.619839] iommu: Adding device 0000:00:0e.1 to group 12
[ 4.619911] iommu: Adding device 0000:00:0e.2 to group 12
[ 4.619983] iommu: Adding device 0000:00:0e.3 to group 12
[ 4.620055] iommu: Adding device 0000:00:0e.4 to group 12
[ 4.620153] iommu: Adding device 0000:00:14.0 to group 13
[ 4.620225] iommu: Adding device 0000:00:14.1 to group 13
[ 4.620297] iommu: Adding device 0000:00:14.2 to group 13
[ 4.620411] iommu: Adding device 0000:00:1d.0 to group 14
[ 4.620483] iommu: Adding device 0000:00:1d.1 to group 14
[ 4.620554] iommu: Adding device 0000:00:1d.2 to group 14
[ 4.620626] iommu: Adding device 0000:00:1d.3 to group 14
[ 4.620698] iommu: Adding device 0000:00:1d.7 to group 14
[ 4.620771] iommu: Adding device 0000:00:1e.0 to group 15
[ 4.620860] iommu: Adding device 0000:00:1f.0 to group 16
[ 4.620933] iommu: Adding device 0000:00:1f.2 to group 16
[ 4.620994] iommu: Adding device 0000:01:03.0 to group 15
[ 4.621054] iommu: Adding device 0000:01:04.0 to group 15
[ 4.621114] iommu: Adding device 0000:01:04.2 to group 15
[ 4.621175] iommu: Adding device 0000:01:04.4 to group 15
[ 4.621235] iommu: Adding device 0000:01:04.6 to group 15
[ 4.621331] iommu: Adding device 0000:02:00.0 to group 17
[ 4.621411] iommu: Adding device 0000:02:00.1 to group 17
[ 4.621483] iommu: Adding device 0000:03:00.0 to group 18
[ 4.621557] iommu: Adding device 0000:04:00.0 to group 19
[ 4.621631] iommu: Adding device 0000:04:00.1 to group 20
[ 4.621726] iommu: Adding device 0000:07:00.0 to group 21
[ 4.621805] iommu: Adding device 0000:07:00.1 to group 21
[ 4.621894] iommu: Adding device 0000:3e:00.0 to group 22
[ 4.621967] iommu: Adding device 0000:3e:00.1 to group 22
[ 4.622073] iommu: Adding device 0000:3e:02.0 to group 23
[ 4.622147] iommu: Adding device 0000:3e:02.1 to group 23
[ 4.622220] iommu: Adding device 0000:3e:02.4 to group 23
[ 4.622294] iommu: Adding device 0000:3e:02.5 to group 23
[ 4.622399] iommu: Adding device 0000:3e:03.0 to group 24
[ 4.622473] iommu: Adding device 0000:3e:03.1 to group 24
[ 4.622546] iommu: Adding device 0000:3e:03.2 to group 24
[ 4.622621] iommu: Adding device 0000:3e:03.4 to group 24
[ 4.622726] iommu: Adding device 0000:3e:04.0 to group 25
[ 4.622801] iommu: Adding device 0000:3e:04.1 to group 25
[ 4.622875] iommu: Adding device 0000:3e:04.2 to group 25
[ 4.622950] iommu: Adding device 0000:3e:04.3 to group 25
[ 4.623056] iommu: Adding device 0000:3e:05.0 to group 26
[ 4.623131] iommu: Adding device 0000:3e:05.1 to group 26
[ 4.623215] iommu: Adding device 0000:3e:05.2 to group 26
[ 4.623290] iommu: Adding device 0000:3e:05.3 to group 26
[ 4.623397] iommu: Adding device 0000:3e:06.0 to group 27
[ 4.623472] iommu: Adding device 0000:3e:06.1 to group 27
[ 4.623548] iommu: Adding device 0000:3e:06.2 to group 27
[ 4.623623] iommu: Adding device 0000:3e:06.3 to group 27
[ 4.623711] iommu: Adding device 0000:3f:00.0 to group 28
[ 4.623787] iommu: Adding device 0000:3f:00.1 to group 28
[ 4.623892] iommu: Adding device 0000:3f:02.0 to group 29
[ 4.623968] iommu: Adding device 0000:3f:02.1 to group 29
[ 4.624044] iommu: Adding device 0000:3f:02.4 to group 29
[ 4.624120] iommu: Adding device 0000:3f:02.5 to group 29
[ 4.624225] iommu: Adding device 0000:3f:03.0 to group 30
[ 4.624302] iommu: Adding device 0000:3f:03.1 to group 30
[ 4.624377] iommu: Adding device 0000:3f:03.2 to group 30
[ 4.624454] iommu: Adding device 0000:3f:03.4 to group 30
[ 4.624559] iommu: Adding device 0000:3f:04.0 to group 31
[ 4.624636] iommu: Adding device 0000:3f:04.1 to group 31
[ 4.624712] iommu: Adding device 0000:3f:04.2 to group 31
[ 4.624788] iommu: Adding device 0000:3f:04.3 to group 31
[ 4.624893] iommu: Adding device 0000:3f:05.0 to group 32
[ 4.624970] iommu: Adding device 0000:3f:05.1 to group 32
[ 4.625046] iommu: Adding device 0000:3f:05.2 to group 32
[ 4.625123] iommu: Adding device 0000:3f:05.3 to group 32
[ 4.625228] iommu: Adding device 0000:3f:06.0 to group 33
[ 4.625307] iommu: Adding device 0000:3f:06.1 to group 33
[ 4.625384] iommu: Adding device 0000:3f:06.2 to group 33
[ 4.625462] iommu: Adding device 0000:3f:06.3 to group 33
[ 4.628717] futex hash table entries: 8192 (order: 7, 524288 bytes)
[ 4.628925] audit: initializing netlink subsys (disabled)
[ 4.629005] audit: type=2000 audit(1468389348.496:1): initialized
[ 4.629776] Initialise system trusted keyring
[ 4.630052] workingset: timestamp_bits=37 max_order=23 bucket_order=0
[ 4.630152] zbud: loaded
[ 4.678208] Key type asymmetric registered
[ 4.678268] Asymmetric key parser 'x509' registered
[ 4.678373] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251)
[ 4.678517] io scheduler noop registered
[ 4.678575] io scheduler deadline registered
[ 4.678670] io scheduler cfq registered (default)
[ 4.679388] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 4.679458] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 4.679546] intel_idle: MWAIT substates: 0x1120
[ 4.679548] intel_idle: v0.4.1 model 0x1A
[ 4.680471] intel_idle: lapic_timer_reliable_states 0x2
[ 4.680528] ERST: Failed to get Error Log Address Range.
[ 4.680720] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[ 4.680908] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 4.701393] 00:03: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 4.722095] serial8250: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[ 4.723023] Linux agpgart interface v0.103
[ 4.723321] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 4.723380] AMD IOMMUv2 functionality not available on this system
[ 4.726100] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f0e:PS2M] at 0x60,0x64 irq 1,12
[ 4.731569] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 4.731644] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 4.732228] mousedev: PS/2 mouse device common for all mice
[ 4.732363] rtc_cmos 00:04: RTC can wake from S4
[ 4.732651] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[ 4.732739] rtc_cmos 00:04: alarms up to one year, y3k, 114 bytes nvram, hpet irqs
[ 4.732861] ledtrig-cpu: registered to indicate activity on CPUs
[ 4.738038] NET: Registered protocol family 10
[ 4.738555] mip6: Mobile IPv6
[ 4.738614] NET: Registered protocol family 17
[ 4.738676] mpls_gso: MPLS GSO support
[ 4.739612] microcode: CPU0 sig=0x106a5, pf=0x1, revision=0x19
[ 4.739679] microcode: CPU1 sig=0x106a5, pf=0x1, revision=0x19
[ 4.739777] microcode: CPU2 sig=0x106a5, pf=0x1, revision=0x19
[ 4.739921] microcode: CPU3 sig=0x106a5, pf=0x1, revision=0x19
[ 4.740037] microcode: CPU4 sig=0x106a5, pf=0x1, revision=0x19
[ 4.740142] microcode: CPU5 sig=0x106a5, pf=0x1, revision=0x19
[ 4.740258] microcode: CPU6 sig=0x106a5, pf=0x1, revision=0x19
[ 4.740395] microcode: CPU7 sig=0x106a5, pf=0x1, revision=0x19
[ 4.740515] microcode: CPU8 sig=0x106a5, pf=0x1, revision=0x19
[ 4.740589] microcode: CPU9 sig=0x106a5, pf=0x1, revision=0x19
[ 4.740691] microcode: CPU10 sig=0x106a5, pf=0x1, revision=0x19
[ 4.740827] microcode: CPU11 sig=0x106a5, pf=0x1, revision=0x19
[ 4.740950] microcode: CPU12 sig=0x106a5, pf=0x1, revision=0x19
[ 4.741085] microcode: CPU13 sig=0x106a5, pf=0x1, revision=0x19
[ 4.741199] microcode: CPU14 sig=0x106a5, pf=0x1, revision=0x19
[ 4.741305] microcode: CPU15 sig=0x106a5, pf=0x1, revision=0x19
[ 4.741464] microcode: Microcode Update Driver: v2.01 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 4.742050] registered taskstats version 1
[ 4.742124] Loading compiled-in X.509 certificates
[ 4.742230] zswap: loaded using pool lzo/zbud
[ 4.744450] rtc_cmos 00:04: setting system clock to 2016-07-13 05:55:49 UTC (1468389349)
[ 4.744628] PM: Hibernation image not present or could not be loaded.
[ 4.748362] Freeing unused kernel memory: 1332K (ffffffff81b12000 - ffffffff81c5f000)
[ 4.748481] Write protecting the kernel read-only data: 10240k
[ 4.751438] Freeing unused kernel memory: 200K (ffff8800015ce000 - ffff880001600000)
[ 4.758016] Freeing unused kernel memory: 1428K (ffff88000189b000 - ffff880001a00000)
[ 4.771493] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input0
[ 4.771522] x86/mm: Checked W+X mappings: passed, no W+X pages found.
[ 4.792978] random: systemd-udevd urandom read with 2 bits of entropy available
[ 4.852475] fjes: module verification failed: signature and/or required key missing - tainting kernel
[ 4.853093] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[ 4.855436] thermal LNXTHERM:00: registered as thermal_zone0
[ 4.855501] ACPI: Thermal Zone [THM0] (8 C)
[ 4.856500] Floppy drive(s): fd0 is 1.44M
[ 4.861402] SCSI subsystem initialized
[ 4.861537] bnx2: QLogic bnx2 Gigabit Ethernet Driver v2.2.6 (January 29, 2014)
[ 4.861815] pps_core: LinuxPPS API ver. 1 registered
[ 4.861877] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[ 4.862555] bnx2 0000:02:00.0 eth0: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f8000000, IRQ 25, node addr 00:26:55:1a:e8:90
[ 4.862922] PTP clock support registered
[ 4.863643] bnx2 0000:02:00.1 eth1: Broadcom NetXtreme II BCM5709 1000Base-T (C0) PCI Express found at mem f6000000, IRQ 26, node addr 00:26:55:1a:e8:92
[ 4.864128] HP HPSA Driver (v 3.4.14-0)
[ 4.864207] hpsa 0000:03:00.0: can't disable ASPM; OS doesn't have ASPM control
[ 4.864407] hpsa 0000:03:00.0: MSI-X capable controller
[ 4.864689] hpsa 0000:03:00.0: Logical aborts not supported
[ 4.864754] hpsa 0000:03:00.0: HP SSD Smart Path aborts not supported
[ 4.868976] e1000e: Intel(R) PRO/1000 Network Driver - 3.2.6-k
[ 4.869047] e1000e: Copyright(c) 1999 - 2015 Intel Corporation.
[ 4.869422] e1000e 0000:04:00.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 4.874380] ACPI: bus type USB registered
[ 4.874495] usbcore: registered new interface driver usbfs
[ 4.874569] usbcore: registered new interface driver hub
[ 4.874685] qla2xxx [0000:00:00.0]-0005: : QLogic Fibre Channel HBA Driver: 8.07.00.33-k.
[ 4.874719] usbcore: registered new device driver usb
[ 4.875022] qla2xxx [0000:07:00.0]-001d: : Found an ISP2432 irq 46 iobase 0xffffc900035ce000.
[ 4.875339] qla2xxx [0000:07:00.0]-0034:0: MSI-X: Unsupported ISP 2432 SSVID/SSDID (0x103C,0x7041).
[ 4.875763] libata version 3.00 loaded.
[ 4.876627] ata_piix 0000:00:1f.2: version 2.13
[ 4.876845] ata_piix 0000:00:1f.2: MAP [ P0 P2 P1 P3 ]
[ 4.877116] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 4.877969] ehci-pci: EHCI PCI platform driver
[ 4.878346] uhci_hcd: USB Universal Host Controller Interface driver
[ 4.895193] scsi host1: hpsa
[ 4.906454] hpsa 0000:03:00.0: scsi 1:0:0:0: added RAID HP P410i controller SSDSmartPathCap- En- Exp=1
[ 4.906547] hpsa 0000:03:00.0: scsi 1:0:1:0: masked Direct-Access HP DH072ABAA6 PHYS DRV SSDSmartPathCap- En- Exp=0
[ 4.906634] hpsa 0000:03:00.0: scsi 1:0:2:0: masked Direct-Access HP DH072ABAA6 PHYS DRV SSDSmartPathCap- En- Exp=0
[ 4.906723] hpsa 0000:03:00.0: scsi 1:0:3:0: masked Direct-Access HP DH072ABAA6 PHYS DRV SSDSmartPathCap- En- Exp=0
[ 4.906816] hpsa 0000:03:00.0: scsi 1:0:4:0: masked Direct-Access HP DH072ABAA6 PHYS DRV SSDSmartPathCap- En- Exp=0
[ 4.906907] hpsa 0000:03:00.0: scsi 1:0:5:0: masked Enclosure PMCSIERA SRC 8x6G enclosure SSDSmartPathCap- En- Exp=0
[ 4.906999] hpsa 0000:03:00.0: scsi 1:1:0:0: added Direct-Access HP LOGICAL VOLUME RAID-1(+0) SSDSmartPathCap- En- Exp=1
[ 4.908244] scsi 1:0:0:0: RAID HP P410i 6.64 PQ: 0 ANSI: 5
[ 4.951155] bnx2 0000:02:00.0 enp2s0f0: renamed from eth0
[ 4.972354] bnx2 0000:02:00.1 enp2s0f1: renamed from eth1
[ 4.992396] scsi 1:1:0:0: Direct-Access HP LOGICAL VOLUME 6.64 PQ: 0 ANSI: 5
[ 5.032489] scsi host2: ata_piix
[ 5.033081] scsi host3: ata_piix
[ 5.033214] ata1: SATA max UDMA/133 cmd 0x1080 ctl 0x1088 bmdma 0x10a0 irq 17
[ 5.033279] ata2: SATA max UDMA/133 cmd 0x1090 ctl 0x1098 bmdma 0x10a8 irq 17
[ 5.033680] ehci-pci 0000:00:1d.7: EHCI Host Controller
[ 5.033749] ehci-pci 0000:00:1d.7: new USB bus registered, assigned bus number 1
[ 5.033840] ehci-pci 0000:00:1d.7: debug port 1
[ 5.037811] ehci-pci 0000:00:1d.7: cache line size of 64 is not supported
[ 5.037827] ehci-pci 0000:00:1d.7: irq 20, io mem 0xf5df0000
[ 5.040430] e1000e 0000:04:00.0 eth0: (PCI Express:2.5GT/s:Width x4) 00:1b:78:59:c4:e6
[ 5.040513] e1000e 0000:04:00.0 eth0: Intel(R) PRO/1000 Network Connection
[ 5.040649] e1000e 0000:04:00.0 eth0: MAC: 0, PHY: 4, PBA No: D51930-003
[ 5.040892] e1000e 0000:04:00.1: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
[ 5.047502] ehci-pci 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 5.047624] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 5.047685] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.047761] usb usb1: Product: EHCI Host Controller
[ 5.047818] usb usb1: Manufacturer: Linux 4.6.0 ehci_hcd
[ 5.047876] usb usb1: SerialNumber: 0000:00:1d.7
[ 5.048274] hub 1-0:1.0: USB hub found
[ 5.048341] hub 1-0:1.0: 8 ports detected
[ 5.048816] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 5.048884] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[ 5.048968] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 5.049046] uhci_hcd 0000:00:1d.0: irq 20, io base 0x00001000
[ 5.049184] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.049247] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.049325] usb usb2: Product: UHCI Host Controller
[ 5.049387] usb usb2: Manufacturer: Linux 4.6.0 uhci_hcd
[ 5.049447] usb usb2: SerialNumber: 0000:00:1d.0
[ 5.049768] hub 2-0:1.0: USB hub found
[ 5.049834] hub 2-0:1.0: 2 ports detected
[ 5.050201] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 5.050269] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[ 5.050352] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 5.050439] uhci_hcd 0000:00:1d.1: irq 23, io base 0x00001020
[ 5.050579] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.050643] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.050722] usb usb3: Product: UHCI Host Controller
[ 5.050781] usb usb3: Manufacturer: Linux 4.6.0 uhci_hcd
[ 5.050841] usb usb3: SerialNumber: 0000:00:1d.1
[ 5.051136] hub 3-0:1.0: USB hub found
[ 5.051291] hub 3-0:1.0: 2 ports detected
[ 5.051698] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 5.051765] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[ 5.051848] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 5.051933] uhci_hcd 0000:00:1d.2: irq 22, io base 0x00001040
[ 5.052077] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.052143] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.052223] usb usb4: Product: UHCI Host Controller
[ 5.052282] usb usb4: Manufacturer: Linux 4.6.0 uhci_hcd
[ 5.052340] usb usb4: SerialNumber: 0000:00:1d.2
[ 5.052686] hub 4-0:1.0: USB hub found
[ 5.052752] hub 4-0:1.0: 2 ports detected
[ 5.053065] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 5.053131] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
[ 5.053211] uhci_hcd 0000:00:1d.3: detected 2 ports
[ 5.053286] uhci_hcd 0000:00:1d.3: irq 23, io base 0x00001060
[ 5.056900] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.056962] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.057037] usb usb5: Product: UHCI Host Controller
[ 5.057094] usb usb5: Manufacturer: Linux 4.6.0 uhci_hcd
[ 5.057152] usb usb5: SerialNumber: 0000:00:1d.3
[ 5.057542] hub 5-0:1.0: USB hub found
[ 5.057607] hub 5-0:1.0: 2 ports detected
[ 5.057868] uhci_hcd 0000:01:04.4: UHCI Host Controller
[ 5.057933] uhci_hcd 0000:01:04.4: new USB bus registered, assigned bus number 6
[ 5.058019] uhci_hcd 0000:01:04.4: detected 8 ports
[ 5.058076] uhci_hcd 0000:01:04.4: port count misdetected? forcing to 2 ports
[ 5.058879] uhci_hcd 0000:01:04.4: irq 22, io base 0x00003800
[ 5.059190] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 5.059258] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 5.059333] usb usb6: Product: UHCI Host Controller
[ 5.059390] usb usb6: Manufacturer: Linux 4.6.0 uhci_hcd
[ 5.059448] usb usb6: SerialNumber: 0000:01:04.4
[ 5.059820] hub 6-0:1.0: USB hub found
[ 5.059886] hub 6-0:1.0: 2 ports detected
[ 5.216147] e1000e 0000:04:00.1 eth1: (PCI Express:2.5GT/s:Width x4) 00:1b:78:59:c4:e7
[ 5.216228] e1000e 0000:04:00.1 eth1: Intel(R) PRO/1000 Network Connection
[ 5.216365] e1000e 0000:04:00.1 eth1: MAC: 0, PHY: 4, PBA No: D51930-003
[ 5.220638] e1000e 0000:04:00.1 ens1f1: renamed from eth1
[ 5.247769] scsi host0: qla2xxx
[ 5.247814] e1000e 0000:04:00.0 ens1f0: renamed from eth0
[ 5.248939] qla2xxx [0000:07:00.0]-00fb:0: QLogic HPAE312A - PCI-Express Dual Port 4Gb Fibre Channel HBA.
[ 5.249028] qla2xxx [0000:07:00.0]-00fc:0: ISP2432: PCIe (2.5GT/s x4) @ 0000:07:00.0 hdma+ host#=0 fw=8.03.00 (9496).
[ 5.249238] qla2xxx [0000:07:00.1]-001d: : Found an ISP2432 irq 49 iobase 0xffffc900035c8000.
[ 5.249821] qla2xxx [0000:07:00.1]-0034:4: MSI-X: Unsupported ISP 2432 SSVID/SSDID (0x103C,0x7041).
[ 5.371350] usb 6-1: new full-speed USB device number 2 using uhci_hcd
[ 5.518884] usb 6-1: New USB device found, idVendor=03f0, idProduct=1027
[ 5.518948] usb 6-1: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 5.519010] usb 6-1: Product: Virtual Keyboard
[ 5.519066] usb 6-1: Manufacturer: HP
[ 5.537069] hidraw: raw HID events driver (C) Jiri Kosina
[ 5.552823] usbcore: registered new interface driver usbhid
[ 5.552884] usbhid: USB HID core driver
[ 5.560611] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1e.0/0000:01:04.4/usb6/6-1/6-1:1.0/0003:03F0:1027.0001/input/input3
[ 5.615726] hid-generic 0003:03F0:1027.0001: input,hidraw0: USB HID v1.01 Keyboard [HP Virtual Keyboard] on usb-0000:01:04.4-1/input0
[ 5.615970] input: HP Virtual Keyboard as /devices/pci0000:00/0000:00:1e.0/0000:01:04.4/usb6/6-1/6-1:1.1/0003:03F0:1027.0002/input/input4
[ 5.616389] hid-generic 0003:03F0:1027.0002: input,hidraw1: USB HID v1.01 Mouse [HP Virtual Keyboard] on usb-0000:01:04.4-1/input1
[ 5.619582] scsi host4: qla2xxx
[ 5.620597] qla2xxx [0000:07:00.1]-00fb:4: QLogic HPAE312A - PCI-Express Dual Port 4Gb Fibre Channel HBA.
[ 5.620694] qla2xxx [0000:07:00.1]-00fc:4: ISP2432: PCIe (2.5GT/s x4) @ 0000:07:00.1 hdma+ host#=4 fw=8.03.00 (9496).
[ 5.627705] tsc: Refined TSC clocksource calibration: 2533.422 MHz
[ 5.627769] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x24848ea16a3, max_idle_ns: 440795313972 ns
[ 5.658565] ata2.00: SATA link down (SStatus 4 SControl 300)
[ 5.658639] ata2.01: SATA link down (SStatus 4 SControl 300)
[ 5.803427] ata1.00: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 5.803500] ata1.01: SATA link down (SStatus 4 SControl 300)
[ 5.803568] ata1.01: link offline, clearing class 3 to NONE
[ 5.806115] ata1.00: ATAPI: DV-28S-V, C.0F, max UDMA/100
[ 5.839514] ata1.00: configured for UDMA/100
[ 5.860415] scsi: waiting for bus probes to complete ...
[ 6.627817] clocksource: Switched to clocksource tsc
[ 7.875610] floppy0: no floppy controllers found
[ 7.875678] work still pending
[ 10.658831] scsi 2:0:0:0: CD-ROM TEAC DV-28S-V C.0F PQ: 0 ANSI: 5
[ 10.699905] sd 1:1:0:0: [sda] 286615665 512-byte logical blocks: (147 GB/137 GiB)
[ 10.700281] sd 1:1:0:0: [sda] Write Protect is off
[ 10.700358] sd 1:1:0:0: [sda] Mode Sense: 6b 00 00 08
[ 10.700541] sd 1:1:0:0: [sda] Write cache: disabled, read cache: enabled, doesn't support DPO or FUA
[ 10.709053] sda: sda1 sda2 < sda5 >
[ 10.710056] sd 1:1:0:0: [sda] Attached SCSI disk
[ 10.771358] sr 2:0:0:0: [sr0] scsi3-mmc drive: 24x/24x cd/rw xa/form2 cdda tray
[ 10.771436] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 10.772134] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 11.034492] PM: Starting manual resume from disk
[ 11.034568] PM: Hibernation image partition 8:5 present
[ 11.034570] PM: Looking for hibernation image.
[ 11.034924] PM: Image not found (code -22)
[ 11.034926] PM: Hibernation image not present or could not be loaded.
[ 11.184788] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[ 11.993494] systemd[1]: systemd 230 running in system mode. (+PAM +AUDIT +SELINUX +IMA +APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 11.994062] systemd[1]: Detected architecture x86-64.
[ 12.000160] systemd[1]: Set hostname to <dl360g6>.
[ 12.332842] systemd[1]: Listening on udev Control Socket.
[ 12.333277] systemd[1]: Listening on fsck to fsckd communication Socket.
[ 12.333656] systemd[1]: Listening on Journal Socket (/dev/log).
[ 12.334031] systemd[1]: Listening on Journal Socket.
[ 12.334493] systemd[1]: Created slice User and Session Slice.
[ 12.334836] systemd[1]: Reached target Encrypted Volumes.
[ 12.335212] systemd[1]: Started Forward Password Requests to Wall Directory Watch.
[ 12.335738] systemd[1]: Created slice System Slice.
[ 12.355896] systemd[1]: Starting Load Kernel Modules...
[ 12.368092] systemd[1]: Starting Set the console keyboard layout...
[ 12.368968] systemd[1]: Starting Remount Root and Kernel File Systems...
[ 12.369265] systemd[1]: Reached target Slices.
[ 12.369698] systemd[1]: Listening on Journal Audit Socket.
[ 12.370072] systemd[1]: Listening on Syslog Socket.
[ 12.371001] systemd[1]: Mounting POSIX Message Queue File System...
[ 12.371407] systemd[1]: Created slice system-getty.slice.
[ 12.371951] systemd[1]: Set up automount Arbitrary Executable File Formats File System Automount Point.
[ 12.373499] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 12.373863] systemd[1]: Started Dispatch Password Requests to Console Directory Watch.
[ 12.374248] systemd[1]: Reached target Remote File Systems (Pre).
[ 12.374592] systemd[1]: Reached target Remote File Systems.
[ 12.375536] systemd[1]: Mounting Huge Pages File System...
[ 12.375966] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[ 12.376369] systemd[1]: Listening on udev Kernel Socket.
[ 12.377304] systemd[1]: Starting Journal Service...
[ 12.377585] systemd[1]: Reached target Paths.
[ 12.378523] systemd[1]: Mounting Debug File System...
[ 12.380639] systemd[1]: Started Load Kernel Modules.
[ 12.382049] systemd[1]: Starting Apply Kernel Variables...
[ 12.398940] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 12.400127] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 12.431240] random: nonblocking pool is initialized
[ 12.501619] systemd[1]: Started Apply Kernel Variables.
[ 12.541706] systemd[1]: Started Journal Service.
[ 12.593777] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro
[ 12.714237] systemd-journald[1106]: Received request to flush runtime journal from PID 1
[ 13.203149] EDAC MC: Ver: 3.0.0
[ 13.276080] ACPI Warning: SystemIO range 0x0000000000000928-0x000000000000092F conflicts with OpRegion 0x0000000000000920-0x000000000000092F (\SGPE) (20160108/utaddress-255)
[ 13.276259] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 13.276378] lpc_ich: Resource conflict(s) found affecting gpio_ich
[ 13.294896] EDAC MC1: Giving out device to module i7core_edac.c controller i7 core #1: DEV 0000:3e:03.0 (POLLED)
[ 13.295018] EDAC PCI0: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3e:03.0 (POLLED)
[ 13.295402] EDAC MC0: Giving out device to module i7core_edac.c controller i7 core #0: DEV 0000:3f:03.0 (POLLED)
[ 13.295514] EDAC PCI1: Giving out device to module i7core_edac controller EDAC PCI controller: DEV 0000:3f:03.0 (POLLED)
[ 13.295607] EDAC i7core: Driver loaded, 2 memory controller(s) found.
[ 13.328304] pcc-cpufreq: (v1.10.00) driver loaded with frequency limits: 1600 MHz, 2533 MHz
[ 13.328402] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.328678] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.329062] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.329409] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.329744] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.330086] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.330418] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.330785] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.331109] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.331493] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.331877] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.332230] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.332617] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.332980] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.333325] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.333666] cpufreq: ondemand governor failed, too long transition latency of HW, fallback to performance governor
[ 13.398081] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 13.419153] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[ 13.419234] ACPI: Power Button [PWRF]
[ 13.460100] Floppy drive(s): fd0 is 1.44M
[ 13.466421] power_meter ACPI000D:00: Found ACPI power meter.
[ 13.466502] power_meter ACPI000D:00: Ignoring unsafe software power cap!
[ 13.479515] ipmi message handler version 39.2
[ 13.545126] hpwdt 0000:01:04.0: HPE Watchdog Timer Driver: NMI decoding initialized, allow kernel dump: ON (default = 1/ON)
[ 13.545266] hpwdt 0000:01:04.0: HPE Watchdog Timer Driver: 1.3.3, timer margin: 30 seconds (nowayout=0).
[ 13.630184] iTCO_vendor_support: vendor-support=0
[ 13.671610] scsi 1:0:0:0: Attached scsi generic sg0 type 12
[ 13.671729] sd 1:1:0:0: Attached scsi generic sg1 type 0
[ 13.671820] sr 2:0:0:0: Attached scsi generic sg2 type 5
[ 13.683350] input: PC Speaker as /devices/platform/pcspkr/input/input6
[ 13.859533] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
[ 13.859628] iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[ 13.875828] ipmi_si IPI0001:00: ipmi_si: probing via ACPI
[ 13.875918] ipmi_si IPI0001:00: [io 0x0ca2-0x0ca3] regsize 1 spacing 1 irq 0
[ 13.875977] ipmi_si: Adding ACPI-specified kcs state machine
[ 13.876085] IPMI System Interface driver.
[ 13.876161] ipmi_si 0000:01:04.6: probing via PCI
[ 13.876286] ipmi_si 0000:01:04.6: [mem 0xf5ef0000-0xf5ef00ff] regsize 1 spacing 1 irq 21
[ 13.876361] ipmi_si: Adding PCI-specified kcs state machine
[ 13.876475] ipmi_si: probing via SMBIOS
[ 13.876528] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[ 13.876584] ipmi_si: Adding SMBIOS-specified kcs state machine duplicate interface
[ 13.876704] ipmi_si: probing via SPMI
[ 13.876757] ipmi_si: SPMI: io 0xca2 regsize 2 spacing 2 irq 0
[ 13.876813] ipmi_si: Adding SPMI-specified kcs state machine duplicate interface
[ 13.876918] ipmi_si: Trying PCI-specified kcs state machine at mem address 0xf5ef0000, slave address 0x0, irq 21
[ 13.956383] [drm] Initialized drm 1.1.0 20060810
[ 14.327861] ipmi_si 0000:01:04.6: Using irq 21
[ 14.350313] ipmi_si 0000:01:04.6: Found new BMC (man_id: 0x00000b, prod_id: 0x2000, dev_id: 0x11)
[ 14.350402] ipmi_si 0000:01:04.6: IPMI kcs interface initialized
[ 14.395427] Error: Driver 'pcspkr' is already registered, aborting...
[ 14.519788] [drm] radeon kernel modesetting enabled.
[ 14.596389] CRAT table not found
[ 14.596449] Finished initializing topology ret=0
[ 14.596645] kfd kfd: Initialized module
[ 14.598795] [drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[ 14.598892] [drm] register mmio base: 0xF5FF0000
[ 14.598964] [drm] register mmio size: 65536
[ 14.599091] radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
[ 14.599167] radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[ 14.599250] [drm] Detected VRAM RAM=128M, BAR=128M
[ 14.599306] [drm] RAM width 16bits DDR
[ 14.599428] [TTM] Zone kernel: Available graphics memory: 12373260 kiB
[ 14.599487] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 14.599544] [TTM] Initializing pool allocator
[ 14.599603] [TTM] Initializing DMA pool allocator
[ 14.599680] [drm] radeon: 64M of VRAM memory ready
[ 14.599744] [drm] radeon: 512M of GTT memory ready.
[ 14.599831] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 14.620864] [drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
[ 14.620955] radeon 0000:01:03.0: WB disabled
[ 14.621011] radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800da2c9000
[ 14.621090] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 14.621148] [drm] Driver supports precise vblank timestamp query.
[ 14.621215] [drm] radeon: irq initialized.
[ 14.621283] [drm] Loading R100 Microcode
[ 14.641490] [drm] radeon: ring at 0x00000000C8001000
[ 14.641571] [drm] ring test succeeded in 1 usecs
[ 14.773520] Adding 25153532k swap on /dev/sda5. Priority:-1 extents:1 across:25153532k FS
[ 14.862823] kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[ 15.139926] [drm] ib test succeeded in 0 usecs
[ 15.140361] [drm] No TV DAC info found in BIOS
[ 15.140451] [drm] Radeon Display Connectors
[ 15.140505] [drm] Connector 0:
[ 15.140556] [drm] VGA-1
[ 15.140607] [drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[ 15.140666] [drm] Encoders:
[ 15.140717] [drm] CRT1: INTERNAL_DAC1
[ 15.140770] [drm] Connector 1:
[ 15.140821] [drm] VGA-2
[ 15.140891] [drm] DDC: 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c
[ 15.140947] [drm] Encoders:
[ 15.140997] [drm] CRT2: INTERNAL_DAC2
[ 15.215945] [drm] fb mappable at 0xE8040000
[ 15.216001] [drm] vram apper at 0xE8000000
[ 15.216056] [drm] size 1310720
[ 15.216107] [drm] fb depth is 8
[ 15.216158] [drm] pitch is 1280
[ 15.216407] fbcon: radeondrmfb (fb0) is primary device
[ 15.381434] Console: switching to colour frame buffer device 160x64
[ 15.394964] radeon 0000:01:03.0: fb0: radeondrmfb frame buffer device
[ 15.404175] [drm] Initialized radeon 2.43.0 20080528 for 0000:01:03.0 on minor 0
[ 15.420112] CE: hpet increased min_delta_ns to 20115 nsec
[ 15.917861] bnx2 0000:02:00.0 enp2s0f0: using MSIX
[ 15.918074] IPv6: ADDRCONF(NETDEV_UP): enp2s0f0: link is not ready
[ 16.260585] systemd[1]: apt-daily.timer: Adding 7min 36.807444s random time.
[ 16.483942] floppy0: no floppy controllers found
[ 17.513274] bnx2 0000:02:00.0 enp2s0f0: NIC Copper Link is Up, 100 Mbps full duplex
[ 17.513388] , receive & transmit flow control ON
[ 17.513572] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0f0: link becomes ready
[ 24.212833] systemd[1]: apt-daily.timer: Adding 8h 51min 24.767715s random time.
[ 24.342465] systemd[1]: apt-daily.timer: Adding 8h 48min 7.565788s random time.
[ 26.412465] qla2xxx [0000:07:00.0]-8038:0: Cable is unplugged...
[ 26.780480] qla2xxx [0000:07:00.1]-8038:4: Cable is unplugged...
--
Meelis Roos (mroos@linux.ee)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <alpine.LRH.2.20.1607130855210.11080-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
@ 2016-07-13 8:18 ` Joerg Roedel
[not found] ` <20160713081817.GJ12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Joerg Roedel @ 2016-07-13 8:18 UTC (permalink / raw)
To: Meelis Roos
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
David Woodhouse, Linux Kernel list
On Wed, Jul 13, 2016 at 10:17:59AM +0300, Meelis Roos wrote:
> Bisecting kernel configs shows that it's DMAR+IOMMU. When it is
> activated, there is high probability of NMI-s in random places.
Hmm, strange. But nothing could really surprise when you have an HP
BIOS.
Can you probably use the faulty config and bisect this down to a
specific commit? In v4.7-rc1 some changes to the iova-allocation code
got merged, but I have no idea how those could cause NMIs.
Thanks,
Joerg
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <20160713081817.GJ12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
@ 2016-07-13 8:31 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607131122010.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Meelis Roos @ 2016-07-13 8:31 UTC (permalink / raw)
To: Joerg Roedel
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
David Woodhouse, Linux Kernel list
> > Bisecting kernel configs shows that it's DMAR+IOMMU. When it is
> > activated, there is high probability of NMI-s in random places.
>
> Hmm, strange. But nothing could really surprise when you have an HP
> BIOS.
BIOS P64 01/22/2015. There seems to be a newer 2015.08.16 BIOS out but
the release notes only describe updated CPU microcode for security
reasons.
> Can you probably use the faulty config and bisect this down to a
> specific commit? In v4.7-rc1 some changes to the iova-allocation code
> got merged, but I have no idea how those could cause NMIs.
Will try but I do not know a working base yet - this was broken in both
4.6 and 4.7-rc.
--
Meelis Roos (mroos-Y27EyoLml9s@public.gmane.org)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <alpine.LRH.2.20.1607131122010.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
@ 2016-07-13 9:03 ` Joerg Roedel
[not found] ` <20160713090332.GK12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2016-07-13 13:52 ` IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6) Henrique de Moraes Holschuh
0 siblings, 2 replies; 17+ messages in thread
From: Joerg Roedel @ 2016-07-13 9:03 UTC (permalink / raw)
To: Meelis Roos
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
David Woodhouse, Linux Kernel list
On Wed, Jul 13, 2016 at 11:31:02AM +0300, Meelis Roos wrote:
> > > Bisecting kernel configs shows that it's DMAR+IOMMU. When it is
> > > activated, there is high probability of NMI-s in random places.
> >
> > Hmm, strange. But nothing could really surprise when you have an HP
> > BIOS.
>
> BIOS P64 01/22/2015. There seems to be a newer 2015.08.16 BIOS out but
> the release notes only describe updated CPU microcode for security
> reasons.
It is probably something HP is selling as a "feature" and not a BIOS
bug.
> > Can you probably use the faulty config and bisect this down to a
> > specific commit? In v4.7-rc1 some changes to the iova-allocation code
> > got merged, but I have no idea how those could cause NMIs.
>
> Will try but I do not know a working base yet - this was broken in both
> 4.6 and 4.7-rc.
Oh, in that case it is not related to the recent iova changes. Does the
box have any hardware error log which you can access and send to us
(right after some NMIs happened)?
Thanks,
Joerg
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <20160713090332.GK12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
@ 2016-07-13 9:16 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607131206430.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
2016-07-13 9:40 ` Meelis Roos
1 sibling, 1 reply; 17+ messages in thread
From: Meelis Roos @ 2016-07-13 9:16 UTC (permalink / raw)
To: Joerg Roedel
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
David Woodhouse, Linux Kernel list
> > > > Bisecting kernel configs shows that it's DMAR+IOMMU. When it is
> > > > activated, there is high probability of NMI-s in random places.
> > >
> > > Hmm, strange. But nothing could really surprise when you have an HP
> > > BIOS.
> >
> > BIOS P64 01/22/2015. There seems to be a newer 2015.08.16 BIOS out but
> > the release notes only describe updated CPU microcode for security
> > reasons.
>
> It is probably something HP is selling as a "feature" and not a BIOS
> bug.
ROM setup settings that might be of interest:
Advanced memory protection: advanced ecc support
No-Execute memory protection: enabled
Intel virtualization technology: enabled
Intel hyperthreading options: enabled
Processor core disable: all cored enabled
Intel turbo boost technology: enabled
Intel VT-d: enabled
HP power profile: custom
HP power regulator: hp dynamic power savings mode (not OS control)
Intel qpi link power management: enabled
Minimum processor idle power core state: C6
Minimum processor idle power package state: C6
Dynamic power saving mode response: fast
Collaborative power control: enabled
MPS table: full table apic
NMI debug button: enabled
PCI bus padding options: enabled
HW prefetcher: enabled
Adjacent sector prefetch: enabled
Node interleaving: disabled
> > > Can you probably use the faulty config and bisect this down to a
> > > specific commit? In v4.7-rc1 some changes to the iova-allocation code
> > > got merged, but I have no idea how those could cause NMIs.
> >
> > Will try but I do not know a working base yet - this was broken in both
> > 4.6 and 4.7-rc.
>
> Oh, in that case it is not related to the recent iova changes. Does the
> box have any hardware error log which you can access and send to us
> (right after some NMIs happened)?
Nothing in ILO log or integrated management log (IML).
--
Meelis Roos (mroos-Y27EyoLml9s@public.gmane.org)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <20160713090332.GK12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2016-07-13 9:16 ` Meelis Roos
@ 2016-07-13 9:40 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607131239410.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
1 sibling, 1 reply; 17+ messages in thread
From: Meelis Roos @ 2016-07-13 9:40 UTC (permalink / raw)
To: Joerg Roedel
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
David Woodhouse, Linux Kernel list
> > > Can you probably use the faulty config and bisect this down to a
> > > specific commit? In v4.7-rc1 some changes to the iova-allocation code
> > > got merged, but I have no idea how those could cause NMIs.
> >
> > Will try but I do not know a working base yet - this was broken in both
> > 4.6 and 4.7-rc.
>
> Oh, in that case it is not related to the recent iova changes. Does the
> box have any hardware error log which you can access and send to us
> (right after some NMIs happened)?
Just got http://kodu.ut.ee/~mroos/4.6-dmar-fault2.png when playing with
BIOS settings (disabling NUMA). It is the first time I see at least some
info in NMI decode.
--
Meelis Roos (mroos-Y27EyoLml9s@public.gmane.org)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <alpine.LRH.2.20.1607131206430.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
@ 2016-07-13 9:43 ` Joerg Roedel
0 siblings, 0 replies; 17+ messages in thread
From: Joerg Roedel @ 2016-07-13 9:43 UTC (permalink / raw)
To: Meelis Roos
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
David Woodhouse, Linux Kernel list
On Wed, Jul 13, 2016 at 12:16:46PM +0300, Meelis Roos wrote:
> ROM setup settings that might be of interest:
>
> Advanced memory protection: advanced ecc support
> No-Execute memory protection: enabled
> Intel virtualization technology: enabled
> Intel hyperthreading options: enabled
> Processor core disable: all cored enabled
> Intel turbo boost technology: enabled
> Intel VT-d: enabled
> HP power profile: custom
> HP power regulator: hp dynamic power savings mode (not OS control)
> Intel qpi link power management: enabled
> Minimum processor idle power core state: C6
> Minimum processor idle power package state: C6
> Dynamic power saving mode response: fast
> Collaborative power control: enabled
> MPS table: full table apic
> NMI debug button: enabled
> PCI bus padding options: enabled
> HW prefetcher: enabled
> Adjacent sector prefetch: enabled
> Node interleaving: disabled
AFAICT these settings look normal.
> Nothing in ILO log or integrated management log (IML).
Then I think we need a bisect to make progress here.
Joerg
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <alpine.LRH.2.20.1607131239410.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
@ 2016-07-13 9:49 ` Joerg Roedel
[not found] ` <20160713094917.GM12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Joerg Roedel @ 2016-07-13 9:49 UTC (permalink / raw)
To: Meelis Roos
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
David Woodhouse, Linux Kernel list
On Wed, Jul 13, 2016 at 12:40:39PM +0300, Meelis Roos wrote:
> Just got http://kodu.ut.ee/~mroos/4.6-dmar-fault2.png when playing with
> BIOS settings (disabling NUMA). It is the first time I see at least some
> info in NMI decode.
This looks interesting. Can you please post output of 'lspci -vvv' and
'lspci -t'?
Thanks,
Joerg
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <20160713094917.GM12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
@ 2016-07-13 9:58 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607131257390.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Meelis Roos @ 2016-07-13 9:58 UTC (permalink / raw)
To: Joerg Roedel
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
David Woodhouse, Linux Kernel list
> > Just got http://kodu.ut.ee/~mroos/4.6-dmar-fault2.png when playing with
> > BIOS settings (disabling NUMA). It is the first time I see at least some
> > info in NMI decode.
>
> This looks interesting. Can you please post output of 'lspci -vvv' and
> 'lspci -t'?
Here.
-+-[0000:3f]-+-00.0
| +-00.1
| +-02.0
| +-02.1
| +-02.4
| +-02.5
| +-03.0
| +-03.1
| +-03.2
| +-03.4
| +-04.0
| +-04.1
| +-04.2
| +-04.3
| +-05.0
| +-05.1
| +-05.2
| +-05.3
| +-06.0
| +-06.1
| +-06.2
| \-06.3
+-[0000:3e]-+-00.0
| +-00.1
| +-02.0
| +-02.1
| +-02.4
| +-02.5
| +-03.0
| +-03.1
| +-03.2
| +-03.4
| +-04.0
| +-04.1
| +-04.2
| +-04.3
| +-05.0
| +-05.1
| +-05.2
| +-05.3
| +-06.0
| +-06.1
| +-06.2
| \-06.3
\-[0000:00]-+-00.0
+-01.0-[03]----00.0
+-02.0-[0a]--
+-03.0-[07-09]--+-00.0
| \-00.1
+-04.0-[0b]--
+-05.0-[0c]--
+-06.0-[0d]--
+-07.0-[0e]--
+-08.0-[02]--+-00.0
| \-00.1
+-09.0-[04-06]--+-00.0
| \-00.1
+-0a.0-[0f]--
+-0d.0
+-0d.1
+-0d.2
+-0d.3
+-0d.4
+-0d.5
+-0d.6
+-0e.0
+-0e.1
+-0e.2
+-0e.3
+-0e.4
+-14.0
+-14.1
+-14.2
+-1d.0
+-1d.1
+-1d.2
+-1d.3
+-1d.7
+-1e.0-[01]--+-03.0
| +-04.0
| +-04.2
| +-04.4
| \-04.6
+-1f.0
\-1f.2
00:00.0 Host bridge: Intel Corporation 5520 I/O Hub to ESI Port (rev 13)
Subsystem: Hewlett-Packard Company ProLiant G6 series
Control: I/O- 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: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
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 <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 x4, 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: 260ms to 900ms, 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] 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] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
00: 86 80 06 34 40 01 10 00 13 00 00 06 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0b 33
30: 00 00 00 00 60 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 20 80 00 00 06 00 00 00 41 3c 39 00
a0: 00 00 41 30 00 00 00 00 c0 07 00 01 06 00 00 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:01.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 1 (rev 13) (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
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 00004000-00004fff
Memory behind bridge: fbb00000-fbdfffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company ProLiant G6 series
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x4, 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: 260ms to 900ms, 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] 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: 05, GenCap- CGenEn- ChkCap- ChkEn-
Capabilities: [150 v1] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Kernel driver in use: pcieport
Kernel modules: shpchp
00: 86 80 08 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 03 03 00 40 40 00 00
20: b0 fb d0 fb f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 42 3c 39 00
a0: 40 00 42 70 00 00 00 00 c0 03 48 01 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:02.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 2 (rev 13) (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
Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company 5520/5500/X58 I/O Hub PCI Express Root Port 2
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width 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: 260ms to 900ms, 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] 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] 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: 86 80 09 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 0a 0a 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 42 3c 39 00
a0: 00 00 02 10 00 00 00 00 c0 03 48 00 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 13) (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
Bus: primary=00, secondary=07, subordinate=09, sec-latency=0
I/O behind bridge: 00006000-00006fff
Memory behind bridge: fbf00000-fbffffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company ProLiant ML150 G6 Server
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM 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 x4, 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: 260ms to 900ms, 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] 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] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Kernel driver in use: pcieport
Kernel modules: shpchp
00: 86 80 0a 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 07 09 00 60 60 00 20
20: f0 fb f0 fb f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 02 3d 39 00
a0: 40 00 41 70 00 00 00 00 c0 03 48 01 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:04.0 PCI bridge: Intel Corporation 5520/X58 I/O Hub PCI Express Root Port 4 (rev 13) (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
Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company 5520/X58 I/O Hub PCI Express Root Port 4
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, 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 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: 260ms to 900ms, 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] 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] 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: 86 80 0b 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 0b 0b 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 42 3c 39 00
a0: 00 00 01 10 00 00 00 00 c0 03 48 00 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:05.0 PCI bridge: Intel Corporation 5520/X58 I/O Hub PCI Express Root Port 5 (rev 13) (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
Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company 5520/X58 I/O Hub PCI Express Root Port 5
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, 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 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: 260ms to 900ms, 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] 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] 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: 86 80 0c 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 0c 0c 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 42 3c 39 00
a0: 00 00 01 10 00 00 00 00 c0 03 48 00 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:06.0 PCI bridge: Intel Corporation 5520/X58 I/O Hub PCI Express Root Port 6 (rev 13) (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
Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company 5520/X58 I/O Hub PCI Express Root Port 6
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, 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 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: 260ms to 900ms, 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] 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] 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: 86 80 0d 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 0d 0d 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 42 3c 39 00
a0: 00 00 01 10 00 00 00 00 c0 03 48 00 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 13) (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
Bus: primary=00, secondary=0e, subordinate=0e, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company ProLiant ML150 G6 Server
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, 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 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: 260ms to 900ms, 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] 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] Access Control Services
ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans-
Capabilities: [160 v0] Vendor Specific Information: ID=0002 Rev=0 Len=00c <?>
Kernel driver in use: pcieport
Kernel modules: shpchp
00: 86 80 0e 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 0e 0e 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 42 3c 39 00
a0: 00 00 01 10 00 00 00 00 c0 03 48 00 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:08.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 8 (rev 13) (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
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: f6000000-f9ffffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company 5520/5500/X58 I/O Hub PCI Express Root Port 8
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x4, 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: 260ms to 900ms, 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] 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] 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: 86 80 0f 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 02 02 00 f0 00 00 20
20: 00 f6 f0 f9 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 42 3c 39 00
a0: 40 00 42 70 00 00 00 00 c0 03 48 01 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:09.0 PCI bridge: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9 (rev 13) (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
Bus: primary=00, secondary=04, subordinate=06, sec-latency=0
I/O behind bridge: 00005000-00005fff
Memory behind bridge: fbe00000-fbefffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company 7500/5520/5500/X58 I/O Hub PCI Express Root Port 9
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <512ns, L1 <4us
ClockPM- Surprise+ LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x4, 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: 260ms to 900ms, 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] 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] 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: 86 80 10 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 04 06 00 50 50 00 20
20: e0 fb e0 fb f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 82 3c 39 00
a0: 40 00 41 70 00 00 00 00 c0 03 48 01 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0a.0 PCI bridge: Intel Corporation 7500/5520/5500/X58 I/O Hub PCI Express Root Port 10 (rev 13) (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
Bus: primary=00, secondary=0f, subordinate=0f, sec-latency=0
I/O behind bridge: 0000f000-00000fff
Memory behind bridge: fff00000-000fffff
Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
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: Hewlett-Packard Company 7500/5520/5500/X58 I/O Hub PCI Express Root Port 10
Capabilities: [60] MSI: Enable- Count=1/2 Maskable+ 64bit-
Address: 00000000 Data: 0000
Masking: 00000000 Pending: 00000000
Capabilities: [90] Express (v2) Root Port (Slot-), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, 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 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: 260ms to 900ms, 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] 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] 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: 86 80 11 34 47 05 10 00 13 00 04 06 10 00 01 00
10: 00 00 00 00 00 00 00 00 00 0f 0f 00 f0 00 00 00
20: f0 ff 00 00 f1 ff 01 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 ff 00 03 00
40: 0d 60 00 00 3c 10 0b 33 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 05 90 02 01 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 10 e0 42 00 21 80 00 00 26 00 00 00 42 3c 39 00
a0: 00 00 01 10 00 00 00 00 c0 03 48 00 16 00 01 00
b0: 00 00 00 00 3e 00 00 00 09 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0d.0 Host bridge: Intel Corporation Device 343a (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0b8 <?>
Capabilities: [800 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0b8 <?>
00: 86 80 3a 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0d.1 Host bridge: Intel Corporation Device 343b (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0b8 <?>
Capabilities: [800 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0b8 <?>
00: 86 80 3b 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0d.2 Host bridge: Intel Corporation Device 343c (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
00: 86 80 3c 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0d.3 Host bridge: Intel Corporation Device 343d (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0b8 <?>
00: 86 80 3d 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0d.4 Host bridge: Intel Corporation 7500/5520/5500/X58 Physical Layer Port 0 (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
00: 86 80 18 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0d.5 Host bridge: Intel Corporation 7500/5520/5500 Physical Layer Port 1 (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
00: 86 80 19 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0d.6 Host bridge: Intel Corporation Device 341a (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
00: 86 80 1a 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0e.0 Host bridge: Intel Corporation Device 341c (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
Capabilities: [100 v0] Vendor Specific Information: ID=0001 Rev=0 Len=0b8 <?>
00: 86 80 1c 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0e.1 Host bridge: Intel Corporation Device 341d (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
00: 86 80 1d 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0e.2 Host bridge: Intel Corporation Device 341e (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
00: 86 80 1e 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0e.3 Host bridge: Intel Corporation Device 341f (rev 13)
Control: I/O- 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: Range BCD, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [60] #00 [0000]
00: 86 80 1f 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 60 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 0e 00 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:0e.4 Host bridge: Intel Corporation Device 3439 (rev 13)
Control: I/O- 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: 86 80 39 34 00 00 10 00 13 00 00 06 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:14.0 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub System Management Registers (rev 13) (prog-if 00 [8259])
Subsystem: Device 003c:000b
Control: I/O- 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
Kernel driver in use: i7core_edac
Kernel modules: i7core_edac
00: 86 80 2e 34 00 00 10 00 13 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 00 0b 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 ff ff ff ff 07 00
90: 00 00 00 00 00 00 00 00 48 00 05 00 01 7c 03 00
a0: 00 00 00 00 00 00 00 00 09 00 80 d7 00 00 00 00
b0: 00 00 ff ff ff ff 07 00 00 00 00 00 00 00 00 00
c0: 00 00 ff ff ff ff 07 00 00 00 00 00 00 00 00 00
d0: 00 00 00 d4 00 00 00 24 06 00 00 00 00 00 00 fc
e0: ff ff ff ff 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 10 10 fe 00 00 00 00 c7 7f 00 00 00 00 00 00
00:14.1 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub GPIO and Scratch Pad Registers (rev 13) (prog-if 00 [8259])
Subsystem: Device 003c:000b
Control: I/O- 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: 86 80 22 34 00 00 10 00 13 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 00 0b 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: 00 00 00 00 0c 13 00 00 0c 13 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 bf
a0: 00 00 00 00 00 00 11 02 00 00 83 01 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 0c 13 00 00 0c 13 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 bf
00:14.2 PIC: Intel Corporation 7500/5520/5500/X58 I/O Hub Control Status and RAS Registers (rev 13) (prog-if 00 [8259])
Subsystem: Device 003c:000b
Control: I/O- 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: 86 80 23 34 00 00 10 00 13 00 00 08 10 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 00 0b 00
30: 00 00 00 00 40 00 00 00 00 00 00 00 00 00 00 00
40: 10 00 92 00 00 80 00 00 00 00 00 00 00 f4 3b 00
50: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 01 00
60: 00 00 00 00 00 80 00 00 00 00 00 00 00 f4 3b 00
70: 00 00 00 10 00 00 00 00 c0 07 00 00 00 00 00 00
80: a4 80 a0 02 50 01 aa aa a8 00 00 00 65 15 00 00
90: 00 00 00 00 14 00 00 00 04 08 00 00 00 00 00 00
a0: 00 00 00 00 28 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 01 00 00 00 00 00 00 00 00 00 00 00 00 42 00 00
d0: 01 00 00 00 00 00 08 92 9e 00 b1 35 00 00 10 00
e0: 40 d8 05 00 df 03 00 00 ff 07 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
00:1d.0 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company 82801JI (ICH10 Family) USB UHCI 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 20
Region 4: I/O ports at 1000 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00: 86 80 34 3a 05 00 90 02 00 00 03 0c 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 01 10 00 00 00 00 00 00 00 00 00 00 3c 10 0d 33
30: 00 00 00 00 50 00 00 00 00 00 00 00 05 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 01 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.1 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #2 (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company 82801JI (ICH10 Family) USB UHCI 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 23
Region 4: I/O ports at 1020 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00: 86 80 35 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 21 10 00 00 00 00 00 00 00 00 00 00 3c 10 0d 33
30: 00 00 00 00 50 00 00 00 00 00 00 00 07 02 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 01 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.2 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #3 (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company 82801JI (ICH10 Family) USB UHCI 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 C routed to IRQ 22
Region 4: I/O ports at 1040 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00: 86 80 36 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 41 10 00 00 00 00 00 00 00 00 00 00 3c 10 0d 33
30: 00 00 00 00 50 00 00 00 00 00 00 00 0a 03 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 01 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.3 USB controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #6 (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company 82801JI (ICH10 Family) USB UHCI 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 D routed to IRQ 23
Region 4: I/O ports at 1060 [size=32]
Capabilities: [50] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: uhci_hcd
Kernel modules: uhci_hcd
00: 86 80 39 3a 05 00 90 02 00 00 03 0c 00 00 00 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 61 10 00 00 00 00 00 00 00 00 00 00 3c 10 0d 33
30: 00 00 00 00 50 00 00 00 00 00 00 00 07 04 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 2f 00 00 00 00 00 00 00 00 01 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1d.7 USB controller: Intel Corporation 82801JI (ICH10 Family) USB2 EHCI Controller #1 (prog-if 20 [EHCI])
Subsystem: Hewlett-Packard Company 82801JI (ICH10 Family) USB2 EHCI 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 20
Region 0: Memory at f5df0000 (32-bit, non-prefetchable) [size=1K]
Capabilities: [50] Power Management version 2
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Debug port: BAR=1 offset=00a0
Capabilities: [98] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: ehci-pci
Kernel modules: ehci_pci
00: 86 80 3a 3a 46 01 90 02 00 20 03 0c 00 00 00 00
10: 00 00 df f5 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0d 33
30: 00 00 00 00 50 00 00 00 00 00 00 00 05 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 01 58 c2 c9 00 00 00 00 0a 98 a0 20 00 00 00 00
60: 20 20 ff 01 00 00 00 00 01 00 00 01 00 00 00 c0
70: 00 00 cf 3f 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 01 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 13 00 06 03 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 aa ff 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 88 85 40 00 86 0f 00 00 86 17 02 20
00:1e.0 PCI bridge: Intel Corporation 82801 PCI Bridge (rev 90) (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=01, subordinate=01, sec-latency=32
I/O behind bridge: 00002000-00003fff
Memory behind bridge: f5e00000-f5ffffff
Prefetchable memory behind bridge: 00000000e8000000-00000000efffffff
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: Hewlett-Packard Company 82801 PCI Bridge
00: 86 80 4e 24 47 01 10 00 90 01 04 06 00 00 01 00
10: 00 00 00 00 00 00 00 00 00 01 01 20 20 30 80 22
20: e0 f5 f0 f5 01 e8 f1 ef 00 00 00 00 00 00 00 00
30: 00 00 00 00 50 00 00 00 00 00 00 00 ff 00 0b 00
40: 00 00 00 00 00 00 00 00 01 00 00 00 00 12 00 00
50: 0d 00 00 00 3c 10 0d 33 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
00:1f.0 ISA bridge: Intel Corporation 82801JIB (ICH10) LPC Interface 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: 86 80 18 3a 47 01 10 02 00 00 01 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
30: 00 00 00 00 e0 00 00 00 00 00 00 00 00 00 00 00
40: 01 09 00 00 80 00 00 00 81 08 00 00 10 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 87 8b 80 80 d0 00 00 00 85 8a 8a 87 f1 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 09 34 01 03 1c 00 01 06 7c 00 01 08 7c 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 40 02 14 00 00 02 00 00 13 04 00 00 00 03 00 40
b0: 00 00 f0 00 00 00 00 00 00 40 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 67 45 00 00 cf ff 00 00 00 00 00 00
e0: 09 00 0c 10 21 00 24 02 e4 02 00 00 00 00 00 00
f0: 01 c0 d1 fe 00 00 00 00 86 0f 00 00 00 00 00 00
00:1f.2 IDE interface: Intel Corporation 82801JI (ICH10 Family) 4 port SATA IDE Controller #1 (prog-if 8f [Master SecP SecO PriP PriO])
Subsystem: Hewlett-Packard Company 82801JI (ICH10 Family) 4 port SATA IDE 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 17
Region 0: I/O ports at 1080 [size=8]
Region 1: I/O ports at 1088 [size=4]
Region 2: I/O ports at 1090 [size=8]
Region 3: I/O ports at 1098 [size=4]
Region 4: I/O ports at 10a0 [size=16]
Region 5: I/O ports at 10b0 [size=16]
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: [b0] PCI Advanced Features
AFCap: TP+ FLR+
AFCtrl: FLR-
AFStatus: TP-
Kernel driver in use: ata_piix
Kernel modules: ata_piix, ata_generic
00: 86 80 20 3a 47 00 b0 02 00 8f 01 01 00 00 00 00
10: 81 10 00 00 89 10 00 00 91 10 00 00 99 10 00 00
20: a1 10 00 00 b1 10 00 00 00 00 00 00 3c 10 0d 33
30: 00 00 00 00 70 00 00 00 00 00 00 00 0b 02 00 00
40: 00 80 00 80 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 01 b0 03 00 08 00 00 00 00 00 00 00 00 00 00 00
80: 05 70 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 3e 01 01 93 01 00 00 00 00 00 00 00 00 00 00
a0: ac 00 00 00 0a 00 12 00 00 00 00 00 00 00 00 00
b0: 13 00 06 03 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 05 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 86 0f 00 00 00 00 00 00
01:03.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] ES1000 (rev 02) (prog-if 00 [VGA controller])
Subsystem: Hewlett-Packard Company ES1000
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: 64 (2000ns min), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 23
Region 0: Memory at e8000000 (32-bit, prefetchable) [size=128M]
Region 1: I/O ports at 3000 [size=256]
Region 2: Memory at f5ff0000 (32-bit, non-prefetchable) [size=64K]
[virtual] Expansion ROM at 000c0000 [disabled] [size=128K]
Capabilities: [50] 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: radeon
Kernel modules: radeonfb, radeon
00: 02 10 5e 51 87 01 90 02 02 00 00 03 10 40 00 00
10: 08 00 00 e8 01 30 00 00 00 00 ff f5 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 fb 31
30: 00 00 00 00 50 00 00 00 00 00 00 00 07 01 08 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 fb 31
50: 01 00 02 06 00 00 00 00 02 50 20 00 00 02 00 2f
60: 00 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
01:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 03)
Subsystem: Hewlett-Packard Company Integrated Lights Out 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 A routed to IRQ 21
Region 0: I/O ports at 2800 [size=256]
Region 1: Memory at f5fe0000 (32-bit, non-prefetchable) [size=512]
Capabilities: [f0] 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: hpwdt
Kernel modules: hpwdt
00: 11 0e 03 b2 03 01 90 02 03 00 80 08 00 00 80 00
10: 01 28 00 00 00 00 fe f5 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 33
30: 00 00 00 00 f0 00 00 00 00 00 00 00 0a 01 00 00
40: 21 5e fc ff 51 2c 00 00 00 00 00 00 0b 02 0b 01
50: 00 00 00 00 00 00 00 00 fa 36 fd 77 01 00 00 5a
60: f0 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 46 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 0f 00 00 03 43 50 51 00
90: 01 00 00 02 02 08 3f 5f 10 00 00 00 00 00 00 21
a0: 00 00 00 00 00 00 02 00 00 00 00 00 04 04 c1 02
b0: 00 04 00 40 00 a3 60 00 1f 03 62 00 84 00 03 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 01 00 00 00 00 00 00 00 01 00 00 00 00 13 21 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
01:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 03)
Subsystem: Hewlett-Packard Company Integrated Lights Out Processor
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: 64, Cache Line Size: 64 bytes
Interrupt: pin B routed to IRQ 22
BIST result: 00
Region 0: I/O ports at 3400 [size=256]
Region 1: Memory at f5fd0000 (32-bit, non-prefetchable) [size=2K]
Region 2: Memory at f5fc0000 (32-bit, non-prefetchable) [size=16K]
Region 3: Memory at f5f00000 (32-bit, non-prefetchable) [size=512K]
[virtual] Expansion ROM at f5e20000 [disabled] [size=64K]
Capabilities: [f0] 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: hpilo
Kernel modules: hpilo
00: 11 0e 04 b2 17 01 90 02 03 00 80 08 10 40 80 80
10: 01 34 00 00 00 00 fd f5 00 00 fc f5 00 00 f0 f5
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 33
30: 00 00 00 00 f0 00 00 00 00 00 00 00 0a 02 00 00
40: 00 0d 00 00 00 00 00 00 00 00 00 00 0a 01 15 12
50: 03 c0 ff 00 05 00 4a 00 04 00 00 00 00 00 e0 00
60: 00 00 00 00 00 00 00 00 8b 60 56 05 59 28 82 f8
70: 04 08 00 01 03 03 c0 00 00 00 00 00 ae 01 00 00
80: 2a 01 00 00 47 9e 0d 00 40 31 72 34 29 05 00 00
90: 8c 0b 00 00 03 03 09 00 00 00 00 00 00 00 00 00
a0: 14 03 02 00 80 00 00 00 20 00 00 00 00 00 00 00
b0: 10 00 01 00 00 00 e7 81 ff fd 0f 0d 00 00 00 00
c0: a3 0c 00 00 00 00 07 00 a5 0c 00 00 00 c0 07 00
d0: 00 00 00 00 00 00 00 00 ff 1f 00 00 00 00 00 00
e0: 00 00 00 00 0b 00 00 00 00 00 00 00 0b 00 00 00
f0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
01:04.4 USB controller: Hewlett-Packard Company Integrated Lights-Out Standard Virtual USB Controller (prog-if 00 [UHCI])
Subsystem: Hewlett-Packard Company iLO2
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: 64
Interrupt: pin B routed to IRQ 22
Region 4: I/O ports at 3800 [size=32]
Capabilities: [f0] 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: uhci_hcd
Kernel modules: uhci_hcd
00: 3c 10 00 33 45 01 90 02 00 00 03 0c 00 40 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 01 38 00 00 00 00 00 00 00 00 00 00 3c 10 05 33
30: 00 00 00 00 f0 00 00 00 00 00 00 00 0a 02 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 20 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
01:04.6 IPMI SMIC interface: Hewlett-Packard Company Integrated Lights-Out Standard KCS Interface (prog-if 01)
Subsystem: Hewlett-Packard Company iLO2
Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 21
Region 0: Memory at f5ef0000 (32-bit, non-prefetchable) [size=256]
Capabilities: [f0] 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: ipmi_si
Kernel modules: ipmi_si
00: 3c 10 02 33 02 00 90 02 00 01 07 0c 00 00 80 00
10: 00 00 ef f5 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 05 33
30: 00 00 00 00 f0 00 00 00 00 00 00 00 0a 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 01 00 03 c8 08 00 00 00 00 00 00 00 00 00 00 00
02:00.0 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
Subsystem: Hewlett-Packard Company NC382i Integrated Multi-port PCI Express Gigabit Server Adapter
Control: I/O- 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
Region 0: Memory at f8000000 (64-bit, non-prefetchable) [size=32M]
Capabilities: [48] 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=1 PME-
Capabilities: [50] Vital Product Data
Product Name: HP NC382i Multifunction Gigabit Server Adapter
Read-only fields:
[PN] Part number: N/A
[EC] Engineering changes: N/A
[SN] Serial number: 0123456789
[MN] Manufacture ID: 31 30 33 43
[RV] Reserved: checksum good, 37 byte(s) reserved
End
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [a0] MSI-X: Enable+ Count=9 Masked-
Vector table: BAR=0 offset=0000c000
PBA: BAR=0 offset=0000e000
Capabilities: [ac] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, 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 4096 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/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: 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: [100 v1] Device Serial Number 00-26-55-ff-fe-1a-e8-90
Capabilities: [110 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] Power Budgeting <?>
Capabilities: [160 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=ff
Status: NegoPending- InProgress-
Kernel driver in use: bnx2
Kernel modules: bnx2
00: e4 14 39 16 46 04 10 00 20 00 00 02 10 00 80 00
10: 04 00 00 f8 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 55 70
30: 00 00 00 00 48 00 00 00 00 00 00 00 07 01 00 00
40: 00 00 00 00 00 00 00 00 01 50 03 c8 08 20 00 19
50: 03 58 7c 80 00 00 00 78 05 a0 88 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 88 00 00 92 01 00 00 00
70: 00 00 00 00 00 00 00 00 84 00 12 00 00 00 00 00
80: 00 00 00 00 c2 00 01 03 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 11 ac 08 80 00 c0 00 00 00 e0 00 00 10 00 02 00
b0: 82 8d 00 00 3f 5c 19 00 42 dc 00 00 40 00 42 10
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 1f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
02:00.1 Ethernet controller: Broadcom Corporation NetXtreme II BCM5709 Gigabit Ethernet (rev 20)
Subsystem: Hewlett-Packard Company NC382i Integrated Multi-port PCI Express Gigabit Server Adapter
Control: I/O- 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 26
Region 0: Memory at f6000000 (64-bit, non-prefetchable) [size=32M]
Capabilities: [48] 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=1 PME-
Capabilities: [50] Vital Product Data
Product Name: HP NC382i Multifunction Gigabit Server Adapter
Read-only fields:
[PN] Part number: N/A
[EC] Engineering changes: N/A
[SN] Serial number: 0123456789
[MN] Manufacture ID: 31 30 33 43
[RV] Reserved: checksum good, 37 byte(s) reserved
End
Capabilities: [58] MSI: Enable- Count=1/16 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [a0] MSI-X: Enable- Count=9 Masked-
Vector table: BAR=0 offset=0000c000
PBA: BAR=0 offset=0000e000
Capabilities: [ac] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, 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 4096 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <2us, L1 <2us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/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
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Device Serial Number 00-26-55-ff-fe-1a-e8-92
Capabilities: [110 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] Power Budgeting <?>
Capabilities: [160 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=ff
Status: NegoPending- InProgress-
Kernel driver in use: bnx2
Kernel modules: bnx2
00: e4 14 39 16 46 00 10 00 20 00 00 02 10 00 80 00
10: 04 00 00 f6 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 55 70
30: 00 00 00 00 48 00 00 00 00 00 00 00 0b 02 00 00
40: 00 00 00 00 00 00 00 00 01 50 03 c8 08 20 00 19
50: 03 58 7c 80 00 00 00 78 05 a0 88 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 88 00 00 92 01 00 00 00
70: 00 00 00 00 00 00 00 00 e4 fb 16 00 00 00 00 00
80: ff ff ff ff 00 00 04 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 11 ac 08 00 00 c0 00 00 00 e0 00 00 10 00 02 00
b0: 82 8d 00 00 3f 5c 19 00 42 dc 00 00 40 00 42 10
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 1f 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
03:00.0 RAID bus controller: Hewlett-Packard Company Smart Array G6 controllers (rev 01)
Subsystem: Hewlett-Packard Company Smart Array P410i
Control: I/O+ 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 27
Region 0: Memory at fbc00000 (64-bit, non-prefetchable) [size=2M]
Region 2: Memory at fbbf0000 (64-bit, non-prefetchable) [size=4K]
Region 4: I/O ports at 4000 [size=256]
[virtual] Expansion ROM at fbb00000 [disabled] [size=512K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [70] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal+ Fatal+ Unsupported-
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x8, ASPM not supported, 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 x4, 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: [ac] MSI-X: Enable+ Count=16 Masked-
Vector table: BAR=0 offset=001c2000
PBA: BAR=0 offset=001c4000
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: hpsa
Kernel modules: hpsa
00: 3c 10 3a 32 47 04 10 00 01 00 04 01 10 00 00 00
10: 04 00 c0 fb 00 00 00 00 04 00 bf fb 00 00 00 00
20: 01 40 00 00 00 00 00 00 00 00 00 00 3c 10 45 32
30: 00 00 00 00 40 00 00 00 00 00 00 00 07 01 00 00
40: 01 50 c3 09 08 00 00 00 00 00 00 00 00 00 00 00
50: 05 70 80 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 10 ac 02 00 01 87 00 00 36 58 00 00 82 30 03 00
80: 40 00 42 10 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 10 00 00 00 00 00 00 00 00 00 00 00
a0: 02 00 00 00 00 00 00 00 00 00 00 00 11 00 0f 80
b0: 00 20 1c 00 00 40 1c 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
04:00.0 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
Subsystem: Hewlett-Packard Company NC360T PCI Express Dual Port Gigabit Server Adapter
Physical Slot: 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 A routed to IRQ 45
Region 0: Memory at fbee0000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at fbec0000 (32-bit, non-prefetchable) [size=128K]
Region 2: I/O ports at 5000 [size=32]
[virtual] Expansion ROM at fbe00000 [disabled] [size=128K]
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 256 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Exit Latency L0s <4us, 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 x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
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: 14, GenCap- CGenEn- ChkCap- ChkEn-
Capabilities: [140 v1] Device Serial Number 00-1b-78-ff-ff-59-c4-e6
Kernel driver in use: e1000e
Kernel modules: e1000e
00: 86 80 5e 10 47 04 10 00 06 00 00 02 10 00 80 00
10: 00 00 ee fb 00 00 ec fb 01 50 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 44 70
30: 00 00 00 00 c8 00 00 00 00 00 00 00 07 01 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 01 d0 22 c8 00 20 00 21
d0: 05 e0 81 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 10 00 01 00 c1 0c 00 00 3f 58 1a 00 41 64 03 02
f0: 40 00 41 10 00 00 00 00 00 00 00 00 00 00 00 00
04:00.1 Ethernet controller: Intel Corporation 82571EB Gigabit Ethernet Controller (rev 06)
Subsystem: Hewlett-Packard Company NC360T PCI Express Dual Port Gigabit Server Adapter
Physical Slot: 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 48
Region 0: Memory at fbea0000 (32-bit, non-prefetchable) [size=128K]
Region 1: Memory at fbe80000 (32-bit, non-prefetchable) [size=128K]
Region 2: I/O ports at 5020 [size=32]
[virtual] Expansion ROM at fbe20000 [disabled] [size=128K]
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 256 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
LnkCap: Port #2, Speed 2.5GT/s, Width x4, ASPM L0s, Exit Latency L0s <4us, 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 x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
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: 14, GenCap- CGenEn- ChkCap- ChkEn-
Capabilities: [140 v1] Device Serial Number 00-1b-78-ff-ff-59-c4-e6
Kernel driver in use: e1000e
Kernel modules: e1000e
00: 86 80 5e 10 47 04 10 00 06 00 00 02 10 00 80 00
10: 00 00 ea fb 00 00 e8 fb 21 50 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 44 70
30: 00 00 00 00 c8 00 00 00 00 00 00 00 0b 02 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 01 d0 22 c8 00 20 00 21
d0: 05 e0 81 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 10 00 01 00 c1 0c 00 00 3f 58 1a 00 41 64 03 02
f0: 40 00 41 10 00 00 00 00 00 00 00 00 00 00 00 00
07:00.0 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
Subsystem: Hewlett-Packard Company ISP2432-based 4Gb Fibre Channel to PCI Express HBA
Physical Slot: 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 A routed to IRQ 46
Region 0: I/O ports at 6000 [size=256]
Region 1: Memory at fbff0000 (64-bit, non-prefetchable) [size=16K]
[virtual] Expansion ROM at fbf00000 [disabled] [size=256K]
Capabilities: [44] 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-
Capabilities: [4c] Express (v1) Endpoint, MSI 00
DevCap: MaxPayload 1024 bytes, PhantFunc 0, Latency L0s <4us, L1 <1us
ExtTag- AttnBtn+ AttnInd+ PwrInd+ RBE- FLReset-
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, 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 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Capabilities: [64] MSI: Enable- Count=1/16 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [74] Vital Product Data
Product Name: PCI-Express Dual Port 4Gb Fibre Channel HBA
Read-only fields:
[PN] Part number: AE312-60001
[EC] Engineering changes: C-4830
[SN] Serial number: MY50909EVC
[V0] Vendor specific: PW=15W
[V2] Vendor specific: 4909
[MN] Manufacture ID: 50 58 32 35 31 30 34 30 31 2d 36 39 20 20 42
[V1] Vendor specific: 2.22
[V3] Vendor specific: 5.03.15
[V4] Vendor specific: 3.08
[V5] Vendor specific: 2.03
[YA] Asset tag: NA
[RV] Reserved: checksum good, 0 byte(s) reserved
End
Capabilities: [7c] MSI-X: Enable- Count=16 Masked-
Vector table: BAR=1 offset=00002000
PBA: BAR=1 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] Power Budgeting <?>
Kernel driver in use: qla2xxx
Kernel modules: qla2xxx
00: 77 10 32 24 47 01 10 00 03 00 04 0c 10 00 80 00
10: 01 60 00 00 04 00 ff fb 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 41 70
30: 00 00 00 00 44 00 00 00 00 00 00 00 07 01 00 00
40: 00 00 00 00 01 4c 02 00 00 00 00 00 10 64 01 00
50: 83 71 00 00 3f 58 0a 00 41 e4 03 00 40 00 41 10
60: 00 00 00 00 05 74 88 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 03 7c a0 80 56 01 a8 78 11 00 0f 00
80: 01 20 00 00 01 30 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
07:00.1 Fibre Channel: QLogic Corp. ISP2432-based 4Gb Fibre Channel to PCI Express HBA (rev 03)
Subsystem: Hewlett-Packard Company ISP2432-based 4Gb Fibre Channel to PCI Express HBA
Physical Slot: 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 B routed to IRQ 49
Region 0: I/O ports at 6400 [size=256]
Region 1: Memory at fbfe0000 (64-bit, non-prefetchable) [size=16K]
[virtual] Expansion ROM at fbf40000 [disabled] [size=256K]
Capabilities: [44] 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-
Capabilities: [4c] Express (v1) Endpoint, MSI 00
DevCap: MaxPayload 1024 bytes, PhantFunc 0, Latency L0s <4us, L1 <1us
ExtTag- AttnBtn+ AttnInd+ PwrInd+ RBE- FLReset-
DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+
RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s, 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 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
Capabilities: [64] MSI: Enable- Count=1/16 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [74] Vital Product Data
Product Name: PCI-Express Dual Port 4Gb Fibre Channel HBA
Read-only fields:
[PN] Part number: AE312-60001
[EC] Engineering changes: C-4830
[SN] Serial number: MY50909EVC
[V0] Vendor specific: PW=15W
[V2] Vendor specific: 4909
[MN] Manufacture ID: 50 58 32 35 31 30 34 30 31 2d 36 39 20 20 42
[V1] Vendor specific: 2.22
[V3] Vendor specific: 5.03.15
[V4] Vendor specific: 3.08
[V5] Vendor specific: 2.03
[YA] Asset tag: NA
[RV] Reserved: checksum good, 0 byte(s) reserved
End
Capabilities: [7c] MSI-X: Enable- Count=16 Masked-
Vector table: BAR=1 offset=00002000
PBA: BAR=1 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] Power Budgeting <?>
Kernel driver in use: qla2xxx
Kernel modules: qla2xxx
00: 77 10 32 24 47 01 10 00 03 00 04 0c 10 00 80 00
10: 01 64 00 00 04 00 fe fb 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 41 70
30: 00 00 00 00 44 00 00 00 00 00 00 00 0b 02 00 00
40: 00 00 00 00 01 4c 02 00 00 00 00 00 10 64 01 00
50: 83 71 00 00 3f 58 0a 00 41 e4 03 00 40 00 41 10
60: 00 00 00 00 05 74 88 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 03 7c a0 80 56 01 a8 78 11 00 0f 00
80: 01 20 00 00 01 30 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:00.0 Host bridge: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core 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-
Latency: 0
00: 86 80 40 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 18 00 00 00 10 00 00 00 18 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 18 10 18 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 04 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 10 0c 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:00.1 Host bridge: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 QuickPath Architecture 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-
Latency: 0
00: 86 80 01 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 30 11 33 11 11 31 33 00 00 00 00 00 00 02 00 00
50: 0d 00 00 e0 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 f8 ff ff 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 45 0d 00 00 c0 0f 00 00 45 62 00 00 40 62 00 00
90: 40 62 00 00 40 62 00 00 40 62 00 00 40 62 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 11 01 22 02 00 00 00 00 11 01 22 02 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:02.0 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Link 0 (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/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-
Latency: 0
00: 86 80 10 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 01 8f 08 00 00 00 00 00 00 30 00 00 00 00 00
50: 00 00 00 86 00 00 00 00 55 45 06 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: df fc 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 01 00 7f 00 86 02 00 00 00 00 00 b3 00 00 00 00
d0: 01 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:02.1 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Physical 0 (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 QPI Physical 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
00: 86 80 11 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 09 00 ff f0 01 00 80 0b 00 00 10 00 73 02 00 00
50: 16 01 0c 16 16 00 00 00 01 00 00 00 01 00 00 00
60: 00 00 00 00 00 00 00 00 00 51 c3 10 a8 a0 c0 00
70: 00 00 00 00 ff ff 0f 80 00 00 00 00 ff ff 0f 00
80: 03 0f 0f 07 00 00 00 00 01 00 00 00 01 00 0f 0f
90: 82 00 00 00 02 02 01 00 08 08 88 08 02 05 90 00
a0: 00 94 01 00 08 28 32 00 84 00 00 06 02 00 00 00
b0: 77 15 ae 4d 00 00 00 00 00 00 00 00 01 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 11 04 00 00 00 00 00 00 00 00 03 00 08 00
e0: 00 00 02 00 00 00 40 00 00 00 82 24 00 00 00 00
f0: 00 00 00 00 42 01 00 00 00 00 00 00 00 00 00 00
3e:02.4 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Link 1 (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/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-
Latency: 0
00: 86 80 14 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 01 8f 08 00 00 00 00 00 00 10 00 00 00 00 00
50: 00 00 00 06 00 00 00 00 55 45 06 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: df fc 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 5f 00 c5 02 00 00 00 00 d1 00 00 00 00 00
d0: 81 04 05 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:02.5 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Physical 1 (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 QPI Physical 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
00: 86 80 15 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 09 00 ff f0 01 00 80 0b 00 08 10 00 73 22 00 00
50: 16 01 0c 16 16 00 00 00 01 00 00 00 01 00 00 00
60: 00 00 00 00 00 00 00 00 00 51 c3 10 a0 a0 c0 00
70: 00 00 00 00 ff ff 0f 80 00 00 00 00 ff ff 0f 00
80: 03 0f 0f 07 00 00 00 00 01 00 00 00 01 00 0f 0f
90: 02 00 00 00 02 02 01 00 08 08 88 08 02 05 00 00
a0: 00 64 00 00 08 28 32 00 84 00 00 06 02 00 00 00
b0: 77 15 ae 4d 00 00 00 00 00 00 00 00 01 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 03 00 08 00
e0: 00 00 02 00 00 00 40 00 00 00 82 24 00 00 00 00
f0: 00 00 00 00 42 01 00 00 00 00 00 00 00 00 00 00
3e:03.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory 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
00: 86 80 18 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 42 07 00 00 18 00 00 00
50: 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00 00
60: 89 44 02 00 95 00 00 00 00 00 00 00 00 00 00 00
70: 0e 00 00 00 00 00 00 00 f0 83 91 0d 57 10 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:03.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Target 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-
Latency: 0
00: 86 80 19 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 45 0d 00 00 c0 0f 00 00 45 62 00 00 40 62 00 00
90: 40 62 00 00 40 62 00 00 40 62 00 00 40 62 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 10 02 10 02 00 00 00 00 10 02 10 02 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:03.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/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-
Latency: 0
00: 86 80 1a 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 41 00 00 00 74 80 03 04
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:03.4 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Test 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-
Latency: 0
00: 86 80 1c 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 09 00 ff f0 01 00 80 0b 03 10 10 04 e7 00 01 03
50: 08 00 00 08 08 00 00 00 15 00 00 00 01 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 07 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 0f 00 11 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 09 0a 00 00 00 00 00 00
3e:04.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 0 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-
Latency: 0
00: 86 80 20 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 04 00 00 31 f4 3f 06 40 01 00 00
60: 38 19 d0 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 38 19 46 08 88 04 00 00 00 00 00 00 33 00 00 00
80: d8 bb a3 16 14 b5 00 00 48 d1 26 00 3b fc d9 01
90: 1b 02 90 32 90 1a 40 60 f0 3d 01 00 50 61 e2 03
a0: 00 00 00 00 0c 0c 01 01 03 03 01 01 0d 0e 05 09
b0: 07 0b 05 09 ff ff af 0d e0 19 00 00 40 10 00 00
c0: 10 04 08 00 04 01 02 00 10 08 07 00 00 08 00 00
d0: 0f 0f 00 00 32 00 00 00 02 20 00 00 00 00 00 00
e0: 10 04 00 00 00 01 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:04.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address 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-
Latency: 0
00: 86 80 21 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 a8 02 00 00 a8 12 00 00
50: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 09 00 00 00 00 00 d8 ff 09 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:04.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank 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-
Latency: 0
00: 86 80 22 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
50: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 04 00 00 00 01 00 00 00 05 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:04.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal 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-
Latency: 0
00: 86 80 23 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 01 ff 04 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: ff ff ff ff 00 40 00 00 ff ff ff ff 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
a0: 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:05.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 1 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-
Latency: 0
00: 86 80 28 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 04 00 00 31 f4 3f 06 40 01 00 00
60: 38 19 d0 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 38 19 46 08 88 04 00 00 00 00 00 00 33 00 00 00
80: d8 bb a3 16 14 b5 00 00 47 cf 26 00 3b fc d9 01
90: 1b 02 90 32 90 1a 40 60 f0 3d 01 00 50 61 e2 03
a0: 00 00 00 00 0c 0c 01 01 03 03 01 01 0d 0e 05 09
b0: 07 0b 05 09 ff ff af 0d e0 19 00 00 40 10 00 00
c0: 10 04 08 00 04 01 02 00 10 08 07 00 00 08 00 00
d0: 0f 0f 00 00 33 00 00 00 02 20 00 00 00 00 00 00
e0: 10 04 00 00 00 01 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:05.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address 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-
Latency: 0
00: 86 80 29 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 a8 02 00 00 a8 12 00 00
50: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 09 00 00 00 00 00 d8 ff 09 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:05.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank 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-
Latency: 0
00: 86 80 2a 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
50: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 04 00 00 00 01 00 00 00 05 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:05.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal 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-
Latency: 0
00: 86 80 2b 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 01 ff 04 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: ff ff ff ff 00 40 00 00 ff ff ff ff 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
a0: 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:06.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 2 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-
Latency: 0
00: 86 80 30 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 04 00 00 31 f4 3f 06 40 01 00 00
60: 38 19 d0 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 38 19 46 08 88 04 00 00 00 00 00 00 33 00 00 00
80: d8 bb a3 16 14 b5 00 00 47 cf 26 00 3b fc d9 01
90: 1b 02 90 32 90 1a 40 60 f0 3d 01 00 50 61 e3 03
a0: 00 00 00 00 0c 0c 01 01 03 03 01 01 0d 0e 05 09
b0: 07 0b 05 09 ff ff af 0d e0 19 00 00 40 10 00 00
c0: 10 04 08 00 04 01 02 00 10 08 07 00 00 08 00 00
d0: 0f 0f 00 00 35 00 00 00 02 20 00 00 00 00 00 00
e0: 10 04 00 00 00 01 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:06.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address 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-
Latency: 0
00: 86 80 31 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 a8 02 00 00 a8 12 00 00
50: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 09 00 00 00 00 00 d8 ff 09 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:06.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank 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-
Latency: 0
00: 86 80 32 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
50: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 04 00 00 00 01 00 00 00 05 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3e:06.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal 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-
Latency: 0
00: 86 80 33 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 01 ff 04 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: ff ff ff ff 00 40 00 00 ff ff ff ff 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
a0: 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:00.0 Host bridge: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 QuickPath Architecture Generic Non-Core 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-
Latency: 0
00: 86 80 40 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 18 00 00 00 10 00 00 00 18 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 18 10 18 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 04 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 10 0c 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:00.1 Host bridge: Intel Corporation Xeon 5500/Core i7 QuickPath Architecture System Address Decoder (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 QuickPath Architecture 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-
Latency: 0
00: 86 80 01 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 30 11 33 11 11 31 33 00 00 00 00 00 00 02 00 00
50: 0d 00 00 e0 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 e0 ee 4f 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 45 0d 00 00 c0 0f 00 00 45 62 00 00 40 62 00 00
90: 40 62 00 00 40 62 00 00 40 62 00 00 40 62 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 11 01 22 02 00 00 00 00 11 01 22 02 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:02.0 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Link 0 (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/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-
Latency: 0
00: 86 80 10 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 01 8f 08 00 00 00 00 00 00 30 00 00 00 00 00
50: 00 00 00 06 00 00 00 00 55 45 06 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: df fc 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 01 00 5f 00 c5 02 00 00 00 d1 00 00 00 00 00 00
d0: 81 04 05 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:02.1 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Physical 0 (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 QPI Physical 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
00: 86 80 11 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 09 00 ff f0 01 00 80 0b 00 00 10 00 73 02 00 00
50: 16 01 0c 16 16 00 00 00 01 00 00 00 01 00 00 00
60: 00 00 00 00 00 00 00 00 00 51 c3 10 a0 a0 c0 00
70: 00 00 00 00 ff ff 0f 80 00 00 00 00 ff ff 0f 00
80: 03 0f 0f 07 00 00 00 00 01 00 00 00 01 00 0f 0f
90: 02 00 00 00 02 02 01 00 08 08 88 08 02 05 00 00
a0: 00 64 00 00 08 28 32 00 84 00 00 06 02 00 00 00
b0: 77 15 ae 4d 00 00 00 00 00 00 00 00 01 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 03 00 08 00
e0: 00 00 02 00 00 00 40 00 00 00 82 24 00 00 00 00
f0: 00 00 00 00 42 01 00 00 00 00 00 00 00 00 00 00
3f:02.4 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Link 1 (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/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-
Latency: 0
00: 86 80 14 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 01 8f 08 00 00 00 00 00 00 30 00 00 00 00 00
50: 00 00 00 86 00 00 00 00 55 45 06 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: df fc 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 7f 00 86 02 00 00 00 00 00 b3 00 00 00 00
d0: 01 07 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:02.5 Host bridge: Intel Corporation Xeon 5500/Core i7 QPI Physical 1 (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 QPI Physical 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
00: 86 80 15 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 09 00 ff f0 01 00 80 0b 00 08 10 00 73 22 00 00
50: 16 01 0c 16 16 00 00 00 01 00 00 00 01 00 00 00
60: 00 00 00 00 00 00 00 00 00 51 c3 10 a8 a0 c0 00
70: 00 00 00 00 ff ff 0f 80 00 00 00 00 ff ff 0f 00
80: 03 0f 0f 07 00 00 00 00 01 00 00 00 01 00 0f 0f
90: 82 00 00 00 02 02 01 00 08 08 88 08 02 05 10 00
a0: 00 16 01 00 08 28 32 00 84 00 00 06 02 00 00 00
b0: 77 15 ae 4d 00 00 00 00 00 00 00 00 01 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 11 04 00 00 00 00 00 00 00 00 03 00 08 00
e0: 00 00 02 00 00 00 40 00 00 00 82 24 00 00 00 00
f0: 00 00 00 00 42 01 00 00 00 00 00 00 00 00 00 00
3f:03.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory 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
00: 86 80 18 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 42 07 00 00 18 00 00 00
50: 00 00 00 00 ff ff 00 00 00 00 00 00 00 00 00 00
60: 89 44 02 00 95 00 00 00 00 00 00 00 00 00 00 00
70: 0e 00 00 00 00 00 00 00 a8 c0 91 0d 57 10 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:03.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Target Address Decoder (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Target 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-
Latency: 0
00: 86 80 19 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 45 0d 00 00 c0 0f 00 00 45 62 00 00 40 62 00 00
90: 40 62 00 00 40 62 00 00 40 62 00 00 40 62 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 10 02 10 02 00 00 00 00 10 02 10 02 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:03.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller RAS Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/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-
Latency: 0
00: 86 80 1a 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 41 00 00 00 74 80 03 04
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 02 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:03.4 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Test Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Test 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-
Latency: 0
00: 86 80 1c 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 09 00 ff f0 01 00 80 0b 03 10 10 04 e7 00 01 03
50: 08 00 00 08 08 00 00 00 15 00 00 00 01 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 40 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 07 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 0f 00 11 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 09 0a 00 00 00 00 00 00
3f:04.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 0 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-
Latency: 0
00: 86 80 20 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 04 00 00 31 f4 3f 06 40 01 00 00
60: 38 19 d0 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 38 19 46 08 88 04 00 00 00 00 00 00 33 00 00 00
80: d8 bb a3 16 14 b5 00 00 47 cf 26 00 3b fc d9 01
90: 1b 02 90 32 90 1a 40 60 f0 3d 01 00 50 61 e2 03
a0: 00 00 00 00 0c 0c 01 01 03 03 01 01 0d 0e 05 09
b0: 07 0b 05 09 ff ff af 0d e0 19 00 00 40 10 00 00
c0: 10 04 08 00 04 01 02 00 10 08 07 00 00 08 00 00
d0: 0f 0f 00 00 33 00 00 00 02 20 00 00 00 00 00 00
e0: 10 04 00 00 00 01 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:04.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Address 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-
Latency: 0
00: 86 80 21 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 a8 02 00 00 a8 12 00 00
50: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 09 00 00 00 00 00 d8 ff 09 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:04.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Rank 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-
Latency: 0
00: 86 80 22 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
50: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 04 00 00 00 01 00 00 00 05 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:04.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 0 Thermal 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-
Latency: 0
00: 86 80 23 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 01 ff 04 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: ff ff ff ff 00 40 00 00 ff ff ff ff 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
a0: 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:05.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 1 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-
Latency: 0
00: 86 80 28 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 04 00 00 31 f4 3f 06 40 01 00 00
60: 38 19 d0 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 38 19 46 08 88 04 00 00 00 00 00 00 33 00 00 00
80: d8 bb a3 16 14 b5 00 00 47 cf 26 00 3b fc d9 01
90: 1b 02 90 32 90 1a 40 60 f0 3d 01 00 50 61 e3 03
a0: 00 00 00 00 0c 0c 01 01 03 03 01 01 0d 0e 05 09
b0: 07 0b 05 09 ff ff af 0d e0 19 00 00 40 10 00 00
c0: 10 04 08 00 04 01 02 00 10 08 07 00 00 08 00 00
d0: 0f 0f 00 00 34 00 00 00 02 20 00 00 00 00 00 00
e0: 10 04 00 00 00 01 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:05.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Address 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-
Latency: 0
00: 86 80 29 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 a8 02 00 00 a8 12 00 00
50: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 09 00 00 00 00 00 d8 ff 09 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:05.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Rank 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-
Latency: 0
00: 86 80 2a 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
50: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 04 00 00 00 01 00 00 00 05 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:05.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 1 Thermal 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-
Latency: 0
00: 86 80 2b 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 01 ff 04 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: ff ff ff ff 00 40 00 00 ff ff ff ff 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
a0: 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:06.0 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 2 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-
Latency: 0
00: 86 80 30 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
50: 00 00 00 00 00 04 00 00 31 f4 3f 06 40 01 00 00
60: 38 19 d0 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 38 19 46 08 88 04 00 00 00 00 00 00 33 00 00 00
80: d8 bb a3 16 14 b5 00 00 48 d1 26 00 3b fc d9 01
90: 1b 02 90 32 90 1a 40 60 f0 3d 01 00 50 61 e3 03
a0: 00 00 00 00 0c 0c 01 01 03 03 01 01 0d 0e 05 09
b0: 07 0b 05 09 ff ff af 0d e0 19 00 00 40 10 00 00
c0: 10 04 08 00 04 01 02 00 10 08 07 00 00 08 00 00
d0: 0f 0f 00 00 34 00 00 00 02 20 00 00 00 00 00 00
e0: 10 04 00 00 00 01 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:06.1 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Address 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-
Latency: 0
00: 86 80 31 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 a8 02 00 00 a8 12 00 00
50: 00 10 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 09 00 00 00 00 00 d8 ff 09 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:06.2 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Rank 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-
Latency: 0
00: 86 80 32 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
50: 0f 00 00 00 0f 00 00 00 0f 00 00 00 0f 00 00 00
60: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: 00 00 00 00 04 00 00 00 01 00 00 00 05 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
a0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
3f:06.3 Host bridge: Intel Corporation Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal Control Registers (rev 05)
Subsystem: Hewlett-Packard Company Xeon 5500/Core i7 Integrated Memory Controller Channel 2 Thermal 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-
Latency: 0
00: 86 80 33 2c 06 00 00 00 05 00 00 06 00 00 80 00
10: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
20: 00 00 00 00 00 00 00 00 00 00 00 00 3c 10 0c 33
30: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
40: 00 00 00 00 00 00 00 00 03 00 00 00 00 00 00 00
50: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
60: 00 00 00 00 00 01 ff 04 00 00 00 00 00 00 00 00
70: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
80: ff ff ff ff 00 40 00 00 ff ff ff ff 00 00 00 00
90: 00 00 00 00 00 00 00 00 00 00 00 00 08 00 00 00
a0: 00 00 00 00 06 00 00 00 00 00 00 00 00 00 00 00
b0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
c0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
d0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
e0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
f0: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
--
Meelis Roos (mroos-Y27EyoLml9s@public.gmane.org)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <alpine.LRH.2.20.1607131257390.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
@ 2016-07-13 10:18 ` Joerg Roedel
[not found] ` <20160713101859.GO12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Joerg Roedel @ 2016-07-13 10:18 UTC (permalink / raw)
To: Meelis Roos
Cc: iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
David Woodhouse, Linux Kernel list
On Wed, Jul 13, 2016 at 12:58:24PM +0300, Meelis Roos wrote:
> > > Just got http://kodu.ut.ee/~mroos/4.6-dmar-fault2.png when playing with
> > > BIOS settings (disabling NUMA). It is the first time I see at least some
> > > info in NMI decode.
> >
> > This looks interesting. Can you please post output of 'lspci -vvv' and
> > 'lspci -t'?
>
> Here.
Thanks. So device 00:1e.0 is a PCI-bridge which has some 32-bit
PCI-devices behind it. One of these devices tries to read address
0xb000, which is blocked by the IOMMU and causes the fault seen in the
screen-shot. The fault also causes a PCI-error which is then reported
through the NMI, causing your kernel panic.
So the 32bit PCI devices behind the bridge are:
01:03.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] ES1000 (rev 02) (prog-if 00 [VGA controller])
01:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 03)
01:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 03)
01:04.4 USB controller: Hewlett-Packard Company Integrated Lights-Out Standard Virtual USB Controller (prog-if 00 [UHCI])
01:04.6 IPMI SMIC interface: Hewlett-Packard Company Integrated Lights-Out Standard KCS Interface (prog-if 01)
Can you try to disable this 'Lights Out' processor? Maybe it is causing
the issues. On the other side, the radeon driver for the ATI card is
also know for causing faults from time to time. Can you capture the
kernel messages right before a crash too?
Thanks,
Joerg
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
2016-07-13 9:03 ` Joerg Roedel
[not found] ` <20160713090332.GK12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
@ 2016-07-13 13:52 ` Henrique de Moraes Holschuh
1 sibling, 0 replies; 17+ messages in thread
From: Henrique de Moraes Holschuh @ 2016-07-13 13:52 UTC (permalink / raw)
To: Joerg Roedel; +Cc: Meelis Roos, iommu, Linux Kernel list, David Woodhouse
On Wed, 13 Jul 2016, Joerg Roedel wrote:
> On Wed, Jul 13, 2016 at 11:31:02AM +0300, Meelis Roos wrote:
> > > > Bisecting kernel configs shows that it's DMAR+IOMMU. When it is
> > > > activated, there is high probability of NMI-s in random places.
> > >
> > > Hmm, strange. But nothing could really surprise when you have an HP
> > > BIOS.
> >
> > BIOS P64 01/22/2015. There seems to be a newer 2015.08.16 BIOS out but
> > the release notes only describe updated CPU microcode for security
> > reasons.
>
> It is probably something HP is selling as a "feature" and not a BIOS
> bug.
Well, based on the date, it should be the microcode-level fix for this:
https://www.blackhat.com/docs/us-15/materials/us-15-Domas-The-Memory-Sinkhole-Unleashing-An-x86-Design-Flaw-Allowing-Universal-Privilege-Escalation-wp.pdf
--
"One disk to rule them all, One disk to find them. One disk to bring
them all and in the darkness grind them. In the Land of Redmond
where the shadows lie." -- The Silicon Valley Tarot
Henrique Holschuh
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6)
[not found] ` <20160713101859.GO12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
@ 2016-07-13 14:48 ` Alex Williamson
[not found] ` <20160713084830.09453584-1yVPhWWZRC1BDLzU/O5InQ@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Alex Williamson @ 2016-07-13 14:48 UTC (permalink / raw)
To: Joerg Roedel
Cc: Meelis Roos, David Woodhouse,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
Linux Kernel list
On Wed, 13 Jul 2016 12:18:59 +0200
Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org> wrote:
> On Wed, Jul 13, 2016 at 12:58:24PM +0300, Meelis Roos wrote:
> > > > Just got http://kodu.ut.ee/~mroos/4.6-dmar-fault2.png when playing with
> > > > BIOS settings (disabling NUMA). It is the first time I see at least some
> > > > info in NMI decode.
> > >
> > > This looks interesting. Can you please post output of 'lspci -vvv' and
> > > 'lspci -t'?
> >
> > Here.
>
> Thanks. So device 00:1e.0 is a PCI-bridge which has some 32-bit
> PCI-devices behind it. One of these devices tries to read address
> 0xb000, which is blocked by the IOMMU and causes the fault seen in the
> screen-shot. The fault also causes a PCI-error which is then reported
> through the NMI, causing your kernel panic.
>
> So the 32bit PCI devices behind the bridge are:
>
> 01:03.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] ES1000 (rev 02) (prog-if 00 [VGA controller])
> 01:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 03)
> 01:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 03)
> 01:04.4 USB controller: Hewlett-Packard Company Integrated Lights-Out Standard Virtual USB Controller (prog-if 00 [UHCI])
> 01:04.6 IPMI SMIC interface: Hewlett-Packard Company Integrated Lights-Out Standard KCS Interface (prog-if 01)
>
> Can you try to disable this 'Lights Out' processor? Maybe it is causing
> the issues. On the other side, the radeon driver for the ATI card is
> also know for causing faults from time to time. Can you capture the
> kernel messages right before a crash too?
IIRC, blacklisting the hpwdt module can defuse those NMIs and might
help us see more of the actual DMAR faults. Blacklist in modprobe.d
and rebuild initrd. Thanks,
Alex
PS - never assume BIOS release notes are actually complete
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s
[not found] ` <20160713084830.09453584-1yVPhWWZRC1BDLzU/O5InQ@public.gmane.org>
@ 2016-07-13 15:13 ` Linda Knippers
[not found] ` <1a4c4b65-c716-08a5-af89-1b0f551024ed-ZPxbGqLxI0U@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Linda Knippers @ 2016-07-13 15:13 UTC (permalink / raw)
To: Alex Williamson, Joerg Roedel
Cc: Meelis Roos, David Woodhouse,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
Linux Kernel list
On 7/13/2016 10:48 AM, Alex Williamson wrote:
> On Wed, 13 Jul 2016 12:18:59 +0200
> Joerg Roedel <joro-zLv9SwRftAIdnm+yROfE0A@public.gmane.org> wrote:
>
>> On Wed, Jul 13, 2016 at 12:58:24PM +0300, Meelis Roos wrote:
>>>>> Just got http://kodu.ut.ee/~mroos/4.6-dmar-fault2.png when playing with
>>>>> BIOS settings (disabling NUMA). It is the first time I see at least some
>>>>> info in NMI decode.
>>>>
>>>> This looks interesting. Can you please post output of 'lspci -vvv' and
>>>> 'lspci -t'?
>>>
>>> Here.
>>
>> Thanks. So device 00:1e.0 is a PCI-bridge which has some 32-bit
>> PCI-devices behind it. One of these devices tries to read address
>> 0xb000, which is blocked by the IOMMU and causes the fault seen in the
>> screen-shot. The fault also causes a PCI-error which is then reported
>> through the NMI, causing your kernel panic.
>>
>> So the 32bit PCI devices behind the bridge are:
>>
>> 01:03.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] ES1000 (rev 02) (prog-if 00 [VGA controller])
>> 01:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 03)
>> 01:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 03)
>> 01:04.4 USB controller: Hewlett-Packard Company Integrated Lights-Out Standard Virtual USB Controller (prog-if 00 [UHCI])
>> 01:04.6 IPMI SMIC interface: Hewlett-Packard Company Integrated Lights-Out Standard KCS Interface (prog-if 01)
>>
>> Can you try to disable this 'Lights Out' processor? Maybe it is causing
>> the issues. On the other side, the radeon driver for the ATI card is
>> also know for causing faults from time to time. Can you capture the
>> kernel messages right before a crash too?
>
> IIRC, blacklisting the hpwdt module can defuse those NMIs and might
> help us see more of the actual DMAR faults. Blacklist in modprobe.d
> and rebuild initrd. Thanks,
>
> Alex
>
> PS - never assume BIOS release notes are actually complete
I agree. I'd do the BIOS update and also make sure the iLO FW is current.
-- ljk
> _______________________________________________
> iommu mailing list
> iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA@public.gmane.org
> https://lists.linuxfoundation.org/mailman/listinfo/iommu
>
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s
[not found] ` <1a4c4b65-c716-08a5-af89-1b0f551024ed-ZPxbGqLxI0U@public.gmane.org>
@ 2016-07-13 21:52 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607132258001.30020-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Meelis Roos @ 2016-07-13 21:52 UTC (permalink / raw)
To: Linda Knippers
Cc: David Woodhouse,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
Linux Kernel list
> >> Thanks. So device 00:1e.0 is a PCI-bridge which has some 32-bit
> >> PCI-devices behind it. One of these devices tries to read address
> >> 0xb000, which is blocked by the IOMMU and causes the fault seen in the
> >> screen-shot. The fault also causes a PCI-error which is then reported
> >> through the NMI, causing your kernel panic.
> >>
> >> So the 32bit PCI devices behind the bridge are:
> >>
> >> 01:03.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] ES1000 (rev 02) (prog-if 00 [VGA controller])
> >> 01:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 03)
> >> 01:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 03)
> >> 01:04.4 USB controller: Hewlett-Packard Company Integrated Lights-Out Standard Virtual USB Controller (prog-if 00 [UHCI])
> >> 01:04.6 IPMI SMIC interface: Hewlett-Packard Company Integrated Lights-Out Standard KCS Interface (prog-if 01)
> >>
> >> Can you try to disable this 'Lights Out' processor? Maybe it is causing
> >> the issues. On the other side, the radeon driver for the ATI card is
> >> also know for causing faults from time to time. Can you capture the
> >> kernel messages right before a crash too?
> >
> > IIRC, blacklisting the hpwdt module can defuse those NMIs and might
> > help us see more of the actual DMAR faults. Blacklist in modprobe.d
> > and rebuild initrd. Thanks,
> >
> > Alex
> >
> > PS - never assume BIOS release notes are actually complete
>
> I agree. I'd do the BIOS update and also make sure the iLO FW is current.
OK, updates to the latest BIOS, CPU microcode revison is now 0x1b
instead of 0x19. ILO2 fw is already the latest.
The NMI-s still happen.
Disabled hpwdt. Now most boots are fine, only one hung with radeon
loading:
http://kodu.ut.ee/~mroos/boot-radeon-1.png
Vusal patterns also remind me that all the previous hangs were before
radeon mode change - once radeon changes the mode, it already works.
--
Meelis Roos (mroos-Y27EyoLml9s@public.gmane.org)
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s
[not found] ` <alpine.LRH.2.20.1607132258001.30020-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
@ 2016-07-13 23:04 ` Alex Williamson
[not found] ` <20160713170408.6e5d2534-1yVPhWWZRC1BDLzU/O5InQ@public.gmane.org>
0 siblings, 1 reply; 17+ messages in thread
From: Alex Williamson @ 2016-07-13 23:04 UTC (permalink / raw)
To: Meelis Roos
Cc: David Woodhouse,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
Linux Kernel list
On Thu, 14 Jul 2016 00:52:02 +0300 (EEST)
Meelis Roos <mroos-Y27EyoLml9s@public.gmane.org> wrote:
> > >> Thanks. So device 00:1e.0 is a PCI-bridge which has some 32-bit
> > >> PCI-devices behind it. One of these devices tries to read address
> > >> 0xb000, which is blocked by the IOMMU and causes the fault seen in the
> > >> screen-shot. The fault also causes a PCI-error which is then reported
> > >> through the NMI, causing your kernel panic.
> > >>
> > >> So the 32bit PCI devices behind the bridge are:
> > >>
> > >> 01:03.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] ES1000 (rev 02) (prog-if 00 [VGA controller])
> > >> 01:04.0 System peripheral: Compaq Computer Corporation Integrated Lights Out Controller (rev 03)
> > >> 01:04.2 System peripheral: Compaq Computer Corporation Integrated Lights Out Processor (rev 03)
> > >> 01:04.4 USB controller: Hewlett-Packard Company Integrated Lights-Out Standard Virtual USB Controller (prog-if 00 [UHCI])
> > >> 01:04.6 IPMI SMIC interface: Hewlett-Packard Company Integrated Lights-Out Standard KCS Interface (prog-if 01)
> > >>
> > >> Can you try to disable this 'Lights Out' processor? Maybe it is causing
> > >> the issues. On the other side, the radeon driver for the ATI card is
> > >> also know for causing faults from time to time. Can you capture the
> > >> kernel messages right before a crash too?
> > >
> > > IIRC, blacklisting the hpwdt module can defuse those NMIs and might
> > > help us see more of the actual DMAR faults. Blacklist in modprobe.d
> > > and rebuild initrd. Thanks,
> > >
> > > Alex
> > >
> > > PS - never assume BIOS release notes are actually complete
> >
> > I agree. I'd do the BIOS update and also make sure the iLO FW is current.
>
> OK, updates to the latest BIOS, CPU microcode revison is now 0x1b
> instead of 0x19. ILO2 fw is already the latest.
>
> The NMI-s still happen.
>
> Disabled hpwdt. Now most boots are fine, only one hung with radeon
> loading:
>
> http://kodu.ut.ee/~mroos/boot-radeon-1.png
>
> Vusal patterns also remind me that all the previous hangs were before
> radeon mode change - once radeon changes the mode, it already works.
There might be multiple things going on here, I tend to associate the
NMIs with the DMAR faults on HP systems and I expect that disabling
hpwdt will remove that DMAR fault to NMI escalation, but it won't fix
the fact that DMAR faults are occurring. I'm not sure how any of that
is related to radeon though other than the fact that the radeon device
is behind the bridge that generated the DMAR fault and since we can't
tell which device behind the bridge generated that transaction, it's
possible that it was the radeon card (though we're all more likely to
throw stones at the iLO first).
With hpwdt disabled, can you reboot a few times and look for DMAR
faults in the dmesg to see if they're all consistent, ie. device 1e.0
doing a read from 0xb000? Is there any correlation to radeon hanging
and one of those DMAR faults appearing in the log (you can make use of
the iLO for a serial console so you can record more of the boot than
what can be captured on the VGA console). Also, this should be an
X58-based system, which reminds me of Joerg's recent commit
a4c34ff1c029 that's intended to fix a hang on such systems. That was
included starting in v4.7-rc4, so if this is a new issue, testing
before and after that commit might be relevant. Thanks,
Alex
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s
[not found] ` <20160713170408.6e5d2534-1yVPhWWZRC1BDLzU/O5InQ@public.gmane.org>
@ 2016-07-14 8:31 ` Joerg Roedel
2016-08-24 8:19 ` Meelis Roos
1 sibling, 0 replies; 17+ messages in thread
From: Joerg Roedel @ 2016-07-14 8:31 UTC (permalink / raw)
To: Alex Williamson
Cc: Meelis Roos, David Woodhouse,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
Linux Kernel list
On Wed, Jul 13, 2016 at 05:04:08PM -0600, Alex Williamson wrote:
> With hpwdt disabled, can you reboot a few times and look for DMAR
> faults in the dmesg to see if they're all consistent, ie. device 1e.0
> doing a read from 0xb000? Is there any correlation to radeon hanging
> and one of those DMAR faults appearing in the log (you can make use of
> the iLO for a serial console so you can record more of the boot than
> what can be captured on the VGA console). Also, this should be an
> X58-based system, which reminds me of Joerg's recent commit
> a4c34ff1c029 that's intended to fix a hang on such systems. That was
> included starting in v4.7-rc4, so if this is a new issue, testing
> before and after that commit might be relevant. Thanks,
That commit fixed a hang while the IOMMU is being initialized. This hang
is different, as the IOMMU already runs. So I doubt that it fixes this
problem, but it is worth a test, of course.
Joerg
^ permalink raw reply [flat|nested] 17+ messages in thread
* Re: IOMMU+DMAR causing NMIs-s
[not found] ` <20160713170408.6e5d2534-1yVPhWWZRC1BDLzU/O5InQ@public.gmane.org>
2016-07-14 8:31 ` Joerg Roedel
@ 2016-08-24 8:19 ` Meelis Roos
1 sibling, 0 replies; 17+ messages in thread
From: Meelis Roos @ 2016-08-24 8:19 UTC (permalink / raw)
To: Alex Williamson
Cc: David Woodhouse,
iommu-cunTk1MwBs9QetFLy7KEm3xJsTq8ys+cHZ5vskTnxNA,
Linux Kernel list
Getting back to an issue after more than a month of summer.
> With hpwdt disabled, can you reboot a few times and look for DMAR
> faults in the dmesg to see if they're all consistent, ie. device 1e.0
> doing a read from 0xb000? Is there any correlation to radeon hanging
> and one of those DMAR faults appearing in the log (you can make use of
> the iLO for a serial console so you can record more of the boot than
> what can be captured on the VGA console). Also, this should be an
Tested on 4.6.0 with hpwdt off.
On most boots, nothing strange happens. Got some NMIs (below). Usually it's
during the radeon startup but in slighlty varying places, and the address
varies: 1000 2000 3000 9000 a000 b000.
Got also a hang after radeon startup:
http://kodu.ut.ee/~mroos/boot-radeon-3.png
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason a1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 1000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d23dc000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
[drm] ring test succeeded in 1 usecs
kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[drm] ib test succeeded in 0 usecs
[drm] No TV DAC info found in BIOS
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm] VGA-1
[drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[drm] Encoders:
[drm] CRT1: INTERNAL_DAC1
[drm] Connector 1:
[drm] VGA-2
[drm] DDC: 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c
[drm] Encoders:
[drm] CRT2: INTERNAL_DAC2
CE: hpet increased min_delta_ns to 20115 nsec
[drm] fb mappable at 0xE8040000
[drm] vram apper at 0xE8000000
[drm] size 786432
[drm] fb depth is 8
[drm] pitch is 1024
fbcon: radeondrmfb (fb0) is primary device
======================================================================================
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason a1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 3000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d2736000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
[drm] ring test succeeded in 1 usecs
Adding 25153532k swap on /dev/sda5. Priority:-1 extents:1 across:25153532k FS
kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[drm] ib test succeeded in 0 usecs
[drm] No TV DAC info found in BIOS
[drm] Radeon Display Connectors
[drm] Connector 0:
[drm] VGA-1
[drm] DDC: 0x60 0x60 0x60 0x60 0x60 0x60 0x60 0x60
[drm] Encoders:
[drm] CRT1: INTERNAL_DAC1
[drm] Connector 1:
[drm] VGA-2
[drm] DDC: 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c 0x6c
[drm] Encoders:
[drm] CRT2: INTERNAL_DAC2
[drm] fb mappable at 0xE8040000
[drm] vram apper at 0xE8000000
[drm] size 786432
[drm] fb depth is 8
[drm] pitch is 1024
fbcon: radeondrmfb (fb0) is primary device
=======================================================================================
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason a1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 9000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x
=======================================================================================
[drm] Initialized drm 1.1.0 20060810
Error: Driver 'pcspkr' is already registered, aborting...
ipmi_si 0000:01:04.6: Using irq 21
ipmi_si 0000:01:04.6: Found new BMC (man_id: 0x00000b, prod_id: 0x2000, dev_id: 0x11)
ipmi_si 0000:01:04.6: IPMI kcs interface initialized
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 3000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d28be000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
=======================================================================================
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 3000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d20a6000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
[drm] ring test succeeded in 1 usecs
=======================================================================================
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 2000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d2198000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
[drm] radeon: ring at 0x00000000C8001000
=======================================================================================
[drm] Initialized drm 1.1.0 20060810
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
Error: Driver 'pcspkr' is already registered, aborting...
ipmi_si 0000:01:04.6: Using irq 21
ipmi_si 0000:01:04.6: Found new BMC (man_id: 0x00000b, prod_id: 0x2000, dev_id: 0x11)
ipmi_si 0000:01:04.6: IPMI kcs interface initialized
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason a1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 1000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d2316000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
========================================================================================
[drm] radeon kernel modesetting enabled.
kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 1000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d72d7000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
=======================================================================================
[drm] Initialized drm 1.1.0 20060810
ipmi_si 0000:01:04.6: Using irq 21
ipmi_si 0000:01:04.6: Found new BMC (man_id: 0x00000b, prod_id: 0x2000, dev_id: 0x11)
ipmi_si 0000:01:04.6: IPMI kcs interface initialized
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason a1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 1000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d7040000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
=========================================================================================
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 3000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d212b000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
=========================================================================================
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason a1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 1000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d1ffa000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
==========================================================================================
[drm] Initialized drm 1.1.0 20060810
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr a000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d6b70000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
===========================================================================================
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 1000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d6e1a000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
===========================================================================================
[drm] radeon kernel modesetting enabled.
kvm: VM_EXIT_LOAD_IA32_PERF_GLOBAL_CTRL does not work properly. Using workaround
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr b000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d328d000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
[drm] ring test succeeded in 1 usecs
[drm] ib test succeeded in 0 usecs
[drm] No TV DAC info found in BIOS
===========================================================================================
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason a1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr a000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d269e000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
[drm] ring test succeeded in 1 usecs
Adding 25153532k swap on /dev/sda5. Priority:-1 extents:1 across:25153532k FS
===========================================================================================
[drm] Initialized drm 1.1.0 20060810
Error: Driver 'pcspkr' is already registered, aborting...
iTCO_vendor_support: vendor-support=0
iTCO_wdt: Intel TCO WatchDog Timer Driver v1.11
iTCO_wdt: unable to reset NO_REBOOT flag, device disabled by hardware/BIOS
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason a1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr b000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d6813000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
[drm] ring test succeeded in 1 usecs
=========================================================================================
[drm] Initialized drm 1.1.0 20060810
Error: Driver 'pcspkr' is already registered, aborting...
ipmi_si 0000:01:04.6: Using irq 21
ipmi_si 0000:01:04.6: Found new BMC (man_id: 0x00000b, prod_id: 0x2000, dev_id: 0x11)
ipmi_si 0000:01:04.6: IPMI kcs interface initialized
[drm] radeon kernel modesetting enabled.
Adding 25153532k swap on /dev/sda5. Priority:-1 extents:1 across:25153532k FS
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 1000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800d265b000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
[drm] ring test succeeded in 1 usecs
=======================================================================================
[drm] Initialized drm 1.1.0 20060810
Error: Driver 'pcspkr' is already registered, aborting...
ipmi_si 0000:01:04.6: Using irq 21
ipmi_si 0000:01:04.6: Found new BMC (man_id: 0x00000b, prod_id: 0x2000, dev_id: 0x11)
ipmi_si 0000:01:04.6: IPMI kcs interface initialized
[drm] radeon kernel modesetting enabled.
CRAT table not found
Finished initializing topology ret=0
kfd kfd: Initialized module
[drm] initializing kernel modesetting (RV100 0x1002:0x515E 0x103C:0x31FB 0x02).
[drm] register mmio base: 0xF5FF0000
[drm] register mmio size: 65536
radeon 0000:01:03.0: VRAM: 128M 0x00000000E8000000 - 0x00000000EFFFFFFF (64M used)
radeon 0000:01:03.0: GTT: 512M 0x00000000C8000000 - 0x00000000E7FFFFFF
[drm] Detected VRAM RAM=128M, BAR=128M
[drm] RAM width 16bits DDR
[TTM] Zone kernel: Available graphics memory: 12373318 kiB
[TTM] Zone dma32: Available graphics memory: 2097152 kiB
[TTM] Initializing pool allocator
[TTM] Initializing DMA pool allocator
[drm] radeon: 64M of VRAM memory ready
[drm] radeon: 512M of GTT memory ready.
[drm] GART: num cpu pages 131072, num gpu pages 131072
NMI: PCI system error (SERR) for reason b1 on CPU 0.
Dazed and confused, but trying to continue
DMAR: DRHD: handling fault status reg 2
DMAR: DMAR:[DMA Read] Request device [00:1e.0] fault addr 1000
DMAR:[fault reason 06] PTE Read access is not set
[drm] PCI GART of 512M enabled (table at 0x00000000FFF00000).
radeon 0000:01:03.0: WB disabled
radeon 0000:01:03.0: fence driver on ring 0 use gpu addr 0x00000000c8000000 and cpu addr 0xffff8800ce36a000
[drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[drm] Driver supports precise vblank timestamp query.
[drm] radeon: irq initialized.
[drm] Loading R100 Microcode
[drm] radeon: ring at 0x00000000C8001000
--
Meelis Roos (mroos-Y27EyoLml9s@public.gmane.org)
^ permalink raw reply [flat|nested] 17+ messages in thread
end of thread, other threads:[~2016-08-24 8:19 UTC | newest]
Thread overview: 17+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <alpine.LRH.2.20.1607121445020.2088@math.ut.ee>
[not found] ` <alpine.LRH.2.20.1607121525060.2088@math.ut.ee>
[not found] ` <5630546.0MIYeGNSYG@vostro.rjw.lan>
[not found] ` <alpine.LRH.2.20.1607121654490.2088@math.ut.ee>
2016-07-13 7:17 ` IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6) Meelis Roos
[not found] ` <alpine.LRH.2.20.1607130855210.11080-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
2016-07-13 8:18 ` Joerg Roedel
[not found] ` <20160713081817.GJ12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2016-07-13 8:31 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607131122010.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
2016-07-13 9:03 ` Joerg Roedel
[not found] ` <20160713090332.GK12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2016-07-13 9:16 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607131206430.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
2016-07-13 9:43 ` Joerg Roedel
2016-07-13 9:40 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607131239410.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
2016-07-13 9:49 ` Joerg Roedel
[not found] ` <20160713094917.GM12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2016-07-13 9:58 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607131257390.20366-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
2016-07-13 10:18 ` Joerg Roedel
[not found] ` <20160713101859.GO12639-zLv9SwRftAIdnm+yROfE0A@public.gmane.org>
2016-07-13 14:48 ` Alex Williamson
[not found] ` <20160713084830.09453584-1yVPhWWZRC1BDLzU/O5InQ@public.gmane.org>
2016-07-13 15:13 ` IOMMU+DMAR causing NMIs-s Linda Knippers
[not found] ` <1a4c4b65-c716-08a5-af89-1b0f551024ed-ZPxbGqLxI0U@public.gmane.org>
2016-07-13 21:52 ` Meelis Roos
[not found] ` <alpine.LRH.2.20.1607132258001.30020-ptEonEWSGqKptlylMvRsHA@public.gmane.org>
2016-07-13 23:04 ` Alex Williamson
[not found] ` <20160713170408.6e5d2534-1yVPhWWZRC1BDLzU/O5InQ@public.gmane.org>
2016-07-14 8:31 ` Joerg Roedel
2016-08-24 8:19 ` Meelis Roos
2016-07-13 13:52 ` IOMMU+DMAR causing NMIs-s (was: 4.7-rc6: NMI in intel_idle on HP Proliant G6) Henrique de Moraes Holschuh
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).