xen-devel.lists.xenproject.org archive mirror
 help / color / mirror / Atom feed
* [BUG] domU kernel crash at igbvf module loading / __msix_mask_irq
@ 2013-11-27 20:53 Norbert Marx
  2013-11-27 21:08 ` Andrew Cooper
  0 siblings, 1 reply; 3+ messages in thread
From: Norbert Marx @ 2013-11-27 20:53 UTC (permalink / raw)
  To: xen-devel

[-- Attachment #1: Type: text/plain, Size: 4482 bytes --]

Hello,

on a Supermicro H8DGU server with the latest BIOS PCI passtrough fails.

I tried to give a two igbvf devices to the domU. pciback is configured 
and everything locks good until igbvf tries to initialize the PCI 
device. I have the same error with XEN 4.3, 4.3.1 and the current 
4.4-unstable, linux kernel 3.12.0, 3.12.1, 3.9.

DomU config:
kernel = "/boot/gentoo-DomU"
memory = 2048
name   = "domU"
nic    = 2
vcpus  = 1
#pci    = ['02:10.0,msitranslate=1,permissive=1'] <= same crash
#pci    = ['02:10.0,permissive=1'] <= same crash
pci    = ['02:10.0', '02:10.1']
vif    = ['bridge=xenbr1','bridge=xenbr2']
disk   = ['phy:/dev/loop4,xvda1,w', 'phy:/dev/loop5,xvda2,w', 
'phy:/dev/loop6,xvda3,w']
root   = "/dev/xvda1 ro rootfstype=ext4 iommu=soft 
xen-pcifront.verbose_request=1"

DomU crash log:

[   71.124852] pcifront pci-0: write dev=0000:00:00.0 - offset 72 size 
2 val c00
2
[   71.124888] BUG: unable to handle kernel paging request at 
ffffc9000015400c
[   71.124900] IP: [<ffffffff8121ea05>] __msix_mask_irq+0x21/0x24
[   71.124911] PGD 784a0067 PUD 784a1067 PMD 784a2067 PTE 
8010000000000464
[   71.124919] Oops: 0003 [#1] SMP
[   71.124923] Modules linked in: igbvf(+)
[   71.124929] CPU: 0 PID: 2114 Comm: insmod Not tainted 
3.12.1-gentoo-DomU #6
[   71.124934] task: ffff8800784c3080 ti: ffff880077324000 task.ti: 
ffff88007732
4000
[   71.124939] RIP: e030:[<ffffffff8121ea05>]  [<ffffffff8121ea05>] 
__msix_mask_
irq+0x21/0x24
[   71.124947] RSP: e02b:ffff880077325bb0  EFLAGS: 00010286
[   71.124951] RAX: 0000000000000001 RBX: ffff880078741000 RCX: 
0000000000000001
[   71.124957] RDX: ffffc9000015400c RSI: 0000000000000001 RDI: 
ffff880077770180
[   71.124961] RBP: ffff880077770180 R08: 0000000000000200 R09: 
ffff88007873fc00
[   71.124967] R10: 0000000000000000 R11: ffff88007873fc00 R12: 
0000000000000000
[   71.124972] R13: ffff8800771138a0 R14: 0000000000000000 R15: 
ffffc9000015400c
[   71.124980] FS:  00007fb8d2c37700(0000) GS:ffff88007f200000(0000) 
knlGS:00000
00000000000
[   71.124985] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[   71.124989] CR2: ffffc9000015400c CR3: 000000007712e000 CR4: 
0000000000040660
[   71.124994] Stack:
[   71.124996]  ffffffff8121f9dd ffff88007707c000 ffff880078741840 
0000000000000
002
[   71.125004]  ffff880078741840 ffffffffa0005140 00000000c0020010 
ffff880078741
000
[   71.125011]  ffff880078741000 0000000000000000 ffff880078741098 
ffff88007707c
7c0
[   71.125018] Call Trace:
[   71.125023]  [<ffffffff8121f9dd>] ? pci_enable_msix+0x27d/0x353
[   71.125032]  [<ffffffffa00017b6>] ? igbvf_probe+0x323/0x8d9 [igbvf]
[   71.125039]  [<ffffffff8141fe9d>] ? 
_raw_spin_unlock_irqrestore+0x42/0x5b
[   71.125047]  [<ffffffff8121300d>] ? pci_device_probe+0x60/0x9d
[   71.125056]  [<ffffffff812af74d>] ? driver_probe_device+0x1b3/0x1b3
[   71.125060]  [<ffffffff812af62c>] ? driver_probe_device+0x92/0x1b3
[   71.125060]  [<ffffffff812af7a0>] ? __driver_attach+0x53/0x73
[   71.125060]  [<ffffffff812add94>] ? bus_for_each_dev+0x4e/0x7f
[   71.125060]  [<ffffffff812aedf2>] ? bus_add_driver+0xe5/0x22d
[   71.125060]  [<ffffffff812afcfa>] ? driver_register+0x82/0xb5
[   71.125060]  [<ffffffffa0008000>] ? 0xffffffffa0007fff
[   71.125060]  [<ffffffff81002092>] ? do_one_initcall+0x78/0x102
[   71.125060]  [<ffffffff810db633>] ? free_hot_cold_page+0x100/0x109
[   71.125060]  [<ffffffff811083b3>] ? kfree+0xb6/0xc8
[   71.125060]  [<ffffffff810fd8f4>] ? __vunmap+0x8c/0xc4
[   71.125060]  [<ffffffff810ad804>] ? load_module+0x18d3/0x1b9a
[   71.125060]  [<ffffffff810ab117>] ? mod_kobject_put+0x42/0x42
[   71.125060]  [<ffffffff81118716>] ? vfs_read+0xf7/0x13e
[   71.125060]  [<ffffffff810adbad>] ? SyS_finit_module+0x4e/0x62
[   71.125060]  [<ffffffff81420c8f>] ? tracesys+0xe1/0xe6
[   71.125060] Code: 83 c4 18 5b 5d 41 5c 41 5d c3 8b 47 08 0f b7 57 02 
83 e0 fe
  c1 e2 04 89 c1 83 c9 01 83 c2 0c 85 f6 0f 45 c1 48 63 d2 48 03 57 28 
<89> 02 c3
  48 8b 46 10 48 83 ef 48 48 85 c0 74 02 ff e0 48 c7 c0
[   71.125060] RIP  [<ffffffff8121ea05>] __msix_mask_irq+0x21/0x24
[   71.125060]  RSP <ffff880077325bb0>
[   71.125060] CR2: ffffc9000015400c
[   71.125060] ---[ end trace 66e59b16e50eead2 ]---

I tried also to use the patch from 
http://lists.xen.org/archives/html/xen-devel/2013-11/msg03752.html 
"[Xen-devel] [PATCH v6] x86: properly handle MSI-X unmask operation from 
guests" but without success.

More logs I attached. Any suggestions to fix this issue?

Kind regards,
Norbert

[-- Attachment #2: dmi.log --]
[-- Type: text/plain, Size: 25750 bytes --]

# dmidecode 2.11
SMBIOS 2.6 present.
58 structures occupying 3282 bytes.
Table at 0x0009AC00.

Handle 0x0000, DMI type 0, 24 bytes
BIOS Information
        Vendor: American Megatrends Inc.
        Version: 3.0b      
        Release Date: 05/07/2013
        Address: 0xF0000
        Runtime Size: 64 kB
        ROM Size: 2048 kB
        Characteristics:
                ISA is supported
                PCI is supported
                PNP is supported
                BIOS is upgradeable
                BIOS shadowing is allowed
                ESCD support is available
                Boot from CD is supported
                Selectable boot is supported
                BIOS ROM is socketed
                EDD is supported
                5.25"/1.2 MB floppy services are supported (int 13h)
                3.5"/720 kB floppy services are supported (int 13h)
                3.5"/2.88 MB floppy services are supported (int 13h)
                Print screen service is supported (int 5h)
                8042 keyboard services are supported (int 9h)
                Serial services are supported (int 14h)
                Printer services are supported (int 17h)
                CGA/mono video services are supported (int 10h)
                ACPI is supported
                USB legacy is supported
                LS-120 boot is supported
                ATAPI Zip drive boot is supported
                BIOS boot specification is supported
                Targeted content distribution is supported
        BIOS Revision: 8.16

Handle 0x0001, DMI type 1, 27 bytes
System Information
        Manufacturer: Supermicro
        Product Name: H8DGU
        Version: 1234567890
        Serial Number: 1234567890
        UUID: 49434D53-0200-9086-2500-86902500FDD3
        Wake-up Type: Power Switch
        SKU Number: To Be Filled By O.E.M.
        Family: To Be Filled By O.E.M.

Handle 0x0002, DMI type 2, 15 bytes
Base Board Information
        Manufacturer: Supermicro
        Product Name: H8DGU
        Version: 1234567890
        Serial Number: NM138S600256
        Asset Tag: To Be Filled By O.E.M.
        Features:
                Board is a hosting board
                Board is replaceable
        Location In Chassis: To Be Filled By O.E.M.
        Chassis Handle: 0x0003
        Type: Motherboard
        Contained Object Handles: 0

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

Handle 0x0004, DMI type 4, 42 bytes
Processor Information
        Socket Designation: CPU 1
        Type: Central Processor
        Family: <OUT OF SPEC>
        Manufacturer: AMD              
        ID: 20 0F 60 00 FF FB 8B 17
        Version: AMD Opteron(tm) Processor 6344                      
        Voltage: 1.1 V
        External Clock: 200 MHz
        Max Speed: 2600 MHz
        Current Speed: 2600 MHz
        Status: Populated, Enabled
        Upgrade: Socket G34
        L1 Cache Handle: 0x0005
        L2 Cache Handle: 0x0006
        L3 Cache Handle: 0x0007
        Serial Number: To Be Filled By O.E.M.
        Asset Tag: To Be Filled By O.E.M.
        Part Number: To Be Filled By O.E.M.
        Core Count: 12
        Core Enabled: 12
        Thread Count: 12
        Characteristics:
                64-bit capable

Handle 0x0005, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L1-Cache
        Configuration: Enabled, Not Socketed, Level 1
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 576 kB
        Maximum Size: 576 kB
        Supported SRAM Types:
                Pipeline Burst
        Installed SRAM Type: Pipeline Burst
        Speed: 1 ns
        Error Correction Type: Multi-bit ECC
        System Type: Unified
        Associativity: 2-way Set-associative

Handle 0x0006, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L2-Cache
        Configuration: Enabled, Not Socketed, Level 2
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 12288 kB
        Maximum Size: 12288 kB
        Supported SRAM Types:
                Pipeline Burst
        Installed SRAM Type: Pipeline Burst
        Speed: 1 ns
        Error Correction Type: Multi-bit ECC
        System Type: Unified
        Associativity: 16-way Set-associative

Handle 0x0007, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L3-Cache
        Configuration: Enabled, Not Socketed, Level 3
        Operational Mode: Write Back
        Location: Internal
        Installed Size: 12288 kB
        Maximum Size: 12288 kB
        Supported SRAM Types:
                Pipeline Burst
        Installed SRAM Type: Pipeline Burst
        Speed: 1 ns
        Error Correction Type: Multi-bit ECC
        System Type: Unified
        Associativity: Other

Handle 0x0008, DMI type 4, 42 bytes
Processor Information
        Socket Designation: CPU 2
        Type: <OUT OF SPEC>
        Family: <OUT OF SPEC>
        Manufacturer: AMD              
        ID: 00 00 00 00 00 00 00 00
        Version:                                                     
        Voltage: Unknown
        External Clock: Unknown
        Max Speed: Unknown
        Current Speed: Unknown
        Status: Populated, Enabled
        Upgrade: <OUT OF SPEC>
        L1 Cache Handle: 0x0009
        L2 Cache Handle: 0x000A
        L3 Cache Handle: 0x000B
        Serial Number: To Be Filled By O.E.M.
        Asset Tag: To Be Filled By O.E.M.
        Part Number: To Be Filled By O.E.M.
        Characteristics: None

Handle 0x0009, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L1-Cache
        Configuration: Disabled, Not Socketed, Level 1
        Operational Mode: Write Through
        Location: Internal
        Installed Size: 0 kB
        Maximum Size: 0 kB
        Supported SRAM Types: None
        Installed SRAM Type: None
        Speed: Unknown
        Error Correction Type: <OUT OF SPEC>
        System Type: <OUT OF SPEC>
        Associativity: <OUT OF SPEC>

Handle 0x000A, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L2-Cache
        Configuration: Disabled, Not Socketed, Level 1
        Operational Mode: Write Through
        Location: Internal
        Installed Size: 0 kB
        Maximum Size: 0 kB
        Supported SRAM Types: None
        Installed SRAM Type: None
        Speed: Unknown
        Error Correction Type: <OUT OF SPEC>
        System Type: <OUT OF SPEC>
        Associativity: <OUT OF SPEC>

Handle 0x000B, DMI type 7, 19 bytes
Cache Information
        Socket Designation: L3-Cache
        Configuration: Disabled, Not Socketed, Level 1
        Operational Mode: Write Through
        Location: Internal
        Installed Size: 0 kB
        Maximum Size: 0 kB
        Supported SRAM Types: None
        Installed SRAM Type: None
        Speed: Unknown
        Error Correction Type: <OUT OF SPEC>
        System Type: <OUT OF SPEC>
        Associativity: <OUT OF SPEC>

Handle 0x000C, DMI type 9, 17 bytes
System Slot Information
        Designation: PCIE1
        Type: x16 PCI Express
        Current Usage: Available
        Length: Short
        ID: 1
        Characteristics:
                3.3 V is provided
                Opening is shared
                PME signal is supported

Handle 0x000D, DMI type 9, 17 bytes
System Slot Information
        Designation: PCIE2
        Type: x8 PCI Express
        Current Usage: Available
        Length: Short
        ID: 2
        Characteristics:
                3.3 V is provided
                Opening is shared
                PME signal is supported

Handle 0x000E, DMI type 11, 5 bytes
OEM Strings
        String 1: AMD G34/SR5690/SP5100           
        String 2: Supermicro motherboard-H8DGU-F

Handle 0x000F, DMI type 13, 22 bytes
BIOS Language Information
        Language Description Format: Long
        Installable Languages: 1
                en|US|iso8859-1
        Currently Installed Language: en|US|iso8859-1

Handle 0x0010, DMI type 15, 55 bytes
System Event Log
        Area Length: 1008 bytes
        Header Start Offset: 0x0810
        Header Length: 16 bytes
        Data Start Offset: 0x0820
        Access Method: General-purpose non-volatile data functions
        Access Address: 0x0001
        Status: Valid, Not Full
        Change Token: 0x00000000
        Header Format: Type 1
        Supported Log Type Descriptors: 11
        Descriptor 1: Single-bit ECC memory error
        Data Format 1: Multiple-event handle
        Descriptor 2: Multi-bit ECC memory error
        Data Format 2: Multiple-event handle
        Descriptor 3: Parity memory error
        Data Format 3: Multiple-event
        Descriptor 4: I/O channel block
        Data Format 4: Multiple-event
        Descriptor 5: POST error
        Data Format 5: POST results bitmap
        Descriptor 6: PCI parity error
        Data Format 6: Multiple-event handle
        Descriptor 7: PCI system error
        Data Format 7: Multiple-event handle
        Descriptor 8: CPU failure
        Data Format 8: Multiple-event handle
        Descriptor 9: System limit exceeded
        Data Format 9: Multiple-event system management
        Descriptor 10: OEM-specific
        Data Format 10: POST results bitmap
        Descriptor 11: OEM-specific
        Data Format 11: Multiple-event handle

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

Handle 0x0012, DMI type 19, 15 bytes
Memory Array Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x007FFFFFFFF
        Range Size: 32 GB
        Physical Array Handle: 0x0011
        Partition Width: 255

Handle 0x0013, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P1_DIMM1B
        Bank Locator: BANK0
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer00
        Serial Number: SerNum00
        Asset Tag: AssetTagNum0
        Part Number: ModulePartNumber00
        Rank: Unknown

Handle 0x0014, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x0013
        Memory Array Mapped Address Handle: 0x0012
        Partition Row Position: <OUT OF SPEC>

Handle 0x0015, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: 72 bits
        Data Width: 64 bits
        Size: 8192 MB
        Form Factor: DIMM
        Set: None
        Locator: P1_DIMM1A
        Bank Locator: BANK1
        Type: DDR3
        Type Detail: Synchronous
        Speed: 1600 MHz
        Manufacturer: Kingston      
        Serial Number: E92DBF11
        Asset Tag: AssetTagNum1
        Part Number: 9965516-057.A00LF 
        Rank: 2

Handle 0x0016, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x001FFFFFFFF
        Range Size: 8 GB
        Physical Device Handle: 0x0015
        Memory Array Mapped Address Handle: 0x0012
        Partition Row Position: <OUT OF SPEC>
        Interleave Position: Unknown
        Interleaved Data Depth: Unknown

Handle 0x0017, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P1_DIMM2B
        Bank Locator: BANK2
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer02
        Serial Number: SerNum02
        Asset Tag: AssetTagNum2
        Part Number: ModulePartNumber02
        Rank: Unknown

Handle 0x0018, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x0017
        Memory Array Mapped Address Handle: 0x0012
        Partition Row Position: <OUT OF SPEC>

Handle 0x0019, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: 72 bits
        Data Width: 64 bits
        Size: 8192 MB
        Form Factor: DIMM
        Set: None
        Locator: P1_DIMM2A
        Bank Locator: BANK3
        Type: DDR3
        Type Detail: Synchronous
        Speed: 1600 MHz
        Manufacturer: Kingston      
        Serial Number: BA135D0C
        Asset Tag: AssetTagNum3
        Part Number: 9965516-130.A00LF 
        Rank: 2

Handle 0x001A, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00200000000
        Ending Address: 0x003FFFFFFFF
        Range Size: 8 GB
        Physical Device Handle: 0x0019
        Memory Array Mapped Address Handle: 0x0012
        Partition Row Position: <OUT OF SPEC>
        Interleave Position: Unknown
        Interleaved Data Depth: Unknown

Handle 0x001B, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P1_DIMM3B
        Bank Locator: BANK4
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer04
        Serial Number: SerNum04
        Asset Tag: AssetTagNum4
        Part Number: ModulePartNumber04
        Rank: Unknown

Handle 0x001C, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x001B
        Memory Array Mapped Address Handle: 0x0012
        Partition Row Position: <OUT OF SPEC>

Handle 0x001D, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: 72 bits
        Data Width: 64 bits
        Size: 8192 MB
        Form Factor: DIMM
        Set: None
        Locator: P1_DIMM3A
        Bank Locator: BANK5
        Type: DDR3
        Type Detail: Synchronous
        Speed: 1600 MHz
        Manufacturer: Kingston      
        Serial Number: B7131E0C
        Asset Tag: AssetTagNum5
        Part Number: 9965516-130.A00LF 
        Rank: 2

Handle 0x001E, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00400000000
        Ending Address: 0x005FFFFFFFF
        Range Size: 8 GB
        Physical Device Handle: 0x001D
        Memory Array Mapped Address Handle: 0x0012
        Partition Row Position: <OUT OF SPEC>
        Interleave Position: Unknown
        Interleaved Data Depth: Unknown

Handle 0x001F, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P1_DIMM4B
        Bank Locator: BANK6
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer06
        Serial Number: SerNum06
        Asset Tag: AssetTagNum6
        Part Number: ModulePartNumber06
        Rank: Unknown

Handle 0x0020, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x001F
        Memory Array Mapped Address Handle: 0x0012
        Partition Row Position: <OUT OF SPEC>

Handle 0x0021, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0011
        Error Information Handle: Not Provided
        Total Width: 72 bits
        Data Width: 64 bits
        Size: 8192 MB
        Form Factor: DIMM
        Set: None
        Locator: P1_DIMM4A
        Bank Locator: BANK7
        Type: DDR3
        Type Detail: Synchronous
        Speed: 1600 MHz
        Manufacturer: Kingston      
        Serial Number: B613610C
        Asset Tag: AssetTagNum7
        Part Number: 9965516-130.A00LF 
        Rank: 2

Handle 0x0022, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00600000000
        Ending Address: 0x007FFFFFFFF
        Range Size: 8 GB
        Physical Device Handle: 0x0021
        Memory Array Mapped Address Handle: 0x0012
        Partition Row Position: <OUT OF SPEC>
        Interleave Position: Unknown
        Interleaved Data Depth: Unknown

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

Handle 0x0024, DMI type 19, 15 bytes
Memory Array Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Array Handle: 0x0023
        Partition Width: 1

Handle 0x0025, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0023
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P2_DIMM1B
        Bank Locator: BANK8
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer08
        Serial Number: SerNum08
        Asset Tag: AssetTagNum8
        Part Number: ModulePartNumber08
        Rank: Unknown

Handle 0x0026, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x0025
        Memory Array Mapped Address Handle: 0x0024
        Partition Row Position: <OUT OF SPEC>

Handle 0x0027, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0023
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P2_DIMM1A
        Bank Locator: BANK9
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer09
        Serial Number: SerNum09
        Asset Tag: AssetTagNum9
        Part Number: ModulePartNumber09
        Rank: Unknown

Handle 0x0028, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x0027
        Memory Array Mapped Address Handle: 0x0024
        Partition Row Position: <OUT OF SPEC>

Handle 0x0029, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0023
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P2_DIMM2B
        Bank Locator: BANK10
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer10
        Serial Number: SerNum10
        Asset Tag: AssetTagNum10
        Part Number: ModulePartNumber10
        Rank: Unknown

Handle 0x002A, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x0029
        Memory Array Mapped Address Handle: 0x0024
        Partition Row Position: <OUT OF SPEC>

Handle 0x002B, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0023
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P2_DIMM2A
        Bank Locator: BANK11
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer11
        Serial Number: SerNum11
        Asset Tag: AssetTagNum11
        Part Number: ModulePartNumber11
        Rank: Unknown

Handle 0x002C, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x002B
        Memory Array Mapped Address Handle: 0x0024
        Partition Row Position: <OUT OF SPEC>

Handle 0x002D, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0023
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P2_DIMM3B
        Bank Locator: BANK12
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer12
        Serial Number: SerNum12
        Asset Tag: AssetTagNum12
        Part Number: ModulePartNumber12
        Rank: Unknown

Handle 0x002E, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x002D
        Memory Array Mapped Address Handle: 0x0024
        Partition Row Position: <OUT OF SPEC>

Handle 0x002F, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0023
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P2_DIMM3A
        Bank Locator: BANK13
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer13
        Serial Number: SerNum13
        Asset Tag: AssetTagNum13
        Part Number: ModulePartNumber13
        Rank: Unknown

Handle 0x0030, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x002F
        Memory Array Mapped Address Handle: 0x0024
        Partition Row Position: <OUT OF SPEC>

Handle 0x0031, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0023
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P2_DIMM4B
        Bank Locator: BANK14
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer14
        Serial Number: SerNum14
        Asset Tag: AssetTagNum14
        Part Number: ModulePartNumber14
        Rank: Unknown

Handle 0x0032, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x0031
        Memory Array Mapped Address Handle: 0x0024
        Partition Row Position: <OUT OF SPEC>

Handle 0x0033, DMI type 17, 28 bytes
Memory Device
        Array Handle: 0x0023
        Error Information Handle: Not Provided
        Total Width: Unknown
        Data Width: Unknown
        Size: No Module Installed
        Form Factor: <OUT OF SPEC>
        Set: None
        Locator: P2_DIMM4A
        Bank Locator: BANK15
        Type: Unknown
        Type Detail: None
        Speed: Unknown
        Manufacturer: Manufacturer15
        Serial Number: SerNum15
        Asset Tag: AssetTagNum15
        Part Number: ModulePartNumber15
        Rank: Unknown

Handle 0x0034, DMI type 20, 19 bytes
Memory Device Mapped Address
        Starting Address: 0x00000000000
        Ending Address: 0x000000003FF
        Range Size: 1 kB
        Physical Device Handle: 0x0033
        Memory Array Mapped Address Handle: 0x0024
        Partition Row Position: <OUT OF SPEC>

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

Handle 0x0036, DMI type 38, 18 bytes
IPMI Device Information
        Interface Type: KCS (Keyboard Control Style)
        Specification Version: 2.0
        I2C Slave Address: 0x00
        NV Storage Device: Not Present
        Base Address: 0x0000000000000CA2 (I/O)
        Register Spacing: Successive Byte Boundaries

Handle 0x0037, DMI type 41, 11 bytes
Onboard Device
        Reference Designation: To Be Filled By O.E.M.
        Type: Video
        Status: Enabled
        Type Instance: 0

Handle 0x0038, DMI type 41, 11 bytes
Onboard Device
        Reference Designation: To Be Filled By O.E.M.
        Type: SCSI Controller
        Status: Disabled
        Type Instance: 0

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


[-- Attachment #3: dom0.log --]
[-- Type: text/plain, Size: 81462 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.12.1-gentoo-Dom0 (root@snl11) (gcc version 4.7.3 (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) ) #2 SMP Sat Nov 23 22:45:59 CET 2013
[    0.000000] Command line: placeholder root=/dev/sda2 ro rootfstype=ext4 max_loop=255 xen-pciback.hide=(02:10.0)(02:10.1)(02:10.2)(02:10.3)(02:10.4)(02:10.5)(02:10.6)(02:10.7)(02:11.0)(02:11.1)(02:11.2)(02:11.3)(02:11.4)(02:11.5)(02:11.6)(02:11.7)
[    0.000000] Freeing 99-100 pfn range: 103 pages freed
[    0.000000] 1-1 mapping on 99->100
[    0.000000] Freeing dfe90-100000 pfn range: 131440 pages freed
[    0.000000] 1-1 mapping on dfe90->100000
[    0.000000] Released 131543 pages of unused memory
[    0.000000] Set 131543 page(s) to 1-1 mapping
[    0.000000] Populating 100000-1201d7 pfn range: 131543 pages added
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] Xen: [mem 0x0000000000099800-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x00000000dfe8ffff] usable
[    0.000000] Xen: [mem 0x00000000dfe9e000-0x00000000dfe9ffff] type 9
[    0.000000] Xen: [mem 0x00000000dfea0000-0x00000000dfeb1fff] ACPI data
[    0.000000] Xen: [mem 0x00000000dfeb2000-0x00000000dfedffff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000dfee0000-0x00000000efffffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000081dffffff] usable
[    0.000000] Xen: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.6 present.
[    0.000000] DMI: Supermicro H8DGU/H8DGU, BIOS 3.0b       05/07/2013
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x81e000 max_arch_pfn = 0x400000000
[    0.000000] e820: last_pfn = 0xdfe90 max_arch_pfn = 0x400000000
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000093000] 93000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x11fe00000-0x11fffffff]
[    0.000000]  [mem 0x11fe00000-0x11fffffff] page 4k
[    0.000000] BRK [0x02123000, 0x02123fff] PGTABLE
[    0.000000] BRK [0x02124000, 0x02124fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x11c000000-0x11fdfffff]
[    0.000000]  [mem 0x11c000000-0x11fdfffff] page 4k
[    0.000000] BRK [0x02125000, 0x02125fff] PGTABLE
[    0.000000] BRK [0x02126000, 0x02126fff] PGTABLE
[    0.000000] BRK [0x02127000, 0x02127fff] PGTABLE
[    0.000000] BRK [0x02128000, 0x02128fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x100000000-0x11bffffff]
[    0.000000]  [mem 0x100000000-0x11bffffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x00100000-0xdfe8ffff]
[    0.000000]  [mem 0x00100000-0xdfe8ffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x120000000-0x81dffffff]
[    0.000000]  [mem 0x120000000-0x81dffffff] page 4k
[    0.000000] ACPI: RSDP 00000000000fa210 00024 (v02 ACPIAM)
[    0.000000] ACPI: XSDT 00000000dfea0100 0008C (v01 SMCI            20130507 MSFT 00000097)
[    0.000000] ACPI: FACP 00000000dfea0290 000F4 (v04 050713 FACP1633 20130507 MSFT 00000097)
[    0.000000] ACPI: DSDT 00000000dfea06c0 05962 (v02  1A811 1A811000 00000000 INTL 20051117)
[    0.000000] ACPI: FACS 00000000dfeb2000 00040
[    0.000000] ACPI: APIC 00000000dfea0390 00164 (v02 050713 APIC1633 20130507 MSFT 00000097)
[    0.000000] ACPI: MCFG 00000000dfea0500 0003C (v01 050713 OEMMCFG  20130507 MSFT 00000097)
[    0.000000] ACPI: OEMB 00000000dfeb2040 00075 (v01 050713 OEMB1633 20130507 MSFT 00000097)
[    0.000000] ACPI: HPET 00000000dfeaa6c0 00038 (v01 050713 OEMHPET  20130507 MSFT 00000097)
[    0.000000] ACPI: IVRS 00000000dfeaa700 000A8 (v01  AMD     RD890S 00202031 AMD  00000000)
[    0.000000] ACPI: SRAT 00000000dfeaa7b0 00168 (v02 AMD    AGESA    00000001 AMD  00000001)
[    0.000000] ACPI: SLIT 00000000dfeaa920 00030 (v01 AMD    AGESA    00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 00000000dfeaa950 0228C (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: EINJ 00000000dfeacbe0 00130 (v01  AMIER AMI_EINJ 20130507 MSFT 00000097)
[    0.000000] ACPI: BERT 00000000dfeacd70 00030 (v01  AMIER AMI_BERT 20130507 MSFT 00000097)
[    0.000000] ACPI: ERST 00000000dfeacda0 00210 (v01  AMIER AMI_ERST 20130507 MSFT 00000097)
[    0.000000] ACPI: HEST 00000000dfeacfb0 000A8 (v01  AMIER ABC_HEST 20130507 MSFT 00000097)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000081dffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x81dffffff]
[    0.000000]   NODE_DATA [mem 0x1201d2000-0x1201d6fff]
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x81dffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00098fff]
[    0.000000]   node   0: [mem 0x00100000-0xdfe8ffff]
[    0.000000]   node   0: [mem 0x100000000-0x81dffffff]
[    0.000000] On node 0 totalpages: 8379944
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3992 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14267 pages used for memmap
[    0.000000]   DMA32 zone: 913040 pages, LIFO batch:31
[    0.000000]   Normal zone: 116608 pages used for memmap
[    0.000000]   Normal zone: 7462912 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x20] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x21] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x22] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x23] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x24] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x25] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x26] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x27] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x28] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x29] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x2a] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x2b] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x90] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x91] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x92] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x93] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x94] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x95] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x96] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x97] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x98] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x99] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x9a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x9b] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x9c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x9d] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x9e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x9f] disabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 1, version 33, address 0xfec20000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8300 base: 0xfed00000
[    0.000000] smpboot: Allowing 32 CPUs, 20 hotplug CPUs
[    0.000000] nr_irqs_gsi: 72
[    0.000000] PM: Registered nosave memory: [mem 0x00099000-0x00099fff]
[    0.000000] PM: Registered nosave memory: [mem 0x0009a000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfe90000-0xdfe9dfff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfe9e000-0xdfe9ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfea0000-0xdfeb1fff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfeb2000-0xdfedffff]
[    0.000000] PM: Registered nosave memory: [mem 0xdfee0000-0xefffffff]
[    0.000000] PM: Registered nosave memory: [mem 0xf0000000-0xfedfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfee00000-0xfeefffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfef00000-0xffdfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xffe00000-0xffffffff]
[    0.000000] e820: [mem 0xf0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:32 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88011b400000 s86016 r8192 d20480 u131072
[    0.000000] pcpu-alloc: s86016 r8192 d20480 u131072 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 08 09 10 11 12 13 14 15 
[    0.000000] pcpu-alloc: [0] 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 
[   13.080297] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 8248984
[   13.080299] Policy zone: Normal
[   13.080303] Kernel command line: placeholder root=/dev/sda2 ro rootfstype=ext4 max_loop=255 xen-pciback.hide=(02:10.0)(02:10.1)(02:10.2)(02:10.3)(02:10.4)(02:10.5)(02:10.6)(02:10.7)(02:11.0)(02:11.1)(02:11.2)(02:11.3)(02:11.4)(02:11.5)(02:11.6)(02:11.7)
[   13.080385] PID hash table entries: 4096 (order: 3, 32768 bytes)
[   13.080438] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[   13.129007] software IO TLB [mem 0x117400000-0x11b400000] (64MB) mapped at [ffff880117400000-ffff88011b3fffff]
[   13.148687] Memory: 3507620K/33519776K available (9221K kernel code, 868K rwdata, 2940K rodata, 1108K init, 1092K bss, 30012156K reserved)
[   13.148810] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, Nodes=1
[   13.148846] Hierarchical RCU implementation.
[   13.148847]  RCU dyntick-idle grace-period acceleration is enabled.
[   13.148849]  RCU restricting CPUs from NR_CPUS=64 to nr_cpu_ids=12.
[   13.148850]  Offload RCU callbacks from all CPUs
[   13.148853]  Offload RCU callbacks from CPUs: 0-63.
[   13.148865] NO_HZ: Full dynticks CPUs: 1-63.
[   13.148871] NR_IRQS:4352 nr_irqs:1320 16
[   13.148988] xen: sci override: global_irq=9 trigger=0 polarity=1
[   13.148991] xen: registering gsi 9 triggering 0 polarity 1
[   13.149007] xen: --> pirq=9 -> irq=9 (gsi=9)
[   13.149019] xen: acpi sci 9
[   13.149024] xen: --> pirq=1 -> irq=1 (gsi=1)
[   13.149028] xen: --> pirq=2 -> irq=2 (gsi=2)
[   13.149032] xen: --> pirq=3 -> irq=3 (gsi=3)
[   13.149035] xen: --> pirq=4 -> irq=4 (gsi=4)
[   13.149039] xen: --> pirq=5 -> irq=5 (gsi=5)
[   13.149042] xen: --> pirq=6 -> irq=6 (gsi=6)
[   13.149046] xen: --> pirq=7 -> irq=7 (gsi=7)
[   13.149049] xen: --> pirq=8 -> irq=8 (gsi=8)
[   13.149053] xen: --> pirq=10 -> irq=10 (gsi=10)
[   13.149056] xen: --> pirq=11 -> irq=11 (gsi=11)
[   13.149060] xen: --> pirq=12 -> irq=12 (gsi=12)
[   13.149063] xen: --> pirq=13 -> irq=13 (gsi=13)
[   13.149067] xen: --> pirq=14 -> irq=14 (gsi=14)
[   13.149071] xen: --> pirq=15 -> irq=15 (gsi=15)
[   13.155303] Console: colour VGA+ 80x25
[   13.177188] console [tty0] enabled
[   13.209912] allocated 134217728 bytes of page_cgroup
[   13.210093] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[   13.210378] Xen: using vcpuop timer interface
[   13.210386] installing Xen timer for CPU 0
[   13.210567] tsc: Detected 2600.102 MHz processor
[   13.210718] Calibrating delay loop (skipped), value calculated using timer frequency.. 5200.20 BogoMIPS (lpj=2600102)
[   13.211014] pid_max: default: 32768 minimum: 301
[   13.211204] Security Framework initialized
[   13.218374] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[   13.231711] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[   13.236723] Mount-cache hash table entries: 256
[   13.237172] Initializing cgroup subsys memory
[   13.237335] Initializing cgroup subsys devices
[   13.237479] Initializing cgroup subsys freezer
[   13.237623] Initializing cgroup subsys net_cls
[   13.237766] Initializing cgroup subsys blkio
[   13.237909] Initializing cgroup subsys perf_event
[   13.238062] Initializing cgroup subsys net_prio
[   13.238231] Initializing cgroup subsys hugetlb
[   13.238438] tseg: 00dff00000
[   13.238441] CPU: Physical Processor ID: 0
[   13.238583] CPU: Processor Core ID: 0
[   13.238724] mce: CPU supports 2 MCE banks
[   13.238882] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512
tlb_flushall_shift: 5
[   13.239363] Freeing SMP alternatives memory: 40K (ffffffff81ff0000 - ffffffff81ffa000)
[   13.240780] ACPI: Core revision 20130725
[   13.243593] ACPI: All ACPI Tables successfully acquired
[   13.245887] cpu 0 spinlock event irq 73
[   13.246079] Performance Events: Fam15h core perfctr, Broken PMU hardware detected, using software events only.
[   13.248017] Failed to access perfctr msr (MSR c0010201 is 0)
[   13.248929] MCE: In-kernel MCE decoding enabled.
[   13.249270] installing Xen timer for CPU 1
[   13.249425] cpu 1 spinlock event irq 80
[   13.249941] installing Xen timer for CPU 2
[   13.250103] cpu 2 spinlock event irq 87
[   13.250571] installing Xen timer for CPU 3
[   13.250726] cpu 3 spinlock event irq 94
[   13.251141] installing Xen timer for CPU 4
[   13.251293] cpu 4 spinlock event irq 101
[   13.251804] installing Xen timer for CPU 5
[   13.251960] cpu 5 spinlock event irq 108
[   13.252376] installing Xen timer for CPU 6
[   13.252537] cpu 6 spinlock event irq 115
[   13.253041] installing Xen timer for CPU 7
[   13.253198] cpu 7 spinlock event irq 122
[   13.253630] installing Xen timer for CPU 8
[   13.253783] cpu 8 spinlock event irq 129
[   13.254282] installing Xen timer for CPU 9
[   13.254437] cpu 9 spinlock event irq 136
[   13.254869] installing Xen timer for CPU 10
[   13.255022] cpu 10 spinlock event irq 143
[   13.255467] installing Xen timer for CPU 11
[   13.255622] cpu 11 spinlock event irq 150
[   13.255961] Brought up 12 CPUs
[   13.256469] devtmpfs: initialized
[   13.263299] PM: Registering ACPI NVS region [mem 0xdfeb2000-0xdfedffff] (188416 bytes)
[   13.263727] kworker/u24:0 (82) used greatest stack depth: 5656 bytes left
[   13.264016] xor: automatically using best checksumming function:
[   13.273710]    avx       :  2744.000 MB/sec
[   13.273857] pinctrl core: initialized pinctrl subsystem
[   13.274167] xen:grant_table: Grant tables using version 2 layout
[   13.274339] Grant table initialized
[   13.274731] regulator-dummy: no parameters
[   13.275013] RTC time: 20:02:27, date: 11/27/13
[   13.275213] NET: Registered protocol family 16
[   13.276374] ACPI: bus type PCI registered
[   13.276520] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[   13.277963] dca service started, version 1.12.1
[   13.278211] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[   13.278483] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in E820
[   13.325869] PCI: Using configuration type 1 for base access
[   13.352351] bio: create slab <bio-0> at 0
[   13.370122] raid6: sse2x1    5378 MB/s
[   13.388215] raid6: sse2x2    8476 MB/s
[   13.406311] raid6: sse2x4    9484 MB/s
[   13.406462] raid6: using algorithm sse2x4 (9484 MB/s)
[   13.406608] raid6: using ssse3x2 recovery algorithm
[   13.407158] ACPI: Added _OSI(Module Device)
[   13.407303] ACPI: Added _OSI(Processor Device)
[   13.407447] ACPI: Added _OSI(3.0 _SCP Extensions)
[   13.407592] ACPI: Added _OSI(Processor Aggregator Device)
[   13.408899] ACPI: EC: Look up EC in DSDT
[   13.410124] ACPI: Executed 2 blocks of module-level executable AML code
[   13.417516] ACPI: Interpreter enabled
[   13.417668] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130725/hwxface-571)
[   13.418058] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20130725/hwxface-571)
[   13.418412] ACPI: (supports S0 S1 S4 S5)
[   13.418559] ACPI: Using IOAPIC for interrupt routing
[   13.419008] HEST: Table parsing has been initialized.
[   13.419160] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[   13.419595] ACPI: No dock devices found.
[   13.432738] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[   13.432897] acpi PNP0A08:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[   13.433136] acpi PNP0A08:00: Unable to request _OSC control (_OSC support mask: 0x08)
[   13.433819] ACPI: \_SB_.PCI0.PCIE: can't evaluate _ADR (0x5)
[   13.434035] ACPI: \_SB_.PCI0.ITPM: can't evaluate _ADR (0x5)
[   13.434184] PCI host bridge to bus 0000:00
[   13.434329] pci_bus 0000:00: root bus resource [bus 00-ff]
[   13.434479] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[   13.434633] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[   13.434822] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[   13.434979] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[   13.435132] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
[   13.435317] pci 0000:00:00.0: [1002:5a12] type 00 class 0x060000
[   13.435702] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[   13.436053] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[   13.436186] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[   13.436255] pci 0000:00:02.0: System wakeup disabled by ACPI
[   13.436549] pci 0000:00:04.0: [1002:5a18] type 01 class 0x060400
[   13.436679] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[   13.436747] pci 0000:00:04.0: System wakeup disabled by ACPI
[   13.437068] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[   13.437099] pci 0000:00:12.0: reg 0x10: [mem 0xfe8f6000-0xfe8f6fff]
[   13.437302] pci 0000:00:12.0: System wakeup disabled by ACPI
[   13.437593] pci 0000:00:12.1: [1002:4398] type 00 class 0x0c0310
[   13.437621] pci 0000:00:12.1: reg 0x10: [mem 0xfe8f7000-0xfe8f7fff]
[   13.437780] pci 0000:00:12.1: System wakeup disabled by ACPI
[   13.438085] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[   13.438124] pci 0000:00:12.2: reg 0x10: [mem 0xfe8fa800-0xfe8fa8ff]
[   13.438298] pci 0000:00:12.2: supports D1 D2
[   13.438300] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[   13.438364] pci 0000:00:12.2: System wakeup disabled by ACPI
[   13.438701] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[   13.438728] pci 0000:00:13.0: reg 0x10: [mem 0xfe8f8000-0xfe8f8fff]
[   13.438887] pci 0000:00:13.0: System wakeup disabled by ACPI
[   13.439182] pci 0000:00:13.1: [1002:4398] type 00 class 0x0c0310
[   13.439209] pci 0000:00:13.1: reg 0x10: [mem 0xfe8f9000-0xfe8f9fff]
[   13.439372] pci 0000:00:13.1: System wakeup disabled by ACPI
[   13.439654] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[   13.439718] pci 0000:00:13.2: reg 0x10: [mem 0xfe8fac00-0xfe8facff]
[   13.439889] pci 0000:00:13.2: supports D1 D2
[   13.439891] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[   13.439952] pci 0000:00:13.2: System wakeup disabled by ACPI
[   13.440279] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[   13.440630] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[   13.440925] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[   13.441037] pci 0000:00:14.4: System wakeup disabled by ACPI
[   13.441317] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[   13.441343] pci 0000:00:14.5: reg 0x10: [mem 0xfe8fb000-0xfe8fbfff]
[   13.441505] pci 0000:00:14.5: System wakeup disabled by ACPI
[   13.441799] pci 0000:00:18.0: [1022:1600] type 00 class 0x060000
[   13.442077] pci 0000:00:18.1: [1022:1601] type 00 class 0x060000
[   13.442283] pci 0000:00:18.2: [1022:1602] type 00 class 0x060000
[   13.442488] pci 0000:00:18.3: [1022:1603] type 00 class 0x060000
[   13.442723] pci 0000:00:18.4: [1022:1604] type 00 class 0x060000
[   13.442968] pci 0000:00:18.5: [1022:1605] type 00 class 0x060000
[   13.443179] pci 0000:00:19.0: [1022:1600] type 00 class 0x060000
[   13.443462] pci 0000:00:19.1: [1022:1601] type 00 class 0x060000
[   13.443665] pci 0000:00:19.2: [1022:1602] type 00 class 0x060000
[   13.443870] pci 0000:00:19.3: [1022:1603] type 00 class 0x060000
[   13.444098] pci 0000:00:19.4: [1022:1604] type 00 class 0x060000
[   13.444339] pci 0000:00:19.5: [1022:1605] type 00 class 0x060000
[   13.444775] pci 0000:04:00.0: [1000:0079] type 00 class 0x010400
[   13.444797] pci 0000:04:00.0: reg 0x10: [io  0xe000-0xe0ff]
[   13.444822] pci 0000:04:00.0: reg 0x14: [mem 0xfeb9c000-0xfeb9ffff 64bit]
[   13.444845] pci 0000:04:00.0: reg 0x1c: [mem 0xfebc0000-0xfebfffff 64bit]
[   13.444874] pci 0000:04:00.0: reg 0x30: [mem 0xfeba0000-0xfebbffff pref]
[   13.444964] pci 0000:04:00.0: supports D1 D2
[   13.447588] pci 0000:00:02.0: PCI bridge to [bus 04]
[   13.447746] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[   13.447752] pci 0000:00:02.0:   bridge window [mem 0xfeb00000-0xfebfffff]
[   13.448000] pci 0000:02:00.0: [8086:10c9] type 00 class 0x020000
[   13.448025] pci 0000:02:00.0: reg 0x10: [mem 0xfea20000-0xfea3ffff]
[   13.448043] pci 0000:02:00.0: reg 0x14: [mem 0xfea00000-0xfea1ffff]
[   13.448061] pci 0000:02:00.0: reg 0x18: [io  0xd400-0xd41f]
[   13.448078] pci 0000:02:00.0: reg 0x1c: [mem 0xfe9dc000-0xfe9dffff]
[   13.448126] pci 0000:02:00.0: reg 0x30: [mem 0xfe9e0000-0xfe9fffff pref]
[   13.448247] pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
[   13.448307] pci 0000:02:00.0: reg 0x184: [mem 0xfe9a0000-0xfe9a3fff 64bit]
[   13.448332] pci 0000:02:00.0: reg 0x190: [mem 0xfe980000-0xfe983fff 64bit]
[   13.448532] pci 0000:02:00.1: [8086:10c9] type 00 class 0x020000
[   13.448556] pci 0000:02:00.1: reg 0x10: [mem 0xfeae0000-0xfeafffff]
[   13.448574] pci 0000:02:00.1: reg 0x14: [mem 0xfeac0000-0xfeadffff]
[   13.448591] pci 0000:02:00.1: reg 0x18: [io  0xd800-0xd81f]
[   13.448617] pci 0000:02:00.1: reg 0x1c: [mem 0xfea9c000-0xfea9ffff]
[   13.448672] pci 0000:02:00.1: reg 0x30: [mem 0xfeaa0000-0xfeabffff pref]
[   13.448776] pci 0000:02:00.1: PME# supported from D0 D3hot D3cold
[   13.448831] pci 0000:02:00.1: reg 0x184: [mem 0xfea60000-0xfea63fff 64bit]
[   13.448857] pci 0000:02:00.1: reg 0x190: [mem 0xfea40000-0xfea43fff 64bit]
[   13.451834] pci 0000:00:04.0: PCI bridge to [bus 02-03]
[   13.452025] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[   13.452031] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfeafffff]
[   13.452185] pci 0000:01:04.0: [102b:0532] type 00 class 0x030000
[   13.452223] pci 0000:01:04.0: reg 0x10: [mem 0xfc000000-0xfcffffff pref]
[   13.452244] pci 0000:01:04.0: reg 0x14: [mem 0xfdffc000-0xfdffffff]
[   13.452266] pci 0000:01:04.0: reg 0x18: [mem 0xfe000000-0xfe7fffff]
[   13.452595] pci 0000:00:14.4: PCI bridge to [bus 01] (subtractive decode)
[   13.452759] pci 0000:00:14.4:   bridge window [mem 0xfdf00000-0xfe7fffff]
[   13.452766] pci 0000:00:14.4:   bridge window [mem 0xfc000000-0xfcffffff pref]
[   13.452769] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[   13.452772] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[   13.452774] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[   13.452776] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[   13.452779] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[   13.453527] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 *7 10 11 12 14 15)
[   13.454208] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 11 12 *14 15)
[   13.454895] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 10 *11 12 14 15)
[   13.455586] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 10 11 12 14 *15)
[   13.456253] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 7 *10 11 12 14 15)
[   13.456947] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 *10 11 12 14 15)
[   13.457625] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 10 11 12 14 15) *0, disabled.
[   13.458508] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 10 11 12 14 15) *0, disabled.
[   13.459552] ACPI: \_SB_.PCI0: notify handler is installed
[   13.459594] Found 1 acpi root devices
[   13.459845] xen:balloon: Initialising balloon driver
[   13.560628] xen_balloon: Initialising balloon driver
[   13.561140] vgaarb: device added: PCI:0000:01:04.0,decodes=io+mem,owns=io+mem,locks=none
[   13.561390] vgaarb: loaded
[   13.561532] vgaarb: bridge control possible 0000:01:04.0
[   13.561969] SCSI subsystem initialized
[   13.562123] ACPI: bus type USB registered
[   13.562425] usbcore: registered new interface driver usbfs
[   13.562661] usbcore: registered new interface driver hub
[   13.562938] usbcore: registered new device driver usb
[   13.563406] pps_core: LinuxPPS API ver. 1 registered
[   13.563553] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[   13.563899] PTP clock support registered
[   13.564456] EDAC MC: Ver: 3.0.0
[   13.565116] wmi: Mapper loaded
[   13.565258] PCI: Using ACPI for IRQ routing
[   13.583751] PCI: pci_cache_line_size set to 64 bytes
[   13.583920] e820: reserve RAM buffer [mem 0x00099000-0x0009ffff]
[   13.583923] e820: reserve RAM buffer [mem 0xdfe90000-0xdfffffff]
[   13.583928] e820: reserve RAM buffer [mem 0x81e000000-0x81fffffff]
[   13.584318] NetLabel: Initializing
[   13.584459] NetLabel:  domain hash size = 128
[   13.584610] NetLabel:  protocols = UNLABELED CIPSOv4
[   13.584768] NetLabel:  unlabeled traffic allowed by default
[   13.585139] Switched to clocksource xen
[   13.588699] FS-Cache: Loaded
[   13.589031] CacheFiles: Loaded
[   13.598947] pnp: PnP ACPI init
[   13.599096] ACPI: bus type PNP registered
[   13.599554] system 00:00: [mem 0xfec20000-0xfec200ff] could not be reserved
[   13.599713] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[   13.599908] system 00:01: [mem 0xf6000000-0xf6003fff] has been reserved
[   13.600064] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[   13.600313] pnp 00:02: [dma 4]
[   13.600431] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[   13.600444] xen: registering gsi 8 triggering 1 polarity 0
[   13.600558] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[   13.600710] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[   13.600719] xen: registering gsi 13 triggering 1 polarity 0
[   13.600828] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[   13.601021] system 00:06: [io  0x0a10-0x0a1f] has been reserved
[   13.601186] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[   13.601318] pnp 00:07: Plug and Play ACPI device, IDs PNP0103 (active)
[   13.601514] system 00:08: [mem 0xfec00000-0xfec00fff] could not be reserved
[   13.601669] system 00:08: [mem 0xfee00000-0xfee00fff] has been reserved
[   13.601821] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
[   13.602168] system 00:09: [io  0x0ca2-0x0ca3] has been reserved
[   13.602344] system 00:09: [io  0x0550-0x0551] has been reserved
[   13.602495] system 00:09: [io  0x04d0-0x04d1] has been reserved
[   13.602651] system 00:09: [io  0x040b] has been reserved
[   13.602800] system 00:09: [io  0x04d6] has been reserved
[   13.602948] system 00:09: [io  0x0c00-0x0c01] has been reserved
[   13.603097] system 00:09: [io  0x0c14] has been reserved
[   13.603260] system 00:09: [io  0x0c50-0x0c51] has been reserved
[   13.603437] system 00:09: [io  0x0c52] has been reserved
[   13.603586] system 00:09: [io  0x0c6c] has been reserved
[   13.603735] system 00:09: [io  0x0c6f] has been reserved
[   13.603883] system 00:09: [io  0x0cd0-0x0cd1] has been reserved
[   13.604034] system 00:09: [io  0x0cd2-0x0cd3] has been reserved
[   13.604189] system 00:09: [io  0x0cd4-0x0cd5] has been reserved
[   13.604343] system 00:09: [io  0x0cd6-0x0cd7] has been reserved
[   13.604494] system 00:09: [io  0x0cd8-0x0cdf] has been reserved
[   13.604671] system 00:09: [io  0x0800-0x089f] could not be reserved
[   13.604823] system 00:09: [io  0x0b00-0x0b0f] has been reserved
[   13.604973] system 00:09: [io  0x0b20-0x0b3f] has been reserved
[   13.605123] system 00:09: [io  0x0900-0x090f] has been reserved
[   13.605273] system 00:09: [io  0x0910-0x091f] has been reserved
[   13.605424] system 00:09: [io  0xfe00-0xfefe] has been reserved
[   13.605574] system 00:09: [mem 0xffb80000-0xffbfffff] has been reserved
[   13.605727] system 00:09: [mem 0xfec10000-0xfec1001f] has been reserved
[   13.605904] system 00:09: [mem 0xffe50000-0xffe5e05f] has been reserved
[   13.606056] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[   13.606260] xen: registering gsi 4 triggering 1 polarity 0
[   13.606272] pnp 00:0a: [dma 0 disabled]
[   13.606431] pnp 00:0a: Plug and Play ACPI device, IDs PNP0501 (active)
[   13.606626] xen: registering gsi 3 triggering 1 polarity 0
[   13.606638] pnp 00:0b: [dma 0 disabled]
[   13.606770] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
[   13.606934] system 00:0c: [mem 0xe0000000-0xefffffff] has been reserved
[   13.607115] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
[   13.607535] system 00:0d: [mem 0x00000000-0x0009ffff] could not be reserved
[   13.607690] system 00:0d: [mem 0x000c0000-0x000cffff] could not be reserved
[   13.607852] system 00:0d: [mem 0x000e0000-0x000fffff] could not be reserved
[   13.608007] system 00:0d: [mem 0x00100000-0xdfffffff] could not be reserved
[   13.608181] system 00:0d: [mem 0xfec00000-0xffffffff] could not be reserved
[   13.608361] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
[   13.608489] pnp: PnP ACPI: found 14 devices
[   13.608634] ACPI: bus type PNP unregistered
[   13.615227] PM-Timer failed consistency check  (0xffffff) - aborting.
[   13.615417] pci 0000:00:02.0: PCI bridge to [bus 04]
[   13.615569] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[   13.615755] pci 0000:00:02.0:   bridge window [mem 0xfeb00000-0xfebfffff]
[   13.615918] pci 0000:00:04.0: PCI bridge to [bus 02-03]
[   13.616068] pci 0000:00:04.0:   bridge window [io  0xd000-0xdfff]
[   13.616225] pci 0000:00:04.0:   bridge window [mem 0xfe900000-0xfeafffff]
[   13.616388] pci 0000:00:14.4: PCI bridge to [bus 01]
[   13.616543] pci 0000:00:14.4:   bridge window [mem 0xfdf00000-0xfe7fffff]
[   13.616704] pci 0000:00:14.4:   bridge window [mem 0xfc000000-0xfcffffff pref]
[   13.618486] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[   13.618489] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[   13.618491] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[   13.618494] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[   13.618496] pci_bus 0000:00: resource 8 [mem 0xf0000000-0xfebfffff]
[   13.618498] pci_bus 0000:04: resource 0 [io  0xe000-0xefff]
[   13.618500] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
[   13.618503] pci_bus 0000:02: resource 0 [io  0xd000-0xdfff]
[   13.618505] pci_bus 0000:02: resource 1 [mem 0xfe900000-0xfeafffff]
[   13.618507] pci_bus 0000:01: resource 1 [mem 0xfdf00000-0xfe7fffff]
[   13.618509] pci_bus 0000:01: resource 2 [mem 0xfc000000-0xfcffffff pref]
[   13.618511] pci_bus 0000:01: resource 4 [io  0x0000-0x0cf7]
[   13.618513] pci_bus 0000:01: resource 5 [io  0x0d00-0xffff]
[   13.618515] pci_bus 0000:01: resource 6 [mem 0x000a0000-0x000bffff]
[   13.618518] pci_bus 0000:01: resource 7 [mem 0x000d0000-0x000dffff]
[   13.618520] pci_bus 0000:01: resource 8 [mem 0xf0000000-0xfebfffff]
[   13.618552] NET: Registered protocol family 2
[   13.619771] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[   13.621238] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[   13.621648] TCP: Hash tables configured (established 262144 bind 65536)
[   13.621864] TCP: reno registered
[   13.622139] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[   13.622541] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[   13.622913] NET: Registered protocol family 1
[   13.623210] xen: registering gsi 16 triggering 0 polarity 1
[   13.623230] xen: --> pirq=16 -> irq=16 (gsi=16)
[   14.336403] xen: registering gsi 16 triggering 0 polarity 1
[   14.336412] Already setup the GSI :16
[   14.411380] xen: registering gsi 17 triggering 0 polarity 1
[   14.411405] xen: --> pirq=17 -> irq=17 (gsi=17)
[   14.411567] xen: registering gsi 18 triggering 0 polarity 1
[   14.411575] xen: --> pirq=18 -> irq=18 (gsi=18)
[   14.486381] xen: registering gsi 18 triggering 0 polarity 1
[   14.486390] Already setup the GSI :18
[   14.561379] xen: registering gsi 19 triggering 0 polarity 1
[   14.561403] xen: --> pirq=19 -> irq=19 (gsi=19)
[   14.561574] xen: registering gsi 18 triggering 0 polarity 1
[   14.561577] Already setup the GSI :18
[   14.636393] pci 0000:01:04.0: Boot video device
[   14.636401] PCI: CLS 64 bytes, default 64
[   14.636537] kvm: no hardware support
[   14.636684] has_svm: svm not available
[   14.636826] kvm: no hardware support
[   14.641014] microcode: CPU0: patch_level=0x06000822
[   14.641186] microcode: CPU1: patch_level=0x06000822
[   14.641338] microcode: CPU2: patch_level=0x06000822
[   14.641497] microcode: CPU3: patch_level=0x06000822
[   14.641665] microcode: CPU4: patch_level=0x06000822
[   14.641858] microcode: CPU5: patch_level=0x06000822
[   14.642028] microcode: CPU6: patch_level=0x06000822
[   14.642199] microcode: CPU7: patch_level=0x06000822
[   14.642366] microcode: CPU8: patch_level=0x06000822
[   14.642535] microcode: CPU9: patch_level=0x06000822
[   14.642706] microcode: CPU10: patch_level=0x06000822
[   14.642873] microcode: CPU11: patch_level=0x06000822
[   14.643208] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[   14.643447] Scanning for low memory corruption every 60 seconds
[   14.647477] sha1_ssse3: Using AVX optimized SHA-1 implementation
[   14.647790] sha256_ssse3: Using AVX optimized SHA-256 implementation
[   14.648126] sha512_ssse3: Using AVX optimized SHA-512 implementation
[   14.654001] audit: initializing netlink socket (disabled)
[   14.654189] type=2000 audit(1385582549.629:1): initialized
[   14.676830] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[   14.682942] zbud: loaded
[   14.683328] VFS: Disk quotas dquot_6.5.2
[   14.683586] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[   14.685390] FS-Cache: Netfs 'cifs' registered for caching
[   14.685831] Key type cifs.spnego registered
[   14.685982] Key type cifs.idmap registered
[   14.686627] FS-Cache: Netfs 'ceph' registered for caching
[   14.686778] ceph: loaded (mds proto 32)
[   14.686926] msgmni has been set to 6850
[   14.692227] NET: Registered protocol family 38
[   14.692380] async_tx: api initialized (async)
[   14.692525] Key type asymmetric registered
[   14.692669] Asymmetric key parser 'x509' registered
[   14.692913] kworker/u24:0 (1044) used greatest stack depth: 5584 bytes left
[   14.693121] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[   14.693508] io scheduler noop registered (default)
[   14.693655] io scheduler deadline registered
[   14.693898] io scheduler cfq registered
[   14.694274] xen: registering gsi 52 triggering 0 polarity 1
[   14.694294] xen: --> pirq=52 -> irq=52 (gsi=52)
[   14.694427] xen: registering gsi 52 triggering 0 polarity 1
[   14.694430] Already setup the GSI :52
[   14.695102] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[   14.695491] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[   14.695662] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
[   14.695899] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[   14.696132] cpcihp_generic: not configured, disabling.
[   14.696386] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[   14.720492] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[   14.721966] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   14.743187] 00:0a: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[   14.764583] 00:0b: ttyS1 at I/O 0x2f8 (irq = 3, base_baud = 115200) is a 16550A
[   14.766077] hpet_acpi_add: no address or irqs in _CRS
[   14.766444] Non-volatile memory driver v1.3
[   14.766750] Linux agpgart interface v0.103
[   14.775687] ipmi message handler version 39.2
[   14.775835] ipmi device interface
[   14.776139] IPMI System Interface driver.
[   14.776463] ipmi_si: probing via SMBIOS
[   14.776606] ipmi_si: SMBIOS: io 0xca2 regsize 1 spacing 1 irq 0
[   14.776759] ipmi_si: Adding SMBIOS-specified kcs state machine
[   14.776958] ipmi_si: Trying SMBIOS-specified kcs state machine at i/o address 0xca2, slave address 0x0, irq 0
[   14.976368] ipmi_si ipmi_si.0: Found new BMC (man_id: 0x00b980, prod_id: 0xa811, dev_id: 0x20)
[   14.976780] ipmi_si ipmi_si.0: IPMI kcs interface initialized
[   14.978061] IPMI Watchdog: driver initialized
[   14.978221] Copyright (C) 2004 MontaVista Software - IPMI Powerdown via sys_reboot.
[   14.978968] IPMI poweroff: ATCA Detect mfg 0xB980 prod 0xA811
[   14.979119] IPMI poweroff: Found a chassis style poweroff function
[   14.979526] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[   14.979777] ACPI: Power Button [PWRB]
[   14.980046] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[   14.980322] ACPI: Power Button [PWRF]
[   15.011195] Warning: Processor Platform Limit not supported.
[   15.011879] ERST: Can not request [mem 0xdfe9e000-0xdfe9ffff] for ERST.
[   15.017303] ghes_edac: This EDAC driver relies on BIOS to enumerate memory and get error reports.
[   15.017544] ghes_edac: Unfortunately, not all BIOSes reflect the memory layout correctly.
[   15.017780] ghes_edac: So, the end result of using this driver varies from vendor to vendor.
[   15.018041] ghes_edac: If you find incorrect reports, please contact your hardware vendor
[   15.018287] ghes_edac: to correct its BIOS.
[   15.018449] ghes_edac: This system has 16 DIMM sockets.
[   15.019505] EDAC MC0: Giving out device to 'ghes_edac.c' 'ghes_edac': DEV ghes
[   15.019958] EDAC MC1: Giving out device to 'ghes_edac.c' 'ghes_edac': DEV ghes
[   15.020355] GHES: APEI firmware first mode is enabled by APEI bit and WHEA _OSC.
[   15.020624] [Firmware Bug]: APEI: Invalid physical address in GAR [0x0/16/0/2/0]
[   15.020876] ERST DBG: ERST support is disabled.
[   15.021021] ioatdma: Intel(R) QuickData Technology Driver 4.00
[   15.022184] xen:xen_evtchn: Event-channel device installed
[   15.022979] xen_pciback: backend is vpci
[   15.023668] xen_acpi_processor: Uploading Xen processor PM info
[   15.131720] loop: module loaded
[   15.133510] nbd: registered device at major 43
[   15.141184] events: mcg drbd: 3
[   15.147678] drbd: initialized. Version: 8.4.3 (api:1/proto:86-101)
[   15.147852] drbd: built-in
[   15.148008] drbd: registered as block device major 147
[   15.150378] megaraid cmm: 2.20.2.7 (Release Date: Sun Jul 16 00:01:03 EST 2006)
[   15.150899] megaraid: 2.20.5.1 (Release Date: Thu Nov 16 15:32:35 EST 2006)
[   15.151278] megasas: 06.700.06.00-rc1 Sat. Aug. 31 17:00:00 PDT 2013
[   15.151486] megasas: 0x1000:0x0079:0x1000:0x9263: bus 4:slot 0:func 0
[   15.151734] pcieport 0000:00:02.0: driver skip pci_set_master, fix it!
[   15.152004] xen: registering gsi 24 triggering 0 polarity 1
[   15.152049] xen: --> pirq=24 -> irq=24 (gsi=24)
[   15.152323] megasas: FW now in Ready state
[   15.152653] megaraid_sas 0000:04:00.0: [scsi0]: FW supports<0> MSIX vector,Online CPUs: <12>,Current MSIX <1>
[   15.178224] megasas_init_mfi: fw_support_ieee=0
[   15.178310] megasas: INIT adapter done
[   15.241288] megaraid_sas 0000:04:00.0: Controller type: MR,Memory size is: 512MB
[   15.241619] scsi0 : LSI SAS based MegaRAID driver
[   15.245069] tun: Universal TUN/TAP device driver, 1.6
[   15.245302] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   15.245554] scsi 0:0:8:0: Direct-Access     WD       WD9001BKHG-02D22 SR07 PQ: 0 ANSI: 6
[   15.245995] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[   15.246201] igb: Copyright (c) 2007-2013 Intel Corporation.
[   15.246405] scsi 0:0:9:0: Direct-Access     WD       WD9001BKHG-02D22 SR03 PQ: 0 ANSI: 6
[   15.246441] pcieport 0000:00:04.0: driver skip pci_set_master, fix it!
[   15.246571] xen: registering gsi 44 triggering 0 polarity 1
[   15.246635] xen: --> pirq=44 -> irq=44 (gsi=44)
[   15.301284] scsi 0:2:0:0: Direct-Access     LSI      MR9261-8i        2.13 PQ: 0 ANSI: 5
[   15.332685] sd 0:2:0:0: [sda] 1755858944 512-byte logical blocks: (898 GB/837 GiB)
[   15.333081] sd 0:2:0:0: [sda] Write Protect is off
[   15.333248] sd 0:2:0:0: Attached scsi generic sg0 type 0
[   15.333463] sd 0:2:0:0: [sda] Mode Sense: 1f 00 00 08
[   15.333556] sd 0:2:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   15.341949]  sda: sda1 sda2 sda3 sda4
[   15.343792] sd 0:2:0:0: [sda] Attached SCSI disk
[   15.421975] igb 0000:02:00.0: added PHC on eth0
[   15.422147] igb 0000:02:00.0: Intel(R) Gigabit Ethernet Network Connection
[   15.422377] igb 0000:02:00.0: eth0: (PCIe:2.5Gb/s:Width x4) 00:25:90:86:d3:fc
[   15.422553] igb 0000:02:00.0: eth0: PBA No: Unknown
[   15.422719] igb 0000:02:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[   15.423068] xen: registering gsi 45 triggering 0 polarity 1
[   15.423108] xen: --> pirq=45 -> irq=45 (gsi=45)
[   15.588682] igb 0000:02:00.1: added PHC on eth1
[   15.588853] igb 0000:02:00.1: Intel(R) Gigabit Ethernet Network Connection
[   15.589028] igb 0000:02:00.1: eth1: (PCIe:2.5Gb/s:Width x4) 00:25:90:86:d3:fd
[   15.589237] igb 0000:02:00.1: eth1: PBA No: Unknown
[   15.589403] igb 0000:02:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s)
[   15.589865] xen_netfront: Initialising Xen virtual ethernet driver
[   15.590870] VFIO - User Level meta-driver version: 0.3
[   15.592308] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   15.592481] ehci_hcd: block sizes: qh 112 qtd 96 itd 192 sitd 96
[   15.592489] ehci-pci: EHCI PCI platform driver
[   15.592836] xen: registering gsi 17 triggering 0 polarity 1
[   15.592844] Already setup the GSI :17
[   15.593064] ehci-pci 0000:00:12.2: EHCI Host Controller
[   15.593651] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[   15.593917] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   15.594241] ehci-pci 0000:00:12.2: debug port 1
[   15.595877] ehci-pci 0000:00:12.2: reset hcs_params 0x102306 dbg=1 cc=2 pcc=3 ordered !ppc ports=6
[   15.595885] ehci-pci 0000:00:12.2: reset hcc_params a072 thresh 7 uframes 256/512/1024
[   15.596028] ehci-pci 0000:00:12.2: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   15.596053] ehci-pci 0000:00:12.2: MWI active
[   15.596057] ehci-pci 0000:00:12.2: supports USB remote wakeup
[   15.596117] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe8fa800
[   15.596291] ehci-pci 0000:00:12.2: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[   15.602226] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[   15.602640] usb usb1: default language 0x0409
[   15.602752] usb usb1: udev 1, busnum 1, minor = 0
[   15.602758] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   15.602937] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.603258] usb usb1: Product: EHCI Host Controller
[   15.603424] usb usb1: Manufacturer: Linux 3.12.1-gentoo-Dom0 ehci_hcd
[   15.603594] usb usb1: SerialNumber: 0000:00:12.2
[   15.604222] usb usb1: usb_probe_device
[   15.604229] usb usb1: configuration #1 chosen from 1 choice
[   15.604257] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   15.604459] hub 1-0:1.0: usb_probe_interface
[   15.604464] hub 1-0:1.0: usb_probe_interface - got id
[   15.604471] hub 1-0:1.0: USB hub found
[   15.604650] hub 1-0:1.0: 6 ports detected
[   15.604812] hub 1-0:1.0: standalone hub
[   15.604816] hub 1-0:1.0: no power switching (usb 1.0)
[   15.604819] hub 1-0:1.0: individual port over-current protection
[   15.604823] hub 1-0:1.0: power on to power good time: 20ms
[   15.604973] hub 1-0:1.0: local power source is good
[   15.605118] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   15.605820] xen: registering gsi 19 triggering 0 polarity 1
[   15.605834] Already setup the GSI :19
[   15.606064] ehci-pci 0000:00:13.2: EHCI Host Controller
[   15.606700] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[   15.606991] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   15.607309] ehci-pci 0000:00:13.2: debug port 1
[   15.607478] ehci-pci 0000:00:13.2: reset hcs_params 0x102306 dbg=1 cc=2 pcc=3 ordered !ppc ports=6
[   15.607486] ehci-pci 0000:00:13.2: reset hcc_params a072 thresh 7 uframes 256/512/1024
[   15.607624] ehci-pci 0000:00:13.2: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[   15.607648] ehci-pci 0000:00:13.2: MWI active
[   15.607652] ehci-pci 0000:00:13.2: supports USB remote wakeup
[   15.607724] ehci-pci 0000:00:13.2: irq 19, io mem 0xfe8fac00
[   15.607897] ehci-pci 0000:00:13.2: init command 0010005 (park)=0 ithresh=1 period=512 RUN
[   15.613279] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[   15.613685] usb usb2: default language 0x0409
[   15.613823] usb usb2: udev 1, busnum 2, minor = 128
[   15.613829] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   15.614007] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.614315] usb usb2: Product: EHCI Host Controller
[   15.614483] usb usb2: Manufacturer: Linux 3.12.1-gentoo-Dom0 ehci_hcd
[   15.614652] usb usb2: SerialNumber: 0000:00:13.2
[   15.615353] usb usb2: usb_probe_device
[   15.615363] usb usb2: configuration #1 chosen from 1 choice
[   15.615398] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   15.615610] hub 2-0:1.0: usb_probe_interface
[   15.615615] hub 2-0:1.0: usb_probe_interface - got id
[   15.615621] hub 2-0:1.0: USB hub found
[   15.615805] hub 2-0:1.0: 6 ports detected
[   15.615967] hub 2-0:1.0: standalone hub
[   15.615972] hub 2-0:1.0: no power switching (usb 1.0)
[   15.615975] hub 2-0:1.0: individual port over-current protection
[   15.615979] hub 2-0:1.0: power on to power good time: 20ms
[   15.616040] hub 2-0:1.0: local power source is good
[   15.616164] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   15.616883] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   15.617060] ohci_hcd: block sizes: ed 80 td 96
[   15.617085] ohci-pci: OHCI PCI platform driver
[   15.617451] xen: registering gsi 16 triggering 0 polarity 1
[   15.617460] Already setup the GSI :16
[   15.617663] ohci-pci 0000:00:12.0: OHCI PCI host controller
[   15.618267] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
[   15.618632] ohci-pci 0000:00:12.0: created debug files
[   15.618637] ohci-pci 0000:00:12.0: supports USB remote wakeup
[   15.618701] ohci-pci 0000:00:12.0: irq 16, io mem 0xfe8f6000
[   15.673249] ohci-pci 0000:00:12.0: OHCI controller state
[   15.673258] ohci-pci 0000:00:12.0: OHCI 1.0, NO legacy support registers, rh state running
[   15.673265] ohci-pci 0000:00:12.0: control 0x283 RWC HCFS=operational CBSR=3
[   15.673272] ohci-pci 0000:00:12.0: cmdstatus 0x00000 SOC=0
[   15.673279] ohci-pci 0000:00:12.0: intrstatus 0x00000004 SF
[   15.673285] ohci-pci 0000:00:12.0: intrenable 0x8000005a MIE RHSC UE RD WDH
[   15.673297] ohci-pci 0000:00:12.0: hcca frame #0005
[   15.673304] ohci-pci 0000:00:12.0: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3)
[   15.673310] ohci-pci 0000:00:12.0: roothub.b 00000000 PPCM=0000 DR=0000
[   15.673316] ohci-pci 0000:00:12.0: roothub.status 00008000 DRWE
[   15.673323] ohci-pci 0000:00:12.0: roothub.portstatus [0] 0x00000100 PPS
[   15.673329] ohci-pci 0000:00:12.0: roothub.portstatus [1] 0x00000100 PPS
[   15.673335] ohci-pci 0000:00:12.0: roothub.portstatus [2] 0x00000100 PPS
[   15.673560] usb usb3: default language 0x0409
[   15.673668] usb usb3: udev 1, busnum 3, minor = 256
[   15.673675] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[   15.673851] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.674129] usb usb3: Product: OHCI PCI host controller
[   15.674335] usb usb3: Manufacturer: Linux 3.12.1-gentoo-Dom0 ohci_hcd
[   15.674506] usb usb3: SerialNumber: 0000:00:12.0
[   15.675241] usb usb3: usb_probe_device
[   15.675248] usb usb3: configuration #1 chosen from 1 choice
[   15.675273] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[   15.675469] hub 3-0:1.0: usb_probe_interface
[   15.675474] hub 3-0:1.0: usb_probe_interface - got id
[   15.675480] hub 3-0:1.0: USB hub found
[   15.675663] hub 3-0:1.0: 3 ports detected
[   15.675827] hub 3-0:1.0: standalone hub
[   15.675830] hub 3-0:1.0: no power switching (usb 1.0)
[   15.675834] hub 3-0:1.0: no over-current protection
[   15.675838] hub 3-0:1.0: power on to power good time: 4ms
[   15.675936] hub 3-0:1.0: local power source is good
[   15.676009] hub 3-0:1.0: trying to enable port power on non-switchable hub
[   15.676173] ohci-pci 0000:00:12.0: FS/LS companion for 0000:00:12.2
[   15.676388] xen: registering gsi 16 triggering 0 polarity 1
[   15.676396] Already setup the GSI :16
[   15.676624] ohci-pci 0000:00:12.1: OHCI PCI host controller
[   15.677373] ohci-pci 0000:00:12.1: new USB bus registered, assigned bus number 4
[   15.677771] ohci-pci 0000:00:12.1: created debug files
[   15.677776] ohci-pci 0000:00:12.1: supports USB remote wakeup
[   15.677790] ohci-pci 0000:00:12.1: irq 16, io mem 0xfe8f7000
[   15.705511] hub 1-0:1.0: state 7 ports 6 chg 0000 evt 0000
[   15.705548] hub 1-0:1.0: hub_suspend
[   15.705573] usb usb1: bus auto-suspend, wakeup 1
[   15.705579] ehci-pci 0000:00:12.2: suspend root hub
[   15.716352] ehci-pci 0000:00:13.2: GetStatus port:3 status 001803 0  ACK POWER sig=j CSC CONNECT
[   15.716372] hub 2-0:1.0: port 3: status 0501 change 0001
[   15.732308] ohci-pci 0000:00:12.1: OHCI controller state
[   15.732319] ohci-pci 0000:00:12.1: OHCI 1.0, NO legacy support registers, rh state running
[   15.732327] ohci-pci 0000:00:12.1: control 0x283 RWC HCFS=operational CBSR=3
[   15.732334] ohci-pci 0000:00:12.1: cmdstatus 0x00000 SOC=0
[   15.732340] ohci-pci 0000:00:12.1: intrstatus 0x00000004 SF
[   15.732347] ohci-pci 0000:00:12.1: intrenable 0x8000005a MIE RHSC UE RD WDH
[   15.732358] ohci-pci 0000:00:12.1: hcca frame #0005
[   15.732365] ohci-pci 0000:00:12.1: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3)
[   15.732370] ohci-pci 0000:00:12.1: roothub.b 00000000 PPCM=0000 DR=0000
[   15.732376] ohci-pci 0000:00:12.1: roothub.status 00008000 DRWE
[   15.732382] ohci-pci 0000:00:12.1: roothub.portstatus [0] 0x00000100 PPS
[   15.732388] ohci-pci 0000:00:12.1: roothub.portstatus [1] 0x00000100 PPS
[   15.732394] ohci-pci 0000:00:12.1: roothub.portstatus [2] 0x00000100 PPS
[   15.732692] usb usb4: default language 0x0409
[   15.732796] usb usb4: udev 1, busnum 4, minor = 384
[   15.732803] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   15.732978] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.733273] usb usb4: Product: OHCI PCI host controller
[   15.733441] usb usb4: Manufacturer: Linux 3.12.1-gentoo-Dom0 ohci_hcd
[   15.733610] usb usb4: SerialNumber: 0000:00:12.1
[   15.734391] usb usb4: usb_probe_device
[   15.734400] usb usb4: configuration #1 chosen from 1 choice
[   15.734430] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[   15.734628] hub 4-0:1.0: usb_probe_interface
[   15.734633] hub 4-0:1.0: usb_probe_interface - got id
[   15.734639] hub 4-0:1.0: USB hub found
[   15.734823] hub 4-0:1.0: 3 ports detected
[   15.734987] hub 4-0:1.0: standalone hub
[   15.734991] hub 4-0:1.0: no power switching (usb 1.0)
[   15.734994] hub 4-0:1.0: no over-current protection
[   15.734998] hub 4-0:1.0: power on to power good time: 4ms
[   15.735139] hub 4-0:1.0: local power source is good
[   15.735230] hub 4-0:1.0: trying to enable port power on non-switchable hub
[   15.735534] ohci-pci 0000:00:12.1: FS/LS companion for 0000:00:12.2
[   15.735736] xen: registering gsi 18 triggering 0 polarity 1
[   15.735745] Already setup the GSI :18
[   15.735955] ohci-pci 0000:00:13.0: OHCI PCI host controller
[   15.736671] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 5
[   15.737034] ohci-pci 0000:00:13.0: created debug files
[   15.737039] ohci-pci 0000:00:13.0: supports USB remote wakeup
[   15.737098] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe8f8000
[   15.775483] hub 3-0:1.0: state 7 ports 3 chg 0000 evt 0000
[   15.775518] hub 3-0:1.0: hub_suspend
[   15.775540] usb usb3: bus auto-suspend, wakeup 1
[   15.775547] ohci-pci 0000:00:12.0: suspend root hub
[   15.792305] ohci-pci 0000:00:13.0: OHCI controller state
[   15.792316] ohci-pci 0000:00:13.0: OHCI 1.0, NO legacy support registers, rh state running
[   15.792324] ohci-pci 0000:00:13.0: control 0x283 RWC HCFS=operational CBSR=3
[   15.792330] ohci-pci 0000:00:13.0: cmdstatus 0x00000 SOC=0
[   15.792337] ohci-pci 0000:00:13.0: intrstatus 0x00000004 SF
[   15.792343] ohci-pci 0000:00:13.0: intrenable 0x8000005a MIE RHSC UE RD WDH
[   15.792355] ohci-pci 0000:00:13.0: hcca frame #0005
[   15.792361] ohci-pci 0000:00:13.0: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3)
[   15.792367] ohci-pci 0000:00:13.0: roothub.b 00000000 PPCM=0000 DR=0000
[   15.792373] ohci-pci 0000:00:13.0: roothub.status 00008000 DRWE
[   15.792379] ohci-pci 0000:00:13.0: roothub.portstatus [0] 0x00000100 PPS
[   15.792385] ohci-pci 0000:00:13.0: roothub.portstatus [1] 0x00000100 PPS
[   15.792390] ohci-pci 0000:00:13.0: roothub.portstatus [2] 0x00000100 PPS
[   15.792563] usb usb5: default language 0x0409
[   15.792783] usb usb5: udev 1, busnum 5, minor = 512
[   15.792790] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   15.792967] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.793249] usb usb5: Product: OHCI PCI host controller
[   15.793416] usb usb5: Manufacturer: Linux 3.12.1-gentoo-Dom0 ohci_hcd
[   15.793585] usb usb5: SerialNumber: 0000:00:13.0
[   15.794396] usb usb5: usb_probe_device
[   15.794403] usb usb5: configuration #1 chosen from 1 choice
[   15.794431] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[   15.794634] hub 5-0:1.0: usb_probe_interface
[   15.794639] hub 5-0:1.0: usb_probe_interface - got id
[   15.794645] hub 5-0:1.0: USB hub found
[   15.794828] hub 5-0:1.0: 3 ports detected
[   15.795020] hub 5-0:1.0: standalone hub
[   15.795024] hub 5-0:1.0: no power switching (usb 1.0)
[   15.795027] hub 5-0:1.0: no over-current protection
[   15.795031] hub 5-0:1.0: power on to power good time: 4ms
[   15.795103] hub 5-0:1.0: local power source is good
[   15.795187] hub 5-0:1.0: trying to enable port power on non-switchable hub
[   15.795462] ohci-pci 0000:00:13.0: FS/LS companion for 0000:00:13.2
[   15.795649] xen: registering gsi 18 triggering 0 polarity 1
[   15.795658] Already setup the GSI :18
[   15.795864] ohci-pci 0000:00:13.1: OHCI PCI host controller
[   15.796453] ohci-pci 0000:00:13.1: new USB bus registered, assigned bus number 6
[   15.796827] ohci-pci 0000:00:13.1: created debug files
[   15.796832] ohci-pci 0000:00:13.1: supports USB remote wakeup
[   15.796846] ohci-pci 0000:00:13.1: irq 18, io mem 0xfe8f9000
[   15.816400] hub 2-0:1.0: state 7 ports 6 chg 0008 evt 0000
[   15.816435] hub 2-0:1.0: port 3, status 0501, change 0000, 480 Mb/s
[   15.851301] ohci-pci 0000:00:13.1: OHCI controller state
[   15.851312] ohci-pci 0000:00:13.1: OHCI 1.0, NO legacy support registers, rh state running
[   15.851320] ohci-pci 0000:00:13.1: control 0x283 RWC HCFS=operational CBSR=3
[   15.851326] ohci-pci 0000:00:13.1: cmdstatus 0x00000 SOC=0
[   15.851332] ohci-pci 0000:00:13.1: intrstatus 0x00000004 SF
[   15.851338] ohci-pci 0000:00:13.1: intrenable 0x8000005a MIE RHSC UE RD WDH
[   15.851350] ohci-pci 0000:00:13.1: hcca frame #0005
[   15.851356] ohci-pci 0000:00:13.1: roothub.a 02001203 POTPGT=2 NOCP NPS NDP=3(3)
[   15.851361] ohci-pci 0000:00:13.1: roothub.b 00000000 PPCM=0000 DR=0000
[   15.851367] ohci-pci 0000:00:13.1: roothub.status 00008000 DRWE
[   15.851373] ohci-pci 0000:00:13.1: roothub.portstatus [0] 0x00000100 PPS
[   15.851379] ohci-pci 0000:00:13.1: roothub.portstatus [1] 0x00000100 PPS
[   15.851384] ohci-pci 0000:00:13.1: roothub.portstatus [2] 0x00000100 PPS
[   15.851619] usb usb6: default language 0x0409
[   15.851785] usb usb6: udev 1, busnum 6, minor = 640
[   15.851793] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   15.851974] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.852275] usb usb6: Product: OHCI PCI host controller
[   15.852467] usb usb6: Manufacturer: Linux 3.12.1-gentoo-Dom0 ohci_hcd
[   15.852634] usb usb6: SerialNumber: 0000:00:13.1
[   15.853401] usb usb6: usb_probe_device
[   15.853407] usb usb6: configuration #1 chosen from 1 choice
[   15.853433] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[   15.853646] hub 6-0:1.0: usb_probe_interface
[   15.853651] hub 6-0:1.0: usb_probe_interface - got id
[   15.853657] hub 6-0:1.0: USB hub found
[   15.853836] hub 6-0:1.0: 3 ports detected
[   15.853999] hub 6-0:1.0: standalone hub
[   15.854003] hub 6-0:1.0: no power switching (usb 1.0)
[   15.854006] hub 6-0:1.0: no over-current protection
[   15.854010] hub 6-0:1.0: power on to power good time: 4ms
[   15.854082] hub 6-0:1.0: local power source is good
[   15.854146] hub 6-0:1.0: trying to enable port power on non-switchable hub
[   15.854433] ohci-pci 0000:00:13.1: FS/LS companion for 0000:00:13.2
[   15.854619] xen: registering gsi 18 triggering 0 polarity 1
[   15.854628] Already setup the GSI :18
[   15.854856] ohci-pci 0000:00:14.5: OHCI PCI host controller
[   15.855588] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 7
[   15.855949] ohci-pci 0000:00:14.5: created debug files
[   15.855954] ohci-pci 0000:00:14.5: supports USB remote wakeup
[   15.855968] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe8fb000
[   15.867306] ehci-pci 0000:00:13.2: port 3 full speed --> companion
[   15.867318] ehci-pci 0000:00:13.2: GetStatus port:3 status 003801 0  ACK POWER OWNER sig=j CONNECT
[   15.867345] hub 2-0:1.0: port_wait_reset: err = -16
[   15.867350] hub 2-0:1.0: port 3 not enabled, trying reset again...
[   15.895345] ohci-pci 0000:00:13.0: GetStatus roothub.portstatus [2] = 0x00010101 CSC PPS CCS
[   15.895365] hub 5-0:1.0: port 3: status 0101 change 0001
[   15.910380] ohci-pci 0000:00:14.5: OHCI controller state
[   15.910391] ohci-pci 0000:00:14.5: OHCI 1.0, NO legacy support registers, rh state running
[   15.910399] ohci-pci 0000:00:14.5: control 0x283 RWC HCFS=operational CBSR=3
[   15.910405] ohci-pci 0000:00:14.5: cmdstatus 0x00000 SOC=0
[   15.910411] ohci-pci 0000:00:14.5: intrstatus 0x00000004 SF
[   15.910418] ohci-pci 0000:00:14.5: intrenable 0x8000005a MIE RHSC UE RD WDH
[   15.910429] ohci-pci 0000:00:14.5: hcca frame #0005
[   15.910435] ohci-pci 0000:00:14.5: roothub.a 02001202 POTPGT=2 NOCP NPS NDP=2(2)
[   15.910440] ohci-pci 0000:00:14.5: roothub.b 00000000 PPCM=0000 DR=0000
[   15.910446] ohci-pci 0000:00:14.5: roothub.status 00008000 DRWE
[   15.910452] ohci-pci 0000:00:14.5: roothub.portstatus [0] 0x00000100 PPS
[   15.910458] ohci-pci 0000:00:14.5: roothub.portstatus [1] 0x00000100 PPS
[   15.910694] usb usb7: default language 0x0409
[   15.910891] usb usb7: udev 1, busnum 7, minor = 768
[   15.910899] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[   15.911101] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   15.911393] usb usb7: Product: OHCI PCI host controller
[   15.911559] usb usb7: Manufacturer: Linux 3.12.1-gentoo-Dom0 ohci_hcd
[   15.911729] usb usb7: SerialNumber: 0000:00:14.5
[   15.912501] usb usb7: usb_probe_device
[   15.912509] usb usb7: configuration #1 chosen from 1 choice
[   15.912544] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[   15.912752] hub 7-0:1.0: usb_probe_interface
[   15.912758] hub 7-0:1.0: usb_probe_interface - got id
[   15.912764] hub 7-0:1.0: USB hub found
[   15.912946] hub 7-0:1.0: 2 ports detected
[   15.913111] hub 7-0:1.0: standalone hub
[   15.913114] hub 7-0:1.0: no power switching (usb 1.0)
[   15.913118] hub 7-0:1.0: no over-current protection
[   15.913121] hub 7-0:1.0: power on to power good time: 4ms
[   15.913265] hub 7-0:1.0: local power source is good
[   15.913324] hub 7-0:1.0: trying to enable port power on non-switchable hub
[   15.913682] uhci_hcd: USB Universal Host Controller Interface driver
[   15.914744] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   15.918359] serio: i8042 KBD port at 0x60,0x64 irq 1
[   15.918538] serio: i8042 AUX port at 0x60,0x64 irq 12
[   15.919333] mousedev: PS/2 mouse device common for all mice
[   15.920258] I2O subsystem v1.325
[   15.920420] i2o: max drivers = 8
[   15.921434] I2O Configuration OSM v1.323
[   15.922023] I2O Bus Adapter OSM v1.317
[   15.922374] I2O Block Device OSM v1.325
[   15.923227] I2O ProcFS OSM v1.316
[   15.923606] rtc_cmos 00:03: RTC can wake from S4
[   15.924243] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[   15.924499] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram
[   15.924868] i2c /dev entries driver
[   15.926023] Driver for 1-wire Dallas network protocol.
[   15.929627] intel_powerclamp: Intel powerclamp does not run on family 21 model 2
[   15.929892] xen_wdt: Xen WatchDog Timer Driver v0.01
[   15.930412] xen_wdt: cannot register miscdev on minor=130 (-16)
[   15.930610] wdt: probe of wdt failed with error -16
[   15.930777] md: linear personality registered for level -1
[   15.930946] md: raid0 personality registered for level 0
[   15.931114] md: raid1 personality registered for level 1
[   15.931315] md: raid10 personality registered for level 10
[   15.931642] md: raid6 personality registered for level 6
[   15.931837] md: raid5 personality registered for level 5
[   15.932002] md: raid4 personality registered for level 4
[   15.932197] md: multipath personality registered for level -4
[   15.932378] md: faulty personality registered for level -5
[   15.933953] device-mapper: uevent: version 1.0.3
[   15.934696] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
[   15.935801] device-mapper: multipath: version 1.5.1 loaded
[   15.935972] device-mapper: multipath round-robin: version 1.0.0 loaded
[   15.936145] device-mapper: multipath queue-length: version 0.1.0 loaded
[   15.936336] device-mapper: multipath service-time: version 0.2.0 loaded
[   15.936753] device-mapper: dm-log-userspace: version 1.1.0 loaded
[   15.936924] device-mapper: raid: Loading target version 1.5.2
[   15.937318] device-mapper: cache-policy-mq: version 1.0.0 loaded
[   15.937489] device-mapper: cache cleaner: version 1.0.0 loaded
[   15.937666] AMD64 EDAC driver v3.4.0
[   15.937946] EDAC amd64: DRAM ECC enabled.
[   15.938252] EDAC amd64: NB MCE bank disabled, set MSR 0x0000017b[4] on node 0 to enable.
[   15.938510] EDAC amd64: ECC disabled in the BIOS or no ECC capability, module will not load.
 Either enable ECC checking or force module loading by setting 'ecc_enable_override'.
 (Note that use of the override may cause unknown side effects.)
[   15.939172] EDAC amd64: DRAM ECC enabled.
[   15.939344] EDAC amd64: F15h detected (node 1).
[   15.939703] EDAC MC: DCT0 chip selects:
[   15.939707] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.939871] EDAC amd64: MC: 2:  4096MB 3:  4096MB
[   15.940037] EDAC amd64: MC: 4:     0MB 5:     0MB
[   15.940234] EDAC amd64: MC: 6:     0MB 7:     0MB
[   15.940423] EDAC MC: DCT1 chip selects:
[   15.940427] EDAC amd64: MC: 0:     0MB 1:     0MB
[   15.940591] EDAC amd64: MC: 2:  4096MB 3:  4096MB
[   15.940754] EDAC amd64: MC: 4:     0MB 5:     0MB
[   15.940915] EDAC amd64: MC: 6:     0MB 7:     0MB
[   15.941078] EDAC amd64: using x8 syndromes.
[   15.941238] EDAC amd64: MCT channel count: 2
[   15.941432] EDAC amd64: CS2: Registered DDR3 RAM
[   15.941622] EDAC amd64: CS3: Registered DDR3 RAM
[   15.941799] EDAC amd64: Error probing instance: 1
[   15.943088] hidraw: raw HID events driver (C) Jiri Kosina
[   15.945193] usbcore: registered new interface driver usbhid
[   15.945370] usbhid: USB HID core driver
[   15.946223] GACT probability on
[   15.946410] Mirror/redirect action on
[   15.946571] Simple TC action Loaded
[   15.947319] netem: version 1.3
[   15.947481] u32 classifier
[   15.947665]     Performance counters on
[   15.947828]     input device check on
[   15.947987]     Actions configured
[   15.948150] Netfilter messages via NETLINK v0.30.
[   15.948343] nfnl_acct: registering with nfnetlink.
[   15.948534] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   15.949130] ipip: IPv4 over IPv4 tunneling driver
[   15.949947] gre: GRE over IPv4 demultiplexor driver
[   15.950278] TCP: bic registered
[   15.950439] TCP: cubic registered
[   15.950598] TCP: westwood registered
[   15.950758] TCP: highspeed registered
[   15.950917] TCP: hybla registered
[   15.952579] TCP: htcp registered
[   15.952736] TCP: vegas registered
[   15.952897] TCP: veno registered
[   15.953058] TCP: scalable registered
[   15.953216] TCP: lp registered
[   15.953371] TCP: yeah registered
[   15.953528] TCP: illinois registered
[   15.953688] Initializing XFRM netlink socket
[   15.954712] NET: Registered protocol family 10
[   15.955760] mip6: Mobile IPv6
[   15.955935] ip6_tables: (C) 2000-2006 Netfilter Core Team
[   15.956101] sit: IPv6 over IPv4 tunneling driver
[   15.957893] ip6_gre: GRE over IPv6 tunneling driver
[   15.958816] NET: Registered protocol family 17
[   15.958992] NET: Registered protocol family 15
[   15.959218] Bridge firewalling registered
[   15.959397] Key type dns_resolver registered
[   15.959567] Key type ceph registered
[   15.960153] libceph: loaded (mon/osd proto 15/24)
[   15.960321] openvswitch: Open vSwitch switching datapath
[   15.963321] registered taskstats version 1
[   15.964304] Key type encrypted registered
[   15.966243]   Magic number: 5:145:44
[   15.966531] bdi 7:9: hash matches
[   15.966813] console [netcon0] enabled
[   15.966971] netconsole: network logging started
[   15.967348] rtc_cmos 00:03: setting system clock to 2013-11-27 20:02:30 UTC (1385582550)
[   15.967636] powernow-k8: This CPU is not supported anymore, using acpi-cpufreq instead.
[   15.968222] PM: Hibernation image not present or could not be loaded.
[   15.968328] md: Waiting for all devices to be available before autodetect
[   15.968517] md: If you don't use raid, use raid=noautodetect
[   15.969432] md: Autodetecting RAID arrays.
[   15.969625] md: Scanned 0 and added 0 devices.
[   15.969788] md: autorun ...
[   15.969945] md: ... autorun DONE.
[   15.973686] EXT4-fs (sda2): INFO: recovery required on readonly filesystem
[   15.973868] EXT4-fs (sda2): write access will be enabled during recovery
[   15.992249] EXT4-fs (sda2): recovery complete
[   15.992618] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[   15.992931] VFS: Mounted root (ext4 filesystem) readonly on device 8:2.
[   16.004750] devtmpfs: mounted
[   16.006639] Freeing unused kernel memory: 1108K (ffffffff81edb000 - ffffffff81ff0000)
[   16.006898] Write protecting the kernel read-only data: 14336k
[   16.018956] Freeing unused kernel memory: 1004K (ffff880001905000 - ffff880001a00000)
[   16.020870] Freeing unused kernel memory: 1156K (ffff880001cdf000 - ffff880001e00000)
[   16.068309] ehci-pci 0000:00:13.2: GetStatus port:3 status 003002 0  ACK POWER OWNER sig=se0 CSC
[   16.068568] hub 4-0:1.0: state 7 ports 3 chg 0000 evt 0000
[   16.068591] hub 2-0:1.0: state 7 ports 6 chg 0000 evt 0008
[   16.068605] ehci-pci 0000:00:13.2: GetStatus port:3 status 003002 0  ACK POWER OWNER sig=se0 CSC
[   16.068621] hub 4-0:1.0: hub_suspend
[   16.068660] usb usb4: bus auto-suspend, wakeup 1
[   16.068667] ohci-pci 0000:00:12.1: suspend root hub
[   16.068786] hub 2-0:1.0: port 3, status 0100, change 0001, 12 Mb/s
[   16.172311] hub 2-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x100
[   16.172326] hub 6-0:1.0: state 7 ports 3 chg 0000 evt 0000
[   16.172335] hub 5-0:1.0: state 7 ports 3 chg 0008 evt 0000
[   16.172353] hub 2-0:1.0: hub_suspend
[   16.172391] usb usb2: bus auto-suspend, wakeup 1
[   16.172397] ehci-pci 0000:00:13.2: suspend root hub
[   16.172428] hub 5-0:1.0: port 3, status 0101, change 0000, 12 Mb/s
[   16.172820] hub 6-0:1.0: hub_suspend
[   16.172847] usb usb6: bus auto-suspend, wakeup 1
[   16.172853] ohci-pci 0000:00:13.1: suspend root hub
[   16.193285] ohci-pci 0000:00:13.0: port[2] reset timeout, stat 00000111
[   16.244264] ohci-pci 0000:00:13.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[   16.295255] usb 5-3: new full-speed USB device number 2 using ohci-pci
[   16.317264] ohci-pci 0000:00:13.0: port[2] reset timeout, stat 00000113
[   16.334406] egrep (2049) used greatest stack depth: 4952 bytes left
[   16.368227] ohci-pci 0000:00:13.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[   16.402894] init-early.sh (2048) used greatest stack depth: 4696 bytes left
[   16.438366] usb 5-3: skipped 1 descriptor after interface
[   16.438378] usb 5-3: skipped 1 descriptor after interface
[   16.440355] usb 5-3: default language 0x0409
[   16.444377] usb 5-3: udev 2, busnum 5, minor = 513
[   16.444388] usb 5-3: New USB device found, idVendor=0557, idProduct=2221
[   16.444585] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   16.444795] usb 5-3: Product: Hermon USB hidmouse Device
[   16.444975] usb 5-3: Manufacturer: Winbond Electronics Corp
[   16.445815] usb 5-3: usb_probe_device
[   16.445824] usb 5-3: configuration #1 chosen from 1 choice
[   16.446374] usb 5-3: adding 5-3:1.0 (config #1, interface 0)
[   16.446778] usbhid 5-3:1.0: usb_probe_interface
[   16.446785] usbhid 5-3:1.0: usb_probe_interface - got id
[   16.451565] input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.0/input/input4
[   16.452579] hid-generic 0003:0557:2221.0001: input,hidraw0: USB HID v1.00 Mouse [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:13.0-3/input0
[   16.452977] usb 5-3: adding 5-3:1.1 (config #1, interface 1)
[   16.453192] usbhid 5-3:1.1: usb_probe_interface
[   16.453198] usbhid 5-3:1.1: usb_probe_interface - got id
[   16.457579] input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:13.0/usb5/5-3/5-3:1.1/input/input5
[   16.458355] hid-generic 0003:0557:2221.0002: input,hidraw1: USB HID v1.00 Keyboard [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:13.0-3/input1
[   16.458804] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[   16.458815] hub 5-0:1.0: state 7 ports 3 chg 0000 evt 0008
[   16.458834] hub 7-0:1.0: hub_suspend
[   16.458866] usb usb7: bus auto-suspend, wakeup 1
[   16.458872] ohci-pci 0000:00:14.5: suspend root hub
[   16.698626] init.sh (2052) used greatest stack depth: 4568 bytes left
[   17.840624] tmpfiles.sh (2211) used greatest stack depth: 4456 bytes left
[   18.067966] systemd-udevd[2237]: starting version 208
[   18.356450] systemd-udevd[2252]: renamed network interface eth1 to enp2s0f1
[   18.380577] systemd-udevd[2251]: renamed network interface eth0 to enp2s0f0
[   19.274979] bio: create slab <bio-1> at 1
[   19.825860] EXT4-fs (sda2): re-mounted. Opts: (null)
[   20.206687] Adding 8388604k swap on /dev/sda3.  Priority:-1 extents:1 across:8388604k FS
[   20.348209] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null)
[   20.372986] EXT4-fs (dm-0): recovery complete
[   20.372997] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   20.411657] EXT4-fs (dm-1): recovery complete
[   20.411830] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[   20.452821] EXT4-fs (dm-2): recovery complete
[   20.452963] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[   20.454843] mount (2529) used greatest stack depth: 4344 bytes left
[   21.474399] ip_tables: (C) 2000-2006 Netfilter Core Team
[   22.292099] ip (2773) used greatest stack depth: 4216 bytes left
[   24.228358] IPv6: ADDRCONF(NETDEV_UP): enp2s0f0: link is not ready
[   24.233170] device enp2s0f0 entered promiscuous mode
[   24.371313] IPv6: ADDRCONF(NETDEV_UP): enp2s0f1: link is not ready
[   24.371747] ip (3040) used greatest stack depth: 4136 bytes left
[   24.376120] device enp2s0f1 entered promiscuous mode
[   24.394896] device xenbr0 entered promiscuous mode
[   24.402162] IPv6: ADDRCONF(NETDEV_UP): xenbr0: link is not ready
[   25.694837] device xenbr1 entered promiscuous mode
[   25.703313] ip (3245) used greatest stack depth: 4088 bytes left
[   26.872687] igb: enp2s0f0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   26.872993] IPv6: ADDRCONF(NETDEV_CHANGE): enp2s0f0: link becomes ready
[   26.873063] xenbr0: port 1(enp2s0f0) entered forwarding state
[   26.873072] xenbr0: port 1(enp2s0f0) entered forwarding state
[   26.873276] IPv6: ADDRCONF(NETDEV_CHANGE): xenbr0: link becomes ready
[   27.185214] wan icmp in: IN=xenbr0 OUT= PHYSIN=enp2s0f0 MAC=00:25:90:86:d3:fc:00:24:38:8e:3e:00:08:00 SRC=178.3.118.151 DST=188.122.71.45 LEN=84 TOS=0x00 PREC=0x00 TTL=54 ID=10811 DF PROTO=ICMP TYPE=8 CODE=0 ID=2955 SEQ=182 
[   28.003919] device xenbr2 entered promiscuous mode
[   30.325201] device xenbr3 entered promiscuous mode
[   33.936929] w83627ehf: Forcibly enabling Super-I/O. Sensor is probably unusable.
[   33.936954] w83627ehf: Found W83627DHG-P chip at 0xa10
[   41.874254] xenbr0: port 1(enp2s0f0) entered forwarding state
[   51.860325] pci 0000:02:10.0: [8086:10ca] type 00 class 0x020000
[   51.860846] pciback 0000:02:10.0: seizing device
[   51.860911] pciback 0000:02:10.0: enabling device (0000 -> 0002)
[   51.874658] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[   51.874664] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   51.961500] pci 0000:02:10.2: [8086:10ca] type 00 class 0x020000
[   51.962003] pciback 0000:02:10.2: seizing device
[   51.962074] pciback 0000:02:10.2: enabling device (0000 -> 0002)
[   52.063492] pci 0000:02:10.4: [8086:10ca] type 00 class 0x020000
[   52.063977] pciback 0000:02:10.4: seizing device
[   52.064043] pciback 0000:02:10.4: enabling device (0000 -> 0002)
[   52.165493] pci 0000:02:10.6: [8086:10ca] type 00 class 0x020000
[   52.165976] pciback 0000:02:10.6: seizing device
[   52.166042] pciback 0000:02:10.6: enabling device (0000 -> 0002)
[   52.267496] pci 0000:02:11.0: [8086:10ca] type 00 class 0x020000
[   52.267978] pciback 0000:02:11.0: seizing device
[   52.268045] pciback 0000:02:11.0: enabling device (0000 -> 0002)
[   52.369496] pci 0000:02:11.2: [8086:10ca] type 00 class 0x020000
[   52.369991] pciback 0000:02:11.2: seizing device
[   52.370060] pciback 0000:02:11.2: enabling device (0000 -> 0002)
[   52.471493] pci 0000:02:11.4: [8086:10ca] type 00 class 0x020000
[   52.471988] pciback 0000:02:11.4: seizing device
[   52.472053] pciback 0000:02:11.4: enabling device (0000 -> 0002)
[   52.573470] igb 0000:02:00.0: 7 VFs allocated
[   52.781298] xenbr0: port 1(enp2s0f0) entered disabled state
[   52.882361] pci 0000:02:10.1: [8086:10ca] type 00 class 0x020000
[   52.882843] pciback 0000:02:10.1: seizing device
[   52.882907] pciback 0000:02:10.1: enabling device (0000 -> 0002)
[   52.983501] pci 0000:02:10.3: [8086:10ca] type 00 class 0x020000
[   52.984009] pciback 0000:02:10.3: seizing device
[   52.984071] pciback 0000:02:10.3: enabling device (0000 -> 0002)
[   53.085482] pci 0000:02:10.5: [8086:10ca] type 00 class 0x020000
[   53.085956] pciback 0000:02:10.5: seizing device
[   53.086020] pciback 0000:02:10.5: enabling device (0000 -> 0002)
[   53.187482] pci 0000:02:10.7: [8086:10ca] type 00 class 0x020000
[   53.187997] pciback 0000:02:10.7: seizing device
[   53.188063] pciback 0000:02:10.7: enabling device (0000 -> 0002)
[   53.289488] pci 0000:02:11.1: [8086:10ca] type 00 class 0x020000
[   53.289976] pciback 0000:02:11.1: seizing device
[   53.290041] pciback 0000:02:11.1: enabling device (0000 -> 0002)
[   53.391491] pci 0000:02:11.3: [8086:10ca] type 00 class 0x020000
[   53.391998] pciback 0000:02:11.3: seizing device
[   53.392064] pciback 0000:02:11.3: enabling device (0000 -> 0002)
[   53.493490] pci 0000:02:11.5: [8086:10ca] type 00 class 0x020000
[   53.493980] pciback 0000:02:11.5: seizing device
[   53.494043] pciback 0000:02:11.5: enabling device (0000 -> 0002)
[   53.595451] igb 0000:02:00.1: 7 VFs allocated
[   55.767792] igb: enp2s0f0 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX
[   55.768105] xenbr0: port 1(enp2s0f0) entered forwarding state
[   55.768141] xenbr0: port 1(enp2s0f0) entered forwarding state
[   70.802254] xenbr0: port 1(enp2s0f0) entered forwarding state
[  156.321914] device vif1.1 entered promiscuous mode
[  156.322182] device vif1.0 entered promiscuous mode
[  156.329611] IPv6: ADDRCONF(NETDEV_UP): vif1.0: link is not ready
[  156.329966] IPv6: ADDRCONF(NETDEV_UP): vif1.1: link is not ready
[  156.729930] xen_pciback: vpci: 0000:02:10.0: assign to virtual slot 0
[  156.732073] xen_pciback: vpci: 0000:02:10.1: assign to virtual slot 1
[  157.465181] pciback 0000:02:10.0: Driver tried to write to a read-only configuration space field at offset 0x72, size 2. This may be harmless, but if you have problems with your device:
1) see permissive attribute in sysfs
2) report problems to the xen-devel mailing list along with details of your device obtained from lspci.
[  157.865269] pciback 0000:02:10.1: Driver tried to write to a read-only configuration space field at offset 0x72, size 2. This may be harmless, but if you have problems with your device:
1) see permissive attribute in sysfs
2) report problems to the xen-devel mailing list along with details of your device obtained from lspci.
[  158.681142] xen-blkback:ring-ref 9, event-channel 11, protocol 1 (x86_64-abi) persistent grants
[  158.726478] xen-blkback:ring-ref 10, event-channel 12, protocol 1 (x86_64-abi) persistent grants
[  158.748459] xen-blkback:ring-ref 11, event-channel 13, protocol 1 (x86_64-abi) persistent grants
[  159.752589] IPv6: ADDRCONF(NETDEV_CHANGE): vif1.0: link becomes ready
[  159.752666] xenbr1: port 1(vif1.0) entered forwarding state
[  159.752678] xenbr1: port 1(vif1.0) entered forwarding state
[  159.774842] IPv6: ADDRCONF(NETDEV_CHANGE): vif1.1: link becomes ready
[  159.774906] xenbr2: port 1(vif1.1) entered forwarding state
[  159.774916] xenbr2: port 1(vif1.1) entered forwarding state
[  174.802272] xenbr1: port 1(vif1.0) entered forwarding state
[  174.802314] xenbr2: port 1(vif1.1) entered forwarding state
[  228.392080] pciback 0000:02:10.0: enabling device (0000 -> 0002)
[  755.272030] xenbr1: port 1(vif1.0) entered disabled state
[  755.284771] xenbr1: port 1(vif1.0) entered disabled state
[  755.285882] device vif1.0 left promiscuous mode
[  755.285897] xenbr1: port 1(vif1.0) entered disabled state
[  755.323490] xenbr2: port 1(vif1.1) entered disabled state
[  755.323887] device vif1.1 left promiscuous mode
[  755.323899] xenbr2: port 1(vif1.1) entered disabled state


[-- Attachment #4: domU.log --]
[-- Type: text/plain, Size: 62164 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.12.1-gentoo-DomU (root@snl11) (gcc version 4.7.3 
(Gentoo 4.7.3-r1 p1.3, pie-0.5.5) ) #6 SMP Sun Nov 24 11:01:53 CET 2013
[    0.000000] Command line: root=/dev/xvda1 ro rootfstype=ext4 iommu=soft xen-p
cifront.verbose_request=1 
[    0.000000] ACPI in unprivileged domain disabled
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] Xen: [mem 0x0000000000000000-0x000000000009ffff] usable
[    0.000000] Xen: [mem 0x00000000000a0000-0x00000000000fffff] reserved
[    0.000000] Xen: [mem 0x0000000000100000-0x000000007fffffff] usable
[    0.000000] Xen: [mem 0x0000000080000000-0x00000000dfe9dfff] unusable
[    0.000000] Xen: [mem 0x00000000dfe9e000-0x00000000dfe9ffff] type 9
[    0.000000] Xen: [mem 0x00000000dfea0000-0x00000000dfeb1fff] ACPI data
[    0.000000] Xen: [mem 0x00000000dfeb2000-0x00000000dfedffff] ACPI NVS
[    0.000000] Xen: [mem 0x00000000dfee0000-0x00000000efffffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] DMI not present or invalid.
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] No AGP bridge found
[    0.000000] e820: last_pfn = 0x80000 max_arch_pfn = 0x400000000
[    0.000000] Base memory trampoline at [ffff88000009a000] 9a000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7fe00000-0x7fffffff]
[    0.000000]  [mem 0x7fe00000-0x7fffffff] page 4k
[    0.000000] BRK [0x017b8000, 0x017b8fff] PGTABLE
[    0.000000] BRK [0x017b9000, 0x017b9fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7c000000-0x7fdfffff]
[    0.000000]  [mem 0x7c000000-0x7fdfffff] page 4k
[    0.000000] BRK [0x017ba000, 0x017bafff] PGTABLE
[    0.000000] BRK [0x017bb000, 0x017bbfff] PGTABLE
[    0.000000] BRK [0x017bc000, 0x017bcfff] PGTABLE
[    0.000000] BRK [0x017bd000, 0x017bdfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7bffffff]
[    0.000000]  [mem 0x00100000-0x7bffffff] page 4k
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   empty
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x0009ffff]
[    0.000000]   node   0: [mem 0x00100000-0x7fffffff]
[    0.000000] On node 0 totalpages: 524191
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3999 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 7112 pages used for memmap
[    0.000000]   DMA32 zone: 520192 pages, LIFO batch:31
[    0.000000] smpboot: Allowing 1 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 16
[    0.000000] e820: [mem 0xf0000000-0xfedfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen
[    0.000000] Xen version: 4.4-unstable (preserve-AD)
[    0.000000] setup_percpu: NR_CPUS:4 nr_cpumask_bits:4 nr_cpu_ids:1 nr_node_id
s:1
[    0.000000] PERCPU: Embedded 27 pages/cpu @ffff88007f200000 s80320 r8192 d220
80 u2097152
[    0.000000] pcpu-alloc: s80320 r8192 d22080 u2097152 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pag
es: 517002
[    0.000000] Kernel command line: root=/dev/xvda1 ro rootfstype=ext4 iommu=sof
t xen-pcifront.verbose_request=1 
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    0.000000] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] software IO TLB [mem 0x79400000-0x7d400000] (64MB) mapped at [fff
f880079400000-ffff88007d3fffff]
[    0.000000] Memory: 1982444K/2096764K available (4241K kernel code, 528K rwda
ta, 1508K rodata, 840K init, 684K bss, 114320K reserved)
[    0.000000] Hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=1.
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-3.
[    0.000000] NR_IRQS:4352 nr_irqs:256 16
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] console [hvc0] enabled
[    0.000000] allocated 8388608 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want memor
y cgroups
[    0.000000] Xen: using vcpuop timer interface
[    0.000000] installing Xen timer for CPU 0
[    0.000000] tsc: Detected 2600.102 MHz processor
[    0.001000] Calibrating delay loop (skipped), value calculated using timer fr
equency.. 5200.20 BogoMIPS (lpj=2600102)
[    0.001000] pid_max: default: 32768 minimum: 301
[    0.001000] Mount-cache hash table entries: 256
[    0.001000] Initializing cgroup subsys memory
[    0.001000] Initializing cgroup subsys devices
[    0.001000] Initializing cgroup subsys freezer
[    0.001000] Initializing cgroup subsys blkio
[    0.001000] Initializing cgroup subsys perf_event
[    0.001000] tseg: 00dff00000
[    0.001000] CPU: Physical Processor ID: 0
[    0.001000] CPU: Processor Core ID: 7
[    0.001000] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512
tlb_flushall_shift: 5
[    0.026000] Freeing SMP alternatives memory: 24K (ffffffff816f8000 - ffffffff
816fe000)
[    0.026992] cpu 0 spinlock event irq 17
[    0.027000] Performance Events: Fam15h core perfctr, Broken PMU hardware dete
cted, using software events only.
[    0.027000] Failed to access perfctr msr (MSR c0010201 is 0)
[    0.027272] Brought up 1 CPUs
[    0.027383] devtmpfs: initialized
[    0.030005] xen:grant_table: Grant tables using version 2 layout
[    0.030078] Grant table initialized
[    0.030115] NET: Registered protocol family 16
[    0.031009] PCI: setting up Xen PCI frontend stub
[    0.031015] PCI: pci_cache_line_size set to 64 bytes
[    0.034168] bio: create slab <bio-0> at 0
[    0.034296] ACPI: Interpreter disabled.
[    0.034326] xen:balloon: Initialising balloon driver
[    0.037049] xen_balloon: Initialising balloon driver
[    0.037094] vgaarb: loaded
[    0.037145] pps_core: LinuxPPS API ver. 1 registered
[    0.037150] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giome
tti <giometti@linux.it>
[    0.037217] PTP clock support registered
[    0.037250] PCI: System does not support PCI
[    0.037254] PCI: System does not support PCI
[    0.037461] Switched to clocksource xen
[    0.039666] pnp: PnP ACPI: disabled
[    0.039735] NET: Registered protocol family 2
[    0.039842] TCP established hash table entries: 16384 (order: 6, 262144 bytes
)
[    0.039910] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[    0.039974] TCP: Hash tables configured (established 16384 bind 16384)
[    0.040008] TCP: reno registered
[    0.040012] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[    0.040024] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[    0.040077] NET: Registered protocol family 1
[    0.040086] PCI: CLS 0 bytes, default 64
[    0.040189] platform rtc_cmos: registered platform RTC device (no PNP device 
found)
[    0.040931] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[    0.041021] sha1_ssse3: Using AVX optimized SHA-1 implementation
[    0.041078] sha256_ssse3: Using AVX optimized SHA-256 implementation
[    0.041168] sha512_ssse3: Using AVX optimized SHA-512 implementation
[    0.042227] audit: initializing netlink socket (disabled)
[    0.042236] type=2000 audit(1385582691.839:1): initialized
[    0.042428] zbud: loaded
[    0.042557] msgmni has been set to 3872
[    0.043791] alg: No test for stdrng (krng)
[    0.059452] NET: Registered protocol family 38
[    0.059487] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 2
52)
[    0.059506] io scheduler noop registered (default)
[    0.059510] io scheduler deadline registered
[    0.059515] io scheduler cfq registered
[    0.069263] pcifront pci-0: Installing PCI frontend
[    0.069727] pcifront pci-0: Creating PCI Frontend Bus 0000:00
[    0.069795] pcifront pci-0: PCI host bridge to bus 0000:00
[    0.069801] pci_bus 0000:00: root bus resource [io  0x0000-0xffff]
[    0.069806] pci_bus 0000:00: root bus resource [mem 0x00000000-0xffffffffffff
]
[    0.069811] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.069817] pcifront pci-0: read dev=0000:00:00.0 - offset 0 size 4
[    0.069862] pcifront pci-0: read got back value 10ca8086
[    0.069872] pcifront pci-0: read dev=0000:00:00.0 - offset e size 1
[    0.069899] pcifront pci-0: read got back value 0
[    0.069907] pcifront pci-0: read dev=0000:00:00.0 - offset 6 size 2
[    0.069938] pcifront pci-0: read got back value 10
[    0.069946] pcifront pci-0: read dev=0000:00:00.0 - offset 34 size 1
[    0.069975] pcifront pci-0: read got back value 70
[    0.069982] pcifront pci-0: read dev=0000:00:00.0 - offset 70 size 1
[    0.070010] pcifront pci-0: read got back value 11
[    0.070023] pcifront pci-0: read dev=0000:00:00.0 - offset 71 size 1
[    0.070052] pcifront pci-0: read got back value a0
[    0.070060] pcifront pci-0: read dev=0000:00:00.0 - offset a0 size 1
[    0.070088] pcifront pci-0: read got back value 10
[    0.070095] pcifront pci-0: read dev=0000:00:00.0 - offset a2 size 2
[    0.071016] pcifront pci-0: read got back value 2
[    0.195325] pcifront pci-0: read dev=0000:00:00.0 - offset a4 size 2
[    0.195347] pcifront pci-0: read got back value 8cc2
[    0.195356] pcifront pci-0: read dev=0000:00:00.0 - offset 8 size 4
[    0.195379] pcifront pci-0: read got back value 2000001
[    0.195387] pci 0000:00:00.0: [8086:10ca] type 00 class 0x020000
[    0.195390] pcifront pci-0: read dev=0000:00:00.0 - offset 100 size 4
[    0.195414] pcifront pci-0: read got back value 15010001
[    0.195423] pcifront pci-0: read dev=0000:00:00.0 - offset 3d size 1
[    0.195452] pcifront pci-0: read got back value 0
[    0.195459] pcifront pci-0: read dev=0000:00:00.0 - offset 4 size 2
[    0.195499] pcifront pci-0: read got back value 0
[    0.195506] pcifront pci-0: read dev=0000:00:00.0 - offset 10 size 4
[    0.195546] pcifront pci-0: read got back value fe9a0004
[    0.195553] pcifront pci-0: write dev=0000:00:00.0 - offset 10 size 4 val fff
fffff
[    0.195590] pcifront pci-0: read dev=0000:00:00.0 - offset 10 size 4
[    0.195615] pcifront pci-0: read got back value 4000
[    0.195622] pcifront pci-0: write dev=0000:00:00.0 - offset 10 size 4 val fe9
a0004
[    0.195675] pcifront pci-0: read dev=0000:00:00.0 - offset 14 size 4
[    0.195708] pcifront pci-0: read got back value 0
[    0.195715] pcifront pci-0: write dev=0000:00:00.0 - offset 14 size 4 val fff
fffff
[    0.195754] pcifront pci-0: read dev=0000:00:00.0 - offset 14 size 4
[    0.195778] pcifront pci-0: read got back value 0
[    0.195785] pcifront pci-0: write dev=0000:00:00.0 - offset 14 size 4 val 0
[    0.195816] pci 0000:00:00.0: reg 0x10: [mem 0xfe9a0000-0xfe9a3fff 64bit]
[    0.195820] pcifront pci-0: read dev=0000:00:00.0 - offset 4 size 2
[    0.195849] pcifront pci-0: read got back value 0
[    0.195856] pcifront pci-0: read dev=0000:00:00.0 - offset 18 size 4
[    0.195889] pcifront pci-0: read got back value 0
[    0.195897] pcifront pci-0: write dev=0000:00:00.0 - offset 18 size 4 val fff
fffff
[    0.195933] pcifront pci-0: read dev=0000:00:00.0 - offset 18 size 4
[    0.195966] pcifront pci-0: read got back value 1
[    0.195973] pcifront pci-0: write dev=0000:00:00.0 - offset 18 size 4 val 0
[    0.196017] pcifront pci-0: read dev=0000:00:00.0 - offset 4 size 2
[    0.196054] pcifront pci-0: read got back value 0
[    0.196061] pcifront pci-0: read dev=0000:00:00.0 - offset 1c size 4
[    0.196094] pcifront pci-0: read got back value fe980004
[    0.196101] pcifront pci-0: write dev=0000:00:00.0 - offset 1c size 4 val fff
fffff
[    0.196134] pcifront pci-0: read dev=0000:00:00.0 - offset 1c size 4
[    0.196168] pcifront pci-0: read got back value 4000
[    0.196175] pcifront pci-0: write dev=0000:00:00.0 - offset 1c size 4 val fe9
80004
[    0.196240] pcifront pci-0: read dev=0000:00:00.0 - offset 20 size 4
[    0.196265] pcifront pci-0: read got back value 0
[    0.196273] pcifront pci-0: write dev=0000:00:00.0 - offset 20 size 4 val fff
fffff
[    0.196299] pcifront pci-0: read dev=0000:00:00.0 - offset 20 size 4
[    0.196328] pcifront pci-0: read got back value 0
[    0.196335] pcifront pci-0: write dev=0000:00:00.0 - offset 20 size 4 val 0
[    0.196374] pci 0000:00:00.0: reg 0x1c: [mem 0xfe980000-0xfe983fff 64bit]
[    0.196378] pcifront pci-0: read dev=0000:00:00.0 - offset 4 size 2
[    0.196416] pcifront pci-0: read got back value 0
[    0.196423] pcifront pci-0: read dev=0000:00:00.0 - offset 24 size 4
[    0.196454] pcifront pci-0: read got back value 0
[    0.196462] pcifront pci-0: write dev=0000:00:00.0 - offset 24 size 4 val fff
fffff
[    0.196495] pcifront pci-0: read dev=0000:00:00.0 - offset 24 size 4
[    0.196527] pcifront pci-0: read got back value 1
[    0.196534] pcifront pci-0: write dev=0000:00:00.0 - offset 24 size 4 val 0
[    0.196576] pcifront pci-0: read dev=0000:00:00.0 - offset 4 size 2
[    0.196605] pcifront pci-0: read got back value 0
[    0.196612] pcifront pci-0: read dev=0000:00:00.0 - offset 30 size 4
[    0.196642] pcifront pci-0: read got back value 0
[    0.196649] pcifront pci-0: write dev=0000:00:00.0 - offset 30 size 4 val fff
ff800
[    0.196683] pcifront pci-0: read dev=0000:00:00.0 - offset 30 size 4
[    0.196706] pcifront pci-0: read got back value 0
[    0.196713] pcifront pci-0: write dev=0000:00:00.0 - offset 30 size 4 val 0
[    0.196746] pcifront pci-0: read dev=0000:00:00.0 - offset 2c size 2
[    0.196771] pcifront pci-0: read got back value 15d9
[    0.196778] pcifront pci-0: read dev=0000:00:00.0 - offset 2e size 2
[    0.196805] pcifront pci-0: read got back value ab11
[    0.196816] pcifront pci-0: read dev=0000:00:00.0 - offset 6 size 2
[    0.196843] pcifront pci-0: read got back value 10
[    0.196850] pcifront pci-0: read dev=0000:00:00.0 - offset 34 size 1
[    0.196877] pcifront pci-0: read got back value 70
[    0.196885] pcifront pci-0: read dev=0000:00:00.0 - offset 70 size 1
[    0.196914] pcifront pci-0: read got back value 11
[    0.196920] pcifront pci-0: read dev=0000:00:00.0 - offset 71 size 1
[    0.196948] pcifront pci-0: read got back value a0
[    0.196955] pcifront pci-0: read dev=0000:00:00.0 - offset a0 size 1
[    0.196984] pcifront pci-0: read got back value 10
[    0.196990] pcifront pci-0: read dev=0000:00:00.0 - offset a1 size 1
[    0.197011] pcifront pci-0: read got back value 0
[    0.197028] pcifront pci-0: read dev=0000:00:00.0 - offset 6 size 2
[    0.197057] pcifront pci-0: read got back value 10
[    0.197063] pcifront pci-0: read dev=0000:00:00.0 - offset 34 size 1
[    0.197092] pcifront pci-0: read got back value 70
[    0.197099] pcifront pci-0: read dev=0000:00:00.0 - offset 70 size 1
[    0.197126] pcifront pci-0: read got back value 11
[    0.197133] pcifront pci-0: read dev=0000:00:00.0 - offset 72 size 2
[    0.197163] pcifront pci-0: read got back value 2
[    0.197170] pcifront pci-0: write dev=0000:00:00.0 - offset 72 size 2 val 2
[    0.197229] pcifront pci-0: read dev=0000:00:00.0 - offset 6 size 2
[    0.197253] pcifront pci-0: read got back value 10
[    0.197260] pcifront pci-0: read dev=0000:00:00.0 - offset 34 size 1
[    0.197289] pcifront pci-0: read got back value 70
[    0.197296] pcifront pci-0: read dev=0000:00:00.0 - offset 70 size 1
[    0.197324] pcifront pci-0: read got back value 11
[    0.197331] pcifront pci-0: read dev=0000:00:00.0 - offset 71 size 1
[    0.197359] pcifront pci-0: read got back value a0
[    0.197365] pcifront pci-0: read dev=0000:00:00.0 - offset a0 size 1
[    0.198022] pcifront pci-0: read got back value 10
[    0.395302] pcifront pci-0: read dev=0000:00:00.0 - offset 6 size 2
[    0.395325] pcifront pci-0: read got back value 10
[    0.395332] pcifront pci-0: read dev=0000:00:00.0 - offset 34 size 1
[    0.395361] pcifront pci-0: read got back value 70
[    0.395369] pcifront pci-0: read dev=0000:00:00.0 - offset 70 size 1
[    0.395394] pcifront pci-0: read got back value 11
[    0.395401] pcifront pci-0: read dev=0000:00:00.0 - offset 71 size 1
[    0.395428] pcifront pci-0: read got back value a0
[    0.395435] pcifront pci-0: read dev=0000:00:00.0 - offset a0 size 1
[    0.395461] pcifront pci-0: read got back value 10
[    0.395469] pcifront pci-0: read dev=0000:00:00.0 - offset a1 size 1
[    0.395494] pcifront pci-0: read got back value 0
[    0.395503] pcifront pci-0: read dev=0000:00:00.0 - offset 6 size 2
[    0.395540] pcifront pci-0: read got back value 10
[    0.395547] pcifront pci-0: read dev=0000:00:00.0 - offset 34 size 1
[    0.395579] pcifront pci-0: read got back value 70
[    0.395587] pcifront pci-0: read dev=0000:00:00.0 - offset 70 size 1
[    0.395618] pcifront pci-0: read got back value 11
[    0.395625] pcifront pci-0: read dev=0000:00:00.0 - offset 71 size 1
[    0.395657] pcifront pci-0: read got back value a0
[    0.395664] pcifront pci-0: read dev=0000:00:00.0 - offset a0 size 1
[    0.395695] pcifront pci-0: read got back value 10
[    0.395702] pcifront pci-0: read dev=0000:00:00.0 - offset a1 size 1
[    0.395733] pcifront pci-0: read got back value 0
[    0.395740] pcifront pci-0: read dev=0000:00:00.0 - offset 6 size 2
[    0.395773] pcifront pci-0: read got back value 10
[    0.395780] pcifront pci-0: read dev=0000:00:00.0 - offset 34 size 1
[    0.395815] pcifront pci-0: read got back value 70
[    0.395821] pcifront pci-0: read dev=0000:00:00.0 - offset 70 size 1
[    0.395853] pcifront pci-0: read got back value 11
[    0.395861] pcifront pci-0: read dev=0000:00:00.0 - offset 71 size 1
[    0.395896] pcifront pci-0: read got back value a0
[    0.395903] pcifront pci-0: read dev=0000:00:00.0 - offset a0 size 1
[    0.395935] pcifront pci-0: read got back value 10
[    0.395942] pcifront pci-0: read dev=0000:00:00.0 - offset a1 size 1
[    0.395974] pcifront pci-0: read got back value 0
[    0.395982] pcifront pci-0: read dev=0000:00:00.0 - offset 100 size 4
[    0.396021] pcifront pci-0: read got back value 15010001
[    0.396032] pcifront pci-0: read dev=0000:00:00.0 - offset 150 size 4
[    0.396057] pcifront pci-0: read got back value 1000e
[    0.396065] pcifront pci-0: read dev=0000:00:00.0 - offset 100 size 4
[    0.396093] pcifront pci-0: read got back value 15010001
[    0.396101] pcifront pci-0: read dev=0000:00:00.0 - offset 150 size 4
[    0.396129] pcifront pci-0: read got back value 1000e
[    0.398857] pcifront pci-0: read dev=0000:00:01.0 - offset 0 size 4
[    0.398903] pcifront pci-0: read dev=0000:00:02.0 - offset 0 size 4
[    0.398932] pcifront pci-0: read dev=0000:00:03.0 - offset 0 size 4
[    0.398953] pcifront pci-0: read dev=0000:00:04.0 - offset 0 size 4
[    0.398977] pcifront pci-0: read dev=0000:00:05.0 - offset 0 size 4
[    0.398998] pcifront pci-0: read dev=0000:00:06.0 - offset 0 size 4
[    0.399025] pcifront pci-0: read dev=0000:00:07.0 - offset 0 size 4
[    0.399055] pcifront pci-0: read dev=0000:00:08.0 - offset 0 size 4
[    0.399079] pcifront pci-0: read dev=0000:00:09.0 - offset 0 size 4
[    0.399097] pcifront pci-0: read dev=0000:00:0a.0 - offset 0 size 4
[    0.399119] pcifront pci-0: read dev=0000:00:0b.0 - offset 0 size 4
[    0.399146] pcifront pci-0: read dev=0000:00:0c.0 - offset 0 size 4
[    0.399164] pcifront pci-0: read dev=0000:00:0d.0 - offset 0 size 4
[    0.399187] pcifront pci-0: read dev=0000:00:0e.0 - offset 0 size 4
[    0.399222] pcifront pci-0: read dev=0000:00:0f.0 - offset 0 size 4
[    0.399250] pcifront pci-0: read dev=0000:00:10.0 - offset 0 size 4
[    0.399283] pcifront pci-0: read dev=0000:00:11.0 - offset 0 size 4
[    0.399307] pcifront pci-0: read dev=0000:00:12.0 - offset 0 size 4
[    0.399326] pcifront pci-0: read dev=0000:00:13.0 - offset 0 size 4
[    0.399349] pcifront pci-0: read dev=0000:00:14.0 - offset 0 size 4
[    0.399372] pcifront pci-0: read dev=0000:00:15.0 - offset 0 size 4
[    0.399395] pcifront pci-0: read dev=0000:00:16.0 - offset 0 size 4
[    0.399417] pcifront pci-0: read dev=0000:00:17.0 - offset 0 size 4
[    0.399438] pcifront pci-0: read dev=0000:00:18.0 - offset 0 size 4
[    0.399460] pcifront pci-0: read dev=0000:00:19.0 - offset 0 size 4
[    0.399484] pcifront pci-0: read dev=0000:00:1a.0 - offset 0 size 4
[    0.399506] pcifront pci-0: read dev=0000:00:1b.0 - offset 0 size 4
[    0.399532] pcifront pci-0: read dev=0000:00:1c.0 - offset 0 size 4
[    0.399554] pcifront pci-0: read dev=0000:00:1d.0 - offset 0 size 4
[    0.399577] pcifront pci-0: read dev=0000:00:1e.0 - offset 0 size 4
[    0.399600] pcifront pci-0: read dev=0000:00:1f.0 - offset 0 size 4
[    0.399624] pcifront pci-0: read dev=0000:00:00.1 - offset 0 size 4
[    0.399646] pcifront pci-0: read dev=0000:00:00.2 - offset 0 size 4
[    0.399671] pcifront pci-0: read dev=0000:00:00.3 - offset 0 size 4
[    0.399692] pcifront pci-0: read dev=0000:00:00.4 - offset 0 size 4
[    0.399716] pcifront pci-0: read dev=0000:00:00.5 - offset 0 size 4
[    0.399737] pcifront pci-0: read dev=0000:00:00.6 - offset 0 size 4
[    0.399759] pcifront pci-0: read dev=0000:00:00.7 - offset 0 size 4
[    0.399784] pcifront pci-0: read dev=0000:00:01.0 - offset 0 size 4
[    0.399804] pcifront pci-0: read dev=0000:00:01.1 - offset 0 size 4
[    0.399836] pcifront pci-0: read got back value 10ca8086
[    0.399843] pcifront pci-0: read dev=0000:00:01.1 - offset e size 1
[    0.399873] pcifront pci-0: read got back value 0
[    0.399879] pcifront pci-0: read dev=0000:00:01.1 - offset 6 size 2
[    0.399908] pcifront pci-0: read got back value 10
[    0.399915] pcifront pci-0: read dev=0000:00:01.1 - offset 34 size 1
[    0.399942] pcifront pci-0: read got back value 70
[    0.399951] pcifront pci-0: read dev=0000:00:01.1 - offset 70 size 1
[    0.399979] pcifront pci-0: read got back value 11
[    0.399986] pcifront pci-0: read dev=0000:00:01.1 - offset 71 size 1
[    0.400013] pcifront pci-0: read got back value a0
[    0.400024] pcifront pci-0: read dev=0000:00:01.1 - offset a0 size 1
[    0.400052] pcifront pci-0: read got back value 10
[    0.400059] pcifront pci-0: read dev=0000:00:01.1 - offset a2 size 2
[    0.400087] pcifront pci-0: read got back value 2
[    0.400094] pcifront pci-0: read dev=0000:00:01.1 - offset a4 size 2
[    0.400121] pcifront pci-0: read got back value 8cc2
[    0.400130] pcifront pci-0: read dev=0000:00:01.1 - offset 8 size 4
[    0.401018] pcifront pci-0: read got back value 2000001
[    0.595059] pci 0000:00:01.1: [8086:10ca] type 00 class 0x020000
[    0.595062] pcifront pci-0: read dev=0000:00:01.1 - offset 100 size 4
[    0.595086] pcifront pci-0: read got back value 15010001
[    0.595096] pcifront pci-0: read dev=0000:00:01.1 - offset 3d size 1
[    0.595137] pcifront pci-0: read got back value 0
[    0.595147] pcifront pci-0: read dev=0000:00:01.1 - offset 4 size 2
[    0.595180] pcifront pci-0: read got back value 0
[    0.595189] pcifront pci-0: read dev=0000:00:01.1 - offset 10 size 4
[    0.595238] pcifront pci-0: read got back value fea60004
[    0.595248] pcifront pci-0: write dev=0000:00:01.1 - offset 10 size 4 val fff
fffff
[    0.595301] pcifront pci-0: read dev=0000:00:01.1 - offset 10 size 4
[    0.595340] pcifront pci-0: read got back value 4000
[    0.595348] pcifront pci-0: write dev=0000:00:01.1 - offset 10 size 4 val fea
60004
[    0.595403] pcifront pci-0: read dev=0000:00:01.1 - offset 14 size 4
[    0.595445] pcifront pci-0: read got back value 0
[    0.595455] pcifront pci-0: write dev=0000:00:01.1 - offset 14 size 4 val fff
fffff
[    0.595495] pcifront pci-0: read dev=0000:00:01.1 - offset 14 size 4
[    0.595644] pcifront pci-0: read got back value 0
[    0.595653] pcifront pci-0: write dev=0000:00:01.1 - offset 14 size 4 val 0
[    0.595780] pci 0000:00:01.1: reg 0x10: [mem 0xfea60000-0xfea63fff 64bit]
[    0.595786] pcifront pci-0: read dev=0000:00:01.1 - offset 4 size 2
[    0.595825] pcifront pci-0: read got back value 0
[    0.595834] pcifront pci-0: read dev=0000:00:01.1 - offset 18 size 4
[    0.595888] pcifront pci-0: read got back value 0
[    0.595900] pcifront pci-0: write dev=0000:00:01.1 - offset 18 size 4 val fff
fffff
[    0.595938] pcifront pci-0: read dev=0000:00:01.1 - offset 18 size 4
[    0.595967] pcifront pci-0: read got back value 1
[    0.595977] pcifront pci-0: write dev=0000:00:01.1 - offset 18 size 4 val 0
[    0.596028] pcifront pci-0: read dev=0000:00:01.1 - offset 4 size 2
[    0.596074] pcifront pci-0: read got back value 0
[    0.596081] pcifront pci-0: read dev=0000:00:01.1 - offset 1c size 4
[    0.596105] pcifront pci-0: read got back value fea40004
[    0.596113] pcifront pci-0: write dev=0000:00:01.1 - offset 1c size 4 val fff
fffff
[    0.596148] pcifront pci-0: read dev=0000:00:01.1 - offset 1c size 4
[    0.596177] pcifront pci-0: read got back value 4000
[    0.596184] pcifront pci-0: write dev=0000:00:01.1 - offset 1c size 4 val fea
40004
[    0.596241] pcifront pci-0: read dev=0000:00:01.1 - offset 20 size 4
[    0.596275] pcifront pci-0: read got back value 0
[    0.596283] pcifront pci-0: write dev=0000:00:01.1 - offset 20 size 4 val fff
fffff
[    0.596320] pcifront pci-0: read dev=0000:00:01.1 - offset 20 size 4
[    0.596352] pcifront pci-0: read got back value 0
[    0.596359] pcifront pci-0: write dev=0000:00:01.1 - offset 20 size 4 val 0
[    0.596400] pci 0000:00:01.1: reg 0x1c: [mem 0xfea40000-0xfea43fff 64bit]
[    0.596404] pcifront pci-0: read dev=0000:00:01.1 - offset 4 size 2
[    0.596441] pcifront pci-0: read got back value 0
[    0.596449] pcifront pci-0: read dev=0000:00:01.1 - offset 24 size 4
[    0.596473] pcifront pci-0: read got back value 0
[    0.596481] pcifront pci-0: write dev=0000:00:01.1 - offset 24 size 4 val fff
fffff
[    0.596515] pcifront pci-0: read dev=0000:00:01.1 - offset 24 size 4
[    0.596544] pcifront pci-0: read got back value 1
[    0.596552] pcifront pci-0: write dev=0000:00:01.1 - offset 24 size 4 val 0
[    0.596589] pcifront pci-0: read dev=0000:00:01.1 - offset 4 size 2
[    0.596621] pcifront pci-0: read got back value 0
[    0.596628] pcifront pci-0: read dev=0000:00:01.1 - offset 30 size 4
[    0.596657] pcifront pci-0: read got back value 0
[    0.596664] pcifront pci-0: write dev=0000:00:01.1 - offset 30 size 4 val fff
ff800
[    0.596701] pcifront pci-0: read dev=0000:00:01.1 - offset 30 size 4
[    0.596728] pcifront pci-0: read got back value 0
[    0.596735] pcifront pci-0: write dev=0000:00:01.1 - offset 30 size 4 val 0
[    0.596770] pcifront pci-0: read dev=0000:00:01.1 - offset 2c size 2
[    0.596806] pcifront pci-0: read got back value 15d9
[    0.596815] pcifront pci-0: read dev=0000:00:01.1 - offset 2e size 2
[    0.596847] pcifront pci-0: read got back value ab11
[    0.596858] pcifront pci-0: read dev=0000:00:01.1 - offset 6 size 2
[    0.596890] pcifront pci-0: read got back value 10
[    0.596900] pcifront pci-0: read dev=0000:00:01.1 - offset 34 size 1
[    0.596949] pcifront pci-0: read got back value 70
[    0.596957] pcifront pci-0: read dev=0000:00:01.1 - offset 70 size 1
[    0.596987] pcifront pci-0: read got back value 11
[    0.596994] pcifront pci-0: read dev=0000:00:01.1 - offset 71 size 1
[    0.597021] pcifront pci-0: read got back value a0
[    0.597034] pcifront pci-0: read dev=0000:00:01.1 - offset a0 size 1
[    0.597063] pcifront pci-0: read got back value 10
[    0.597070] pcifront pci-0: read dev=0000:00:01.1 - offset a1 size 1
[    0.597099] pcifront pci-0: read got back value 0
[    0.597106] pcifront pci-0: read dev=0000:00:01.1 - offset 6 size 2
[    0.597134] pcifront pci-0: read got back value 10
[    0.597142] pcifront pci-0: read dev=0000:00:01.1 - offset 34 size 1
[    0.597177] pcifront pci-0: read got back value 70
[    0.597184] pcifront pci-0: read dev=0000:00:01.1 - offset 70 size 1
[    0.597224] pcifront pci-0: read got back value 11
[    0.597231] pcifront pci-0: read dev=0000:00:01.1 - offset 72 size 2
[    0.597260] pcifront pci-0: read got back value 2
[    0.597275] pcifront pci-0: write dev=0000:00:01.1 - offset 72 size 2 val 2
[    0.597315] pcifront pci-0: read dev=0000:00:01.1 - offset 6 size 2
[    0.597339] pcifront pci-0: read got back value 10
[    0.597346] pcifront pci-0: read dev=0000:00:01.1 - offset 34 size 1
[    0.597375] pcifront pci-0: read got back value 70
[    0.597381] pcifront pci-0: read dev=0000:00:01.1 - offset 70 size 1
[    0.597408] pcifront pci-0: read got back value 11
[    0.597416] pcifront pci-0: read dev=0000:00:01.1 - offset 71 size 1
[    0.598028] pcifront pci-0: read got back value a0
[    0.795328] pcifront pci-0: read dev=0000:00:01.1 - offset a0 size 1
[    0.795363] pcifront pci-0: read got back value 10
[    0.795372] pcifront pci-0: read dev=0000:00:01.1 - offset 6 size 2
[    0.795400] pcifront pci-0: read got back value 10
[    0.795410] pcifront pci-0: read dev=0000:00:01.1 - offset 34 size 1
[    0.795453] pcifront pci-0: read got back value 70
[    0.795462] pcifront pci-0: read dev=0000:00:01.1 - offset 70 size 1
[    0.795504] pcifront pci-0: read got back value 11
[    0.795512] pcifront pci-0: read dev=0000:00:01.1 - offset 71 size 1
[    0.795539] pcifront pci-0: read got back value a0
[    0.795546] pcifront pci-0: read dev=0000:00:01.1 - offset a0 size 1
[    0.795572] pcifront pci-0: read got back value 10
[    0.795580] pcifront pci-0: read dev=0000:00:01.1 - offset a1 size 1
[    0.795608] pcifront pci-0: read got back value 0
[    0.795617] pcifront pci-0: read dev=0000:00:01.1 - offset 6 size 2
[    0.795653] pcifront pci-0: read got back value 10
[    0.795661] pcifront pci-0: read dev=0000:00:01.1 - offset 34 size 1
[    0.795692] pcifront pci-0: read got back value 70
[    0.795700] pcifront pci-0: read dev=0000:00:01.1 - offset 70 size 1
[    0.795738] pcifront pci-0: read got back value 11
[    0.795745] pcifront pci-0: read dev=0000:00:01.1 - offset 71 size 1
[    0.795780] pcifront pci-0: read got back value a0
[    0.795786] pcifront pci-0: read dev=0000:00:01.1 - offset a0 size 1
[    0.795824] pcifront pci-0: read got back value 10
[    0.795831] pcifront pci-0: read dev=0000:00:01.1 - offset a1 size 1
[    0.795980] pcifront pci-0: read got back value 0
[    0.795989] pcifront pci-0: read dev=0000:00:01.1 - offset 6 size 2
[    0.796111] pcifront pci-0: read got back value 10
[    0.796123] pcifront pci-0: read dev=0000:00:01.1 - offset 34 size 1
[    0.796156] pcifront pci-0: read got back value 70
[    0.796164] pcifront pci-0: read dev=0000:00:01.1 - offset 70 size 1
[    0.796196] pcifront pci-0: read got back value 11
[    0.796206] pcifront pci-0: read dev=0000:00:01.1 - offset 71 size 1
[    0.796230] pcifront pci-0: read got back value a0
[    0.796237] pcifront pci-0: read dev=0000:00:01.1 - offset a0 size 1
[    0.796268] pcifront pci-0: read got back value 10
[    0.796276] pcifront pci-0: read dev=0000:00:01.1 - offset a1 size 1
[    0.796317] pcifront pci-0: read got back value 0
[    0.796326] pcifront pci-0: read dev=0000:00:01.1 - offset 100 size 4
[    0.796350] pcifront pci-0: read got back value 15010001
[    0.796356] pcifront pci-0: read dev=0000:00:01.1 - offset 150 size 4
[    0.796386] pcifront pci-0: read got back value 1000e
[    0.796394] pcifront pci-0: read dev=0000:00:01.1 - offset 100 size 4
[    0.796425] pcifront pci-0: read got back value 15010001
[    0.796434] pcifront pci-0: read dev=0000:00:01.1 - offset 150 size 4
[    0.796461] pcifront pci-0: read got back value 1000e
[    0.803577] pcifront pci-0: New device on 0000:00:01.1 found.
[    0.803587] pcifront pci-0: read dev=0000:00:01.2 - offset 0 size 4
[    0.803707] pcifront pci-0: read dev=0000:00:01.3 - offset 0 size 4
[    0.803749] pcifront pci-0: read dev=0000:00:01.4 - offset 0 size 4
[    0.803775] pcifront pci-0: read dev=0000:00:01.5 - offset 0 size 4
[    0.803810] pcifront pci-0: read dev=0000:00:01.6 - offset 0 size 4
[    0.803836] pcifront pci-0: read dev=0000:00:01.7 - offset 0 size 4
[    0.803858] pcifront pci-0: read dev=0000:00:02.0 - offset 0 size 4
[    0.803883] pcifront pci-0: read dev=0000:00:02.1 - offset 0 size 4
[    0.803908] pcifront pci-0: read dev=0000:00:02.2 - offset 0 size 4
[    0.803933] pcifront pci-0: read dev=0000:00:02.3 - offset 0 size 4
[    0.803958] pcifront pci-0: read dev=0000:00:02.4 - offset 0 size 4
[    0.803988] pcifront pci-0: read dev=0000:00:02.5 - offset 0 size 4
[    0.804016] pcifront pci-0: read dev=0000:00:02.6 - offset 0 size 4
[    0.804039] pcifront pci-0: read dev=0000:00:02.7 - offset 0 size 4
[    0.804076] pcifront pci-0: read dev=0000:00:03.0 - offset 0 size 4
[    0.804099] pcifront pci-0: read dev=0000:00:03.1 - offset 0 size 4
[    0.804121] pcifront pci-0: read dev=0000:00:03.2 - offset 0 size 4
[    0.804144] pcifront pci-0: read dev=0000:00:03.3 - offset 0 size 4
[    0.804172] pcifront pci-0: read dev=0000:00:03.4 - offset 0 size 4
[    0.804198] pcifront pci-0: read dev=0000:00:03.5 - offset 0 size 4
[    0.804234] pcifront pci-0: read dev=0000:00:03.6 - offset 0 size 4
[    0.804266] pcifront pci-0: read dev=0000:00:03.7 - offset 0 size 4
[    0.804294] pcifront pci-0: read dev=0000:00:04.0 - offset 0 size 4
[    0.804316] pcifront pci-0: read dev=0000:00:04.1 - offset 0 size 4
[    0.804341] pcifront pci-0: read dev=0000:00:04.2 - offset 0 size 4
[    0.804362] pcifront pci-0: read dev=0000:00:04.3 - offset 0 size 4
[    0.804384] pcifront pci-0: read dev=0000:00:04.4 - offset 0 size 4
[    0.804409] pcifront pci-0: read dev=0000:00:04.5 - offset 0 size 4
[    0.804434] pcifront pci-0: read dev=0000:00:04.6 - offset 0 size 4
[    0.804465] pcifront pci-0: read dev=0000:00:04.7 - offset 0 size 4
[    0.804486] pcifront pci-0: read dev=0000:00:05.0 - offset 0 size 4
[    0.804507] pcifront pci-0: read dev=0000:00:05.1 - offset 0 size 4
[    0.804533] pcifront pci-0: read dev=0000:00:05.2 - offset 0 size 4
[    0.804555] pcifront pci-0: read dev=0000:00:05.3 - offset 0 size 4
[    0.804579] pcifront pci-0: read dev=0000:00:05.4 - offset 0 size 4
[    0.804603] pcifront pci-0: read dev=0000:00:05.5 - offset 0 size 4
[    0.804628] pcifront pci-0: read dev=0000:00:05.6 - offset 0 size 4
[    0.804650] pcifront pci-0: read dev=0000:00:05.7 - offset 0 size 4
[    0.804675] pcifront pci-0: read dev=0000:00:06.0 - offset 0 size 4
[    0.804697] pcifront pci-0: read dev=0000:00:06.1 - offset 0 size 4
[    0.804722] pcifront pci-0: read dev=0000:00:06.2 - offset 0 size 4
[    0.804745] pcifront pci-0: read dev=0000:00:06.3 - offset 0 size 4
[    0.804770] pcifront pci-0: read dev=0000:00:06.4 - offset 0 size 4
[    0.804792] pcifront pci-0: read dev=0000:00:06.5 - offset 0 size 4
[    0.804817] pcifront pci-0: read dev=0000:00:06.6 - offset 0 size 4
[    0.804839] pcifront pci-0: read dev=0000:00:06.7 - offset 0 size 4
[    0.804863] pcifront pci-0: read dev=0000:00:07.0 - offset 0 size 4
[    0.804885] pcifront pci-0: read dev=0000:00:07.1 - offset 0 size 4
[    0.804911] pcifront pci-0: read dev=0000:00:07.2 - offset 0 size 4
[    0.804933] pcifront pci-0: read dev=0000:00:07.3 - offset 0 size 4
[    0.804958] pcifront pci-0: read dev=0000:00:07.4 - offset 0 size 4
[    0.804979] pcifront pci-0: read dev=0000:00:07.5 - offset 0 size 4
[    0.805010] pcifront pci-0: read dev=0000:00:07.6 - offset 0 size 4
[    0.994734] pcifront pci-0: read dev=0000:00:07.7 - offset 0 size 4
[    0.994771] pcifront pci-0: read dev=0000:00:08.0 - offset 0 size 4
[    0.994798] pcifront pci-0: read dev=0000:00:08.1 - offset 0 size 4
[    0.994825] pcifront pci-0: read dev=0000:00:08.2 - offset 0 size 4
[    0.994858] pcifront pci-0: read dev=0000:00:08.3 - offset 0 size 4
[    0.994895] pcifront pci-0: read dev=0000:00:08.4 - offset 0 size 4
[    0.994916] pcifront pci-0: read dev=0000:00:08.5 - offset 0 size 4
[    0.994947] pcifront pci-0: read dev=0000:00:08.6 - offset 0 size 4
[    0.994982] pcifront pci-0: read dev=0000:00:08.7 - offset 0 size 4
[    0.995023] pcifront pci-0: read dev=0000:00:09.0 - offset 0 size 4
[    0.995052] pcifront pci-0: read dev=0000:00:09.1 - offset 0 size 4
[    0.995076] pcifront pci-0: read dev=0000:00:09.2 - offset 0 size 4
[    0.995109] pcifront pci-0: read dev=0000:00:09.3 - offset 0 size 4
[    0.995143] pcifront pci-0: read dev=0000:00:09.4 - offset 0 size 4
[    0.995168] pcifront pci-0: read dev=0000:00:09.5 - offset 0 size 4
[    0.995188] pcifront pci-0: read dev=0000:00:09.6 - offset 0 size 4
[    0.995235] pcifront pci-0: read dev=0000:00:09.7 - offset 0 size 4
[    0.995260] pcifront pci-0: read dev=0000:00:0a.0 - offset 0 size 4
[    0.995415] pcifront pci-0: read dev=0000:00:0a.1 - offset 0 size 4
[    0.995528] pcifront pci-0: read dev=0000:00:0a.2 - offset 0 size 4
[    0.995563] pcifront pci-0: read dev=0000:00:0a.3 - offset 0 size 4
[    0.995611] pcifront pci-0: read dev=0000:00:0a.4 - offset 0 size 4
[    0.995638] pcifront pci-0: read dev=0000:00:0a.5 - offset 0 size 4
[    0.995672] pcifront pci-0: read dev=0000:00:0a.6 - offset 0 size 4
[    0.995696] pcifront pci-0: read dev=0000:00:0a.7 - offset 0 size 4
[    0.995734] pcifront pci-0: read dev=0000:00:0b.0 - offset 0 size 4
[    0.995766] pcifront pci-0: read dev=0000:00:0b.1 - offset 0 size 4
[    0.995812] pcifront pci-0: read dev=0000:00:0b.2 - offset 0 size 4
[    0.995835] pcifront pci-0: read dev=0000:00:0b.3 - offset 0 size 4
[    0.995862] pcifront pci-0: read dev=0000:00:0b.4 - offset 0 size 4
[    0.995888] pcifront pci-0: read dev=0000:00:0b.5 - offset 0 size 4
[    0.995927] pcifront pci-0: read dev=0000:00:0b.6 - offset 0 size 4
[    0.995952] pcifront pci-0: read dev=0000:00:0b.7 - offset 0 size 4
[    0.995977] pcifront pci-0: read dev=0000:00:0c.0 - offset 0 size 4
[    0.996006] pcifront pci-0: read dev=0000:00:0c.1 - offset 0 size 4
[    0.996055] pcifront pci-0: read dev=0000:00:0c.2 - offset 0 size 4
[    0.996084] pcifront pci-0: read dev=0000:00:0c.3 - offset 0 size 4
[    0.996110] pcifront pci-0: read dev=0000:00:0c.4 - offset 0 size 4
[    0.996141] pcifront pci-0: read dev=0000:00:0c.5 - offset 0 size 4
[    0.996179] pcifront pci-0: read dev=0000:00:0c.6 - offset 0 size 4
[    0.996222] pcifront pci-0: read dev=0000:00:0c.7 - offset 0 size 4
[    0.996251] pcifront pci-0: read dev=0000:00:0d.0 - offset 0 size 4
[    0.996276] pcifront pci-0: read dev=0000:00:0d.1 - offset 0 size 4
[    0.996322] pcifront pci-0: read dev=0000:00:0d.2 - offset 0 size 4
[    0.996357] pcifront pci-0: read dev=0000:00:0d.3 - offset 0 size 4
[    0.996380] pcifront pci-0: read dev=0000:00:0d.4 - offset 0 size 4
[    0.996407] pcifront pci-0: read dev=0000:00:0d.5 - offset 0 size 4
[    0.996432] pcifront pci-0: read dev=0000:00:0d.6 - offset 0 size 4
[    0.996464] pcifront pci-0: read dev=0000:00:0d.7 - offset 0 size 4
[    0.996506] pcifront pci-0: read dev=0000:00:0e.0 - offset 0 size 4
[    0.996532] pcifront pci-0: read dev=0000:00:0e.1 - offset 0 size 4
[    0.996559] pcifront pci-0: read dev=0000:00:0e.2 - offset 0 size 4
[    0.996585] pcifront pci-0: read dev=0000:00:0e.3 - offset 0 size 4
[    0.996631] pcifront pci-0: read dev=0000:00:0e.4 - offset 0 size 4
[    0.996654] pcifront pci-0: read dev=0000:00:0e.5 - offset 0 size 4
[    0.996681] pcifront pci-0: read dev=0000:00:0e.6 - offset 0 size 4
[    0.996705] pcifront pci-0: read dev=0000:00:0e.7 - offset 0 size 4
[    0.996748] pcifront pci-0: read dev=0000:00:0f.0 - offset 0 size 4
[    0.996779] pcifront pci-0: read dev=0000:00:0f.1 - offset 0 size 4
[    0.996810] pcifront pci-0: read dev=0000:00:0f.2 - offset 0 size 4
[    0.996835] pcifront pci-0: read dev=0000:00:0f.3 - offset 0 size 4
[    0.996864] pcifront pci-0: read dev=0000:00:0f.4 - offset 0 size 4
[    0.996999] pcifront pci-0: read dev=0000:00:0f.5 - offset 0 size 4
[    0.997091] pcifront pci-0: read dev=0000:00:0f.6 - offset 0 size 4
[    0.997136] pcifront pci-0: read dev=0000:00:0f.7 - offset 0 size 4
[    0.997177] pcifront pci-0: read dev=0000:00:10.0 - offset 0 size 4
[    0.997228] pcifront pci-0: read dev=0000:00:10.1 - offset 0 size 4
[    0.997266] pcifront pci-0: read dev=0000:00:10.2 - offset 0 size 4
[    0.997305] pcifront pci-0: read dev=0000:00:10.3 - offset 0 size 4
[    0.997344] pcifront pci-0: read dev=0000:00:10.4 - offset 0 size 4
[    0.997384] pcifront pci-0: read dev=0000:00:10.5 - offset 0 size 4
[    0.997423] pcifront pci-0: read dev=0000:00:10.6 - offset 0 size 4
[    0.997462] pcifront pci-0: read dev=0000:00:10.7 - offset 0 size 4
[    0.997500] pcifront pci-0: read dev=0000:00:11.0 - offset 0 size 4
[    0.997541] pcifront pci-0: read dev=0000:00:11.1 - offset 0 size 4
[    0.997580] pcifront pci-0: read dev=0000:00:11.2 - offset 0 size 4
[    0.997619] pcifront pci-0: read dev=0000:00:11.3 - offset 0 size 4
[    0.997658] pcifront pci-0: read dev=0000:00:11.4 - offset 0 size 4
[    0.997700] pcifront pci-0: read dev=0000:00:11.5 - offset 0 size 4
[    0.997739] pcifront pci-0: read dev=0000:00:11.6 - offset 0 size 4
[    0.997777] pcifront pci-0: read dev=0000:00:11.7 - offset 0 size 4
[    0.997816] pcifront pci-0: read dev=0000:00:12.0 - offset 0 size 4
[    0.997854] pcifront pci-0: read dev=0000:00:12.1 - offset 0 size 4
[    0.997893] pcifront pci-0: read dev=0000:00:12.2 - offset 0 size 4
[    0.997931] pcifront pci-0: read dev=0000:00:12.3 - offset 0 size 4
[    0.997970] pcifront pci-0: read dev=0000:00:12.4 - offset 0 size 4
[    0.998008] pcifront pci-0: read dev=0000:00:12.5 - offset 0 size 4
[    0.998047] pcifront pci-0: read dev=0000:00:12.6 - offset 0 size 4
[    0.998099] pcifront pci-0: read dev=0000:00:12.7 - offset 0 size 4
[    0.998140] pcifront pci-0: read dev=0000:00:13.0 - offset 0 size 4
[    0.998184] pcifront pci-0: read dev=0000:00:13.1 - offset 0 size 4
[    0.998234] pcifront pci-0: read dev=0000:00:13.2 - offset 0 size 4
[    0.998273] pcifront pci-0: read dev=0000:00:13.3 - offset 0 size 4
[    0.998315] pcifront pci-0: read dev=0000:00:13.4 - offset 0 size 4
[    0.998353] pcifront pci-0: read dev=0000:00:13.5 - offset 0 size 4
[    0.998391] pcifront pci-0: read dev=0000:00:13.6 - offset 0 size 4
[    0.998429] pcifront pci-0: read dev=0000:00:13.7 - offset 0 size 4
[    0.998467] pcifront pci-0: read dev=0000:00:14.0 - offset 0 size 4
[    1.195596] pcifront pci-0: read dev=0000:00:14.1 - offset 0 size 4
[    1.195646] pcifront pci-0: read dev=0000:00:14.2 - offset 0 size 4
[    1.195679] pcifront pci-0: read dev=0000:00:14.3 - offset 0 size 4
[    1.195709] pcifront pci-0: read dev=0000:00:14.4 - offset 0 size 4
[    1.195753] pcifront pci-0: read dev=0000:00:14.5 - offset 0 size 4
[    1.195782] pcifront pci-0: read dev=0000:00:14.6 - offset 0 size 4
[    1.195813] pcifront pci-0: read dev=0000:00:14.7 - offset 0 size 4
[    1.195844] pcifront pci-0: read dev=0000:00:15.0 - offset 0 size 4
[    1.196413] pcifront pci-0: read dev=0000:00:15.1 - offset 0 size 4
[    1.196449] pcifront pci-0: read dev=0000:00:15.2 - offset 0 size 4
[    1.196561] pcifront pci-0: read dev=0000:00:15.3 - offset 0 size 4
[    1.196597] pcifront pci-0: read dev=0000:00:15.4 - offset 0 size 4
[    1.196630] pcifront pci-0: read dev=0000:00:15.5 - offset 0 size 4
[    1.196668] pcifront pci-0: read dev=0000:00:15.6 - offset 0 size 4
[    1.196699] pcifront pci-0: read dev=0000:00:15.7 - offset 0 size 4
[    1.196727] pcifront pci-0: read dev=0000:00:16.0 - offset 0 size 4
[    1.196759] pcifront pci-0: read dev=0000:00:16.1 - offset 0 size 4
[    1.196788] pcifront pci-0: read dev=0000:00:16.2 - offset 0 size 4
[    1.196817] pcifront pci-0: read dev=0000:00:16.3 - offset 0 size 4
[    1.196846] pcifront pci-0: read dev=0000:00:16.4 - offset 0 size 4
[    1.196866] pcifront pci-0: read dev=0000:00:16.5 - offset 0 size 4
[    1.196894] pcifront pci-0: read dev=0000:00:16.6 - offset 0 size 4
[    1.196944] pcifront pci-0: read dev=0000:00:16.7 - offset 0 size 4
[    1.196964] pcifront pci-0: read dev=0000:00:17.0 - offset 0 size 4
[    1.197003] pcifront pci-0: read dev=0000:00:17.1 - offset 0 size 4
[    1.197035] pcifront pci-0: read dev=0000:00:17.2 - offset 0 size 4
[    1.197072] pcifront pci-0: read dev=0000:00:17.3 - offset 0 size 4
[    1.197111] pcifront pci-0: read dev=0000:00:17.4 - offset 0 size 4
[    1.197143] pcifront pci-0: read dev=0000:00:17.5 - offset 0 size 4
[    1.197175] pcifront pci-0: read dev=0000:00:17.6 - offset 0 size 4
[    1.197235] pcifront pci-0: read dev=0000:00:17.7 - offset 0 size 4
[    1.197266] pcifront pci-0: read dev=0000:00:18.0 - offset 0 size 4
[    1.197295] pcifront pci-0: read dev=0000:00:18.1 - offset 0 size 4
[    1.197326] pcifront pci-0: read dev=0000:00:18.2 - offset 0 size 4
[    1.197357] pcifront pci-0: read dev=0000:00:18.3 - offset 0 size 4
[    1.197387] pcifront pci-0: read dev=0000:00:18.4 - offset 0 size 4
[    1.197428] pcifront pci-0: read dev=0000:00:18.5 - offset 0 size 4
[    1.197466] pcifront pci-0: read dev=0000:00:18.6 - offset 0 size 4
[    1.197499] pcifront pci-0: read dev=0000:00:18.7 - offset 0 size 4
[    1.197539] pcifront pci-0: read dev=0000:00:19.0 - offset 0 size 4
[    1.197570] pcifront pci-0: read dev=0000:00:19.1 - offset 0 size 4
[    1.197604] pcifront pci-0: read dev=0000:00:19.2 - offset 0 size 4
[    1.197637] pcifront pci-0: read dev=0000:00:19.3 - offset 0 size 4
[    1.197674] pcifront pci-0: read dev=0000:00:19.4 - offset 0 size 4
[    1.197706] pcifront pci-0: read dev=0000:00:19.5 - offset 0 size 4
[    1.197738] pcifront pci-0: read dev=0000:00:19.6 - offset 0 size 4
[    1.197767] pcifront pci-0: read dev=0000:00:19.7 - offset 0 size 4
[    1.197808] pcifront pci-0: read dev=0000:00:1a.0 - offset 0 size 4
[    1.197845] pcifront pci-0: read dev=0000:00:1a.1 - offset 0 size 4
[    1.197878] pcifront pci-0: read dev=0000:00:1a.2 - offset 0 size 4
[    1.197920] pcifront pci-0: read dev=0000:00:1a.3 - offset 0 size 4
[    1.197954] pcifront pci-0: read dev=0000:00:1a.4 - offset 0 size 4
[    1.197981] pcifront pci-0: read dev=0000:00:1a.5 - offset 0 size 4
[    1.198013] pcifront pci-0: read dev=0000:00:1a.6 - offset 0 size 4
[    1.198042] pcifront pci-0: read dev=0000:00:1a.7 - offset 0 size 4
[    1.198089] pcifront pci-0: read dev=0000:00:1b.0 - offset 0 size 4
[    1.198121] pcifront pci-0: read dev=0000:00:1b.1 - offset 0 size 4
[    1.198154] pcifront pci-0: read dev=0000:00:1b.2 - offset 0 size 4
[    1.198195] pcifront pci-0: read dev=0000:00:1b.3 - offset 0 size 4
[    1.198241] pcifront pci-0: read dev=0000:00:1b.4 - offset 0 size 4
[    1.198272] pcifront pci-0: read dev=0000:00:1b.5 - offset 0 size 4
[    1.198303] pcifront pci-0: read dev=0000:00:1b.6 - offset 0 size 4
[    1.198332] pcifront pci-0: read dev=0000:00:1b.7 - offset 0 size 4
[    1.198372] pcifront pci-0: read dev=0000:00:1c.0 - offset 0 size 4
[    1.198400] pcifront pci-0: read dev=0000:00:1c.1 - offset 0 size 4
[    1.198430] pcifront pci-0: read dev=0000:00:1c.2 - offset 0 size 4
[    1.198469] pcifront pci-0: read dev=0000:00:1c.3 - offset 0 size 4
[    1.198499] pcifront pci-0: read dev=0000:00:1c.4 - offset 0 size 4
[    1.198527] pcifront pci-0: read dev=0000:00:1c.5 - offset 0 size 4
[    1.198555] pcifront pci-0: read dev=0000:00:1c.6 - offset 0 size 4
[    1.198583] pcifront pci-0: read dev=0000:00:1c.7 - offset 0 size 4
[    1.198611] pcifront pci-0: read dev=0000:00:1d.0 - offset 0 size 4
[    1.198639] pcifront pci-0: read dev=0000:00:1d.1 - offset 0 size 4
[    1.198667] pcifront pci-0: read dev=0000:00:1d.2 - offset 0 size 4
[    1.198694] pcifront pci-0: read dev=0000:00:1d.3 - offset 0 size 4
[    1.198722] pcifront pci-0: read dev=0000:00:1d.4 - offset 0 size 4
[    1.198750] pcifront pci-0: read dev=0000:00:1d.5 - offset 0 size 4
[    1.198782] pcifront pci-0: read dev=0000:00:1d.6 - offset 0 size 4
[    1.198809] pcifront pci-0: read dev=0000:00:1d.7 - offset 0 size 4
[    1.198837] pcifront pci-0: read dev=0000:00:1e.0 - offset 0 size 4
[    1.198863] pcifront pci-0: read dev=0000:00:1e.1 - offset 0 size 4
[    1.198890] pcifront pci-0: read dev=0000:00:1e.2 - offset 0 size 4
[    1.198917] pcifront pci-0: read dev=0000:00:1e.3 - offset 0 size 4
[    1.198943] pcifront pci-0: read dev=0000:00:1e.4 - offset 0 size 4
[    1.198969] pcifront pci-0: read dev=0000:00:1e.5 - offset 0 size 4
[    1.198996] pcifront pci-0: read dev=0000:00:1e.6 - offset 0 size 4
[    1.199023] pcifront pci-0: read dev=0000:00:1e.7 - offset 0 size 4
[    1.199049] pcifront pci-0: read dev=0000:00:1f.0 - offset 0 size 4
[    1.199081] pcifront pci-0: read dev=0000:00:1f.1 - offset 0 size 4
[    1.199108] pcifront pci-0: read dev=0000:00:1f.2 - offset 0 size 4
[    1.199134] pcifront pci-0: read dev=0000:00:1f.3 - offset 0 size 4
[    1.395780] pcifront pci-0: read dev=0000:00:1f.4 - offset 0 size 4
[    1.395824] pcifront pci-0: read dev=0000:00:1f.5 - offset 0 size 4
[    1.395852] pcifront pci-0: read dev=0000:00:1f.6 - offset 0 size 4
[    1.395889] pcifront pci-0: read dev=0000:00:1f.7 - offset 0 size 4
[    1.395919] pcifront pci-0: claiming resource 0000:00:00.0/0
[    1.395926] pcifront pci-0: claiming resource 0000:00:00.0/3
[    1.395932] pcifront pci-0: claiming resource 0000:00:01.1/0
[    1.395936] pcifront pci-0: claiming resource 0000:00:01.1/3
[    1.401490] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, m
argin is 60 seconds).
[    1.401500] Hangcheck: Using getrawmonotonic().
[    1.401534] ERST DBG: ERST support is disabled.
[    1.401695] xen:xen_evtchn: Event-channel device installed
[    1.403312] brd: module loaded
[    1.404186] loop: module loaded
[    1.442609] xen_netfront: Initialising Xen virtual ethernet driver
[    1.464690] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    2.478205] i8042: No controller found
[    2.478326] mousedev: PS/2 mouse device common for all mice
[    2.478825] Netfilter messages via NETLINK v0.30.
[    2.478833] nfnl_acct: registering with nfnetlink.
[    2.478898] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[    2.478984] ctnetlink v0.93: registering with nfnetlink.
[    2.479130] xt_time: kernel timezone is -0000
[    2.479138] ip_set: protocol 6
[    2.479178] ipip: IPv4 over IPv4 tunneling driver
[    2.479322] IPv4 over IPSec tunneling driver
[    2.479516] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.479548] ipt_CLUSTERIP: ClusterIP Version 0.8 loaded successfully
[    2.479560] arp_tables: (C) 2002 David S. Miller
[    2.479571] TCP: bic registered
[    2.479575] TCP: cubic registered
[    2.479577] TCP: westwood registered
[    2.479580] TCP: highspeed registered
[    2.479583] TCP: hybla registered
[    2.479586] TCP: htcp registered
[    2.479588] TCP: vegas registered
[    2.479597] TCP: veno registered
[    2.479599] TCP: scalable registered
[    2.479602] TCP: lp registered
[    2.479604] TCP: yeah registered
[    2.479607] TCP: illinois registered
[    2.479611] Initializing XFRM netlink socket
[    2.479628] NET: Registered protocol family 10
[    2.479871] mip6: Mobile IPv6
[    2.479881] ip6_tables: (C) 2000-2006 Netfilter Core Team
[    2.479919] NET: Registered protocol family 17
[    2.479928] NET: Registered protocol family 15
[    2.480168] registered taskstats version 1
[    2.480188] pcifront pci-0: read dev=0000:00:00.0 - offset a4 size 4
[    2.480323] pcifront pci-0: read got back value 10008cc2
[    2.480338] pcifront pci-0: read dev=0000:00:01.1 - offset a4 size 4
[    2.480377] pcifront pci-0: read got back value 10008cc2
[    2.484707] blkfront: xvda1: flush diskcache: enabled; persistent grants: ena
bled; indirect descriptors: enabled;
[    2.507123] blkfront: xvda2: flush diskcache: enabled; persistent grants: ena
bled; indirect descriptors: enabled;
[    2.513187] blkfront: xvda3: flush diskcache: enabled; persistent grants: ena
bled; indirect descriptors: enabled;
[    2.591998] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts:
 (null)
[    2.592027] VFS: Mounted root (ext4 filesystem) readonly on device 202:1.
[    2.606230] devtmpfs: mounted
[    2.607109] Freeing unused kernel memory: 840K (ffffffff81626000 - ffffffff81
6f8000)
[    3.596758] systemd-udevd[1166]: starting version 204
[    4.282421] EXT4-fs (xvda1): re-mounted. Opts: (null)
[    4.435448] Adding 2097148k swap on /dev/xvda3.  Priority:-1 extents:1 across
:2097148k SSFS
[    4.488631] EXT4-fs (xvda2): mounted filesystem with ordered data mode. Opts:
 (null)
[   68.457806] pcifront pci-0: read dev=0000:00:01.1 - offset 0 size 4
[   68.457887] pcifront pci-0: read got back value 10ca8086
[   68.457897] pcifront pci-0: read dev=0000:00:01.1 - offset 4 size 4
[   68.457936] pcifront pci-0: read got back value 100000
[   68.457945] pcifront pci-0: read dev=0000:00:01.1 - offset 8 size 4
[   68.457981] pcifront pci-0: read got back value 2000001
[   68.457989] pcifront pci-0: read dev=0000:00:01.1 - offset c size 4
[   68.458058] pcifront pci-0: read got back value 0
[   68.458086] pcifront pci-0: read dev=0000:00:01.1 - offset 10 size 4
[   68.458119] pcifront pci-0: read got back value fea60004
[   68.458127] pcifront pci-0: read dev=0000:00:01.1 - offset 14 size 4
[   68.458159] pcifront pci-0: read got back value 0
[   68.458166] pcifront pci-0: read dev=0000:00:01.1 - offset 18 size 4
[   68.458198] pcifront pci-0: read got back value 0
[   68.458205] pcifront pci-0: read dev=0000:00:01.1 - offset 1c size 4
[   68.458238] pcifront pci-0: read got back value fea40004
[   68.458248] pcifront pci-0: read dev=0000:00:01.1 - offset 20 size 4
[   68.458280] pcifront pci-0: read got back value 0
[   68.458288] pcifront pci-0: read dev=0000:00:01.1 - offset 24 size 4
[   68.458320] pcifront pci-0: read got back value 0
[   68.458327] pcifront pci-0: read dev=0000:00:01.1 - offset 28 size 4
[   68.458358] pcifront pci-0: read got back value 0
[   68.458366] pcifront pci-0: read dev=0000:00:01.1 - offset 2c size 4
[   68.458397] pcifront pci-0: read got back value ab1115d9
[   68.458405] pcifront pci-0: read dev=0000:00:01.1 - offset 30 size 4
[   68.458436] pcifront pci-0: read got back value 0
[   68.458444] pcifront pci-0: read dev=0000:00:01.1 - offset 34 size 4
[   68.458475] pcifront pci-0: read got back value 70
[   68.458482] pcifront pci-0: read dev=0000:00:01.1 - offset 38 size 4
[   68.458514] pcifront pci-0: read got back value 0
[   68.458521] pcifront pci-0: read dev=0000:00:01.1 - offset 3c size 4
[   68.458552] pcifront pci-0: read got back value 0
[   68.460606] pcifront pci-0: read dev=0000:00:00.0 - offset 0 size 4
[   68.460652] pcifront pci-0: read got back value 10ca8086
[   68.460664] pcifront pci-0: read dev=0000:00:00.0 - offset 4 size 4
[   68.460703] pcifront pci-0: read got back value 100000
[   68.460711] pcifront pci-0: read dev=0000:00:00.0 - offset 8 size 4
[   68.460744] pcifront pci-0: read got back value 2000001
[   68.460752] pcifront pci-0: read dev=0000:00:00.0 - offset c size 4
[   68.460795] pcifront pci-0: read got back value 0
[   68.460803] pcifront pci-0: read dev=0000:00:00.0 - offset 10 size 4
[   68.460835] pcifront pci-0: read got back value fe9a0004
[   68.460842] pcifront pci-0: read dev=0000:00:00.0 - offset 14 size 4
[   68.460874] pcifront pci-0: read got back value 0
[   68.460881] pcifront pci-0: read dev=0000:00:00.0 - offset 18 size 4
[   68.460912] pcifront pci-0: read got back value 0
[   68.460920] pcifront pci-0: read dev=0000:00:00.0 - offset 1c size 4
[   68.460951] pcifront pci-0: read got back value fe980004
[   68.460959] pcifront pci-0: read dev=0000:00:00.0 - offset 20 size 4
[   68.460990] pcifront pci-0: read got back value 0
[   68.460997] pcifront pci-0: read dev=0000:00:00.0 - offset 24 size 4
[   68.461029] pcifront pci-0: read got back value 0
[   68.461036] pcifront pci-0: read dev=0000:00:00.0 - offset 28 size 4
[   68.461062] pcifront pci-0: read got back value 0
[   68.461097] pcifront pci-0: read dev=0000:00:00.0 - offset 2c size 4
[   68.461130] pcifront pci-0: read got back value ab1115d9
[   68.461138] pcifront pci-0: read dev=0000:00:00.0 - offset 30 size 4
[   68.461170] pcifront pci-0: read got back value 0
[   68.461177] pcifront pci-0: read dev=0000:00:00.0 - offset 34 size 4
[   68.461222] pcifront pci-0: read got back value 70
[   68.461230] pcifront pci-0: read dev=0000:00:00.0 - offset 38 size 4
[   68.461262] pcifront pci-0: read got back value 0
[   68.461269] pcifront pci-0: read dev=0000:00:00.0 - offset 3c size 4
[   68.461300] pcifront pci-0: read got back value 0
[   71.123978] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version
 2.0.2-k
[   71.123980] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   71.123995] pcifront pci-0: read dev=0000:00:00.0 - offset 4 size 2
[   71.124055] pcifront pci-0: read got back value 0
[   71.124068] igbvf 0000:00:00.0: enabling device (0000 -> 0002)
[   71.124070] pcifront pci-0: write dev=0000:00:00.0 - offset 4 size 2 val 2
[   71.124143] pcifront pci-0: read dev=0000:00:00.0 - offset 3c size 1
[   71.124165] pcifront pci-0: read got back value 0
[   71.124177] igbvf 0000:00:00.0: Xen PCI mapped GSI0 to IRQ33
[   71.124183] pcifront pci-0: read dev=0000:00:00.0 - offset 4 size 2
[   71.124246] pcifront pci-0: read got back value 2
[   71.124249] pcifront pci-0: write dev=0000:00:00.0 - offset 4 size 2 val 6
[   71.124314] pcifront pci-0: read dev=0000:00:00.0 - offset 72 size 2
[   71.124346] pcifront pci-0: read got back value 2
[   71.124351] pcifront pci-0: read dev=0000:00:00.0 - offset 72 size 2
[   71.124383] pcifront pci-0: read got back value 2
[   71.124387] pcifront pci-0: write dev=0000:00:00.0 - offset 72 size 2 val 2
[   71.124413] pcifront pci-0: read dev=0000:00:00.0 - offset 74 size 4
[   71.124436] pcifront pci-0: read got back value 3
[   71.124852] pcifront pci-0: write dev=0000:00:00.0 - offset 72 size 2 val c00
2
[   71.124888] BUG: unable to handle kernel paging request at ffffc9000015400c
[   71.124900] IP: [<ffffffff8121ea05>] __msix_mask_irq+0x21/0x24
[   71.124911] PGD 784a0067 PUD 784a1067 PMD 784a2067 PTE 8010000000000464
[   71.124919] Oops: 0003 [#1] SMP 
[   71.124923] Modules linked in: igbvf(+)
[   71.124929] CPU: 0 PID: 2114 Comm: insmod Not tainted 3.12.1-gentoo-DomU #6
[   71.124934] task: ffff8800784c3080 ti: ffff880077324000 task.ti: ffff88007732
4000
[   71.124939] RIP: e030:[<ffffffff8121ea05>]  [<ffffffff8121ea05>] __msix_mask_
irq+0x21/0x24
[   71.124947] RSP: e02b:ffff880077325bb0  EFLAGS: 00010286
[   71.124951] RAX: 0000000000000001 RBX: ffff880078741000 RCX: 0000000000000001
[   71.124957] RDX: ffffc9000015400c RSI: 0000000000000001 RDI: ffff880077770180
[   71.124961] RBP: ffff880077770180 R08: 0000000000000200 R09: ffff88007873fc00
[   71.124967] R10: 0000000000000000 R11: ffff88007873fc00 R12: 0000000000000000
[   71.124972] R13: ffff8800771138a0 R14: 0000000000000000 R15: ffffc9000015400c
[   71.124980] FS:  00007fb8d2c37700(0000) GS:ffff88007f200000(0000) knlGS:00000
00000000000
[   71.124985] CS:  e033 DS: 0000 ES: 0000 CR0: 000000008005003b
[   71.124989] CR2: ffffc9000015400c CR3: 000000007712e000 CR4: 0000000000040660
[   71.124994] Stack:
[   71.124996]  ffffffff8121f9dd ffff88007707c000 ffff880078741840 0000000000000
002
[   71.125004]  ffff880078741840 ffffffffa0005140 00000000c0020010 ffff880078741
000
[   71.125011]  ffff880078741000 0000000000000000 ffff880078741098 ffff88007707c
7c0
[   71.125018] Call Trace:
[   71.125023]  [<ffffffff8121f9dd>] ? pci_enable_msix+0x27d/0x353
[   71.125032]  [<ffffffffa00017b6>] ? igbvf_probe+0x323/0x8d9 [igbvf]
[   71.125039]  [<ffffffff8141fe9d>] ? _raw_spin_unlock_irqrestore+0x42/0x5b
[   71.125047]  [<ffffffff8121300d>] ? pci_device_probe+0x60/0x9d
[   71.125056]  [<ffffffff812af74d>] ? driver_probe_device+0x1b3/0x1b3
[   71.125060]  [<ffffffff812af62c>] ? driver_probe_device+0x92/0x1b3
[   71.125060]  [<ffffffff812af7a0>] ? __driver_attach+0x53/0x73
[   71.125060]  [<ffffffff812add94>] ? bus_for_each_dev+0x4e/0x7f
[   71.125060]  [<ffffffff812aedf2>] ? bus_add_driver+0xe5/0x22d
[   71.125060]  [<ffffffff812afcfa>] ? driver_register+0x82/0xb5
[   71.125060]  [<ffffffffa0008000>] ? 0xffffffffa0007fff
[   71.125060]  [<ffffffff81002092>] ? do_one_initcall+0x78/0x102
[   71.125060]  [<ffffffff810db633>] ? free_hot_cold_page+0x100/0x109
[   71.125060]  [<ffffffff811083b3>] ? kfree+0xb6/0xc8
[   71.125060]  [<ffffffff810fd8f4>] ? __vunmap+0x8c/0xc4
[   71.125060]  [<ffffffff810ad804>] ? load_module+0x18d3/0x1b9a
[   71.125060]  [<ffffffff810ab117>] ? mod_kobject_put+0x42/0x42
[   71.125060]  [<ffffffff81118716>] ? vfs_read+0xf7/0x13e
[   71.125060]  [<ffffffff810adbad>] ? SyS_finit_module+0x4e/0x62
[   71.125060]  [<ffffffff81420c8f>] ? tracesys+0xe1/0xe6
[   71.125060] Code: 83 c4 18 5b 5d 41 5c 41 5d c3 8b 47 08 0f b7 57 02 83 e0 fe
 c1 e2 04 89 c1 83 c9 01 83 c2 0c 85 f6 0f 45 c1 48 63 d2 48 03 57 28 <89> 02 c3
 48 8b 46 10 48 83 ef 48 48 85 c0 74 02 ff e0 48 c7 c0 
[   71.125060] RIP  [<ffffffff8121ea05>] __msix_mask_irq+0x21/0x24
[   71.125060]  RSP <ffff880077325bb0>
[   71.125060] CR2: ffffc9000015400c
[   71.125060] ---[ end trace 66e59b16e50eead2 ]---


[-- Attachment #5: lspci-domU.log --]
[-- Type: text/plain, Size: 5938 bytes --]

00:00.0 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: Memory at fe9a0000 (64-bit, non-prefetchable) [disabled] [size=16K]
        Region 3: Memory at fe980000 (64-bit, non-prefetchable) [disabled] [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel modules: igbvf

00:01.1 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: Memory at fea60000 (64-bit, non-prefetchable) [disabled] [size=16K]
        Region 3: Memory at fea40000 (64-bit, non-prefetchable) [disabled] [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel modules: igbvf


[-- Attachment #6: lspci.log --]
[-- Type: text/plain, Size: 83528 bytes --]

00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890 Northbridge only dual slot (2x8) PCI-e GFX Hydra part (rev 02)
        Subsystem: Super Micro Computer Inc H8DGU
        Control: I/O- 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: [f0] HyperTransport: MSI Mapping Enable+ Fixed+
        Capabilities: [c4] HyperTransport: Slave or Primary Interface
                Command: BaseUnitID=0 UnitCnt=20 MastHost- DefDir- DUL-
                Link Control 0: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn+ LSEn- ExtCTL- 64b-
                Link Config 0: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
                Link Control 1: CFlE- CST- CFE- <LkFail+ Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
                Link Config 1: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
                Revision ID: 3.00
                Link Frequency 0: [e]
                Link Error 0: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability 0: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD-
                Link Frequency 1: 200MHz
                Link Error 1: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability 1: 200MHz- 300MHz- 400MHz- 500MHz- 600MHz- 800MHz- 1.0GHz- 1.2GHz- 1.4GHz- 1.6GHz- Vend-
                Error Handling: PFlE- OFlE- PFE- OFE- EOCFE- RFE- CRCFE- SERRFE- CF- RE- PNFE- ONFE- EOCNFE- RNFE- CRCNFE- SERRNFE-
                Prefetchable memory behind bridge Upper: 00-00
                Bus Number: 00
        Capabilities: [40] HyperTransport: Retry Mode
        Capabilities: [54] HyperTransport: UnitID Clumping
        Capabilities: [9c] HyperTransport: #1a
        Capabilities: [70] MSI: Enable- Count=1/4 Maskable- 64bit-
                Address: 00000000  Data: 0000

00:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD/ATI] RD990 I/O Memory Management Unit (IOMMU)
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] RD990 I/O Memory Management Unit (IOMMU)
        Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0
        Interrupt: pin A routed to IRQ 7
        Capabilities: [40] Secure device <?>
        Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee20000  Data: 4028
        Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port B) (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=04, sec-latency=0
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: feb00000-febfffff
        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: [50] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
                        ExtTag+ RBE+ FLReset-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <1us, L1 <8us
                        ClockPM- Surprise- LLActRep+ BwNot+
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                        Slot #2, PowerLimit 9.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                        Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                        Changed: MRL- PresDet+ LinkState+
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
                DevCtl2: Completion Timeout: 65ms to 210ms, 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: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit-
                Address: 00000000  Data: 0000
        Capabilities: [b0] Subsystem: Super Micro Computer Inc Device a811
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
        Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Capabilities: [190 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

00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] RD890 PCI to PCI bridge (PCI express gpp port D) (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=03, sec-latency=0
        I/O behind bridge: 0000d000-0000dfff
        Memory behind bridge: fe900000-feafffff
        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: [50] Power Management version 3
                Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
                        ExtTag+ RBE+ FLReset-
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
                        MaxPayload 128 bytes, MaxReadReq 128 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                LnkCap: Port #0, Speed 5GT/s, Width x4, ASPM L0s L1, Latency L0 <1us, L1 <8us
                        ClockPM- Surprise- LLActRep+ BwNot+
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
                        Slot #4, PowerLimit 75.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
                        Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock-
                        Changed: MRL- PresDet+ LinkState+
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported ARIFwd+
                DevCtl2: Completion Timeout: 65ms to 210ms, 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: -3.5dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit-
                Address: 00000000  Data: 0000
        Capabilities: [b0] Subsystem: Super Micro Computer Inc H8DGU
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
        Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
        Capabilities: [190 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

00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller (prog-if 10 [OHCI])
        Subsystem: Super Micro Computer Inc H8DGU
        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 A routed to IRQ 16
        Region 0: Memory at fe8f6000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci

00:12.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller (prog-if 10 [OHCI])
        Subsystem: Super Micro Computer Inc H8DGU
        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 A routed to IRQ 16
        Region 0: Memory at fe8f7000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci

00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller (prog-if 20 [EHCI])
        Subsystem: Super Micro Computer Inc H8DGU
        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 17
        Region 0: Memory at fe8fa800 (32-bit, non-prefetchable) [size=256]
        Capabilities: [c0] 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-
                Bridge: PM- B3+
        Capabilities: [e4] Debug port: BAR=1 offset=00e0
        Kernel driver in use: ehci-pci

00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI0 Controller (prog-if 10 [OHCI])
        Subsystem: Super Micro Computer Inc H8DGU
        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 A routed to IRQ 18
        Region 0: Memory at fe8f8000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci

00:13.1 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0 USB OHCI1 Controller (prog-if 10 [OHCI])
        Subsystem: Super Micro Computer Inc H8DGU
        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 A routed to IRQ 18
        Region 0: Memory at fe8f9000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci

00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB EHCI Controller (prog-if 20 [EHCI])
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB 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: 64, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 19
        Region 0: Memory at fe8fac00 (32-bit, non-prefetchable) [size=256]
        Capabilities: [c0] 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-
                Bridge: PM- B3+
        Capabilities: [e4] Debug port: BAR=1 offset=00e0
        Kernel driver in use: ehci-pci

00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 SMBus Controller (rev 3d)
        Subsystem: Super Micro Computer Inc H8DGU
        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-
        Capabilities: [b0] HyperTransport: MSI Mapping Enable- Fixed+

00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 LPC host controller
        Subsystem: Super Micro Computer Inc Device a811
        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

00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD/ATI] SBx00 PCI to PCI Bridge (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=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 64
        Bus: primary=00, secondary=01, subordinate=01, sec-latency=64
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: fdf00000-fe7fffff
        Prefetchable memory behind bridge: fc000000-fcffffff
        Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
        BridgeCtl: Parity- SERR+ NoISA- VGA+ MAbort- >Reset- FastB2B-
                PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-

00:14.5 USB controller: Advanced Micro Devices, Inc. [AMD/ATI] SB7x0/SB8x0/SB9x0 USB OHCI2 Controller (prog-if 10 [OHCI])
        Subsystem: Advanced Micro Devices, Inc. [AMD/ATI] Device 4396
        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 C routed to IRQ 18
        Region 0: Memory at fe8fb000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci

00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [80] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
                Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 200MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
        Capabilities: [a0] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn+ LSEn+ ExtCTL- 64b-
                Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: [e]
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
        Capabilities: [c0] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn+ LSEn+ ExtCTL- 64b-
                Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 500MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
        Capabilities: [e0] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
                Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 200MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-

00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 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-

00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 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-

00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [f0] Secure device <?>
        Kernel driver in use: k10temp
        Kernel modules: k10temp

00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [80] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
                Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 200MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
        Capabilities: [e0] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
                Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 200MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
        Kernel driver in use: fam15h_power
        Kernel modules: fam15h_power

00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

00:19.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 0
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [80] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
                Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 200MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
        Capabilities: [a0] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init+ EOC- TXO- <CRCErr=0 IsocEn+ LSEn+ ExtCTL- 64b-
                Link Config: MLWI=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 500MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
        Capabilities: [e0] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
                Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 200MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-

00:19.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 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-

00:19.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 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-

00:19.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 3
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [f0] Secure device <?>
        Kernel driver in use: k10temp
        Kernel modules: k10temp

00:19.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 4
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Capabilities: [80] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
                Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=N/C DwFcInEn- LWO=N/C DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 200MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
        Capabilities: [e0] HyperTransport: Host or Secondary Interface
                Command: WarmRst+ DblEnd- DevNum=0 ChainSide- HostHide+ Slave- <EOCErr- DUL-
                Link Control: CFlE- CST- CFE- <LkFail- Init- EOC+ TXO+ <CRCErr=0 IsocEn- LSEn- ExtCTL- 64b-
                Link Config: MLWI=8bit DwFcIn- MLWO=8bit DwFcOut- LWI=8bit DwFcInEn- LWO=8bit DwFcOutEn-
                Revision ID: 3.00
                Link Frequency: 200MHz
                Link Error: <Prot- <Ovfl- <EOC- CTLTm-
                Link Frequency Capability: 200MHz+ 300MHz- 400MHz+ 500MHz- 600MHz+ 800MHz+ 1.0GHz+ 1.2GHz+ 1.4GHz- 1.6GHz- Vend-
                Feature Capability: IsocFC+ LDTSTOP+ CRCTM- ECTLT- 64bA+ UIDRD- ExtRS- UCnfE-
        Kernel modules: fam15h_power

00:19.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h Processor Function 5
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

01:04.0 VGA compatible controller: Matrox Electronics Systems Ltd. MGA G200eW WPCM450 (rev 0a) (prog-if 00 [VGA controller])
        Subsystem: Super Micro Computer Inc H8DGU
        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 (4000ns min, 8000ns max), Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 10
        Region 0: Memory at fc000000 (32-bit, prefetchable) [size=16M]
        Region 1: Memory at fdffc000 (32-bit, non-prefetchable) [size=16K]
        Region 2: Memory at fe000000 (32-bit, non-prefetchable) [size=8M]
        Expansion ROM at <unassigned> [disabled]
        Capabilities: [dc] Power Management version 1
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-

02:00.0 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O+ 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 44
        Region 0: Memory at fea20000 (32-bit, non-prefetchable) [size=128K]
        Region 1: Memory at fea00000 (32-bit, non-prefetchable) [size=128K]
        Region 2: I/O ports at d400 [size=32]
        Region 3: Memory at fe9dc000 (32-bit, non-prefetchable) [size=16K]
        Expansion ROM at fe9e0000 [disabled] [size=128K]
        Capabilities: [40] Power Management version 3
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
                Address: 0000000000000000  Data: 0000
                Masking: 00000000  Pending: 00000000
        Capabilities: [70] MSI-X: Enable+ Count=10 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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+ FLReset-
                        MaxPayload 128 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 16ms to 55ms, 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] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
        Capabilities: [140 v1] Device Serial Number 00-25-90-ff-ff-86-d3-fc
        Capabilities: [150 v1] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 1
                ARICtl: MFVC- ACS-, Function Group: 0
        Capabilities: [160 v1] Single Root I/O Virtualization (SR-IOV)
                IOVCap: Migration-, Interrupt Message Number: 000
                IOVCtl: Enable+ Migration- Interrupt- MSE+ ARIHierarchy+
                IOVSta: Migration-
                Initial VFs: 8, Total VFs: 8, Number of VFs: 7, Function Dependency Link: 00
                VF offset: 128, stride: 2, Device ID: 10ca
                Supported Page Size: 00000553, System Page Size: 00000001
                Region 0: Memory at 00000000fe9a0000 (64-bit, non-prefetchable)
                Region 3: Memory at 00000000fe980000 (64-bit, non-prefetchable)
                VF Migration: offset: 00000000, BIR: 0
        Kernel driver in use: igb

02:00.1 Ethernet controller: Intel Corporation 82576 Gigabit Network Connection (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O+ 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 45
        Region 0: Memory at feae0000 (32-bit, non-prefetchable) [size=128K]
        Region 1: Memory at feac0000 (32-bit, non-prefetchable) [size=128K]
        Region 2: I/O ports at d800 [size=32]
        Region 3: Memory at fea9c000 (32-bit, non-prefetchable) [size=16K]
        Expansion ROM at feaa0000 [disabled] [size=128K]
        Capabilities: [40] Power Management version 3
                Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=1 PME-
        Capabilities: [50] MSI: Enable- Count=1/1 Maskable+ 64bit+
                Address: 0000000000000000  Data: 0000
                Masking: 00000000  Pending: 00000000
        Capabilities: [70] MSI-X: Enable+ Count=10 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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+ FLReset-
                        MaxPayload 128 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
                LnkCap: Port #0, Speed 2.5GT/s, Width x4, ASPM L0s L1, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 16ms to 55ms, TimeoutDis-, LTR-, OBFF Disabled
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [100 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
        Capabilities: [140 v1] Device Serial Number 00-25-90-ff-ff-86-d3-fc
        Capabilities: [150 v1] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Capabilities: [160 v1] Single Root I/O Virtualization (SR-IOV)
                IOVCap: Migration-, Interrupt Message Number: 000
                IOVCtl: Enable+ Migration- Interrupt- MSE+ ARIHierarchy-
                IOVSta: Migration-
                Initial VFs: 8, Total VFs: 8, Number of VFs: 7, Function Dependency Link: 01
                VF offset: 128, stride: 2, Device ID: 10ca
                Supported Page Size: 00000553, System Page Size: 00000001
                Region 0: Memory at 00000000fea60000 (64-bit, non-prefetchable)
                Region 3: Memory at 00000000fea40000 (64-bit, non-prefetchable)
                VF Migration: offset: 00000000, BIR: 0
        Kernel driver in use: igb

02:10.0 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fe9a0000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fe980000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:10.1 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fea60000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fea40000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:10.2 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fe9a4000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fe984000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:10.3 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fea64000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fea44000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:10.4 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fe9a8000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fe988000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:10.5 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fea68000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fea48000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:10.6 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fe9ac000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fe98c000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:10.7 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fea6c000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fea4c000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:11.0 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fe9b0000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fe990000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:11.1 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fea70000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fea50000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:11.2 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fe9b4000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fe994000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:11.3 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fea74000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fea54000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:11.4 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fe9b8000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fe998000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

02:11.5 Ethernet controller: Intel Corporation 82576 Virtual Function (rev 01)
        Subsystem: Super Micro Computer Inc Device ab11
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Region 0: [virtual] Memory at fea78000 (64-bit, non-prefetchable) [size=16K]
        Region 3: [virtual] Memory at fea58000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [70] MSI-X: Enable- Count=3 Masked-
                Vector table: BAR=3 offset=00000000
                PBA: BAR=3 offset=00002000
        Capabilities: [a0] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 512 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- FLReset-
                        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, Latency L0 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, 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] 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] Alternative Routing-ID Interpretation (ARI)
                ARICap: MFVC- ACS-, Next Function: 0
                ARICtl: MFVC- ACS-, Function Group: 0
        Kernel driver in use: pciback
        Kernel modules: igbvf

04:00.0 RAID bus controller: LSI Logic / Symbios Logic MegaRAID SAS 2108 [Liberator] (rev 05)
        Subsystem: LSI Logic / Symbios Logic MegaRAID SAS 9261-8i
        Control: I/O+ 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 24
        Region 0: I/O ports at e000 [size=256]
        Region 1: Memory at feb9c000 (64-bit, non-prefetchable) [size=16K]
        Region 3: Memory at febc0000 (64-bit, non-prefetchable) [size=256K]
        Expansion ROM at feba0000 [disabled] [size=128K]
        Capabilities: [50] Power Management version 3
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
                Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
        Capabilities: [68] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 4096 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us
                        ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset+
                DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
                        RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ FLReset-
                        MaxPayload 128 bytes, MaxReadReq 512 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
                LnkCap: Port #0, Speed 5GT/s, Width x8, ASPM L0s, Latency L0 <64ns, L1 <1us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Range BC, TimeoutDis+, LTR-, OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
        Capabilities: [d0] Vital Product Data
                Product Name: SGX-SAS6-R-INT-Z, Sun StorageTek 6Gb/s SAS PCIe RAID HBA, Internal
                Read-only fields:
                        [PN] Part number: 375-3644-05
                        [EC] Engineering changes: 05
                        [SN] Serial number: 00SV32921022\x00\x00:CD:
                        [MN] Manufacture ID: 31 30 30 30
                        [RV] Reserved: checksum bad, 86 byte(s) reserved
                Read/write fields:
                        [VD] Vendor specific: BBU08
                        [RW] Read-write area: 29 byte(s) free
                End
        Capabilities: [a8] MSI: Enable- Count=1/1 Maskable- 64bit+
                Address: 0000000000000000  Data: 0000
        Capabilities: [c0] MSI-X: Enable+ Count=15 Masked-
                Vector table: BAR=1 offset=00002000
                PBA: BAR=1 offset=00003800
        Capabilities: [100 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [138 v1] Power Budgeting <?>
        Kernel driver in use: megaraid_sas


[-- Attachment #7: xen.log --]
[-- Type: text/plain, Size: 14950 bytes --]

 __  __            _  _   _  _                      _        _     _      
 \ \/ /___ _ __   | || | | || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \  | || |_| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | | |__   _|__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_|    |_|(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                          
(XEN) Xen version 4.4-unstable (root@coani.com) (gcc (Gentoo 4.7.3-r1 p1.3, pie-0.5.5) 4.7.3) debug=y Wed Nov 27 20:43:41 CET 2013
(XEN) Latest ChangeSet: Mon Nov 25 11:20:06 2013 +0100 git:e439e0b
(XEN) Bootloader: GRUB 2.00
(XEN) Command line: placeholder dom0_mem=4G guest_loglvl=all loglvl=all
(XEN) Video information:
(XEN)  VGA is text mode 80x25, font 8x16
(XEN)  VBE/DDC methods: none; EDID transfer time: 0 seconds
(XEN)  EDID info not retrieved because no DDC retrieval method detected
(XEN) Disc information:
(XEN)  Found 1 MBR signatures
(XEN)  Found 1 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000099800 (usable)
(XEN)  0000000000099800 - 00000000000a0000 (reserved)
(XEN)  00000000000e6000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 00000000dfe90000 (usable)
(XEN)  00000000dfe9e000 - 00000000dfea0000 type 9
(XEN)  00000000dfea0000 - 00000000dfeb2000 (ACPI data)
(XEN)  00000000dfeb2000 - 00000000dfee0000 (ACPI NVS)
(XEN)  00000000dfee0000 - 00000000f0000000 (reserved)
(XEN)  00000000ffe00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 000000081e000000 (usable)
(XEN) ACPI: RSDP 000FA210, 0024 (r2 ACPIAM)
(XEN) ACPI: XSDT DFEA0100, 008C (r1 SMCI            20130507 MSFT       97)
(XEN) ACPI: FACP DFEA0290, 00F4 (r4 050713 FACP1633 20130507 MSFT       97)
(XEN) ACPI: DSDT DFEA06C0, 5962 (r2  1A811 1A811000        0 INTL 20051117)
(XEN) ACPI: FACS DFEB2000, 0040
(XEN) ACPI: APIC DFEA0390, 0164 (r2 050713 APIC1633 20130507 MSFT       97)
(XEN) ACPI: MCFG DFEA0500, 003C (r1 050713 OEMMCFG  20130507 MSFT       97)
(XEN) ACPI: OEMB DFEB2040, 0075 (r1 050713 OEMB1633 20130507 MSFT       97)
(XEN) ACPI: HPET DFEAA6C0, 0038 (r1 050713 OEMHPET  20130507 MSFT       97)
(XEN) ACPI: IVRS DFEAA700, 00A8 (r1  AMD     RD890S   202031 AMD         0)
(XEN) ACPI: SRAT DFEAA7B0, 0168 (r2 AMD    AGESA           1 AMD         1)
(XEN) ACPI: SLIT DFEAA920, 0030 (r1 AMD    AGESA           1 AMD         1)
(XEN) ACPI: SSDT DFEAA950, 228C (r1 A M I  POWERNOW        1 AMD         1)
(XEN) ACPI: EINJ DFEACBE0, 0130 (r1  AMIER AMI_EINJ 20130507 MSFT       97)
(XEN) ACPI: BERT DFEACD70, 0030 (r1  AMIER AMI_BERT 20130507 MSFT       97)
(XEN) ACPI: ERST DFEACDA0, 0210 (r1  AMIER AMI_ERST 20130507 MSFT       97)
(XEN) ACPI: HEST DFEACFB0, 00A8 (r1  AMIER ABC_HEST 20130507 MSFT       97)
(XEN) System RAM: 32734MB (33519780kB)
(XEN) SRAT: PXM 0 -> APIC 32 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 33 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 34 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 35 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 36 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 37 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 38 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 39 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 40 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 41 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 42 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 43 -> Node 0
(XEN) SRAT: Node 0 PXM 0 0-a0000
(XEN) SRAT: Node 0 PXM 0 100000-e0000000
(XEN) SRAT: Node 0 PXM 0 100000000-81e000000
(XEN) NUMA: Allocated memnodemap from 80c08f000 - 80c098000
(XEN) NUMA: Using 8 for the hash shift.
(XEN) Domain heap initialised
(XEN) found SMP MP-table at 000ff780
(XEN) DMI present.
(XEN) Using APIC driver default
(XEN) ACPI: PM-Timer IO Port: 0x808
(XEN) ACPI: SLEEP INFO: pm1x_cnt[804,0], pm1x_evt[800,0]
(XEN) ACPI:             wakeup_vec[dfeb200c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x20] enabled)
(XEN) Processor #32 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x21] enabled)
(XEN) Processor #33 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x22] enabled)
(XEN) Processor #34 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x23] enabled)
(XEN) Processor #35 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x24] enabled)
(XEN) Processor #36 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x25] enabled)
(XEN) Processor #37 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x07] lapic_id[0x26] enabled)
(XEN) Processor #38 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x08] lapic_id[0x27] enabled)
(XEN) Processor #39 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x09] lapic_id[0x28] enabled)
(XEN) Processor #40 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x29] enabled)
(XEN) Processor #41 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x2a] enabled)
(XEN) Processor #42 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x2b] enabled)
(XEN) Processor #43 5:2 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x8c] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x8d] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x8e] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x10] lapic_id[0x8f] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x11] lapic_id[0x90] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x12] lapic_id[0x91] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x13] lapic_id[0x92] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x14] lapic_id[0x93] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x15] lapic_id[0x94] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x16] lapic_id[0x95] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x17] lapic_id[0x96] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x18] lapic_id[0x97] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x19] lapic_id[0x98] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x99] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x9a] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x9b] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x9c] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x9d] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x9e] disabled)
(XEN) ACPI: LAPIC (acpi_id[0x20] lapic_id[0x9f] disabled)
(XEN) ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
(XEN) ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
(XEN) Overriding APIC driver with bigsmp
(XEN) ACPI: IOAPIC (id[0x00] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 0, version 33, address 0xfec00000, GSI 0-23
(XEN) ACPI: IOAPIC (id[0x01] address[0xfec20000] gsi_base[24])
(XEN) IOAPIC[1]: apic_id 1, version 33, address 0xfec20000, GSI 24-55
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
(XEN) ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
(XEN) ACPI: IRQ0 used by override.
(XEN) ACPI: IRQ2 used by override.
(XEN) ACPI: IRQ9 used by override.
(XEN) Enabling APIC mode:  Phys.  Using 2 I/O APICs
(XEN) ACPI: HPET id: 0x8300 base: 0xfed00000
(XEN) Xen ERST support is initialized.
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 32 CPUs (20 hotplug CPUs)
(XEN) IRQ limits: 56 GSI, 2264 MSI/MSI-X
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 2600.102 MHz processor.
(XEN) Initing memory sharing.
(XEN) xstate_init: using cntxt_size: 0x3c0 and states: 0x4000000000000007
(XEN) AMD Fam15h machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: MCFG area at e0000000 reserved in E820
(XEN) PCI: Using MCFG for segment 0000 bus 00-ff
(XEN) AMD-Vi: IOMMU 0 Enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) Platform timer is 14.318MHz HPET
(XEN) Allocated console ring of 128 KiB.
(XEN) HVM: ASIDs enabled.
(XEN) SVM: Supported advanced features:
(XEN)  - Nested Page Tables (NPT)
(XEN)  - Last Branch Record (LBR) Virtualisation
(XEN)  - Next-RIP Saved on #VMEXIT
(XEN)  - VMCB Clean Bits
(XEN)  - DecodeAssists
(XEN)  - Pause-Intercept Filter
(XEN)  - TSC Rate MSR
(XEN) HVM: SVM enabled
(XEN) HVM: Hardware Assisted Paging (HAP) detected
(XEN) HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) HVM: PVH mode not supported on this platform
(XEN) microcode: CPU1 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU2 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU3 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU4 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU5 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU6 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU7 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU8 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU9 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU10 collect_cpu_info: patch_id=0x6000822
(XEN) microcode: CPU11 collect_cpu_info: patch_id=0x6000822
(XEN) Brought up 12 CPUs
(XEN) ACPI sleep modes: S3
(XEN) mcheck_poll: Machine check polling timer started.
(XEN) *** LOADING DOMAIN 0 ***
(XEN) elf_parse_binary: phdr: paddr=0x1000000 memsz=0xcdf000
(XEN) elf_parse_binary: phdr: paddr=0x1e00000 memsz=0xda0f0
(XEN) elf_parse_binary: phdr: paddr=0x1edb000 memsz=0x15000
(XEN) elf_parse_binary: phdr: paddr=0x1ef0000 memsz=0x63f000
(XEN) elf_parse_binary: memory: 0x1000000 -> 0x252f000
(XEN) elf_xen_parse_note: GUEST_OS = "linux"
(XEN) elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) elf_xen_parse_note: ENTRY = 0xffffffff81ef01e0
(XEN) elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb"
(XEN) elf_xen_parse_note: PAE_MODE = "yes"
(XEN) elf_xen_parse_note: LOADER = "generic"
(XEN) elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) elf_xen_addr_calc_check: addresses:
(XEN)     virt_base        = 0xffffffff80000000
(XEN)     elf_paddr_offset = 0x0
(XEN)     virt_offset      = 0xffffffff80000000
(XEN)     virt_kstart      = 0xffffffff81000000
(XEN)     virt_kend        = 0xffffffff8252f000
(XEN)     virt_entry       = 0xffffffff81ef01e0
(XEN)     p2m_base         = 0xffffffffffffffff
(XEN)  Xen  kernel: 64-bit, lsb, compat32
(XEN)  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x252f000
(XEN) PHYSICAL MEMORY ARRANGEMENT:
(XEN)  Dom0 alloc.:   0000000800000000->0000000804000000 (1032192 pages to be allocated)
(XEN) VIRTUAL MEMORY ARRANGEMENT:
(XEN)  Loaded kernel: ffffffff81000000->ffffffff8252f000
(XEN)  Init. ramdisk: ffffffff8252f000->ffffffff8252f000
(XEN)  Phys-Mach map: ffffffff8252f000->ffffffff82d2f000
(XEN)  Start info:    ffffffff82d2f000->ffffffff82d2f4b4
(XEN)  Page tables:   ffffffff82d30000->ffffffff82d4b000
(XEN)  Boot stack:    ffffffff82d4b000->ffffffff82d4c000
(XEN)  TOTAL:         ffffffff80000000->ffffffff83000000
(XEN)  ENTRY ADDRESS: ffffffff81ef01e0
(XEN) Dom0 has maximum 12 VCPUs
(XEN) elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81cdf000
(XEN) elf_load_binary: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81eda0f0
(XEN) elf_load_binary: phdr 2 at 0xffffffff81edb000 -> 0xffffffff81ef0000
(XEN) elf_load_binary: phdr 3 at 0xffffffff81ef0000 -> 0xffffffff81ffb000
(XEN) Scrubbing Free RAM: ...........................................................................................................................................................................................................................................................................................done.
(XEN) Initial low memory virq threshold set at 0x4000 pages.
(XEN) Std. Loglevel: All
(XEN) Guest Loglevel: All
(XEN) Xen is relinquishing VGA console.
(XEN) *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) Freed 272kB init memory.
(XEN) traps.c:2513:d0 Domain attempted WRMSR 00000000c0010201 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) mm.c:809: d0: Forcing read-only access to MFN e0002
(XEN) PCI add device 0000:00:00.0
(XEN) PCI add device 0000:00:00.2
(XEN) PCI add device 0000:00:02.0
(XEN) PCI add device 0000:00:04.0
(XEN) PCI add device 0000:00:12.0
(XEN) PCI add device 0000:00:12.1
(XEN) PCI add device 0000:00:12.2
(XEN) PCI add device 0000:00:13.0
(XEN) PCI add device 0000:00:13.1
(XEN) PCI add device 0000:00:13.2
(XEN) PCI add device 0000:00:14.0
(XEN) PCI add device 0000:00:14.3
(XEN) PCI add device 0000:00:14.4
(XEN) PCI add device 0000:00:14.5
(XEN) PCI add device 0000:00:18.0
(XEN) PCI add device 0000:00:18.1
(XEN) PCI add device 0000:00:18.2
(XEN) PCI add device 0000:00:18.3
(XEN) PCI add device 0000:00:18.4
(XEN) PCI add device 0000:00:18.5
(XEN) PCI add device 0000:00:19.0
(XEN) PCI add device 0000:00:19.1
(XEN) PCI add device 0000:00:19.2
(XEN) PCI add device 0000:00:19.3
(XEN) PCI add device 0000:00:19.4
(XEN) PCI add device 0000:00:19.5
(XEN) PCI add device 0000:04:00.0
(XEN) PCI add device 0000:02:00.0
(XEN) PCI add device 0000:02:00.1
(XEN) PCI add device 0000:01:04.0
(XEN) PCI add virtual function 0000:02:10.0
(XEN) PCI add virtual function 0000:02:10.2
(XEN) PCI add virtual function 0000:02:10.4
(XEN) PCI add virtual function 0000:02:10.6
(XEN) PCI add virtual function 0000:02:11.0
(XEN) PCI add virtual function 0000:02:11.2
(XEN) PCI add virtual function 0000:02:11.4
(XEN) PCI add virtual function 0000:02:10.1
(XEN) PCI add virtual function 0000:02:10.3
(XEN) PCI add virtual function 0000:02:10.5
(XEN) PCI add virtual function 0000:02:10.7
(XEN) PCI add virtual function 0000:02:11.1
(XEN) PCI add virtual function 0000:02:11.3
(XEN) PCI add virtual function 0000:02:11.5
(d1) mapping kernel into physical memory
(d1) about to get started...
(XEN) traps.c:2513:d1 Domain attempted WRMSR 00000000c0010201 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) grant_table.c:1249:d1 Expanding dom (1) grant table from (4) to (5) frames.
(XEN) mm.c:809: d1: Forcing read-only access to MFN fe980
(XEN) mm.c:809: d0: Forcing read-only access to MFN fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d1 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980
(XEN) mm.c:620:d0 Could not get page ref for pfn fe980


[-- Attachment #8: Type: text/plain, Size: 126 bytes --]

_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xen.org
http://lists.xen.org/xen-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2013-11-29  3:12 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-27 20:53 [BUG] domU kernel crash at igbvf module loading / __msix_mask_irq Norbert Marx
2013-11-27 21:08 ` Andrew Cooper
2013-11-29  3:12   ` Konrad Rzeszutek Wilk

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).