All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
@ 2013-09-17 14:33 ` Sander Eikelenboom
  0 siblings, 0 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-09-17 14:33 UTC (permalink / raw)
  To: xen-devel, qemu-devel; +Cc: Anthony PERARD, Stefano Stabellini

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

*RESEND* due to exceeding the mailinglists limit for attachment size.

Hi,

I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.

- When i don't passthrough the radeon card, the linux native radeon driver loads fine.
- When i do passtrough the device to a HVM with the same kernel:
  The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
  The driver reports a successful read, but fails because it can't find the right string at the right offset.

So I inspected the rom by using sysfs with:
echo 1 > /sys/bus/pci/devices/<BDF>/rom
cat /sys/bus/pci/devices/<BDF>/rom

- When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
- When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
  (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")

So i tried both qemu-xen and qemu-xen-traditional, but both with the same result.
To see if some addresses get mangled i enabled the xen passthrough debug printk's for both qemu's and added a printk to the radeon driver to see where it tries to read the rom.

from dom0 lspci:
07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
        Subsystem: PC Partner Limited Device [174b:e193]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 32
        Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
        Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
        Region 4: I/O ports at a000 [disabled] [size=256]
        Expansion ROM at f99a0000 [disabled] [size=128K]

from qemu-dm-log:
vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
xen_platform: changed ro/rw state of ROM memory area. now is rw state.
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
[00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
[00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
[00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx base_addr=0xf99c0000lx type: 0x4)
[00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx base_addr=0xa000lx type: 0x1)
[00:05.0] xen_pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)

That seems to match ...

from guest lspci:
00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
        Subsystem: PC Partner Limited Device [174b:e193]
        Physical Slot: 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-
        Interrupt: pin A routed to IRQ 36
        Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
        Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
        Region 4: I/O ports at c100 [size=256]
        Expansion ROM at f3060000 [disabled] [size=128K]

from the radeon driver in the guest:

[    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
[    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
[    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
[    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
[    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
[    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
[    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)

<snip>

[    1.744843] [drm] Initialized drm 1.1.0 20060810
[    1.746503] [drm] radeon kernel modesetting enabled.
[    1.747964] [drm:drm_pci_init], 
[    1.749911] [drm:drm_get_pci_dev], 
[    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
[    1.755203] [drm:drm_get_minor], 
[    1.757902] [drm:drm_get_minor], new minor assigned 64
[    1.760337] [drm:drm_get_minor], 
[    1.762547] [drm:drm_get_minor], new minor assigned 0
[    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
[    1.767705] [drm] register mmio base: 0xF3040000
[    1.769135] [drm] register mmio size: 131072
[    1.770551] [drm] radeon_atrm_get_bios: failed 
[    1.771878] [drm] radeon_acpi_vfct_bios: failed 
[    1.773193] [drm] igp_read_bios_from_vram: failed 
[    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
[    1.777717] [drm] radeon_read_bios: succes 
[    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
[    1.784874] [drm:radeon_get_bios], COMBIOS detected
[    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
[    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
[    1.789919] [drm] radeon: finishing device.

So the address that the radeon_read_bios function uses, also matches.

So i'm pretty clueless how it ends up with the data from the cirrus rom when it's reading the right address ...


I'm using:
Xen:               Xen-unstable git:c5e9596
Linux dom0 + domU: 3.12-mergewindow + konrad's jumplabel patch (i also tested with 3.9.0 kernel)

I have attached the qemu-xen logs, but i have the qemu-xen-traditional logs as well.

Attached:
- xl-dmesg.txt                   output of "xl dmesg" with start and shutdown of the guest
- xl-create.txt                  output of "xl -vvvvv create" of the guest
- lspci-dom0.txt                 output of "lspci -vvvknn" for dom0
- lspci-guest.txt                output of "lspci -vvvknn" for guest
- qemu-dm-guest-reduced.log      qemu log, reduced to be acceptable for the mailing list.
                                 a complete log with all pci config reads and writes
                                 can be found at: http://home.eikelenboom.it/qemu-dm-guest.log
- dmesg-guest.txt

--

Sander

[-- Attachment #2: dmesg-guest.txt --]
[-- Type: TEXT/PLAIN, Size: 83356 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7fefff] usable
[    0.000000] BIOS-e820: [mem 0x000000003f7ff000-0x000000003f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/17/2013
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.4.
[    0.000000] Xen Platform PCI: I/O protocol version 1
[    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[    0.000000] You might have to change the root device
[    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[    0.000000] in your root= kernel command line option
[    0.000000] HVMOP_pagetable_dying not supported
[    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 = 0x3f7ff max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-combining
[    0.000000]   C0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
[    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
[    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000560000000 aka 22016M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000fdad0-0x000fdadf] mapped at [ffff8800000fdad0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
[    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
[    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x3f400000-0x3f5fffff]
[    0.000000]  [mem 0x3f400000-0x3f5fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f3fffff]
[    0.000000]  [mem 0x3c000000-0x3f3fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fefff]
[    0.000000]  [mem 0x3f600000-0x3f7fefff] page 4k
[    0.000000] BRK [0x02963000, 0x02963fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
[    0.000000] ACPI: RSDP 00000000000fda20 00024 (v02    Xen)
[    0.000000] ACPI: XSDT 00000000fc009fc0 00054 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: FACP 00000000fc0098f0 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 00000000fc0012a0 085CD (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: FACS 00000000fc001260 00040
[    0.000000] ACPI: APIC 00000000fc0099f0 00460 (v02    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: HPET 00000000fc009ed0 00038 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: WAET 00000000fc009f10 00028 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: SSDT 00000000fc009f40 00031 (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: SSDT 00000000fc009f80 00031 (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f7fefff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fefff]
[    0.000000]   NODE_DATA [mem 0x3f7f4000-0x3f7fefff]
[    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
[    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-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x3f7fefff]
[    0.000000] On node 0 totalpages: 259997
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 4000 pages used for memmap
[    0.000000]   DMA32 zone: 255999 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[    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 5 global_irq 5 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: 128 Processors exceeds NR_CPUS limit of 8
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 64
[    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen HVM
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000 s83136 r8192 d23360 u262144
[    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 255912
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 991448K/1039988K available (10109K kernel code, 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:4352 nr_irqs:1152 16
[    0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 5855 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 3200.144 MHz processor
[    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.96 BogoMIPS (lpj=10667146)
[    0.007910] pid_max: default: 32768 minimum: 301
[    0.009404] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.010274] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.013509] Mount-cache hash table entries: 256
[    0.015617] Initializing cgroup subsys freezer
[    0.016702] Initializing cgroup subsys blkio
[    0.018219] tseg: 0000000000
[    0.020054] CPU: Physical Processor ID: 0
[    0.021397] CPU: Processor Core ID: 0
[    0.022677] mce: CPU supports 2 MCE banks
[    0.023358] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.023358] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    0.023358] tlb_flushall_shift: 4
[    0.026971] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 - ffffffff82003000)
[    0.031792] ACPI: Core revision 20130725
[    0.041888] ACPI: All ACPI Tables successfully acquired
[    0.047025] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.082537] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
[    0.086449] Xen: using vcpuop timer interface
[    0.086676] installing Xen timer for CPU 0
[    0.088169] Performance Events: Broken PMU hardware detected, using software events only.
[    0.089999] Failed to access perfctr msr (MSR c0010004 is 0)
[    0.113523] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.120163] installing Xen timer for CPU 1
[    0.121727] SMP alternatives: lockdep: fixing up alternatives
[    0.123380] smpboot: Booting Node   0, Processors  #1
[    0.230557] Brought up 2 CPUs
[    0.232915] smpboot: Total of 2 processors activated (12904.77 BogoMIPS)
[    0.237280] xor: measuring software checksum speed
[    0.270031]    prefetch64-sse:   854.400 MB/sec
[    0.303355]    generic_sse:   860.400 MB/sec
[    0.306019] xor: using function: generic_sse (860.400 MB/sec)
[    0.306921] NET: Registered protocol family 16
[    0.310119] xenbus: xs_reset_watches failed: -38
[    0.313427] cpuidle: using governor ladder
[    0.316677] cpuidle: using governor menu
[    0.333188] ACPI: bus type PCI registered
[    0.333356] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.337653] PCI: Using configuration type 1 for base access
[    0.340012] PCI: Using configuration type 1 for extended access
[    0.389611] bio: create slab <bio-0> at 0
[    0.450052] raid6: sse2x1    2658 MB/s
[    0.511079] raid6: sse2x2    3617 MB/s
[    0.566841] raid6: sse2x4    3268 MB/s
[    0.568215] raid6: using algorithm sse2x2 (3617 MB/s)
[    0.569591] raid6: using intx1 recovery algorithm
[    0.576735] ACPI: Added _OSI(Module Device)
[    0.578237] ACPI: Added _OSI(Processor Device)
[    0.579572] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.580039] ACPI: Added _OSI(Processor Aggregator Device)
[    0.587697] ACPI: EC: Look up EC in DSDT
[    0.600422] ACPI: Interpreter enabled
[    0.603404] ACPI: (supports S0 S5)
[    0.606682] ACPI: Using IOAPIC for interrupt routing
[    0.608147] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.638813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.640021] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.642119] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.644027] pci_bus 0000:00: dev 01, created physical slot 1
[    0.645538] pci_bus 0000:00: dev 02, created physical slot 2
[    0.646696] pci_bus 0000:00: dev 03, created physical slot 3
[    0.650016] pci_bus 0000:00: dev 04, created physical slot 4
[    0.650016] pci_bus 0000:00: dev 05, created physical slot 5
[    0.653367] pci_bus 0000:00: dev 06, created physical slot 6
[    0.655112] pci_bus 0000:00: dev 07, created physical slot 7
[    0.656508] pci_bus 0000:00: dev 08, created physical slot 8
[    0.656741] pci_bus 0000:00: dev 09, created physical slot 9
[    0.658161] pci_bus 0000:00: dev 0a, created physical slot 10
[    0.659565] pci_bus 0000:00: dev 0b, created physical slot 11
[    0.660036] pci_bus 0000:00: dev 0c, created physical slot 12
[    0.661420] pci_bus 0000:00: dev 0d, created physical slot 13
[    0.663415] pci_bus 0000:00: dev 0e, created physical slot 14
[    0.664832] pci_bus 0000:00: dev 0f, created physical slot 15
[    0.666589] pci_bus 0000:00: dev 10, created physical slot 16
[    0.670027] pci_bus 0000:00: dev 11, created physical slot 17
[    0.671489] pci_bus 0000:00: dev 12, created physical slot 18
[    0.673000] pci_bus 0000:00: dev 13, created physical slot 19
[    0.673382] pci_bus 0000:00: dev 14, created physical slot 20
[    0.674831] pci_bus 0000:00: dev 15, created physical slot 21
[    0.676298] pci_bus 0000:00: dev 16, created physical slot 22
[    0.676736] pci_bus 0000:00: dev 17, created physical slot 23
[    0.678140] pci_bus 0000:00: dev 18, created physical slot 24
[    0.683376] pci_bus 0000:00: dev 19, created physical slot 25
[    0.685751] pci_bus 0000:00: dev 1a, created physical slot 26
[    0.686708] pci_bus 0000:00: dev 1b, created physical slot 27
[    0.689182] pci_bus 0000:00: dev 1c, created physical slot 28
[    0.690042] pci_bus 0000:00: dev 1d, created physical slot 29
[    0.692324] pci_bus 0000:00: dev 1e, created physical slot 30
[    0.696707] pci_bus 0000:00: dev 1f, created physical slot 31
[    0.699644] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
[    0.703549] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
[    0.705792] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
[    0.706679] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
[    0.709070] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
[    0.713351] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
[    0.716686] acpiphp: Slot [3] registered
[    0.717007] acpiphp: Slot [4] registered
[    0.720251] acpiphp: Slot [5] registered
[    0.723376] acpiphp: Slot [6] registered
[    0.727052] acpiphp: Slot [7] registered
[    0.730039] acpiphp: Slot [8] registered
[    0.733573] acpiphp: Slot [9] registered
[    0.736705] acpiphp: Slot [10] registered
[    0.736971] acpiphp: Slot [11] registered
[    0.740038] acpiphp: Slot [12] registered
[    0.743689] acpiphp: Slot [13] registered
[    0.746702] acpiphp: Slot [14] registered
[    0.750388] acpiphp: Slot [15] registered
[    0.753398] acpiphp: Slot [16] registered
[    0.755940] acpiphp: Slot [17] registered
[    0.756714] acpiphp: Slot [18] registered
[    0.767101] acpiphp: Slot [19] registered
[    0.770081] acpiphp: Slot [20] registered
[    0.773377] acpiphp: Slot [21] registered
[    0.776971] acpiphp: Slot [22] registered
[    0.780060] acpiphp: Slot [23] registered
[    0.790129] acpiphp: Slot [24] registered
[    0.803393] acpiphp: Slot [25] registered
[    0.831233] acpiphp: Slot [26] registered
[    0.837007] acpiphp: Slot [27] registered
[    0.840098] acpiphp: Slot [28] registered
[    0.843376] acpiphp: Slot [29] registered
[    0.846712] acpiphp: Slot [30] registered
[    0.850117] acpiphp: Slot [31] registered
[    0.850117] PCI host bridge to bus 0000:00
[    0.852315] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.856693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.859453] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.860071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.862869] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfbffffff]
[    0.866679] pci_bus 0000:00: scanning bus
[    0.869852] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.873563] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
[    0.884192] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.895546] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.929999] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
[    0.952118] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[    0.986421] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
[    1.000514] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    1.002072] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
[    1.007076] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
[    1.008648] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    1.013502] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    1.015438] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
[    1.017615] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[    1.030035] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
[    1.043410] pci 0000:00:02.0: reg 0x14: [mem 0xf3094000-0xf3094fff]
[    1.100021] pci 0000:00:02.0: reg 0x30: [mem 0xf3080000-0xf308ffff pref]
[    1.103759] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
[    1.116708] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
[    1.130059] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
[    1.188018] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
[    1.213333] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.223372] pci 0000:00:05.0: reg 0x18: [mem 0xf3040000-0xf305ffff 64bit]
[    1.230018] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
[    1.250022] pci 0000:00:05.0: reg 0x30: [mem 0xf3060000-0xf307ffff pref]
[    1.252053] pci 0000:00:05.0: supports D1 D2
[    1.255355] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
[    1.256666] pci 0000:00:06.0: reg 0x10: [mem 0xf3090000-0xf3093fff 64bit]
[    1.263333] pci 0000:00:06.0: supports D1 D2
[    1.265953] pci_bus 0000:00: fixups for bus
[    1.266666] pci_bus 0000:00: bus scan returning with max=00
[    1.266666] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[    1.266666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    1.266666] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    1.266666] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[    1.270278] ACPI: Enabled 2 GPEs in block 00 to 0F
[    1.273333] ACPI: \_SB_.PCI0: notify handler is installed
[    1.273333] Found 1 acpi root devices
[    1.273333] xen:balloon: Initialising balloon driver
[    1.273433] xen_balloon: Initialising balloon driver
[    1.275068] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.275942] vgaarb: device added: PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
[    1.276666] vgaarb: loaded
[    1.276666] vgaarb: bridge control possible 0000:00:05.0
[    1.276666] vgaarb: no bridge control possible 0000:00:02.0
[    1.276666] SCSI subsystem initialized
[    1.276666] libata version 3.00 loaded.
[    1.276666] ACPI: bus type USB registered
[    1.277217] usbcore: registered new interface driver usbfs
[    1.278077] usbcore: registered new interface driver hub
[    1.278077] usbcore: registered new device driver usb
[    1.280325] Linux video capture interface: v2.00
[    1.281514] pps_core: LinuxPPS API ver. 1 registered
[    1.282276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.283333] PTP clock support registered
[    1.283333] Advanced Linux Sound Architecture Driver Initialized.
[    1.283333] PCI: Using ACPI for IRQ routing
[    1.283333] PCI: pci_cache_line_size set to 64 bytes
[    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
[    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
[    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
[    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
[    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
[    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
[    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
[    1.286666] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    1.286666] e820: reserve RAM buffer [mem 0x3f7ff000-0x3fffffff]
[    1.286871] Bluetooth: Core ver 2.16
[    1.290033] NET: Registered protocol family 31
[    1.292390] Bluetooth: HCI device and connection manager initialized
[    1.293333] Bluetooth: HCI socket layer initialized
[    1.293333] Bluetooth: L2CAP socket layer initialized
[    1.293333] Bluetooth: SCO socket layer initialized
[    1.293333] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    1.293333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.293333] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[    1.296395] Switched to clocksource xen
[    1.296666] FS-Cache: Loaded
[    1.297469] pnp: PnP ACPI init
[    1.298746] ACPI: bus type PNP registered
[    1.300356] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.301894] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.303518] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.305522] system 00:02: [io  0x08a0-0x08a3] has been reserved
[    1.307001] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
[    1.310024] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    1.320627] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.351879] pnp 00:03: [dma 4]
[    1.357740] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.362206] xen: --> pirq=16 -> irq=8 (gsi=8)
[    1.363806] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.365710] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    1.367661] xen: --> pirq=17 -> irq=12 (gsi=12)
[    1.369285] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
[    1.370851] xen: --> pirq=18 -> irq=1 (gsi=1)
[    1.372569] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    1.374663] xen: --> pirq=19 -> irq=6 (gsi=6)
[    1.376869] pnp 00:08: [dma 2]
[    1.378403] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    1.381042] xen: --> pirq=20 -> irq=4 (gsi=4)
[    1.382981] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.384588] xen: --> pirq=21 -> irq=7 (gsi=7)
[    1.386128] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[    1.388124] system 00:0b: [io  0xae00-0xae0f] has been reserved
[    1.389607] system 00:0b: [io  0xb044-0xb047] has been reserved
[    1.391028] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.393084] pnp: PnP ACPI: found 12 devices
[    1.394550] ACPI: bus type PNP unregistered
[    1.413954] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.415535] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.417203] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.418685] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
[    1.420210] NET: Registered protocol family 2
[    1.422209] TCP established hash table entries: 8192 (order: 5, 131072 bytes)
[    1.424041] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
[    1.426660] TCP: Hash tables configured (established 8192 bind 8192)
[    1.428756] TCP: reno registered
[    1.430133] UDP hash table entries: 512 (order: 4, 81920 bytes)
[    1.431591] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
[    1.433355] NET: Registered protocol family 1
[    1.434814] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
[    1.436159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.437611] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
[    1.439161] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.440771] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
[    1.442572] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.444555] pci 0000:00:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    1.447397] xen: --> pirq=22 -> irq=23 (gsi=23)
[    1.452957] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
[    1.454614] pci 0000:00:02.0: Boot video device
[    1.456105] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
[    1.457984] pci 0000:00:05.0: Boot video device
[    1.459683] PCI: CLS 0 bytes, default 64
[    1.461462] Trying to unpack rootfs image as initramfs...
[    1.543512] Freeing initrd memory: 4996K (ffff88003762e000 - ffff880037b0f000)
[    1.553915] DMA-API: preallocated 65536 debug entries
[    1.555928] DMA-API: debugging enabled by kernel config
[    1.559170] Scanning for low memory corruption every 60 seconds
[    1.564307] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
[    1.568143] audit: initializing netlink socket (disabled)
[    1.569592] type=2000 audit(1379409313.121:1): initialized
[    1.571623] bounce pool size: 64 pages
[    1.572971] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.589346] VFS: Disk quotas dquot_6.5.2
[    1.591062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.596280] NTFS driver 2.1.30 [Flags: R/W].
[    1.598516] fuse init (API version 7.22)
[    1.601515] bio: create slab <bio-1> at 1
[    1.604032] Btrfs loaded
[    1.606549] GFS2 installed
[    1.608181] ceph: loaded (mds proto 32)
[    1.609650] msgmni has been set to 1946
[    1.612868] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.615969] io scheduler noop registered
[    1.620128] io scheduler deadline registered
[    1.622091] io scheduler cfq registered (default)
[    1.625114] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    1.626889] crc32: self tests passed, processed 225944 bytes in 122522 nsec
[    1.628486] crc32c: CRC_LE_BITS = 64
[    1.629942] crc32c: self tests passed, processed 225944 bytes in 61570 nsec
[    1.632530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.634759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.636224] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
[    1.638321] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[    1.640530] cpcihp_generic: not configured, disabling.
[    1.642226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.645585] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    1.648766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.651005] ACPI: Power Button [PWRF]
[    1.652541] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    1.654770] ACPI: Sleep Button [SLPF]
[    1.664469] xen:xen_evtchn: Event-channel device installed
[    1.669021] xen: --> pirq=23 -> irq=28 (gsi=28)
[    1.670635] xen:grant_table: Grant tables using version 1 layout
[    1.672167] Grant table initialized
[    1.676292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.715980] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.738514] Linux agpgart interface v0.103
[    1.740804] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    1.742909] Hangcheck: Using getrawmonotonic().
[    1.744843] [drm] Initialized drm 1.1.0 20060810
[    1.746503] [drm] radeon kernel modesetting enabled.
[    1.747964] [drm:drm_pci_init], 
[    1.749911] [drm:drm_get_pci_dev], 
[    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
[    1.755203] [drm:drm_get_minor], 
[    1.757902] [drm:drm_get_minor], new minor assigned 64
[    1.760337] [drm:drm_get_minor], 
[    1.762547] [drm:drm_get_minor], new minor assigned 0
[    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
[    1.767705] [drm] register mmio base: 0xF3040000
[    1.769135] [drm] register mmio size: 131072
[    1.770551] [drm] radeon_atrm_get_bios: failed 
[    1.771878] [drm] radeon_acpi_vfct_bios: failed 
[    1.773193] [drm] igp_read_bios_from_vram: failed 
[    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
[    1.777717] [drm] radeon_read_bios: succes 
[    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
[    1.784874] [drm:radeon_get_bios], COMBIOS detected
[    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
[    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
[    1.789919] [drm] radeon: finishing device.
[    1.791325] [TTM] Memory type 2 has not been initialized
[    1.799821] [drm:drm_put_minor], release secondary minor 0
[    1.802369] [drm:drm_put_minor], release secondary minor 64
[    1.808466] radeon: probe of 0000:00:05.0 failed with error -22
[    1.840256] [drm:drm_pci_init], 
[    1.845669] [drm:drm_get_pci_dev], 
[    1.848075] [drm:drm_get_minor], 
[    1.850354] [drm:drm_get_minor], new minor assigned 64
[    1.852444] [drm:drm_get_minor], 
[    1.854914] [drm:drm_get_minor], new minor assigned 0
[    1.857213] [TTM] Zone  kernel: Available graphics memory: 498238 kiB
[    1.858995] [TTM] Initializing pool allocator
[    1.860330] [TTM] Initializing DMA pool allocator
[    1.862319] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[    1.865161] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[    1.867905] [drm:drm_mode_debug_printmodeline], Modeline 25:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[    1.870749] [drm:drm_mode_debug_printmodeline], Modeline 24:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[    1.873615] [drm:drm_mode_debug_printmodeline], Modeline 23:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[    1.876797] [drm:drm_mode_debug_printmodeline], Modeline 22:"1280x800" 60 71000 1280 1328 1360 1440 800 803 809 823 0x40 0x9
[    1.879705] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x768" 60 79500 1280 1344 1472 1664 768 771 778 798 0x40 0x6
[    1.882500] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x768" 60 68250 1280 1328 1360 1440 768 771 778 790 0x40 0x9
[    1.885314] [drm:drm_mode_debug_printmodeline], Modeline 14:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[    1.888557] [drm:drm_mode_debug_printmodeline], Modeline 9:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[    1.891615] [drm:drm_mode_debug_printmodeline], Modeline 8:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[    1.894857] [drm:drm_mode_debug_printmodeline], Modeline 13:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
[    1.897622] [drm:drm_mode_debug_printmodeline], Modeline 6:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
[    1.900401] [drm:drm_setup_crtcs], 
[    1.902276] [drm:drm_enable_connectors], connector 5 enabled? yes
[    1.904425] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[    1.907019] [drm:drm_target_preferred], looking for preferred mode on connector 5
[    1.910214] [drm:drm_target_preferred], found mode 1280x1024
[    1.914217] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
[    1.918064] [drm:drm_setup_crtcs], desired mode 1280x1024 set on crtc 3
[    1.922808] [drm:drm_framebuffer_reference], FB ID: 10
[    1.927686] [drm] fb mappable at 0x0
[    1.930020] [drm] vram aper at 0x0
[    1.932487] [drm] size 0
[    1.934735] [drm] fb depth is 24
[    1.936980] [drm]    pitch is 3840
[    1.939982] fbcon: cirrusdrmfb (fb0) is primary device
[    1.941542] [drm:drm_crtc_helper_set_config], 
[    1.941546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[    1.941550] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[    1.941553] [drm:drm_crtc_helper_set_config], modes are different, full mode set
[    1.941555] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.941558] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[    1.941563] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
[    1.941565] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
[    1.941567] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    1.941569] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
[    1.941572] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[    1.941577] [drm:drm_crtc_helper_set_mode], [CRTC:3]
[    1.953352] [drm:drm_crtc_helper_set_mode], [ENCODER:4:DAC-4] set [MODE:7:1280x1024]
[    1.953355] [drm:drm_calc_timestamping_constants], crtc 3: hwmode: htotal 1688, vtotal 1066, vdisplay 1024
[    1.953357] [drm:drm_calc_timestamping_constants], crtc 3: clock 108000 kHz framedur 16661185 linedur 15629, pixeldur 9
[    1.953363] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[    1.953365] [drm:drm_crtc_helper_set_config], 	[CONNECTOR:5:VGA-1] set DPMS on
[    1.953370] [drm:drm_framebuffer_reference], FB ID: 10
[    1.953487] [drm:drm_crtc_helper_set_config], 
[    1.953489] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[    1.953494] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    1.953497] [drm:drm_framebuffer_reference], FB ID: 10
[    1.953498] [drm:drm_framebuffer_unreference], FB ID: 10
[    2.038647] [drm:drm_crtc_helper_set_config], 
[    2.038651] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[    2.038658] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    2.038661] [drm:drm_framebuffer_reference], FB ID: 10
[    2.038662] [drm:drm_framebuffer_unreference], FB ID: 10
[    2.112460] Console: switching to colour frame buffer device 160x64
[    2.112473] [drm:drm_crtc_helper_set_config], 
[    2.112475] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[    2.112482] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    2.112485] [drm:drm_framebuffer_reference], FB ID: 10
[    2.112487] [drm:drm_framebuffer_unreference], FB ID: 10
[    2.186982] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
[    2.188860] cirrus 0000:00:02.0: registered panic notifier
[    2.190604] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0
[    2.192631] [drm:drm_pci_init], 
[    2.198055] brd: module loaded
[    2.203121] loop: module loaded
[    2.224917] tun: Universal TUN/TAP device driver, 1.6
[    2.226696] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.228570] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.231161] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.232932] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    2.234578] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    2.237460] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[    2.239198] igb: Copyright (c) 2007-2013 Intel Corporation.
[    2.242370] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[    2.244130] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    2.246106] xen_netfront: Initialising Xen virtual ethernet driver
[    2.253510] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    2.259883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.261790] ehci-pci: EHCI PCI platform driver
[    2.264122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.265913] ohci-pci: OHCI PCI platform driver
[    2.268005] uhci_hcd: USB Universal Host Controller Interface driver
[    2.270950] uhci_hcd 0000:00:01.2: enabling bus mastering
[    2.275656] uhci_hcd 0000:00:01.2: setting latency timer to 64
[    2.278106] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    2.280655]  xvda: xvda1 xvda2 < xvda5 >
[    2.283105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    2.287868] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
[    2.293675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    2.295560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.297375] usb usb1: Product: UHCI Host Controller
[    2.299506] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
[    2.301365] usb usb1: SerialNumber: 0000:00:01.2
[    2.306128] hub 1-0:1.0: USB hub found
[    2.308175] hub 1-0:1.0: 2 ports detected
[    2.312359] usbcore: registered new interface driver usblp
[    2.314281] usbcore: registered new interface driver usb-storage
[    2.316546] usbcore: registered new interface driver usbserial
[    2.318509] usbcore: registered new interface driver cp210x
[    2.320517] usbserial: USB Serial support registered for cp210x
[    2.322507] usbcore: registered new interface driver cypress_m8
[    2.324603] usbserial: USB Serial support registered for DeLorme Earthmate USB
[    2.326707] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[    2.329222] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[    2.332298] usbcore: registered new interface driver mos7720
[    2.334326] usbserial: USB Serial support registered for Moschip 2 port adapter
[    2.336296] usbcore: registered new interface driver mos7840
[    2.339334] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[    2.341311] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.372506] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.374921] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.377750] mousedev: PS/2 mouse device common for all mice
[    2.383774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.412740] input: Xen Virtual Keyboard as /devices/virtual/input/input3
[    2.415113] input: Xen Virtual Pointer as /devices/virtual/input/input4
[    2.441217] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    2.443213] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram, hpet irqs
[    2.448798] piix4_smbus 0000:00:01.3: Host SMBus controller not enabled!
[    2.451314] lirc_dev: IR Remote Control driver registered, major 248 
[    2.453197] IR NEC protocol handler initialized
[    2.454994] IR RC5(x) protocol handler initialized
[    2.456839] IR RC6 protocol handler initialized
[    2.458729] IR JVC protocol handler initialized
[    2.460532] IR Sony protocol handler initialized
[    2.462373] IR RC5 (streamzap) protocol handler initialized
[    2.464199] IR SANYO protocol handler initialized
[    2.465933] IR MCE Keyboard/mouse protocol handler initialized
[    2.467725] IR LIRC bridge handler initialized
[    2.469491] cx25821: driver version 0.0.106 loaded
[    2.471745] usbcore: registered new interface driver pvrusb2
[    2.473480] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[    2.476532] pvrusb2: Debug mask is 31 (0x1f)
[    2.487290] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    2.491295] xen_wdt: Xen WatchDog Timer Driver v0.01
[    2.533305] xen_wdt: initialized (timeout=60s, nowayout=0)
[    2.536002] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
[    2.539707] Bluetooth: Virtual HCI driver ver 1.3
[    2.542258] Bluetooth: HCI UART driver ver 2.2
[    2.543999] Bluetooth: HCI H4 protocol initialized
[    2.545664] Bluetooth: HCI BCSP protocol initialized
[    2.547387] Bluetooth: HCILL protocol initialized
[    2.549059] Bluetooth: HCIATH3K protocol initialized
[    2.550848] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[    2.552803] usbcore: registered new interface driver bcm203x
[    2.554723] usbcore: registered new interface driver bpa10x
[    2.556617] usbcore: registered new interface driver bfusb
[    2.559609] usbcore: registered new interface driver btusb
[    2.561628] usbcore: registered new interface driver ath3k
[    2.563188] ioremap error for 0xfc001000-0xfc002000, requested 0x10, got 0x0
[    2.565091] hidraw: raw HID events driver (C) Jiri Kosina
[    2.568391] usbcore: registered new interface driver usbhid
[    2.570046] usbhid: USB HID core driver
[    2.574837] xen: --> pirq=33 -> irq=41 (gsi=41)
[    2.578242] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
[    2.579853] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=80
[    2.600606] usbcore: registered new interface driver snd-usb-audio
[    2.602765] usbcore: registered new interface driver snd-ua101
[    2.604542] usbcore: registered new interface driver snd-usb-usx2y
[    2.606240] usbcore: registered new interface driver snd-usb-caiaq
[    2.607953] usbcore: registered new interface driver snd-usb-6fire
[    2.609590] Netfilter messages via NETLINK v0.30.
[    2.611228] nfnl_acct: registering with nfnetlink.
[    2.613120] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
[    2.615344] ctnetlink v0.93: registering with nfnetlink.
[    2.618419] xt_time: kernel timezone is -0000
[    2.619979] ip_set: protocol 6
[    2.621538] IPVS: Registered protocols ()
[    2.623258] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    2.624923] IPVS: Creating netns size=1904 id=0
[    2.627127] IPVS: ipvs loaded.
[    2.629354] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.631187] TCP: cubic registered
[    2.632656] NET: Registered protocol family 17
[    2.635367] Bridge firewalling registered
[    2.636897] Ebtables v2.0 registered
[    2.639225] Bluetooth: RFCOMM TTY layer initialized
[    2.640742] Bluetooth: RFCOMM socket layer initialized
[    2.642171] Bluetooth: RFCOMM ver 1.11
[    2.643580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.645010] Bluetooth: BNEP filters: protocol multicast
[    2.646420] Bluetooth: BNEP socket layer initialized
[    2.647858] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.649294] Bluetooth: HIDP socket layer initialized
[    2.650788] Key type ceph registered
[    2.652389] libceph: loaded (mon/osd proto 15/24)
[    2.654437] registered taskstats version 1
[    2.659955] xenbus_probe_frontend: Device with no driver: device/pci/0
[    2.661879] console [netcon0] enabled
[    2.663446] netconsole: network logging started
[    2.665236] rtc_cmos 00:04: setting system clock to 2013-09-17 09:15:15 UTC (1379409315)
[    2.667038] ALSA device list:
[    2.668619]   #0: HD-Audio Generic at 0xf3090000 irq 80
[    2.672662] Freeing unused kernel memory: 1068K (ffffffff81ef0000 - ffffffff81ffb000)
[    2.674292] Write protecting the kernel read-only data: 14336k
[    2.679086] Freeing unused kernel memory: 120K (ffff8800019e2000 - ffff880001a00000)
[    2.681086] Freeing unused kernel memory: 36K (ffff880001df7000 - ffff880001e00000)
[    2.714316] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[    3.034772] usb 1-1: New USB device found, idVendor=0627, idProduct=0001
[    3.036432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
[    3.038495] usb 1-1: Product: QEMU USB Tablet
[    3.040085] usb 1-1: Manufacturer: QEMU
[    3.041644] usb 1-1: SerialNumber: 42
[    3.071432] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input5
[    3.074317] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
[    3.205535] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
[    3.243471] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.744943] udevd[1591]: starting version 175
[   10.475221] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1 across:901116k SS
[   10.505906] EXT4-fs (xvda1): re-mounted. Opts: (null)
[   10.852323] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
[   13.589186] [drm:drm_crtc_helper_set_config], 
[   13.589188] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   13.589200] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   13.589203] [drm:drm_framebuffer_reference], FB ID: 10
[   13.589204] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.219989] [drm:drm_crtc_helper_set_config], 
[   19.219992] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.220008] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.220010] [drm:drm_framebuffer_reference], FB ID: 10
[   19.220011] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.291242] [drm:drm_stub_open], 
[   19.291251] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291258] [drm:drm_setup], 
[   19.291282] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291343] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291356] [drm:drm_release], open_count = 1
[   19.291358] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291456] [drm:drm_lastclose], 
[   19.291458] [drm:drm_lastclose], driver lastclose completed
[   19.291461] [drm:drm_lastclose], lastclose completed
[   19.291477] [drm:drm_stub_open], 
[   19.291479] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291483] [drm:drm_setup], 
[   19.291486] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291489] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291494] [drm:drm_release], open_count = 1
[   19.291495] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291499] [drm:drm_lastclose], 
[   19.291500] [drm:drm_lastclose], driver lastclose completed
[   19.291502] [drm:drm_lastclose], lastclose completed
[   19.291518] [drm:drm_stub_open], 
[   19.291521] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291524] [drm:drm_setup], 
[   19.291527] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291530] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291535] [drm:drm_release], open_count = 1
[   19.291536] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291540] [drm:drm_lastclose], 
[   19.291541] [drm:drm_lastclose], driver lastclose completed
[   19.291543] [drm:drm_lastclose], lastclose completed
[   19.291551] [drm:drm_stub_open], 
[   19.291554] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291557] [drm:drm_setup], 
[   19.291560] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291563] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291567] [drm:drm_release], open_count = 1
[   19.291569] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291572] [drm:drm_lastclose], 
[   19.291573] [drm:drm_lastclose], driver lastclose completed
[   19.291575] [drm:drm_lastclose], lastclose completed
[   19.291587] [drm:drm_stub_open], 
[   19.291589] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291593] [drm:drm_setup], 
[   19.291595] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291598] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291603] [drm:drm_release], open_count = 1
[   19.291604] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291608] [drm:drm_lastclose], 
[   19.291609] [drm:drm_lastclose], driver lastclose completed
[   19.291611] [drm:drm_lastclose], lastclose completed
[   19.291620] [drm:drm_stub_open], 
[   19.291622] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291626] [drm:drm_setup], 
[   19.291628] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291631] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291636] [drm:drm_release], open_count = 1
[   19.291637] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291641] [drm:drm_lastclose], 
[   19.291642] [drm:drm_lastclose], driver lastclose completed
[   19.291644] [drm:drm_lastclose], lastclose completed
[   19.302299] [drm:drm_crtc_helper_set_config], 
[   19.302302] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.302311] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.302313] [drm:drm_framebuffer_reference], FB ID: 10
[   19.302314] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.302317] [drm:drm_crtc_helper_set_config], 
[   19.302318] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.302321] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.302325] [drm:drm_framebuffer_reference], FB ID: 10
[   19.302326] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.302341] [drm:drm_crtc_helper_set_config], 
[   19.302343] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.302345] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.302347] [drm:drm_framebuffer_reference], FB ID: 10
[   19.302348] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.514543] [drm:drm_crtc_helper_set_config], 
[   19.514546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.514558] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.514561] [drm:drm_framebuffer_reference], FB ID: 10
[   19.514563] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.585682] [drm:drm_stub_open], 
[   19.585691] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585698] [drm:drm_setup], 
[   19.585714] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585723] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585736] [drm:drm_release], open_count = 1
[   19.585737] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585744] [drm:drm_lastclose], 
[   19.585746] [drm:drm_lastclose], driver lastclose completed
[   19.585749] [drm:drm_lastclose], lastclose completed
[   19.585761] [drm:drm_stub_open], 
[   19.585763] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585767] [drm:drm_setup], 
[   19.585770] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585773] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585778] [drm:drm_release], open_count = 1
[   19.585779] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585783] [drm:drm_lastclose], 
[   19.585784] [drm:drm_lastclose], driver lastclose completed
[   19.585786] [drm:drm_lastclose], lastclose completed
[   19.585802] [drm:drm_stub_open], 
[   19.585805] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585808] [drm:drm_setup], 
[   19.585811] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585814] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585819] [drm:drm_release], open_count = 1
[   19.585820] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585824] [drm:drm_lastclose], 
[   19.585825] [drm:drm_lastclose], driver lastclose completed
[   19.585828] [drm:drm_lastclose], lastclose completed
[   19.585846] [drm:drm_stub_open], 
[   19.585847] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585851] [drm:drm_setup], 
[   19.585853] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585856] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585860] [drm:drm_release], open_count = 1
[   19.585861] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585864] [drm:drm_lastclose], 
[   19.585865] [drm:drm_lastclose], driver lastclose completed
[   19.585867] [drm:drm_lastclose], lastclose completed
[   19.585878] [drm:drm_stub_open], 
[   19.585880] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585883] [drm:drm_setup], 
[   19.585885] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585888] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585892] [drm:drm_release], open_count = 1
[   19.585893] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585896] [drm:drm_lastclose], 
[   19.585898] [drm:drm_lastclose], driver lastclose completed
[   19.585899] [drm:drm_lastclose], lastclose completed
[   19.585907] [drm:drm_stub_open], 
[   19.585909] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585913] [drm:drm_setup], 
[   19.585915] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585918] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585921] [drm:drm_release], open_count = 1
[   19.585923] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585926] [drm:drm_lastclose], 
[   19.585927] [drm:drm_lastclose], driver lastclose completed
[   19.585929] [drm:drm_lastclose], lastclose completed
[   19.586613] [drm:drm_crtc_helper_set_config], 
[   19.586615] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.586620] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.586622] [drm:drm_framebuffer_reference], FB ID: 10
[   19.586624] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.586626] [drm:drm_crtc_helper_set_config], 
[   19.586627] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.586630] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.586631] [drm:drm_framebuffer_reference], FB ID: 10
[   19.586632] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.586653] [drm:drm_crtc_helper_set_config], 
[   19.586654] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.586660] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.586662] [drm:drm_framebuffer_reference], FB ID: 10
[   19.586663] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.763917] [drm:drm_crtc_helper_set_config], 
[   19.763919] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.763931] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.763933] [drm:drm_framebuffer_reference], FB ID: 10
[   19.763934] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.837433] [drm:drm_stub_open], 
[   19.837441] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837449] [drm:drm_setup], 
[   19.837466] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837476] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837488] [drm:drm_release], open_count = 1
[   19.837490] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837496] [drm:drm_lastclose], 
[   19.837498] [drm:drm_lastclose], driver lastclose completed
[   19.837501] [drm:drm_lastclose], lastclose completed
[   19.837513] [drm:drm_stub_open], 
[   19.837515] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837519] [drm:drm_setup], 
[   19.837522] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837525] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837529] [drm:drm_release], open_count = 1
[   19.837531] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837534] [drm:drm_lastclose], 
[   19.837536] [drm:drm_lastclose], driver lastclose completed
[   19.837538] [drm:drm_lastclose], lastclose completed
[   19.837560] [drm:drm_stub_open], 
[   19.837563] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837567] [drm:drm_setup], 
[   19.837570] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837573] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837577] [drm:drm_release], open_count = 1
[   19.837579] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837582] [drm:drm_lastclose], 
[   19.837584] [drm:drm_lastclose], driver lastclose completed
[   19.837585] [drm:drm_lastclose], lastclose completed
[   19.837594] [drm:drm_stub_open], 
[   19.837596] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837600] [drm:drm_setup], 
[   19.837603] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837606] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837610] [drm:drm_release], open_count = 1
[   19.837612] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837615] [drm:drm_lastclose], 
[   19.837616] [drm:drm_lastclose], driver lastclose completed
[   19.837618] [drm:drm_lastclose], lastclose completed
[   19.837629] [drm:drm_stub_open], 
[   19.837631] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837635] [drm:drm_setup], 
[   19.837638] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837641] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837645] [drm:drm_release], open_count = 1
[   19.837647] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837650] [drm:drm_lastclose], 
[   19.837651] [drm:drm_lastclose], driver lastclose completed
[   19.837653] [drm:drm_lastclose], lastclose completed
[   19.837662] [drm:drm_stub_open], 
[   19.837664] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837668] [drm:drm_setup], 
[   19.837671] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837674] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837678] [drm:drm_release], open_count = 1
[   19.837680] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837683] [drm:drm_lastclose], 
[   19.837685] [drm:drm_lastclose], driver lastclose completed
[   19.837686] [drm:drm_lastclose], lastclose completed
[   19.838347] [drm:drm_crtc_helper_set_config], 
[   19.838349] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.838355] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.838358] [drm:drm_framebuffer_reference], FB ID: 10
[   19.838359] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.838361] [drm:drm_crtc_helper_set_config], 
[   19.838363] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.838365] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.838367] [drm:drm_framebuffer_reference], FB ID: 10
[   19.838368] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.838382] [drm:drm_crtc_helper_set_config], 
[   19.838383] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.838385] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.838387] [drm:drm_framebuffer_reference], FB ID: 10
[   19.838388] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.047717] [drm:drm_crtc_helper_set_config], 
[   20.047720] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.047727] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.047730] [drm:drm_framebuffer_reference], FB ID: 10
[   20.047731] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.133510] [drm:drm_stub_open], 
[   20.133519] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133528] [drm:drm_setup], 
[   20.133547] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133558] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133576] [drm:drm_release], open_count = 1
[   20.133578] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133585] [drm:drm_lastclose], 
[   20.133587] [drm:drm_lastclose], driver lastclose completed
[   20.133590] [drm:drm_lastclose], lastclose completed
[   20.133604] [drm:drm_stub_open], 
[   20.133606] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133610] [drm:drm_setup], 
[   20.133613] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133616] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133621] [drm:drm_release], open_count = 1
[   20.133623] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133626] [drm:drm_lastclose], 
[   20.133628] [drm:drm_lastclose], driver lastclose completed
[   20.133630] [drm:drm_lastclose], lastclose completed
[   20.133646] [drm:drm_stub_open], 
[   20.133648] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133652] [drm:drm_setup], 
[   20.133655] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133658] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133662] [drm:drm_release], open_count = 1
[   20.133664] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133668] [drm:drm_lastclose], 
[   20.133669] [drm:drm_lastclose], driver lastclose completed
[   20.133671] [drm:drm_lastclose], lastclose completed
[   20.133680] [drm:drm_stub_open], 
[   20.133682] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133686] [drm:drm_setup], 
[   20.133688] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133691] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133696] [drm:drm_release], open_count = 1
[   20.133697] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133700] [drm:drm_lastclose], 
[   20.133702] [drm:drm_lastclose], driver lastclose completed
[   20.133704] [drm:drm_lastclose], lastclose completed
[   20.133715] [drm:drm_stub_open], 
[   20.133718] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133721] [drm:drm_setup], 
[   20.133724] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133727] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133731] [drm:drm_release], open_count = 1
[   20.133733] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133736] [drm:drm_lastclose], 
[   20.133738] [drm:drm_lastclose], driver lastclose completed
[   20.133740] [drm:drm_lastclose], lastclose completed
[   20.133749] [drm:drm_stub_open], 
[   20.133751] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133754] [drm:drm_setup], 
[   20.133757] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133760] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133764] [drm:drm_release], open_count = 1
[   20.133766] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133769] [drm:drm_lastclose], 
[   20.133771] [drm:drm_lastclose], driver lastclose completed
[   20.133773] [drm:drm_lastclose], lastclose completed
[   20.134412] [drm:drm_crtc_helper_set_config], 
[   20.134413] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.134420] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.134422] [drm:drm_framebuffer_reference], FB ID: 10
[   20.134423] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.134426] [drm:drm_crtc_helper_set_config], 
[   20.134427] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.134429] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.134431] [drm:drm_framebuffer_reference], FB ID: 10
[   20.134432] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.134445] [drm:drm_crtc_helper_set_config], 
[   20.134446] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.134449] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.134450] [drm:drm_framebuffer_reference], FB ID: 10
[   20.134451] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.316278] [drm:drm_crtc_helper_set_config], 
[   20.316280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.316287] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.316290] [drm:drm_framebuffer_reference], FB ID: 10
[   20.316291] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.392394] [drm:drm_stub_open], 
[   20.392411] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392418] [drm:drm_setup], 
[   20.392437] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392447] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392460] [drm:drm_release], open_count = 1
[   20.392462] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392468] [drm:drm_lastclose], 
[   20.392470] [drm:drm_lastclose], driver lastclose completed
[   20.392472] [drm:drm_lastclose], lastclose completed
[   20.392485] [drm:drm_stub_open], 
[   20.392488] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392491] [drm:drm_setup], 
[   20.392494] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392497] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392502] [drm:drm_release], open_count = 1
[   20.392503] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392507] [drm:drm_lastclose], 
[   20.392508] [drm:drm_lastclose], driver lastclose completed
[   20.392510] [drm:drm_lastclose], lastclose completed
[   20.392527] [drm:drm_stub_open], 
[   20.392529] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392533] [drm:drm_setup], 
[   20.392536] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392539] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392543] [drm:drm_release], open_count = 1
[   20.392545] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392548] [drm:drm_lastclose], 
[   20.392550] [drm:drm_lastclose], driver lastclose completed
[   20.392551] [drm:drm_lastclose], lastclose completed
[   20.392560] [drm:drm_stub_open], 
[   20.392562] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392566] [drm:drm_setup], 
[   20.392569] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392572] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392576] [drm:drm_release], open_count = 1
[   20.392578] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392581] [drm:drm_lastclose], 
[   20.392582] [drm:drm_lastclose], driver lastclose completed
[   20.392584] [drm:drm_lastclose], lastclose completed
[   20.392595] [drm:drm_stub_open], 
[   20.392598] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392601] [drm:drm_setup], 
[   20.392604] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392607] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392611] [drm:drm_release], open_count = 1
[   20.392613] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392616] [drm:drm_lastclose], 
[   20.392618] [drm:drm_lastclose], driver lastclose completed
[   20.392620] [drm:drm_lastclose], lastclose completed
[   20.392629] [drm:drm_stub_open], 
[   20.392631] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392635] [drm:drm_setup], 
[   20.392637] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392640] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392644] [drm:drm_release], open_count = 1
[   20.392646] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392649] [drm:drm_lastclose], 
[   20.392651] [drm:drm_lastclose], driver lastclose completed
[   20.392653] [drm:drm_lastclose], lastclose completed
[   20.393266] [drm:drm_crtc_helper_set_config], 
[   20.393268] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.393274] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.393276] [drm:drm_framebuffer_reference], FB ID: 10
[   20.393277] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.393279] [drm:drm_crtc_helper_set_config], 
[   20.393280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.393283] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.393284] [drm:drm_framebuffer_reference], FB ID: 10
[   20.393285] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.393298] [drm:drm_crtc_helper_set_config], 
[   20.393299] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.393301] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.393303] [drm:drm_framebuffer_reference], FB ID: 10
[   20.393303] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.575204] [drm:drm_crtc_helper_set_config], 
[   20.575206] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.575213] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.575215] [drm:drm_framebuffer_reference], FB ID: 10
[   20.575216] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.654491] [drm:drm_stub_open], 
[   20.654500] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654508] [drm:drm_setup], 
[   20.654524] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654534] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654551] [drm:drm_release], open_count = 1
[   20.654553] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654562] [drm:drm_lastclose], 
[   20.654566] [drm:drm_lastclose], driver lastclose completed
[   20.654570] [drm:drm_lastclose], lastclose completed
[   20.654589] [drm:drm_stub_open], 
[   20.654591] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654595] [drm:drm_setup], 
[   20.654598] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654601] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654605] [drm:drm_release], open_count = 1
[   20.654607] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654611] [drm:drm_lastclose], 
[   20.654612] [drm:drm_lastclose], driver lastclose completed
[   20.654614] [drm:drm_lastclose], lastclose completed
[   20.654629] [drm:drm_stub_open], 
[   20.654631] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654635] [drm:drm_setup], 
[   20.654638] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654641] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654645] [drm:drm_release], open_count = 1
[   20.654647] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654650] [drm:drm_lastclose], 
[   20.654652] [drm:drm_lastclose], driver lastclose completed
[   20.654654] [drm:drm_lastclose], lastclose completed
[   20.654662] [drm:drm_stub_open], 
[   20.654665] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654668] [drm:drm_setup], 
[   20.654671] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654674] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654678] [drm:drm_release], open_count = 1
[   20.654680] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654683] [drm:drm_lastclose], 
[   20.654685] [drm:drm_lastclose], driver lastclose completed
[   20.654687] [drm:drm_lastclose], lastclose completed
[   20.654697] [drm:drm_stub_open], 
[   20.654700] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654703] [drm:drm_setup], 
[   20.654706] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654709] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654713] [drm:drm_release], open_count = 1
[   20.654715] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654718] [drm:drm_lastclose], 
[   20.654720] [drm:drm_lastclose], driver lastclose completed
[   20.654722] [drm:drm_lastclose], lastclose completed
[   20.654730] [drm:drm_stub_open], 
[   20.654733] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654736] [drm:drm_setup], 
[   20.654739] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654742] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654746] [drm:drm_release], open_count = 1
[   20.654748] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654751] [drm:drm_lastclose], 
[   20.654753] [drm:drm_lastclose], driver lastclose completed
[   20.654755] [drm:drm_lastclose], lastclose completed
[   20.655318] [drm:drm_crtc_helper_set_config], 
[   20.655320] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.655326] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.655328] [drm:drm_framebuffer_reference], FB ID: 10
[   20.655329] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.655331] [drm:drm_crtc_helper_set_config], 
[   20.655332] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.655334] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.655336] [drm:drm_framebuffer_reference], FB ID: 10
[   20.655337] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.655350] [drm:drm_crtc_helper_set_config], 
[   20.655351] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.655353] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.655355] [drm:drm_framebuffer_reference], FB ID: 10
[   20.655356] [drm:drm_framebuffer_unreference], FB ID: 10

[-- Attachment #3: lspci-dom0.txt --]
[-- Type: TEXT/PLAIN, Size: 79847 bytes --]

00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
	Control: I/O- 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: [b]
		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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Control: I/O- 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 10
	Capabilities: [40] Secure device <?>
	Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4128
	Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fa000000-fe9fffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: f9f00000-f9ffffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
	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 #1, Speed 5GT/s, Width x8, 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 #3, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: f9e00000-f9efffff
	Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
	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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: f9d00000-f9dfffff
	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
	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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9c00000-f9cfffff
	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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #9, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9a00000-f9bfffff
	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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: f9900000-f99fffff
	Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9800000-f98fffff
	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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 11.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
	Memory behind bridge: f9700000-f97fffff
	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 5GT/s, Width x1, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 128
	Region 0: I/O ports at 6000 [size=8]
	Region 1: I/O ports at 5000 [size=4]
	Region 2: I/O ports at 3000 [size=8]
	Region 3: I/O ports at 2000 [size=4]
	Region 4: I/O ports at 1000 [size=16]
	Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] SATA HBA v1.0 InCfgSpace
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95f7000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fc000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
	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-
	Kernel driver in use: piix4_smbus

00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: snd_hda_intel

00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fd000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, 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 unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #32, 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+ ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: pcieport

00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fe000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: [b]
		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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- 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

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
	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 (500ns min, 6000ns max)
	Interrupt: pin A routed to IRQ 22
	Region 0: I/O ports at 9800 [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-
	Kernel driver in use: pciback

04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
	Control: I/O- 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 40
	Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, 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: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9800000-f98fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [80] Subsystem: Device [0000:0000]
	Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-

06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
	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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 37
	Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
	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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 38
	Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Device [1838:1074]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 39
	Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [size=256]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 32
	Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at a000 [disabled] [size=256]
	Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 33
	Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 00000000fee1000c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 47
	Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: [40] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 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+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32+ WRR64+ WRR128-
		Ctrl:	ArbSelect=WRR64
		Status:	InProgress-
		Port Arbitration Table [240] <?>
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Kernel driver in use: pciback

09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 48
	Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, 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 ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: xhci_hcd

0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ 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 130
	Region 0: I/O ports at b800 [size=256]
	Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at f9de0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	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] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ 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 129
	Region 0: I/O ports at c800 [size=256]
	Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at f9ee0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	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] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O+ 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 127
	Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f9fc0000 (64-bit, non-prefetchable) [size=128K]
	Region 4: I/O ports at d000 [size=256]
	Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 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: 00000000fee0100c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: radeon

0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O+ 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 138
	Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 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: 00000000fee0100c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: snd_hda_intel

0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
	Control: I/O+ 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 10
	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
	Region 5: I/O ports at e800 [size=128]
	Expansion ROM at fe9e0000 [disabled] [size=128K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>


[-- Attachment #4: lspci-guest.txt --]
[-- Type: TEXT/PLAIN, Size: 7927 bytes --]

00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	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
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
	Region 4: I/O ports at c260 [size=16]

00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 23
	Region 4: I/O ports at c240 [size=32]
	Kernel driver in use: uhci_hcd

00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 03)
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 9

00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
	Subsystem: Red Hat, Inc Device [1af4:1100]
	Physical Slot: 2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
	Region 1: Memory at f3094000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at f3080000 [disabled] [size=64K]
	Kernel driver in use: cirrus

00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device [5853:0001] (rev 01)
	Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
	Physical Slot: 3
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 28
	Region 0: I/O ports at c000 [size=256]
	Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
	Kernel driver in use: xen-platform-pci

00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Physical Slot: 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-
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
	Region 4: I/O ports at c100 [size=256]
	Expansion ROM at f3060000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v9] #1002

00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Physical Slot: 6
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at f3090000 (64-bit, non-prefetchable) [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee57000  Data: 4300
	Capabilities: [100 v0] #1002
	Kernel driver in use: snd_hda_intel


[-- Attachment #5: xl-create.txt --]
[-- Type: TEXT/PLAIN, Size: 10569 bytes --]

libxl: debug: libxl_create.c:1233:do_domain_create: ao 0x1643f40: create: how=(nil) callback=(nil) poller=0x1643fa0
libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=unknown
libxl: debug: libxl_device.c:296:libxl__device_disk_set_backend: Disk vdev=hda, using backend phy
libxl: debug: libxl_create.c:678:initiate_domain_create: running bootloader
libxl: debug: libxl_bootloader.c:321:libxl__bootloader_run: not a PV domain, skipping bootloader
libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644308: deregister unregistered
xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0x9efa8
xc: detail: elf_parse_binary: memory: 0x100000 -> 0x19efa8
xc: detail: VIRTUAL MEMORY ARRANGEMENT:
  Loader:        0000000000100000->000000000019efa8
  Modules:       0000000000000000->0000000000000000
  TOTAL:         0000000000000000->000000003f800000
  ENTRY ADDRESS: 0000000000100000
xc: detail: PHYSICAL MEMORY ALLOCATION:
  4KB PAGES: 0x0000000000000200
  2MB PAGES: 0x00000000000001fb
  1GB PAGES: 0x0000000000000000
xc: detail: elf_load_binary: phdr 0 at 0x7f6937d66000 -> 0x7f6937dfbe2d
libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=phy
libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: register slotnum=3
libxl: debug: libxl_create.c:1246:do_domain_create: ao 0x1643f40: inprogress: poller=0x1643fa0, flags=i
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 still waiting state 1
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 ok
libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: deregister slotnum=3
libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1645758: deregister unregistered
libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/block add
libxl: debug: libxl_dm.c:1234:libxl__spawn_local_dm: Spawning device-model /usr/local/lib/xen/bin/qemu-system-i386 with arguments:
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   /usr/local/lib/xen/bin/qemu-system-i386
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -xen-domid
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   19
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -chardev
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-19,server,nowait
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -mon
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   chardev=libxl-cmd,mode=control
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -name
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xbmc
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vnc
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   172.16.1.1:9,password,to=99
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   isa-fdc.driveA=
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -serial
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   pty
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vga
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   cirrus
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   vga.vram_size_mb=8
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -boot
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   order=c
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usb
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usbdevice
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   tablet
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -smp
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   2,maxcpus=2
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -device
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   e1000,id=nic0,netdev=net0,mac=00:16:3a:c6:76:65
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -netdev
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   type=tap,id=net0,ifname=vif19.0-emu,script=no,downscript=no
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -M
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xenfv
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -m
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   1016
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -drive
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   file=/dev/xen_vms/xbmc,if=ide,index=0,media=disk,format=raw,cache=writeback
libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: register slotnum=3
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: deregister slotnum=3
libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644540: deregister unregistered
libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "qmp_capabilities",
    "id": 1
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "query-chardev",
    "id": 2
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "change",
    "id": 3,
    "arguments": {
        "device": "vnc",
        "target": "password",
        "arg": "test"
    }
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "query-vnc",
    "id": 4
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: register slotnum=3
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 still waiting state 1
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 ok
libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: deregister slotnum=3
libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x16439b8: deregister unregistered
libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge online
libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge add
libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "qmp_capabilities",
    "id": 1
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "device_add",
    "id": 2,
    "arguments": {
        "driver": "xen-pci-passthrough",
        "id": "pci-pt-07_00.0",
        "hostaddr": "0000:07:00.0"
    }
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "query-pci",
    "id": 3
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "qmp_capabilities",
    "id": 1
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "device_add",
    "id": 2,
    "arguments": {
        "driver": "xen-pci-passthrough",
        "id": "pci-pt-07_00.1",
        "hostaddr": "0000:07:00.1"
    }
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "query-pci",
    "id": 3
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_pci.c:81:libxl__create_pci_backend: Creating pci backend
libxl: debug: libxl_event.c:1737:libxl__ao_progress_report: ao 0x1643f40: progress report: ignored
libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x1643f40: complete, rc=0
libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x1643f40: destroy
xc: debug: hypercall buffer: total allocations:518 total releases:518
xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
xc: debug: hypercall buffer: cache current size:2
xc: debug: hypercall buffer: cache hits:514 misses:2 toobig:2
Parsing config from /etc/xen/domU/production/xbmc.cfg
Daemon running with PID 2901

[-- Attachment #6: xl-dmesg.txt --]
[-- Type: TEXT/PLAIN, Size: 12334 bytes --]

(XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=32 g_gsi=36 device=5 intx=0
(XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x700, domain = 0, paging mode = 3
(XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x47e8a2000, domain = 19, paging mode = 4
(XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom19
(XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=33 g_gsi=41 device=6 intx=1
(XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x701, domain = 0, paging mode = 3
(XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x47e8a2000, domain = 19, paging mode = 4
(XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to dom19
(d19) [2013-09-17 09:14:57] HVM Loader
(d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
(d19) [2013-09-17 09:14:57] Xenbus rings @0xfeffc000, event channel 4
(d19) [2013-09-17 09:14:57] System requested SeaBIOS
(d19) [2013-09-17 09:14:57] CPU speed is 3200 MHz
(d19) [2013-09-17 09:14:57] Relocating guest memory for lowmem MMIO space disabled
(XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 0 changed 0 -> 5
(d19) [2013-09-17 09:14:57] PCI-ISA link 0 routed to IRQ5
(XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 1 changed 0 -> 10
(d19) [2013-09-17 09:14:57] PCI-ISA link 1 routed to IRQ10
(XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 2 changed 0 -> 11
(d19) [2013-09-17 09:14:57] PCI-ISA link 2 routed to IRQ11
(XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 3 changed 0 -> 5
(d19) [2013-09-17 09:14:57] PCI-ISA link 3 routed to IRQ5
(d19) [2013-09-17 09:14:57] pci dev 01:2 INTD->IRQ5
(d19) [2013-09-17 09:14:57] pci dev 01:3 INTA->IRQ10
(d19) [2013-09-17 09:14:57] pci dev 03:0 INTA->IRQ5
(d19) [2013-09-17 09:14:57] pci dev 04:0 INTA->IRQ5
(d19) [2013-09-17 09:14:57] pci dev 05:0 INTA->IRQ10
(d19) [2013-09-17 09:14:57] pci dev 06:0 INTB->IRQ5
(d19) [2013-09-17 09:14:57] No RAM in high memory; setting high_mem resource base to 100000000
(d19) [2013-09-17 09:14:57] pci dev 05:0 bar 10 size 010000000: 0e000000c
(XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(d19) [2013-09-17 09:14:57] pci dev 02:0 bar 10 size 002000000: 0f0000008
(d19) [2013-09-17 09:14:57] pci dev 03:0 bar 14 size 001000000: 0f2000008
(d19) [2013-09-17 09:14:57] pci dev 04:0 bar 10 size 000020000: 0f3000000
(d19) [2013-09-17 09:14:57] pci dev 04:0 bar 30 size 000020000: 0f3020000
(XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(d19) [2013-09-17 09:14:57] pci dev 05:0 bar 18 size 000020000: 0f3040004
(d19) [2013-09-17 09:14:57] pci dev 05:0 bar 30 size 000020000: 0f3060000
(d19) [2013-09-17 09:14:57] pci dev 02:0 bar 30 size 000010000: 0f3080000
(d19) [2013-09-17 09:14:57] pci dev 06:0 bar 10 size 000004000: 0f3090004
(XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(d19) [2013-09-17 09:14:57] pci dev 02:0 bar 14 size 000001000: 0f3094000
(d19) [2013-09-17 09:14:57] pci dev 03:0 bar 10 size 000000100: 00000c001
(d19) [2013-09-17 09:14:57] pci dev 05:0 bar 20 size 000000100: 00000c101
(XEN) [2013-09-17 09:14:57] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(d19) [2013-09-17 09:14:57] pci dev 04:0 bar 14 size 000000040: 00000c201
(d19) [2013-09-17 09:14:57] pci dev 01:2 bar 20 size 000000020: 00000c241
(d19) [2013-09-17 09:14:57] pci dev 01:1 bar 20 size 000000010: 00000c261
(d19) [2013-09-17 09:14:57] Multiprocessor initialisation:
(d19) [2013-09-17 09:14:57]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
(d19) [2013-09-17 09:14:57]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
(d19) [2013-09-17 09:14:57] Testing HVM environment:
(d19) [2013-09-17 09:14:57]  - REP INSB across page boundaries ... passed
(d19) [2013-09-17 09:14:57]  - GS base MSRs and SWAPGS ... passed
(d19) [2013-09-17 09:14:57] Passed 2 of 2 tests
(d19) [2013-09-17 09:14:57] Writing SMBIOS tables ...
(d19) [2013-09-17 09:14:57] Loading SeaBIOS ...
(d19) [2013-09-17 09:14:57] Creating MP tables ...
(d19) [2013-09-17 09:14:57] Loading ACPI ...
(d19) [2013-09-17 09:14:57] vm86 TSS at fc00a080
(d19) [2013-09-17 09:14:57] BIOS map:
(d19) [2013-09-17 09:14:57]  10000-100d3: Scratch space
(d19) [2013-09-17 09:14:57]  e0000-fffff: Main BIOS
(d19) [2013-09-17 09:14:57] E820 table:
(d19) [2013-09-17 09:14:57]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d19) [2013-09-17 09:14:57]  HOLE: 00000000:000a0000 - 00000000:000e0000
(d19) [2013-09-17 09:14:57]  [01]: 00000000:000e0000 - 00000000:00100000: RESERVED
(d19) [2013-09-17 09:14:57]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d19) [2013-09-17 09:14:57]  HOLE: 00000000:3f800000 - 00000000:fc000000
(d19) [2013-09-17 09:14:57]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d19) [2013-09-17 09:14:57] Invoking SeaBIOS ...
(d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
(d19) [2013-09-17 09:14:57] 
(d19) [2013-09-17 09:14:57] Found Xen hypervisor signature at 40000000
(d19) [2013-09-17 09:14:57] xen: copy e820...
(d19) [2013-09-17 09:14:57] Ram Size=0x3f800000 (0x0000000000000000 high)
(d19) [2013-09-17 09:14:57] Relocating low data from 0x000e42d0 to 0x000ef790 (size 2153)
(d19) [2013-09-17 09:14:57] Relocating init from 0x000e4b39 to 0x3f7e2e80 (size 53335)
(d19) [2013-09-17 09:14:57] CPU Mhz=3200
(d19) [2013-09-17 09:14:57] Found 10 PCI devices (max PCI bus is 00)
(d19) [2013-09-17 09:14:57] Allocated Xen hypercall page at 3f7ff000
(d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
(d19) [2013-09-17 09:14:57] xen: copy BIOS tables...
(d19) [2013-09-17 09:14:57] Copying SMBIOS entry point from 0x00010010 to 0x000fdbd0
(d19) [2013-09-17 09:14:57] Copying MPTABLE from 0xfc001160/fc001170 to 0x000fdad0
(d19) [2013-09-17 09:14:57] Copying PIR from 0x00010030 to 0x000fda50
(d19) [2013-09-17 09:14:57] Copying ACPI RSDP from 0x000100b0 to 0x000fda20
(d19) [2013-09-17 09:14:57] Scan for VGA option rom
(d19) [2013-09-17 09:14:57] Running option rom at c000:0003
(XEN) [2013-09-17 09:14:57] stdvga.c:147:d19 entering stdvga and caching modes
(d19) [2013-09-17 09:14:57] Turning on vga text mode console
(d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
(d19) [2013-09-17 09:14:57] 
(d19) [2013-09-17 09:14:57] UHCI init on dev 00:01.2 (io=c240)
(d19) [2013-09-17 09:14:57] Found 1 lpt ports
(d19) [2013-09-17 09:14:57] Found 1 serial ports
(d19) [2013-09-17 09:14:57] ATA controller 1 at 1f0/3f4/c260 (irq 14 dev 9)
(d19) [2013-09-17 09:14:57] ATA controller 2 at 170/374/c268 (irq 15 dev 9)
(d19) [2013-09-17 09:14:57] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (20480 MiBytes)
(d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
(d19) [2013-09-17 09:14:57] DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD]
(d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@1/disk@0
(d19) [2013-09-17 09:14:57] PS2 keyboard initialized
(d19) [2013-09-17 09:14:57] All threads complete.
(d19) [2013-09-17 09:14:57] Scan for option roms
(d19) [2013-09-17 09:14:57] Running option rom at c900:0003
(d19) [2013-09-17 09:14:57] pmm call arg1=1
(d19) [2013-09-17 09:14:57] pmm call arg1=0
(d19) [2013-09-17 09:14:57] pmm call arg1=1
(d19) [2013-09-17 09:14:57] pmm call arg1=0
(d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@4
(d19) [2013-09-17 09:14:57] Press F12 for boot menu.
(d19) [2013-09-17 09:14:57] 
(d19) [2013-09-17 09:15:00] drive 0x000fd9d0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=41943040
(d19) [2013-09-17 09:15:00] Space available for UMB: 000ca000-000ee800
(d19) [2013-09-17 09:15:00] Returned 61440 bytes of ZoneHigh
(d19) [2013-09-17 09:15:00] e820 map has 6 items:
(d19) [2013-09-17 09:15:00]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d19) [2013-09-17 09:15:00]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d19) [2013-09-17 09:15:00]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d19) [2013-09-17 09:15:00]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
(d19) [2013-09-17 09:15:00]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
(d19) [2013-09-17 09:15:00]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
(d19) [2013-09-17 09:15:00] enter handle_19:
(d19) [2013-09-17 09:15:00]   NULL
(d19) [2013-09-17 09:15:00] Booting from Hard Disk...
(d19) [2013-09-17 09:15:00] Booting from 0000:7c00
(XEN) [2013-09-17 09:15:03] stdvga.c:151:d19 leaving stdvga
(XEN) [2013-09-17 09:15:09] stdvga.c:147:d19 entering stdvga and caching modes
(XEN) [2013-09-17 09:15:11] irq.c:375: Dom19 callback via changed to Direct Vector 0xf3
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:14] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:14] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 0 changed 5 -> 0
(XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 1 changed 10 -> 0
(XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 2 changed 11 -> 0
(XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 3 changed 5 -> 0

[-- Attachment #7: qemu-dm-guest-reduced.log --]
[-- Type: application/octet-stream, Size: 91175 bytes --]

char device redirected to /dev/pts/23
xen: shared page at pfn feffd
xen: buffered io page at pfn feffb
xen_mapcache: xen_map_cache_init, nr_buckets = 8000 size 1572864
vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
xen_platform: changed ro/rw state of ROM memory area. now is rw state.
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
[00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
[00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
[00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx base_addr=0xf99c0000lx type: 0x4)
[00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx base_addr=0xa000lx type: 0x1)
[00:05.0] xen_pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)
[00:05.0] xen_pt_pci_intx: intx=1
[00:05.0] xen_pt_initfn: Real physical device 07:00.0 registered successfuly!
[00:06.0] xen_pt_initfn: Assigning real physical device 07:00.1 to devfn 0x30
[00:06.0] xen_pt_register_regions: IO region 0 registered (size=0x4000lx base_addr=0xf99fc000lx type: 0x4)
[00:06.0] xen_pt_pci_intx: intx=2
[00:06.0] xen_pt_initfn: Real physical device 07:00.1 registered successfuly!
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: write addr 0000000000000000 len 1 val 5
pci_host_data: pci_data_write: PIIX3-xen: addr=60 val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: write addr 0000000000000001 len 1 val a
pci_host_data: pci_data_write: PIIX3-xen: addr=61 val=0000000a len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: write addr 0000000000000002 len 1 val b
pci_host_data: pci_data_write: PIIX3-xen: addr=62 val=0000000b len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: write addr 0000000000000003 len 1 val 5
pci_host_data: pci_data_write: PIIX3-xen: addr=63 val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000008
pci_host_data: pci_data_read: i440FX: addr=0a val=00000600 len=2
pci_host_data: read addr 0000000000000002 len 2 val 600
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000000
pci_host_data: pci_data_read: i440FX: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000000
pci_host_data: pci_data_read: i440FX: addr=02 val=00001237 len=2
pci_host_data: read addr 0000000000000002 len 2 val 1237
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000010
pci_host_data: pci_data_read: i440FX: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000010
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000010
pci_host_data: pci_data_read: i440FX: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000010
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000014
pci_host_data: pci_data_read: i440FX: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000014
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000014
pci_host_data: pci_data_read: i440FX: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000014
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000018
pci_host_data: pci_data_read: i440FX: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000018
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000018
pci_host_data: pci_data_read: i440FX: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000018
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000001c
pci_host_data: pci_data_read: i440FX: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000001c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000001c
pci_host_data: pci_data_read: i440FX: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000001c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000020
pci_host_data: pci_data_read: i440FX: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000020
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000020
pci_host_data: pci_data_read: i440FX: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000020
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000024
pci_host_data: pci_data_read: i440FX: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000024
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000024
pci_host_data: pci_data_read: i440FX: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000024
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000030
pci_host_data: pci_data_read: i440FX: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000030
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000030
pci_host_data: pci_data_read: i440FX: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000030
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000003c
pci_host_data: pci_data_read: i440FX: addr=3d val=00000000 len=1
pci_host_data: read addr 0000000000000001 len 1 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000004
pci_host_data: pci_data_read: i440FX: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000004
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: i440FX: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000108
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000100
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000100
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000208
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000200
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000200
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000308
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000300
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000300
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000408
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000400
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000400
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000508
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000500
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000500
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000608
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000600
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000600
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000708
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000700
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000700
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000808
pci_host_data: pci_data_read: PIIX3-xen: addr=0a val=00000601 len=2
pci_host_data: read addr 0000000000000002 len 2 val 601
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000800
pci_host_data: pci_data_read: PIIX3-xen: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000800
pci_host_data: pci_data_read: PIIX3-xen: addr=02 val=00007000 len=2
pci_host_data: read addr 0000000000000002 len 2 val 7000
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000810
pci_host_data: pci_data_read: PIIX3-xen: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000810
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000810
pci_host_data: pci_data_read: PIIX3-xen: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000810
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000814
pci_host_data: pci_data_read: PIIX3-xen: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000814
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000814
pci_host_data: pci_data_read: PIIX3-xen: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000814
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000818
pci_host_data: pci_data_read: PIIX3-xen: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000818
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000818
pci_host_data: pci_data_read: PIIX3-xen: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000818
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000081c
pci_host_data: pci_data_read: PIIX3-xen: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000081c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000081c
pci_host_data: pci_data_read: PIIX3-xen: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000081c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000820
pci_host_data: pci_data_read: PIIX3-xen: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000820
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000820
pci_host_data: pci_data_read: PIIX3-xen: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000820
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000824
pci_host_data: pci_data_read: PIIX3-xen: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000824
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000824
pci_host_data: pci_data_read: PIIX3-xen: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000824
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000830
pci_host_data: pci_data_read: PIIX3-xen: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000830
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000830
pci_host_data: pci_data_read: PIIX3-xen: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000830
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000083c
pci_host_data: pci_data_read: PIIX3-xen: addr=3d val=00000000 len=1
pci_host_data: read addr 0000000000000001 len 1 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000804
pci_host_data: pci_data_read: PIIX3-xen: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000804
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: PIIX3-xen: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000908
pci_host_data: pci_data_read: piix3-ide-xen: addr=0a val=00000101 len=2
pci_host_data: read addr 0000000000000002 len 2 val 101
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000900
pci_host_data: pci_data_read: piix3-ide-xen: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000900
pci_host_data: pci_data_read: piix3-ide-xen: addr=02 val=00007010 len=2
pci_host_data: read addr 0000000000000002 len 2 val 7010
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000940
pci_host_data: write addr 0000000000000000 len 2 val 8000
pci_host_data: pci_data_write: piix3-ide-xen: addr=40 val=00008000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000940
pci_host_data: write addr 0000000000000002 len 2 val 8000
pci_host_data: pci_data_write: piix3-ide-xen: addr=42 val=00008000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000910
pci_host_data: pci_data_read: piix3-ide-xen: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000910
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000910
pci_host_data: pci_data_read: piix3-ide-xen: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000910
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000914
pci_host_data: pci_data_read: piix3-ide-xen: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000914
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000914
pci_host_data: pci_data_read: piix3-ide-xen: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000914
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000918
pci_host_data: pci_data_read: piix3-ide-xen: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000918
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000918
pci_host_data: pci_data_read: piix3-ide-xen: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000918
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000091c
pci_host_data: pci_data_read: piix3-ide-xen: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000091c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000091c
pci_host_data: pci_data_read: piix3-ide-xen: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000091c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000920
pci_host_data: pci_data_read: piix3-ide-xen: addr=20 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000920
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000920
pci_host_data: pci_data_read: piix3-ide-xen: addr=20 val=fffffff1 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffffff1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000920
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: piix3-ide-xen: addr=20 val=00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000924
pci_host_data: pci_data_read: piix3-ide-xen: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000924
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000924
pci_host_data: pci_data_read: piix3-ide-xen: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000924
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000930
pci_host_data: pci_data_read: piix3-ide-xen: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000930
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000930
pci_host_data: pci_data_read: piix3-ide-xen: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000930
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000093c
pci_host_data: pci_data_read: piix3-ide-xen: addr=3d val=00000000 len=1
pci_host_data: read addr 0000000000000001 len 1 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000904
pci_host_data: pci_data_read: piix3-ide-xen: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000904
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: piix3-ide-xen: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a08
pci_host_data: pci_data_read: piix3-usb-uhci: addr=0a val=00000c03 len=2
pci_host_data: read addr 0000000000000002 len 2 val c03
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a00
pci_host_data: pci_data_read: piix3-usb-uhci: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a00
pci_host_data: pci_data_read: piix3-usb-uhci: addr=02 val=00007020 len=2
pci_host_data: read addr 0000000000000002 len 2 val 7020
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a10
pci_host_data: pci_data_read: piix3-usb-uhci: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a10
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a10
pci_host_data: pci_data_read: piix3-usb-uhci: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a10
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a14
pci_host_data: pci_data_read: piix3-usb-uhci: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a14
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a14
pci_host_data: pci_data_read: piix3-usb-uhci: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a14
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a18
pci_host_data: pci_data_read: piix3-usb-uhci: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a18
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a18
pci_host_data: pci_data_read: piix3-usb-uhci: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a18
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a1c
pci_host_data: pci_data_read: piix3-usb-uhci: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a1c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a1c
pci_host_data: pci_data_read: piix3-usb-uhci: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a1c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a20
pci_host_data: pci_data_read: piix3-usb-uhci: addr=20 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a20
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a20
pci_host_data: pci_data_read: piix3-usb-uhci: addr=20 val=ffffffe1 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffe1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a20
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: piix3-usb-uhci: addr=20 val=00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a24
pci_host_data: pci_data_read: piix3-usb-uhci: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a24
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a24
pci_host_data: pci_data_read: piix3-usb-uhci: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a24
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a30
pci_host_data: pci_data_read: piix3-usb-uhci: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a30
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a30
pci_host_data: pci_data_read: piix3-usb-uhci: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a30
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a3c
pci_host_data: pci_data_read: piix3-usb-uhci: addr=3d val=00000004 len=1
pci_host_data: read addr 0000000000000001 len 1 val 4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=60 val=00000005 len=1
pci_host_data: read addr 0000000000000000 len 1 val 5
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a3c
pci_host_data: write addr 0000000000000000 len 1 val 5
pci_host_data: pci_data_write: piix3-usb-uhci: addr=3c val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a04
pci_host_data: pci_data_read: piix3-usb-uhci: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a04
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: piix3-usb-uhci: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b08
pci_host_data: pci_data_read: PIIX4_PM: addr=0a val=00000680 len=2
pci_host_data: read addr 0000000000000002 len 2 val 680
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b00
pci_host_data: pci_data_read: PIIX4_PM: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b00
pci_host_data: pci_data_read: PIIX4_PM: addr=02 val=00007113 len=2
pci_host_data: read addr 0000000000000002 len 2 val 7113
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: write addr 0000000000000000 len 2 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=20 val=00000000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000bd0
pci_host_data: write addr 0000000000000002 len 2 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=d2 val=00000000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: write addr 0000000000000002 len 2 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=22 val=00000000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b3c
pci_host_data: write addr 0000000000000000 len 2 val 9
pci_host_data: pci_data_write: PIIX4_PM: addr=3c val=00000009 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b3c
pci_host_data: write addr 0000000000000000 len 2 val 1
pci_host_data: pci_data_write: PIIX4_PM: addr=3c val=00000001 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b40
pci_host_data: write addr 0000000000000000 len 4 val b001
pci_host_data: pci_data_write: PIIX4_PM: addr=40 val=0000b001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b80
pci_host_data: write addr 0000000000000000 len 1 val 1
pci_host_data: pci_data_write: PIIX4_PM: addr=80 val=00000001 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b10
pci_host_data: pci_data_read: PIIX4_PM: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b10
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b10
pci_host_data: pci_data_read: PIIX4_PM: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b10
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b14
pci_host_data: pci_data_read: PIIX4_PM: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b14
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b14
pci_host_data: pci_data_read: PIIX4_PM: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b14
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b18
pci_host_data: pci_data_read: PIIX4_PM: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b18
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b18
pci_host_data: pci_data_read: PIIX4_PM: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b18
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b1c
pci_host_data: pci_data_read: PIIX4_PM: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b1c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b1c
pci_host_data: pci_data_read: PIIX4_PM: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b1c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: pci_data_read: PIIX4_PM: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: pci_data_read: PIIX4_PM: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b24
pci_host_data: pci_data_read: PIIX4_PM: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b24
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b24
pci_host_data: pci_data_read: PIIX4_PM: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b24
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b30
pci_host_data: pci_data_read: PIIX4_PM: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b30
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b30
pci_host_data: pci_data_read: PIIX4_PM: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b30
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b3c
pci_host_data: pci_data_read: PIIX4_PM: addr=3d val=00000001 len=1
pci_host_data: read addr 0000000000000001 len 1 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=61 val=0000000a len=1
pci_host_data: read addr 0000000000000001 len 1 val a
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b3c
pci_host_data: write addr 0000000000000000 len 1 val a
pci_host_data: pci_data_write: PIIX4_PM: addr=3c val=0000000a len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b04
pci_host_data: pci_data_read: PIIX4_PM: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b04
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: PIIX4_PM: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000c08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000c00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000c00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000d08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000d00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000d00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000e08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000e00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000e00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000f08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000f00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000f00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001008
pci_host_data: pci_data_read: cirrus-vga: addr=0a val=00000300 len=2
pci_host_data: read addr 0000000000000002 len 2 val 300
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001000
pci_host_data: pci_data_read: cirrus-vga: addr=00 val=00001013 len=2
pci_host_data: read addr 0000000000000000 len 2 val 1013
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001000
pci_host_data: pci_data_read: cirrus-vga: addr=02 val=000000b8 len=2
pci_host_data: read addr 0000000000000002 len 2 val b8
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001010
pci_host_data: pci_data_read: cirrus-vga: addr=10 val=00000008 len=4
pci_host_data: read addr 0000000000000000 len 4 val 8
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001010
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001010
pci_host_data: pci_data_read: cirrus-vga: addr=10 val=fe000008 len=4
pci_host_data: read addr 0000000000000000 len 4 val fe000008
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001010
pci_host_data: write addr 0000000000000000 len 4 val 8
pci_host_data: pci_data_write: cirrus-vga: addr=10 val=00000008 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001014
pci_host_data: pci_data_read: cirrus-vga: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001014
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001014
pci_host_data: pci_data_read: cirrus-vga: addr=14 val=fffff000 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffff000
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001014
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001018
pci_host_data: pci_data_read: cirrus-vga: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001018
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001018
pci_host_data: pci_data_read: cirrus-vga: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001018
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000101c
pci_host_data: pci_data_read: cirrus-vga: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000101c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000101c
pci_host_data: pci_data_read: cirrus-vga: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000101c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001020
pci_host_data: pci_data_read: cirrus-vga: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001020
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001020
pci_host_data: pci_data_read: cirrus-vga: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001020
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001024
pci_host_data: pci_data_read: cirrus-vga: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001024
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001024
pci_host_data: pci_data_read: cirrus-vga: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001024
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001030
pci_host_data: pci_data_read: cirrus-vga: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001030
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001030
pci_host_data: pci_data_read: cirrus-vga: addr=30 val=ffff0001 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffff0001
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001030
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000103c
pci_host_data: pci_data_read: cirrus-vga: addr=3d val=00000000 len=1
pci_host_data: read addr 0000000000000001 len 1 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001004
pci_host_data: pci_data_read: cirrus-vga: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001004
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: cirrus-vga: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001108
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001100
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001100
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001208
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001200
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001200
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001308
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001300
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001300
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001408
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001400
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001400
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001508
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001500
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001500
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001608
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001600
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001600
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001708
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001700
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001700
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001808
pci_host_data: pci_data_read: xen-platform: addr=0a val=0000ff80 len=2
pci_host_data: read addr 0000000000000002 len 2 val ff80
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001800
pci_host_data: pci_data_read: xen-platform: addr=00 val=00005853 len=2
pci_host_data: read addr 0000000000000000 len 2 val 5853
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001800
pci_host_data: pci_data_read: xen-platform: addr=02 val=00000001 len=2
pci_host_data: read addr 0000000000000002 len 2 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001810
pci_host_data: pci_data_read: xen-platform: addr=10 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001810
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001810
pci_host_data: pci_data_read: xen-platform: addr=10 val=ffffff01 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffff01
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001810
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: xen-platform: addr=10 val=00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001814
pci_host_data: pci_data_read: xen-platform: addr=14 val=00000008 len=4
pci_host_data: read addr 0000000000000000 len 4 val 8
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001814
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001814
pci_host_data: pci_data_read: xen-platform: addr=14 val=ff000008 len=4
pci_host_data: read addr 0000000000000000 len 4 val ff000008
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001814
pci_host_data: write addr 0000000000000000 len 4 val 8
pci_host_data: pci_data_write: xen-platform: addr=14 val=00000008 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001818
pci_host_data: pci_data_read: xen-platform: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001818
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001818
pci_host_data: pci_data_read: xen-platform: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001818
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000181c
pci_host_data: pci_data_read: xen-platform: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000181c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000181c
pci_host_data: pci_data_read: xen-platform: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000181c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001820
pci_host_data: pci_data_read: xen-platform: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001820
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001820
pci_host_data: pci_data_read: xen-platform: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001820
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001824
pci_host_data: pci_data_read: xen-platform: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001824
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001824
pci_host_data: pci_data_read: xen-platform: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001824
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001830
pci_host_data: pci_data_read: xen-platform: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001830
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001830
pci_host_data: pci_data_read: xen-platform: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001830
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000183c
pci_host_data: pci_data_read: xen-platform: addr=3d val=00000001 len=1
pci_host_data: read addr 0000000000000001 len 1 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=63 val=00000005 len=1
pci_host_data: read addr 0000000000000003 len 1 val 5
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000183c
pci_host_data: write addr 0000000000000000 len 1 val 5
pci_host_data: pci_data_write: xen-platform: addr=3c val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001804
pci_host_data: pci_data_read: xen-platform: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001804
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: xen-platform: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001908
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001900
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001900
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001a08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001a00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001a00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001b08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001b00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001b00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001c08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001c00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001c00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001d08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001d00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001d00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001e08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001e00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001e00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001f08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001f00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001f00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002008
pci_host_data: pci_data_read: e1000: addr=0a val=00000200 len=2
pci_host_data: read addr 0000000000000002 len 2 val 200
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002000
pci_host_data: pci_data_read: e1000: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002000
pci_host_data: pci_data_read: e1000: addr=02 val=0000100e len=2
pci_host_data: read addr 0000000000000002 len 2 val 100e
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002010
pci_host_data: pci_data_read: e1000: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002010
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002010
pci_host_data: pci_data_read: e1000: addr=10 val=fffe0000 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffe0000
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002010
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002014
pci_host_data: pci_data_read: e1000: addr=14 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002014
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002014
pci_host_data: pci_data_read: e1000: addr=14 val=ffffffc1 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffc1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002014
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: e1000: addr=14 val=00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002018
pci_host_data: pci_data_read: e1000: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002018
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002018
pci_host_data: pci_data_read: e1000: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002018
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000201c
pci_host_data: pci_data_read: e1000: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000201c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000201c
pci_host_data: pci_data_read: e1000: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000201c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002020
pci_host_data: pci_data_read: e1000: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002020
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002020
pci_host_data: pci_data_read: e1000: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002020
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002024
pci_host_data: pci_data_read: e1000: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002024
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002024
pci_host_data: pci_data_read: e1000: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002024
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002030
pci_host_data: pci_data_read: e1000: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002030
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002030
pci_host_data: pci_data_read: e1000: addr=30 val=fffe0001 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffe0001
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002030
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000203c
pci_host_data: pci_data_read: e1000: addr=3d val=00000001 len=1
pci_host_data: read addr 0000000000000001 len 1 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=60 val=00000005 len=1
pci_host_data: read addr 0000000000000000 len 1 val 5
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000203c
pci_host_data: write addr 0000000000000000 len 1 val 5
pci_host_data: pci_data_write: e1000: addr=3c val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002004
pci_host_data: pci_data_read: e1000: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002004
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: e1000: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002108
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002100
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002100
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002208
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002200
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002200
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002308
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002300
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002300
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002408
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002400
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002400
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002508
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002500
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002500
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002608
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002600
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002600
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002708
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002700
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002700
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002808
[00:05.0] xen_pt_pci_read_config: address=0x000a val=0x00000300 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=0a val=00000300 len=2
pci_host_data: read addr 0000000000000002 len 2 val 300
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002800
[00:05.0] xen_pt_pci_read_config: address=0x0000 val=0x00001002 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=00 val=00001002 len=2
pci_host_data: read addr 0000000000000000 len 2 val 1002
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002800
[00:05.0] xen_pt_pci_read_config: address=0x0002 val=0x00006759 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=02 val=00006759 len=2
pci_host_data: read addr 0000000000000002 len 2 val 6759
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002810
[00:05.0] xen_pt_pci_read_config: address=0x0010 val=0x0000000c len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=10 val=0000000c len=4
pci_host_data: read addr 0000000000000000 len 4 val c
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002810
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=10 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0010 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002810
[00:05.0] xen_pt_pci_read_config: address=0x0010 val=0xf000000c len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=10 val=f000000c len=4
pci_host_data: read addr 0000000000000000 len 4 val f000000c
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002810
pci_host_data: write addr 0000000000000000 len 4 val c
pci_host_data: pci_data_write: xen-pci-passthrough: addr=10 val=0000000c len=4
[00:05.0] xen_pt_pci_write_config: address=0x0010 val=0x0000000c len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002814
[00:05.0] xen_pt_pci_read_config: address=0x0014 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002814
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=14 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0014 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002814
[00:05.0] xen_pt_pci_read_config: address=0x0014 val=0xffffffff len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=14 val=ffffffff len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002814
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=14 val=00000000 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0014 val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002818
[00:05.0] xen_pt_pci_read_config: address=0x0018 val=0x00000004 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=18 val=00000004 len=4
pci_host_data: read addr 0000000000000000 len 4 val 4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002818
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=18 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0018 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002818
[00:05.0] xen_pt_pci_read_config: address=0x0018 val=0xfffe0004 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=18 val=fffe0004 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffe0004
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002818
pci_host_data: write addr 0000000000000000 len 4 val 4
pci_host_data: pci_data_write: xen-pci-passthrough: addr=18 val=00000004 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0018 val=0x00000004 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000281c
[00:05.0] xen_pt_pci_read_config: address=0x001c val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000281c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=1c val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x001c val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000281c
[00:05.0] xen_pt_pci_read_config: address=0x001c val=0xffffffff len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=1c val=ffffffff len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000281c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=1c val=00000000 len=4
[00:05.0] xen_pt_pci_write_config: address=0x001c val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002820
[00:05.0] xen_pt_pci_read_config: address=0x0020 val=0x00000001 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=20 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002820
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=20 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0020 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002820
[00:05.0] xen_pt_pci_read_config: address=0x0020 val=0xffffff01 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=20 val=ffffff01 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffff01
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002820
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: xen-pci-passthrough: addr=20 val=00000001 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0020 val=0x00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002824
[00:05.0] xen_pt_pci_read_config: address=0x0024 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002824
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=24 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0024 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002824
[00:05.0] xen_pt_pci_read_config: address=0x0024 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002824
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=24 val=00000000 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0024 val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002830
[00:05.0] xen_pt_pci_read_config: address=0x0030 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002830
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=30 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0030 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002830
[00:05.0] xen_pt_pci_read_config: address=0x0030 val=0xfffe0001 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=30 val=fffe0001 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffe0001
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002830
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=30 val=00000000 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0030 val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000283c
[00:05.0] xen_pt_pci_read_config: address=0x003d val=0x00000001 len=1
pci_host_data: pci_data_read: xen-pci-passthrough: addr=3d val=00000001 len=1
pci_host_data: read addr 0000000000000001 len 1 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=61 val=0000000a len=1
pci_host_data: read addr 0000000000000001 len 1 val a
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000283c
pci_host_data: write addr 0000000000000000 len 1 val a
pci_host_data: pci_data_write: xen-pci-passthrough: addr=3c val=0000000a len=1
[00:05.0] xen_pt_pci_write_config: address=0x003c val=0x0000000a len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002804
[00:05.0] xen_pt_pci_read_config: address=0x0004 val=0x00000000 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002804
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: xen-pci-passthrough: addr=04 val=00000004 len=2
[00:05.0] xen_pt_pci_write_config: address=0x0004 val=0x00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002908
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002900
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002900
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002a08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002a00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002a00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002b08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002b00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002b00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002c08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002c00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002c00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002d08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002d00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002d00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002e08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002e00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002e00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002f08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002f00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002f00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003008
[00:06.0] xen_pt_pci_read_config: address=0x000a val=0x00000403 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=0a val=00000403 len=2
pci_host_data: read addr 0000000000000002 len 2 val 403
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003000
[00:06.0] xen_pt_pci_read_config: address=0x0000 val=0x00001002 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=00 val=00001002 len=2
pci_host_data: read addr 0000000000000000 len 2 val 1002
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003000
[00:06.0] xen_pt_pci_read_config: address=0x0002 val=0x0000aa90 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=02 val=0000aa90 len=2
pci_host_data: read addr 0000000000000002 len 2 val aa90
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003010
[00:06.0] xen_pt_pci_read_config: address=0x0010 val=0x00000004 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=10 val=00000004 len=4
pci_host_data: read addr 0000000000000000 len 4 val 4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003010
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=10 val=ffffffff len=4
[00:06.0] xen_pt_pci_write_config: address=0x0010 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003010
[00:06.0] xen_pt_pci_read_config: address=0x0010 val=0xffffc004 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=10 val=ffffc004 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffc004
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003010
pci_host_data: write addr 0000000000000000 len 4 val 4
pci_host_data: pci_data_write: xen-pci-passthrough: addr=10 val=00000004 len=4
[00:06.0] xen_pt_pci_write_config: address=0x0010 val=0x00000004 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003014
[00:06.0] xen_pt_pci_read_config: address=0x0014 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003014
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=14 val=ffffffff len=4
[00:06.0] xen_pt_pci_write_config: address=0x0014 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003014
[00:06.0] xen_pt_pci_read_config: address=0x0014 val=0xffffffff len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=14 val=ffffffff len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003014
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=14 val=00000000 len=4
[00:06.0] xen_pt_pci_write_config: address=0x0014 val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003018
[00:06.0] xen_pt_pci_read_config: address=0x0018 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003018
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=18 val=ffffffff len=4
[00:06.0] xen_pt_pci_write_config: address=0x0018 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003018

<BIG SNIP>

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

* RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
@ 2013-09-17 14:33 ` Sander Eikelenboom
  0 siblings, 0 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-09-17 14:33 UTC (permalink / raw)
  To: xen-devel, qemu-devel; +Cc: Anthony PERARD, Stefano Stabellini

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

*RESEND* due to exceeding the mailinglists limit for attachment size.

Hi,

I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.

- When i don't passthrough the radeon card, the linux native radeon driver loads fine.
- When i do passtrough the device to a HVM with the same kernel:
  The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
  The driver reports a successful read, but fails because it can't find the right string at the right offset.

So I inspected the rom by using sysfs with:
echo 1 > /sys/bus/pci/devices/<BDF>/rom
cat /sys/bus/pci/devices/<BDF>/rom

- When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
- When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
  (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")

So i tried both qemu-xen and qemu-xen-traditional, but both with the same result.
To see if some addresses get mangled i enabled the xen passthrough debug printk's for both qemu's and added a printk to the radeon driver to see where it tries to read the rom.

from dom0 lspci:
07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
        Subsystem: PC Partner Limited Device [174b:e193]
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 32
        Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
        Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
        Region 4: I/O ports at a000 [disabled] [size=256]
        Expansion ROM at f99a0000 [disabled] [size=128K]

from qemu-dm-log:
vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
xen_platform: changed ro/rw state of ROM memory area. now is rw state.
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
[00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
[00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
[00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx base_addr=0xf99c0000lx type: 0x4)
[00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx base_addr=0xa000lx type: 0x1)
[00:05.0] xen_pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)

That seems to match ...

from guest lspci:
00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
        Subsystem: PC Partner Limited Device [174b:e193]
        Physical Slot: 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-
        Interrupt: pin A routed to IRQ 36
        Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
        Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
        Region 4: I/O ports at c100 [size=256]
        Expansion ROM at f3060000 [disabled] [size=128K]

from the radeon driver in the guest:

[    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
[    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
[    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
[    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
[    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
[    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
[    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)

<snip>

[    1.744843] [drm] Initialized drm 1.1.0 20060810
[    1.746503] [drm] radeon kernel modesetting enabled.
[    1.747964] [drm:drm_pci_init], 
[    1.749911] [drm:drm_get_pci_dev], 
[    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
[    1.755203] [drm:drm_get_minor], 
[    1.757902] [drm:drm_get_minor], new minor assigned 64
[    1.760337] [drm:drm_get_minor], 
[    1.762547] [drm:drm_get_minor], new minor assigned 0
[    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
[    1.767705] [drm] register mmio base: 0xF3040000
[    1.769135] [drm] register mmio size: 131072
[    1.770551] [drm] radeon_atrm_get_bios: failed 
[    1.771878] [drm] radeon_acpi_vfct_bios: failed 
[    1.773193] [drm] igp_read_bios_from_vram: failed 
[    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
[    1.777717] [drm] radeon_read_bios: succes 
[    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
[    1.784874] [drm:radeon_get_bios], COMBIOS detected
[    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
[    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
[    1.789919] [drm] radeon: finishing device.

So the address that the radeon_read_bios function uses, also matches.

So i'm pretty clueless how it ends up with the data from the cirrus rom when it's reading the right address ...


I'm using:
Xen:               Xen-unstable git:c5e9596
Linux dom0 + domU: 3.12-mergewindow + konrad's jumplabel patch (i also tested with 3.9.0 kernel)

I have attached the qemu-xen logs, but i have the qemu-xen-traditional logs as well.

Attached:
- xl-dmesg.txt                   output of "xl dmesg" with start and shutdown of the guest
- xl-create.txt                  output of "xl -vvvvv create" of the guest
- lspci-dom0.txt                 output of "lspci -vvvknn" for dom0
- lspci-guest.txt                output of "lspci -vvvknn" for guest
- qemu-dm-guest-reduced.log      qemu log, reduced to be acceptable for the mailing list.
                                 a complete log with all pci config reads and writes
                                 can be found at: http://home.eikelenboom.it/qemu-dm-guest.log
- dmesg-guest.txt

--

Sander

[-- Attachment #2: dmesg-guest.txt --]
[-- Type: TEXT/PLAIN, Size: 83356 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7fefff] usable
[    0.000000] BIOS-e820: [mem 0x000000003f7ff000-0x000000003f7fffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/17/2013
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.4.
[    0.000000] Xen Platform PCI: I/O protocol version 1
[    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[    0.000000] You might have to change the root device
[    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[    0.000000] in your root= kernel command line option
[    0.000000] HVMOP_pagetable_dying not supported
[    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 = 0x3f7ff max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-combining
[    0.000000]   C0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
[    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
[    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000560000000 aka 22016M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000fdad0-0x000fdadf] mapped at [ffff8800000fdad0]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
[    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
[    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x3f400000-0x3f5fffff]
[    0.000000]  [mem 0x3f400000-0x3f5fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f3fffff]
[    0.000000]  [mem 0x3c000000-0x3f3fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fefff]
[    0.000000]  [mem 0x3f600000-0x3f7fefff] page 4k
[    0.000000] BRK [0x02963000, 0x02963fff] PGTABLE
[    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
[    0.000000] ACPI: RSDP 00000000000fda20 00024 (v02    Xen)
[    0.000000] ACPI: XSDT 00000000fc009fc0 00054 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: FACP 00000000fc0098f0 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 00000000fc0012a0 085CD (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: FACS 00000000fc001260 00040
[    0.000000] ACPI: APIC 00000000fc0099f0 00460 (v02    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: HPET 00000000fc009ed0 00038 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: WAET 00000000fc009f10 00028 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: SSDT 00000000fc009f40 00031 (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: SSDT 00000000fc009f80 00031 (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f7fefff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fefff]
[    0.000000]   NODE_DATA [mem 0x3f7f4000-0x3f7fefff]
[    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
[    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-0x0009efff]
[    0.000000]   node   0: [mem 0x00100000-0x3f7fefff]
[    0.000000] On node 0 totalpages: 259997
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3998 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 4000 pages used for memmap
[    0.000000]   DMA32 zone: 255999 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[    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 5 global_irq 5 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: 128 Processors exceeds NR_CPUS limit of 8
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 64
[    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen HVM
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000 s83136 r8192 d23360 u262144
[    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 255912
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 991448K/1039988K available (10109K kernel code, 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:4352 nr_irqs:1152 16
[    0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 5855 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 3200.144 MHz processor
[    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.96 BogoMIPS (lpj=10667146)
[    0.007910] pid_max: default: 32768 minimum: 301
[    0.009404] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.010274] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.013509] Mount-cache hash table entries: 256
[    0.015617] Initializing cgroup subsys freezer
[    0.016702] Initializing cgroup subsys blkio
[    0.018219] tseg: 0000000000
[    0.020054] CPU: Physical Processor ID: 0
[    0.021397] CPU: Processor Core ID: 0
[    0.022677] mce: CPU supports 2 MCE banks
[    0.023358] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.023358] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    0.023358] tlb_flushall_shift: 4
[    0.026971] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 - ffffffff82003000)
[    0.031792] ACPI: Core revision 20130725
[    0.041888] ACPI: All ACPI Tables successfully acquired
[    0.047025] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.082537] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
[    0.086449] Xen: using vcpuop timer interface
[    0.086676] installing Xen timer for CPU 0
[    0.088169] Performance Events: Broken PMU hardware detected, using software events only.
[    0.089999] Failed to access perfctr msr (MSR c0010004 is 0)
[    0.113523] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.120163] installing Xen timer for CPU 1
[    0.121727] SMP alternatives: lockdep: fixing up alternatives
[    0.123380] smpboot: Booting Node   0, Processors  #1
[    0.230557] Brought up 2 CPUs
[    0.232915] smpboot: Total of 2 processors activated (12904.77 BogoMIPS)
[    0.237280] xor: measuring software checksum speed
[    0.270031]    prefetch64-sse:   854.400 MB/sec
[    0.303355]    generic_sse:   860.400 MB/sec
[    0.306019] xor: using function: generic_sse (860.400 MB/sec)
[    0.306921] NET: Registered protocol family 16
[    0.310119] xenbus: xs_reset_watches failed: -38
[    0.313427] cpuidle: using governor ladder
[    0.316677] cpuidle: using governor menu
[    0.333188] ACPI: bus type PCI registered
[    0.333356] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.337653] PCI: Using configuration type 1 for base access
[    0.340012] PCI: Using configuration type 1 for extended access
[    0.389611] bio: create slab <bio-0> at 0
[    0.450052] raid6: sse2x1    2658 MB/s
[    0.511079] raid6: sse2x2    3617 MB/s
[    0.566841] raid6: sse2x4    3268 MB/s
[    0.568215] raid6: using algorithm sse2x2 (3617 MB/s)
[    0.569591] raid6: using intx1 recovery algorithm
[    0.576735] ACPI: Added _OSI(Module Device)
[    0.578237] ACPI: Added _OSI(Processor Device)
[    0.579572] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.580039] ACPI: Added _OSI(Processor Aggregator Device)
[    0.587697] ACPI: EC: Look up EC in DSDT
[    0.600422] ACPI: Interpreter enabled
[    0.603404] ACPI: (supports S0 S5)
[    0.606682] ACPI: Using IOAPIC for interrupt routing
[    0.608147] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.638813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.640021] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.642119] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.644027] pci_bus 0000:00: dev 01, created physical slot 1
[    0.645538] pci_bus 0000:00: dev 02, created physical slot 2
[    0.646696] pci_bus 0000:00: dev 03, created physical slot 3
[    0.650016] pci_bus 0000:00: dev 04, created physical slot 4
[    0.650016] pci_bus 0000:00: dev 05, created physical slot 5
[    0.653367] pci_bus 0000:00: dev 06, created physical slot 6
[    0.655112] pci_bus 0000:00: dev 07, created physical slot 7
[    0.656508] pci_bus 0000:00: dev 08, created physical slot 8
[    0.656741] pci_bus 0000:00: dev 09, created physical slot 9
[    0.658161] pci_bus 0000:00: dev 0a, created physical slot 10
[    0.659565] pci_bus 0000:00: dev 0b, created physical slot 11
[    0.660036] pci_bus 0000:00: dev 0c, created physical slot 12
[    0.661420] pci_bus 0000:00: dev 0d, created physical slot 13
[    0.663415] pci_bus 0000:00: dev 0e, created physical slot 14
[    0.664832] pci_bus 0000:00: dev 0f, created physical slot 15
[    0.666589] pci_bus 0000:00: dev 10, created physical slot 16
[    0.670027] pci_bus 0000:00: dev 11, created physical slot 17
[    0.671489] pci_bus 0000:00: dev 12, created physical slot 18
[    0.673000] pci_bus 0000:00: dev 13, created physical slot 19
[    0.673382] pci_bus 0000:00: dev 14, created physical slot 20
[    0.674831] pci_bus 0000:00: dev 15, created physical slot 21
[    0.676298] pci_bus 0000:00: dev 16, created physical slot 22
[    0.676736] pci_bus 0000:00: dev 17, created physical slot 23
[    0.678140] pci_bus 0000:00: dev 18, created physical slot 24
[    0.683376] pci_bus 0000:00: dev 19, created physical slot 25
[    0.685751] pci_bus 0000:00: dev 1a, created physical slot 26
[    0.686708] pci_bus 0000:00: dev 1b, created physical slot 27
[    0.689182] pci_bus 0000:00: dev 1c, created physical slot 28
[    0.690042] pci_bus 0000:00: dev 1d, created physical slot 29
[    0.692324] pci_bus 0000:00: dev 1e, created physical slot 30
[    0.696707] pci_bus 0000:00: dev 1f, created physical slot 31
[    0.699644] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
[    0.703549] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
[    0.705792] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
[    0.706679] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
[    0.709070] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
[    0.713351] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
[    0.716686] acpiphp: Slot [3] registered
[    0.717007] acpiphp: Slot [4] registered
[    0.720251] acpiphp: Slot [5] registered
[    0.723376] acpiphp: Slot [6] registered
[    0.727052] acpiphp: Slot [7] registered
[    0.730039] acpiphp: Slot [8] registered
[    0.733573] acpiphp: Slot [9] registered
[    0.736705] acpiphp: Slot [10] registered
[    0.736971] acpiphp: Slot [11] registered
[    0.740038] acpiphp: Slot [12] registered
[    0.743689] acpiphp: Slot [13] registered
[    0.746702] acpiphp: Slot [14] registered
[    0.750388] acpiphp: Slot [15] registered
[    0.753398] acpiphp: Slot [16] registered
[    0.755940] acpiphp: Slot [17] registered
[    0.756714] acpiphp: Slot [18] registered
[    0.767101] acpiphp: Slot [19] registered
[    0.770081] acpiphp: Slot [20] registered
[    0.773377] acpiphp: Slot [21] registered
[    0.776971] acpiphp: Slot [22] registered
[    0.780060] acpiphp: Slot [23] registered
[    0.790129] acpiphp: Slot [24] registered
[    0.803393] acpiphp: Slot [25] registered
[    0.831233] acpiphp: Slot [26] registered
[    0.837007] acpiphp: Slot [27] registered
[    0.840098] acpiphp: Slot [28] registered
[    0.843376] acpiphp: Slot [29] registered
[    0.846712] acpiphp: Slot [30] registered
[    0.850117] acpiphp: Slot [31] registered
[    0.850117] PCI host bridge to bus 0000:00
[    0.852315] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.856693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.859453] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.860071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.862869] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfbffffff]
[    0.866679] pci_bus 0000:00: scanning bus
[    0.869852] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.873563] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
[    0.884192] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.895546] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.929999] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
[    0.952118] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[    0.986421] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
[    1.000514] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    1.002072] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
[    1.007076] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
[    1.008648] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    1.013502] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
[    1.015438] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
[    1.017615] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[    1.030035] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
[    1.043410] pci 0000:00:02.0: reg 0x14: [mem 0xf3094000-0xf3094fff]
[    1.100021] pci 0000:00:02.0: reg 0x30: [mem 0xf3080000-0xf308ffff pref]
[    1.103759] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
[    1.116708] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
[    1.130059] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
[    1.188018] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
[    1.213333] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    1.223372] pci 0000:00:05.0: reg 0x18: [mem 0xf3040000-0xf305ffff 64bit]
[    1.230018] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
[    1.250022] pci 0000:00:05.0: reg 0x30: [mem 0xf3060000-0xf307ffff pref]
[    1.252053] pci 0000:00:05.0: supports D1 D2
[    1.255355] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
[    1.256666] pci 0000:00:06.0: reg 0x10: [mem 0xf3090000-0xf3093fff 64bit]
[    1.263333] pci 0000:00:06.0: supports D1 D2
[    1.265953] pci_bus 0000:00: fixups for bus
[    1.266666] pci_bus 0000:00: bus scan returning with max=00
[    1.266666] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[    1.266666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    1.266666] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    1.266666] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[    1.270278] ACPI: Enabled 2 GPEs in block 00 to 0F
[    1.273333] ACPI: \_SB_.PCI0: notify handler is installed
[    1.273333] Found 1 acpi root devices
[    1.273333] xen:balloon: Initialising balloon driver
[    1.273433] xen_balloon: Initialising balloon driver
[    1.275068] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    1.275942] vgaarb: device added: PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
[    1.276666] vgaarb: loaded
[    1.276666] vgaarb: bridge control possible 0000:00:05.0
[    1.276666] vgaarb: no bridge control possible 0000:00:02.0
[    1.276666] SCSI subsystem initialized
[    1.276666] libata version 3.00 loaded.
[    1.276666] ACPI: bus type USB registered
[    1.277217] usbcore: registered new interface driver usbfs
[    1.278077] usbcore: registered new interface driver hub
[    1.278077] usbcore: registered new device driver usb
[    1.280325] Linux video capture interface: v2.00
[    1.281514] pps_core: LinuxPPS API ver. 1 registered
[    1.282276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    1.283333] PTP clock support registered
[    1.283333] Advanced Linux Sound Architecture Driver Initialized.
[    1.283333] PCI: Using ACPI for IRQ routing
[    1.283333] PCI: pci_cache_line_size set to 64 bytes
[    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
[    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
[    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
[    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
[    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
[    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
[    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
[    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
[    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
[    1.286666] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
[    1.286666] e820: reserve RAM buffer [mem 0x3f7ff000-0x3fffffff]
[    1.286871] Bluetooth: Core ver 2.16
[    1.290033] NET: Registered protocol family 31
[    1.292390] Bluetooth: HCI device and connection manager initialized
[    1.293333] Bluetooth: HCI socket layer initialized
[    1.293333] Bluetooth: L2CAP socket layer initialized
[    1.293333] Bluetooth: SCO socket layer initialized
[    1.293333] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    1.293333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.293333] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[    1.296395] Switched to clocksource xen
[    1.296666] FS-Cache: Loaded
[    1.297469] pnp: PnP ACPI init
[    1.298746] ACPI: bus type PNP registered
[    1.300356] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.301894] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.303518] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.305522] system 00:02: [io  0x08a0-0x08a3] has been reserved
[    1.307001] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
[    1.310024] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    1.320627] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.351879] pnp 00:03: [dma 4]
[    1.357740] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.362206] xen: --> pirq=16 -> irq=8 (gsi=8)
[    1.363806] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.365710] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    1.367661] xen: --> pirq=17 -> irq=12 (gsi=12)
[    1.369285] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
[    1.370851] xen: --> pirq=18 -> irq=1 (gsi=1)
[    1.372569] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    1.374663] xen: --> pirq=19 -> irq=6 (gsi=6)
[    1.376869] pnp 00:08: [dma 2]
[    1.378403] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    1.381042] xen: --> pirq=20 -> irq=4 (gsi=4)
[    1.382981] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.384588] xen: --> pirq=21 -> irq=7 (gsi=7)
[    1.386128] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[    1.388124] system 00:0b: [io  0xae00-0xae0f] has been reserved
[    1.389607] system 00:0b: [io  0xb044-0xb047] has been reserved
[    1.391028] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.393084] pnp: PnP ACPI: found 12 devices
[    1.394550] ACPI: bus type PNP unregistered
[    1.413954] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.415535] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.417203] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.418685] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
[    1.420210] NET: Registered protocol family 2
[    1.422209] TCP established hash table entries: 8192 (order: 5, 131072 bytes)
[    1.424041] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
[    1.426660] TCP: Hash tables configured (established 8192 bind 8192)
[    1.428756] TCP: reno registered
[    1.430133] UDP hash table entries: 512 (order: 4, 81920 bytes)
[    1.431591] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
[    1.433355] NET: Registered protocol family 1
[    1.434814] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
[    1.436159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.437611] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
[    1.439161] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.440771] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
[    1.442572] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.444555] pci 0000:00:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    1.447397] xen: --> pirq=22 -> irq=23 (gsi=23)
[    1.452957] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
[    1.454614] pci 0000:00:02.0: Boot video device
[    1.456105] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
[    1.457984] pci 0000:00:05.0: Boot video device
[    1.459683] PCI: CLS 0 bytes, default 64
[    1.461462] Trying to unpack rootfs image as initramfs...
[    1.543512] Freeing initrd memory: 4996K (ffff88003762e000 - ffff880037b0f000)
[    1.553915] DMA-API: preallocated 65536 debug entries
[    1.555928] DMA-API: debugging enabled by kernel config
[    1.559170] Scanning for low memory corruption every 60 seconds
[    1.564307] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
[    1.568143] audit: initializing netlink socket (disabled)
[    1.569592] type=2000 audit(1379409313.121:1): initialized
[    1.571623] bounce pool size: 64 pages
[    1.572971] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.589346] VFS: Disk quotas dquot_6.5.2
[    1.591062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.596280] NTFS driver 2.1.30 [Flags: R/W].
[    1.598516] fuse init (API version 7.22)
[    1.601515] bio: create slab <bio-1> at 1
[    1.604032] Btrfs loaded
[    1.606549] GFS2 installed
[    1.608181] ceph: loaded (mds proto 32)
[    1.609650] msgmni has been set to 1946
[    1.612868] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.615969] io scheduler noop registered
[    1.620128] io scheduler deadline registered
[    1.622091] io scheduler cfq registered (default)
[    1.625114] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    1.626889] crc32: self tests passed, processed 225944 bytes in 122522 nsec
[    1.628486] crc32c: CRC_LE_BITS = 64
[    1.629942] crc32c: self tests passed, processed 225944 bytes in 61570 nsec
[    1.632530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.634759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.636224] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
[    1.638321] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[    1.640530] cpcihp_generic: not configured, disabling.
[    1.642226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.645585] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    1.648766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.651005] ACPI: Power Button [PWRF]
[    1.652541] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    1.654770] ACPI: Sleep Button [SLPF]
[    1.664469] xen:xen_evtchn: Event-channel device installed
[    1.669021] xen: --> pirq=23 -> irq=28 (gsi=28)
[    1.670635] xen:grant_table: Grant tables using version 1 layout
[    1.672167] Grant table initialized
[    1.676292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.715980] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.738514] Linux agpgart interface v0.103
[    1.740804] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    1.742909] Hangcheck: Using getrawmonotonic().
[    1.744843] [drm] Initialized drm 1.1.0 20060810
[    1.746503] [drm] radeon kernel modesetting enabled.
[    1.747964] [drm:drm_pci_init], 
[    1.749911] [drm:drm_get_pci_dev], 
[    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
[    1.755203] [drm:drm_get_minor], 
[    1.757902] [drm:drm_get_minor], new minor assigned 64
[    1.760337] [drm:drm_get_minor], 
[    1.762547] [drm:drm_get_minor], new minor assigned 0
[    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
[    1.767705] [drm] register mmio base: 0xF3040000
[    1.769135] [drm] register mmio size: 131072
[    1.770551] [drm] radeon_atrm_get_bios: failed 
[    1.771878] [drm] radeon_acpi_vfct_bios: failed 
[    1.773193] [drm] igp_read_bios_from_vram: failed 
[    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
[    1.777717] [drm] radeon_read_bios: succes 
[    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
[    1.784874] [drm:radeon_get_bios], COMBIOS detected
[    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
[    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
[    1.789919] [drm] radeon: finishing device.
[    1.791325] [TTM] Memory type 2 has not been initialized
[    1.799821] [drm:drm_put_minor], release secondary minor 0
[    1.802369] [drm:drm_put_minor], release secondary minor 64
[    1.808466] radeon: probe of 0000:00:05.0 failed with error -22
[    1.840256] [drm:drm_pci_init], 
[    1.845669] [drm:drm_get_pci_dev], 
[    1.848075] [drm:drm_get_minor], 
[    1.850354] [drm:drm_get_minor], new minor assigned 64
[    1.852444] [drm:drm_get_minor], 
[    1.854914] [drm:drm_get_minor], new minor assigned 0
[    1.857213] [TTM] Zone  kernel: Available graphics memory: 498238 kiB
[    1.858995] [TTM] Initializing pool allocator
[    1.860330] [TTM] Initializing DMA pool allocator
[    1.862319] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
[    1.865161] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
[    1.867905] [drm:drm_mode_debug_printmodeline], Modeline 25:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[    1.870749] [drm:drm_mode_debug_printmodeline], Modeline 24:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
[    1.873615] [drm:drm_mode_debug_printmodeline], Modeline 23:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
[    1.876797] [drm:drm_mode_debug_printmodeline], Modeline 22:"1280x800" 60 71000 1280 1328 1360 1440 800 803 809 823 0x40 0x9
[    1.879705] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x768" 60 79500 1280 1344 1472 1664 768 771 778 798 0x40 0x6
[    1.882500] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x768" 60 68250 1280 1328 1360 1440 768 771 778 790 0x40 0x9
[    1.885314] [drm:drm_mode_debug_printmodeline], Modeline 14:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
[    1.888557] [drm:drm_mode_debug_printmodeline], Modeline 9:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
[    1.891615] [drm:drm_mode_debug_printmodeline], Modeline 8:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
[    1.894857] [drm:drm_mode_debug_printmodeline], Modeline 13:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
[    1.897622] [drm:drm_mode_debug_printmodeline], Modeline 6:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
[    1.900401] [drm:drm_setup_crtcs], 
[    1.902276] [drm:drm_enable_connectors], connector 5 enabled? yes
[    1.904425] [drm:drm_target_preferred], looking for cmdline mode on connector 5
[    1.907019] [drm:drm_target_preferred], looking for preferred mode on connector 5
[    1.910214] [drm:drm_target_preferred], found mode 1280x1024
[    1.914217] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
[    1.918064] [drm:drm_setup_crtcs], desired mode 1280x1024 set on crtc 3
[    1.922808] [drm:drm_framebuffer_reference], FB ID: 10
[    1.927686] [drm] fb mappable at 0x0
[    1.930020] [drm] vram aper at 0x0
[    1.932487] [drm] size 0
[    1.934735] [drm] fb depth is 24
[    1.936980] [drm]    pitch is 3840
[    1.939982] fbcon: cirrusdrmfb (fb0) is primary device
[    1.941542] [drm:drm_crtc_helper_set_config], 
[    1.941546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[    1.941550] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
[    1.941553] [drm:drm_crtc_helper_set_config], modes are different, full mode set
[    1.941555] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
[    1.941558] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[    1.941563] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
[    1.941565] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
[    1.941567] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    1.941569] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
[    1.941572] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
[    1.941577] [drm:drm_crtc_helper_set_mode], [CRTC:3]
[    1.953352] [drm:drm_crtc_helper_set_mode], [ENCODER:4:DAC-4] set [MODE:7:1280x1024]
[    1.953355] [drm:drm_calc_timestamping_constants], crtc 3: hwmode: htotal 1688, vtotal 1066, vdisplay 1024
[    1.953357] [drm:drm_calc_timestamping_constants], crtc 3: clock 108000 kHz framedur 16661185 linedur 15629, pixeldur 9
[    1.953363] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
[    1.953365] [drm:drm_crtc_helper_set_config], 	[CONNECTOR:5:VGA-1] set DPMS on
[    1.953370] [drm:drm_framebuffer_reference], FB ID: 10
[    1.953487] [drm:drm_crtc_helper_set_config], 
[    1.953489] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[    1.953494] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    1.953497] [drm:drm_framebuffer_reference], FB ID: 10
[    1.953498] [drm:drm_framebuffer_unreference], FB ID: 10
[    2.038647] [drm:drm_crtc_helper_set_config], 
[    2.038651] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[    2.038658] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    2.038661] [drm:drm_framebuffer_reference], FB ID: 10
[    2.038662] [drm:drm_framebuffer_unreference], FB ID: 10
[    2.112460] Console: switching to colour frame buffer device 160x64
[    2.112473] [drm:drm_crtc_helper_set_config], 
[    2.112475] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[    2.112482] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[    2.112485] [drm:drm_framebuffer_reference], FB ID: 10
[    2.112487] [drm:drm_framebuffer_unreference], FB ID: 10
[    2.186982] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
[    2.188860] cirrus 0000:00:02.0: registered panic notifier
[    2.190604] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0
[    2.192631] [drm:drm_pci_init], 
[    2.198055] brd: module loaded
[    2.203121] loop: module loaded
[    2.224917] tun: Universal TUN/TAP device driver, 1.6
[    2.226696] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.228570] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    2.231161] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    2.232932] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    2.234578] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    2.237460] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[    2.239198] igb: Copyright (c) 2007-2013 Intel Corporation.
[    2.242370] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[    2.244130] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    2.246106] xen_netfront: Initialising Xen virtual ethernet driver
[    2.253510] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
[    2.259883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    2.261790] ehci-pci: EHCI PCI platform driver
[    2.264122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    2.265913] ohci-pci: OHCI PCI platform driver
[    2.268005] uhci_hcd: USB Universal Host Controller Interface driver
[    2.270950] uhci_hcd 0000:00:01.2: enabling bus mastering
[    2.275656] uhci_hcd 0000:00:01.2: setting latency timer to 64
[    2.278106] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    2.280655]  xvda: xvda1 xvda2 < xvda5 >
[    2.283105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    2.287868] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
[    2.293675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    2.295560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.297375] usb usb1: Product: UHCI Host Controller
[    2.299506] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
[    2.301365] usb usb1: SerialNumber: 0000:00:01.2
[    2.306128] hub 1-0:1.0: USB hub found
[    2.308175] hub 1-0:1.0: 2 ports detected
[    2.312359] usbcore: registered new interface driver usblp
[    2.314281] usbcore: registered new interface driver usb-storage
[    2.316546] usbcore: registered new interface driver usbserial
[    2.318509] usbcore: registered new interface driver cp210x
[    2.320517] usbserial: USB Serial support registered for cp210x
[    2.322507] usbcore: registered new interface driver cypress_m8
[    2.324603] usbserial: USB Serial support registered for DeLorme Earthmate USB
[    2.326707] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[    2.329222] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[    2.332298] usbcore: registered new interface driver mos7720
[    2.334326] usbserial: USB Serial support registered for Moschip 2 port adapter
[    2.336296] usbcore: registered new interface driver mos7840
[    2.339334] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[    2.341311] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    2.372506] serio: i8042 KBD port at 0x60,0x64 irq 1
[    2.374921] serio: i8042 AUX port at 0x60,0x64 irq 12
[    2.377750] mousedev: PS/2 mouse device common for all mice
[    2.383774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    2.412740] input: Xen Virtual Keyboard as /devices/virtual/input/input3
[    2.415113] input: Xen Virtual Pointer as /devices/virtual/input/input4
[    2.441217] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    2.443213] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram, hpet irqs
[    2.448798] piix4_smbus 0000:00:01.3: Host SMBus controller not enabled!
[    2.451314] lirc_dev: IR Remote Control driver registered, major 248 
[    2.453197] IR NEC protocol handler initialized
[    2.454994] IR RC5(x) protocol handler initialized
[    2.456839] IR RC6 protocol handler initialized
[    2.458729] IR JVC protocol handler initialized
[    2.460532] IR Sony protocol handler initialized
[    2.462373] IR RC5 (streamzap) protocol handler initialized
[    2.464199] IR SANYO protocol handler initialized
[    2.465933] IR MCE Keyboard/mouse protocol handler initialized
[    2.467725] IR LIRC bridge handler initialized
[    2.469491] cx25821: driver version 0.0.106 loaded
[    2.471745] usbcore: registered new interface driver pvrusb2
[    2.473480] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[    2.476532] pvrusb2: Debug mask is 31 (0x1f)
[    2.487290] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    2.491295] xen_wdt: Xen WatchDog Timer Driver v0.01
[    2.533305] xen_wdt: initialized (timeout=60s, nowayout=0)
[    2.536002] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
[    2.539707] Bluetooth: Virtual HCI driver ver 1.3
[    2.542258] Bluetooth: HCI UART driver ver 2.2
[    2.543999] Bluetooth: HCI H4 protocol initialized
[    2.545664] Bluetooth: HCI BCSP protocol initialized
[    2.547387] Bluetooth: HCILL protocol initialized
[    2.549059] Bluetooth: HCIATH3K protocol initialized
[    2.550848] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[    2.552803] usbcore: registered new interface driver bcm203x
[    2.554723] usbcore: registered new interface driver bpa10x
[    2.556617] usbcore: registered new interface driver bfusb
[    2.559609] usbcore: registered new interface driver btusb
[    2.561628] usbcore: registered new interface driver ath3k
[    2.563188] ioremap error for 0xfc001000-0xfc002000, requested 0x10, got 0x0
[    2.565091] hidraw: raw HID events driver (C) Jiri Kosina
[    2.568391] usbcore: registered new interface driver usbhid
[    2.570046] usbhid: USB HID core driver
[    2.574837] xen: --> pirq=33 -> irq=41 (gsi=41)
[    2.578242] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
[    2.579853] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=80
[    2.600606] usbcore: registered new interface driver snd-usb-audio
[    2.602765] usbcore: registered new interface driver snd-ua101
[    2.604542] usbcore: registered new interface driver snd-usb-usx2y
[    2.606240] usbcore: registered new interface driver snd-usb-caiaq
[    2.607953] usbcore: registered new interface driver snd-usb-6fire
[    2.609590] Netfilter messages via NETLINK v0.30.
[    2.611228] nfnl_acct: registering with nfnetlink.
[    2.613120] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
[    2.615344] ctnetlink v0.93: registering with nfnetlink.
[    2.618419] xt_time: kernel timezone is -0000
[    2.619979] ip_set: protocol 6
[    2.621538] IPVS: Registered protocols ()
[    2.623258] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    2.624923] IPVS: Creating netns size=1904 id=0
[    2.627127] IPVS: ipvs loaded.
[    2.629354] ip_tables: (C) 2000-2006 Netfilter Core Team
[    2.631187] TCP: cubic registered
[    2.632656] NET: Registered protocol family 17
[    2.635367] Bridge firewalling registered
[    2.636897] Ebtables v2.0 registered
[    2.639225] Bluetooth: RFCOMM TTY layer initialized
[    2.640742] Bluetooth: RFCOMM socket layer initialized
[    2.642171] Bluetooth: RFCOMM ver 1.11
[    2.643580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    2.645010] Bluetooth: BNEP filters: protocol multicast
[    2.646420] Bluetooth: BNEP socket layer initialized
[    2.647858] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    2.649294] Bluetooth: HIDP socket layer initialized
[    2.650788] Key type ceph registered
[    2.652389] libceph: loaded (mon/osd proto 15/24)
[    2.654437] registered taskstats version 1
[    2.659955] xenbus_probe_frontend: Device with no driver: device/pci/0
[    2.661879] console [netcon0] enabled
[    2.663446] netconsole: network logging started
[    2.665236] rtc_cmos 00:04: setting system clock to 2013-09-17 09:15:15 UTC (1379409315)
[    2.667038] ALSA device list:
[    2.668619]   #0: HD-Audio Generic at 0xf3090000 irq 80
[    2.672662] Freeing unused kernel memory: 1068K (ffffffff81ef0000 - ffffffff81ffb000)
[    2.674292] Write protecting the kernel read-only data: 14336k
[    2.679086] Freeing unused kernel memory: 120K (ffff8800019e2000 - ffff880001a00000)
[    2.681086] Freeing unused kernel memory: 36K (ffff880001df7000 - ffff880001e00000)
[    2.714316] usb 1-1: new full-speed USB device number 2 using uhci_hcd
[    3.034772] usb 1-1: New USB device found, idVendor=0627, idProduct=0001
[    3.036432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
[    3.038495] usb 1-1: Product: QEMU USB Tablet
[    3.040085] usb 1-1: Manufacturer: QEMU
[    3.041644] usb 1-1: SerialNumber: 42
[    3.071432] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input5
[    3.074317] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
[    3.205535] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
[    3.243471] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.744943] udevd[1591]: starting version 175
[   10.475221] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1 across:901116k SS
[   10.505906] EXT4-fs (xvda1): re-mounted. Opts: (null)
[   10.852323] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
[   13.589186] [drm:drm_crtc_helper_set_config], 
[   13.589188] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   13.589200] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   13.589203] [drm:drm_framebuffer_reference], FB ID: 10
[   13.589204] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.219989] [drm:drm_crtc_helper_set_config], 
[   19.219992] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.220008] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.220010] [drm:drm_framebuffer_reference], FB ID: 10
[   19.220011] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.291242] [drm:drm_stub_open], 
[   19.291251] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291258] [drm:drm_setup], 
[   19.291282] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291343] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291356] [drm:drm_release], open_count = 1
[   19.291358] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291456] [drm:drm_lastclose], 
[   19.291458] [drm:drm_lastclose], driver lastclose completed
[   19.291461] [drm:drm_lastclose], lastclose completed
[   19.291477] [drm:drm_stub_open], 
[   19.291479] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291483] [drm:drm_setup], 
[   19.291486] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291489] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291494] [drm:drm_release], open_count = 1
[   19.291495] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291499] [drm:drm_lastclose], 
[   19.291500] [drm:drm_lastclose], driver lastclose completed
[   19.291502] [drm:drm_lastclose], lastclose completed
[   19.291518] [drm:drm_stub_open], 
[   19.291521] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291524] [drm:drm_setup], 
[   19.291527] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291530] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291535] [drm:drm_release], open_count = 1
[   19.291536] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291540] [drm:drm_lastclose], 
[   19.291541] [drm:drm_lastclose], driver lastclose completed
[   19.291543] [drm:drm_lastclose], lastclose completed
[   19.291551] [drm:drm_stub_open], 
[   19.291554] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291557] [drm:drm_setup], 
[   19.291560] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291563] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291567] [drm:drm_release], open_count = 1
[   19.291569] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291572] [drm:drm_lastclose], 
[   19.291573] [drm:drm_lastclose], driver lastclose completed
[   19.291575] [drm:drm_lastclose], lastclose completed
[   19.291587] [drm:drm_stub_open], 
[   19.291589] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291593] [drm:drm_setup], 
[   19.291595] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291598] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291603] [drm:drm_release], open_count = 1
[   19.291604] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291608] [drm:drm_lastclose], 
[   19.291609] [drm:drm_lastclose], driver lastclose completed
[   19.291611] [drm:drm_lastclose], lastclose completed
[   19.291620] [drm:drm_stub_open], 
[   19.291622] [drm:drm_open_helper], pid = 4078, minor = 0
[   19.291626] [drm:drm_setup], 
[   19.291628] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291631] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.291636] [drm:drm_release], open_count = 1
[   19.291637] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
[   19.291641] [drm:drm_lastclose], 
[   19.291642] [drm:drm_lastclose], driver lastclose completed
[   19.291644] [drm:drm_lastclose], lastclose completed
[   19.302299] [drm:drm_crtc_helper_set_config], 
[   19.302302] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.302311] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.302313] [drm:drm_framebuffer_reference], FB ID: 10
[   19.302314] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.302317] [drm:drm_crtc_helper_set_config], 
[   19.302318] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.302321] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.302325] [drm:drm_framebuffer_reference], FB ID: 10
[   19.302326] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.302341] [drm:drm_crtc_helper_set_config], 
[   19.302343] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.302345] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.302347] [drm:drm_framebuffer_reference], FB ID: 10
[   19.302348] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.514543] [drm:drm_crtc_helper_set_config], 
[   19.514546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.514558] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.514561] [drm:drm_framebuffer_reference], FB ID: 10
[   19.514563] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.585682] [drm:drm_stub_open], 
[   19.585691] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585698] [drm:drm_setup], 
[   19.585714] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585723] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585736] [drm:drm_release], open_count = 1
[   19.585737] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585744] [drm:drm_lastclose], 
[   19.585746] [drm:drm_lastclose], driver lastclose completed
[   19.585749] [drm:drm_lastclose], lastclose completed
[   19.585761] [drm:drm_stub_open], 
[   19.585763] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585767] [drm:drm_setup], 
[   19.585770] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585773] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585778] [drm:drm_release], open_count = 1
[   19.585779] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585783] [drm:drm_lastclose], 
[   19.585784] [drm:drm_lastclose], driver lastclose completed
[   19.585786] [drm:drm_lastclose], lastclose completed
[   19.585802] [drm:drm_stub_open], 
[   19.585805] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585808] [drm:drm_setup], 
[   19.585811] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585814] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585819] [drm:drm_release], open_count = 1
[   19.585820] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585824] [drm:drm_lastclose], 
[   19.585825] [drm:drm_lastclose], driver lastclose completed
[   19.585828] [drm:drm_lastclose], lastclose completed
[   19.585846] [drm:drm_stub_open], 
[   19.585847] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585851] [drm:drm_setup], 
[   19.585853] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585856] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585860] [drm:drm_release], open_count = 1
[   19.585861] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585864] [drm:drm_lastclose], 
[   19.585865] [drm:drm_lastclose], driver lastclose completed
[   19.585867] [drm:drm_lastclose], lastclose completed
[   19.585878] [drm:drm_stub_open], 
[   19.585880] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585883] [drm:drm_setup], 
[   19.585885] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585888] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585892] [drm:drm_release], open_count = 1
[   19.585893] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585896] [drm:drm_lastclose], 
[   19.585898] [drm:drm_lastclose], driver lastclose completed
[   19.585899] [drm:drm_lastclose], lastclose completed
[   19.585907] [drm:drm_stub_open], 
[   19.585909] [drm:drm_open_helper], pid = 4090, minor = 0
[   19.585913] [drm:drm_setup], 
[   19.585915] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585918] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.585921] [drm:drm_release], open_count = 1
[   19.585923] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
[   19.585926] [drm:drm_lastclose], 
[   19.585927] [drm:drm_lastclose], driver lastclose completed
[   19.585929] [drm:drm_lastclose], lastclose completed
[   19.586613] [drm:drm_crtc_helper_set_config], 
[   19.586615] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.586620] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.586622] [drm:drm_framebuffer_reference], FB ID: 10
[   19.586624] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.586626] [drm:drm_crtc_helper_set_config], 
[   19.586627] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.586630] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.586631] [drm:drm_framebuffer_reference], FB ID: 10
[   19.586632] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.586653] [drm:drm_crtc_helper_set_config], 
[   19.586654] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.586660] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.586662] [drm:drm_framebuffer_reference], FB ID: 10
[   19.586663] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.763917] [drm:drm_crtc_helper_set_config], 
[   19.763919] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.763931] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.763933] [drm:drm_framebuffer_reference], FB ID: 10
[   19.763934] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.837433] [drm:drm_stub_open], 
[   19.837441] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837449] [drm:drm_setup], 
[   19.837466] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837476] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837488] [drm:drm_release], open_count = 1
[   19.837490] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837496] [drm:drm_lastclose], 
[   19.837498] [drm:drm_lastclose], driver lastclose completed
[   19.837501] [drm:drm_lastclose], lastclose completed
[   19.837513] [drm:drm_stub_open], 
[   19.837515] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837519] [drm:drm_setup], 
[   19.837522] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837525] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837529] [drm:drm_release], open_count = 1
[   19.837531] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837534] [drm:drm_lastclose], 
[   19.837536] [drm:drm_lastclose], driver lastclose completed
[   19.837538] [drm:drm_lastclose], lastclose completed
[   19.837560] [drm:drm_stub_open], 
[   19.837563] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837567] [drm:drm_setup], 
[   19.837570] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837573] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837577] [drm:drm_release], open_count = 1
[   19.837579] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837582] [drm:drm_lastclose], 
[   19.837584] [drm:drm_lastclose], driver lastclose completed
[   19.837585] [drm:drm_lastclose], lastclose completed
[   19.837594] [drm:drm_stub_open], 
[   19.837596] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837600] [drm:drm_setup], 
[   19.837603] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837606] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837610] [drm:drm_release], open_count = 1
[   19.837612] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837615] [drm:drm_lastclose], 
[   19.837616] [drm:drm_lastclose], driver lastclose completed
[   19.837618] [drm:drm_lastclose], lastclose completed
[   19.837629] [drm:drm_stub_open], 
[   19.837631] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837635] [drm:drm_setup], 
[   19.837638] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837641] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837645] [drm:drm_release], open_count = 1
[   19.837647] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837650] [drm:drm_lastclose], 
[   19.837651] [drm:drm_lastclose], driver lastclose completed
[   19.837653] [drm:drm_lastclose], lastclose completed
[   19.837662] [drm:drm_stub_open], 
[   19.837664] [drm:drm_open_helper], pid = 4093, minor = 0
[   19.837668] [drm:drm_setup], 
[   19.837671] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837674] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   19.837678] [drm:drm_release], open_count = 1
[   19.837680] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
[   19.837683] [drm:drm_lastclose], 
[   19.837685] [drm:drm_lastclose], driver lastclose completed
[   19.837686] [drm:drm_lastclose], lastclose completed
[   19.838347] [drm:drm_crtc_helper_set_config], 
[   19.838349] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.838355] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.838358] [drm:drm_framebuffer_reference], FB ID: 10
[   19.838359] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.838361] [drm:drm_crtc_helper_set_config], 
[   19.838363] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.838365] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.838367] [drm:drm_framebuffer_reference], FB ID: 10
[   19.838368] [drm:drm_framebuffer_unreference], FB ID: 10
[   19.838382] [drm:drm_crtc_helper_set_config], 
[   19.838383] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   19.838385] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   19.838387] [drm:drm_framebuffer_reference], FB ID: 10
[   19.838388] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.047717] [drm:drm_crtc_helper_set_config], 
[   20.047720] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.047727] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.047730] [drm:drm_framebuffer_reference], FB ID: 10
[   20.047731] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.133510] [drm:drm_stub_open], 
[   20.133519] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133528] [drm:drm_setup], 
[   20.133547] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133558] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133576] [drm:drm_release], open_count = 1
[   20.133578] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133585] [drm:drm_lastclose], 
[   20.133587] [drm:drm_lastclose], driver lastclose completed
[   20.133590] [drm:drm_lastclose], lastclose completed
[   20.133604] [drm:drm_stub_open], 
[   20.133606] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133610] [drm:drm_setup], 
[   20.133613] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133616] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133621] [drm:drm_release], open_count = 1
[   20.133623] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133626] [drm:drm_lastclose], 
[   20.133628] [drm:drm_lastclose], driver lastclose completed
[   20.133630] [drm:drm_lastclose], lastclose completed
[   20.133646] [drm:drm_stub_open], 
[   20.133648] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133652] [drm:drm_setup], 
[   20.133655] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133658] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133662] [drm:drm_release], open_count = 1
[   20.133664] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133668] [drm:drm_lastclose], 
[   20.133669] [drm:drm_lastclose], driver lastclose completed
[   20.133671] [drm:drm_lastclose], lastclose completed
[   20.133680] [drm:drm_stub_open], 
[   20.133682] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133686] [drm:drm_setup], 
[   20.133688] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133691] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133696] [drm:drm_release], open_count = 1
[   20.133697] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133700] [drm:drm_lastclose], 
[   20.133702] [drm:drm_lastclose], driver lastclose completed
[   20.133704] [drm:drm_lastclose], lastclose completed
[   20.133715] [drm:drm_stub_open], 
[   20.133718] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133721] [drm:drm_setup], 
[   20.133724] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133727] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133731] [drm:drm_release], open_count = 1
[   20.133733] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133736] [drm:drm_lastclose], 
[   20.133738] [drm:drm_lastclose], driver lastclose completed
[   20.133740] [drm:drm_lastclose], lastclose completed
[   20.133749] [drm:drm_stub_open], 
[   20.133751] [drm:drm_open_helper], pid = 4096, minor = 0
[   20.133754] [drm:drm_setup], 
[   20.133757] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133760] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.133764] [drm:drm_release], open_count = 1
[   20.133766] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
[   20.133769] [drm:drm_lastclose], 
[   20.133771] [drm:drm_lastclose], driver lastclose completed
[   20.133773] [drm:drm_lastclose], lastclose completed
[   20.134412] [drm:drm_crtc_helper_set_config], 
[   20.134413] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.134420] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.134422] [drm:drm_framebuffer_reference], FB ID: 10
[   20.134423] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.134426] [drm:drm_crtc_helper_set_config], 
[   20.134427] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.134429] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.134431] [drm:drm_framebuffer_reference], FB ID: 10
[   20.134432] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.134445] [drm:drm_crtc_helper_set_config], 
[   20.134446] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.134449] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.134450] [drm:drm_framebuffer_reference], FB ID: 10
[   20.134451] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.316278] [drm:drm_crtc_helper_set_config], 
[   20.316280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.316287] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.316290] [drm:drm_framebuffer_reference], FB ID: 10
[   20.316291] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.392394] [drm:drm_stub_open], 
[   20.392411] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392418] [drm:drm_setup], 
[   20.392437] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392447] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392460] [drm:drm_release], open_count = 1
[   20.392462] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392468] [drm:drm_lastclose], 
[   20.392470] [drm:drm_lastclose], driver lastclose completed
[   20.392472] [drm:drm_lastclose], lastclose completed
[   20.392485] [drm:drm_stub_open], 
[   20.392488] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392491] [drm:drm_setup], 
[   20.392494] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392497] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392502] [drm:drm_release], open_count = 1
[   20.392503] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392507] [drm:drm_lastclose], 
[   20.392508] [drm:drm_lastclose], driver lastclose completed
[   20.392510] [drm:drm_lastclose], lastclose completed
[   20.392527] [drm:drm_stub_open], 
[   20.392529] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392533] [drm:drm_setup], 
[   20.392536] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392539] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392543] [drm:drm_release], open_count = 1
[   20.392545] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392548] [drm:drm_lastclose], 
[   20.392550] [drm:drm_lastclose], driver lastclose completed
[   20.392551] [drm:drm_lastclose], lastclose completed
[   20.392560] [drm:drm_stub_open], 
[   20.392562] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392566] [drm:drm_setup], 
[   20.392569] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392572] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392576] [drm:drm_release], open_count = 1
[   20.392578] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392581] [drm:drm_lastclose], 
[   20.392582] [drm:drm_lastclose], driver lastclose completed
[   20.392584] [drm:drm_lastclose], lastclose completed
[   20.392595] [drm:drm_stub_open], 
[   20.392598] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392601] [drm:drm_setup], 
[   20.392604] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392607] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392611] [drm:drm_release], open_count = 1
[   20.392613] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392616] [drm:drm_lastclose], 
[   20.392618] [drm:drm_lastclose], driver lastclose completed
[   20.392620] [drm:drm_lastclose], lastclose completed
[   20.392629] [drm:drm_stub_open], 
[   20.392631] [drm:drm_open_helper], pid = 4099, minor = 0
[   20.392635] [drm:drm_setup], 
[   20.392637] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392640] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.392644] [drm:drm_release], open_count = 1
[   20.392646] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
[   20.392649] [drm:drm_lastclose], 
[   20.392651] [drm:drm_lastclose], driver lastclose completed
[   20.392653] [drm:drm_lastclose], lastclose completed
[   20.393266] [drm:drm_crtc_helper_set_config], 
[   20.393268] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.393274] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.393276] [drm:drm_framebuffer_reference], FB ID: 10
[   20.393277] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.393279] [drm:drm_crtc_helper_set_config], 
[   20.393280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.393283] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.393284] [drm:drm_framebuffer_reference], FB ID: 10
[   20.393285] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.393298] [drm:drm_crtc_helper_set_config], 
[   20.393299] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.393301] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.393303] [drm:drm_framebuffer_reference], FB ID: 10
[   20.393303] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.575204] [drm:drm_crtc_helper_set_config], 
[   20.575206] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.575213] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.575215] [drm:drm_framebuffer_reference], FB ID: 10
[   20.575216] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.654491] [drm:drm_stub_open], 
[   20.654500] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654508] [drm:drm_setup], 
[   20.654524] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654534] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654551] [drm:drm_release], open_count = 1
[   20.654553] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654562] [drm:drm_lastclose], 
[   20.654566] [drm:drm_lastclose], driver lastclose completed
[   20.654570] [drm:drm_lastclose], lastclose completed
[   20.654589] [drm:drm_stub_open], 
[   20.654591] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654595] [drm:drm_setup], 
[   20.654598] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654601] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654605] [drm:drm_release], open_count = 1
[   20.654607] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654611] [drm:drm_lastclose], 
[   20.654612] [drm:drm_lastclose], driver lastclose completed
[   20.654614] [drm:drm_lastclose], lastclose completed
[   20.654629] [drm:drm_stub_open], 
[   20.654631] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654635] [drm:drm_setup], 
[   20.654638] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654641] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654645] [drm:drm_release], open_count = 1
[   20.654647] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654650] [drm:drm_lastclose], 
[   20.654652] [drm:drm_lastclose], driver lastclose completed
[   20.654654] [drm:drm_lastclose], lastclose completed
[   20.654662] [drm:drm_stub_open], 
[   20.654665] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654668] [drm:drm_setup], 
[   20.654671] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654674] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654678] [drm:drm_release], open_count = 1
[   20.654680] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654683] [drm:drm_lastclose], 
[   20.654685] [drm:drm_lastclose], driver lastclose completed
[   20.654687] [drm:drm_lastclose], lastclose completed
[   20.654697] [drm:drm_stub_open], 
[   20.654700] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654703] [drm:drm_setup], 
[   20.654706] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654709] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654713] [drm:drm_release], open_count = 1
[   20.654715] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654718] [drm:drm_lastclose], 
[   20.654720] [drm:drm_lastclose], driver lastclose completed
[   20.654722] [drm:drm_lastclose], lastclose completed
[   20.654730] [drm:drm_stub_open], 
[   20.654733] [drm:drm_open_helper], pid = 4102, minor = 0
[   20.654736] [drm:drm_setup], 
[   20.654739] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654742] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
[   20.654746] [drm:drm_release], open_count = 1
[   20.654748] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
[   20.654751] [drm:drm_lastclose], 
[   20.654753] [drm:drm_lastclose], driver lastclose completed
[   20.654755] [drm:drm_lastclose], lastclose completed
[   20.655318] [drm:drm_crtc_helper_set_config], 
[   20.655320] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.655326] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.655328] [drm:drm_framebuffer_reference], FB ID: 10
[   20.655329] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.655331] [drm:drm_crtc_helper_set_config], 
[   20.655332] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.655334] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.655336] [drm:drm_framebuffer_reference], FB ID: 10
[   20.655337] [drm:drm_framebuffer_unreference], FB ID: 10
[   20.655350] [drm:drm_crtc_helper_set_config], 
[   20.655351] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
[   20.655353] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
[   20.655355] [drm:drm_framebuffer_reference], FB ID: 10
[   20.655356] [drm:drm_framebuffer_unreference], FB ID: 10

[-- Attachment #3: lspci-dom0.txt --]
[-- Type: TEXT/PLAIN, Size: 79847 bytes --]

00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
	Control: I/O- 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: [b]
		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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Control: I/O- 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 10
	Capabilities: [40] Secure device <?>
	Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4128
	Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fa000000-fe9fffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: f9f00000-f9ffffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
	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 #1, Speed 5GT/s, Width x8, 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 #3, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: f9e00000-f9efffff
	Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
	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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: f9d00000-f9dfffff
	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
	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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9c00000-f9cfffff
	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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #9, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9a00000-f9bfffff
	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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: f9900000-f99fffff
	Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9800000-f98fffff
	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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 11.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
	Memory behind bridge: f9700000-f97fffff
	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 5GT/s, Width x1, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 128
	Region 0: I/O ports at 6000 [size=8]
	Region 1: I/O ports at 5000 [size=4]
	Region 2: I/O ports at 3000 [size=8]
	Region 3: I/O ports at 2000 [size=4]
	Region 4: I/O ports at 1000 [size=16]
	Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] SATA HBA v1.0 InCfgSpace
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95f7000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fc000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
	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-
	Kernel driver in use: piix4_smbus

00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: snd_hda_intel

00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fd000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, 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 unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #32, 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+ ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: pcieport

00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fe000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci-pci

00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: [b]
		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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- 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

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
	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 (500ns min, 6000ns max)
	Interrupt: pin A routed to IRQ 22
	Region 0: I/O ports at 9800 [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-
	Kernel driver in use: pciback

04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
	Control: I/O- 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 40
	Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, 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: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9800000-f98fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [80] Subsystem: Device [0000:0000]
	Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-

06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
	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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 37
	Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
	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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
	Interrupt: pin B routed to IRQ 38
	Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [size=4K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Device [1838:1074]
	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 39
	Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [size=256]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 32
	Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at a000 [disabled] [size=256]
	Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 33
	Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 00000000fee1000c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 47
	Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M]
	Capabilities: [40] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 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+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32+ WRR64+ WRR128-
		Ctrl:	ArbSelect=WRR64
		Status:	InProgress-
		Port Arbitration Table [240] <?>
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Kernel driver in use: pciback

09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 48
	Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, 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 ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: xhci_hcd

0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ 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 130
	Region 0: I/O ports at b800 [size=256]
	Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at f9de0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	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] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ 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 129
	Region 0: I/O ports at c800 [size=256]
	Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at f9ee0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	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] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O+ 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 127
	Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f9fc0000 (64-bit, non-prefetchable) [size=128K]
	Region 4: I/O ports at d000 [size=256]
	Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 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: 00000000fee0100c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: radeon

0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O+ 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 138
	Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 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: 00000000fee0100c  Data: 4000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: snd_hda_intel

0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
	Control: I/O+ 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 10
	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
	Region 5: I/O ports at e800 [size=128]
	Expansion ROM at fe9e0000 [disabled] [size=128K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>


[-- Attachment #4: lspci-guest.txt --]
[-- Type: TEXT/PLAIN, Size: 7927 bytes --]

00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	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
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
	Region 4: I/O ports at c260 [size=16]

00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin D routed to IRQ 23
	Region 4: I/O ports at c240 [size=32]
	Kernel driver in use: uhci_hcd

00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 03)
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 9

00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
	Subsystem: Red Hat, Inc Device [1af4:1100]
	Physical Slot: 2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
	Region 1: Memory at f3094000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at f3080000 [disabled] [size=64K]
	Kernel driver in use: cirrus

00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device [5853:0001] (rev 01)
	Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
	Physical Slot: 3
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 28
	Region 0: I/O ports at c000 [size=256]
	Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
	Kernel driver in use: xen-platform-pci

00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Physical Slot: 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-
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
	Region 4: I/O ports at c100 [size=256]
	Expansion ROM at f3060000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v9] #1002

00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Physical Slot: 6
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 80
	Region 0: Memory at f3090000 (64-bit, non-prefetchable) [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee57000  Data: 4300
	Capabilities: [100 v0] #1002
	Kernel driver in use: snd_hda_intel


[-- Attachment #5: xl-create.txt --]
[-- Type: TEXT/PLAIN, Size: 10569 bytes --]

libxl: debug: libxl_create.c:1233:do_domain_create: ao 0x1643f40: create: how=(nil) callback=(nil) poller=0x1643fa0
libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=unknown
libxl: debug: libxl_device.c:296:libxl__device_disk_set_backend: Disk vdev=hda, using backend phy
libxl: debug: libxl_create.c:678:initiate_domain_create: running bootloader
libxl: debug: libxl_bootloader.c:321:libxl__bootloader_run: not a PV domain, skipping bootloader
libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644308: deregister unregistered
xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0x9efa8
xc: detail: elf_parse_binary: memory: 0x100000 -> 0x19efa8
xc: detail: VIRTUAL MEMORY ARRANGEMENT:
  Loader:        0000000000100000->000000000019efa8
  Modules:       0000000000000000->0000000000000000
  TOTAL:         0000000000000000->000000003f800000
  ENTRY ADDRESS: 0000000000100000
xc: detail: PHYSICAL MEMORY ALLOCATION:
  4KB PAGES: 0x0000000000000200
  2MB PAGES: 0x00000000000001fb
  1GB PAGES: 0x0000000000000000
xc: detail: elf_load_binary: phdr 0 at 0x7f6937d66000 -> 0x7f6937dfbe2d
libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=phy
libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: register slotnum=3
libxl: debug: libxl_create.c:1246:do_domain_create: ao 0x1643f40: inprogress: poller=0x1643fa0, flags=i
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 still waiting state 1
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 ok
libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: deregister slotnum=3
libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1645758: deregister unregistered
libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/block add
libxl: debug: libxl_dm.c:1234:libxl__spawn_local_dm: Spawning device-model /usr/local/lib/xen/bin/qemu-system-i386 with arguments:
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   /usr/local/lib/xen/bin/qemu-system-i386
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -xen-domid
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   19
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -chardev
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-19,server,nowait
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -mon
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   chardev=libxl-cmd,mode=control
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -name
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xbmc
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vnc
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   172.16.1.1:9,password,to=99
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   isa-fdc.driveA=
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -serial
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   pty
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vga
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   cirrus
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   vga.vram_size_mb=8
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -boot
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   order=c
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usb
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usbdevice
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   tablet
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -smp
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   2,maxcpus=2
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -device
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   e1000,id=nic0,netdev=net0,mac=00:16:3a:c6:76:65
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -netdev
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   type=tap,id=net0,ifname=vif19.0-emu,script=no,downscript=no
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -M
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xenfv
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -m
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   1016
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -drive
libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   file=/dev/xen_vms/xbmc,if=ide,index=0,media=disk,format=raw,cache=writeback
libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: register slotnum=3
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: deregister slotnum=3
libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644540: deregister unregistered
libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "qmp_capabilities",
    "id": 1
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "query-chardev",
    "id": 2
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "change",
    "id": 3,
    "arguments": {
        "device": "vnc",
        "target": "password",
        "arg": "test"
    }
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "query-vnc",
    "id": 4
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: register slotnum=3
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 still waiting state 1
libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 ok
libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: deregister slotnum=3
libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x16439b8: deregister unregistered
libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge online
libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge add
libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "qmp_capabilities",
    "id": 1
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "device_add",
    "id": 2,
    "arguments": {
        "driver": "xen-pci-passthrough",
        "id": "pci-pt-07_00.0",
        "hostaddr": "0000:07:00.0"
    }
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "query-pci",
    "id": 3
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "qmp_capabilities",
    "id": 1
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "device_add",
    "id": 2,
    "arguments": {
        "driver": "xen-pci-passthrough",
        "id": "pci-pt-07_00.1",
        "hostaddr": "0000:07:00.1"
    }
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
    "execute": "query-pci",
    "id": 3
}
'
libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
libxl: debug: libxl_pci.c:81:libxl__create_pci_backend: Creating pci backend
libxl: debug: libxl_event.c:1737:libxl__ao_progress_report: ao 0x1643f40: progress report: ignored
libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x1643f40: complete, rc=0
libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x1643f40: destroy
xc: debug: hypercall buffer: total allocations:518 total releases:518
xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
xc: debug: hypercall buffer: cache current size:2
xc: debug: hypercall buffer: cache hits:514 misses:2 toobig:2
Parsing config from /etc/xen/domU/production/xbmc.cfg
Daemon running with PID 2901

[-- Attachment #6: xl-dmesg.txt --]
[-- Type: TEXT/PLAIN, Size: 12334 bytes --]

(XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=32 g_gsi=36 device=5 intx=0
(XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x700, domain = 0, paging mode = 3
(XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x47e8a2000, domain = 19, paging mode = 4
(XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom19
(XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=33 g_gsi=41 device=6 intx=1
(XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x701, domain = 0, paging mode = 3
(XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x47e8a2000, domain = 19, paging mode = 4
(XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to dom19
(d19) [2013-09-17 09:14:57] HVM Loader
(d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
(d19) [2013-09-17 09:14:57] Xenbus rings @0xfeffc000, event channel 4
(d19) [2013-09-17 09:14:57] System requested SeaBIOS
(d19) [2013-09-17 09:14:57] CPU speed is 3200 MHz
(d19) [2013-09-17 09:14:57] Relocating guest memory for lowmem MMIO space disabled
(XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 0 changed 0 -> 5
(d19) [2013-09-17 09:14:57] PCI-ISA link 0 routed to IRQ5
(XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 1 changed 0 -> 10
(d19) [2013-09-17 09:14:57] PCI-ISA link 1 routed to IRQ10
(XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 2 changed 0 -> 11
(d19) [2013-09-17 09:14:57] PCI-ISA link 2 routed to IRQ11
(XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 3 changed 0 -> 5
(d19) [2013-09-17 09:14:57] PCI-ISA link 3 routed to IRQ5
(d19) [2013-09-17 09:14:57] pci dev 01:2 INTD->IRQ5
(d19) [2013-09-17 09:14:57] pci dev 01:3 INTA->IRQ10
(d19) [2013-09-17 09:14:57] pci dev 03:0 INTA->IRQ5
(d19) [2013-09-17 09:14:57] pci dev 04:0 INTA->IRQ5
(d19) [2013-09-17 09:14:57] pci dev 05:0 INTA->IRQ10
(d19) [2013-09-17 09:14:57] pci dev 06:0 INTB->IRQ5
(d19) [2013-09-17 09:14:57] No RAM in high memory; setting high_mem resource base to 100000000
(d19) [2013-09-17 09:14:57] pci dev 05:0 bar 10 size 010000000: 0e000000c
(XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(d19) [2013-09-17 09:14:57] pci dev 02:0 bar 10 size 002000000: 0f0000008
(d19) [2013-09-17 09:14:57] pci dev 03:0 bar 14 size 001000000: 0f2000008
(d19) [2013-09-17 09:14:57] pci dev 04:0 bar 10 size 000020000: 0f3000000
(d19) [2013-09-17 09:14:57] pci dev 04:0 bar 30 size 000020000: 0f3020000
(XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(d19) [2013-09-17 09:14:57] pci dev 05:0 bar 18 size 000020000: 0f3040004
(d19) [2013-09-17 09:14:57] pci dev 05:0 bar 30 size 000020000: 0f3060000
(d19) [2013-09-17 09:14:57] pci dev 02:0 bar 30 size 000010000: 0f3080000
(d19) [2013-09-17 09:14:57] pci dev 06:0 bar 10 size 000004000: 0f3090004
(XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(d19) [2013-09-17 09:14:57] pci dev 02:0 bar 14 size 000001000: 0f3094000
(d19) [2013-09-17 09:14:57] pci dev 03:0 bar 10 size 000000100: 00000c001
(d19) [2013-09-17 09:14:57] pci dev 05:0 bar 20 size 000000100: 00000c101
(XEN) [2013-09-17 09:14:57] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(d19) [2013-09-17 09:14:57] pci dev 04:0 bar 14 size 000000040: 00000c201
(d19) [2013-09-17 09:14:57] pci dev 01:2 bar 20 size 000000020: 00000c241
(d19) [2013-09-17 09:14:57] pci dev 01:1 bar 20 size 000000010: 00000c261
(d19) [2013-09-17 09:14:57] Multiprocessor initialisation:
(d19) [2013-09-17 09:14:57]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
(d19) [2013-09-17 09:14:57]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
(d19) [2013-09-17 09:14:57] Testing HVM environment:
(d19) [2013-09-17 09:14:57]  - REP INSB across page boundaries ... passed
(d19) [2013-09-17 09:14:57]  - GS base MSRs and SWAPGS ... passed
(d19) [2013-09-17 09:14:57] Passed 2 of 2 tests
(d19) [2013-09-17 09:14:57] Writing SMBIOS tables ...
(d19) [2013-09-17 09:14:57] Loading SeaBIOS ...
(d19) [2013-09-17 09:14:57] Creating MP tables ...
(d19) [2013-09-17 09:14:57] Loading ACPI ...
(d19) [2013-09-17 09:14:57] vm86 TSS at fc00a080
(d19) [2013-09-17 09:14:57] BIOS map:
(d19) [2013-09-17 09:14:57]  10000-100d3: Scratch space
(d19) [2013-09-17 09:14:57]  e0000-fffff: Main BIOS
(d19) [2013-09-17 09:14:57] E820 table:
(d19) [2013-09-17 09:14:57]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
(d19) [2013-09-17 09:14:57]  HOLE: 00000000:000a0000 - 00000000:000e0000
(d19) [2013-09-17 09:14:57]  [01]: 00000000:000e0000 - 00000000:00100000: RESERVED
(d19) [2013-09-17 09:14:57]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
(d19) [2013-09-17 09:14:57]  HOLE: 00000000:3f800000 - 00000000:fc000000
(d19) [2013-09-17 09:14:57]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d19) [2013-09-17 09:14:57] Invoking SeaBIOS ...
(d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
(d19) [2013-09-17 09:14:57] 
(d19) [2013-09-17 09:14:57] Found Xen hypervisor signature at 40000000
(d19) [2013-09-17 09:14:57] xen: copy e820...
(d19) [2013-09-17 09:14:57] Ram Size=0x3f800000 (0x0000000000000000 high)
(d19) [2013-09-17 09:14:57] Relocating low data from 0x000e42d0 to 0x000ef790 (size 2153)
(d19) [2013-09-17 09:14:57] Relocating init from 0x000e4b39 to 0x3f7e2e80 (size 53335)
(d19) [2013-09-17 09:14:57] CPU Mhz=3200
(d19) [2013-09-17 09:14:57] Found 10 PCI devices (max PCI bus is 00)
(d19) [2013-09-17 09:14:57] Allocated Xen hypercall page at 3f7ff000
(d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
(d19) [2013-09-17 09:14:57] xen: copy BIOS tables...
(d19) [2013-09-17 09:14:57] Copying SMBIOS entry point from 0x00010010 to 0x000fdbd0
(d19) [2013-09-17 09:14:57] Copying MPTABLE from 0xfc001160/fc001170 to 0x000fdad0
(d19) [2013-09-17 09:14:57] Copying PIR from 0x00010030 to 0x000fda50
(d19) [2013-09-17 09:14:57] Copying ACPI RSDP from 0x000100b0 to 0x000fda20
(d19) [2013-09-17 09:14:57] Scan for VGA option rom
(d19) [2013-09-17 09:14:57] Running option rom at c000:0003
(XEN) [2013-09-17 09:14:57] stdvga.c:147:d19 entering stdvga and caching modes
(d19) [2013-09-17 09:14:57] Turning on vga text mode console
(d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
(d19) [2013-09-17 09:14:57] 
(d19) [2013-09-17 09:14:57] UHCI init on dev 00:01.2 (io=c240)
(d19) [2013-09-17 09:14:57] Found 1 lpt ports
(d19) [2013-09-17 09:14:57] Found 1 serial ports
(d19) [2013-09-17 09:14:57] ATA controller 1 at 1f0/3f4/c260 (irq 14 dev 9)
(d19) [2013-09-17 09:14:57] ATA controller 2 at 170/374/c268 (irq 15 dev 9)
(d19) [2013-09-17 09:14:57] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (20480 MiBytes)
(d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
(d19) [2013-09-17 09:14:57] DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD]
(d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@1/disk@0
(d19) [2013-09-17 09:14:57] PS2 keyboard initialized
(d19) [2013-09-17 09:14:57] All threads complete.
(d19) [2013-09-17 09:14:57] Scan for option roms
(d19) [2013-09-17 09:14:57] Running option rom at c900:0003
(d19) [2013-09-17 09:14:57] pmm call arg1=1
(d19) [2013-09-17 09:14:57] pmm call arg1=0
(d19) [2013-09-17 09:14:57] pmm call arg1=1
(d19) [2013-09-17 09:14:57] pmm call arg1=0
(d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@4
(d19) [2013-09-17 09:14:57] Press F12 for boot menu.
(d19) [2013-09-17 09:14:57] 
(d19) [2013-09-17 09:15:00] drive 0x000fd9d0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=41943040
(d19) [2013-09-17 09:15:00] Space available for UMB: 000ca000-000ee800
(d19) [2013-09-17 09:15:00] Returned 61440 bytes of ZoneHigh
(d19) [2013-09-17 09:15:00] e820 map has 6 items:
(d19) [2013-09-17 09:15:00]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
(d19) [2013-09-17 09:15:00]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
(d19) [2013-09-17 09:15:00]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
(d19) [2013-09-17 09:15:00]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
(d19) [2013-09-17 09:15:00]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
(d19) [2013-09-17 09:15:00]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
(d19) [2013-09-17 09:15:00] enter handle_19:
(d19) [2013-09-17 09:15:00]   NULL
(d19) [2013-09-17 09:15:00] Booting from Hard Disk...
(d19) [2013-09-17 09:15:00] Booting from 0000:7c00
(XEN) [2013-09-17 09:15:03] stdvga.c:151:d19 leaving stdvga
(XEN) [2013-09-17 09:15:09] stdvga.c:147:d19 entering stdvga and caching modes
(XEN) [2013-09-17 09:15:11] irq.c:375: Dom19 callback via changed to Direct Vector 0xf3
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:14] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
(XEN) [2013-09-17 09:15:14] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
(XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 0 changed 5 -> 0
(XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 1 changed 10 -> 0
(XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 2 changed 11 -> 0
(XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 3 changed 5 -> 0

[-- Attachment #7: qemu-dm-guest-reduced.log --]
[-- Type: application/octet-stream, Size: 91175 bytes --]

char device redirected to /dev/pts/23
xen: shared page at pfn feffd
xen: buffered io page at pfn feffb
xen_mapcache: xen_map_cache_init, nr_buckets = 8000 size 1572864
vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
xen_platform: changed ro/rw state of ROM memory area. now is rw state.
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
[00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
[00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
[00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx base_addr=0xf99c0000lx type: 0x4)
[00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx base_addr=0xa000lx type: 0x1)
[00:05.0] xen_pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)
[00:05.0] xen_pt_pci_intx: intx=1
[00:05.0] xen_pt_initfn: Real physical device 07:00.0 registered successfuly!
[00:06.0] xen_pt_initfn: Assigning real physical device 07:00.1 to devfn 0x30
[00:06.0] xen_pt_register_regions: IO region 0 registered (size=0x4000lx base_addr=0xf99fc000lx type: 0x4)
[00:06.0] xen_pt_pci_intx: intx=2
[00:06.0] xen_pt_initfn: Real physical device 07:00.1 registered successfuly!
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: write addr 0000000000000000 len 1 val 5
pci_host_data: pci_data_write: PIIX3-xen: addr=60 val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: write addr 0000000000000001 len 1 val a
pci_host_data: pci_data_write: PIIX3-xen: addr=61 val=0000000a len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: write addr 0000000000000002 len 1 val b
pci_host_data: pci_data_write: PIIX3-xen: addr=62 val=0000000b len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: write addr 0000000000000003 len 1 val 5
pci_host_data: pci_data_write: PIIX3-xen: addr=63 val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000008
pci_host_data: pci_data_read: i440FX: addr=0a val=00000600 len=2
pci_host_data: read addr 0000000000000002 len 2 val 600
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000000
pci_host_data: pci_data_read: i440FX: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000000
pci_host_data: pci_data_read: i440FX: addr=02 val=00001237 len=2
pci_host_data: read addr 0000000000000002 len 2 val 1237
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000010
pci_host_data: pci_data_read: i440FX: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000010
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000010
pci_host_data: pci_data_read: i440FX: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000010
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000014
pci_host_data: pci_data_read: i440FX: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000014
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000014
pci_host_data: pci_data_read: i440FX: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000014
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000018
pci_host_data: pci_data_read: i440FX: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000018
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000018
pci_host_data: pci_data_read: i440FX: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000018
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000001c
pci_host_data: pci_data_read: i440FX: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000001c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000001c
pci_host_data: pci_data_read: i440FX: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000001c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000020
pci_host_data: pci_data_read: i440FX: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000020
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000020
pci_host_data: pci_data_read: i440FX: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000020
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000024
pci_host_data: pci_data_read: i440FX: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000024
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000024
pci_host_data: pci_data_read: i440FX: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000024
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000030
pci_host_data: pci_data_read: i440FX: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000030
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: i440FX: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000030
pci_host_data: pci_data_read: i440FX: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000030
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: i440FX: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000003c
pci_host_data: pci_data_read: i440FX: addr=3d val=00000000 len=1
pci_host_data: read addr 0000000000000001 len 1 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000004
pci_host_data: pci_data_read: i440FX: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000004
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: i440FX: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000108
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000100
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000100
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000208
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000200
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000200
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000308
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000300
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000300
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000408
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000400
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000400
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000508
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000500
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000500
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000608
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000600
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000600
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000708
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000700
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000700
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000808
pci_host_data: pci_data_read: PIIX3-xen: addr=0a val=00000601 len=2
pci_host_data: read addr 0000000000000002 len 2 val 601
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000800
pci_host_data: pci_data_read: PIIX3-xen: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000800
pci_host_data: pci_data_read: PIIX3-xen: addr=02 val=00007000 len=2
pci_host_data: read addr 0000000000000002 len 2 val 7000
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000810
pci_host_data: pci_data_read: PIIX3-xen: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000810
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000810
pci_host_data: pci_data_read: PIIX3-xen: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000810
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000814
pci_host_data: pci_data_read: PIIX3-xen: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000814
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000814
pci_host_data: pci_data_read: PIIX3-xen: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000814
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000818
pci_host_data: pci_data_read: PIIX3-xen: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000818
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000818
pci_host_data: pci_data_read: PIIX3-xen: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000818
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000081c
pci_host_data: pci_data_read: PIIX3-xen: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000081c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000081c
pci_host_data: pci_data_read: PIIX3-xen: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000081c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000820
pci_host_data: pci_data_read: PIIX3-xen: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000820
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000820
pci_host_data: pci_data_read: PIIX3-xen: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000820
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000824
pci_host_data: pci_data_read: PIIX3-xen: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000824
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000824
pci_host_data: pci_data_read: PIIX3-xen: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000824
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000830
pci_host_data: pci_data_read: PIIX3-xen: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000830
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX3-xen: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000830
pci_host_data: pci_data_read: PIIX3-xen: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000830
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX3-xen: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000083c
pci_host_data: pci_data_read: PIIX3-xen: addr=3d val=00000000 len=1
pci_host_data: read addr 0000000000000001 len 1 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000804
pci_host_data: pci_data_read: PIIX3-xen: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000804
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: PIIX3-xen: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000908
pci_host_data: pci_data_read: piix3-ide-xen: addr=0a val=00000101 len=2
pci_host_data: read addr 0000000000000002 len 2 val 101
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000900
pci_host_data: pci_data_read: piix3-ide-xen: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000900
pci_host_data: pci_data_read: piix3-ide-xen: addr=02 val=00007010 len=2
pci_host_data: read addr 0000000000000002 len 2 val 7010
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000940
pci_host_data: write addr 0000000000000000 len 2 val 8000
pci_host_data: pci_data_write: piix3-ide-xen: addr=40 val=00008000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000940
pci_host_data: write addr 0000000000000002 len 2 val 8000
pci_host_data: pci_data_write: piix3-ide-xen: addr=42 val=00008000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000910
pci_host_data: pci_data_read: piix3-ide-xen: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000910
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000910
pci_host_data: pci_data_read: piix3-ide-xen: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000910
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000914
pci_host_data: pci_data_read: piix3-ide-xen: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000914
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000914
pci_host_data: pci_data_read: piix3-ide-xen: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000914
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000918
pci_host_data: pci_data_read: piix3-ide-xen: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000918
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000918
pci_host_data: pci_data_read: piix3-ide-xen: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000918
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000091c
pci_host_data: pci_data_read: piix3-ide-xen: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000091c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000091c
pci_host_data: pci_data_read: piix3-ide-xen: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000091c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000920
pci_host_data: pci_data_read: piix3-ide-xen: addr=20 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000920
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000920
pci_host_data: pci_data_read: piix3-ide-xen: addr=20 val=fffffff1 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffffff1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000920
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: piix3-ide-xen: addr=20 val=00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000924
pci_host_data: pci_data_read: piix3-ide-xen: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000924
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000924
pci_host_data: pci_data_read: piix3-ide-xen: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000924
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000930
pci_host_data: pci_data_read: piix3-ide-xen: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000930
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-ide-xen: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000930
pci_host_data: pci_data_read: piix3-ide-xen: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000930
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-ide-xen: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000093c
pci_host_data: pci_data_read: piix3-ide-xen: addr=3d val=00000000 len=1
pci_host_data: read addr 0000000000000001 len 1 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000904
pci_host_data: pci_data_read: piix3-ide-xen: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000904
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: piix3-ide-xen: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a08
pci_host_data: pci_data_read: piix3-usb-uhci: addr=0a val=00000c03 len=2
pci_host_data: read addr 0000000000000002 len 2 val c03
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a00
pci_host_data: pci_data_read: piix3-usb-uhci: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a00
pci_host_data: pci_data_read: piix3-usb-uhci: addr=02 val=00007020 len=2
pci_host_data: read addr 0000000000000002 len 2 val 7020
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a10
pci_host_data: pci_data_read: piix3-usb-uhci: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a10
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a10
pci_host_data: pci_data_read: piix3-usb-uhci: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a10
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a14
pci_host_data: pci_data_read: piix3-usb-uhci: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a14
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a14
pci_host_data: pci_data_read: piix3-usb-uhci: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a14
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a18
pci_host_data: pci_data_read: piix3-usb-uhci: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a18
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a18
pci_host_data: pci_data_read: piix3-usb-uhci: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a18
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a1c
pci_host_data: pci_data_read: piix3-usb-uhci: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a1c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a1c
pci_host_data: pci_data_read: piix3-usb-uhci: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a1c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a20
pci_host_data: pci_data_read: piix3-usb-uhci: addr=20 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a20
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a20
pci_host_data: pci_data_read: piix3-usb-uhci: addr=20 val=ffffffe1 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffe1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a20
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: piix3-usb-uhci: addr=20 val=00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a24
pci_host_data: pci_data_read: piix3-usb-uhci: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a24
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a24
pci_host_data: pci_data_read: piix3-usb-uhci: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a24
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a30
pci_host_data: pci_data_read: piix3-usb-uhci: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a30
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: piix3-usb-uhci: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a30
pci_host_data: pci_data_read: piix3-usb-uhci: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a30
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: piix3-usb-uhci: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a3c
pci_host_data: pci_data_read: piix3-usb-uhci: addr=3d val=00000004 len=1
pci_host_data: read addr 0000000000000001 len 1 val 4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=60 val=00000005 len=1
pci_host_data: read addr 0000000000000000 len 1 val 5
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a3c
pci_host_data: write addr 0000000000000000 len 1 val 5
pci_host_data: pci_data_write: piix3-usb-uhci: addr=3c val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a04
pci_host_data: pci_data_read: piix3-usb-uhci: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000a04
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: piix3-usb-uhci: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b08
pci_host_data: pci_data_read: PIIX4_PM: addr=0a val=00000680 len=2
pci_host_data: read addr 0000000000000002 len 2 val 680
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b00
pci_host_data: pci_data_read: PIIX4_PM: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b00
pci_host_data: pci_data_read: PIIX4_PM: addr=02 val=00007113 len=2
pci_host_data: read addr 0000000000000002 len 2 val 7113
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: write addr 0000000000000000 len 2 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=20 val=00000000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000bd0
pci_host_data: write addr 0000000000000002 len 2 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=d2 val=00000000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: write addr 0000000000000002 len 2 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=22 val=00000000 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b3c
pci_host_data: write addr 0000000000000000 len 2 val 9
pci_host_data: pci_data_write: PIIX4_PM: addr=3c val=00000009 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b3c
pci_host_data: write addr 0000000000000000 len 2 val 1
pci_host_data: pci_data_write: PIIX4_PM: addr=3c val=00000001 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b40
pci_host_data: write addr 0000000000000000 len 4 val b001
pci_host_data: pci_data_write: PIIX4_PM: addr=40 val=0000b001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b80
pci_host_data: write addr 0000000000000000 len 1 val 1
pci_host_data: pci_data_write: PIIX4_PM: addr=80 val=00000001 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b10
pci_host_data: pci_data_read: PIIX4_PM: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b10
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b10
pci_host_data: pci_data_read: PIIX4_PM: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b10
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b14
pci_host_data: pci_data_read: PIIX4_PM: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b14
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b14
pci_host_data: pci_data_read: PIIX4_PM: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b14
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b18
pci_host_data: pci_data_read: PIIX4_PM: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b18
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b18
pci_host_data: pci_data_read: PIIX4_PM: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b18
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b1c
pci_host_data: pci_data_read: PIIX4_PM: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b1c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b1c
pci_host_data: pci_data_read: PIIX4_PM: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b1c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: pci_data_read: PIIX4_PM: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: pci_data_read: PIIX4_PM: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b20
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b24
pci_host_data: pci_data_read: PIIX4_PM: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b24
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b24
pci_host_data: pci_data_read: PIIX4_PM: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b24
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b30
pci_host_data: pci_data_read: PIIX4_PM: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b30
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: PIIX4_PM: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b30
pci_host_data: pci_data_read: PIIX4_PM: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b30
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: PIIX4_PM: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b3c
pci_host_data: pci_data_read: PIIX4_PM: addr=3d val=00000001 len=1
pci_host_data: read addr 0000000000000001 len 1 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=61 val=0000000a len=1
pci_host_data: read addr 0000000000000001 len 1 val a
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b3c
pci_host_data: write addr 0000000000000000 len 1 val a
pci_host_data: pci_data_write: PIIX4_PM: addr=3c val=0000000a len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b04
pci_host_data: pci_data_read: PIIX4_PM: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000b04
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: PIIX4_PM: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000c08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000c00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000c00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000d08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000d00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000d00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000e08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000e00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000e00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000f08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000f00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000f00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001008
pci_host_data: pci_data_read: cirrus-vga: addr=0a val=00000300 len=2
pci_host_data: read addr 0000000000000002 len 2 val 300
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001000
pci_host_data: pci_data_read: cirrus-vga: addr=00 val=00001013 len=2
pci_host_data: read addr 0000000000000000 len 2 val 1013
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001000
pci_host_data: pci_data_read: cirrus-vga: addr=02 val=000000b8 len=2
pci_host_data: read addr 0000000000000002 len 2 val b8
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001010
pci_host_data: pci_data_read: cirrus-vga: addr=10 val=00000008 len=4
pci_host_data: read addr 0000000000000000 len 4 val 8
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001010
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001010
pci_host_data: pci_data_read: cirrus-vga: addr=10 val=fe000008 len=4
pci_host_data: read addr 0000000000000000 len 4 val fe000008
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001010
pci_host_data: write addr 0000000000000000 len 4 val 8
pci_host_data: pci_data_write: cirrus-vga: addr=10 val=00000008 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001014
pci_host_data: pci_data_read: cirrus-vga: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001014
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001014
pci_host_data: pci_data_read: cirrus-vga: addr=14 val=fffff000 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffff000
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001014
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=14 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001018
pci_host_data: pci_data_read: cirrus-vga: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001018
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001018
pci_host_data: pci_data_read: cirrus-vga: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001018
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000101c
pci_host_data: pci_data_read: cirrus-vga: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000101c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000101c
pci_host_data: pci_data_read: cirrus-vga: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000101c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001020
pci_host_data: pci_data_read: cirrus-vga: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001020
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001020
pci_host_data: pci_data_read: cirrus-vga: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001020
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001024
pci_host_data: pci_data_read: cirrus-vga: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001024
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001024
pci_host_data: pci_data_read: cirrus-vga: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001024
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001030
pci_host_data: pci_data_read: cirrus-vga: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001030
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: cirrus-vga: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001030
pci_host_data: pci_data_read: cirrus-vga: addr=30 val=ffff0001 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffff0001
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001030
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: cirrus-vga: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000103c
pci_host_data: pci_data_read: cirrus-vga: addr=3d val=00000000 len=1
pci_host_data: read addr 0000000000000001 len 1 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001004
pci_host_data: pci_data_read: cirrus-vga: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001004
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: cirrus-vga: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001108
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001100
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001100
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001208
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001200
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001200
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001308
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001300
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001300
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001408
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001400
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001400
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001508
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001500
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001500
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001608
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001600
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001600
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001708
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001700
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001700
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001808
pci_host_data: pci_data_read: xen-platform: addr=0a val=0000ff80 len=2
pci_host_data: read addr 0000000000000002 len 2 val ff80
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001800
pci_host_data: pci_data_read: xen-platform: addr=00 val=00005853 len=2
pci_host_data: read addr 0000000000000000 len 2 val 5853
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001800
pci_host_data: pci_data_read: xen-platform: addr=02 val=00000001 len=2
pci_host_data: read addr 0000000000000002 len 2 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001810
pci_host_data: pci_data_read: xen-platform: addr=10 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001810
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001810
pci_host_data: pci_data_read: xen-platform: addr=10 val=ffffff01 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffff01
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001810
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: xen-platform: addr=10 val=00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001814
pci_host_data: pci_data_read: xen-platform: addr=14 val=00000008 len=4
pci_host_data: read addr 0000000000000000 len 4 val 8
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001814
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001814
pci_host_data: pci_data_read: xen-platform: addr=14 val=ff000008 len=4
pci_host_data: read addr 0000000000000000 len 4 val ff000008
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001814
pci_host_data: write addr 0000000000000000 len 4 val 8
pci_host_data: pci_data_write: xen-platform: addr=14 val=00000008 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001818
pci_host_data: pci_data_read: xen-platform: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001818
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001818
pci_host_data: pci_data_read: xen-platform: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001818
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000181c
pci_host_data: pci_data_read: xen-platform: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000181c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000181c
pci_host_data: pci_data_read: xen-platform: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000181c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001820
pci_host_data: pci_data_read: xen-platform: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001820
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001820
pci_host_data: pci_data_read: xen-platform: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001820
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001824
pci_host_data: pci_data_read: xen-platform: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001824
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001824
pci_host_data: pci_data_read: xen-platform: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001824
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001830
pci_host_data: pci_data_read: xen-platform: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001830
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-platform: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001830
pci_host_data: pci_data_read: xen-platform: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001830
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-platform: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000183c
pci_host_data: pci_data_read: xen-platform: addr=3d val=00000001 len=1
pci_host_data: read addr 0000000000000001 len 1 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=63 val=00000005 len=1
pci_host_data: read addr 0000000000000003 len 1 val 5
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000183c
pci_host_data: write addr 0000000000000000 len 1 val 5
pci_host_data: pci_data_write: xen-platform: addr=3c val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001804
pci_host_data: pci_data_read: xen-platform: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001804
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: xen-platform: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001908
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001900
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001900
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001a08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001a00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001a00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001b08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001b00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001b00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001c08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001c00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001c00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001d08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001d00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001d00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001e08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001e00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001e00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001f08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001f00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80001f00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002008
pci_host_data: pci_data_read: e1000: addr=0a val=00000200 len=2
pci_host_data: read addr 0000000000000002 len 2 val 200
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002000
pci_host_data: pci_data_read: e1000: addr=00 val=00008086 len=2
pci_host_data: read addr 0000000000000000 len 2 val 8086
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002000
pci_host_data: pci_data_read: e1000: addr=02 val=0000100e len=2
pci_host_data: read addr 0000000000000002 len 2 val 100e
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002010
pci_host_data: pci_data_read: e1000: addr=10 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002010
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=10 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002010
pci_host_data: pci_data_read: e1000: addr=10 val=fffe0000 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffe0000
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002010
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=10 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002014
pci_host_data: pci_data_read: e1000: addr=14 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002014
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=14 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002014
pci_host_data: pci_data_read: e1000: addr=14 val=ffffffc1 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffc1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002014
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: e1000: addr=14 val=00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002018
pci_host_data: pci_data_read: e1000: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002018
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=18 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002018
pci_host_data: pci_data_read: e1000: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002018
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=18 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000201c
pci_host_data: pci_data_read: e1000: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000201c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=1c val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000201c
pci_host_data: pci_data_read: e1000: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000201c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=1c val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002020
pci_host_data: pci_data_read: e1000: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002020
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=20 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002020
pci_host_data: pci_data_read: e1000: addr=20 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002020
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=20 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002024
pci_host_data: pci_data_read: e1000: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002024
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=24 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002024
pci_host_data: pci_data_read: e1000: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002024
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=24 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002030
pci_host_data: pci_data_read: e1000: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002030
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: e1000: addr=30 val=ffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002030
pci_host_data: pci_data_read: e1000: addr=30 val=fffe0001 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffe0001
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002030
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: e1000: addr=30 val=00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000203c
pci_host_data: pci_data_read: e1000: addr=3d val=00000001 len=1
pci_host_data: read addr 0000000000000001 len 1 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=60 val=00000005 len=1
pci_host_data: read addr 0000000000000000 len 1 val 5
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000203c
pci_host_data: write addr 0000000000000000 len 1 val 5
pci_host_data: pci_data_write: e1000: addr=3c val=00000005 len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002004
pci_host_data: pci_data_read: e1000: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002004
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: e1000: addr=04 val=00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002108
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002100
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002100
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002208
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002200
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002200
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002308
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002300
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002300
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002408
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002400
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002400
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002508
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002500
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002500
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002608
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002600
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002600
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002708
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002700
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002700
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002808
[00:05.0] xen_pt_pci_read_config: address=0x000a val=0x00000300 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=0a val=00000300 len=2
pci_host_data: read addr 0000000000000002 len 2 val 300
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002800
[00:05.0] xen_pt_pci_read_config: address=0x0000 val=0x00001002 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=00 val=00001002 len=2
pci_host_data: read addr 0000000000000000 len 2 val 1002
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002800
[00:05.0] xen_pt_pci_read_config: address=0x0002 val=0x00006759 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=02 val=00006759 len=2
pci_host_data: read addr 0000000000000002 len 2 val 6759
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002810
[00:05.0] xen_pt_pci_read_config: address=0x0010 val=0x0000000c len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=10 val=0000000c len=4
pci_host_data: read addr 0000000000000000 len 4 val c
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002810
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=10 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0010 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002810
[00:05.0] xen_pt_pci_read_config: address=0x0010 val=0xf000000c len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=10 val=f000000c len=4
pci_host_data: read addr 0000000000000000 len 4 val f000000c
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002810
pci_host_data: write addr 0000000000000000 len 4 val c
pci_host_data: pci_data_write: xen-pci-passthrough: addr=10 val=0000000c len=4
[00:05.0] xen_pt_pci_write_config: address=0x0010 val=0x0000000c len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002814
[00:05.0] xen_pt_pci_read_config: address=0x0014 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002814
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=14 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0014 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002814
[00:05.0] xen_pt_pci_read_config: address=0x0014 val=0xffffffff len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=14 val=ffffffff len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002814
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=14 val=00000000 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0014 val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002818
[00:05.0] xen_pt_pci_read_config: address=0x0018 val=0x00000004 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=18 val=00000004 len=4
pci_host_data: read addr 0000000000000000 len 4 val 4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002818
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=18 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0018 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002818
[00:05.0] xen_pt_pci_read_config: address=0x0018 val=0xfffe0004 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=18 val=fffe0004 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffe0004
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002818
pci_host_data: write addr 0000000000000000 len 4 val 4
pci_host_data: pci_data_write: xen-pci-passthrough: addr=18 val=00000004 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0018 val=0x00000004 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000281c
[00:05.0] xen_pt_pci_read_config: address=0x001c val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=1c val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000281c
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=1c val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x001c val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000281c
[00:05.0] xen_pt_pci_read_config: address=0x001c val=0xffffffff len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=1c val=ffffffff len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000281c
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=1c val=00000000 len=4
[00:05.0] xen_pt_pci_write_config: address=0x001c val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002820
[00:05.0] xen_pt_pci_read_config: address=0x0020 val=0x00000001 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=20 val=00000001 len=4
pci_host_data: read addr 0000000000000000 len 4 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002820
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=20 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0020 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002820
[00:05.0] xen_pt_pci_read_config: address=0x0020 val=0xffffff01 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=20 val=ffffff01 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffff01
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002820
pci_host_data: write addr 0000000000000000 len 4 val 1
pci_host_data: pci_data_write: xen-pci-passthrough: addr=20 val=00000001 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0020 val=0x00000001 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002824
[00:05.0] xen_pt_pci_read_config: address=0x0024 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002824
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=24 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0024 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002824
[00:05.0] xen_pt_pci_read_config: address=0x0024 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=24 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002824
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=24 val=00000000 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0024 val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002830
[00:05.0] xen_pt_pci_read_config: address=0x0030 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=30 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002830
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=30 val=ffffffff len=4
[00:05.0] xen_pt_pci_write_config: address=0x0030 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002830
[00:05.0] xen_pt_pci_read_config: address=0x0030 val=0xfffe0001 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=30 val=fffe0001 len=4
pci_host_data: read addr 0000000000000000 len 4 val fffe0001
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002830
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=30 val=00000000 len=4
[00:05.0] xen_pt_pci_write_config: address=0x0030 val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000283c
[00:05.0] xen_pt_pci_read_config: address=0x003d val=0x00000001 len=1
pci_host_data: pci_data_read: xen-pci-passthrough: addr=3d val=00000001 len=1
pci_host_data: read addr 0000000000000001 len 1 val 1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80000860
pci_host_data: pci_data_read: PIIX3-xen: addr=61 val=0000000a len=1
pci_host_data: read addr 0000000000000001 len 1 val a
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 8000283c
pci_host_data: write addr 0000000000000000 len 1 val a
pci_host_data: pci_data_write: xen-pci-passthrough: addr=3c val=0000000a len=1
[00:05.0] xen_pt_pci_write_config: address=0x003c val=0x0000000a len=1
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002804
[00:05.0] xen_pt_pci_read_config: address=0x0004 val=0x00000000 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=04 val=00000000 len=2
pci_host_data: read addr 0000000000000000 len 2 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002804
pci_host_data: write addr 0000000000000000 len 2 val 4
pci_host_data: pci_data_write: xen-pci-passthrough: addr=04 val=00000004 len=2
[00:05.0] xen_pt_pci_write_config: address=0x0004 val=0x00000004 len=2
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002908
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002900
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002900
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002a08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002a00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002a00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002b08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002b00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002b00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002c08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002c00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002c00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002d08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002d00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002d00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002e08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002e00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002e00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002f08
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002f00
pci_host_data: read addr 0000000000000000 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80002f00
pci_host_data: read addr 0000000000000002 len 2 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003008
[00:06.0] xen_pt_pci_read_config: address=0x000a val=0x00000403 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=0a val=00000403 len=2
pci_host_data: read addr 0000000000000002 len 2 val 403
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003000
[00:06.0] xen_pt_pci_read_config: address=0x0000 val=0x00001002 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=00 val=00001002 len=2
pci_host_data: read addr 0000000000000000 len 2 val 1002
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003000
[00:06.0] xen_pt_pci_read_config: address=0x0002 val=0x0000aa90 len=2
pci_host_data: pci_data_read: xen-pci-passthrough: addr=02 val=0000aa90 len=2
pci_host_data: read addr 0000000000000002 len 2 val aa90
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003010
[00:06.0] xen_pt_pci_read_config: address=0x0010 val=0x00000004 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=10 val=00000004 len=4
pci_host_data: read addr 0000000000000000 len 4 val 4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003010
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=10 val=ffffffff len=4
[00:06.0] xen_pt_pci_write_config: address=0x0010 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003010
[00:06.0] xen_pt_pci_read_config: address=0x0010 val=0xffffc004 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=10 val=ffffc004 len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffc004
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003010
pci_host_data: write addr 0000000000000000 len 4 val 4
pci_host_data: pci_data_write: xen-pci-passthrough: addr=10 val=00000004 len=4
[00:06.0] xen_pt_pci_write_config: address=0x0010 val=0x00000004 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003014
[00:06.0] xen_pt_pci_read_config: address=0x0014 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=14 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003014
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=14 val=ffffffff len=4
[00:06.0] xen_pt_pci_write_config: address=0x0014 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003014
[00:06.0] xen_pt_pci_read_config: address=0x0014 val=0xffffffff len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=14 val=ffffffff len=4
pci_host_data: read addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003014
pci_host_data: write addr 0000000000000000 len 4 val 0
pci_host_data: pci_data_write: xen-pci-passthrough: addr=14 val=00000000 len=4
[00:06.0] xen_pt_pci_write_config: address=0x0014 val=0x00000000 len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003018
[00:06.0] xen_pt_pci_read_config: address=0x0018 val=0x00000000 len=4
pci_host_data: pci_data_read: xen-pci-passthrough: addr=18 val=00000000 len=4
pci_host_data: read addr 0000000000000000 len 4 val 0
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003018
pci_host_data: write addr 0000000000000000 len 4 val ffffffff
pci_host_data: pci_data_write: xen-pci-passthrough: addr=18 val=ffffffff len=4
[00:06.0] xen_pt_pci_write_config: address=0x0018 val=0xffffffff len=4
pci_host_data: pci_host_config_write addr 0000000000000000 len 4 val 80003018

<BIG SNIP>

[-- 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] 22+ messages in thread

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-17 14:33 ` Sander Eikelenboom
@ 2013-09-22 13:02   ` Pasi Kärkkäinen
  -1 siblings, 0 replies; 22+ messages in thread
From: Pasi Kärkkäinen @ 2013-09-22 13:02 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini

On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
> *RESEND* due to exceeding the mailinglists limit for attachment size.
> 
> Hi,
> 

Hello,

> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
> 
> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
> - When i do passtrough the device to a HVM with the same kernel:
>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
> 

Did you try with qemu-dm-traditional aswell? Does it have the same problem? 

Thanks,

-- Pasi

> So I inspected the rom by using sysfs with:
> echo 1 > /sys/bus/pci/devices/<BDF>/rom
> cat /sys/bus/pci/devices/<BDF>/rom
> 
> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
> 
> So i tried both qemu-xen and qemu-xen-traditional, but both with the same result.
> To see if some addresses get mangled i enabled the xen passthrough debug printk's for both qemu's and added a printk to the radeon driver to see where it tries to read the rom.
> 
> from dom0 lspci:
> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>         Subsystem: PC Partner Limited Device [174b:e193]
>         Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>         Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>         Interrupt: pin A routed to IRQ 32
>         Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
>         Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
>         Region 4: I/O ports at a000 [disabled] [size=256]
>         Expansion ROM at f99a0000 [disabled] [size=128K]
> 
> from qemu-dm-log:
> vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
> pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
> xen_platform: changed ro/rw state of ROM memory area. now is rw state.
> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> [00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
> [00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
> [00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx base_addr=0xf99c0000lx type: 0x4)
> [00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx base_addr=0xa000lx type: 0x1)
> [00:05.0] xen_pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)
> 
> That seems to match ...
> 
> from guest lspci:
> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>         Subsystem: PC Partner Limited Device [174b:e193]
>         Physical Slot: 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-
>         Interrupt: pin A routed to IRQ 36
>         Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
>         Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
>         Region 4: I/O ports at c100 [size=256]
>         Expansion ROM at f3060000 [disabled] [size=128K]
> 
> from the radeon driver in the guest:
> 
> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
> 
> <snip>
> 
> [    1.744843] [drm] Initialized drm 1.1.0 20060810
> [    1.746503] [drm] radeon kernel modesetting enabled.
> [    1.747964] [drm:drm_pci_init], 
> [    1.749911] [drm:drm_get_pci_dev], 
> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
> [    1.755203] [drm:drm_get_minor], 
> [    1.757902] [drm:drm_get_minor], new minor assigned 64
> [    1.760337] [drm:drm_get_minor], 
> [    1.762547] [drm:drm_get_minor], new minor assigned 0
> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
> [    1.767705] [drm] register mmio base: 0xF3040000
> [    1.769135] [drm] register mmio size: 131072
> [    1.770551] [drm] radeon_atrm_get_bios: failed 
> [    1.771878] [drm] radeon_acpi_vfct_bios: failed 
> [    1.773193] [drm] igp_read_bios_from_vram: failed 
> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
> [    1.777717] [drm] radeon_read_bios: succes 
> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
> [    1.789919] [drm] radeon: finishing device.
> 
> So the address that the radeon_read_bios function uses, also matches.
> 
> So i'm pretty clueless how it ends up with the data from the cirrus rom when it's reading the right address ...
> 
> 
> I'm using:
> Xen:               Xen-unstable git:c5e9596
> Linux dom0 + domU: 3.12-mergewindow + konrad's jumplabel patch (i also tested with 3.9.0 kernel)
> 
> I have attached the qemu-xen logs, but i have the qemu-xen-traditional logs as well.
> 
> Attached:
> - xl-dmesg.txt                   output of "xl dmesg" with start and shutdown of the guest
> - xl-create.txt                  output of "xl -vvvvv create" of the guest
> - lspci-dom0.txt                 output of "lspci -vvvknn" for dom0
> - lspci-guest.txt                output of "lspci -vvvknn" for guest
> - qemu-dm-guest-reduced.log      qemu log, reduced to be acceptable for the mailing list.
>                                  a complete log with all pci config reads and writes
>                                  can be found at: http://home.eikelenboom.it/qemu-dm-guest.log
> - dmesg-guest.txt
> 
> --
> 
> Sander

> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Initializing cgroup subsys cpuacct
> [    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
> [    0.000000] e820: BIOS-provided physical RAM map:
> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
> [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7fefff] usable
> [    0.000000] BIOS-e820: [mem 0x000000003f7ff000-0x000000003f7fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] SMBIOS 2.4 present.
> [    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/17/2013
> [    0.000000] Hypervisor detected: Xen HVM
> [    0.000000] Xen version 4.4.
> [    0.000000] Xen Platform PCI: I/O protocol version 1
> [    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
> [    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
> [    0.000000] You might have to change the root device
> [    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
> [    0.000000] in your root= kernel command line option
> [    0.000000] HVMOP_pagetable_dying not supported
> [    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 = 0x3f7ff max_arch_pfn = 0x400000000
> [    0.000000] MTRR default type: write-back
> [    0.000000] MTRR fixed ranges enabled:
> [    0.000000]   00000-9FFFF write-back
> [    0.000000]   A0000-BFFFF write-combining
> [    0.000000]   C0000-FFFFF write-back
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
> [    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
> [    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
> [    0.000000]   3 disabled
> [    0.000000]   4 disabled
> [    0.000000]   5 disabled
> [    0.000000]   6 disabled
> [    0.000000]   7 disabled
> [    0.000000] TOM2: 0000000560000000 aka 22016M
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] found SMP MP-table at [mem 0x000fdad0-0x000fdadf] mapped at [ffff8800000fdad0]
> [    0.000000] Scanning 1 areas for low memory corruption
> [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
> [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
> [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
> [    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
> [    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
> [    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
> [    0.000000] init_memory_mapping: [mem 0x3f400000-0x3f5fffff]
> [    0.000000]  [mem 0x3f400000-0x3f5fffff] page 2M
> [    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f3fffff]
> [    0.000000]  [mem 0x3c000000-0x3f3fffff] page 2M
> [    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
> [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
> [    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
> [    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fefff]
> [    0.000000]  [mem 0x3f600000-0x3f7fefff] page 4k
> [    0.000000] BRK [0x02963000, 0x02963fff] PGTABLE
> [    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
> [    0.000000] ACPI: RSDP 00000000000fda20 00024 (v02    Xen)
> [    0.000000] ACPI: XSDT 00000000fc009fc0 00054 (v01    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: FACP 00000000fc0098f0 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: DSDT 00000000fc0012a0 085CD (v02    Xen      HVM 00000000 INTL 20100528)
> [    0.000000] ACPI: FACS 00000000fc001260 00040
> [    0.000000] ACPI: APIC 00000000fc0099f0 00460 (v02    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: HPET 00000000fc009ed0 00038 (v01    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: WAET 00000000fc009f10 00028 (v01    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: SSDT 00000000fc009f40 00031 (v02    Xen      HVM 00000000 INTL 20100528)
> [    0.000000] ACPI: SSDT 00000000fc009f80 00031 (v02    Xen      HVM 00000000 INTL 20100528)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] No NUMA configuration found
> [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f7fefff]
> [    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fefff]
> [    0.000000]   NODE_DATA [mem 0x3f7f4000-0x3f7fefff]
> [    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
> [    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-0x0009efff]
> [    0.000000]   node   0: [mem 0x00100000-0x3f7fefff]
> [    0.000000] On node 0 totalpages: 259997
> [    0.000000]   DMA zone: 64 pages used for memmap
> [    0.000000]   DMA zone: 21 pages reserved
> [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 4000 pages used for memmap
> [    0.000000]   DMA32 zone: 255999 pages, LIFO batch:31
> [    0.000000] ACPI: PM-Timer IO Port: 0xb008
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
> [    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 5 global_irq 5 low level)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
> [    0.000000] ACPI: IRQ0 used by override.
> [    0.000000] ACPI: IRQ2 used by override.
> [    0.000000] ACPI: IRQ5 used by override.
> [    0.000000] ACPI: IRQ9 used by override.
> [    0.000000] ACPI: IRQ10 used by override.
> [    0.000000] ACPI: IRQ11 used by override.
> [    0.000000] Using ACPI (MADT) for SMP configuration information
> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
> [    0.000000] smpboot: 128 Processors exceeds NR_CPUS limit of 8
> [    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 64
> [    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
> [    0.000000] Booting paravirtualized kernel on Xen HVM
> [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
> [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000 s83136 r8192 d23360 u262144
> [    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 255912
> [    0.000000] Policy zone: DMA32
> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [    0.000000] Checking aperture...
> [    0.000000] No AGP bridge found
> [    0.000000] Memory: 991448K/1039988K available (10109K kernel code, 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
> [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
> [    0.000000] Preemptible hierarchical RCU implementation.
> [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
> [    0.000000] 	Additional per-CPU info printed with stalls.
> [    0.000000] NR_IRQS:4352 nr_irqs:1152 16
> [    0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
> [    0.000000] Console: colour VGA+ 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
> [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
> [    0.000000] ... MAX_LOCK_DEPTH:          48
> [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
> [    0.000000] ... CLASSHASH_SIZE:          4096
> [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
> [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
> [    0.000000] ... CHAINHASH_SIZE:          16384
> [    0.000000]  memory used by lock dependency info: 5855 kB
> [    0.000000]  per task-struct memory footprint: 1920 bytes
> [    0.000000] kmemleak: Kernel memory leak detector disabled
> [    0.000000] hpet clockevent registered
> [    0.000000] tsc: Detected 3200.144 MHz processor
> [    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
> [    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.96 BogoMIPS (lpj=10667146)
> [    0.007910] pid_max: default: 32768 minimum: 301
> [    0.009404] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
> [    0.010274] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
> [    0.013509] Mount-cache hash table entries: 256
> [    0.015617] Initializing cgroup subsys freezer
> [    0.016702] Initializing cgroup subsys blkio
> [    0.018219] tseg: 0000000000
> [    0.020054] CPU: Physical Processor ID: 0
> [    0.021397] CPU: Processor Core ID: 0
> [    0.022677] mce: CPU supports 2 MCE banks
> [    0.023358] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
> [    0.023358] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
> [    0.023358] tlb_flushall_shift: 4
> [    0.026971] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 - ffffffff82003000)
> [    0.031792] ACPI: Core revision 20130725
> [    0.041888] ACPI: All ACPI Tables successfully acquired
> [    0.047025] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
> [    0.082537] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
> [    0.086449] Xen: using vcpuop timer interface
> [    0.086676] installing Xen timer for CPU 0
> [    0.088169] Performance Events: Broken PMU hardware detected, using software events only.
> [    0.089999] Failed to access perfctr msr (MSR c0010004 is 0)
> [    0.113523] NMI watchdog: disabled (cpu0): hardware events not enabled
> [    0.120163] installing Xen timer for CPU 1
> [    0.121727] SMP alternatives: lockdep: fixing up alternatives
> [    0.123380] smpboot: Booting Node   0, Processors  #1
> [    0.230557] Brought up 2 CPUs
> [    0.232915] smpboot: Total of 2 processors activated (12904.77 BogoMIPS)
> [    0.237280] xor: measuring software checksum speed
> [    0.270031]    prefetch64-sse:   854.400 MB/sec
> [    0.303355]    generic_sse:   860.400 MB/sec
> [    0.306019] xor: using function: generic_sse (860.400 MB/sec)
> [    0.306921] NET: Registered protocol family 16
> [    0.310119] xenbus: xs_reset_watches failed: -38
> [    0.313427] cpuidle: using governor ladder
> [    0.316677] cpuidle: using governor menu
> [    0.333188] ACPI: bus type PCI registered
> [    0.333356] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> [    0.337653] PCI: Using configuration type 1 for base access
> [    0.340012] PCI: Using configuration type 1 for extended access
> [    0.389611] bio: create slab <bio-0> at 0
> [    0.450052] raid6: sse2x1    2658 MB/s
> [    0.511079] raid6: sse2x2    3617 MB/s
> [    0.566841] raid6: sse2x4    3268 MB/s
> [    0.568215] raid6: using algorithm sse2x2 (3617 MB/s)
> [    0.569591] raid6: using intx1 recovery algorithm
> [    0.576735] ACPI: Added _OSI(Module Device)
> [    0.578237] ACPI: Added _OSI(Processor Device)
> [    0.579572] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.580039] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.587697] ACPI: EC: Look up EC in DSDT
> [    0.600422] ACPI: Interpreter enabled
> [    0.603404] ACPI: (supports S0 S5)
> [    0.606682] ACPI: Using IOAPIC for interrupt routing
> [    0.608147] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [    0.638813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [    0.640021] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
> [    0.642119] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
> [    0.644027] pci_bus 0000:00: dev 01, created physical slot 1
> [    0.645538] pci_bus 0000:00: dev 02, created physical slot 2
> [    0.646696] pci_bus 0000:00: dev 03, created physical slot 3
> [    0.650016] pci_bus 0000:00: dev 04, created physical slot 4
> [    0.650016] pci_bus 0000:00: dev 05, created physical slot 5
> [    0.653367] pci_bus 0000:00: dev 06, created physical slot 6
> [    0.655112] pci_bus 0000:00: dev 07, created physical slot 7
> [    0.656508] pci_bus 0000:00: dev 08, created physical slot 8
> [    0.656741] pci_bus 0000:00: dev 09, created physical slot 9
> [    0.658161] pci_bus 0000:00: dev 0a, created physical slot 10
> [    0.659565] pci_bus 0000:00: dev 0b, created physical slot 11
> [    0.660036] pci_bus 0000:00: dev 0c, created physical slot 12
> [    0.661420] pci_bus 0000:00: dev 0d, created physical slot 13
> [    0.663415] pci_bus 0000:00: dev 0e, created physical slot 14
> [    0.664832] pci_bus 0000:00: dev 0f, created physical slot 15
> [    0.666589] pci_bus 0000:00: dev 10, created physical slot 16
> [    0.670027] pci_bus 0000:00: dev 11, created physical slot 17
> [    0.671489] pci_bus 0000:00: dev 12, created physical slot 18
> [    0.673000] pci_bus 0000:00: dev 13, created physical slot 19
> [    0.673382] pci_bus 0000:00: dev 14, created physical slot 20
> [    0.674831] pci_bus 0000:00: dev 15, created physical slot 21
> [    0.676298] pci_bus 0000:00: dev 16, created physical slot 22
> [    0.676736] pci_bus 0000:00: dev 17, created physical slot 23
> [    0.678140] pci_bus 0000:00: dev 18, created physical slot 24
> [    0.683376] pci_bus 0000:00: dev 19, created physical slot 25
> [    0.685751] pci_bus 0000:00: dev 1a, created physical slot 26
> [    0.686708] pci_bus 0000:00: dev 1b, created physical slot 27
> [    0.689182] pci_bus 0000:00: dev 1c, created physical slot 28
> [    0.690042] pci_bus 0000:00: dev 1d, created physical slot 29
> [    0.692324] pci_bus 0000:00: dev 1e, created physical slot 30
> [    0.696707] pci_bus 0000:00: dev 1f, created physical slot 31
> [    0.699644] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
> [    0.703549] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
> [    0.705792] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
> [    0.706679] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
> [    0.709070] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
> [    0.713351] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
> [    0.716686] acpiphp: Slot [3] registered
> [    0.717007] acpiphp: Slot [4] registered
> [    0.720251] acpiphp: Slot [5] registered
> [    0.723376] acpiphp: Slot [6] registered
> [    0.727052] acpiphp: Slot [7] registered
> [    0.730039] acpiphp: Slot [8] registered
> [    0.733573] acpiphp: Slot [9] registered
> [    0.736705] acpiphp: Slot [10] registered
> [    0.736971] acpiphp: Slot [11] registered
> [    0.740038] acpiphp: Slot [12] registered
> [    0.743689] acpiphp: Slot [13] registered
> [    0.746702] acpiphp: Slot [14] registered
> [    0.750388] acpiphp: Slot [15] registered
> [    0.753398] acpiphp: Slot [16] registered
> [    0.755940] acpiphp: Slot [17] registered
> [    0.756714] acpiphp: Slot [18] registered
> [    0.767101] acpiphp: Slot [19] registered
> [    0.770081] acpiphp: Slot [20] registered
> [    0.773377] acpiphp: Slot [21] registered
> [    0.776971] acpiphp: Slot [22] registered
> [    0.780060] acpiphp: Slot [23] registered
> [    0.790129] acpiphp: Slot [24] registered
> [    0.803393] acpiphp: Slot [25] registered
> [    0.831233] acpiphp: Slot [26] registered
> [    0.837007] acpiphp: Slot [27] registered
> [    0.840098] acpiphp: Slot [28] registered
> [    0.843376] acpiphp: Slot [29] registered
> [    0.846712] acpiphp: Slot [30] registered
> [    0.850117] acpiphp: Slot [31] registered
> [    0.850117] PCI host bridge to bus 0000:00
> [    0.852315] pci_bus 0000:00: root bus resource [bus 00-ff]
> [    0.856693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> [    0.859453] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> [    0.860071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
> [    0.862869] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfbffffff]
> [    0.866679] pci_bus 0000:00: scanning bus
> [    0.869852] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
> [    0.873563] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
> [    0.884192] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
> [    0.895546] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
> [    0.929999] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
> [    0.952118] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
> [    0.986421] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
> [    1.000514] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
> [    1.002072] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
> [    1.007076] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
> [    1.008648] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
> [    1.013502] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
> [    1.015438] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
> [    1.017615] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
> [    1.030035] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
> [    1.043410] pci 0000:00:02.0: reg 0x14: [mem 0xf3094000-0xf3094fff]
> [    1.100021] pci 0000:00:02.0: reg 0x30: [mem 0xf3080000-0xf308ffff pref]
> [    1.103759] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
> [    1.116708] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
> [    1.130059] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
> [    1.188018] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
> [    1.213333] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
> [    1.223372] pci 0000:00:05.0: reg 0x18: [mem 0xf3040000-0xf305ffff 64bit]
> [    1.230018] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
> [    1.250022] pci 0000:00:05.0: reg 0x30: [mem 0xf3060000-0xf307ffff pref]
> [    1.252053] pci 0000:00:05.0: supports D1 D2
> [    1.255355] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
> [    1.256666] pci 0000:00:06.0: reg 0x10: [mem 0xf3090000-0xf3093fff 64bit]
> [    1.263333] pci 0000:00:06.0: supports D1 D2
> [    1.265953] pci_bus 0000:00: fixups for bus
> [    1.266666] pci_bus 0000:00: bus scan returning with max=00
> [    1.266666] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
> [    1.266666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
> [    1.266666] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
> [    1.266666] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
> [    1.270278] ACPI: Enabled 2 GPEs in block 00 to 0F
> [    1.273333] ACPI: \_SB_.PCI0: notify handler is installed
> [    1.273333] Found 1 acpi root devices
> [    1.273333] xen:balloon: Initialising balloon driver
> [    1.273433] xen_balloon: Initialising balloon driver
> [    1.275068] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> [    1.275942] vgaarb: device added: PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
> [    1.276666] vgaarb: loaded
> [    1.276666] vgaarb: bridge control possible 0000:00:05.0
> [    1.276666] vgaarb: no bridge control possible 0000:00:02.0
> [    1.276666] SCSI subsystem initialized
> [    1.276666] libata version 3.00 loaded.
> [    1.276666] ACPI: bus type USB registered
> [    1.277217] usbcore: registered new interface driver usbfs
> [    1.278077] usbcore: registered new interface driver hub
> [    1.278077] usbcore: registered new device driver usb
> [    1.280325] Linux video capture interface: v2.00
> [    1.281514] pps_core: LinuxPPS API ver. 1 registered
> [    1.282276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
> [    1.283333] PTP clock support registered
> [    1.283333] Advanced Linux Sound Architecture Driver Initialized.
> [    1.283333] PCI: Using ACPI for IRQ routing
> [    1.283333] PCI: pci_cache_line_size set to 64 bytes
> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
> [    1.286666] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
> [    1.286666] e820: reserve RAM buffer [mem 0x3f7ff000-0x3fffffff]
> [    1.286871] Bluetooth: Core ver 2.16
> [    1.290033] NET: Registered protocol family 31
> [    1.292390] Bluetooth: HCI device and connection manager initialized
> [    1.293333] Bluetooth: HCI socket layer initialized
> [    1.293333] Bluetooth: L2CAP socket layer initialized
> [    1.293333] Bluetooth: SCO socket layer initialized
> [    1.293333] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
> [    1.293333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> [    1.293333] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
> [    1.296395] Switched to clocksource xen
> [    1.296666] FS-Cache: Loaded
> [    1.297469] pnp: PnP ACPI init
> [    1.298746] ACPI: bus type PNP registered
> [    1.300356] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
> [    1.301894] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    1.303518] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
> [    1.305522] system 00:02: [io  0x08a0-0x08a3] has been reserved
> [    1.307001] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
> [    1.310024] system 00:02: [io  0x04d0-0x04d1] has been reserved
> [    1.320627] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    1.351879] pnp 00:03: [dma 4]
> [    1.357740] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
> [    1.362206] xen: --> pirq=16 -> irq=8 (gsi=8)
> [    1.363806] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    1.365710] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
> [    1.367661] xen: --> pirq=17 -> irq=12 (gsi=12)
> [    1.369285] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
> [    1.370851] xen: --> pirq=18 -> irq=1 (gsi=1)
> [    1.372569] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
> [    1.374663] xen: --> pirq=19 -> irq=6 (gsi=6)
> [    1.376869] pnp 00:08: [dma 2]
> [    1.378403] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
> [    1.381042] xen: --> pirq=20 -> irq=4 (gsi=4)
> [    1.382981] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
> [    1.384588] xen: --> pirq=21 -> irq=7 (gsi=7)
> [    1.386128] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
> [    1.388124] system 00:0b: [io  0xae00-0xae0f] has been reserved
> [    1.389607] system 00:0b: [io  0xb044-0xb047] has been reserved
> [    1.391028] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    1.393084] pnp: PnP ACPI: found 12 devices
> [    1.394550] ACPI: bus type PNP unregistered
> [    1.413954] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> [    1.415535] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> [    1.417203] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> [    1.418685] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
> [    1.420210] NET: Registered protocol family 2
> [    1.422209] TCP established hash table entries: 8192 (order: 5, 131072 bytes)
> [    1.424041] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
> [    1.426660] TCP: Hash tables configured (established 8192 bind 8192)
> [    1.428756] TCP: reno registered
> [    1.430133] UDP hash table entries: 512 (order: 4, 81920 bytes)
> [    1.431591] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
> [    1.433355] NET: Registered protocol family 1
> [    1.434814] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
> [    1.436159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
> [    1.437611] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
> [    1.439161] pci 0000:00:01.0: PIIX3: Enabling Passive Release
> [    1.440771] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
> [    1.442572] pci 0000:00:01.0: Activating ISA DMA hang workarounds
> [    1.444555] pci 0000:00:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
> [    1.447397] xen: --> pirq=22 -> irq=23 (gsi=23)
> [    1.452957] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
> [    1.454614] pci 0000:00:02.0: Boot video device
> [    1.456105] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
> [    1.457984] pci 0000:00:05.0: Boot video device
> [    1.459683] PCI: CLS 0 bytes, default 64
> [    1.461462] Trying to unpack rootfs image as initramfs...
> [    1.543512] Freeing initrd memory: 4996K (ffff88003762e000 - ffff880037b0f000)
> [    1.553915] DMA-API: preallocated 65536 debug entries
> [    1.555928] DMA-API: debugging enabled by kernel config
> [    1.559170] Scanning for low memory corruption every 60 seconds
> [    1.564307] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
> [    1.568143] audit: initializing netlink socket (disabled)
> [    1.569592] type=2000 audit(1379409313.121:1): initialized
> [    1.571623] bounce pool size: 64 pages
> [    1.572971] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    1.589346] VFS: Disk quotas dquot_6.5.2
> [    1.591062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    1.596280] NTFS driver 2.1.30 [Flags: R/W].
> [    1.598516] fuse init (API version 7.22)
> [    1.601515] bio: create slab <bio-1> at 1
> [    1.604032] Btrfs loaded
> [    1.606549] GFS2 installed
> [    1.608181] ceph: loaded (mds proto 32)
> [    1.609650] msgmni has been set to 1946
> [    1.612868] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
> [    1.615969] io scheduler noop registered
> [    1.620128] io scheduler deadline registered
> [    1.622091] io scheduler cfq registered (default)
> [    1.625114] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
> [    1.626889] crc32: self tests passed, processed 225944 bytes in 122522 nsec
> [    1.628486] crc32c: CRC_LE_BITS = 64
> [    1.629942] crc32c: self tests passed, processed 225944 bytes in 61570 nsec
> [    1.632530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    1.634759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [    1.636224] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
> [    1.638321] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
> [    1.640530] cpcihp_generic: not configured, disabling.
> [    1.642226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
> [    1.645585] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
> [    1.648766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
> [    1.651005] ACPI: Power Button [PWRF]
> [    1.652541] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
> [    1.654770] ACPI: Sleep Button [SLPF]
> [    1.664469] xen:xen_evtchn: Event-channel device installed
> [    1.669021] xen: --> pirq=23 -> irq=28 (gsi=28)
> [    1.670635] xen:grant_table: Grant tables using version 1 layout
> [    1.672167] Grant table initialized
> [    1.676292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    1.715980] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
> [    1.738514] Linux agpgart interface v0.103
> [    1.740804] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
> [    1.742909] Hangcheck: Using getrawmonotonic().
> [    1.744843] [drm] Initialized drm 1.1.0 20060810
> [    1.746503] [drm] radeon kernel modesetting enabled.
> [    1.747964] [drm:drm_pci_init], 
> [    1.749911] [drm:drm_get_pci_dev], 
> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
> [    1.755203] [drm:drm_get_minor], 
> [    1.757902] [drm:drm_get_minor], new minor assigned 64
> [    1.760337] [drm:drm_get_minor], 
> [    1.762547] [drm:drm_get_minor], new minor assigned 0
> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
> [    1.767705] [drm] register mmio base: 0xF3040000
> [    1.769135] [drm] register mmio size: 131072
> [    1.770551] [drm] radeon_atrm_get_bios: failed 
> [    1.771878] [drm] radeon_acpi_vfct_bios: failed 
> [    1.773193] [drm] igp_read_bios_from_vram: failed 
> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
> [    1.777717] [drm] radeon_read_bios: succes 
> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
> [    1.789919] [drm] radeon: finishing device.
> [    1.791325] [TTM] Memory type 2 has not been initialized
> [    1.799821] [drm:drm_put_minor], release secondary minor 0
> [    1.802369] [drm:drm_put_minor], release secondary minor 64
> [    1.808466] radeon: probe of 0000:00:05.0 failed with error -22
> [    1.840256] [drm:drm_pci_init], 
> [    1.845669] [drm:drm_get_pci_dev], 
> [    1.848075] [drm:drm_get_minor], 
> [    1.850354] [drm:drm_get_minor], new minor assigned 64
> [    1.852444] [drm:drm_get_minor], 
> [    1.854914] [drm:drm_get_minor], new minor assigned 0
> [    1.857213] [TTM] Zone  kernel: Available graphics memory: 498238 kiB
> [    1.858995] [TTM] Initializing pool allocator
> [    1.860330] [TTM] Initializing DMA pool allocator
> [    1.862319] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [    1.865161] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
> [    1.867905] [drm:drm_mode_debug_printmodeline], Modeline 25:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> [    1.870749] [drm:drm_mode_debug_printmodeline], Modeline 24:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
> [    1.873615] [drm:drm_mode_debug_printmodeline], Modeline 23:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
> [    1.876797] [drm:drm_mode_debug_printmodeline], Modeline 22:"1280x800" 60 71000 1280 1328 1360 1440 800 803 809 823 0x40 0x9
> [    1.879705] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x768" 60 79500 1280 1344 1472 1664 768 771 778 798 0x40 0x6
> [    1.882500] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x768" 60 68250 1280 1328 1360 1440 768 771 778 790 0x40 0x9
> [    1.885314] [drm:drm_mode_debug_printmodeline], Modeline 14:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [    1.888557] [drm:drm_mode_debug_printmodeline], Modeline 9:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [    1.891615] [drm:drm_mode_debug_printmodeline], Modeline 8:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [    1.894857] [drm:drm_mode_debug_printmodeline], Modeline 13:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
> [    1.897622] [drm:drm_mode_debug_printmodeline], Modeline 6:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [    1.900401] [drm:drm_setup_crtcs], 
> [    1.902276] [drm:drm_enable_connectors], connector 5 enabled? yes
> [    1.904425] [drm:drm_target_preferred], looking for cmdline mode on connector 5
> [    1.907019] [drm:drm_target_preferred], looking for preferred mode on connector 5
> [    1.910214] [drm:drm_target_preferred], found mode 1280x1024
> [    1.914217] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
> [    1.918064] [drm:drm_setup_crtcs], desired mode 1280x1024 set on crtc 3
> [    1.922808] [drm:drm_framebuffer_reference], FB ID: 10
> [    1.927686] [drm] fb mappable at 0x0
> [    1.930020] [drm] vram aper at 0x0
> [    1.932487] [drm] size 0
> [    1.934735] [drm] fb depth is 24
> [    1.936980] [drm]    pitch is 3840
> [    1.939982] fbcon: cirrusdrmfb (fb0) is primary device
> [    1.941542] [drm:drm_crtc_helper_set_config], 
> [    1.941546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [    1.941550] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
> [    1.941553] [drm:drm_crtc_helper_set_config], modes are different, full mode set
> [    1.941555] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
> [    1.941558] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> [    1.941563] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
> [    1.941565] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
> [    1.941567] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [    1.941569] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
> [    1.941572] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> [    1.941577] [drm:drm_crtc_helper_set_mode], [CRTC:3]
> [    1.953352] [drm:drm_crtc_helper_set_mode], [ENCODER:4:DAC-4] set [MODE:7:1280x1024]
> [    1.953355] [drm:drm_calc_timestamping_constants], crtc 3: hwmode: htotal 1688, vtotal 1066, vdisplay 1024
> [    1.953357] [drm:drm_calc_timestamping_constants], crtc 3: clock 108000 kHz framedur 16661185 linedur 15629, pixeldur 9
> [    1.953363] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
> [    1.953365] [drm:drm_crtc_helper_set_config], 	[CONNECTOR:5:VGA-1] set DPMS on
> [    1.953370] [drm:drm_framebuffer_reference], FB ID: 10
> [    1.953487] [drm:drm_crtc_helper_set_config], 
> [    1.953489] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [    1.953494] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [    1.953497] [drm:drm_framebuffer_reference], FB ID: 10
> [    1.953498] [drm:drm_framebuffer_unreference], FB ID: 10
> [    2.038647] [drm:drm_crtc_helper_set_config], 
> [    2.038651] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [    2.038658] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [    2.038661] [drm:drm_framebuffer_reference], FB ID: 10
> [    2.038662] [drm:drm_framebuffer_unreference], FB ID: 10
> [    2.112460] Console: switching to colour frame buffer device 160x64
> [    2.112473] [drm:drm_crtc_helper_set_config], 
> [    2.112475] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [    2.112482] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [    2.112485] [drm:drm_framebuffer_reference], FB ID: 10
> [    2.112487] [drm:drm_framebuffer_unreference], FB ID: 10
> [    2.186982] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
> [    2.188860] cirrus 0000:00:02.0: registered panic notifier
> [    2.190604] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0
> [    2.192631] [drm:drm_pci_init], 
> [    2.198055] brd: module loaded
> [    2.203121] loop: module loaded
> [    2.224917] tun: Universal TUN/TAP device driver, 1.6
> [    2.226696] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
> [    2.228570] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
> [    2.231161] e1000: Copyright (c) 1999-2006 Intel Corporation.
> [    2.232932] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
> [    2.234578] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
> [    2.237460] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
> [    2.239198] igb: Copyright (c) 2007-2013 Intel Corporation.
> [    2.242370] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
> [    2.244130] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
> [    2.246106] xen_netfront: Initialising Xen virtual ethernet driver
> [    2.253510] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
> [    2.259883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    2.261790] ehci-pci: EHCI PCI platform driver
> [    2.264122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    2.265913] ohci-pci: OHCI PCI platform driver
> [    2.268005] uhci_hcd: USB Universal Host Controller Interface driver
> [    2.270950] uhci_hcd 0000:00:01.2: enabling bus mastering
> [    2.275656] uhci_hcd 0000:00:01.2: setting latency timer to 64
> [    2.278106] uhci_hcd 0000:00:01.2: UHCI Host Controller
> [    2.280655]  xvda: xvda1 xvda2 < xvda5 >
> [    2.283105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
> [    2.287868] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
> [    2.293675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
> [    2.295560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    2.297375] usb usb1: Product: UHCI Host Controller
> [    2.299506] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
> [    2.301365] usb usb1: SerialNumber: 0000:00:01.2
> [    2.306128] hub 1-0:1.0: USB hub found
> [    2.308175] hub 1-0:1.0: 2 ports detected
> [    2.312359] usbcore: registered new interface driver usblp
> [    2.314281] usbcore: registered new interface driver usb-storage
> [    2.316546] usbcore: registered new interface driver usbserial
> [    2.318509] usbcore: registered new interface driver cp210x
> [    2.320517] usbserial: USB Serial support registered for cp210x
> [    2.322507] usbcore: registered new interface driver cypress_m8
> [    2.324603] usbserial: USB Serial support registered for DeLorme Earthmate USB
> [    2.326707] usbserial: USB Serial support registered for HID->COM RS232 Adapter
> [    2.329222] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
> [    2.332298] usbcore: registered new interface driver mos7720
> [    2.334326] usbserial: USB Serial support registered for Moschip 2 port adapter
> [    2.336296] usbcore: registered new interface driver mos7840
> [    2.339334] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
> [    2.341311] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
> [    2.372506] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    2.374921] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    2.377750] mousedev: PS/2 mouse device common for all mice
> [    2.383774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
> [    2.412740] input: Xen Virtual Keyboard as /devices/virtual/input/input3
> [    2.415113] input: Xen Virtual Pointer as /devices/virtual/input/input4
> [    2.441217] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
> [    2.443213] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram, hpet irqs
> [    2.448798] piix4_smbus 0000:00:01.3: Host SMBus controller not enabled!
> [    2.451314] lirc_dev: IR Remote Control driver registered, major 248 
> [    2.453197] IR NEC protocol handler initialized
> [    2.454994] IR RC5(x) protocol handler initialized
> [    2.456839] IR RC6 protocol handler initialized
> [    2.458729] IR JVC protocol handler initialized
> [    2.460532] IR Sony protocol handler initialized
> [    2.462373] IR RC5 (streamzap) protocol handler initialized
> [    2.464199] IR SANYO protocol handler initialized
> [    2.465933] IR MCE Keyboard/mouse protocol handler initialized
> [    2.467725] IR LIRC bridge handler initialized
> [    2.469491] cx25821: driver version 0.0.106 loaded
> [    2.471745] usbcore: registered new interface driver pvrusb2
> [    2.473480] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
> [    2.476532] pvrusb2: Debug mask is 31 (0x1f)
> [    2.487290] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
> [    2.491295] xen_wdt: Xen WatchDog Timer Driver v0.01
> [    2.533305] xen_wdt: initialized (timeout=60s, nowayout=0)
> [    2.536002] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
> [    2.539707] Bluetooth: Virtual HCI driver ver 1.3
> [    2.542258] Bluetooth: HCI UART driver ver 2.2
> [    2.543999] Bluetooth: HCI H4 protocol initialized
> [    2.545664] Bluetooth: HCI BCSP protocol initialized
> [    2.547387] Bluetooth: HCILL protocol initialized
> [    2.549059] Bluetooth: HCIATH3K protocol initialized
> [    2.550848] Bluetooth: HCI Three-wire UART (H5) protocol initialized
> [    2.552803] usbcore: registered new interface driver bcm203x
> [    2.554723] usbcore: registered new interface driver bpa10x
> [    2.556617] usbcore: registered new interface driver bfusb
> [    2.559609] usbcore: registered new interface driver btusb
> [    2.561628] usbcore: registered new interface driver ath3k
> [    2.563188] ioremap error for 0xfc001000-0xfc002000, requested 0x10, got 0x0
> [    2.565091] hidraw: raw HID events driver (C) Jiri Kosina
> [    2.568391] usbcore: registered new interface driver usbhid
> [    2.570046] usbhid: USB HID core driver
> [    2.574837] xen: --> pirq=33 -> irq=41 (gsi=41)
> [    2.578242] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
> [    2.579853] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=80
> [    2.600606] usbcore: registered new interface driver snd-usb-audio
> [    2.602765] usbcore: registered new interface driver snd-ua101
> [    2.604542] usbcore: registered new interface driver snd-usb-usx2y
> [    2.606240] usbcore: registered new interface driver snd-usb-caiaq
> [    2.607953] usbcore: registered new interface driver snd-usb-6fire
> [    2.609590] Netfilter messages via NETLINK v0.30.
> [    2.611228] nfnl_acct: registering with nfnetlink.
> [    2.613120] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
> [    2.615344] ctnetlink v0.93: registering with nfnetlink.
> [    2.618419] xt_time: kernel timezone is -0000
> [    2.619979] ip_set: protocol 6
> [    2.621538] IPVS: Registered protocols ()
> [    2.623258] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
> [    2.624923] IPVS: Creating netns size=1904 id=0
> [    2.627127] IPVS: ipvs loaded.
> [    2.629354] ip_tables: (C) 2000-2006 Netfilter Core Team
> [    2.631187] TCP: cubic registered
> [    2.632656] NET: Registered protocol family 17
> [    2.635367] Bridge firewalling registered
> [    2.636897] Ebtables v2.0 registered
> [    2.639225] Bluetooth: RFCOMM TTY layer initialized
> [    2.640742] Bluetooth: RFCOMM socket layer initialized
> [    2.642171] Bluetooth: RFCOMM ver 1.11
> [    2.643580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> [    2.645010] Bluetooth: BNEP filters: protocol multicast
> [    2.646420] Bluetooth: BNEP socket layer initialized
> [    2.647858] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
> [    2.649294] Bluetooth: HIDP socket layer initialized
> [    2.650788] Key type ceph registered
> [    2.652389] libceph: loaded (mon/osd proto 15/24)
> [    2.654437] registered taskstats version 1
> [    2.659955] xenbus_probe_frontend: Device with no driver: device/pci/0
> [    2.661879] console [netcon0] enabled
> [    2.663446] netconsole: network logging started
> [    2.665236] rtc_cmos 00:04: setting system clock to 2013-09-17 09:15:15 UTC (1379409315)
> [    2.667038] ALSA device list:
> [    2.668619]   #0: HD-Audio Generic at 0xf3090000 irq 80
> [    2.672662] Freeing unused kernel memory: 1068K (ffffffff81ef0000 - ffffffff81ffb000)
> [    2.674292] Write protecting the kernel read-only data: 14336k
> [    2.679086] Freeing unused kernel memory: 120K (ffff8800019e2000 - ffff880001a00000)
> [    2.681086] Freeing unused kernel memory: 36K (ffff880001df7000 - ffff880001e00000)
> [    2.714316] usb 1-1: new full-speed USB device number 2 using uhci_hcd
> [    3.034772] usb 1-1: New USB device found, idVendor=0627, idProduct=0001
> [    3.036432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
> [    3.038495] usb 1-1: Product: QEMU USB Tablet
> [    3.040085] usb 1-1: Manufacturer: QEMU
> [    3.041644] usb 1-1: SerialNumber: 42
> [    3.071432] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input5
> [    3.074317] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
> [    3.205535] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
> [    3.243471] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
> [    5.744943] udevd[1591]: starting version 175
> [   10.475221] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1 across:901116k SS
> [   10.505906] EXT4-fs (xvda1): re-mounted. Opts: (null)
> [   10.852323] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
> [   13.589186] [drm:drm_crtc_helper_set_config], 
> [   13.589188] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   13.589200] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   13.589203] [drm:drm_framebuffer_reference], FB ID: 10
> [   13.589204] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.219989] [drm:drm_crtc_helper_set_config], 
> [   19.219992] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.220008] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.220010] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.220011] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.291242] [drm:drm_stub_open], 
> [   19.291251] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291258] [drm:drm_setup], 
> [   19.291282] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291343] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291356] [drm:drm_release], open_count = 1
> [   19.291358] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291456] [drm:drm_lastclose], 
> [   19.291458] [drm:drm_lastclose], driver lastclose completed
> [   19.291461] [drm:drm_lastclose], lastclose completed
> [   19.291477] [drm:drm_stub_open], 
> [   19.291479] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291483] [drm:drm_setup], 
> [   19.291486] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291489] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291494] [drm:drm_release], open_count = 1
> [   19.291495] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291499] [drm:drm_lastclose], 
> [   19.291500] [drm:drm_lastclose], driver lastclose completed
> [   19.291502] [drm:drm_lastclose], lastclose completed
> [   19.291518] [drm:drm_stub_open], 
> [   19.291521] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291524] [drm:drm_setup], 
> [   19.291527] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291530] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291535] [drm:drm_release], open_count = 1
> [   19.291536] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291540] [drm:drm_lastclose], 
> [   19.291541] [drm:drm_lastclose], driver lastclose completed
> [   19.291543] [drm:drm_lastclose], lastclose completed
> [   19.291551] [drm:drm_stub_open], 
> [   19.291554] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291557] [drm:drm_setup], 
> [   19.291560] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291563] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291567] [drm:drm_release], open_count = 1
> [   19.291569] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291572] [drm:drm_lastclose], 
> [   19.291573] [drm:drm_lastclose], driver lastclose completed
> [   19.291575] [drm:drm_lastclose], lastclose completed
> [   19.291587] [drm:drm_stub_open], 
> [   19.291589] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291593] [drm:drm_setup], 
> [   19.291595] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291598] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291603] [drm:drm_release], open_count = 1
> [   19.291604] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291608] [drm:drm_lastclose], 
> [   19.291609] [drm:drm_lastclose], driver lastclose completed
> [   19.291611] [drm:drm_lastclose], lastclose completed
> [   19.291620] [drm:drm_stub_open], 
> [   19.291622] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291626] [drm:drm_setup], 
> [   19.291628] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291631] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291636] [drm:drm_release], open_count = 1
> [   19.291637] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291641] [drm:drm_lastclose], 
> [   19.291642] [drm:drm_lastclose], driver lastclose completed
> [   19.291644] [drm:drm_lastclose], lastclose completed
> [   19.302299] [drm:drm_crtc_helper_set_config], 
> [   19.302302] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.302311] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.302313] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.302314] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.302317] [drm:drm_crtc_helper_set_config], 
> [   19.302318] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.302321] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.302325] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.302326] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.302341] [drm:drm_crtc_helper_set_config], 
> [   19.302343] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.302345] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.302347] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.302348] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.514543] [drm:drm_crtc_helper_set_config], 
> [   19.514546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.514558] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.514561] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.514563] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.585682] [drm:drm_stub_open], 
> [   19.585691] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585698] [drm:drm_setup], 
> [   19.585714] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585723] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585736] [drm:drm_release], open_count = 1
> [   19.585737] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585744] [drm:drm_lastclose], 
> [   19.585746] [drm:drm_lastclose], driver lastclose completed
> [   19.585749] [drm:drm_lastclose], lastclose completed
> [   19.585761] [drm:drm_stub_open], 
> [   19.585763] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585767] [drm:drm_setup], 
> [   19.585770] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585773] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585778] [drm:drm_release], open_count = 1
> [   19.585779] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585783] [drm:drm_lastclose], 
> [   19.585784] [drm:drm_lastclose], driver lastclose completed
> [   19.585786] [drm:drm_lastclose], lastclose completed
> [   19.585802] [drm:drm_stub_open], 
> [   19.585805] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585808] [drm:drm_setup], 
> [   19.585811] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585814] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585819] [drm:drm_release], open_count = 1
> [   19.585820] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585824] [drm:drm_lastclose], 
> [   19.585825] [drm:drm_lastclose], driver lastclose completed
> [   19.585828] [drm:drm_lastclose], lastclose completed
> [   19.585846] [drm:drm_stub_open], 
> [   19.585847] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585851] [drm:drm_setup], 
> [   19.585853] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585856] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585860] [drm:drm_release], open_count = 1
> [   19.585861] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585864] [drm:drm_lastclose], 
> [   19.585865] [drm:drm_lastclose], driver lastclose completed
> [   19.585867] [drm:drm_lastclose], lastclose completed
> [   19.585878] [drm:drm_stub_open], 
> [   19.585880] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585883] [drm:drm_setup], 
> [   19.585885] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585888] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585892] [drm:drm_release], open_count = 1
> [   19.585893] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585896] [drm:drm_lastclose], 
> [   19.585898] [drm:drm_lastclose], driver lastclose completed
> [   19.585899] [drm:drm_lastclose], lastclose completed
> [   19.585907] [drm:drm_stub_open], 
> [   19.585909] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585913] [drm:drm_setup], 
> [   19.585915] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585918] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585921] [drm:drm_release], open_count = 1
> [   19.585923] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585926] [drm:drm_lastclose], 
> [   19.585927] [drm:drm_lastclose], driver lastclose completed
> [   19.585929] [drm:drm_lastclose], lastclose completed
> [   19.586613] [drm:drm_crtc_helper_set_config], 
> [   19.586615] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.586620] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.586622] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.586624] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.586626] [drm:drm_crtc_helper_set_config], 
> [   19.586627] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.586630] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.586631] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.586632] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.586653] [drm:drm_crtc_helper_set_config], 
> [   19.586654] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.586660] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.586662] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.586663] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.763917] [drm:drm_crtc_helper_set_config], 
> [   19.763919] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.763931] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.763933] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.763934] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.837433] [drm:drm_stub_open], 
> [   19.837441] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837449] [drm:drm_setup], 
> [   19.837466] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837476] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837488] [drm:drm_release], open_count = 1
> [   19.837490] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837496] [drm:drm_lastclose], 
> [   19.837498] [drm:drm_lastclose], driver lastclose completed
> [   19.837501] [drm:drm_lastclose], lastclose completed
> [   19.837513] [drm:drm_stub_open], 
> [   19.837515] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837519] [drm:drm_setup], 
> [   19.837522] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837525] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837529] [drm:drm_release], open_count = 1
> [   19.837531] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837534] [drm:drm_lastclose], 
> [   19.837536] [drm:drm_lastclose], driver lastclose completed
> [   19.837538] [drm:drm_lastclose], lastclose completed
> [   19.837560] [drm:drm_stub_open], 
> [   19.837563] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837567] [drm:drm_setup], 
> [   19.837570] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837573] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837577] [drm:drm_release], open_count = 1
> [   19.837579] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837582] [drm:drm_lastclose], 
> [   19.837584] [drm:drm_lastclose], driver lastclose completed
> [   19.837585] [drm:drm_lastclose], lastclose completed
> [   19.837594] [drm:drm_stub_open], 
> [   19.837596] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837600] [drm:drm_setup], 
> [   19.837603] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837606] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837610] [drm:drm_release], open_count = 1
> [   19.837612] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837615] [drm:drm_lastclose], 
> [   19.837616] [drm:drm_lastclose], driver lastclose completed
> [   19.837618] [drm:drm_lastclose], lastclose completed
> [   19.837629] [drm:drm_stub_open], 
> [   19.837631] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837635] [drm:drm_setup], 
> [   19.837638] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837641] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837645] [drm:drm_release], open_count = 1
> [   19.837647] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837650] [drm:drm_lastclose], 
> [   19.837651] [drm:drm_lastclose], driver lastclose completed
> [   19.837653] [drm:drm_lastclose], lastclose completed
> [   19.837662] [drm:drm_stub_open], 
> [   19.837664] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837668] [drm:drm_setup], 
> [   19.837671] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837674] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837678] [drm:drm_release], open_count = 1
> [   19.837680] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837683] [drm:drm_lastclose], 
> [   19.837685] [drm:drm_lastclose], driver lastclose completed
> [   19.837686] [drm:drm_lastclose], lastclose completed
> [   19.838347] [drm:drm_crtc_helper_set_config], 
> [   19.838349] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.838355] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.838358] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.838359] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.838361] [drm:drm_crtc_helper_set_config], 
> [   19.838363] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.838365] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.838367] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.838368] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.838382] [drm:drm_crtc_helper_set_config], 
> [   19.838383] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.838385] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.838387] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.838388] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.047717] [drm:drm_crtc_helper_set_config], 
> [   20.047720] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.047727] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.047730] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.047731] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.133510] [drm:drm_stub_open], 
> [   20.133519] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133528] [drm:drm_setup], 
> [   20.133547] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133558] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133576] [drm:drm_release], open_count = 1
> [   20.133578] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133585] [drm:drm_lastclose], 
> [   20.133587] [drm:drm_lastclose], driver lastclose completed
> [   20.133590] [drm:drm_lastclose], lastclose completed
> [   20.133604] [drm:drm_stub_open], 
> [   20.133606] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133610] [drm:drm_setup], 
> [   20.133613] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133616] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133621] [drm:drm_release], open_count = 1
> [   20.133623] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133626] [drm:drm_lastclose], 
> [   20.133628] [drm:drm_lastclose], driver lastclose completed
> [   20.133630] [drm:drm_lastclose], lastclose completed
> [   20.133646] [drm:drm_stub_open], 
> [   20.133648] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133652] [drm:drm_setup], 
> [   20.133655] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133658] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133662] [drm:drm_release], open_count = 1
> [   20.133664] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133668] [drm:drm_lastclose], 
> [   20.133669] [drm:drm_lastclose], driver lastclose completed
> [   20.133671] [drm:drm_lastclose], lastclose completed
> [   20.133680] [drm:drm_stub_open], 
> [   20.133682] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133686] [drm:drm_setup], 
> [   20.133688] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133691] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133696] [drm:drm_release], open_count = 1
> [   20.133697] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133700] [drm:drm_lastclose], 
> [   20.133702] [drm:drm_lastclose], driver lastclose completed
> [   20.133704] [drm:drm_lastclose], lastclose completed
> [   20.133715] [drm:drm_stub_open], 
> [   20.133718] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133721] [drm:drm_setup], 
> [   20.133724] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133727] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133731] [drm:drm_release], open_count = 1
> [   20.133733] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133736] [drm:drm_lastclose], 
> [   20.133738] [drm:drm_lastclose], driver lastclose completed
> [   20.133740] [drm:drm_lastclose], lastclose completed
> [   20.133749] [drm:drm_stub_open], 
> [   20.133751] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133754] [drm:drm_setup], 
> [   20.133757] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133760] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133764] [drm:drm_release], open_count = 1
> [   20.133766] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133769] [drm:drm_lastclose], 
> [   20.133771] [drm:drm_lastclose], driver lastclose completed
> [   20.133773] [drm:drm_lastclose], lastclose completed
> [   20.134412] [drm:drm_crtc_helper_set_config], 
> [   20.134413] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.134420] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.134422] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.134423] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.134426] [drm:drm_crtc_helper_set_config], 
> [   20.134427] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.134429] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.134431] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.134432] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.134445] [drm:drm_crtc_helper_set_config], 
> [   20.134446] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.134449] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.134450] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.134451] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.316278] [drm:drm_crtc_helper_set_config], 
> [   20.316280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.316287] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.316290] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.316291] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.392394] [drm:drm_stub_open], 
> [   20.392411] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392418] [drm:drm_setup], 
> [   20.392437] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392447] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392460] [drm:drm_release], open_count = 1
> [   20.392462] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392468] [drm:drm_lastclose], 
> [   20.392470] [drm:drm_lastclose], driver lastclose completed
> [   20.392472] [drm:drm_lastclose], lastclose completed
> [   20.392485] [drm:drm_stub_open], 
> [   20.392488] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392491] [drm:drm_setup], 
> [   20.392494] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392497] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392502] [drm:drm_release], open_count = 1
> [   20.392503] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392507] [drm:drm_lastclose], 
> [   20.392508] [drm:drm_lastclose], driver lastclose completed
> [   20.392510] [drm:drm_lastclose], lastclose completed
> [   20.392527] [drm:drm_stub_open], 
> [   20.392529] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392533] [drm:drm_setup], 
> [   20.392536] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392539] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392543] [drm:drm_release], open_count = 1
> [   20.392545] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392548] [drm:drm_lastclose], 
> [   20.392550] [drm:drm_lastclose], driver lastclose completed
> [   20.392551] [drm:drm_lastclose], lastclose completed
> [   20.392560] [drm:drm_stub_open], 
> [   20.392562] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392566] [drm:drm_setup], 
> [   20.392569] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392572] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392576] [drm:drm_release], open_count = 1
> [   20.392578] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392581] [drm:drm_lastclose], 
> [   20.392582] [drm:drm_lastclose], driver lastclose completed
> [   20.392584] [drm:drm_lastclose], lastclose completed
> [   20.392595] [drm:drm_stub_open], 
> [   20.392598] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392601] [drm:drm_setup], 
> [   20.392604] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392607] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392611] [drm:drm_release], open_count = 1
> [   20.392613] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392616] [drm:drm_lastclose], 
> [   20.392618] [drm:drm_lastclose], driver lastclose completed
> [   20.392620] [drm:drm_lastclose], lastclose completed
> [   20.392629] [drm:drm_stub_open], 
> [   20.392631] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392635] [drm:drm_setup], 
> [   20.392637] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392640] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392644] [drm:drm_release], open_count = 1
> [   20.392646] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392649] [drm:drm_lastclose], 
> [   20.392651] [drm:drm_lastclose], driver lastclose completed
> [   20.392653] [drm:drm_lastclose], lastclose completed
> [   20.393266] [drm:drm_crtc_helper_set_config], 
> [   20.393268] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.393274] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.393276] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.393277] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.393279] [drm:drm_crtc_helper_set_config], 
> [   20.393280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.393283] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.393284] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.393285] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.393298] [drm:drm_crtc_helper_set_config], 
> [   20.393299] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.393301] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.393303] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.393303] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.575204] [drm:drm_crtc_helper_set_config], 
> [   20.575206] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.575213] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.575215] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.575216] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.654491] [drm:drm_stub_open], 
> [   20.654500] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654508] [drm:drm_setup], 
> [   20.654524] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654534] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654551] [drm:drm_release], open_count = 1
> [   20.654553] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654562] [drm:drm_lastclose], 
> [   20.654566] [drm:drm_lastclose], driver lastclose completed
> [   20.654570] [drm:drm_lastclose], lastclose completed
> [   20.654589] [drm:drm_stub_open], 
> [   20.654591] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654595] [drm:drm_setup], 
> [   20.654598] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654601] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654605] [drm:drm_release], open_count = 1
> [   20.654607] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654611] [drm:drm_lastclose], 
> [   20.654612] [drm:drm_lastclose], driver lastclose completed
> [   20.654614] [drm:drm_lastclose], lastclose completed
> [   20.654629] [drm:drm_stub_open], 
> [   20.654631] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654635] [drm:drm_setup], 
> [   20.654638] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654641] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654645] [drm:drm_release], open_count = 1
> [   20.654647] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654650] [drm:drm_lastclose], 
> [   20.654652] [drm:drm_lastclose], driver lastclose completed
> [   20.654654] [drm:drm_lastclose], lastclose completed
> [   20.654662] [drm:drm_stub_open], 
> [   20.654665] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654668] [drm:drm_setup], 
> [   20.654671] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654674] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654678] [drm:drm_release], open_count = 1
> [   20.654680] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654683] [drm:drm_lastclose], 
> [   20.654685] [drm:drm_lastclose], driver lastclose completed
> [   20.654687] [drm:drm_lastclose], lastclose completed
> [   20.654697] [drm:drm_stub_open], 
> [   20.654700] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654703] [drm:drm_setup], 
> [   20.654706] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654709] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654713] [drm:drm_release], open_count = 1
> [   20.654715] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654718] [drm:drm_lastclose], 
> [   20.654720] [drm:drm_lastclose], driver lastclose completed
> [   20.654722] [drm:drm_lastclose], lastclose completed
> [   20.654730] [drm:drm_stub_open], 
> [   20.654733] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654736] [drm:drm_setup], 
> [   20.654739] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654742] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654746] [drm:drm_release], open_count = 1
> [   20.654748] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654751] [drm:drm_lastclose], 
> [   20.654753] [drm:drm_lastclose], driver lastclose completed
> [   20.654755] [drm:drm_lastclose], lastclose completed
> [   20.655318] [drm:drm_crtc_helper_set_config], 
> [   20.655320] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.655326] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.655328] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.655329] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.655331] [drm:drm_crtc_helper_set_config], 
> [   20.655332] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.655334] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.655336] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.655337] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.655350] [drm:drm_crtc_helper_set_config], 
> [   20.655351] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.655353] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.655355] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.655356] [drm:drm_framebuffer_unreference], FB ID: 10

> 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
> 	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
> 	Control: I/O- 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: [b]
> 		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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
> 	Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
> 	Control: I/O- 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 10
> 	Capabilities: [40] Secure device <?>
> 	Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee0100c  Data: 4128
> 	Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+
> 
> 00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
> 	I/O behind bridge: 0000e000-0000efff
> 	Memory behind bridge: fa000000-fe9fffff
> 	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
> 	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #1, PowerLimit 25.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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
> 	I/O behind bridge: 0000d000-0000dfff
> 	Memory behind bridge: f9f00000-f9ffffff
> 	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
> 	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 #1, Speed 5GT/s, Width x8, 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 #3, PowerLimit 25.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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
> 	I/O behind bridge: 0000c000-0000cfff
> 	Memory behind bridge: f9e00000-f9efffff
> 	Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
> 	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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #5, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
> 	I/O behind bridge: 0000b000-0000bfff
> 	Memory behind bridge: f9d00000-f9dfffff
> 	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
> 	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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #6, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: f9c00000-f9cfffff
> 	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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #9, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: f9a00000-f9bfffff
> 	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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #2, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
> 		Address: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
> 	I/O behind bridge: 0000a000-0000afff
> 	Memory behind bridge: f9900000-f99fffff
> 	Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
> 	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #5, PowerLimit 25.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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: f9800000-f98fffff
> 	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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #6, PowerLimit 11.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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
> 	Memory behind bridge: f9700000-f97fffff
> 	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 5GT/s, Width x1, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 128
> 	Region 0: I/O ports at 6000 [size=8]
> 	Region 1: I/O ports at 5000 [size=4]
> 	Region 2: I/O ports at 3000 [size=8]
> 	Region 3: I/O ports at 2000 [size=4]
> 	Region 4: I/O ports at 1000 [size=16]
> 	Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
> 	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
> 		Address: 00000000fee0100c  Data: 4000
> 	Capabilities: [70] SATA HBA v1.0 InCfgSpace
> 	Capabilities: [a4] PCI Advanced Features
> 		AFCap: TP+ FLR+
> 		AFCtrl: FLR-
> 		AFStatus: TP-
> 	Kernel driver in use: ahci
> 
> 00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95f7000 (32-bit, non-prefetchable) [size=4K]
> 	Kernel driver in use: ohci-pci
> 
> 00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95fc000 (32-bit, non-prefetchable) [size=4K]
> 	Kernel driver in use: ohci-pci
> 
> 00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
> 	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-
> 	Kernel driver in use: piix4_smbus
> 
> 00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 64, Cache Line Size: 64 bytes
> 	Interrupt: pin A routed to IRQ 16
> 	Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
> 	Capabilities: [50] Power Management version 2
> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> 	Kernel driver in use: snd_hda_intel
> 
> 00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
> 	I/O behind bridge: 00009000-00009fff
> 	Memory behind bridge: fff00000-000fffff
> 	Prefetchable memory behind bridge: fff00000-000fffff
> 	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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95fd000 (32-bit, non-prefetchable) [size=4K]
> 	Kernel driver in use: ohci-pci
> 
> 00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
> 	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: fff00000-000fffff
> 	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
> 	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
> 	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
> 		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
> 	Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, 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 unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #32, 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+ ARIFwd-
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
> 	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Kernel driver in use: pcieport
> 
> 00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95fe000 (32-bit, non-prefetchable) [size=4K]
> 	Kernel driver in use: ohci-pci
> 
> 00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
> 	Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
> 		Revision ID: 3.00
> 		Link Frequency: [b]
> 		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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
> 	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
> 	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
> 	Control: I/O- 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
> 
> 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
> 	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 
> 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
> 	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
> 	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 (500ns min, 6000ns max)
> 	Interrupt: pin A routed to IRQ 22
> 	Region 0: I/O ports at 9800 [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-
> 	Kernel driver in use: pciback
> 
> 04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
> 	Control: I/O- 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 40
> 	Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [size=8K]
> 	Capabilities: [50] Power Management version 3
> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
> 		Vector table: BAR=0 offset=00001000
> 		PBA: BAR=0 offset=00001080
> 	Capabilities: [a0] Express (v2) Endpoint, MSI 00
> 		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
> 			ClockPM+ Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
> 			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -3.5dB, 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: 14, GenCap- CGenEn- ChkCap- ChkEn-
> 	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
> 	Capabilities: [150 v1] Latency Tolerance Reporting
> 		Max snoop latency: 0ns
> 		Max no snoop latency: 0ns
> 	Kernel driver in use: pciback
> 
> 05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: f9800000-f98fffff
> 	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
> 	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
> 	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
> 		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
> 	Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [80] Subsystem: Device [0000:0000]
> 	Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
> 		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
> 			ClockPM- Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 	Capabilities: [100 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
> 		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
> 
> 06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
> 	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
> 	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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
> 	Interrupt: pin A routed to IRQ 37
> 	Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [size=4K]
> 	Capabilities: [40] Power Management version 2
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> 	Kernel driver in use: pciback
> 
> 06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
> 	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
> 	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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
> 	Interrupt: pin B routed to IRQ 38
> 	Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [size=4K]
> 	Capabilities: [40] Power Management version 2
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> 	Kernel driver in use: pciback
> 
> 06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) (prog-if 20 [EHCI])
> 	Subsystem: Device [1838:1074]
> 	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Interrupt: pin C routed to IRQ 39
> 	Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [size=256]
> 	Capabilities: [40] Power Management version 2
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> 	Kernel driver in use: pciback
> 
> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> 	Subsystem: PC Partner Limited Device [174b:e193]
> 	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Interrupt: pin A routed to IRQ 32
> 	Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
> 	Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
> 	Region 4: I/O ports at a000 [disabled] [size=256]
> 	Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Capabilities: [150 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
> 	Kernel driver in use: pciback
> 
> 07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> 	Subsystem: PC Partner Limited Device [174b:aa90]
> 	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Interrupt: pin B routed to IRQ 33
> 	Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
> 	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) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee1000c  Data: 4000
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Capabilities: [150 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
> 	Kernel driver in use: pciback
> 
> 08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Interrupt: pin A routed to IRQ 47
> 	Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M]
> 	Capabilities: [40] Express (v1) Endpoint, MSI 00
> 		DevCap:	MaxPayload 128 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+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
> 			ClockPM- Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
> 	Capabilities: [80] Power Management version 3
> 		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [90] Vital Product Data
> 		Unknown small resource type 00, will not decode more.
> 	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [100 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
> 	Capabilities: [200 v1] Virtual Channel
> 		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
> 		Arb:	Fixed+ WRR32+ WRR64+ WRR128-
> 		Ctrl:	ArbSelect=WRR64
> 		Status:	InProgress-
> 		Port Arbitration Table [240] <?>
> 		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> 			Status:	NegoPending- InProgress-
> 		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
> 			Status:	NegoPending- InProgress-
> 	Kernel driver in use: pciback
> 
> 09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Interrupt: pin A routed to IRQ 48
> 	Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
> 	Capabilities: [50] Power Management version 3
> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
> 		Vector table: BAR=0 offset=00001000
> 		PBA: BAR=0 offset=00001080
> 	Capabilities: [a0] Express (v2) Endpoint, MSI 00
> 		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
> 			ClockPM+ Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
> 			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -3.5dB, 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 ff-ff-ff-ff-ff-ff-ff-ff
> 	Capabilities: [150 v1] Latency Tolerance Reporting
> 		Max snoop latency: 0ns
> 		Max no snoop latency: 0ns
> 	Kernel driver in use: xhci_hcd
> 
> 0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	Control: I/O+ 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 130
> 	Region 0: I/O ports at b800 [size=256]
> 	Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
> 	Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
> 	Expansion ROM at f9de0000 [disabled] [size=128K]
> 	Capabilities: [40] Power Management version 3
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee0100c  Data: 4000
> 	Capabilities: [70] Express (v2) Endpoint, MSI 01
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
> 		Vector table: BAR=4 offset=00000000
> 		PBA: BAR=4 offset=00000800
> 	Capabilities: [cc] Vital Product Data
> 		Unknown small resource type 00, will not decode more.
> 	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] Virtual Channel
> 		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
> 		Arb:	Fixed- WRR32- WRR64- WRR128-
> 		Ctrl:	ArbSelect=Fixed
> 		Status:	InProgress-
> 		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> 			Status:	NegoPending- InProgress-
> 	Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
> 	Kernel driver in use: r8169
> 
> 0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	Control: I/O+ 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 129
> 	Region 0: I/O ports at c800 [size=256]
> 	Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
> 	Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
> 	Expansion ROM at f9ee0000 [disabled] [size=128K]
> 	Capabilities: [40] Power Management version 3
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee0100c  Data: 4000
> 	Capabilities: [70] Express (v2) Endpoint, MSI 01
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
> 			MaxPayload 128 bytes, MaxReadReq 4096 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
> 		Vector table: BAR=4 offset=00000000
> 		PBA: BAR=4 offset=00000800
> 	Capabilities: [cc] Vital Product Data
> 		Unknown small resource type 00, will not decode more.
> 	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] Virtual Channel
> 		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
> 		Arb:	Fixed- WRR32- WRR64- WRR128-
> 		Ctrl:	ArbSelect=Fixed
> 		Status:	InProgress-
> 		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> 			Status:	NegoPending- InProgress-
> 	Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
> 	Kernel driver in use: r8169
> 
> 0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> 	Subsystem: PC Partner Limited Device [174b:e193]
> 	Control: I/O+ 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 127
> 	Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
> 	Region 2: Memory at f9fc0000 (64-bit, non-prefetchable) [size=128K]
> 	Region 4: I/O ports at d000 [size=256]
> 	Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 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: 00000000fee0100c  Data: 4000
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Capabilities: [150 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
> 	Kernel driver in use: radeon
> 
> 0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> 	Subsystem: PC Partner Limited Device [174b:aa90]
> 	Control: I/O+ 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 138
> 	Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K]
> 	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) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 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: 00000000fee0100c  Data: 4000
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Capabilities: [150 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
> 	Kernel driver in use: snd_hda_intel
> 
> 0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
> 	Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
> 	Control: I/O+ 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 10
> 	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
> 	Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
> 	Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
> 	Region 5: I/O ports at e800 [size=128]
> 	Expansion ROM at fe9e0000 [disabled] [size=128K]
> 	Capabilities: [60] Power Management version 3
> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [78] Express (v1) Endpoint, MSI 00
> 		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
> 			ClockPM- Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 	Capabilities: [100 v1] Virtual Channel
> 		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
> 		Arb:	Fixed- WRR32- WRR64- WRR128-
> 		Ctrl:	ArbSelect=Fixed
> 		Status:	InProgress-
> 		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> 			Status:	NegoPending- InProgress-
> 	Capabilities: [128 v1] Power Budgeting <?>
> 	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
> 

> 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 
> 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Physical Slot: 1
> 	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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Physical Slot: 1
> 	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
> 	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
> 	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
> 	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
> 	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
> 	Region 4: I/O ports at c260 [size=16]
> 
> 00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Physical Slot: 1
> 	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Interrupt: pin D routed to IRQ 23
> 	Region 4: I/O ports at c240 [size=32]
> 	Kernel driver in use: uhci_hcd
> 
> 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 03)
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Physical Slot: 1
> 	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Interrupt: pin A routed to IRQ 9
> 
> 00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
> 	Subsystem: Red Hat, Inc Device [1af4:1100]
> 	Physical Slot: 2
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
> 	Region 1: Memory at f3094000 (32-bit, non-prefetchable) [size=4K]
> 	Expansion ROM at f3080000 [disabled] [size=64K]
> 	Kernel driver in use: cirrus
> 
> 00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device [5853:0001] (rev 01)
> 	Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
> 	Physical Slot: 3
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Interrupt: pin A routed to IRQ 28
> 	Region 0: I/O ports at c000 [size=256]
> 	Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
> 	Kernel driver in use: xen-platform-pci
> 
> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> 	Subsystem: PC Partner Limited Device [174b:e193]
> 	Physical Slot: 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-
> 	Interrupt: pin A routed to IRQ 36
> 	Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
> 	Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
> 	Region 4: I/O ports at c100 [size=256]
> 	Expansion ROM at f3060000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [100 v9] #1002
> 
> 00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> 	Subsystem: PC Partner Limited Device [174b:aa90]
> 	Physical Slot: 6
> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Interrupt: pin B routed to IRQ 80
> 	Region 0: Memory at f3090000 (64-bit, non-prefetchable) [size=16K]
> 	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) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee57000  Data: 4300
> 	Capabilities: [100 v0] #1002
> 	Kernel driver in use: snd_hda_intel
> 

> libxl: debug: libxl_create.c:1233:do_domain_create: ao 0x1643f40: create: how=(nil) callback=(nil) poller=0x1643fa0
> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=unknown
> libxl: debug: libxl_device.c:296:libxl__device_disk_set_backend: Disk vdev=hda, using backend phy
> libxl: debug: libxl_create.c:678:initiate_domain_create: running bootloader
> libxl: debug: libxl_bootloader.c:321:libxl__bootloader_run: not a PV domain, skipping bootloader
> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644308: deregister unregistered
> xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0x9efa8
> xc: detail: elf_parse_binary: memory: 0x100000 -> 0x19efa8
> xc: detail: VIRTUAL MEMORY ARRANGEMENT:
>   Loader:        0000000000100000->000000000019efa8
>   Modules:       0000000000000000->0000000000000000
>   TOTAL:         0000000000000000->000000003f800000
>   ENTRY ADDRESS: 0000000000100000
> xc: detail: PHYSICAL MEMORY ALLOCATION:
>   4KB PAGES: 0x0000000000000200
>   2MB PAGES: 0x00000000000001fb
>   1GB PAGES: 0x0000000000000000
> xc: detail: elf_load_binary: phdr 0 at 0x7f6937d66000 -> 0x7f6937dfbe2d
> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=phy
> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: register slotnum=3
> libxl: debug: libxl_create.c:1246:do_domain_create: ao 0x1643f40: inprogress: poller=0x1643fa0, flags=i
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 still waiting state 1
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 ok
> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: deregister slotnum=3
> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1645758: deregister unregistered
> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/block add
> libxl: debug: libxl_dm.c:1234:libxl__spawn_local_dm: Spawning device-model /usr/local/lib/xen/bin/qemu-system-i386 with arguments:
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   /usr/local/lib/xen/bin/qemu-system-i386
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -xen-domid
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   19
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -chardev
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-19,server,nowait
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -mon
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   chardev=libxl-cmd,mode=control
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -name
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xbmc
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vnc
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   172.16.1.1:9,password,to=99
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   isa-fdc.driveA=
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -serial
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   pty
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vga
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   cirrus
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   vga.vram_size_mb=8
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -boot
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   order=c
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usb
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usbdevice
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   tablet
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -smp
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   2,maxcpus=2
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -device
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   e1000,id=nic0,netdev=net0,mac=00:16:3a:c6:76:65
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -netdev
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   type=tap,id=net0,ifname=vif19.0-emu,script=no,downscript=no
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -M
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xenfv
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -m
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   1016
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -drive
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   file=/dev/xen_vms/xbmc,if=ide,index=0,media=disk,format=raw,cache=writeback
> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: register slotnum=3
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: deregister slotnum=3
> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644540: deregister unregistered
> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "qmp_capabilities",
>     "id": 1
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "query-chardev",
>     "id": 2
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "change",
>     "id": 3,
>     "arguments": {
>         "device": "vnc",
>         "target": "password",
>         "arg": "test"
>     }
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "query-vnc",
>     "id": 4
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: register slotnum=3
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 still waiting state 1
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 ok
> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: deregister slotnum=3
> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x16439b8: deregister unregistered
> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge online
> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge add
> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "qmp_capabilities",
>     "id": 1
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "device_add",
>     "id": 2,
>     "arguments": {
>         "driver": "xen-pci-passthrough",
>         "id": "pci-pt-07_00.0",
>         "hostaddr": "0000:07:00.0"
>     }
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "query-pci",
>     "id": 3
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "qmp_capabilities",
>     "id": 1
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "device_add",
>     "id": 2,
>     "arguments": {
>         "driver": "xen-pci-passthrough",
>         "id": "pci-pt-07_00.1",
>         "hostaddr": "0000:07:00.1"
>     }
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "query-pci",
>     "id": 3
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_pci.c:81:libxl__create_pci_backend: Creating pci backend
> libxl: debug: libxl_event.c:1737:libxl__ao_progress_report: ao 0x1643f40: progress report: ignored
> libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x1643f40: complete, rc=0
> libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x1643f40: destroy
> xc: debug: hypercall buffer: total allocations:518 total releases:518
> xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
> xc: debug: hypercall buffer: cache current size:2
> xc: debug: hypercall buffer: cache hits:514 misses:2 toobig:2
> Parsing config from /etc/xen/domU/production/xbmc.cfg
> Daemon running with PID 2901

> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=32 g_gsi=36 device=5 intx=0
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x700, domain = 0, paging mode = 3
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x47e8a2000, domain = 19, paging mode = 4
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom19
> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=33 g_gsi=41 device=6 intx=1
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x701, domain = 0, paging mode = 3
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x47e8a2000, domain = 19, paging mode = 4
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to dom19
> (d19) [2013-09-17 09:14:57] HVM Loader
> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
> (d19) [2013-09-17 09:14:57] Xenbus rings @0xfeffc000, event channel 4
> (d19) [2013-09-17 09:14:57] System requested SeaBIOS
> (d19) [2013-09-17 09:14:57] CPU speed is 3200 MHz
> (d19) [2013-09-17 09:14:57] Relocating guest memory for lowmem MMIO space disabled
> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 0 changed 0 -> 5
> (d19) [2013-09-17 09:14:57] PCI-ISA link 0 routed to IRQ5
> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 1 changed 0 -> 10
> (d19) [2013-09-17 09:14:57] PCI-ISA link 1 routed to IRQ10
> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 2 changed 0 -> 11
> (d19) [2013-09-17 09:14:57] PCI-ISA link 2 routed to IRQ11
> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 3 changed 0 -> 5
> (d19) [2013-09-17 09:14:57] PCI-ISA link 3 routed to IRQ5
> (d19) [2013-09-17 09:14:57] pci dev 01:2 INTD->IRQ5
> (d19) [2013-09-17 09:14:57] pci dev 01:3 INTA->IRQ10
> (d19) [2013-09-17 09:14:57] pci dev 03:0 INTA->IRQ5
> (d19) [2013-09-17 09:14:57] pci dev 04:0 INTA->IRQ5
> (d19) [2013-09-17 09:14:57] pci dev 05:0 INTA->IRQ10
> (d19) [2013-09-17 09:14:57] pci dev 06:0 INTB->IRQ5
> (d19) [2013-09-17 09:14:57] No RAM in high memory; setting high_mem resource base to 100000000
> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 10 size 010000000: 0e000000c
> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 10 size 002000000: 0f0000008
> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 14 size 001000000: 0f2000008
> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 10 size 000020000: 0f3000000
> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 30 size 000020000: 0f3020000
> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 18 size 000020000: 0f3040004
> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 30 size 000020000: 0f3060000
> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 30 size 000010000: 0f3080000
> (d19) [2013-09-17 09:14:57] pci dev 06:0 bar 10 size 000004000: 0f3090004
> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 14 size 000001000: 0f3094000
> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 10 size 000000100: 00000c001
> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 20 size 000000100: 00000c101
> (XEN) [2013-09-17 09:14:57] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 14 size 000000040: 00000c201
> (d19) [2013-09-17 09:14:57] pci dev 01:2 bar 20 size 000000020: 00000c241
> (d19) [2013-09-17 09:14:57] pci dev 01:1 bar 20 size 000000010: 00000c261
> (d19) [2013-09-17 09:14:57] Multiprocessor initialisation:
> (d19) [2013-09-17 09:14:57]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
> (d19) [2013-09-17 09:14:57]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
> (d19) [2013-09-17 09:14:57] Testing HVM environment:
> (d19) [2013-09-17 09:14:57]  - REP INSB across page boundaries ... passed
> (d19) [2013-09-17 09:14:57]  - GS base MSRs and SWAPGS ... passed
> (d19) [2013-09-17 09:14:57] Passed 2 of 2 tests
> (d19) [2013-09-17 09:14:57] Writing SMBIOS tables ...
> (d19) [2013-09-17 09:14:57] Loading SeaBIOS ...
> (d19) [2013-09-17 09:14:57] Creating MP tables ...
> (d19) [2013-09-17 09:14:57] Loading ACPI ...
> (d19) [2013-09-17 09:14:57] vm86 TSS at fc00a080
> (d19) [2013-09-17 09:14:57] BIOS map:
> (d19) [2013-09-17 09:14:57]  10000-100d3: Scratch space
> (d19) [2013-09-17 09:14:57]  e0000-fffff: Main BIOS
> (d19) [2013-09-17 09:14:57] E820 table:
> (d19) [2013-09-17 09:14:57]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:000a0000 - 00000000:000e0000
> (d19) [2013-09-17 09:14:57]  [01]: 00000000:000e0000 - 00000000:00100000: RESERVED
> (d19) [2013-09-17 09:14:57]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:3f800000 - 00000000:fc000000
> (d19) [2013-09-17 09:14:57]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
> (d19) [2013-09-17 09:14:57] Invoking SeaBIOS ...
> (d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
> (d19) [2013-09-17 09:14:57] 
> (d19) [2013-09-17 09:14:57] Found Xen hypervisor signature at 40000000
> (d19) [2013-09-17 09:14:57] xen: copy e820...
> (d19) [2013-09-17 09:14:57] Ram Size=0x3f800000 (0x0000000000000000 high)
> (d19) [2013-09-17 09:14:57] Relocating low data from 0x000e42d0 to 0x000ef790 (size 2153)
> (d19) [2013-09-17 09:14:57] Relocating init from 0x000e4b39 to 0x3f7e2e80 (size 53335)
> (d19) [2013-09-17 09:14:57] CPU Mhz=3200
> (d19) [2013-09-17 09:14:57] Found 10 PCI devices (max PCI bus is 00)
> (d19) [2013-09-17 09:14:57] Allocated Xen hypercall page at 3f7ff000
> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
> (d19) [2013-09-17 09:14:57] xen: copy BIOS tables...
> (d19) [2013-09-17 09:14:57] Copying SMBIOS entry point from 0x00010010 to 0x000fdbd0
> (d19) [2013-09-17 09:14:57] Copying MPTABLE from 0xfc001160/fc001170 to 0x000fdad0
> (d19) [2013-09-17 09:14:57] Copying PIR from 0x00010030 to 0x000fda50
> (d19) [2013-09-17 09:14:57] Copying ACPI RSDP from 0x000100b0 to 0x000fda20
> (d19) [2013-09-17 09:14:57] Scan for VGA option rom
> (d19) [2013-09-17 09:14:57] Running option rom at c000:0003
> (XEN) [2013-09-17 09:14:57] stdvga.c:147:d19 entering stdvga and caching modes
> (d19) [2013-09-17 09:14:57] Turning on vga text mode console
> (d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
> (d19) [2013-09-17 09:14:57] 
> (d19) [2013-09-17 09:14:57] UHCI init on dev 00:01.2 (io=c240)
> (d19) [2013-09-17 09:14:57] Found 1 lpt ports
> (d19) [2013-09-17 09:14:57] Found 1 serial ports
> (d19) [2013-09-17 09:14:57] ATA controller 1 at 1f0/3f4/c260 (irq 14 dev 9)
> (d19) [2013-09-17 09:14:57] ATA controller 2 at 170/374/c268 (irq 15 dev 9)
> (d19) [2013-09-17 09:14:57] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (20480 MiBytes)
> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
> (d19) [2013-09-17 09:14:57] DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD]
> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@1/disk@0
> (d19) [2013-09-17 09:14:57] PS2 keyboard initialized
> (d19) [2013-09-17 09:14:57] All threads complete.
> (d19) [2013-09-17 09:14:57] Scan for option roms
> (d19) [2013-09-17 09:14:57] Running option rom at c900:0003
> (d19) [2013-09-17 09:14:57] pmm call arg1=1
> (d19) [2013-09-17 09:14:57] pmm call arg1=0
> (d19) [2013-09-17 09:14:57] pmm call arg1=1
> (d19) [2013-09-17 09:14:57] pmm call arg1=0
> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@4
> (d19) [2013-09-17 09:14:57] Press F12 for boot menu.
> (d19) [2013-09-17 09:14:57] 
> (d19) [2013-09-17 09:15:00] drive 0x000fd9d0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=41943040
> (d19) [2013-09-17 09:15:00] Space available for UMB: 000ca000-000ee800
> (d19) [2013-09-17 09:15:00] Returned 61440 bytes of ZoneHigh
> (d19) [2013-09-17 09:15:00] e820 map has 6 items:
> (d19) [2013-09-17 09:15:00]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
> (d19) [2013-09-17 09:15:00]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
> (d19) [2013-09-17 09:15:00]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
> (d19) [2013-09-17 09:15:00]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
> (d19) [2013-09-17 09:15:00]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
> (d19) [2013-09-17 09:15:00]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
> (d19) [2013-09-17 09:15:00] enter handle_19:
> (d19) [2013-09-17 09:15:00]   NULL
> (d19) [2013-09-17 09:15:00] Booting from Hard Disk...
> (d19) [2013-09-17 09:15:00] Booting from 0000:7c00
> (XEN) [2013-09-17 09:15:03] stdvga.c:151:d19 leaving stdvga
> (XEN) [2013-09-17 09:15:09] stdvga.c:147:d19 entering stdvga and caching modes
> (XEN) [2013-09-17 09:15:11] irq.c:375: Dom19 callback via changed to Direct Vector 0xf3
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:14] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:14] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 0 changed 5 -> 0
> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 1 changed 10 -> 0
> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 2 changed 11 -> 0
> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 3 changed 5 -> 0


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

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
@ 2013-09-22 13:02   ` Pasi Kärkkäinen
  0 siblings, 0 replies; 22+ messages in thread
From: Pasi Kärkkäinen @ 2013-09-22 13:02 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini

On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
> *RESEND* due to exceeding the mailinglists limit for attachment size.
> 
> Hi,
> 

Hello,

> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
> 
> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
> - When i do passtrough the device to a HVM with the same kernel:
>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
> 

Did you try with qemu-dm-traditional aswell? Does it have the same problem? 

Thanks,

-- Pasi

> So I inspected the rom by using sysfs with:
> echo 1 > /sys/bus/pci/devices/<BDF>/rom
> cat /sys/bus/pci/devices/<BDF>/rom
> 
> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
> 
> So i tried both qemu-xen and qemu-xen-traditional, but both with the same result.
> To see if some addresses get mangled i enabled the xen passthrough debug printk's for both qemu's and added a printk to the radeon driver to see where it tries to read the rom.
> 
> from dom0 lspci:
> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>         Subsystem: PC Partner Limited Device [174b:e193]
>         Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>         Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>         Interrupt: pin A routed to IRQ 32
>         Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
>         Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
>         Region 4: I/O ports at a000 [disabled] [size=256]
>         Expansion ROM at f99a0000 [disabled] [size=128K]
> 
> from qemu-dm-log:
> vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
> pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
> xen_platform: changed ro/rw state of ROM memory area. now is rw state.
> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> [00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
> [00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
> [00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx base_addr=0xf99c0000lx type: 0x4)
> [00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx base_addr=0xa000lx type: 0x1)
> [00:05.0] xen_pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)
> 
> That seems to match ...
> 
> from guest lspci:
> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>         Subsystem: PC Partner Limited Device [174b:e193]
>         Physical Slot: 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-
>         Interrupt: pin A routed to IRQ 36
>         Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
>         Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
>         Region 4: I/O ports at c100 [size=256]
>         Expansion ROM at f3060000 [disabled] [size=128K]
> 
> from the radeon driver in the guest:
> 
> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
> 
> <snip>
> 
> [    1.744843] [drm] Initialized drm 1.1.0 20060810
> [    1.746503] [drm] radeon kernel modesetting enabled.
> [    1.747964] [drm:drm_pci_init], 
> [    1.749911] [drm:drm_get_pci_dev], 
> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
> [    1.755203] [drm:drm_get_minor], 
> [    1.757902] [drm:drm_get_minor], new minor assigned 64
> [    1.760337] [drm:drm_get_minor], 
> [    1.762547] [drm:drm_get_minor], new minor assigned 0
> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
> [    1.767705] [drm] register mmio base: 0xF3040000
> [    1.769135] [drm] register mmio size: 131072
> [    1.770551] [drm] radeon_atrm_get_bios: failed 
> [    1.771878] [drm] radeon_acpi_vfct_bios: failed 
> [    1.773193] [drm] igp_read_bios_from_vram: failed 
> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
> [    1.777717] [drm] radeon_read_bios: succes 
> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
> [    1.789919] [drm] radeon: finishing device.
> 
> So the address that the radeon_read_bios function uses, also matches.
> 
> So i'm pretty clueless how it ends up with the data from the cirrus rom when it's reading the right address ...
> 
> 
> I'm using:
> Xen:               Xen-unstable git:c5e9596
> Linux dom0 + domU: 3.12-mergewindow + konrad's jumplabel patch (i also tested with 3.9.0 kernel)
> 
> I have attached the qemu-xen logs, but i have the qemu-xen-traditional logs as well.
> 
> Attached:
> - xl-dmesg.txt                   output of "xl dmesg" with start and shutdown of the guest
> - xl-create.txt                  output of "xl -vvvvv create" of the guest
> - lspci-dom0.txt                 output of "lspci -vvvknn" for dom0
> - lspci-guest.txt                output of "lspci -vvvknn" for guest
> - qemu-dm-guest-reduced.log      qemu log, reduced to be acceptable for the mailing list.
>                                  a complete log with all pci config reads and writes
>                                  can be found at: http://home.eikelenboom.it/qemu-dm-guest.log
> - dmesg-guest.txt
> 
> --
> 
> Sander

> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Initializing cgroup subsys cpuacct
> [    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
> [    0.000000] e820: BIOS-provided physical RAM map:
> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
> [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7fefff] usable
> [    0.000000] BIOS-e820: [mem 0x000000003f7ff000-0x000000003f7fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] SMBIOS 2.4 present.
> [    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/17/2013
> [    0.000000] Hypervisor detected: Xen HVM
> [    0.000000] Xen version 4.4.
> [    0.000000] Xen Platform PCI: I/O protocol version 1
> [    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
> [    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
> [    0.000000] You might have to change the root device
> [    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
> [    0.000000] in your root= kernel command line option
> [    0.000000] HVMOP_pagetable_dying not supported
> [    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 = 0x3f7ff max_arch_pfn = 0x400000000
> [    0.000000] MTRR default type: write-back
> [    0.000000] MTRR fixed ranges enabled:
> [    0.000000]   00000-9FFFF write-back
> [    0.000000]   A0000-BFFFF write-combining
> [    0.000000]   C0000-FFFFF write-back
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
> [    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
> [    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
> [    0.000000]   3 disabled
> [    0.000000]   4 disabled
> [    0.000000]   5 disabled
> [    0.000000]   6 disabled
> [    0.000000]   7 disabled
> [    0.000000] TOM2: 0000000560000000 aka 22016M
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] found SMP MP-table at [mem 0x000fdad0-0x000fdadf] mapped at [ffff8800000fdad0]
> [    0.000000] Scanning 1 areas for low memory corruption
> [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
> [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
> [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
> [    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
> [    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
> [    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
> [    0.000000] init_memory_mapping: [mem 0x3f400000-0x3f5fffff]
> [    0.000000]  [mem 0x3f400000-0x3f5fffff] page 2M
> [    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f3fffff]
> [    0.000000]  [mem 0x3c000000-0x3f3fffff] page 2M
> [    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
> [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
> [    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
> [    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fefff]
> [    0.000000]  [mem 0x3f600000-0x3f7fefff] page 4k
> [    0.000000] BRK [0x02963000, 0x02963fff] PGTABLE
> [    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
> [    0.000000] ACPI: RSDP 00000000000fda20 00024 (v02    Xen)
> [    0.000000] ACPI: XSDT 00000000fc009fc0 00054 (v01    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: FACP 00000000fc0098f0 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: DSDT 00000000fc0012a0 085CD (v02    Xen      HVM 00000000 INTL 20100528)
> [    0.000000] ACPI: FACS 00000000fc001260 00040
> [    0.000000] ACPI: APIC 00000000fc0099f0 00460 (v02    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: HPET 00000000fc009ed0 00038 (v01    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: WAET 00000000fc009f10 00028 (v01    Xen      HVM 00000000 HVML 00000000)
> [    0.000000] ACPI: SSDT 00000000fc009f40 00031 (v02    Xen      HVM 00000000 INTL 20100528)
> [    0.000000] ACPI: SSDT 00000000fc009f80 00031 (v02    Xen      HVM 00000000 INTL 20100528)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] No NUMA configuration found
> [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f7fefff]
> [    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fefff]
> [    0.000000]   NODE_DATA [mem 0x3f7f4000-0x3f7fefff]
> [    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
> [    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-0x0009efff]
> [    0.000000]   node   0: [mem 0x00100000-0x3f7fefff]
> [    0.000000] On node 0 totalpages: 259997
> [    0.000000]   DMA zone: 64 pages used for memmap
> [    0.000000]   DMA zone: 21 pages reserved
> [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 4000 pages used for memmap
> [    0.000000]   DMA32 zone: 255999 pages, LIFO batch:31
> [    0.000000] ACPI: PM-Timer IO Port: 0xb008
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
> [    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 5 global_irq 5 low level)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
> [    0.000000] ACPI: IRQ0 used by override.
> [    0.000000] ACPI: IRQ2 used by override.
> [    0.000000] ACPI: IRQ5 used by override.
> [    0.000000] ACPI: IRQ9 used by override.
> [    0.000000] ACPI: IRQ10 used by override.
> [    0.000000] ACPI: IRQ11 used by override.
> [    0.000000] Using ACPI (MADT) for SMP configuration information
> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
> [    0.000000] smpboot: 128 Processors exceeds NR_CPUS limit of 8
> [    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 64
> [    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
> [    0.000000] Booting paravirtualized kernel on Xen HVM
> [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
> [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000 s83136 r8192 d23360 u262144
> [    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 255912
> [    0.000000] Policy zone: DMA32
> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [    0.000000] Checking aperture...
> [    0.000000] No AGP bridge found
> [    0.000000] Memory: 991448K/1039988K available (10109K kernel code, 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
> [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
> [    0.000000] Preemptible hierarchical RCU implementation.
> [    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
> [    0.000000] 	Additional per-CPU info printed with stalls.
> [    0.000000] NR_IRQS:4352 nr_irqs:1152 16
> [    0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
> [    0.000000] Console: colour VGA+ 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
> [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
> [    0.000000] ... MAX_LOCK_DEPTH:          48
> [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
> [    0.000000] ... CLASSHASH_SIZE:          4096
> [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
> [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
> [    0.000000] ... CHAINHASH_SIZE:          16384
> [    0.000000]  memory used by lock dependency info: 5855 kB
> [    0.000000]  per task-struct memory footprint: 1920 bytes
> [    0.000000] kmemleak: Kernel memory leak detector disabled
> [    0.000000] hpet clockevent registered
> [    0.000000] tsc: Detected 3200.144 MHz processor
> [    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
> [    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.96 BogoMIPS (lpj=10667146)
> [    0.007910] pid_max: default: 32768 minimum: 301
> [    0.009404] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
> [    0.010274] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
> [    0.013509] Mount-cache hash table entries: 256
> [    0.015617] Initializing cgroup subsys freezer
> [    0.016702] Initializing cgroup subsys blkio
> [    0.018219] tseg: 0000000000
> [    0.020054] CPU: Physical Processor ID: 0
> [    0.021397] CPU: Processor Core ID: 0
> [    0.022677] mce: CPU supports 2 MCE banks
> [    0.023358] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
> [    0.023358] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
> [    0.023358] tlb_flushall_shift: 4
> [    0.026971] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 - ffffffff82003000)
> [    0.031792] ACPI: Core revision 20130725
> [    0.041888] ACPI: All ACPI Tables successfully acquired
> [    0.047025] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
> [    0.082537] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
> [    0.086449] Xen: using vcpuop timer interface
> [    0.086676] installing Xen timer for CPU 0
> [    0.088169] Performance Events: Broken PMU hardware detected, using software events only.
> [    0.089999] Failed to access perfctr msr (MSR c0010004 is 0)
> [    0.113523] NMI watchdog: disabled (cpu0): hardware events not enabled
> [    0.120163] installing Xen timer for CPU 1
> [    0.121727] SMP alternatives: lockdep: fixing up alternatives
> [    0.123380] smpboot: Booting Node   0, Processors  #1
> [    0.230557] Brought up 2 CPUs
> [    0.232915] smpboot: Total of 2 processors activated (12904.77 BogoMIPS)
> [    0.237280] xor: measuring software checksum speed
> [    0.270031]    prefetch64-sse:   854.400 MB/sec
> [    0.303355]    generic_sse:   860.400 MB/sec
> [    0.306019] xor: using function: generic_sse (860.400 MB/sec)
> [    0.306921] NET: Registered protocol family 16
> [    0.310119] xenbus: xs_reset_watches failed: -38
> [    0.313427] cpuidle: using governor ladder
> [    0.316677] cpuidle: using governor menu
> [    0.333188] ACPI: bus type PCI registered
> [    0.333356] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> [    0.337653] PCI: Using configuration type 1 for base access
> [    0.340012] PCI: Using configuration type 1 for extended access
> [    0.389611] bio: create slab <bio-0> at 0
> [    0.450052] raid6: sse2x1    2658 MB/s
> [    0.511079] raid6: sse2x2    3617 MB/s
> [    0.566841] raid6: sse2x4    3268 MB/s
> [    0.568215] raid6: using algorithm sse2x2 (3617 MB/s)
> [    0.569591] raid6: using intx1 recovery algorithm
> [    0.576735] ACPI: Added _OSI(Module Device)
> [    0.578237] ACPI: Added _OSI(Processor Device)
> [    0.579572] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.580039] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.587697] ACPI: EC: Look up EC in DSDT
> [    0.600422] ACPI: Interpreter enabled
> [    0.603404] ACPI: (supports S0 S5)
> [    0.606682] ACPI: Using IOAPIC for interrupt routing
> [    0.608147] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [    0.638813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> [    0.640021] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
> [    0.642119] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
> [    0.644027] pci_bus 0000:00: dev 01, created physical slot 1
> [    0.645538] pci_bus 0000:00: dev 02, created physical slot 2
> [    0.646696] pci_bus 0000:00: dev 03, created physical slot 3
> [    0.650016] pci_bus 0000:00: dev 04, created physical slot 4
> [    0.650016] pci_bus 0000:00: dev 05, created physical slot 5
> [    0.653367] pci_bus 0000:00: dev 06, created physical slot 6
> [    0.655112] pci_bus 0000:00: dev 07, created physical slot 7
> [    0.656508] pci_bus 0000:00: dev 08, created physical slot 8
> [    0.656741] pci_bus 0000:00: dev 09, created physical slot 9
> [    0.658161] pci_bus 0000:00: dev 0a, created physical slot 10
> [    0.659565] pci_bus 0000:00: dev 0b, created physical slot 11
> [    0.660036] pci_bus 0000:00: dev 0c, created physical slot 12
> [    0.661420] pci_bus 0000:00: dev 0d, created physical slot 13
> [    0.663415] pci_bus 0000:00: dev 0e, created physical slot 14
> [    0.664832] pci_bus 0000:00: dev 0f, created physical slot 15
> [    0.666589] pci_bus 0000:00: dev 10, created physical slot 16
> [    0.670027] pci_bus 0000:00: dev 11, created physical slot 17
> [    0.671489] pci_bus 0000:00: dev 12, created physical slot 18
> [    0.673000] pci_bus 0000:00: dev 13, created physical slot 19
> [    0.673382] pci_bus 0000:00: dev 14, created physical slot 20
> [    0.674831] pci_bus 0000:00: dev 15, created physical slot 21
> [    0.676298] pci_bus 0000:00: dev 16, created physical slot 22
> [    0.676736] pci_bus 0000:00: dev 17, created physical slot 23
> [    0.678140] pci_bus 0000:00: dev 18, created physical slot 24
> [    0.683376] pci_bus 0000:00: dev 19, created physical slot 25
> [    0.685751] pci_bus 0000:00: dev 1a, created physical slot 26
> [    0.686708] pci_bus 0000:00: dev 1b, created physical slot 27
> [    0.689182] pci_bus 0000:00: dev 1c, created physical slot 28
> [    0.690042] pci_bus 0000:00: dev 1d, created physical slot 29
> [    0.692324] pci_bus 0000:00: dev 1e, created physical slot 30
> [    0.696707] pci_bus 0000:00: dev 1f, created physical slot 31
> [    0.699644] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
> [    0.703549] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
> [    0.705792] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
> [    0.706679] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
> [    0.709070] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
> [    0.713351] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
> [    0.716686] acpiphp: Slot [3] registered
> [    0.717007] acpiphp: Slot [4] registered
> [    0.720251] acpiphp: Slot [5] registered
> [    0.723376] acpiphp: Slot [6] registered
> [    0.727052] acpiphp: Slot [7] registered
> [    0.730039] acpiphp: Slot [8] registered
> [    0.733573] acpiphp: Slot [9] registered
> [    0.736705] acpiphp: Slot [10] registered
> [    0.736971] acpiphp: Slot [11] registered
> [    0.740038] acpiphp: Slot [12] registered
> [    0.743689] acpiphp: Slot [13] registered
> [    0.746702] acpiphp: Slot [14] registered
> [    0.750388] acpiphp: Slot [15] registered
> [    0.753398] acpiphp: Slot [16] registered
> [    0.755940] acpiphp: Slot [17] registered
> [    0.756714] acpiphp: Slot [18] registered
> [    0.767101] acpiphp: Slot [19] registered
> [    0.770081] acpiphp: Slot [20] registered
> [    0.773377] acpiphp: Slot [21] registered
> [    0.776971] acpiphp: Slot [22] registered
> [    0.780060] acpiphp: Slot [23] registered
> [    0.790129] acpiphp: Slot [24] registered
> [    0.803393] acpiphp: Slot [25] registered
> [    0.831233] acpiphp: Slot [26] registered
> [    0.837007] acpiphp: Slot [27] registered
> [    0.840098] acpiphp: Slot [28] registered
> [    0.843376] acpiphp: Slot [29] registered
> [    0.846712] acpiphp: Slot [30] registered
> [    0.850117] acpiphp: Slot [31] registered
> [    0.850117] PCI host bridge to bus 0000:00
> [    0.852315] pci_bus 0000:00: root bus resource [bus 00-ff]
> [    0.856693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> [    0.859453] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> [    0.860071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
> [    0.862869] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfbffffff]
> [    0.866679] pci_bus 0000:00: scanning bus
> [    0.869852] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
> [    0.873563] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
> [    0.884192] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
> [    0.895546] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
> [    0.929999] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
> [    0.952118] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
> [    0.986421] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
> [    1.000514] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
> [    1.002072] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
> [    1.007076] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
> [    1.008648] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
> [    1.013502] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
> [    1.015438] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
> [    1.017615] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
> [    1.030035] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
> [    1.043410] pci 0000:00:02.0: reg 0x14: [mem 0xf3094000-0xf3094fff]
> [    1.100021] pci 0000:00:02.0: reg 0x30: [mem 0xf3080000-0xf308ffff pref]
> [    1.103759] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
> [    1.116708] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
> [    1.130059] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
> [    1.188018] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
> [    1.213333] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
> [    1.223372] pci 0000:00:05.0: reg 0x18: [mem 0xf3040000-0xf305ffff 64bit]
> [    1.230018] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
> [    1.250022] pci 0000:00:05.0: reg 0x30: [mem 0xf3060000-0xf307ffff pref]
> [    1.252053] pci 0000:00:05.0: supports D1 D2
> [    1.255355] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
> [    1.256666] pci 0000:00:06.0: reg 0x10: [mem 0xf3090000-0xf3093fff 64bit]
> [    1.263333] pci 0000:00:06.0: supports D1 D2
> [    1.265953] pci_bus 0000:00: fixups for bus
> [    1.266666] pci_bus 0000:00: bus scan returning with max=00
> [    1.266666] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
> [    1.266666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
> [    1.266666] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
> [    1.266666] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
> [    1.270278] ACPI: Enabled 2 GPEs in block 00 to 0F
> [    1.273333] ACPI: \_SB_.PCI0: notify handler is installed
> [    1.273333] Found 1 acpi root devices
> [    1.273333] xen:balloon: Initialising balloon driver
> [    1.273433] xen_balloon: Initialising balloon driver
> [    1.275068] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> [    1.275942] vgaarb: device added: PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
> [    1.276666] vgaarb: loaded
> [    1.276666] vgaarb: bridge control possible 0000:00:05.0
> [    1.276666] vgaarb: no bridge control possible 0000:00:02.0
> [    1.276666] SCSI subsystem initialized
> [    1.276666] libata version 3.00 loaded.
> [    1.276666] ACPI: bus type USB registered
> [    1.277217] usbcore: registered new interface driver usbfs
> [    1.278077] usbcore: registered new interface driver hub
> [    1.278077] usbcore: registered new device driver usb
> [    1.280325] Linux video capture interface: v2.00
> [    1.281514] pps_core: LinuxPPS API ver. 1 registered
> [    1.282276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
> [    1.283333] PTP clock support registered
> [    1.283333] Advanced Linux Sound Architecture Driver Initialized.
> [    1.283333] PCI: Using ACPI for IRQ routing
> [    1.283333] PCI: pci_cache_line_size set to 64 bytes
> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
> [    1.286666] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
> [    1.286666] e820: reserve RAM buffer [mem 0x3f7ff000-0x3fffffff]
> [    1.286871] Bluetooth: Core ver 2.16
> [    1.290033] NET: Registered protocol family 31
> [    1.292390] Bluetooth: HCI device and connection manager initialized
> [    1.293333] Bluetooth: HCI socket layer initialized
> [    1.293333] Bluetooth: L2CAP socket layer initialized
> [    1.293333] Bluetooth: SCO socket layer initialized
> [    1.293333] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
> [    1.293333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> [    1.293333] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
> [    1.296395] Switched to clocksource xen
> [    1.296666] FS-Cache: Loaded
> [    1.297469] pnp: PnP ACPI init
> [    1.298746] ACPI: bus type PNP registered
> [    1.300356] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
> [    1.301894] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    1.303518] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
> [    1.305522] system 00:02: [io  0x08a0-0x08a3] has been reserved
> [    1.307001] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
> [    1.310024] system 00:02: [io  0x04d0-0x04d1] has been reserved
> [    1.320627] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    1.351879] pnp 00:03: [dma 4]
> [    1.357740] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
> [    1.362206] xen: --> pirq=16 -> irq=8 (gsi=8)
> [    1.363806] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    1.365710] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
> [    1.367661] xen: --> pirq=17 -> irq=12 (gsi=12)
> [    1.369285] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
> [    1.370851] xen: --> pirq=18 -> irq=1 (gsi=1)
> [    1.372569] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
> [    1.374663] xen: --> pirq=19 -> irq=6 (gsi=6)
> [    1.376869] pnp 00:08: [dma 2]
> [    1.378403] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
> [    1.381042] xen: --> pirq=20 -> irq=4 (gsi=4)
> [    1.382981] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
> [    1.384588] xen: --> pirq=21 -> irq=7 (gsi=7)
> [    1.386128] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
> [    1.388124] system 00:0b: [io  0xae00-0xae0f] has been reserved
> [    1.389607] system 00:0b: [io  0xb044-0xb047] has been reserved
> [    1.391028] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    1.393084] pnp: PnP ACPI: found 12 devices
> [    1.394550] ACPI: bus type PNP unregistered
> [    1.413954] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> [    1.415535] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> [    1.417203] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> [    1.418685] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
> [    1.420210] NET: Registered protocol family 2
> [    1.422209] TCP established hash table entries: 8192 (order: 5, 131072 bytes)
> [    1.424041] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
> [    1.426660] TCP: Hash tables configured (established 8192 bind 8192)
> [    1.428756] TCP: reno registered
> [    1.430133] UDP hash table entries: 512 (order: 4, 81920 bytes)
> [    1.431591] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
> [    1.433355] NET: Registered protocol family 1
> [    1.434814] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
> [    1.436159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
> [    1.437611] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
> [    1.439161] pci 0000:00:01.0: PIIX3: Enabling Passive Release
> [    1.440771] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
> [    1.442572] pci 0000:00:01.0: Activating ISA DMA hang workarounds
> [    1.444555] pci 0000:00:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
> [    1.447397] xen: --> pirq=22 -> irq=23 (gsi=23)
> [    1.452957] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
> [    1.454614] pci 0000:00:02.0: Boot video device
> [    1.456105] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
> [    1.457984] pci 0000:00:05.0: Boot video device
> [    1.459683] PCI: CLS 0 bytes, default 64
> [    1.461462] Trying to unpack rootfs image as initramfs...
> [    1.543512] Freeing initrd memory: 4996K (ffff88003762e000 - ffff880037b0f000)
> [    1.553915] DMA-API: preallocated 65536 debug entries
> [    1.555928] DMA-API: debugging enabled by kernel config
> [    1.559170] Scanning for low memory corruption every 60 seconds
> [    1.564307] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
> [    1.568143] audit: initializing netlink socket (disabled)
> [    1.569592] type=2000 audit(1379409313.121:1): initialized
> [    1.571623] bounce pool size: 64 pages
> [    1.572971] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    1.589346] VFS: Disk quotas dquot_6.5.2
> [    1.591062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    1.596280] NTFS driver 2.1.30 [Flags: R/W].
> [    1.598516] fuse init (API version 7.22)
> [    1.601515] bio: create slab <bio-1> at 1
> [    1.604032] Btrfs loaded
> [    1.606549] GFS2 installed
> [    1.608181] ceph: loaded (mds proto 32)
> [    1.609650] msgmni has been set to 1946
> [    1.612868] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
> [    1.615969] io scheduler noop registered
> [    1.620128] io scheduler deadline registered
> [    1.622091] io scheduler cfq registered (default)
> [    1.625114] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
> [    1.626889] crc32: self tests passed, processed 225944 bytes in 122522 nsec
> [    1.628486] crc32c: CRC_LE_BITS = 64
> [    1.629942] crc32c: self tests passed, processed 225944 bytes in 61570 nsec
> [    1.632530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    1.634759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [    1.636224] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
> [    1.638321] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
> [    1.640530] cpcihp_generic: not configured, disabling.
> [    1.642226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
> [    1.645585] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
> [    1.648766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
> [    1.651005] ACPI: Power Button [PWRF]
> [    1.652541] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
> [    1.654770] ACPI: Sleep Button [SLPF]
> [    1.664469] xen:xen_evtchn: Event-channel device installed
> [    1.669021] xen: --> pirq=23 -> irq=28 (gsi=28)
> [    1.670635] xen:grant_table: Grant tables using version 1 layout
> [    1.672167] Grant table initialized
> [    1.676292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    1.715980] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
> [    1.738514] Linux agpgart interface v0.103
> [    1.740804] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
> [    1.742909] Hangcheck: Using getrawmonotonic().
> [    1.744843] [drm] Initialized drm 1.1.0 20060810
> [    1.746503] [drm] radeon kernel modesetting enabled.
> [    1.747964] [drm:drm_pci_init], 
> [    1.749911] [drm:drm_get_pci_dev], 
> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
> [    1.755203] [drm:drm_get_minor], 
> [    1.757902] [drm:drm_get_minor], new minor assigned 64
> [    1.760337] [drm:drm_get_minor], 
> [    1.762547] [drm:drm_get_minor], new minor assigned 0
> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
> [    1.767705] [drm] register mmio base: 0xF3040000
> [    1.769135] [drm] register mmio size: 131072
> [    1.770551] [drm] radeon_atrm_get_bios: failed 
> [    1.771878] [drm] radeon_acpi_vfct_bios: failed 
> [    1.773193] [drm] igp_read_bios_from_vram: failed 
> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
> [    1.777717] [drm] radeon_read_bios: succes 
> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
> [    1.789919] [drm] radeon: finishing device.
> [    1.791325] [TTM] Memory type 2 has not been initialized
> [    1.799821] [drm:drm_put_minor], release secondary minor 0
> [    1.802369] [drm:drm_put_minor], release secondary minor 64
> [    1.808466] radeon: probe of 0000:00:05.0 failed with error -22
> [    1.840256] [drm:drm_pci_init], 
> [    1.845669] [drm:drm_get_pci_dev], 
> [    1.848075] [drm:drm_get_minor], 
> [    1.850354] [drm:drm_get_minor], new minor assigned 64
> [    1.852444] [drm:drm_get_minor], 
> [    1.854914] [drm:drm_get_minor], new minor assigned 0
> [    1.857213] [TTM] Zone  kernel: Available graphics memory: 498238 kiB
> [    1.858995] [TTM] Initializing pool allocator
> [    1.860330] [TTM] Initializing DMA pool allocator
> [    1.862319] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
> [    1.865161] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
> [    1.867905] [drm:drm_mode_debug_printmodeline], Modeline 25:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> [    1.870749] [drm:drm_mode_debug_printmodeline], Modeline 24:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
> [    1.873615] [drm:drm_mode_debug_printmodeline], Modeline 23:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
> [    1.876797] [drm:drm_mode_debug_printmodeline], Modeline 22:"1280x800" 60 71000 1280 1328 1360 1440 800 803 809 823 0x40 0x9
> [    1.879705] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x768" 60 79500 1280 1344 1472 1664 768 771 778 798 0x40 0x6
> [    1.882500] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x768" 60 68250 1280 1328 1360 1440 768 771 778 790 0x40 0x9
> [    1.885314] [drm:drm_mode_debug_printmodeline], Modeline 14:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> [    1.888557] [drm:drm_mode_debug_printmodeline], Modeline 9:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> [    1.891615] [drm:drm_mode_debug_printmodeline], Modeline 8:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> [    1.894857] [drm:drm_mode_debug_printmodeline], Modeline 13:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
> [    1.897622] [drm:drm_mode_debug_printmodeline], Modeline 6:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> [    1.900401] [drm:drm_setup_crtcs], 
> [    1.902276] [drm:drm_enable_connectors], connector 5 enabled? yes
> [    1.904425] [drm:drm_target_preferred], looking for cmdline mode on connector 5
> [    1.907019] [drm:drm_target_preferred], looking for preferred mode on connector 5
> [    1.910214] [drm:drm_target_preferred], found mode 1280x1024
> [    1.914217] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
> [    1.918064] [drm:drm_setup_crtcs], desired mode 1280x1024 set on crtc 3
> [    1.922808] [drm:drm_framebuffer_reference], FB ID: 10
> [    1.927686] [drm] fb mappable at 0x0
> [    1.930020] [drm] vram aper at 0x0
> [    1.932487] [drm] size 0
> [    1.934735] [drm] fb depth is 24
> [    1.936980] [drm]    pitch is 3840
> [    1.939982] fbcon: cirrusdrmfb (fb0) is primary device
> [    1.941542] [drm:drm_crtc_helper_set_config], 
> [    1.941546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [    1.941550] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
> [    1.941553] [drm:drm_crtc_helper_set_config], modes are different, full mode set
> [    1.941555] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
> [    1.941558] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> [    1.941563] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
> [    1.941565] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
> [    1.941567] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [    1.941569] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
> [    1.941572] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> [    1.941577] [drm:drm_crtc_helper_set_mode], [CRTC:3]
> [    1.953352] [drm:drm_crtc_helper_set_mode], [ENCODER:4:DAC-4] set [MODE:7:1280x1024]
> [    1.953355] [drm:drm_calc_timestamping_constants], crtc 3: hwmode: htotal 1688, vtotal 1066, vdisplay 1024
> [    1.953357] [drm:drm_calc_timestamping_constants], crtc 3: clock 108000 kHz framedur 16661185 linedur 15629, pixeldur 9
> [    1.953363] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
> [    1.953365] [drm:drm_crtc_helper_set_config], 	[CONNECTOR:5:VGA-1] set DPMS on
> [    1.953370] [drm:drm_framebuffer_reference], FB ID: 10
> [    1.953487] [drm:drm_crtc_helper_set_config], 
> [    1.953489] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [    1.953494] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [    1.953497] [drm:drm_framebuffer_reference], FB ID: 10
> [    1.953498] [drm:drm_framebuffer_unreference], FB ID: 10
> [    2.038647] [drm:drm_crtc_helper_set_config], 
> [    2.038651] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [    2.038658] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [    2.038661] [drm:drm_framebuffer_reference], FB ID: 10
> [    2.038662] [drm:drm_framebuffer_unreference], FB ID: 10
> [    2.112460] Console: switching to colour frame buffer device 160x64
> [    2.112473] [drm:drm_crtc_helper_set_config], 
> [    2.112475] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [    2.112482] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [    2.112485] [drm:drm_framebuffer_reference], FB ID: 10
> [    2.112487] [drm:drm_framebuffer_unreference], FB ID: 10
> [    2.186982] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
> [    2.188860] cirrus 0000:00:02.0: registered panic notifier
> [    2.190604] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0
> [    2.192631] [drm:drm_pci_init], 
> [    2.198055] brd: module loaded
> [    2.203121] loop: module loaded
> [    2.224917] tun: Universal TUN/TAP device driver, 1.6
> [    2.226696] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
> [    2.228570] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
> [    2.231161] e1000: Copyright (c) 1999-2006 Intel Corporation.
> [    2.232932] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
> [    2.234578] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
> [    2.237460] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
> [    2.239198] igb: Copyright (c) 2007-2013 Intel Corporation.
> [    2.242370] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
> [    2.244130] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
> [    2.246106] xen_netfront: Initialising Xen virtual ethernet driver
> [    2.253510] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
> [    2.259883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    2.261790] ehci-pci: EHCI PCI platform driver
> [    2.264122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    2.265913] ohci-pci: OHCI PCI platform driver
> [    2.268005] uhci_hcd: USB Universal Host Controller Interface driver
> [    2.270950] uhci_hcd 0000:00:01.2: enabling bus mastering
> [    2.275656] uhci_hcd 0000:00:01.2: setting latency timer to 64
> [    2.278106] uhci_hcd 0000:00:01.2: UHCI Host Controller
> [    2.280655]  xvda: xvda1 xvda2 < xvda5 >
> [    2.283105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
> [    2.287868] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
> [    2.293675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
> [    2.295560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    2.297375] usb usb1: Product: UHCI Host Controller
> [    2.299506] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
> [    2.301365] usb usb1: SerialNumber: 0000:00:01.2
> [    2.306128] hub 1-0:1.0: USB hub found
> [    2.308175] hub 1-0:1.0: 2 ports detected
> [    2.312359] usbcore: registered new interface driver usblp
> [    2.314281] usbcore: registered new interface driver usb-storage
> [    2.316546] usbcore: registered new interface driver usbserial
> [    2.318509] usbcore: registered new interface driver cp210x
> [    2.320517] usbserial: USB Serial support registered for cp210x
> [    2.322507] usbcore: registered new interface driver cypress_m8
> [    2.324603] usbserial: USB Serial support registered for DeLorme Earthmate USB
> [    2.326707] usbserial: USB Serial support registered for HID->COM RS232 Adapter
> [    2.329222] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
> [    2.332298] usbcore: registered new interface driver mos7720
> [    2.334326] usbserial: USB Serial support registered for Moschip 2 port adapter
> [    2.336296] usbcore: registered new interface driver mos7840
> [    2.339334] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
> [    2.341311] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
> [    2.372506] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    2.374921] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    2.377750] mousedev: PS/2 mouse device common for all mice
> [    2.383774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
> [    2.412740] input: Xen Virtual Keyboard as /devices/virtual/input/input3
> [    2.415113] input: Xen Virtual Pointer as /devices/virtual/input/input4
> [    2.441217] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
> [    2.443213] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram, hpet irqs
> [    2.448798] piix4_smbus 0000:00:01.3: Host SMBus controller not enabled!
> [    2.451314] lirc_dev: IR Remote Control driver registered, major 248 
> [    2.453197] IR NEC protocol handler initialized
> [    2.454994] IR RC5(x) protocol handler initialized
> [    2.456839] IR RC6 protocol handler initialized
> [    2.458729] IR JVC protocol handler initialized
> [    2.460532] IR Sony protocol handler initialized
> [    2.462373] IR RC5 (streamzap) protocol handler initialized
> [    2.464199] IR SANYO protocol handler initialized
> [    2.465933] IR MCE Keyboard/mouse protocol handler initialized
> [    2.467725] IR LIRC bridge handler initialized
> [    2.469491] cx25821: driver version 0.0.106 loaded
> [    2.471745] usbcore: registered new interface driver pvrusb2
> [    2.473480] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
> [    2.476532] pvrusb2: Debug mask is 31 (0x1f)
> [    2.487290] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
> [    2.491295] xen_wdt: Xen WatchDog Timer Driver v0.01
> [    2.533305] xen_wdt: initialized (timeout=60s, nowayout=0)
> [    2.536002] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
> [    2.539707] Bluetooth: Virtual HCI driver ver 1.3
> [    2.542258] Bluetooth: HCI UART driver ver 2.2
> [    2.543999] Bluetooth: HCI H4 protocol initialized
> [    2.545664] Bluetooth: HCI BCSP protocol initialized
> [    2.547387] Bluetooth: HCILL protocol initialized
> [    2.549059] Bluetooth: HCIATH3K protocol initialized
> [    2.550848] Bluetooth: HCI Three-wire UART (H5) protocol initialized
> [    2.552803] usbcore: registered new interface driver bcm203x
> [    2.554723] usbcore: registered new interface driver bpa10x
> [    2.556617] usbcore: registered new interface driver bfusb
> [    2.559609] usbcore: registered new interface driver btusb
> [    2.561628] usbcore: registered new interface driver ath3k
> [    2.563188] ioremap error for 0xfc001000-0xfc002000, requested 0x10, got 0x0
> [    2.565091] hidraw: raw HID events driver (C) Jiri Kosina
> [    2.568391] usbcore: registered new interface driver usbhid
> [    2.570046] usbhid: USB HID core driver
> [    2.574837] xen: --> pirq=33 -> irq=41 (gsi=41)
> [    2.578242] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
> [    2.579853] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=80
> [    2.600606] usbcore: registered new interface driver snd-usb-audio
> [    2.602765] usbcore: registered new interface driver snd-ua101
> [    2.604542] usbcore: registered new interface driver snd-usb-usx2y
> [    2.606240] usbcore: registered new interface driver snd-usb-caiaq
> [    2.607953] usbcore: registered new interface driver snd-usb-6fire
> [    2.609590] Netfilter messages via NETLINK v0.30.
> [    2.611228] nfnl_acct: registering with nfnetlink.
> [    2.613120] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
> [    2.615344] ctnetlink v0.93: registering with nfnetlink.
> [    2.618419] xt_time: kernel timezone is -0000
> [    2.619979] ip_set: protocol 6
> [    2.621538] IPVS: Registered protocols ()
> [    2.623258] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
> [    2.624923] IPVS: Creating netns size=1904 id=0
> [    2.627127] IPVS: ipvs loaded.
> [    2.629354] ip_tables: (C) 2000-2006 Netfilter Core Team
> [    2.631187] TCP: cubic registered
> [    2.632656] NET: Registered protocol family 17
> [    2.635367] Bridge firewalling registered
> [    2.636897] Ebtables v2.0 registered
> [    2.639225] Bluetooth: RFCOMM TTY layer initialized
> [    2.640742] Bluetooth: RFCOMM socket layer initialized
> [    2.642171] Bluetooth: RFCOMM ver 1.11
> [    2.643580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> [    2.645010] Bluetooth: BNEP filters: protocol multicast
> [    2.646420] Bluetooth: BNEP socket layer initialized
> [    2.647858] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
> [    2.649294] Bluetooth: HIDP socket layer initialized
> [    2.650788] Key type ceph registered
> [    2.652389] libceph: loaded (mon/osd proto 15/24)
> [    2.654437] registered taskstats version 1
> [    2.659955] xenbus_probe_frontend: Device with no driver: device/pci/0
> [    2.661879] console [netcon0] enabled
> [    2.663446] netconsole: network logging started
> [    2.665236] rtc_cmos 00:04: setting system clock to 2013-09-17 09:15:15 UTC (1379409315)
> [    2.667038] ALSA device list:
> [    2.668619]   #0: HD-Audio Generic at 0xf3090000 irq 80
> [    2.672662] Freeing unused kernel memory: 1068K (ffffffff81ef0000 - ffffffff81ffb000)
> [    2.674292] Write protecting the kernel read-only data: 14336k
> [    2.679086] Freeing unused kernel memory: 120K (ffff8800019e2000 - ffff880001a00000)
> [    2.681086] Freeing unused kernel memory: 36K (ffff880001df7000 - ffff880001e00000)
> [    2.714316] usb 1-1: new full-speed USB device number 2 using uhci_hcd
> [    3.034772] usb 1-1: New USB device found, idVendor=0627, idProduct=0001
> [    3.036432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
> [    3.038495] usb 1-1: Product: QEMU USB Tablet
> [    3.040085] usb 1-1: Manufacturer: QEMU
> [    3.041644] usb 1-1: SerialNumber: 42
> [    3.071432] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input5
> [    3.074317] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
> [    3.205535] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
> [    3.243471] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
> [    5.744943] udevd[1591]: starting version 175
> [   10.475221] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1 across:901116k SS
> [   10.505906] EXT4-fs (xvda1): re-mounted. Opts: (null)
> [   10.852323] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
> [   13.589186] [drm:drm_crtc_helper_set_config], 
> [   13.589188] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   13.589200] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   13.589203] [drm:drm_framebuffer_reference], FB ID: 10
> [   13.589204] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.219989] [drm:drm_crtc_helper_set_config], 
> [   19.219992] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.220008] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.220010] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.220011] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.291242] [drm:drm_stub_open], 
> [   19.291251] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291258] [drm:drm_setup], 
> [   19.291282] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291343] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291356] [drm:drm_release], open_count = 1
> [   19.291358] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291456] [drm:drm_lastclose], 
> [   19.291458] [drm:drm_lastclose], driver lastclose completed
> [   19.291461] [drm:drm_lastclose], lastclose completed
> [   19.291477] [drm:drm_stub_open], 
> [   19.291479] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291483] [drm:drm_setup], 
> [   19.291486] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291489] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291494] [drm:drm_release], open_count = 1
> [   19.291495] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291499] [drm:drm_lastclose], 
> [   19.291500] [drm:drm_lastclose], driver lastclose completed
> [   19.291502] [drm:drm_lastclose], lastclose completed
> [   19.291518] [drm:drm_stub_open], 
> [   19.291521] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291524] [drm:drm_setup], 
> [   19.291527] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291530] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291535] [drm:drm_release], open_count = 1
> [   19.291536] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291540] [drm:drm_lastclose], 
> [   19.291541] [drm:drm_lastclose], driver lastclose completed
> [   19.291543] [drm:drm_lastclose], lastclose completed
> [   19.291551] [drm:drm_stub_open], 
> [   19.291554] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291557] [drm:drm_setup], 
> [   19.291560] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291563] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291567] [drm:drm_release], open_count = 1
> [   19.291569] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291572] [drm:drm_lastclose], 
> [   19.291573] [drm:drm_lastclose], driver lastclose completed
> [   19.291575] [drm:drm_lastclose], lastclose completed
> [   19.291587] [drm:drm_stub_open], 
> [   19.291589] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291593] [drm:drm_setup], 
> [   19.291595] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291598] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291603] [drm:drm_release], open_count = 1
> [   19.291604] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291608] [drm:drm_lastclose], 
> [   19.291609] [drm:drm_lastclose], driver lastclose completed
> [   19.291611] [drm:drm_lastclose], lastclose completed
> [   19.291620] [drm:drm_stub_open], 
> [   19.291622] [drm:drm_open_helper], pid = 4078, minor = 0
> [   19.291626] [drm:drm_setup], 
> [   19.291628] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291631] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.291636] [drm:drm_release], open_count = 1
> [   19.291637] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
> [   19.291641] [drm:drm_lastclose], 
> [   19.291642] [drm:drm_lastclose], driver lastclose completed
> [   19.291644] [drm:drm_lastclose], lastclose completed
> [   19.302299] [drm:drm_crtc_helper_set_config], 
> [   19.302302] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.302311] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.302313] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.302314] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.302317] [drm:drm_crtc_helper_set_config], 
> [   19.302318] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.302321] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.302325] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.302326] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.302341] [drm:drm_crtc_helper_set_config], 
> [   19.302343] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.302345] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.302347] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.302348] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.514543] [drm:drm_crtc_helper_set_config], 
> [   19.514546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.514558] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.514561] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.514563] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.585682] [drm:drm_stub_open], 
> [   19.585691] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585698] [drm:drm_setup], 
> [   19.585714] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585723] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585736] [drm:drm_release], open_count = 1
> [   19.585737] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585744] [drm:drm_lastclose], 
> [   19.585746] [drm:drm_lastclose], driver lastclose completed
> [   19.585749] [drm:drm_lastclose], lastclose completed
> [   19.585761] [drm:drm_stub_open], 
> [   19.585763] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585767] [drm:drm_setup], 
> [   19.585770] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585773] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585778] [drm:drm_release], open_count = 1
> [   19.585779] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585783] [drm:drm_lastclose], 
> [   19.585784] [drm:drm_lastclose], driver lastclose completed
> [   19.585786] [drm:drm_lastclose], lastclose completed
> [   19.585802] [drm:drm_stub_open], 
> [   19.585805] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585808] [drm:drm_setup], 
> [   19.585811] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585814] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585819] [drm:drm_release], open_count = 1
> [   19.585820] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585824] [drm:drm_lastclose], 
> [   19.585825] [drm:drm_lastclose], driver lastclose completed
> [   19.585828] [drm:drm_lastclose], lastclose completed
> [   19.585846] [drm:drm_stub_open], 
> [   19.585847] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585851] [drm:drm_setup], 
> [   19.585853] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585856] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585860] [drm:drm_release], open_count = 1
> [   19.585861] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585864] [drm:drm_lastclose], 
> [   19.585865] [drm:drm_lastclose], driver lastclose completed
> [   19.585867] [drm:drm_lastclose], lastclose completed
> [   19.585878] [drm:drm_stub_open], 
> [   19.585880] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585883] [drm:drm_setup], 
> [   19.585885] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585888] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585892] [drm:drm_release], open_count = 1
> [   19.585893] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585896] [drm:drm_lastclose], 
> [   19.585898] [drm:drm_lastclose], driver lastclose completed
> [   19.585899] [drm:drm_lastclose], lastclose completed
> [   19.585907] [drm:drm_stub_open], 
> [   19.585909] [drm:drm_open_helper], pid = 4090, minor = 0
> [   19.585913] [drm:drm_setup], 
> [   19.585915] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585918] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.585921] [drm:drm_release], open_count = 1
> [   19.585923] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
> [   19.585926] [drm:drm_lastclose], 
> [   19.585927] [drm:drm_lastclose], driver lastclose completed
> [   19.585929] [drm:drm_lastclose], lastclose completed
> [   19.586613] [drm:drm_crtc_helper_set_config], 
> [   19.586615] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.586620] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.586622] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.586624] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.586626] [drm:drm_crtc_helper_set_config], 
> [   19.586627] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.586630] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.586631] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.586632] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.586653] [drm:drm_crtc_helper_set_config], 
> [   19.586654] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.586660] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.586662] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.586663] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.763917] [drm:drm_crtc_helper_set_config], 
> [   19.763919] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.763931] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.763933] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.763934] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.837433] [drm:drm_stub_open], 
> [   19.837441] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837449] [drm:drm_setup], 
> [   19.837466] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837476] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837488] [drm:drm_release], open_count = 1
> [   19.837490] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837496] [drm:drm_lastclose], 
> [   19.837498] [drm:drm_lastclose], driver lastclose completed
> [   19.837501] [drm:drm_lastclose], lastclose completed
> [   19.837513] [drm:drm_stub_open], 
> [   19.837515] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837519] [drm:drm_setup], 
> [   19.837522] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837525] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837529] [drm:drm_release], open_count = 1
> [   19.837531] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837534] [drm:drm_lastclose], 
> [   19.837536] [drm:drm_lastclose], driver lastclose completed
> [   19.837538] [drm:drm_lastclose], lastclose completed
> [   19.837560] [drm:drm_stub_open], 
> [   19.837563] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837567] [drm:drm_setup], 
> [   19.837570] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837573] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837577] [drm:drm_release], open_count = 1
> [   19.837579] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837582] [drm:drm_lastclose], 
> [   19.837584] [drm:drm_lastclose], driver lastclose completed
> [   19.837585] [drm:drm_lastclose], lastclose completed
> [   19.837594] [drm:drm_stub_open], 
> [   19.837596] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837600] [drm:drm_setup], 
> [   19.837603] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837606] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837610] [drm:drm_release], open_count = 1
> [   19.837612] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837615] [drm:drm_lastclose], 
> [   19.837616] [drm:drm_lastclose], driver lastclose completed
> [   19.837618] [drm:drm_lastclose], lastclose completed
> [   19.837629] [drm:drm_stub_open], 
> [   19.837631] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837635] [drm:drm_setup], 
> [   19.837638] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837641] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837645] [drm:drm_release], open_count = 1
> [   19.837647] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837650] [drm:drm_lastclose], 
> [   19.837651] [drm:drm_lastclose], driver lastclose completed
> [   19.837653] [drm:drm_lastclose], lastclose completed
> [   19.837662] [drm:drm_stub_open], 
> [   19.837664] [drm:drm_open_helper], pid = 4093, minor = 0
> [   19.837668] [drm:drm_setup], 
> [   19.837671] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837674] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   19.837678] [drm:drm_release], open_count = 1
> [   19.837680] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
> [   19.837683] [drm:drm_lastclose], 
> [   19.837685] [drm:drm_lastclose], driver lastclose completed
> [   19.837686] [drm:drm_lastclose], lastclose completed
> [   19.838347] [drm:drm_crtc_helper_set_config], 
> [   19.838349] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.838355] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.838358] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.838359] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.838361] [drm:drm_crtc_helper_set_config], 
> [   19.838363] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.838365] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.838367] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.838368] [drm:drm_framebuffer_unreference], FB ID: 10
> [   19.838382] [drm:drm_crtc_helper_set_config], 
> [   19.838383] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   19.838385] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   19.838387] [drm:drm_framebuffer_reference], FB ID: 10
> [   19.838388] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.047717] [drm:drm_crtc_helper_set_config], 
> [   20.047720] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.047727] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.047730] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.047731] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.133510] [drm:drm_stub_open], 
> [   20.133519] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133528] [drm:drm_setup], 
> [   20.133547] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133558] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133576] [drm:drm_release], open_count = 1
> [   20.133578] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133585] [drm:drm_lastclose], 
> [   20.133587] [drm:drm_lastclose], driver lastclose completed
> [   20.133590] [drm:drm_lastclose], lastclose completed
> [   20.133604] [drm:drm_stub_open], 
> [   20.133606] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133610] [drm:drm_setup], 
> [   20.133613] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133616] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133621] [drm:drm_release], open_count = 1
> [   20.133623] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133626] [drm:drm_lastclose], 
> [   20.133628] [drm:drm_lastclose], driver lastclose completed
> [   20.133630] [drm:drm_lastclose], lastclose completed
> [   20.133646] [drm:drm_stub_open], 
> [   20.133648] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133652] [drm:drm_setup], 
> [   20.133655] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133658] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133662] [drm:drm_release], open_count = 1
> [   20.133664] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133668] [drm:drm_lastclose], 
> [   20.133669] [drm:drm_lastclose], driver lastclose completed
> [   20.133671] [drm:drm_lastclose], lastclose completed
> [   20.133680] [drm:drm_stub_open], 
> [   20.133682] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133686] [drm:drm_setup], 
> [   20.133688] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133691] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133696] [drm:drm_release], open_count = 1
> [   20.133697] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133700] [drm:drm_lastclose], 
> [   20.133702] [drm:drm_lastclose], driver lastclose completed
> [   20.133704] [drm:drm_lastclose], lastclose completed
> [   20.133715] [drm:drm_stub_open], 
> [   20.133718] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133721] [drm:drm_setup], 
> [   20.133724] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133727] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133731] [drm:drm_release], open_count = 1
> [   20.133733] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133736] [drm:drm_lastclose], 
> [   20.133738] [drm:drm_lastclose], driver lastclose completed
> [   20.133740] [drm:drm_lastclose], lastclose completed
> [   20.133749] [drm:drm_stub_open], 
> [   20.133751] [drm:drm_open_helper], pid = 4096, minor = 0
> [   20.133754] [drm:drm_setup], 
> [   20.133757] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133760] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.133764] [drm:drm_release], open_count = 1
> [   20.133766] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
> [   20.133769] [drm:drm_lastclose], 
> [   20.133771] [drm:drm_lastclose], driver lastclose completed
> [   20.133773] [drm:drm_lastclose], lastclose completed
> [   20.134412] [drm:drm_crtc_helper_set_config], 
> [   20.134413] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.134420] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.134422] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.134423] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.134426] [drm:drm_crtc_helper_set_config], 
> [   20.134427] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.134429] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.134431] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.134432] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.134445] [drm:drm_crtc_helper_set_config], 
> [   20.134446] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.134449] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.134450] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.134451] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.316278] [drm:drm_crtc_helper_set_config], 
> [   20.316280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.316287] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.316290] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.316291] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.392394] [drm:drm_stub_open], 
> [   20.392411] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392418] [drm:drm_setup], 
> [   20.392437] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392447] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392460] [drm:drm_release], open_count = 1
> [   20.392462] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392468] [drm:drm_lastclose], 
> [   20.392470] [drm:drm_lastclose], driver lastclose completed
> [   20.392472] [drm:drm_lastclose], lastclose completed
> [   20.392485] [drm:drm_stub_open], 
> [   20.392488] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392491] [drm:drm_setup], 
> [   20.392494] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392497] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392502] [drm:drm_release], open_count = 1
> [   20.392503] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392507] [drm:drm_lastclose], 
> [   20.392508] [drm:drm_lastclose], driver lastclose completed
> [   20.392510] [drm:drm_lastclose], lastclose completed
> [   20.392527] [drm:drm_stub_open], 
> [   20.392529] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392533] [drm:drm_setup], 
> [   20.392536] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392539] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392543] [drm:drm_release], open_count = 1
> [   20.392545] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392548] [drm:drm_lastclose], 
> [   20.392550] [drm:drm_lastclose], driver lastclose completed
> [   20.392551] [drm:drm_lastclose], lastclose completed
> [   20.392560] [drm:drm_stub_open], 
> [   20.392562] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392566] [drm:drm_setup], 
> [   20.392569] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392572] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392576] [drm:drm_release], open_count = 1
> [   20.392578] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392581] [drm:drm_lastclose], 
> [   20.392582] [drm:drm_lastclose], driver lastclose completed
> [   20.392584] [drm:drm_lastclose], lastclose completed
> [   20.392595] [drm:drm_stub_open], 
> [   20.392598] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392601] [drm:drm_setup], 
> [   20.392604] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392607] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392611] [drm:drm_release], open_count = 1
> [   20.392613] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392616] [drm:drm_lastclose], 
> [   20.392618] [drm:drm_lastclose], driver lastclose completed
> [   20.392620] [drm:drm_lastclose], lastclose completed
> [   20.392629] [drm:drm_stub_open], 
> [   20.392631] [drm:drm_open_helper], pid = 4099, minor = 0
> [   20.392635] [drm:drm_setup], 
> [   20.392637] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392640] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.392644] [drm:drm_release], open_count = 1
> [   20.392646] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
> [   20.392649] [drm:drm_lastclose], 
> [   20.392651] [drm:drm_lastclose], driver lastclose completed
> [   20.392653] [drm:drm_lastclose], lastclose completed
> [   20.393266] [drm:drm_crtc_helper_set_config], 
> [   20.393268] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.393274] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.393276] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.393277] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.393279] [drm:drm_crtc_helper_set_config], 
> [   20.393280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.393283] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.393284] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.393285] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.393298] [drm:drm_crtc_helper_set_config], 
> [   20.393299] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.393301] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.393303] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.393303] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.575204] [drm:drm_crtc_helper_set_config], 
> [   20.575206] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.575213] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.575215] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.575216] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.654491] [drm:drm_stub_open], 
> [   20.654500] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654508] [drm:drm_setup], 
> [   20.654524] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654534] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654551] [drm:drm_release], open_count = 1
> [   20.654553] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654562] [drm:drm_lastclose], 
> [   20.654566] [drm:drm_lastclose], driver lastclose completed
> [   20.654570] [drm:drm_lastclose], lastclose completed
> [   20.654589] [drm:drm_stub_open], 
> [   20.654591] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654595] [drm:drm_setup], 
> [   20.654598] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654601] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654605] [drm:drm_release], open_count = 1
> [   20.654607] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654611] [drm:drm_lastclose], 
> [   20.654612] [drm:drm_lastclose], driver lastclose completed
> [   20.654614] [drm:drm_lastclose], lastclose completed
> [   20.654629] [drm:drm_stub_open], 
> [   20.654631] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654635] [drm:drm_setup], 
> [   20.654638] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654641] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654645] [drm:drm_release], open_count = 1
> [   20.654647] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654650] [drm:drm_lastclose], 
> [   20.654652] [drm:drm_lastclose], driver lastclose completed
> [   20.654654] [drm:drm_lastclose], lastclose completed
> [   20.654662] [drm:drm_stub_open], 
> [   20.654665] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654668] [drm:drm_setup], 
> [   20.654671] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654674] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654678] [drm:drm_release], open_count = 1
> [   20.654680] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654683] [drm:drm_lastclose], 
> [   20.654685] [drm:drm_lastclose], driver lastclose completed
> [   20.654687] [drm:drm_lastclose], lastclose completed
> [   20.654697] [drm:drm_stub_open], 
> [   20.654700] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654703] [drm:drm_setup], 
> [   20.654706] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654709] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654713] [drm:drm_release], open_count = 1
> [   20.654715] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654718] [drm:drm_lastclose], 
> [   20.654720] [drm:drm_lastclose], driver lastclose completed
> [   20.654722] [drm:drm_lastclose], lastclose completed
> [   20.654730] [drm:drm_stub_open], 
> [   20.654733] [drm:drm_open_helper], pid = 4102, minor = 0
> [   20.654736] [drm:drm_setup], 
> [   20.654739] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654742] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
> [   20.654746] [drm:drm_release], open_count = 1
> [   20.654748] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
> [   20.654751] [drm:drm_lastclose], 
> [   20.654753] [drm:drm_lastclose], driver lastclose completed
> [   20.654755] [drm:drm_lastclose], lastclose completed
> [   20.655318] [drm:drm_crtc_helper_set_config], 
> [   20.655320] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.655326] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.655328] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.655329] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.655331] [drm:drm_crtc_helper_set_config], 
> [   20.655332] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.655334] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.655336] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.655337] [drm:drm_framebuffer_unreference], FB ID: 10
> [   20.655350] [drm:drm_crtc_helper_set_config], 
> [   20.655351] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
> [   20.655353] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
> [   20.655355] [drm:drm_framebuffer_reference], FB ID: 10
> [   20.655356] [drm:drm_framebuffer_unreference], FB ID: 10

> 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
> 	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
> 	Control: I/O- 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: [b]
> 		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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
> 	Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
> 	Control: I/O- 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 10
> 	Capabilities: [40] Secure device <?>
> 	Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee0100c  Data: 4128
> 	Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+
> 
> 00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
> 	I/O behind bridge: 0000e000-0000efff
> 	Memory behind bridge: fa000000-fe9fffff
> 	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
> 	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #1, PowerLimit 25.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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
> 	I/O behind bridge: 0000d000-0000dfff
> 	Memory behind bridge: f9f00000-f9ffffff
> 	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
> 	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 #1, Speed 5GT/s, Width x8, 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 #3, PowerLimit 25.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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
> 	I/O behind bridge: 0000c000-0000cfff
> 	Memory behind bridge: f9e00000-f9efffff
> 	Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
> 	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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #5, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
> 	I/O behind bridge: 0000b000-0000bfff
> 	Memory behind bridge: f9d00000-f9dfffff
> 	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
> 	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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #6, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: f9c00000-f9cfffff
> 	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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #9, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: f9a00000-f9bfffff
> 	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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #2, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
> 		Address: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
> 	I/O behind bridge: 0000a000-0000afff
> 	Memory behind bridge: f9900000-f99fffff
> 	Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
> 	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #5, PowerLimit 25.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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: f9800000-f98fffff
> 	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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #6, PowerLimit 11.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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
> 	Memory behind bridge: f9700000-f97fffff
> 	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 5GT/s, Width x1, 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+ ARIFwd+
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 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: fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
> 	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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 128
> 	Region 0: I/O ports at 6000 [size=8]
> 	Region 1: I/O ports at 5000 [size=4]
> 	Region 2: I/O ports at 3000 [size=8]
> 	Region 3: I/O ports at 2000 [size=4]
> 	Region 4: I/O ports at 1000 [size=16]
> 	Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
> 	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
> 		Address: 00000000fee0100c  Data: 4000
> 	Capabilities: [70] SATA HBA v1.0 InCfgSpace
> 	Capabilities: [a4] PCI Advanced Features
> 		AFCap: TP+ FLR+
> 		AFCtrl: FLR-
> 		AFStatus: TP-
> 	Kernel driver in use: ahci
> 
> 00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95f7000 (32-bit, non-prefetchable) [size=4K]
> 	Kernel driver in use: ohci-pci
> 
> 00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95fc000 (32-bit, non-prefetchable) [size=4K]
> 	Kernel driver in use: ohci-pci
> 
> 00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
> 	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-
> 	Kernel driver in use: piix4_smbus
> 
> 00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 64, Cache Line Size: 64 bytes
> 	Interrupt: pin A routed to IRQ 16
> 	Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
> 	Capabilities: [50] Power Management version 2
> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> 	Kernel driver in use: snd_hda_intel
> 
> 00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
> 	I/O behind bridge: 00009000-00009fff
> 	Memory behind bridge: fff00000-000fffff
> 	Prefetchable memory behind bridge: fff00000-000fffff
> 	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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95fd000 (32-bit, non-prefetchable) [size=4K]
> 	Kernel driver in use: ohci-pci
> 
> 00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
> 	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: fff00000-000fffff
> 	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
> 	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
> 	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
> 		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
> 	Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, 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 unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
> 			Slot #32, 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+ ARIFwd-
> 		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee3f00c  Data: 4000
> 	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
> 	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Kernel driver in use: pcieport
> 
> 00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95fe000 (32-bit, non-prefetchable) [size=4K]
> 	Kernel driver in use: ohci-pci
> 
> 00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
> 	Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
> 		Revision ID: 3.00
> 		Link Frequency: [b]
> 		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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
> 	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
> 	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
> 	Control: I/O- 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
> 
> 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
> 	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 
> 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
> 	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
> 	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 (500ns min, 6000ns max)
> 	Interrupt: pin A routed to IRQ 22
> 	Region 0: I/O ports at 9800 [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-
> 	Kernel driver in use: pciback
> 
> 04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
> 	Control: I/O- 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 40
> 	Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [size=8K]
> 	Capabilities: [50] Power Management version 3
> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
> 		Vector table: BAR=0 offset=00001000
> 		PBA: BAR=0 offset=00001080
> 	Capabilities: [a0] Express (v2) Endpoint, MSI 00
> 		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
> 			ClockPM+ Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
> 			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -3.5dB, 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: 14, GenCap- CGenEn- ChkCap- ChkEn-
> 	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
> 	Capabilities: [150 v1] Latency Tolerance Reporting
> 		Max snoop latency: 0ns
> 		Max no snoop latency: 0ns
> 	Kernel driver in use: pciback
> 
> 05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
> 	I/O behind bridge: 0000f000-00000fff
> 	Memory behind bridge: f9800000-f98fffff
> 	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
> 	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
> 	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
> 		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
> 	Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [80] Subsystem: Device [0000:0000]
> 	Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
> 		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
> 			ClockPM- Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 	Capabilities: [100 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
> 		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
> 
> 06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
> 	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
> 	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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
> 	Interrupt: pin A routed to IRQ 37
> 	Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [size=4K]
> 	Capabilities: [40] Power Management version 2
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> 	Kernel driver in use: pciback
> 
> 06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
> 	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
> 	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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
> 	Interrupt: pin B routed to IRQ 38
> 	Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [size=4K]
> 	Capabilities: [40] Power Management version 2
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> 	Kernel driver in use: pciback
> 
> 06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) (prog-if 20 [EHCI])
> 	Subsystem: Device [1838:1074]
> 	Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Interrupt: pin C routed to IRQ 39
> 	Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [size=256]
> 	Capabilities: [40] Power Management version 2
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
> 		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> 	Kernel driver in use: pciback
> 
> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> 	Subsystem: PC Partner Limited Device [174b:e193]
> 	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Interrupt: pin A routed to IRQ 32
> 	Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
> 	Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
> 	Region 4: I/O ports at a000 [disabled] [size=256]
> 	Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Capabilities: [150 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
> 	Kernel driver in use: pciback
> 
> 07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> 	Subsystem: PC Partner Limited Device [174b:aa90]
> 	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Interrupt: pin B routed to IRQ 33
> 	Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
> 	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) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee1000c  Data: 4000
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Capabilities: [150 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
> 	Kernel driver in use: pciback
> 
> 08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Interrupt: pin A routed to IRQ 47
> 	Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M]
> 	Capabilities: [40] Express (v1) Endpoint, MSI 00
> 		DevCap:	MaxPayload 128 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+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
> 			ClockPM- Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
> 	Capabilities: [80] Power Management version 3
> 		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [90] Vital Product Data
> 		Unknown small resource type 00, will not decode more.
> 	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [100 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
> 	Capabilities: [200 v1] Virtual Channel
> 		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
> 		Arb:	Fixed+ WRR32+ WRR64+ WRR128-
> 		Ctrl:	ArbSelect=WRR64
> 		Status:	InProgress-
> 		Port Arbitration Table [240] <?>
> 		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> 			Status:	NegoPending- InProgress-
> 		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
> 			Status:	NegoPending- InProgress-
> 	Kernel driver in use: pciback
> 
> 09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0, Cache Line Size: 64 bytes
> 	Interrupt: pin A routed to IRQ 48
> 	Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
> 	Capabilities: [50] Power Management version 3
> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
> 		Vector table: BAR=0 offset=00001000
> 		PBA: BAR=0 offset=00001080
> 	Capabilities: [a0] Express (v2) Endpoint, MSI 00
> 		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
> 			ClockPM+ Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
> 			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -3.5dB, 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 ff-ff-ff-ff-ff-ff-ff-ff
> 	Capabilities: [150 v1] Latency Tolerance Reporting
> 		Max snoop latency: 0ns
> 		Max no snoop latency: 0ns
> 	Kernel driver in use: xhci_hcd
> 
> 0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	Control: I/O+ 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 130
> 	Region 0: I/O ports at b800 [size=256]
> 	Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
> 	Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
> 	Expansion ROM at f9de0000 [disabled] [size=128K]
> 	Capabilities: [40] Power Management version 3
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee0100c  Data: 4000
> 	Capabilities: [70] Express (v2) Endpoint, MSI 01
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
> 		Vector table: BAR=4 offset=00000000
> 		PBA: BAR=4 offset=00000800
> 	Capabilities: [cc] Vital Product Data
> 		Unknown small resource type 00, will not decode more.
> 	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] Virtual Channel
> 		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
> 		Arb:	Fixed- WRR32- WRR64- WRR128-
> 		Ctrl:	ArbSelect=Fixed
> 		Status:	InProgress-
> 		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> 			Status:	NegoPending- InProgress-
> 	Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
> 	Kernel driver in use: r8169
> 
> 0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
> 	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> 	Control: I/O+ 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 129
> 	Region 0: I/O ports at c800 [size=256]
> 	Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
> 	Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
> 	Expansion ROM at f9ee0000 [disabled] [size=128K]
> 	Capabilities: [40] Power Management version 3
> 		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee0100c  Data: 4000
> 	Capabilities: [70] Express (v2) Endpoint, MSI 01
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
> 			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
> 			MaxPayload 128 bytes, MaxReadReq 4096 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
> 		Vector table: BAR=4 offset=00000000
> 		PBA: BAR=4 offset=00000800
> 	Capabilities: [cc] Vital Product Data
> 		Unknown small resource type 00, will not decode more.
> 	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] Virtual Channel
> 		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
> 		Arb:	Fixed- WRR32- WRR64- WRR128-
> 		Ctrl:	ArbSelect=Fixed
> 		Status:	InProgress-
> 		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> 			Status:	NegoPending- InProgress-
> 	Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
> 	Kernel driver in use: r8169
> 
> 0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> 	Subsystem: PC Partner Limited Device [174b:e193]
> 	Control: I/O+ 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 127
> 	Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
> 	Region 2: Memory at f9fc0000 (64-bit, non-prefetchable) [size=128K]
> 	Region 4: I/O ports at d000 [size=256]
> 	Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 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: 00000000fee0100c  Data: 4000
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Capabilities: [150 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
> 	Kernel driver in use: radeon
> 
> 0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> 	Subsystem: PC Partner Limited Device [174b:aa90]
> 	Control: I/O+ 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 138
> 	Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K]
> 	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) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 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: 00000000fee0100c  Data: 4000
> 	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
> 	Capabilities: [150 v1] Advanced Error Reporting
> 		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> 		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> 		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
> 		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
> 	Kernel driver in use: snd_hda_intel
> 
> 0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
> 	Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
> 	Control: I/O+ 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 10
> 	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
> 	Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
> 	Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
> 	Region 5: I/O ports at e800 [size=128]
> 	Expansion ROM at fe9e0000 [disabled] [size=128K]
> 	Capabilities: [60] Power Management version 3
> 		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
> 		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
> 	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [78] Express (v1) Endpoint, MSI 00
> 		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
> 			ClockPM- Surprise- LLActRep- BwNot-
> 		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
> 			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
> 		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 	Capabilities: [100 v1] Virtual Channel
> 		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
> 		Arb:	Fixed- WRR32- WRR64- WRR128-
> 		Ctrl:	ArbSelect=Fixed
> 		Status:	InProgress-
> 		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
> 			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
> 			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> 			Status:	NegoPending- InProgress-
> 	Capabilities: [128 v1] Power Budgeting <?>
> 	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
> 

> 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 
> 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Physical Slot: 1
> 	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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Physical Slot: 1
> 	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
> 	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
> 	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
> 	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
> 	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
> 	Region 4: I/O ports at c260 [size=16]
> 
> 00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Physical Slot: 1
> 	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Interrupt: pin D routed to IRQ 23
> 	Region 4: I/O ports at c240 [size=32]
> 	Kernel driver in use: uhci_hcd
> 
> 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 03)
> 	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> 	Physical Slot: 1
> 	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Interrupt: pin A routed to IRQ 9
> 
> 00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
> 	Subsystem: Red Hat, Inc Device [1af4:1100]
> 	Physical Slot: 2
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
> 	Region 1: Memory at f3094000 (32-bit, non-prefetchable) [size=4K]
> 	Expansion ROM at f3080000 [disabled] [size=64K]
> 	Kernel driver in use: cirrus
> 
> 00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device [5853:0001] (rev 01)
> 	Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
> 	Physical Slot: 3
> 	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> 	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Interrupt: pin A routed to IRQ 28
> 	Region 0: I/O ports at c000 [size=256]
> 	Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
> 	Kernel driver in use: xen-platform-pci
> 
> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> 	Subsystem: PC Partner Limited Device [174b:e193]
> 	Physical Slot: 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-
> 	Interrupt: pin A routed to IRQ 36
> 	Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
> 	Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
> 	Region 4: I/O ports at c100 [size=256]
> 	Expansion ROM at f3060000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> 		Address: 0000000000000000  Data: 0000
> 	Capabilities: [100 v9] #1002
> 
> 00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> 	Subsystem: PC Partner Limited Device [174b:aa90]
> 	Physical Slot: 6
> 	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
> 	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> 	Latency: 0
> 	Interrupt: pin B routed to IRQ 80
> 	Region 0: Memory at f3090000 (64-bit, non-prefetchable) [size=16K]
> 	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) Legacy Endpoint, MSI 00
> 		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
> 			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
> 		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
> 			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> 			MaxPayload 128 bytes, MaxReadReq 512 bytes
> 		DevSta:	CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
> 		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
> 		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
> 		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> 		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
> 			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
> 			 Compliance De-emphasis: -6dB
> 		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
> 			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
> 	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
> 		Address: 00000000fee57000  Data: 4300
> 	Capabilities: [100 v0] #1002
> 	Kernel driver in use: snd_hda_intel
> 

> libxl: debug: libxl_create.c:1233:do_domain_create: ao 0x1643f40: create: how=(nil) callback=(nil) poller=0x1643fa0
> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=unknown
> libxl: debug: libxl_device.c:296:libxl__device_disk_set_backend: Disk vdev=hda, using backend phy
> libxl: debug: libxl_create.c:678:initiate_domain_create: running bootloader
> libxl: debug: libxl_bootloader.c:321:libxl__bootloader_run: not a PV domain, skipping bootloader
> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644308: deregister unregistered
> xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0x9efa8
> xc: detail: elf_parse_binary: memory: 0x100000 -> 0x19efa8
> xc: detail: VIRTUAL MEMORY ARRANGEMENT:
>   Loader:        0000000000100000->000000000019efa8
>   Modules:       0000000000000000->0000000000000000
>   TOTAL:         0000000000000000->000000003f800000
>   ENTRY ADDRESS: 0000000000100000
> xc: detail: PHYSICAL MEMORY ALLOCATION:
>   4KB PAGES: 0x0000000000000200
>   2MB PAGES: 0x00000000000001fb
>   1GB PAGES: 0x0000000000000000
> xc: detail: elf_load_binary: phdr 0 at 0x7f6937d66000 -> 0x7f6937dfbe2d
> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=phy
> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: register slotnum=3
> libxl: debug: libxl_create.c:1246:do_domain_create: ao 0x1643f40: inprogress: poller=0x1643fa0, flags=i
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 still waiting state 1
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 ok
> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: deregister slotnum=3
> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1645758: deregister unregistered
> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/block add
> libxl: debug: libxl_dm.c:1234:libxl__spawn_local_dm: Spawning device-model /usr/local/lib/xen/bin/qemu-system-i386 with arguments:
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   /usr/local/lib/xen/bin/qemu-system-i386
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -xen-domid
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   19
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -chardev
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-19,server,nowait
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -mon
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   chardev=libxl-cmd,mode=control
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -name
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xbmc
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vnc
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   172.16.1.1:9,password,to=99
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   isa-fdc.driveA=
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -serial
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   pty
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vga
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   cirrus
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   vga.vram_size_mb=8
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -boot
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   order=c
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usb
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usbdevice
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   tablet
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -smp
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   2,maxcpus=2
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -device
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   e1000,id=nic0,netdev=net0,mac=00:16:3a:c6:76:65
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -netdev
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   type=tap,id=net0,ifname=vif19.0-emu,script=no,downscript=no
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -M
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xenfv
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -m
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   1016
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -drive
> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   file=/dev/xen_vms/xbmc,if=ide,index=0,media=disk,format=raw,cache=writeback
> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: register slotnum=3
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: deregister slotnum=3
> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644540: deregister unregistered
> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "qmp_capabilities",
>     "id": 1
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "query-chardev",
>     "id": 2
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "change",
>     "id": 3,
>     "arguments": {
>         "device": "vnc",
>         "target": "password",
>         "arg": "test"
>     }
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "query-vnc",
>     "id": 4
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: register slotnum=3
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 still waiting state 1
> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 ok
> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: deregister slotnum=3
> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x16439b8: deregister unregistered
> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge online
> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge add
> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "qmp_capabilities",
>     "id": 1
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "device_add",
>     "id": 2,
>     "arguments": {
>         "driver": "xen-pci-passthrough",
>         "id": "pci-pt-07_00.0",
>         "hostaddr": "0000:07:00.0"
>     }
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "query-pci",
>     "id": 3
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "qmp_capabilities",
>     "id": 1
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "device_add",
>     "id": 2,
>     "arguments": {
>         "driver": "xen-pci-passthrough",
>         "id": "pci-pt-07_00.1",
>         "hostaddr": "0000:07:00.1"
>     }
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>     "execute": "query-pci",
>     "id": 3
> }
> '
> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> libxl: debug: libxl_pci.c:81:libxl__create_pci_backend: Creating pci backend
> libxl: debug: libxl_event.c:1737:libxl__ao_progress_report: ao 0x1643f40: progress report: ignored
> libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x1643f40: complete, rc=0
> libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x1643f40: destroy
> xc: debug: hypercall buffer: total allocations:518 total releases:518
> xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
> xc: debug: hypercall buffer: cache current size:2
> xc: debug: hypercall buffer: cache hits:514 misses:2 toobig:2
> Parsing config from /etc/xen/domU/production/xbmc.cfg
> Daemon running with PID 2901

> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=32 g_gsi=36 device=5 intx=0
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x700, domain = 0, paging mode = 3
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x47e8a2000, domain = 19, paging mode = 4
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom19
> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=33 g_gsi=41 device=6 intx=1
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x701, domain = 0, paging mode = 3
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x47e8a2000, domain = 19, paging mode = 4
> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to dom19
> (d19) [2013-09-17 09:14:57] HVM Loader
> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
> (d19) [2013-09-17 09:14:57] Xenbus rings @0xfeffc000, event channel 4
> (d19) [2013-09-17 09:14:57] System requested SeaBIOS
> (d19) [2013-09-17 09:14:57] CPU speed is 3200 MHz
> (d19) [2013-09-17 09:14:57] Relocating guest memory for lowmem MMIO space disabled
> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 0 changed 0 -> 5
> (d19) [2013-09-17 09:14:57] PCI-ISA link 0 routed to IRQ5
> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 1 changed 0 -> 10
> (d19) [2013-09-17 09:14:57] PCI-ISA link 1 routed to IRQ10
> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 2 changed 0 -> 11
> (d19) [2013-09-17 09:14:57] PCI-ISA link 2 routed to IRQ11
> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 3 changed 0 -> 5
> (d19) [2013-09-17 09:14:57] PCI-ISA link 3 routed to IRQ5
> (d19) [2013-09-17 09:14:57] pci dev 01:2 INTD->IRQ5
> (d19) [2013-09-17 09:14:57] pci dev 01:3 INTA->IRQ10
> (d19) [2013-09-17 09:14:57] pci dev 03:0 INTA->IRQ5
> (d19) [2013-09-17 09:14:57] pci dev 04:0 INTA->IRQ5
> (d19) [2013-09-17 09:14:57] pci dev 05:0 INTA->IRQ10
> (d19) [2013-09-17 09:14:57] pci dev 06:0 INTB->IRQ5
> (d19) [2013-09-17 09:14:57] No RAM in high memory; setting high_mem resource base to 100000000
> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 10 size 010000000: 0e000000c
> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 10 size 002000000: 0f0000008
> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 14 size 001000000: 0f2000008
> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 10 size 000020000: 0f3000000
> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 30 size 000020000: 0f3020000
> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 18 size 000020000: 0f3040004
> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 30 size 000020000: 0f3060000
> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 30 size 000010000: 0f3080000
> (d19) [2013-09-17 09:14:57] pci dev 06:0 bar 10 size 000004000: 0f3090004
> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 14 size 000001000: 0f3094000
> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 10 size 000000100: 00000c001
> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 20 size 000000100: 00000c101
> (XEN) [2013-09-17 09:14:57] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 14 size 000000040: 00000c201
> (d19) [2013-09-17 09:14:57] pci dev 01:2 bar 20 size 000000020: 00000c241
> (d19) [2013-09-17 09:14:57] pci dev 01:1 bar 20 size 000000010: 00000c261
> (d19) [2013-09-17 09:14:57] Multiprocessor initialisation:
> (d19) [2013-09-17 09:14:57]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
> (d19) [2013-09-17 09:14:57]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
> (d19) [2013-09-17 09:14:57] Testing HVM environment:
> (d19) [2013-09-17 09:14:57]  - REP INSB across page boundaries ... passed
> (d19) [2013-09-17 09:14:57]  - GS base MSRs and SWAPGS ... passed
> (d19) [2013-09-17 09:14:57] Passed 2 of 2 tests
> (d19) [2013-09-17 09:14:57] Writing SMBIOS tables ...
> (d19) [2013-09-17 09:14:57] Loading SeaBIOS ...
> (d19) [2013-09-17 09:14:57] Creating MP tables ...
> (d19) [2013-09-17 09:14:57] Loading ACPI ...
> (d19) [2013-09-17 09:14:57] vm86 TSS at fc00a080
> (d19) [2013-09-17 09:14:57] BIOS map:
> (d19) [2013-09-17 09:14:57]  10000-100d3: Scratch space
> (d19) [2013-09-17 09:14:57]  e0000-fffff: Main BIOS
> (d19) [2013-09-17 09:14:57] E820 table:
> (d19) [2013-09-17 09:14:57]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:000a0000 - 00000000:000e0000
> (d19) [2013-09-17 09:14:57]  [01]: 00000000:000e0000 - 00000000:00100000: RESERVED
> (d19) [2013-09-17 09:14:57]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:3f800000 - 00000000:fc000000
> (d19) [2013-09-17 09:14:57]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
> (d19) [2013-09-17 09:14:57] Invoking SeaBIOS ...
> (d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
> (d19) [2013-09-17 09:14:57] 
> (d19) [2013-09-17 09:14:57] Found Xen hypervisor signature at 40000000
> (d19) [2013-09-17 09:14:57] xen: copy e820...
> (d19) [2013-09-17 09:14:57] Ram Size=0x3f800000 (0x0000000000000000 high)
> (d19) [2013-09-17 09:14:57] Relocating low data from 0x000e42d0 to 0x000ef790 (size 2153)
> (d19) [2013-09-17 09:14:57] Relocating init from 0x000e4b39 to 0x3f7e2e80 (size 53335)
> (d19) [2013-09-17 09:14:57] CPU Mhz=3200
> (d19) [2013-09-17 09:14:57] Found 10 PCI devices (max PCI bus is 00)
> (d19) [2013-09-17 09:14:57] Allocated Xen hypercall page at 3f7ff000
> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
> (d19) [2013-09-17 09:14:57] xen: copy BIOS tables...
> (d19) [2013-09-17 09:14:57] Copying SMBIOS entry point from 0x00010010 to 0x000fdbd0
> (d19) [2013-09-17 09:14:57] Copying MPTABLE from 0xfc001160/fc001170 to 0x000fdad0
> (d19) [2013-09-17 09:14:57] Copying PIR from 0x00010030 to 0x000fda50
> (d19) [2013-09-17 09:14:57] Copying ACPI RSDP from 0x000100b0 to 0x000fda20
> (d19) [2013-09-17 09:14:57] Scan for VGA option rom
> (d19) [2013-09-17 09:14:57] Running option rom at c000:0003
> (XEN) [2013-09-17 09:14:57] stdvga.c:147:d19 entering stdvga and caching modes
> (d19) [2013-09-17 09:14:57] Turning on vga text mode console
> (d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
> (d19) [2013-09-17 09:14:57] 
> (d19) [2013-09-17 09:14:57] UHCI init on dev 00:01.2 (io=c240)
> (d19) [2013-09-17 09:14:57] Found 1 lpt ports
> (d19) [2013-09-17 09:14:57] Found 1 serial ports
> (d19) [2013-09-17 09:14:57] ATA controller 1 at 1f0/3f4/c260 (irq 14 dev 9)
> (d19) [2013-09-17 09:14:57] ATA controller 2 at 170/374/c268 (irq 15 dev 9)
> (d19) [2013-09-17 09:14:57] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (20480 MiBytes)
> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
> (d19) [2013-09-17 09:14:57] DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD]
> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@1/disk@0
> (d19) [2013-09-17 09:14:57] PS2 keyboard initialized
> (d19) [2013-09-17 09:14:57] All threads complete.
> (d19) [2013-09-17 09:14:57] Scan for option roms
> (d19) [2013-09-17 09:14:57] Running option rom at c900:0003
> (d19) [2013-09-17 09:14:57] pmm call arg1=1
> (d19) [2013-09-17 09:14:57] pmm call arg1=0
> (d19) [2013-09-17 09:14:57] pmm call arg1=1
> (d19) [2013-09-17 09:14:57] pmm call arg1=0
> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@4
> (d19) [2013-09-17 09:14:57] Press F12 for boot menu.
> (d19) [2013-09-17 09:14:57] 
> (d19) [2013-09-17 09:15:00] drive 0x000fd9d0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=41943040
> (d19) [2013-09-17 09:15:00] Space available for UMB: 000ca000-000ee800
> (d19) [2013-09-17 09:15:00] Returned 61440 bytes of ZoneHigh
> (d19) [2013-09-17 09:15:00] e820 map has 6 items:
> (d19) [2013-09-17 09:15:00]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
> (d19) [2013-09-17 09:15:00]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
> (d19) [2013-09-17 09:15:00]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
> (d19) [2013-09-17 09:15:00]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
> (d19) [2013-09-17 09:15:00]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
> (d19) [2013-09-17 09:15:00]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
> (d19) [2013-09-17 09:15:00] enter handle_19:
> (d19) [2013-09-17 09:15:00]   NULL
> (d19) [2013-09-17 09:15:00] Booting from Hard Disk...
> (d19) [2013-09-17 09:15:00] Booting from 0000:7c00
> (XEN) [2013-09-17 09:15:03] stdvga.c:151:d19 leaving stdvga
> (XEN) [2013-09-17 09:15:09] stdvga.c:147:d19 entering stdvga and caching modes
> (XEN) [2013-09-17 09:15:11] irq.c:375: Dom19 callback via changed to Direct Vector 0xf3
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:14] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
> (XEN) [2013-09-17 09:15:14] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 0 changed 5 -> 0
> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 1 changed 10 -> 0
> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 2 changed 11 -> 0
> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 3 changed 5 -> 0


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

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

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-22 13:02   ` Pasi Kärkkäinen
@ 2013-09-22 15:00     ` Sander Eikelenboom
  -1 siblings, 0 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-09-22 15:00 UTC (permalink / raw)
  To: Pasi Kärkkäinen
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini


Sunday, September 22, 2013, 3:02:45 PM, you wrote:

> On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
>> *RESEND* due to exceeding the mailinglists limit for attachment size.
>> 
>> Hi,
>> 

> Hello,

>> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
>> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
>> 
>> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
>> - When i do passtrough the device to a HVM with the same kernel:
>>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
>> 

> Did you try with qemu-dm-traditional aswell? Does it have the same problem? 

Hi Pasi,

Yes i did and yes the same problem.
From what i recall i used to have succes with vga passthrough with a secondary vga card, but that was some time ago.
I don't know which of the components (xen, dom0 kernel, domU kernel, radeon driver, qemu has changed in such a way that it fails to work now ...


But in the mean time i tried to debug it further and from what i can see:
- Only the io port en mem of the pci device are mapped through the hypervisor.
- The rom is not, (a hypercall to do the memory mapping is never made) i tried several things to get it to do the mapping, but so far failt to do so.
- It seems to be a 64bit capable device, some code comments and git commit messages seem to suggest that there were/are some problems with that (in the way the involved components interact)

--
Sander

> Thanks,

> -- Pasi

>> So I inspected the rom by using sysfs with:
>> echo 1 > /sys/bus/pci/devices/<BDF>/rom
>> cat /sys/bus/pci/devices/<BDF>/rom
>> 
>> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
>> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
>> 
>> So i tried both qemu-xen and qemu-xen-traditional, but both with the same result.
>> To see if some addresses get mangled i enabled the xen passthrough debug printk's for both qemu's and added a printk to the radeon driver to see where it tries to read the rom.
>> 
>> from dom0 lspci:
>> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>         Subsystem: PC Partner Limited Device [174b:e193]
>>         Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>         Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>         Interrupt: pin A routed to IRQ 32
>>         Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
>>         Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
>>         Region 4: I/O ports at a000 [disabled] [size=256]
>>         Expansion ROM at f99a0000 [disabled] [size=128K]
>> 
>> from qemu-dm-log:
>> vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
>> pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
>> xen_platform: changed ro/rw state of ROM memory area. now is rw state.
>> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
>> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
>> [00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
>> [00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
>> [00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx base_addr=0xf99c0000lx type: 0x4)
>> [00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx base_addr=0xa000lx type: 0x1)
>> [00:05.0] xen_pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)
>> 
>> That seems to match ...
>> 
>> from guest lspci:
>> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>         Subsystem: PC Partner Limited Device [174b:e193]
>>         Physical Slot: 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-
>>         Interrupt: pin A routed to IRQ 36
>>         Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
>>         Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
>>         Region 4: I/O ports at c100 [size=256]
>>         Expansion ROM at f3060000 [disabled] [size=128K]
>> 
>> from the radeon driver in the guest:
>> 
>> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
>> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
>> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
>> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
>> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
>> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
>> 
>> <snip>
>> 
>> [    1.744843] [drm] Initialized drm 1.1.0 20060810
>> [    1.746503] [drm] radeon kernel modesetting enabled.
>> [    1.747964] [drm:drm_pci_init], 
>> [    1.749911] [drm:drm_get_pci_dev], 
>> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
>> [    1.755203] [drm:drm_get_minor], 
>> [    1.757902] [drm:drm_get_minor], new minor assigned 64
>> [    1.760337] [drm:drm_get_minor], 
>> [    1.762547] [drm:drm_get_minor], new minor assigned 0
>> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
>> [    1.767705] [drm] register mmio base: 0xF3040000
>> [    1.769135] [drm] register mmio size: 131072
>> [    1.770551] [drm] radeon_atrm_get_bios: failed 
>> [    1.771878] [drm] radeon_acpi_vfct_bios: failed 
>> [    1.773193] [drm] igp_read_bios_from_vram: failed 
>> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
>> [    1.777717] [drm] radeon_read_bios: succes 
>> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
>> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
>> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
>> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
>> [    1.789919] [drm] radeon: finishing device.
>> 
>> So the address that the radeon_read_bios function uses, also matches.
>> 
>> So i'm pretty clueless how it ends up with the data from the cirrus rom when it's reading the right address ...
>> 
>> 
>> I'm using:
>> Xen:               Xen-unstable git:c5e9596
>> Linux dom0 + domU: 3.12-mergewindow + konrad's jumplabel patch (i also tested with 3.9.0 kernel)
>> 
>> I have attached the qemu-xen logs, but i have the qemu-xen-traditional logs as well.
>> 
>> Attached:
>> - xl-dmesg.txt                   output of "xl dmesg" with start and shutdown of the guest
>> - xl-create.txt                  output of "xl -vvvvv create" of the guest
>> - lspci-dom0.txt                 output of "lspci -vvvknn" for dom0
>> - lspci-guest.txt                output of "lspci -vvvknn" for guest
>> - qemu-dm-guest-reduced.log      qemu log, reduced to be acceptable for the mailing list.
>>                                  a complete log with all pci config reads and writes
>>                                  can be found at: http://home.eikelenboom.it/qemu-dm-guest.log
>> - dmesg-guest.txt
>> 
>> --
>> 
>> Sander

>> [    0.000000] Initializing cgroup subsys cpuset
>> [    0.000000] Initializing cgroup subsys cpu
>> [    0.000000] Initializing cgroup subsys cpuacct
>> [    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
>> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
>> [    0.000000] e820: BIOS-provided physical RAM map:
>> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
>> [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
>> [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
>> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7fefff] usable
>> [    0.000000] BIOS-e820: [mem 0x000000003f7ff000-0x000000003f7fffff] reserved
>> [    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
>> [    0.000000] NX (Execute Disable) protection: active
>> [    0.000000] SMBIOS 2.4 present.
>> [    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/17/2013
>> [    0.000000] Hypervisor detected: Xen HVM
>> [    0.000000] Xen version 4.4.
>> [    0.000000] Xen Platform PCI: I/O protocol version 1
>> [    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
>> [    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
>> [    0.000000] You might have to change the root device
>> [    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
>> [    0.000000] in your root= kernel command line option
>> [    0.000000] HVMOP_pagetable_dying not supported
>> [    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 = 0x3f7ff max_arch_pfn = 0x400000000
>> [    0.000000] MTRR default type: write-back
>> [    0.000000] MTRR fixed ranges enabled:
>> [    0.000000]   00000-9FFFF write-back
>> [    0.000000]   A0000-BFFFF write-combining
>> [    0.000000]   C0000-FFFFF write-back
>> [    0.000000] MTRR variable ranges enabled:
>> [    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
>> [    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
>> [    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
>> [    0.000000]   3 disabled
>> [    0.000000]   4 disabled
>> [    0.000000]   5 disabled
>> [    0.000000]   6 disabled
>> [    0.000000]   7 disabled
>> [    0.000000] TOM2: 0000000560000000 aka 22016M
>> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
>> [    0.000000] found SMP MP-table at [mem 0x000fdad0-0x000fdadf] mapped at [ffff8800000fdad0]
>> [    0.000000] Scanning 1 areas for low memory corruption
>> [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
>> [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
>> [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
>> [    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
>> [    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
>> [    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
>> [    0.000000] init_memory_mapping: [mem 0x3f400000-0x3f5fffff]
>> [    0.000000]  [mem 0x3f400000-0x3f5fffff] page 2M
>> [    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f3fffff]
>> [    0.000000]  [mem 0x3c000000-0x3f3fffff] page 2M
>> [    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
>> [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
>> [    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
>> [    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fefff]
>> [    0.000000]  [mem 0x3f600000-0x3f7fefff] page 4k
>> [    0.000000] BRK [0x02963000, 0x02963fff] PGTABLE
>> [    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
>> [    0.000000] ACPI: RSDP 00000000000fda20 00024 (v02    Xen)
>> [    0.000000] ACPI: XSDT 00000000fc009fc0 00054 (v01    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: FACP 00000000fc0098f0 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: DSDT 00000000fc0012a0 085CD (v02    Xen      HVM 00000000 INTL 20100528)
>> [    0.000000] ACPI: FACS 00000000fc001260 00040
>> [    0.000000] ACPI: APIC 00000000fc0099f0 00460 (v02    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: HPET 00000000fc009ed0 00038 (v01    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: WAET 00000000fc009f10 00028 (v01    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: SSDT 00000000fc009f40 00031 (v02    Xen      HVM 00000000 INTL 20100528)
>> [    0.000000] ACPI: SSDT 00000000fc009f80 00031 (v02    Xen      HVM 00000000 INTL 20100528)
>> [    0.000000] ACPI: Local APIC address 0xfee00000
>> [    0.000000] No NUMA configuration found
>> [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f7fefff]
>> [    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fefff]
>> [    0.000000]   NODE_DATA [mem 0x3f7f4000-0x3f7fefff]
>> [    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
>> [    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-0x0009efff]
>> [    0.000000]   node   0: [mem 0x00100000-0x3f7fefff]
>> [    0.000000] On node 0 totalpages: 259997
>> [    0.000000]   DMA zone: 64 pages used for memmap
>> [    0.000000]   DMA zone: 21 pages reserved
>> [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
>> [    0.000000]   DMA32 zone: 4000 pages used for memmap
>> [    0.000000]   DMA32 zone: 255999 pages, LIFO batch:31
>> [    0.000000] ACPI: PM-Timer IO Port: 0xb008
>> [    0.000000] ACPI: Local APIC address 0xfee00000
>> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
>> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
>> [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
>> [    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 5 global_irq 5 low level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
>> [    0.000000] ACPI: IRQ0 used by override.
>> [    0.000000] ACPI: IRQ2 used by override.
>> [    0.000000] ACPI: IRQ5 used by override.
>> [    0.000000] ACPI: IRQ9 used by override.
>> [    0.000000] ACPI: IRQ10 used by override.
>> [    0.000000] ACPI: IRQ11 used by override.
>> [    0.000000] Using ACPI (MADT) for SMP configuration information
>> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
>> [    0.000000] smpboot: 128 Processors exceeds NR_CPUS limit of 8
>> [    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
>> [    0.000000] nr_irqs_gsi: 64
>> [    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
>> [    0.000000] Booting paravirtualized kernel on Xen HVM
>> [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
>> [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000 s83136 r8192 d23360 u262144
>> [    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
>> [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
>> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 255912
>> [    0.000000] Policy zone: DMA32
>> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
>> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
>> [    0.000000] Checking aperture...
>> [    0.000000] No AGP bridge found
>> [    0.000000] Memory: 991448K/1039988K available (10109K kernel code, 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
>> [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
>> [    0.000000] Preemptible hierarchical RCU implementation.
>> [    0.000000]        RCU dyntick-idle grace-period acceleration is enabled.
>> [    0.000000]        Additional per-CPU info printed with stalls.
>> [    0.000000] NR_IRQS:4352 nr_irqs:1152 16
>> [    0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
>> [    0.000000] Console: colour VGA+ 80x25
>> [    0.000000] console [tty0] enabled
>> [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
>> [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
>> [    0.000000] ... MAX_LOCK_DEPTH:          48
>> [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
>> [    0.000000] ... CLASSHASH_SIZE:          4096
>> [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
>> [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
>> [    0.000000] ... CHAINHASH_SIZE:          16384
>> [    0.000000]  memory used by lock dependency info: 5855 kB
>> [    0.000000]  per task-struct memory footprint: 1920 bytes
>> [    0.000000] kmemleak: Kernel memory leak detector disabled
>> [    0.000000] hpet clockevent registered
>> [    0.000000] tsc: Detected 3200.144 MHz processor
>> [    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
>> [    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.96 BogoMIPS (lpj=10667146)
>> [    0.007910] pid_max: default: 32768 minimum: 301
>> [    0.009404] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
>> [    0.010274] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
>> [    0.013509] Mount-cache hash table entries: 256
>> [    0.015617] Initializing cgroup subsys freezer
>> [    0.016702] Initializing cgroup subsys blkio
>> [    0.018219] tseg: 0000000000
>> [    0.020054] CPU: Physical Processor ID: 0
>> [    0.021397] CPU: Processor Core ID: 0
>> [    0.022677] mce: CPU supports 2 MCE banks
>> [    0.023358] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
>> [    0.023358] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
>> [    0.023358] tlb_flushall_shift: 4
>> [    0.026971] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 - ffffffff82003000)
>> [    0.031792] ACPI: Core revision 20130725
>> [    0.041888] ACPI: All ACPI Tables successfully acquired
>> [    0.047025] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
>> [    0.082537] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
>> [    0.086449] Xen: using vcpuop timer interface
>> [    0.086676] installing Xen timer for CPU 0
>> [    0.088169] Performance Events: Broken PMU hardware detected, using software events only.
>> [    0.089999] Failed to access perfctr msr (MSR c0010004 is 0)
>> [    0.113523] NMI watchdog: disabled (cpu0): hardware events not enabled
>> [    0.120163] installing Xen timer for CPU 1
>> [    0.121727] SMP alternatives: lockdep: fixing up alternatives
>> [    0.123380] smpboot: Booting Node   0, Processors  #1
>> [    0.230557] Brought up 2 CPUs
>> [    0.232915] smpboot: Total of 2 processors activated (12904.77 BogoMIPS)
>> [    0.237280] xor: measuring software checksum speed
>> [    0.270031]    prefetch64-sse:   854.400 MB/sec
>> [    0.303355]    generic_sse:   860.400 MB/sec
>> [    0.306019] xor: using function: generic_sse (860.400 MB/sec)
>> [    0.306921] NET: Registered protocol family 16
>> [    0.310119] xenbus: xs_reset_watches failed: -38
>> [    0.313427] cpuidle: using governor ladder
>> [    0.316677] cpuidle: using governor menu
>> [    0.333188] ACPI: bus type PCI registered
>> [    0.333356] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
>> [    0.337653] PCI: Using configuration type 1 for base access
>> [    0.340012] PCI: Using configuration type 1 for extended access
>> [    0.389611] bio: create slab <bio-0> at 0
>> [    0.450052] raid6: sse2x1    2658 MB/s
>> [    0.511079] raid6: sse2x2    3617 MB/s
>> [    0.566841] raid6: sse2x4    3268 MB/s
>> [    0.568215] raid6: using algorithm sse2x2 (3617 MB/s)
>> [    0.569591] raid6: using intx1 recovery algorithm
>> [    0.576735] ACPI: Added _OSI(Module Device)
>> [    0.578237] ACPI: Added _OSI(Processor Device)
>> [    0.579572] ACPI: Added _OSI(3.0 _SCP Extensions)
>> [    0.580039] ACPI: Added _OSI(Processor Aggregator Device)
>> [    0.587697] ACPI: EC: Look up EC in DSDT
>> [    0.600422] ACPI: Interpreter enabled
>> [    0.603404] ACPI: (supports S0 S5)
>> [    0.606682] ACPI: Using IOAPIC for interrupt routing
>> [    0.608147] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
>> [    0.638813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
>> [    0.640021] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
>> [    0.642119] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
>> [    0.644027] pci_bus 0000:00: dev 01, created physical slot 1
>> [    0.645538] pci_bus 0000:00: dev 02, created physical slot 2
>> [    0.646696] pci_bus 0000:00: dev 03, created physical slot 3
>> [    0.650016] pci_bus 0000:00: dev 04, created physical slot 4
>> [    0.650016] pci_bus 0000:00: dev 05, created physical slot 5
>> [    0.653367] pci_bus 0000:00: dev 06, created physical slot 6
>> [    0.655112] pci_bus 0000:00: dev 07, created physical slot 7
>> [    0.656508] pci_bus 0000:00: dev 08, created physical slot 8
>> [    0.656741] pci_bus 0000:00: dev 09, created physical slot 9
>> [    0.658161] pci_bus 0000:00: dev 0a, created physical slot 10
>> [    0.659565] pci_bus 0000:00: dev 0b, created physical slot 11
>> [    0.660036] pci_bus 0000:00: dev 0c, created physical slot 12
>> [    0.661420] pci_bus 0000:00: dev 0d, created physical slot 13
>> [    0.663415] pci_bus 0000:00: dev 0e, created physical slot 14
>> [    0.664832] pci_bus 0000:00: dev 0f, created physical slot 15
>> [    0.666589] pci_bus 0000:00: dev 10, created physical slot 16
>> [    0.670027] pci_bus 0000:00: dev 11, created physical slot 17
>> [    0.671489] pci_bus 0000:00: dev 12, created physical slot 18
>> [    0.673000] pci_bus 0000:00: dev 13, created physical slot 19
>> [    0.673382] pci_bus 0000:00: dev 14, created physical slot 20
>> [    0.674831] pci_bus 0000:00: dev 15, created physical slot 21
>> [    0.676298] pci_bus 0000:00: dev 16, created physical slot 22
>> [    0.676736] pci_bus 0000:00: dev 17, created physical slot 23
>> [    0.678140] pci_bus 0000:00: dev 18, created physical slot 24
>> [    0.683376] pci_bus 0000:00: dev 19, created physical slot 25
>> [    0.685751] pci_bus 0000:00: dev 1a, created physical slot 26
>> [    0.686708] pci_bus 0000:00: dev 1b, created physical slot 27
>> [    0.689182] pci_bus 0000:00: dev 1c, created physical slot 28
>> [    0.690042] pci_bus 0000:00: dev 1d, created physical slot 29
>> [    0.692324] pci_bus 0000:00: dev 1e, created physical slot 30
>> [    0.696707] pci_bus 0000:00: dev 1f, created physical slot 31
>> [    0.699644] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
>> [    0.703549] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
>> [    0.705792] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
>> [    0.706679] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
>> [    0.709070] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
>> [    0.713351] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
>> [    0.716686] acpiphp: Slot [3] registered
>> [    0.717007] acpiphp: Slot [4] registered
>> [    0.720251] acpiphp: Slot [5] registered
>> [    0.723376] acpiphp: Slot [6] registered
>> [    0.727052] acpiphp: Slot [7] registered
>> [    0.730039] acpiphp: Slot [8] registered
>> [    0.733573] acpiphp: Slot [9] registered
>> [    0.736705] acpiphp: Slot [10] registered
>> [    0.736971] acpiphp: Slot [11] registered
>> [    0.740038] acpiphp: Slot [12] registered
>> [    0.743689] acpiphp: Slot [13] registered
>> [    0.746702] acpiphp: Slot [14] registered
>> [    0.750388] acpiphp: Slot [15] registered
>> [    0.753398] acpiphp: Slot [16] registered
>> [    0.755940] acpiphp: Slot [17] registered
>> [    0.756714] acpiphp: Slot [18] registered
>> [    0.767101] acpiphp: Slot [19] registered
>> [    0.770081] acpiphp: Slot [20] registered
>> [    0.773377] acpiphp: Slot [21] registered
>> [    0.776971] acpiphp: Slot [22] registered
>> [    0.780060] acpiphp: Slot [23] registered
>> [    0.790129] acpiphp: Slot [24] registered
>> [    0.803393] acpiphp: Slot [25] registered
>> [    0.831233] acpiphp: Slot [26] registered
>> [    0.837007] acpiphp: Slot [27] registered
>> [    0.840098] acpiphp: Slot [28] registered
>> [    0.843376] acpiphp: Slot [29] registered
>> [    0.846712] acpiphp: Slot [30] registered
>> [    0.850117] acpiphp: Slot [31] registered
>> [    0.850117] PCI host bridge to bus 0000:00
>> [    0.852315] pci_bus 0000:00: root bus resource [bus 00-ff]
>> [    0.856693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
>> [    0.859453] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
>> [    0.860071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
>> [    0.862869] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfbffffff]
>> [    0.866679] pci_bus 0000:00: scanning bus
>> [    0.869852] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
>> [    0.873563] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
>> [    0.884192] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
>> [    0.895546] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
>> [    0.929999] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
>> [    0.952118] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
>> [    0.986421] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
>> [    1.000514] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
>> [    1.002072] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
>> [    1.007076] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
>> [    1.008648] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
>> [    1.013502] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
>> [    1.015438] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
>> [    1.017615] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
>> [    1.030035] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
>> [    1.043410] pci 0000:00:02.0: reg 0x14: [mem 0xf3094000-0xf3094fff]
>> [    1.100021] pci 0000:00:02.0: reg 0x30: [mem 0xf3080000-0xf308ffff pref]
>> [    1.103759] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
>> [    1.116708] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
>> [    1.130059] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
>> [    1.188018] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
>> [    1.213333] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
>> [    1.223372] pci 0000:00:05.0: reg 0x18: [mem 0xf3040000-0xf305ffff 64bit]
>> [    1.230018] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
>> [    1.250022] pci 0000:00:05.0: reg 0x30: [mem 0xf3060000-0xf307ffff pref]
>> [    1.252053] pci 0000:00:05.0: supports D1 D2
>> [    1.255355] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
>> [    1.256666] pci 0000:00:06.0: reg 0x10: [mem 0xf3090000-0xf3093fff 64bit]
>> [    1.263333] pci 0000:00:06.0: supports D1 D2
>> [    1.265953] pci_bus 0000:00: fixups for bus
>> [    1.266666] pci_bus 0000:00: bus scan returning with max=00
>> [    1.266666] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
>> [    1.266666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
>> [    1.266666] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
>> [    1.266666] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
>> [    1.270278] ACPI: Enabled 2 GPEs in block 00 to 0F
>> [    1.273333] ACPI: \_SB_.PCI0: notify handler is installed
>> [    1.273333] Found 1 acpi root devices
>> [    1.273333] xen:balloon: Initialising balloon driver
>> [    1.273433] xen_balloon: Initialising balloon driver
>> [    1.275068] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>> [    1.275942] vgaarb: device added: PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
>> [    1.276666] vgaarb: loaded
>> [    1.276666] vgaarb: bridge control possible 0000:00:05.0
>> [    1.276666] vgaarb: no bridge control possible 0000:00:02.0
>> [    1.276666] SCSI subsystem initialized
>> [    1.276666] libata version 3.00 loaded.
>> [    1.276666] ACPI: bus type USB registered
>> [    1.277217] usbcore: registered new interface driver usbfs
>> [    1.278077] usbcore: registered new interface driver hub
>> [    1.278077] usbcore: registered new device driver usb
>> [    1.280325] Linux video capture interface: v2.00
>> [    1.281514] pps_core: LinuxPPS API ver. 1 registered
>> [    1.282276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
>> [    1.283333] PTP clock support registered
>> [    1.283333] Advanced Linux Sound Architecture Driver Initialized.
>> [    1.283333] PCI: Using ACPI for IRQ routing
>> [    1.283333] PCI: pci_cache_line_size set to 64 bytes
>> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
>> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
>> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
>> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
>> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
>> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
>> [    1.286666] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
>> [    1.286666] e820: reserve RAM buffer [mem 0x3f7ff000-0x3fffffff]
>> [    1.286871] Bluetooth: Core ver 2.16
>> [    1.290033] NET: Registered protocol family 31
>> [    1.292390] Bluetooth: HCI device and connection manager initialized
>> [    1.293333] Bluetooth: HCI socket layer initialized
>> [    1.293333] Bluetooth: L2CAP socket layer initialized
>> [    1.293333] Bluetooth: SCO socket layer initialized
>> [    1.293333] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
>> [    1.293333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
>> [    1.293333] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
>> [    1.296395] Switched to clocksource xen
>> [    1.296666] FS-Cache: Loaded
>> [    1.297469] pnp: PnP ACPI init
>> [    1.298746] ACPI: bus type PNP registered
>> [    1.300356] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
>> [    1.301894] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    1.303518] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
>> [    1.305522] system 00:02: [io  0x08a0-0x08a3] has been reserved
>> [    1.307001] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
>> [    1.310024] system 00:02: [io  0x04d0-0x04d1] has been reserved
>> [    1.320627] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    1.351879] pnp 00:03: [dma 4]
>> [    1.357740] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
>> [    1.362206] xen: --> pirq=16 -> irq=8 (gsi=8)
>> [    1.363806] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
>> [    1.365710] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
>> [    1.367661] xen: --> pirq=17 -> irq=12 (gsi=12)
>> [    1.369285] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
>> [    1.370851] xen: --> pirq=18 -> irq=1 (gsi=1)
>> [    1.372569] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
>> [    1.374663] xen: --> pirq=19 -> irq=6 (gsi=6)
>> [    1.376869] pnp 00:08: [dma 2]
>> [    1.378403] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
>> [    1.381042] xen: --> pirq=20 -> irq=4 (gsi=4)
>> [    1.382981] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
>> [    1.384588] xen: --> pirq=21 -> irq=7 (gsi=7)
>> [    1.386128] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
>> [    1.388124] system 00:0b: [io  0xae00-0xae0f] has been reserved
>> [    1.389607] system 00:0b: [io  0xb044-0xb047] has been reserved
>> [    1.391028] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    1.393084] pnp: PnP ACPI: found 12 devices
>> [    1.394550] ACPI: bus type PNP unregistered
>> [    1.413954] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
>> [    1.415535] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
>> [    1.417203] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
>> [    1.418685] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
>> [    1.420210] NET: Registered protocol family 2
>> [    1.422209] TCP established hash table entries: 8192 (order: 5, 131072 bytes)
>> [    1.424041] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
>> [    1.426660] TCP: Hash tables configured (established 8192 bind 8192)
>> [    1.428756] TCP: reno registered
>> [    1.430133] UDP hash table entries: 512 (order: 4, 81920 bytes)
>> [    1.431591] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
>> [    1.433355] NET: Registered protocol family 1
>> [    1.434814] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
>> [    1.436159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
>> [    1.437611] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
>> [    1.439161] pci 0000:00:01.0: PIIX3: Enabling Passive Release
>> [    1.440771] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
>> [    1.442572] pci 0000:00:01.0: Activating ISA DMA hang workarounds
>> [    1.444555] pci 0000:00:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
>> [    1.447397] xen: --> pirq=22 -> irq=23 (gsi=23)
>> [    1.452957] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
>> [    1.454614] pci 0000:00:02.0: Boot video device
>> [    1.456105] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
>> [    1.457984] pci 0000:00:05.0: Boot video device
>> [    1.459683] PCI: CLS 0 bytes, default 64
>> [    1.461462] Trying to unpack rootfs image as initramfs...
>> [    1.543512] Freeing initrd memory: 4996K (ffff88003762e000 - ffff880037b0f000)
>> [    1.553915] DMA-API: preallocated 65536 debug entries
>> [    1.555928] DMA-API: debugging enabled by kernel config
>> [    1.559170] Scanning for low memory corruption every 60 seconds
>> [    1.564307] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
>> [    1.568143] audit: initializing netlink socket (disabled)
>> [    1.569592] type=2000 audit(1379409313.121:1): initialized
>> [    1.571623] bounce pool size: 64 pages
>> [    1.572971] HugeTLB registered 2 MB page size, pre-allocated 0 pages
>> [    1.589346] VFS: Disk quotas dquot_6.5.2
>> [    1.591062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>> [    1.596280] NTFS driver 2.1.30 [Flags: R/W].
>> [    1.598516] fuse init (API version 7.22)
>> [    1.601515] bio: create slab <bio-1> at 1
>> [    1.604032] Btrfs loaded
>> [    1.606549] GFS2 installed
>> [    1.608181] ceph: loaded (mds proto 32)
>> [    1.609650] msgmni has been set to 1946
>> [    1.612868] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
>> [    1.615969] io scheduler noop registered
>> [    1.620128] io scheduler deadline registered
>> [    1.622091] io scheduler cfq registered (default)
>> [    1.625114] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
>> [    1.626889] crc32: self tests passed, processed 225944 bytes in 122522 nsec
>> [    1.628486] crc32c: CRC_LE_BITS = 64
>> [    1.629942] crc32c: self tests passed, processed 225944 bytes in 61570 nsec
>> [    1.632530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>> [    1.634759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
>> [    1.636224] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
>> [    1.638321] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
>> [    1.640530] cpcihp_generic: not configured, disabling.
>> [    1.642226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
>> [    1.645585] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
>> [    1.648766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>> [    1.651005] ACPI: Power Button [PWRF]
>> [    1.652541] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
>> [    1.654770] ACPI: Sleep Button [SLPF]
>> [    1.664469] xen:xen_evtchn: Event-channel device installed
>> [    1.669021] xen: --> pirq=23 -> irq=28 (gsi=28)
>> [    1.670635] xen:grant_table: Grant tables using version 1 layout
>> [    1.672167] Grant table initialized
>> [    1.676292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
>> [    1.715980] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
>> [    1.738514] Linux agpgart interface v0.103
>> [    1.740804] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
>> [    1.742909] Hangcheck: Using getrawmonotonic().
>> [    1.744843] [drm] Initialized drm 1.1.0 20060810
>> [    1.746503] [drm] radeon kernel modesetting enabled.
>> [    1.747964] [drm:drm_pci_init], 
>> [    1.749911] [drm:drm_get_pci_dev], 
>> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
>> [    1.755203] [drm:drm_get_minor], 
>> [    1.757902] [drm:drm_get_minor], new minor assigned 64
>> [    1.760337] [drm:drm_get_minor], 
>> [    1.762547] [drm:drm_get_minor], new minor assigned 0
>> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
>> [    1.767705] [drm] register mmio base: 0xF3040000
>> [    1.769135] [drm] register mmio size: 131072
>> [    1.770551] [drm] radeon_atrm_get_bios: failed 
>> [    1.771878] [drm] radeon_acpi_vfct_bios: failed 
>> [    1.773193] [drm] igp_read_bios_from_vram: failed 
>> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
>> [    1.777717] [drm] radeon_read_bios: succes 
>> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
>> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
>> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
>> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
>> [    1.789919] [drm] radeon: finishing device.
>> [    1.791325] [TTM] Memory type 2 has not been initialized
>> [    1.799821] [drm:drm_put_minor], release secondary minor 0
>> [    1.802369] [drm:drm_put_minor], release secondary minor 64
>> [    1.808466] radeon: probe of 0000:00:05.0 failed with error -22
>> [    1.840256] [drm:drm_pci_init], 
>> [    1.845669] [drm:drm_get_pci_dev], 
>> [    1.848075] [drm:drm_get_minor], 
>> [    1.850354] [drm:drm_get_minor], new minor assigned 64
>> [    1.852444] [drm:drm_get_minor], 
>> [    1.854914] [drm:drm_get_minor], new minor assigned 0
>> [    1.857213] [TTM] Zone  kernel: Available graphics memory: 498238 kiB
>> [    1.858995] [TTM] Initializing pool allocator
>> [    1.860330] [TTM] Initializing DMA pool allocator
>> [    1.862319] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
>> [    1.865161] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
>> [    1.867905] [drm:drm_mode_debug_printmodeline], Modeline 25:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
>> [    1.870749] [drm:drm_mode_debug_printmodeline], Modeline 24:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
>> [    1.873615] [drm:drm_mode_debug_printmodeline], Modeline 23:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
>> [    1.876797] [drm:drm_mode_debug_printmodeline], Modeline 22:"1280x800" 60 71000 1280 1328 1360 1440 800 803 809 823 0x40 0x9
>> [    1.879705] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x768" 60 79500 1280 1344 1472 1664 768 771 778 798 0x40 0x6
>> [    1.882500] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x768" 60 68250 1280 1328 1360 1440 768 771 778 790 0x40 0x9
>> [    1.885314] [drm:drm_mode_debug_printmodeline], Modeline 14:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
>> [    1.888557] [drm:drm_mode_debug_printmodeline], Modeline 9:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
>> [    1.891615] [drm:drm_mode_debug_printmodeline], Modeline 8:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
>> [    1.894857] [drm:drm_mode_debug_printmodeline], Modeline 13:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
>> [    1.897622] [drm:drm_mode_debug_printmodeline], Modeline 6:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
>> [    1.900401] [drm:drm_setup_crtcs], 
>> [    1.902276] [drm:drm_enable_connectors], connector 5 enabled? yes
>> [    1.904425] [drm:drm_target_preferred], looking for cmdline mode on connector 5
>> [    1.907019] [drm:drm_target_preferred], looking for preferred mode on connector 5
>> [    1.910214] [drm:drm_target_preferred], found mode 1280x1024
>> [    1.914217] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
>> [    1.918064] [drm:drm_setup_crtcs], desired mode 1280x1024 set on crtc 3
>> [    1.922808] [drm:drm_framebuffer_reference], FB ID: 10
>> [    1.927686] [drm] fb mappable at 0x0
>> [    1.930020] [drm] vram aper at 0x0
>> [    1.932487] [drm] size 0
>> [    1.934735] [drm] fb depth is 24
>> [    1.936980] [drm]    pitch is 3840
>> [    1.939982] fbcon: cirrusdrmfb (fb0) is primary device
>> [    1.941542] [drm:drm_crtc_helper_set_config], 
>> [    1.941546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [    1.941550] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
>> [    1.941553] [drm:drm_crtc_helper_set_config], modes are different, full mode set
>> [    1.941555] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
>> [    1.941558] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
>> [    1.941563] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
>> [    1.941565] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
>> [    1.941567] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [    1.941569] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
>> [    1.941572] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
>> [    1.941577] [drm:drm_crtc_helper_set_mode], [CRTC:3]
>> [    1.953352] [drm:drm_crtc_helper_set_mode], [ENCODER:4:DAC-4] set [MODE:7:1280x1024]
>> [    1.953355] [drm:drm_calc_timestamping_constants], crtc 3: hwmode: htotal 1688, vtotal 1066, vdisplay 1024
>> [    1.953357] [drm:drm_calc_timestamping_constants], crtc 3: clock 108000 kHz framedur 16661185 linedur 15629, pixeldur 9
>> [    1.953363] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
>> [    1.953365] [drm:drm_crtc_helper_set_config],      [CONNECTOR:5:VGA-1] set DPMS on
>> [    1.953370] [drm:drm_framebuffer_reference], FB ID: 10
>> [    1.953487] [drm:drm_crtc_helper_set_config], 
>> [    1.953489] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [    1.953494] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [    1.953497] [drm:drm_framebuffer_reference], FB ID: 10
>> [    1.953498] [drm:drm_framebuffer_unreference], FB ID: 10
>> [    2.038647] [drm:drm_crtc_helper_set_config], 
>> [    2.038651] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [    2.038658] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [    2.038661] [drm:drm_framebuffer_reference], FB ID: 10
>> [    2.038662] [drm:drm_framebuffer_unreference], FB ID: 10
>> [    2.112460] Console: switching to colour frame buffer device 160x64
>> [    2.112473] [drm:drm_crtc_helper_set_config], 
>> [    2.112475] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [    2.112482] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [    2.112485] [drm:drm_framebuffer_reference], FB ID: 10
>> [    2.112487] [drm:drm_framebuffer_unreference], FB ID: 10
>> [    2.186982] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
>> [    2.188860] cirrus 0000:00:02.0: registered panic notifier
>> [    2.190604] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0
>> [    2.192631] [drm:drm_pci_init], 
>> [    2.198055] brd: module loaded
>> [    2.203121] loop: module loaded
>> [    2.224917] tun: Universal TUN/TAP device driver, 1.6
>> [    2.226696] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
>> [    2.228570] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
>> [    2.231161] e1000: Copyright (c) 1999-2006 Intel Corporation.
>> [    2.232932] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
>> [    2.234578] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
>> [    2.237460] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
>> [    2.239198] igb: Copyright (c) 2007-2013 Intel Corporation.
>> [    2.242370] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
>> [    2.244130] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
>> [    2.246106] xen_netfront: Initialising Xen virtual ethernet driver
>> [    2.253510] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
>> [    2.259883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> [    2.261790] ehci-pci: EHCI PCI platform driver
>> [    2.264122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> [    2.265913] ohci-pci: OHCI PCI platform driver
>> [    2.268005] uhci_hcd: USB Universal Host Controller Interface driver
>> [    2.270950] uhci_hcd 0000:00:01.2: enabling bus mastering
>> [    2.275656] uhci_hcd 0000:00:01.2: setting latency timer to 64
>> [    2.278106] uhci_hcd 0000:00:01.2: UHCI Host Controller
>> [    2.280655]  xvda: xvda1 xvda2 < xvda5 >
>> [    2.283105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
>> [    2.287868] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
>> [    2.293675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
>> [    2.295560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    2.297375] usb usb1: Product: UHCI Host Controller
>> [    2.299506] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
>> [    2.301365] usb usb1: SerialNumber: 0000:00:01.2
>> [    2.306128] hub 1-0:1.0: USB hub found
>> [    2.308175] hub 1-0:1.0: 2 ports detected
>> [    2.312359] usbcore: registered new interface driver usblp
>> [    2.314281] usbcore: registered new interface driver usb-storage
>> [    2.316546] usbcore: registered new interface driver usbserial
>> [    2.318509] usbcore: registered new interface driver cp210x
>> [    2.320517] usbserial: USB Serial support registered for cp210x
>> [    2.322507] usbcore: registered new interface driver cypress_m8
>> [    2.324603] usbserial: USB Serial support registered for DeLorme Earthmate USB
>> [    2.326707] usbserial: USB Serial support registered for HID->COM RS232 Adapter
>> [    2.329222] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
>> [    2.332298] usbcore: registered new interface driver mos7720
>> [    2.334326] usbserial: USB Serial support registered for Moschip 2 port adapter
>> [    2.336296] usbcore: registered new interface driver mos7840
>> [    2.339334] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
>> [    2.341311] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
>> [    2.372506] serio: i8042 KBD port at 0x60,0x64 irq 1
>> [    2.374921] serio: i8042 AUX port at 0x60,0x64 irq 12
>> [    2.377750] mousedev: PS/2 mouse device common for all mice
>> [    2.383774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
>> [    2.412740] input: Xen Virtual Keyboard as /devices/virtual/input/input3
>> [    2.415113] input: Xen Virtual Pointer as /devices/virtual/input/input4
>> [    2.441217] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
>> [    2.443213] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram, hpet irqs
>> [    2.448798] piix4_smbus 0000:00:01.3: Host SMBus controller not enabled!
>> [    2.451314] lirc_dev: IR Remote Control driver registered, major 248 
>> [    2.453197] IR NEC protocol handler initialized
>> [    2.454994] IR RC5(x) protocol handler initialized
>> [    2.456839] IR RC6 protocol handler initialized
>> [    2.458729] IR JVC protocol handler initialized
>> [    2.460532] IR Sony protocol handler initialized
>> [    2.462373] IR RC5 (streamzap) protocol handler initialized
>> [    2.464199] IR SANYO protocol handler initialized
>> [    2.465933] IR MCE Keyboard/mouse protocol handler initialized
>> [    2.467725] IR LIRC bridge handler initialized
>> [    2.469491] cx25821: driver version 0.0.106 loaded
>> [    2.471745] usbcore: registered new interface driver pvrusb2
>> [    2.473480] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
>> [    2.476532] pvrusb2: Debug mask is 31 (0x1f)
>> [    2.487290] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
>> [    2.491295] xen_wdt: Xen WatchDog Timer Driver v0.01
>> [    2.533305] xen_wdt: initialized (timeout=60s, nowayout=0)
>> [    2.536002] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
>> [    2.539707] Bluetooth: Virtual HCI driver ver 1.3
>> [    2.542258] Bluetooth: HCI UART driver ver 2.2
>> [    2.543999] Bluetooth: HCI H4 protocol initialized
>> [    2.545664] Bluetooth: HCI BCSP protocol initialized
>> [    2.547387] Bluetooth: HCILL protocol initialized
>> [    2.549059] Bluetooth: HCIATH3K protocol initialized
>> [    2.550848] Bluetooth: HCI Three-wire UART (H5) protocol initialized
>> [    2.552803] usbcore: registered new interface driver bcm203x
>> [    2.554723] usbcore: registered new interface driver bpa10x
>> [    2.556617] usbcore: registered new interface driver bfusb
>> [    2.559609] usbcore: registered new interface driver btusb
>> [    2.561628] usbcore: registered new interface driver ath3k
>> [    2.563188] ioremap error for 0xfc001000-0xfc002000, requested 0x10, got 0x0
>> [    2.565091] hidraw: raw HID events driver (C) Jiri Kosina
>> [    2.568391] usbcore: registered new interface driver usbhid
>> [    2.570046] usbhid: USB HID core driver
>> [    2.574837] xen: --> pirq=33 -> irq=41 (gsi=41)
>> [    2.578242] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
>> [    2.579853] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=80
>> [    2.600606] usbcore: registered new interface driver snd-usb-audio
>> [    2.602765] usbcore: registered new interface driver snd-ua101
>> [    2.604542] usbcore: registered new interface driver snd-usb-usx2y
>> [    2.606240] usbcore: registered new interface driver snd-usb-caiaq
>> [    2.607953] usbcore: registered new interface driver snd-usb-6fire
>> [    2.609590] Netfilter messages via NETLINK v0.30.
>> [    2.611228] nfnl_acct: registering with nfnetlink.
>> [    2.613120] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
>> [    2.615344] ctnetlink v0.93: registering with nfnetlink.
>> [    2.618419] xt_time: kernel timezone is -0000
>> [    2.619979] ip_set: protocol 6
>> [    2.621538] IPVS: Registered protocols ()
>> [    2.623258] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
>> [    2.624923] IPVS: Creating netns size=1904 id=0
>> [    2.627127] IPVS: ipvs loaded.
>> [    2.629354] ip_tables: (C) 2000-2006 Netfilter Core Team
>> [    2.631187] TCP: cubic registered
>> [    2.632656] NET: Registered protocol family 17
>> [    2.635367] Bridge firewalling registered
>> [    2.636897] Ebtables v2.0 registered
>> [    2.639225] Bluetooth: RFCOMM TTY layer initialized
>> [    2.640742] Bluetooth: RFCOMM socket layer initialized
>> [    2.642171] Bluetooth: RFCOMM ver 1.11
>> [    2.643580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
>> [    2.645010] Bluetooth: BNEP filters: protocol multicast
>> [    2.646420] Bluetooth: BNEP socket layer initialized
>> [    2.647858] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
>> [    2.649294] Bluetooth: HIDP socket layer initialized
>> [    2.650788] Key type ceph registered
>> [    2.652389] libceph: loaded (mon/osd proto 15/24)
>> [    2.654437] registered taskstats version 1
>> [    2.659955] xenbus_probe_frontend: Device with no driver: device/pci/0
>> [    2.661879] console [netcon0] enabled
>> [    2.663446] netconsole: network logging started
>> [    2.665236] rtc_cmos 00:04: setting system clock to 2013-09-17 09:15:15 UTC (1379409315)
>> [    2.667038] ALSA device list:
>> [    2.668619]   #0: HD-Audio Generic at 0xf3090000 irq 80
>> [    2.672662] Freeing unused kernel memory: 1068K (ffffffff81ef0000 - ffffffff81ffb000)
>> [    2.674292] Write protecting the kernel read-only data: 14336k
>> [    2.679086] Freeing unused kernel memory: 120K (ffff8800019e2000 - ffff880001a00000)
>> [    2.681086] Freeing unused kernel memory: 36K (ffff880001df7000 - ffff880001e00000)
>> [    2.714316] usb 1-1: new full-speed USB device number 2 using uhci_hcd
>> [    3.034772] usb 1-1: New USB device found, idVendor=0627, idProduct=0001
>> [    3.036432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
>> [    3.038495] usb 1-1: Product: QEMU USB Tablet
>> [    3.040085] usb 1-1: Manufacturer: QEMU
>> [    3.041644] usb 1-1: SerialNumber: 42
>> [    3.071432] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input5
>> [    3.074317] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
>> [    3.205535] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
>> [    3.243471] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
>> [    5.744943] udevd[1591]: starting version 175
>> [   10.475221] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1 across:901116k SS
>> [   10.505906] EXT4-fs (xvda1): re-mounted. Opts: (null)
>> [   10.852323] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
>> [   13.589186] [drm:drm_crtc_helper_set_config], 
>> [   13.589188] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   13.589200] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   13.589203] [drm:drm_framebuffer_reference], FB ID: 10
>> [   13.589204] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.219989] [drm:drm_crtc_helper_set_config], 
>> [   19.219992] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.220008] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.220010] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.220011] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.291242] [drm:drm_stub_open], 
>> [   19.291251] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291258] [drm:drm_setup], 
>> [   19.291282] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291343] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291356] [drm:drm_release], open_count = 1
>> [   19.291358] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291456] [drm:drm_lastclose], 
>> [   19.291458] [drm:drm_lastclose], driver lastclose completed
>> [   19.291461] [drm:drm_lastclose], lastclose completed
>> [   19.291477] [drm:drm_stub_open], 
>> [   19.291479] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291483] [drm:drm_setup], 
>> [   19.291486] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291489] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291494] [drm:drm_release], open_count = 1
>> [   19.291495] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291499] [drm:drm_lastclose], 
>> [   19.291500] [drm:drm_lastclose], driver lastclose completed
>> [   19.291502] [drm:drm_lastclose], lastclose completed
>> [   19.291518] [drm:drm_stub_open], 
>> [   19.291521] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291524] [drm:drm_setup], 
>> [   19.291527] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291530] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291535] [drm:drm_release], open_count = 1
>> [   19.291536] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291540] [drm:drm_lastclose], 
>> [   19.291541] [drm:drm_lastclose], driver lastclose completed
>> [   19.291543] [drm:drm_lastclose], lastclose completed
>> [   19.291551] [drm:drm_stub_open], 
>> [   19.291554] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291557] [drm:drm_setup], 
>> [   19.291560] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291563] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291567] [drm:drm_release], open_count = 1
>> [   19.291569] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291572] [drm:drm_lastclose], 
>> [   19.291573] [drm:drm_lastclose], driver lastclose completed
>> [   19.291575] [drm:drm_lastclose], lastclose completed
>> [   19.291587] [drm:drm_stub_open], 
>> [   19.291589] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291593] [drm:drm_setup], 
>> [   19.291595] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291598] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291603] [drm:drm_release], open_count = 1
>> [   19.291604] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291608] [drm:drm_lastclose], 
>> [   19.291609] [drm:drm_lastclose], driver lastclose completed
>> [   19.291611] [drm:drm_lastclose], lastclose completed
>> [   19.291620] [drm:drm_stub_open], 
>> [   19.291622] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291626] [drm:drm_setup], 
>> [   19.291628] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291631] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291636] [drm:drm_release], open_count = 1
>> [   19.291637] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291641] [drm:drm_lastclose], 
>> [   19.291642] [drm:drm_lastclose], driver lastclose completed
>> [   19.291644] [drm:drm_lastclose], lastclose completed
>> [   19.302299] [drm:drm_crtc_helper_set_config], 
>> [   19.302302] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.302311] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.302313] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.302314] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.302317] [drm:drm_crtc_helper_set_config], 
>> [   19.302318] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.302321] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.302325] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.302326] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.302341] [drm:drm_crtc_helper_set_config], 
>> [   19.302343] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.302345] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.302347] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.302348] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.514543] [drm:drm_crtc_helper_set_config], 
>> [   19.514546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.514558] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.514561] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.514563] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.585682] [drm:drm_stub_open], 
>> [   19.585691] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585698] [drm:drm_setup], 
>> [   19.585714] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585723] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585736] [drm:drm_release], open_count = 1
>> [   19.585737] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585744] [drm:drm_lastclose], 
>> [   19.585746] [drm:drm_lastclose], driver lastclose completed
>> [   19.585749] [drm:drm_lastclose], lastclose completed
>> [   19.585761] [drm:drm_stub_open], 
>> [   19.585763] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585767] [drm:drm_setup], 
>> [   19.585770] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585773] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585778] [drm:drm_release], open_count = 1
>> [   19.585779] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585783] [drm:drm_lastclose], 
>> [   19.585784] [drm:drm_lastclose], driver lastclose completed
>> [   19.585786] [drm:drm_lastclose], lastclose completed
>> [   19.585802] [drm:drm_stub_open], 
>> [   19.585805] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585808] [drm:drm_setup], 
>> [   19.585811] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585814] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585819] [drm:drm_release], open_count = 1
>> [   19.585820] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585824] [drm:drm_lastclose], 
>> [   19.585825] [drm:drm_lastclose], driver lastclose completed
>> [   19.585828] [drm:drm_lastclose], lastclose completed
>> [   19.585846] [drm:drm_stub_open], 
>> [   19.585847] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585851] [drm:drm_setup], 
>> [   19.585853] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585856] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585860] [drm:drm_release], open_count = 1
>> [   19.585861] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585864] [drm:drm_lastclose], 
>> [   19.585865] [drm:drm_lastclose], driver lastclose completed
>> [   19.585867] [drm:drm_lastclose], lastclose completed
>> [   19.585878] [drm:drm_stub_open], 
>> [   19.585880] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585883] [drm:drm_setup], 
>> [   19.585885] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585888] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585892] [drm:drm_release], open_count = 1
>> [   19.585893] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585896] [drm:drm_lastclose], 
>> [   19.585898] [drm:drm_lastclose], driver lastclose completed
>> [   19.585899] [drm:drm_lastclose], lastclose completed
>> [   19.585907] [drm:drm_stub_open], 
>> [   19.585909] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585913] [drm:drm_setup], 
>> [   19.585915] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585918] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585921] [drm:drm_release], open_count = 1
>> [   19.585923] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585926] [drm:drm_lastclose], 
>> [   19.585927] [drm:drm_lastclose], driver lastclose completed
>> [   19.585929] [drm:drm_lastclose], lastclose completed
>> [   19.586613] [drm:drm_crtc_helper_set_config], 
>> [   19.586615] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.586620] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.586622] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.586624] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.586626] [drm:drm_crtc_helper_set_config], 
>> [   19.586627] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.586630] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.586631] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.586632] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.586653] [drm:drm_crtc_helper_set_config], 
>> [   19.586654] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.586660] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.586662] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.586663] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.763917] [drm:drm_crtc_helper_set_config], 
>> [   19.763919] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.763931] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.763933] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.763934] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.837433] [drm:drm_stub_open], 
>> [   19.837441] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837449] [drm:drm_setup], 
>> [   19.837466] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837476] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837488] [drm:drm_release], open_count = 1
>> [   19.837490] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837496] [drm:drm_lastclose], 
>> [   19.837498] [drm:drm_lastclose], driver lastclose completed
>> [   19.837501] [drm:drm_lastclose], lastclose completed
>> [   19.837513] [drm:drm_stub_open], 
>> [   19.837515] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837519] [drm:drm_setup], 
>> [   19.837522] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837525] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837529] [drm:drm_release], open_count = 1
>> [   19.837531] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837534] [drm:drm_lastclose], 
>> [   19.837536] [drm:drm_lastclose], driver lastclose completed
>> [   19.837538] [drm:drm_lastclose], lastclose completed
>> [   19.837560] [drm:drm_stub_open], 
>> [   19.837563] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837567] [drm:drm_setup], 
>> [   19.837570] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837573] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837577] [drm:drm_release], open_count = 1
>> [   19.837579] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837582] [drm:drm_lastclose], 
>> [   19.837584] [drm:drm_lastclose], driver lastclose completed
>> [   19.837585] [drm:drm_lastclose], lastclose completed
>> [   19.837594] [drm:drm_stub_open], 
>> [   19.837596] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837600] [drm:drm_setup], 
>> [   19.837603] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837606] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837610] [drm:drm_release], open_count = 1
>> [   19.837612] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837615] [drm:drm_lastclose], 
>> [   19.837616] [drm:drm_lastclose], driver lastclose completed
>> [   19.837618] [drm:drm_lastclose], lastclose completed
>> [   19.837629] [drm:drm_stub_open], 
>> [   19.837631] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837635] [drm:drm_setup], 
>> [   19.837638] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837641] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837645] [drm:drm_release], open_count = 1
>> [   19.837647] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837650] [drm:drm_lastclose], 
>> [   19.837651] [drm:drm_lastclose], driver lastclose completed
>> [   19.837653] [drm:drm_lastclose], lastclose completed
>> [   19.837662] [drm:drm_stub_open], 
>> [   19.837664] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837668] [drm:drm_setup], 
>> [   19.837671] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837674] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837678] [drm:drm_release], open_count = 1
>> [   19.837680] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837683] [drm:drm_lastclose], 
>> [   19.837685] [drm:drm_lastclose], driver lastclose completed
>> [   19.837686] [drm:drm_lastclose], lastclose completed
>> [   19.838347] [drm:drm_crtc_helper_set_config], 
>> [   19.838349] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.838355] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.838358] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.838359] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.838361] [drm:drm_crtc_helper_set_config], 
>> [   19.838363] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.838365] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.838367] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.838368] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.838382] [drm:drm_crtc_helper_set_config], 
>> [   19.838383] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.838385] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.838387] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.838388] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.047717] [drm:drm_crtc_helper_set_config], 
>> [   20.047720] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.047727] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.047730] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.047731] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.133510] [drm:drm_stub_open], 
>> [   20.133519] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133528] [drm:drm_setup], 
>> [   20.133547] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133558] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133576] [drm:drm_release], open_count = 1
>> [   20.133578] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133585] [drm:drm_lastclose], 
>> [   20.133587] [drm:drm_lastclose], driver lastclose completed
>> [   20.133590] [drm:drm_lastclose], lastclose completed
>> [   20.133604] [drm:drm_stub_open], 
>> [   20.133606] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133610] [drm:drm_setup], 
>> [   20.133613] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133616] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133621] [drm:drm_release], open_count = 1
>> [   20.133623] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133626] [drm:drm_lastclose], 
>> [   20.133628] [drm:drm_lastclose], driver lastclose completed
>> [   20.133630] [drm:drm_lastclose], lastclose completed
>> [   20.133646] [drm:drm_stub_open], 
>> [   20.133648] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133652] [drm:drm_setup], 
>> [   20.133655] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133658] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133662] [drm:drm_release], open_count = 1
>> [   20.133664] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133668] [drm:drm_lastclose], 
>> [   20.133669] [drm:drm_lastclose], driver lastclose completed
>> [   20.133671] [drm:drm_lastclose], lastclose completed
>> [   20.133680] [drm:drm_stub_open], 
>> [   20.133682] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133686] [drm:drm_setup], 
>> [   20.133688] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133691] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133696] [drm:drm_release], open_count = 1
>> [   20.133697] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133700] [drm:drm_lastclose], 
>> [   20.133702] [drm:drm_lastclose], driver lastclose completed
>> [   20.133704] [drm:drm_lastclose], lastclose completed
>> [   20.133715] [drm:drm_stub_open], 
>> [   20.133718] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133721] [drm:drm_setup], 
>> [   20.133724] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133727] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133731] [drm:drm_release], open_count = 1
>> [   20.133733] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133736] [drm:drm_lastclose], 
>> [   20.133738] [drm:drm_lastclose], driver lastclose completed
>> [   20.133740] [drm:drm_lastclose], lastclose completed
>> [   20.133749] [drm:drm_stub_open], 
>> [   20.133751] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133754] [drm:drm_setup], 
>> [   20.133757] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133760] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133764] [drm:drm_release], open_count = 1
>> [   20.133766] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133769] [drm:drm_lastclose], 
>> [   20.133771] [drm:drm_lastclose], driver lastclose completed
>> [   20.133773] [drm:drm_lastclose], lastclose completed
>> [   20.134412] [drm:drm_crtc_helper_set_config], 
>> [   20.134413] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.134420] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.134422] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.134423] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.134426] [drm:drm_crtc_helper_set_config], 
>> [   20.134427] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.134429] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.134431] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.134432] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.134445] [drm:drm_crtc_helper_set_config], 
>> [   20.134446] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.134449] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.134450] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.134451] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.316278] [drm:drm_crtc_helper_set_config], 
>> [   20.316280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.316287] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.316290] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.316291] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.392394] [drm:drm_stub_open], 
>> [   20.392411] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392418] [drm:drm_setup], 
>> [   20.392437] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392447] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392460] [drm:drm_release], open_count = 1
>> [   20.392462] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392468] [drm:drm_lastclose], 
>> [   20.392470] [drm:drm_lastclose], driver lastclose completed
>> [   20.392472] [drm:drm_lastclose], lastclose completed
>> [   20.392485] [drm:drm_stub_open], 
>> [   20.392488] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392491] [drm:drm_setup], 
>> [   20.392494] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392497] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392502] [drm:drm_release], open_count = 1
>> [   20.392503] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392507] [drm:drm_lastclose], 
>> [   20.392508] [drm:drm_lastclose], driver lastclose completed
>> [   20.392510] [drm:drm_lastclose], lastclose completed
>> [   20.392527] [drm:drm_stub_open], 
>> [   20.392529] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392533] [drm:drm_setup], 
>> [   20.392536] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392539] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392543] [drm:drm_release], open_count = 1
>> [   20.392545] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392548] [drm:drm_lastclose], 
>> [   20.392550] [drm:drm_lastclose], driver lastclose completed
>> [   20.392551] [drm:drm_lastclose], lastclose completed
>> [   20.392560] [drm:drm_stub_open], 
>> [   20.392562] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392566] [drm:drm_setup], 
>> [   20.392569] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392572] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392576] [drm:drm_release], open_count = 1
>> [   20.392578] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392581] [drm:drm_lastclose], 
>> [   20.392582] [drm:drm_lastclose], driver lastclose completed
>> [   20.392584] [drm:drm_lastclose], lastclose completed
>> [   20.392595] [drm:drm_stub_open], 
>> [   20.392598] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392601] [drm:drm_setup], 
>> [   20.392604] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392607] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392611] [drm:drm_release], open_count = 1
>> [   20.392613] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392616] [drm:drm_lastclose], 
>> [   20.392618] [drm:drm_lastclose], driver lastclose completed
>> [   20.392620] [drm:drm_lastclose], lastclose completed
>> [   20.392629] [drm:drm_stub_open], 
>> [   20.392631] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392635] [drm:drm_setup], 
>> [   20.392637] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392640] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392644] [drm:drm_release], open_count = 1
>> [   20.392646] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392649] [drm:drm_lastclose], 
>> [   20.392651] [drm:drm_lastclose], driver lastclose completed
>> [   20.392653] [drm:drm_lastclose], lastclose completed
>> [   20.393266] [drm:drm_crtc_helper_set_config], 
>> [   20.393268] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.393274] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.393276] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.393277] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.393279] [drm:drm_crtc_helper_set_config], 
>> [   20.393280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.393283] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.393284] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.393285] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.393298] [drm:drm_crtc_helper_set_config], 
>> [   20.393299] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.393301] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.393303] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.393303] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.575204] [drm:drm_crtc_helper_set_config], 
>> [   20.575206] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.575213] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.575215] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.575216] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.654491] [drm:drm_stub_open], 
>> [   20.654500] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654508] [drm:drm_setup], 
>> [   20.654524] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654534] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654551] [drm:drm_release], open_count = 1
>> [   20.654553] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654562] [drm:drm_lastclose], 
>> [   20.654566] [drm:drm_lastclose], driver lastclose completed
>> [   20.654570] [drm:drm_lastclose], lastclose completed
>> [   20.654589] [drm:drm_stub_open], 
>> [   20.654591] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654595] [drm:drm_setup], 
>> [   20.654598] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654601] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654605] [drm:drm_release], open_count = 1
>> [   20.654607] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654611] [drm:drm_lastclose], 
>> [   20.654612] [drm:drm_lastclose], driver lastclose completed
>> [   20.654614] [drm:drm_lastclose], lastclose completed
>> [   20.654629] [drm:drm_stub_open], 
>> [   20.654631] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654635] [drm:drm_setup], 
>> [   20.654638] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654641] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654645] [drm:drm_release], open_count = 1
>> [   20.654647] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654650] [drm:drm_lastclose], 
>> [   20.654652] [drm:drm_lastclose], driver lastclose completed
>> [   20.654654] [drm:drm_lastclose], lastclose completed
>> [   20.654662] [drm:drm_stub_open], 
>> [   20.654665] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654668] [drm:drm_setup], 
>> [   20.654671] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654674] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654678] [drm:drm_release], open_count = 1
>> [   20.654680] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654683] [drm:drm_lastclose], 
>> [   20.654685] [drm:drm_lastclose], driver lastclose completed
>> [   20.654687] [drm:drm_lastclose], lastclose completed
>> [   20.654697] [drm:drm_stub_open], 
>> [   20.654700] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654703] [drm:drm_setup], 
>> [   20.654706] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654709] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654713] [drm:drm_release], open_count = 1
>> [   20.654715] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654718] [drm:drm_lastclose], 
>> [   20.654720] [drm:drm_lastclose], driver lastclose completed
>> [   20.654722] [drm:drm_lastclose], lastclose completed
>> [   20.654730] [drm:drm_stub_open], 
>> [   20.654733] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654736] [drm:drm_setup], 
>> [   20.654739] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654742] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654746] [drm:drm_release], open_count = 1
>> [   20.654748] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654751] [drm:drm_lastclose], 
>> [   20.654753] [drm:drm_lastclose], driver lastclose completed
>> [   20.654755] [drm:drm_lastclose], lastclose completed
>> [   20.655318] [drm:drm_crtc_helper_set_config], 
>> [   20.655320] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.655326] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.655328] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.655329] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.655331] [drm:drm_crtc_helper_set_config], 
>> [   20.655332] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.655334] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.655336] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.655337] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.655350] [drm:drm_crtc_helper_set_config], 
>> [   20.655351] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.655353] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.655355] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.655356] [drm:drm_framebuffer_unreference], FB ID: 10

>> 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
>>       Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
>>       Control: I/O- 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: [b]
>>               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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
>>       Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
>>       Control: I/O- 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 10
>>       Capabilities: [40] Secure device <?>
>>       Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee0100c  Data: 4128
>>       Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+
>> 
>> 00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
>>       I/O behind bridge: 0000e000-0000efff
>>       Memory behind bridge: fa000000-fe9fffff
>>       Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
>>       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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #1, PowerLimit 25.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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
>>       I/O behind bridge: 0000d000-0000dfff
>>       Memory behind bridge: f9f00000-f9ffffff
>>       Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
>>       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 #1, Speed 5GT/s, Width x8, 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 #3, PowerLimit 25.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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
>>       I/O behind bridge: 0000c000-0000cfff
>>       Memory behind bridge: f9e00000-f9efffff
>>       Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
>>       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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #5, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
>>       I/O behind bridge: 0000b000-0000bfff
>>       Memory behind bridge: f9d00000-f9dfffff
>>       Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
>>       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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #6, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: f9c00000-f9cfffff
>>       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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #9, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: f9a00000-f9bfffff
>>       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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #2, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
>>               Address: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
>>       I/O behind bridge: 0000a000-0000afff
>>       Memory behind bridge: f9900000-f99fffff
>>       Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
>>       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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #5, PowerLimit 25.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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: f9800000-f98fffff
>>       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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #6, PowerLimit 11.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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
>>       Memory behind bridge: f9700000-f97fffff
>>       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 5GT/s, Width x1, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 128
>>       Region 0: I/O ports at 6000 [size=8]
>>       Region 1: I/O ports at 5000 [size=4]
>>       Region 2: I/O ports at 3000 [size=8]
>>       Region 3: I/O ports at 2000 [size=4]
>>       Region 4: I/O ports at 1000 [size=16]
>>       Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
>>       Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
>>               Address: 00000000fee0100c  Data: 4000
>>       Capabilities: [70] SATA HBA v1.0 InCfgSpace
>>       Capabilities: [a4] PCI Advanced Features
>>               AFCap: TP+ FLR+
>>               AFCtrl: FLR-
>>               AFStatus: TP-
>>       Kernel driver in use: ahci
>> 
>> 00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95f7000 (32-bit, non-prefetchable) [size=4K]
>>       Kernel driver in use: ohci-pci
>> 
>> 00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95fc000 (32-bit, non-prefetchable) [size=4K]
>>       Kernel driver in use: ohci-pci
>> 
>> 00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
>>       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-
>>       Kernel driver in use: piix4_smbus
>> 
>> 00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 64, Cache Line Size: 64 bytes
>>       Interrupt: pin A routed to IRQ 16
>>       Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
>>       Capabilities: [50] Power Management version 2
>>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>       Kernel driver in use: snd_hda_intel
>> 
>> 00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
>>       I/O behind bridge: 00009000-00009fff
>>       Memory behind bridge: fff00000-000fffff
>>       Prefetchable memory behind bridge: fff00000-000fffff
>>       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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95fd000 (32-bit, non-prefetchable) [size=4K]
>>       Kernel driver in use: ohci-pci
>> 
>> 00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
>>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: fff00000-000fffff
>>       Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
>>       BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
>>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>>       Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, 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 unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #32, 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+ ARIFwd-
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
>>       Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Kernel driver in use: pcieport
>> 
>> 00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95fe000 (32-bit, non-prefetchable) [size=4K]
>>       Kernel driver in use: ohci-pci
>> 
>> 00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
>>       Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
>>               Revision ID: 3.00
>>               Link Frequency: [b]
>>               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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
>>       Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
>>       Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
>>       Control: I/O- 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
>> 
>> 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
>>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>> 
>> 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
>>       Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
>>       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 (500ns min, 6000ns max)
>>       Interrupt: pin A routed to IRQ 22
>>       Region 0: I/O ports at 9800 [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-
>>       Kernel driver in use: pciback
>> 
>> 04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
>>       Control: I/O- 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 40
>>       Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [size=8K]
>>       Capabilities: [50] Power Management version 3
>>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
>>               Vector table: BAR=0 offset=00001000
>>               PBA: BAR=0 offset=00001080
>>       Capabilities: [a0] Express (v2) Endpoint, MSI 00
>>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
>>                       ClockPM+ Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
>>                       ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -3.5dB, 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: 14, GenCap- CGenEn- ChkCap- ChkEn-
>>       Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
>>       Capabilities: [150 v1] Latency Tolerance Reporting
>>               Max snoop latency: 0ns
>>               Max no snoop latency: 0ns
>>       Kernel driver in use: pciback
>> 
>> 05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: f9800000-f98fffff
>>       Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>>       Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
>>       BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
>>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>>       Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [80] Subsystem: Device [0000:0000]
>>       Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
>>               DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
>>                       ClockPM- Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>       Capabilities: [100 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>>               AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
>> 
>> 06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
>>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
>>       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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
>>       Interrupt: pin A routed to IRQ 37
>>       Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [size=4K]
>>       Capabilities: [40] Power Management version 2
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
>>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>       Kernel driver in use: pciback
>> 
>> 06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
>>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
>>       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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
>>       Interrupt: pin B routed to IRQ 38
>>       Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [size=4K]
>>       Capabilities: [40] Power Management version 2
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
>>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>       Kernel driver in use: pciback
>> 
>> 06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) (prog-if 20 [EHCI])
>>       Subsystem: Device [1838:1074]
>>       Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Interrupt: pin C routed to IRQ 39
>>       Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [size=256]
>>       Capabilities: [40] Power Management version 2
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
>>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>       Kernel driver in use: pciback
>> 
>> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>       Subsystem: PC Partner Limited Device [174b:e193]
>>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Interrupt: pin A routed to IRQ 32
>>       Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
>>       Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
>>       Region 4: I/O ports at a000 [disabled] [size=256]
>>       Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Capabilities: [150 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
>>       Kernel driver in use: pciback
>> 
>> 07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
>>       Subsystem: PC Partner Limited Device [174b:aa90]
>>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Interrupt: pin B routed to IRQ 33
>>       Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
>>       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) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee1000c  Data: 4000
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Capabilities: [150 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
>>       Kernel driver in use: pciback
>> 
>> 08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
>>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Interrupt: pin A routed to IRQ 47
>>       Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M]
>>       Capabilities: [40] Express (v1) Endpoint, MSI 00
>>               DevCap: MaxPayload 128 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+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
>>                       ClockPM- Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
>>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
>>       Capabilities: [80] Power Management version 3
>>               Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [90] Vital Product Data
>>               Unknown small resource type 00, will not decode more.
>>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [100 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
>>       Capabilities: [200 v1] Virtual Channel
>>               Caps:   LPEVC=1 RefClk=100ns PATEntryBits=1
>>               Arb:    Fixed+ WRR32+ WRR64+ WRR128-
>>               Ctrl:   ArbSelect=WRR64
>>               Status: InProgress-
>>               Port Arbitration Table [240] <?>
>>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
>>                       Status: NegoPending- InProgress-
>>               VC1:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable- ID=1 ArbSelect=Fixed TC/VC=00
>>                       Status: NegoPending- InProgress-
>>       Kernel driver in use: pciback
>> 
>> 09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Interrupt: pin A routed to IRQ 48
>>       Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
>>       Capabilities: [50] Power Management version 3
>>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
>>               Vector table: BAR=0 offset=00001000
>>               PBA: BAR=0 offset=00001080
>>       Capabilities: [a0] Express (v2) Endpoint, MSI 00
>>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
>>                       ClockPM+ Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
>>                       ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -3.5dB, 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 ff-ff-ff-ff-ff-ff-ff-ff
>>       Capabilities: [150 v1] Latency Tolerance Reporting
>>               Max snoop latency: 0ns
>>               Max no snoop latency: 0ns
>>       Kernel driver in use: xhci_hcd
>> 
>> 0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       Control: I/O+ 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 130
>>       Region 0: I/O ports at b800 [size=256]
>>       Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
>>       Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
>>       Expansion ROM at f9de0000 [disabled] [size=128K]
>>       Capabilities: [40] Power Management version 3
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee0100c  Data: 4000
>>       Capabilities: [70] Express (v2) Endpoint, MSI 01
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
>>               Vector table: BAR=4 offset=00000000
>>               PBA: BAR=4 offset=00000800
>>       Capabilities: [cc] Vital Product Data
>>               Unknown small resource type 00, will not decode more.
>>       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] Virtual Channel
>>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
>>               Arb:    Fixed- WRR32- WRR64- WRR128-
>>               Ctrl:   ArbSelect=Fixed
>>               Status: InProgress-
>>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
>>                       Status: NegoPending- InProgress-
>>       Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
>>       Kernel driver in use: r8169
>> 
>> 0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       Control: I/O+ 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 129
>>       Region 0: I/O ports at c800 [size=256]
>>       Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
>>       Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
>>       Expansion ROM at f9ee0000 [disabled] [size=128K]
>>       Capabilities: [40] Power Management version 3
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee0100c  Data: 4000
>>       Capabilities: [70] Express (v2) Endpoint, MSI 01
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>>                       MaxPayload 128 bytes, MaxReadReq 4096 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
>>               Vector table: BAR=4 offset=00000000
>>               PBA: BAR=4 offset=00000800
>>       Capabilities: [cc] Vital Product Data
>>               Unknown small resource type 00, will not decode more.
>>       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] Virtual Channel
>>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
>>               Arb:    Fixed- WRR32- WRR64- WRR128-
>>               Ctrl:   ArbSelect=Fixed
>>               Status: InProgress-
>>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
>>                       Status: NegoPending- InProgress-
>>       Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
>>       Kernel driver in use: r8169
>> 
>> 0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>       Subsystem: PC Partner Limited Device [174b:e193]
>>       Control: I/O+ 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 127
>>       Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
>>       Region 2: Memory at f9fc0000 (64-bit, non-prefetchable) [size=128K]
>>       Region 4: I/O ports at d000 [size=256]
>>       Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        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: 00000000fee0100c  Data: 4000
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Capabilities: [150 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
>>       Kernel driver in use: radeon
>> 
>> 0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
>>       Subsystem: PC Partner Limited Device [174b:aa90]
>>       Control: I/O+ 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 138
>>       Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K]
>>       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) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        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: 00000000fee0100c  Data: 4000
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Capabilities: [150 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
>>       Kernel driver in use: snd_hda_intel
>> 
>> 0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
>>       Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
>>       Control: I/O+ 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 10
>>       Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
>>       Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
>>       Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
>>       Region 5: I/O ports at e800 [size=128]
>>       Expansion ROM at fe9e0000 [disabled] [size=128K]
>>       Capabilities: [60] Power Management version 3
>>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [78] Express (v1) Endpoint, MSI 00
>>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
>>                       ClockPM- Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
>>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>       Capabilities: [100 v1] Virtual Channel
>>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
>>               Arb:    Fixed- WRR32- WRR64- WRR128-
>>               Ctrl:   ArbSelect=Fixed
>>               Status: InProgress-
>>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
>>                       Status: NegoPending- InProgress-
>>       Capabilities: [128 v1] Power Budgeting <?>
>>       Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
>> 

>> 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>> 
>> 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Physical Slot: 1
>>       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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Physical Slot: 1
>>       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
>>       Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
>>       Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
>>       Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
>>       Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
>>       Region 4: I/O ports at c260 [size=16]
>> 
>> 00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Physical Slot: 1
>>       Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Interrupt: pin D routed to IRQ 23
>>       Region 4: I/O ports at c240 [size=32]
>>       Kernel driver in use: uhci_hcd
>> 
>> 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 03)
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Physical Slot: 1
>>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Interrupt: pin A routed to IRQ 9
>> 
>> 00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
>>       Subsystem: Red Hat, Inc Device [1af4:1100]
>>       Physical Slot: 2
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
>>       Region 1: Memory at f3094000 (32-bit, non-prefetchable) [size=4K]
>>       Expansion ROM at f3080000 [disabled] [size=64K]
>>       Kernel driver in use: cirrus
>> 
>> 00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device [5853:0001] (rev 01)
>>       Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
>>       Physical Slot: 3
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Interrupt: pin A routed to IRQ 28
>>       Region 0: I/O ports at c000 [size=256]
>>       Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
>>       Kernel driver in use: xen-platform-pci
>> 
>> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>       Subsystem: PC Partner Limited Device [174b:e193]
>>       Physical Slot: 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-
>>       Interrupt: pin A routed to IRQ 36
>>       Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
>>       Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
>>       Region 4: I/O ports at c100 [size=256]
>>       Expansion ROM at f3060000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [100 v9] #1002
>> 
>> 00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
>>       Subsystem: PC Partner Limited Device [174b:aa90]
>>       Physical Slot: 6
>>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Interrupt: pin B routed to IRQ 80
>>       Region 0: Memory at f3090000 (64-bit, non-prefetchable) [size=16K]
>>       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) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee57000  Data: 4300
>>       Capabilities: [100 v0] #1002
>>       Kernel driver in use: snd_hda_intel
>> 

>> libxl: debug: libxl_create.c:1233:do_domain_create: ao 0x1643f40: create: how=(nil) callback=(nil) poller=0x1643fa0
>> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=unknown
>> libxl: debug: libxl_device.c:296:libxl__device_disk_set_backend: Disk vdev=hda, using backend phy
>> libxl: debug: libxl_create.c:678:initiate_domain_create: running bootloader
>> libxl: debug: libxl_bootloader.c:321:libxl__bootloader_run: not a PV domain, skipping bootloader
>> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644308: deregister unregistered
>> xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0x9efa8
>> xc: detail: elf_parse_binary: memory: 0x100000 -> 0x19efa8
>> xc: detail: VIRTUAL MEMORY ARRANGEMENT:
>>   Loader:        0000000000100000->000000000019efa8
>>   Modules:       0000000000000000->0000000000000000
>>   TOTAL:         0000000000000000->000000003f800000
>>   ENTRY ADDRESS: 0000000000100000
>> xc: detail: PHYSICAL MEMORY ALLOCATION:
>>   4KB PAGES: 0x0000000000000200
>>   2MB PAGES: 0x00000000000001fb
>>   1GB PAGES: 0x0000000000000000
>> xc: detail: elf_load_binary: phdr 0 at 0x7f6937d66000 -> 0x7f6937dfbe2d
>> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=phy
>> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: register slotnum=3
>> libxl: debug: libxl_create.c:1246:do_domain_create: ao 0x1643f40: inprogress: poller=0x1643fa0, flags=i
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
>> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 still waiting state 1
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
>> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 ok
>> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: deregister slotnum=3
>> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1645758: deregister unregistered
>> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/block add
>> libxl: debug: libxl_dm.c:1234:libxl__spawn_local_dm: Spawning device-model /usr/local/lib/xen/bin/qemu-system-i386 with arguments:
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   /usr/local/lib/xen/bin/qemu-system-i386
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -xen-domid
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   19
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -chardev
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-19,server,nowait
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -mon
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   chardev=libxl-cmd,mode=control
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -name
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xbmc
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vnc
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   172.16.1.1:9,password,to=99
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   isa-fdc.driveA=
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -serial
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   pty
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vga
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   cirrus
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   vga.vram_size_mb=8
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -boot
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   order=c
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usb
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usbdevice
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   tablet
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -smp
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   2,maxcpus=2
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -device
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   e1000,id=nic0,netdev=net0,mac=00:16:3a:c6:76:65
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -netdev
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   type=tap,id=net0,ifname=vif19.0-emu,script=no,downscript=no
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -M
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xenfv
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -m
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   1016
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -drive
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   file=/dev/xen_vms/xbmc,if=ide,index=0,media=disk,format=raw,cache=writeback
>> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: register slotnum=3
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
>> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: deregister slotnum=3
>> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644540: deregister unregistered
>> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "qmp_capabilities",
>>     "id": 1
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "query-chardev",
>>     "id": 2
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "change",
>>     "id": 3,
>>     "arguments": {
>>         "device": "vnc",
>>         "target": "password",
>>         "arg": "test"
>>     }
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "query-vnc",
>>     "id": 4
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: register slotnum=3
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
>> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 still waiting state 1
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
>> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 ok
>> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: deregister slotnum=3
>> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x16439b8: deregister unregistered
>> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge online
>> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge add
>> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "qmp_capabilities",
>>     "id": 1
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "device_add",
>>     "id": 2,
>>     "arguments": {
>>         "driver": "xen-pci-passthrough",
>>         "id": "pci-pt-07_00.0",
>>         "hostaddr": "0000:07:00.0"
>>     }
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "query-pci",
>>     "id": 3
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "qmp_capabilities",
>>     "id": 1
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "device_add",
>>     "id": 2,
>>     "arguments": {
>>         "driver": "xen-pci-passthrough",
>>         "id": "pci-pt-07_00.1",
>>         "hostaddr": "0000:07:00.1"
>>     }
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "query-pci",
>>     "id": 3
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_pci.c:81:libxl__create_pci_backend: Creating pci backend
>> libxl: debug: libxl_event.c:1737:libxl__ao_progress_report: ao 0x1643f40: progress report: ignored
>> libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x1643f40: complete, rc=0
>> libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x1643f40: destroy
>> xc: debug: hypercall buffer: total allocations:518 total releases:518
>> xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
>> xc: debug: hypercall buffer: cache current size:2
>> xc: debug: hypercall buffer: cache hits:514 misses:2 toobig:2
>> Parsing config from /etc/xen/domU/production/xbmc.cfg
>> Daemon running with PID 2901

>> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=32 g_gsi=36 device=5 intx=0
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x700, domain = 0, paging mode = 3
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x47e8a2000, domain = 19, paging mode = 4
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom19
>> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=33 g_gsi=41 device=6 intx=1
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x701, domain = 0, paging mode = 3
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x47e8a2000, domain = 19, paging mode = 4
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to dom19
>> (d19) [2013-09-17 09:14:57] HVM Loader
>> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
>> (d19) [2013-09-17 09:14:57] Xenbus rings @0xfeffc000, event channel 4
>> (d19) [2013-09-17 09:14:57] System requested SeaBIOS
>> (d19) [2013-09-17 09:14:57] CPU speed is 3200 MHz
>> (d19) [2013-09-17 09:14:57] Relocating guest memory for lowmem MMIO space disabled
>> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 0 changed 0 -> 5
>> (d19) [2013-09-17 09:14:57] PCI-ISA link 0 routed to IRQ5
>> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 1 changed 0 -> 10
>> (d19) [2013-09-17 09:14:57] PCI-ISA link 1 routed to IRQ10
>> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 2 changed 0 -> 11
>> (d19) [2013-09-17 09:14:57] PCI-ISA link 2 routed to IRQ11
>> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 3 changed 0 -> 5
>> (d19) [2013-09-17 09:14:57] PCI-ISA link 3 routed to IRQ5
>> (d19) [2013-09-17 09:14:57] pci dev 01:2 INTD->IRQ5
>> (d19) [2013-09-17 09:14:57] pci dev 01:3 INTA->IRQ10
>> (d19) [2013-09-17 09:14:57] pci dev 03:0 INTA->IRQ5
>> (d19) [2013-09-17 09:14:57] pci dev 04:0 INTA->IRQ5
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 INTA->IRQ10
>> (d19) [2013-09-17 09:14:57] pci dev 06:0 INTB->IRQ5
>> (d19) [2013-09-17 09:14:57] No RAM in high memory; setting high_mem resource base to 100000000
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 10 size 010000000: 0e000000c
>> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 10 size 002000000: 0f0000008
>> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 14 size 001000000: 0f2000008
>> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 10 size 000020000: 0f3000000
>> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 30 size 000020000: 0f3020000
>> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 18 size 000020000: 0f3040004
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 30 size 000020000: 0f3060000
>> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 30 size 000010000: 0f3080000
>> (d19) [2013-09-17 09:14:57] pci dev 06:0 bar 10 size 000004000: 0f3090004
>> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 14 size 000001000: 0f3094000
>> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 10 size 000000100: 00000c001
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 20 size 000000100: 00000c101
>> (XEN) [2013-09-17 09:14:57] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 14 size 000000040: 00000c201
>> (d19) [2013-09-17 09:14:57] pci dev 01:2 bar 20 size 000000020: 00000c241
>> (d19) [2013-09-17 09:14:57] pci dev 01:1 bar 20 size 000000010: 00000c261
>> (d19) [2013-09-17 09:14:57] Multiprocessor initialisation:
>> (d19) [2013-09-17 09:14:57]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
>> (d19) [2013-09-17 09:14:57]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
>> (d19) [2013-09-17 09:14:57] Testing HVM environment:
>> (d19) [2013-09-17 09:14:57]  - REP INSB across page boundaries ... passed
>> (d19) [2013-09-17 09:14:57]  - GS base MSRs and SWAPGS ... passed
>> (d19) [2013-09-17 09:14:57] Passed 2 of 2 tests
>> (d19) [2013-09-17 09:14:57] Writing SMBIOS tables ...
>> (d19) [2013-09-17 09:14:57] Loading SeaBIOS ...
>> (d19) [2013-09-17 09:14:57] Creating MP tables ...
>> (d19) [2013-09-17 09:14:57] Loading ACPI ...
>> (d19) [2013-09-17 09:14:57] vm86 TSS at fc00a080
>> (d19) [2013-09-17 09:14:57] BIOS map:
>> (d19) [2013-09-17 09:14:57]  10000-100d3: Scratch space
>> (d19) [2013-09-17 09:14:57]  e0000-fffff: Main BIOS
>> (d19) [2013-09-17 09:14:57] E820 table:
>> (d19) [2013-09-17 09:14:57]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
>> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:000a0000 - 00000000:000e0000
>> (d19) [2013-09-17 09:14:57]  [01]: 00000000:000e0000 - 00000000:00100000: RESERVED
>> (d19) [2013-09-17 09:14:57]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
>> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:3f800000 - 00000000:fc000000
>> (d19) [2013-09-17 09:14:57]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
>> (d19) [2013-09-17 09:14:57] Invoking SeaBIOS ...
>> (d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
>> (d19) [2013-09-17 09:14:57] 
>> (d19) [2013-09-17 09:14:57] Found Xen hypervisor signature at 40000000
>> (d19) [2013-09-17 09:14:57] xen: copy e820...
>> (d19) [2013-09-17 09:14:57] Ram Size=0x3f800000 (0x0000000000000000 high)
>> (d19) [2013-09-17 09:14:57] Relocating low data from 0x000e42d0 to 0x000ef790 (size 2153)
>> (d19) [2013-09-17 09:14:57] Relocating init from 0x000e4b39 to 0x3f7e2e80 (size 53335)
>> (d19) [2013-09-17 09:14:57] CPU Mhz=3200
>> (d19) [2013-09-17 09:14:57] Found 10 PCI devices (max PCI bus is 00)
>> (d19) [2013-09-17 09:14:57] Allocated Xen hypercall page at 3f7ff000
>> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
>> (d19) [2013-09-17 09:14:57] xen: copy BIOS tables...
>> (d19) [2013-09-17 09:14:57] Copying SMBIOS entry point from 0x00010010 to 0x000fdbd0
>> (d19) [2013-09-17 09:14:57] Copying MPTABLE from 0xfc001160/fc001170 to 0x000fdad0
>> (d19) [2013-09-17 09:14:57] Copying PIR from 0x00010030 to 0x000fda50
>> (d19) [2013-09-17 09:14:57] Copying ACPI RSDP from 0x000100b0 to 0x000fda20
>> (d19) [2013-09-17 09:14:57] Scan for VGA option rom
>> (d19) [2013-09-17 09:14:57] Running option rom at c000:0003
>> (XEN) [2013-09-17 09:14:57] stdvga.c:147:d19 entering stdvga and caching modes
>> (d19) [2013-09-17 09:14:57] Turning on vga text mode console
>> (d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
>> (d19) [2013-09-17 09:14:57] 
>> (d19) [2013-09-17 09:14:57] UHCI init on dev 00:01.2 (io=c240)
>> (d19) [2013-09-17 09:14:57] Found 1 lpt ports
>> (d19) [2013-09-17 09:14:57] Found 1 serial ports
>> (d19) [2013-09-17 09:14:57] ATA controller 1 at 1f0/3f4/c260 (irq 14 dev 9)
>> (d19) [2013-09-17 09:14:57] ATA controller 2 at 170/374/c268 (irq 15 dev 9)
>> (d19) [2013-09-17 09:14:57] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (20480 MiBytes)
>> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
>> (d19) [2013-09-17 09:14:57] DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD]
>> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@1/disk@0
>> (d19) [2013-09-17 09:14:57] PS2 keyboard initialized
>> (d19) [2013-09-17 09:14:57] All threads complete.
>> (d19) [2013-09-17 09:14:57] Scan for option roms
>> (d19) [2013-09-17 09:14:57] Running option rom at c900:0003
>> (d19) [2013-09-17 09:14:57] pmm call arg1=1
>> (d19) [2013-09-17 09:14:57] pmm call arg1=0
>> (d19) [2013-09-17 09:14:57] pmm call arg1=1
>> (d19) [2013-09-17 09:14:57] pmm call arg1=0
>> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@4
>> (d19) [2013-09-17 09:14:57] Press F12 for boot menu.
>> (d19) [2013-09-17 09:14:57] 
>> (d19) [2013-09-17 09:15:00] drive 0x000fd9d0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=41943040
>> (d19) [2013-09-17 09:15:00] Space available for UMB: 000ca000-000ee800
>> (d19) [2013-09-17 09:15:00] Returned 61440 bytes of ZoneHigh
>> (d19) [2013-09-17 09:15:00] e820 map has 6 items:
>> (d19) [2013-09-17 09:15:00]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
>> (d19) [2013-09-17 09:15:00]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
>> (d19) [2013-09-17 09:15:00]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
>> (d19) [2013-09-17 09:15:00]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
>> (d19) [2013-09-17 09:15:00]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
>> (d19) [2013-09-17 09:15:00]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
>> (d19) [2013-09-17 09:15:00] enter handle_19:
>> (d19) [2013-09-17 09:15:00]   NULL
>> (d19) [2013-09-17 09:15:00] Booting from Hard Disk...
>> (d19) [2013-09-17 09:15:00] Booting from 0000:7c00
>> (XEN) [2013-09-17 09:15:03] stdvga.c:151:d19 leaving stdvga
>> (XEN) [2013-09-17 09:15:09] stdvga.c:147:d19 entering stdvga and caching modes
>> (XEN) [2013-09-17 09:15:11] irq.c:375: Dom19 callback via changed to Direct Vector 0xf3
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:14] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:14] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 0 changed 5 -> 0
>> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 1 changed 10 -> 0
>> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 2 changed 11 -> 0
>> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 3 changed 5 -> 0


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

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
@ 2013-09-22 15:00     ` Sander Eikelenboom
  0 siblings, 0 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-09-22 15:00 UTC (permalink / raw)
  To: Pasi Kärkkäinen
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini


Sunday, September 22, 2013, 3:02:45 PM, you wrote:

> On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
>> *RESEND* due to exceeding the mailinglists limit for attachment size.
>> 
>> Hi,
>> 

> Hello,

>> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
>> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
>> 
>> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
>> - When i do passtrough the device to a HVM with the same kernel:
>>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
>> 

> Did you try with qemu-dm-traditional aswell? Does it have the same problem? 

Hi Pasi,

Yes i did and yes the same problem.
>From what i recall i used to have succes with vga passthrough with a secondary vga card, but that was some time ago.
I don't know which of the components (xen, dom0 kernel, domU kernel, radeon driver, qemu has changed in such a way that it fails to work now ...


But in the mean time i tried to debug it further and from what i can see:
- Only the io port en mem of the pci device are mapped through the hypervisor.
- The rom is not, (a hypercall to do the memory mapping is never made) i tried several things to get it to do the mapping, but so far failt to do so.
- It seems to be a 64bit capable device, some code comments and git commit messages seem to suggest that there were/are some problems with that (in the way the involved components interact)

--
Sander

> Thanks,

> -- Pasi

>> So I inspected the rom by using sysfs with:
>> echo 1 > /sys/bus/pci/devices/<BDF>/rom
>> cat /sys/bus/pci/devices/<BDF>/rom
>> 
>> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
>> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
>> 
>> So i tried both qemu-xen and qemu-xen-traditional, but both with the same result.
>> To see if some addresses get mangled i enabled the xen passthrough debug printk's for both qemu's and added a printk to the radeon driver to see where it tries to read the rom.
>> 
>> from dom0 lspci:
>> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>         Subsystem: PC Partner Limited Device [174b:e193]
>>         Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>         Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>         Interrupt: pin A routed to IRQ 32
>>         Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
>>         Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
>>         Region 4: I/O ports at a000 [disabled] [size=256]
>>         Expansion ROM at f99a0000 [disabled] [size=128K]
>> 
>> from qemu-dm-log:
>> vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
>> pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
>> xen_platform: changed ro/rw state of ROM memory area. now is rw state.
>> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
>> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
>> [00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
>> [00:05.0] xen_pt_register_regions: IO region 0 registered (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
>> [00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx base_addr=0xf99c0000lx type: 0x4)
>> [00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx base_addr=0xa000lx type: 0x1)
>> [00:05.0] xen_pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)
>> 
>> That seems to match ...
>> 
>> from guest lspci:
>> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>         Subsystem: PC Partner Limited Device [174b:e193]
>>         Physical Slot: 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-
>>         Interrupt: pin A routed to IRQ 36
>>         Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
>>         Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
>>         Region 4: I/O ports at c100 [size=256]
>>         Expansion ROM at f3060000 [disabled] [size=128K]
>> 
>> from the radeon driver in the guest:
>> 
>> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
>> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
>> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
>> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
>> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
>> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
>> 
>> <snip>
>> 
>> [    1.744843] [drm] Initialized drm 1.1.0 20060810
>> [    1.746503] [drm] radeon kernel modesetting enabled.
>> [    1.747964] [drm:drm_pci_init], 
>> [    1.749911] [drm:drm_get_pci_dev], 
>> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
>> [    1.755203] [drm:drm_get_minor], 
>> [    1.757902] [drm:drm_get_minor], new minor assigned 64
>> [    1.760337] [drm:drm_get_minor], 
>> [    1.762547] [drm:drm_get_minor], new minor assigned 0
>> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
>> [    1.767705] [drm] register mmio base: 0xF3040000
>> [    1.769135] [drm] register mmio size: 131072
>> [    1.770551] [drm] radeon_atrm_get_bios: failed 
>> [    1.771878] [drm] radeon_acpi_vfct_bios: failed 
>> [    1.773193] [drm] igp_read_bios_from_vram: failed 
>> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
>> [    1.777717] [drm] radeon_read_bios: succes 
>> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
>> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
>> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
>> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
>> [    1.789919] [drm] radeon: finishing device.
>> 
>> So the address that the radeon_read_bios function uses, also matches.
>> 
>> So i'm pretty clueless how it ends up with the data from the cirrus rom when it's reading the right address ...
>> 
>> 
>> I'm using:
>> Xen:               Xen-unstable git:c5e9596
>> Linux dom0 + domU: 3.12-mergewindow + konrad's jumplabel patch (i also tested with 3.9.0 kernel)
>> 
>> I have attached the qemu-xen logs, but i have the qemu-xen-traditional logs as well.
>> 
>> Attached:
>> - xl-dmesg.txt                   output of "xl dmesg" with start and shutdown of the guest
>> - xl-create.txt                  output of "xl -vvvvv create" of the guest
>> - lspci-dom0.txt                 output of "lspci -vvvknn" for dom0
>> - lspci-guest.txt                output of "lspci -vvvknn" for guest
>> - qemu-dm-guest-reduced.log      qemu log, reduced to be acceptable for the mailing list.
>>                                  a complete log with all pci config reads and writes
>>                                  can be found at: http://home.eikelenboom.it/qemu-dm-guest.log
>> - dmesg-guest.txt
>> 
>> --
>> 
>> Sander

>> [    0.000000] Initializing cgroup subsys cpuset
>> [    0.000000] Initializing cgroup subsys cpu
>> [    0.000000] Initializing cgroup subsys cpuacct
>> [    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
>> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
>> [    0.000000] e820: BIOS-provided physical RAM map:
>> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009fbff] usable
>> [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff] reserved
>> [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff] reserved
>> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7fefff] usable
>> [    0.000000] BIOS-e820: [mem 0x000000003f7ff000-0x000000003f7fffff] reserved
>> [    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
>> [    0.000000] NX (Execute Disable) protection: active
>> [    0.000000] SMBIOS 2.4 present.
>> [    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/17/2013
>> [    0.000000] Hypervisor detected: Xen HVM
>> [    0.000000] Xen version 4.4.
>> [    0.000000] Xen Platform PCI: I/O protocol version 1
>> [    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
>> [    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
>> [    0.000000] You might have to change the root device
>> [    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
>> [    0.000000] in your root= kernel command line option
>> [    0.000000] HVMOP_pagetable_dying not supported
>> [    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 = 0x3f7ff max_arch_pfn = 0x400000000
>> [    0.000000] MTRR default type: write-back
>> [    0.000000] MTRR fixed ranges enabled:
>> [    0.000000]   00000-9FFFF write-back
>> [    0.000000]   A0000-BFFFF write-combining
>> [    0.000000]   C0000-FFFFF write-back
>> [    0.000000] MTRR variable ranges enabled:
>> [    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
>> [    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
>> [    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
>> [    0.000000]   3 disabled
>> [    0.000000]   4 disabled
>> [    0.000000]   5 disabled
>> [    0.000000]   6 disabled
>> [    0.000000]   7 disabled
>> [    0.000000] TOM2: 0000000560000000 aka 22016M
>> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
>> [    0.000000] found SMP MP-table at [mem 0x000fdad0-0x000fdadf] mapped at [ffff8800000fdad0]
>> [    0.000000] Scanning 1 areas for low memory corruption
>> [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size 24576
>> [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
>> [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
>> [    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
>> [    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
>> [    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
>> [    0.000000] init_memory_mapping: [mem 0x3f400000-0x3f5fffff]
>> [    0.000000]  [mem 0x3f400000-0x3f5fffff] page 2M
>> [    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f3fffff]
>> [    0.000000]  [mem 0x3c000000-0x3f3fffff] page 2M
>> [    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
>> [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
>> [    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
>> [    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fefff]
>> [    0.000000]  [mem 0x3f600000-0x3f7fefff] page 4k
>> [    0.000000] BRK [0x02963000, 0x02963fff] PGTABLE
>> [    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
>> [    0.000000] ACPI: RSDP 00000000000fda20 00024 (v02    Xen)
>> [    0.000000] ACPI: XSDT 00000000fc009fc0 00054 (v01    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: FACP 00000000fc0098f0 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: DSDT 00000000fc0012a0 085CD (v02    Xen      HVM 00000000 INTL 20100528)
>> [    0.000000] ACPI: FACS 00000000fc001260 00040
>> [    0.000000] ACPI: APIC 00000000fc0099f0 00460 (v02    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: HPET 00000000fc009ed0 00038 (v01    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: WAET 00000000fc009f10 00028 (v01    Xen      HVM 00000000 HVML 00000000)
>> [    0.000000] ACPI: SSDT 00000000fc009f40 00031 (v02    Xen      HVM 00000000 INTL 20100528)
>> [    0.000000] ACPI: SSDT 00000000fc009f80 00031 (v02    Xen      HVM 00000000 INTL 20100528)
>> [    0.000000] ACPI: Local APIC address 0xfee00000
>> [    0.000000] No NUMA configuration found
>> [    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f7fefff]
>> [    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fefff]
>> [    0.000000]   NODE_DATA [mem 0x3f7f4000-0x3f7fefff]
>> [    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
>> [    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-0x0009efff]
>> [    0.000000]   node   0: [mem 0x00100000-0x3f7fefff]
>> [    0.000000] On node 0 totalpages: 259997
>> [    0.000000]   DMA zone: 64 pages used for memmap
>> [    0.000000]   DMA zone: 21 pages reserved
>> [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
>> [    0.000000]   DMA32 zone: 4000 pages used for memmap
>> [    0.000000]   DMA32 zone: 255999 pages, LIFO batch:31
>> [    0.000000] ACPI: PM-Timer IO Port: 0xb008
>> [    0.000000] ACPI: Local APIC address 0xfee00000
>> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
>> [    0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
>> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
>> [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
>> [    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 5 global_irq 5 low level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
>> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
>> [    0.000000] ACPI: IRQ0 used by override.
>> [    0.000000] ACPI: IRQ2 used by override.
>> [    0.000000] ACPI: IRQ5 used by override.
>> [    0.000000] ACPI: IRQ9 used by override.
>> [    0.000000] ACPI: IRQ10 used by override.
>> [    0.000000] ACPI: IRQ11 used by override.
>> [    0.000000] Using ACPI (MADT) for SMP configuration information
>> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
>> [    0.000000] smpboot: 128 Processors exceeds NR_CPUS limit of 8
>> [    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
>> [    0.000000] nr_irqs_gsi: 64
>> [    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
>> [    0.000000] Booting paravirtualized kernel on Xen HVM
>> [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
>> [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000 s83136 r8192 d23360 u262144
>> [    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
>> [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
>> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 255912
>> [    0.000000] Policy zone: DMA32
>> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
>> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
>> [    0.000000] Checking aperture...
>> [    0.000000] No AGP bridge found
>> [    0.000000] Memory: 991448K/1039988K available (10109K kernel code, 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
>> [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
>> [    0.000000] Preemptible hierarchical RCU implementation.
>> [    0.000000]        RCU dyntick-idle grace-period acceleration is enabled.
>> [    0.000000]        Additional per-CPU info printed with stalls.
>> [    0.000000] NR_IRQS:4352 nr_irqs:1152 16
>> [    0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
>> [    0.000000] Console: colour VGA+ 80x25
>> [    0.000000] console [tty0] enabled
>> [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
>> [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
>> [    0.000000] ... MAX_LOCK_DEPTH:          48
>> [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
>> [    0.000000] ... CLASSHASH_SIZE:          4096
>> [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
>> [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
>> [    0.000000] ... CHAINHASH_SIZE:          16384
>> [    0.000000]  memory used by lock dependency info: 5855 kB
>> [    0.000000]  per task-struct memory footprint: 1920 bytes
>> [    0.000000] kmemleak: Kernel memory leak detector disabled
>> [    0.000000] hpet clockevent registered
>> [    0.000000] tsc: Detected 3200.144 MHz processor
>> [    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
>> [    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.96 BogoMIPS (lpj=10667146)
>> [    0.007910] pid_max: default: 32768 minimum: 301
>> [    0.009404] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
>> [    0.010274] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
>> [    0.013509] Mount-cache hash table entries: 256
>> [    0.015617] Initializing cgroup subsys freezer
>> [    0.016702] Initializing cgroup subsys blkio
>> [    0.018219] tseg: 0000000000
>> [    0.020054] CPU: Physical Processor ID: 0
>> [    0.021397] CPU: Processor Core ID: 0
>> [    0.022677] mce: CPU supports 2 MCE banks
>> [    0.023358] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
>> [    0.023358] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
>> [    0.023358] tlb_flushall_shift: 4
>> [    0.026971] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 - ffffffff82003000)
>> [    0.031792] ACPI: Core revision 20130725
>> [    0.041888] ACPI: All ACPI Tables successfully acquired
>> [    0.047025] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
>> [    0.082537] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
>> [    0.086449] Xen: using vcpuop timer interface
>> [    0.086676] installing Xen timer for CPU 0
>> [    0.088169] Performance Events: Broken PMU hardware detected, using software events only.
>> [    0.089999] Failed to access perfctr msr (MSR c0010004 is 0)
>> [    0.113523] NMI watchdog: disabled (cpu0): hardware events not enabled
>> [    0.120163] installing Xen timer for CPU 1
>> [    0.121727] SMP alternatives: lockdep: fixing up alternatives
>> [    0.123380] smpboot: Booting Node   0, Processors  #1
>> [    0.230557] Brought up 2 CPUs
>> [    0.232915] smpboot: Total of 2 processors activated (12904.77 BogoMIPS)
>> [    0.237280] xor: measuring software checksum speed
>> [    0.270031]    prefetch64-sse:   854.400 MB/sec
>> [    0.303355]    generic_sse:   860.400 MB/sec
>> [    0.306019] xor: using function: generic_sse (860.400 MB/sec)
>> [    0.306921] NET: Registered protocol family 16
>> [    0.310119] xenbus: xs_reset_watches failed: -38
>> [    0.313427] cpuidle: using governor ladder
>> [    0.316677] cpuidle: using governor menu
>> [    0.333188] ACPI: bus type PCI registered
>> [    0.333356] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
>> [    0.337653] PCI: Using configuration type 1 for base access
>> [    0.340012] PCI: Using configuration type 1 for extended access
>> [    0.389611] bio: create slab <bio-0> at 0
>> [    0.450052] raid6: sse2x1    2658 MB/s
>> [    0.511079] raid6: sse2x2    3617 MB/s
>> [    0.566841] raid6: sse2x4    3268 MB/s
>> [    0.568215] raid6: using algorithm sse2x2 (3617 MB/s)
>> [    0.569591] raid6: using intx1 recovery algorithm
>> [    0.576735] ACPI: Added _OSI(Module Device)
>> [    0.578237] ACPI: Added _OSI(Processor Device)
>> [    0.579572] ACPI: Added _OSI(3.0 _SCP Extensions)
>> [    0.580039] ACPI: Added _OSI(Processor Aggregator Device)
>> [    0.587697] ACPI: EC: Look up EC in DSDT
>> [    0.600422] ACPI: Interpreter enabled
>> [    0.603404] ACPI: (supports S0 S5)
>> [    0.606682] ACPI: Using IOAPIC for interrupt routing
>> [    0.608147] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
>> [    0.638813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
>> [    0.640021] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
>> [    0.642119] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
>> [    0.644027] pci_bus 0000:00: dev 01, created physical slot 1
>> [    0.645538] pci_bus 0000:00: dev 02, created physical slot 2
>> [    0.646696] pci_bus 0000:00: dev 03, created physical slot 3
>> [    0.650016] pci_bus 0000:00: dev 04, created physical slot 4
>> [    0.650016] pci_bus 0000:00: dev 05, created physical slot 5
>> [    0.653367] pci_bus 0000:00: dev 06, created physical slot 6
>> [    0.655112] pci_bus 0000:00: dev 07, created physical slot 7
>> [    0.656508] pci_bus 0000:00: dev 08, created physical slot 8
>> [    0.656741] pci_bus 0000:00: dev 09, created physical slot 9
>> [    0.658161] pci_bus 0000:00: dev 0a, created physical slot 10
>> [    0.659565] pci_bus 0000:00: dev 0b, created physical slot 11
>> [    0.660036] pci_bus 0000:00: dev 0c, created physical slot 12
>> [    0.661420] pci_bus 0000:00: dev 0d, created physical slot 13
>> [    0.663415] pci_bus 0000:00: dev 0e, created physical slot 14
>> [    0.664832] pci_bus 0000:00: dev 0f, created physical slot 15
>> [    0.666589] pci_bus 0000:00: dev 10, created physical slot 16
>> [    0.670027] pci_bus 0000:00: dev 11, created physical slot 17
>> [    0.671489] pci_bus 0000:00: dev 12, created physical slot 18
>> [    0.673000] pci_bus 0000:00: dev 13, created physical slot 19
>> [    0.673382] pci_bus 0000:00: dev 14, created physical slot 20
>> [    0.674831] pci_bus 0000:00: dev 15, created physical slot 21
>> [    0.676298] pci_bus 0000:00: dev 16, created physical slot 22
>> [    0.676736] pci_bus 0000:00: dev 17, created physical slot 23
>> [    0.678140] pci_bus 0000:00: dev 18, created physical slot 24
>> [    0.683376] pci_bus 0000:00: dev 19, created physical slot 25
>> [    0.685751] pci_bus 0000:00: dev 1a, created physical slot 26
>> [    0.686708] pci_bus 0000:00: dev 1b, created physical slot 27
>> [    0.689182] pci_bus 0000:00: dev 1c, created physical slot 28
>> [    0.690042] pci_bus 0000:00: dev 1d, created physical slot 29
>> [    0.692324] pci_bus 0000:00: dev 1e, created physical slot 30
>> [    0.696707] pci_bus 0000:00: dev 1f, created physical slot 31
>> [    0.699644] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
>> [    0.703549] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
>> [    0.705792] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
>> [    0.706679] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
>> [    0.709070] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
>> [    0.713351] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
>> [    0.716686] acpiphp: Slot [3] registered
>> [    0.717007] acpiphp: Slot [4] registered
>> [    0.720251] acpiphp: Slot [5] registered
>> [    0.723376] acpiphp: Slot [6] registered
>> [    0.727052] acpiphp: Slot [7] registered
>> [    0.730039] acpiphp: Slot [8] registered
>> [    0.733573] acpiphp: Slot [9] registered
>> [    0.736705] acpiphp: Slot [10] registered
>> [    0.736971] acpiphp: Slot [11] registered
>> [    0.740038] acpiphp: Slot [12] registered
>> [    0.743689] acpiphp: Slot [13] registered
>> [    0.746702] acpiphp: Slot [14] registered
>> [    0.750388] acpiphp: Slot [15] registered
>> [    0.753398] acpiphp: Slot [16] registered
>> [    0.755940] acpiphp: Slot [17] registered
>> [    0.756714] acpiphp: Slot [18] registered
>> [    0.767101] acpiphp: Slot [19] registered
>> [    0.770081] acpiphp: Slot [20] registered
>> [    0.773377] acpiphp: Slot [21] registered
>> [    0.776971] acpiphp: Slot [22] registered
>> [    0.780060] acpiphp: Slot [23] registered
>> [    0.790129] acpiphp: Slot [24] registered
>> [    0.803393] acpiphp: Slot [25] registered
>> [    0.831233] acpiphp: Slot [26] registered
>> [    0.837007] acpiphp: Slot [27] registered
>> [    0.840098] acpiphp: Slot [28] registered
>> [    0.843376] acpiphp: Slot [29] registered
>> [    0.846712] acpiphp: Slot [30] registered
>> [    0.850117] acpiphp: Slot [31] registered
>> [    0.850117] PCI host bridge to bus 0000:00
>> [    0.852315] pci_bus 0000:00: root bus resource [bus 00-ff]
>> [    0.856693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
>> [    0.859453] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
>> [    0.860071] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
>> [    0.862869] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfbffffff]
>> [    0.866679] pci_bus 0000:00: scanning bus
>> [    0.869852] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
>> [    0.873563] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
>> [    0.884192] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
>> [    0.895546] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
>> [    0.929999] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
>> [    0.952118] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
>> [    0.986421] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
>> [    1.000514] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
>> [    1.002072] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
>> [    1.007076] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
>> [    1.008648] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
>> [    1.013502] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by PIIX4 SMB
>> [    1.015438] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
>> [    1.017615] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
>> [    1.030035] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
>> [    1.043410] pci 0000:00:02.0: reg 0x14: [mem 0xf3094000-0xf3094fff]
>> [    1.100021] pci 0000:00:02.0: reg 0x30: [mem 0xf3080000-0xf308ffff pref]
>> [    1.103759] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
>> [    1.116708] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
>> [    1.130059] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
>> [    1.188018] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
>> [    1.213333] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
>> [    1.223372] pci 0000:00:05.0: reg 0x18: [mem 0xf3040000-0xf305ffff 64bit]
>> [    1.230018] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
>> [    1.250022] pci 0000:00:05.0: reg 0x30: [mem 0xf3060000-0xf307ffff pref]
>> [    1.252053] pci 0000:00:05.0: supports D1 D2
>> [    1.255355] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
>> [    1.256666] pci 0000:00:06.0: reg 0x10: [mem 0xf3090000-0xf3093fff 64bit]
>> [    1.263333] pci 0000:00:06.0: supports D1 D2
>> [    1.265953] pci_bus 0000:00: fixups for bus
>> [    1.266666] pci_bus 0000:00: bus scan returning with max=00
>> [    1.266666] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
>> [    1.266666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
>> [    1.266666] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
>> [    1.266666] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
>> [    1.270278] ACPI: Enabled 2 GPEs in block 00 to 0F
>> [    1.273333] ACPI: \_SB_.PCI0: notify handler is installed
>> [    1.273333] Found 1 acpi root devices
>> [    1.273333] xen:balloon: Initialising balloon driver
>> [    1.273433] xen_balloon: Initialising balloon driver
>> [    1.275068] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
>> [    1.275942] vgaarb: device added: PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
>> [    1.276666] vgaarb: loaded
>> [    1.276666] vgaarb: bridge control possible 0000:00:05.0
>> [    1.276666] vgaarb: no bridge control possible 0000:00:02.0
>> [    1.276666] SCSI subsystem initialized
>> [    1.276666] libata version 3.00 loaded.
>> [    1.276666] ACPI: bus type USB registered
>> [    1.277217] usbcore: registered new interface driver usbfs
>> [    1.278077] usbcore: registered new interface driver hub
>> [    1.278077] usbcore: registered new device driver usb
>> [    1.280325] Linux video capture interface: v2.00
>> [    1.281514] pps_core: LinuxPPS API ver. 1 registered
>> [    1.282276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
>> [    1.283333] PTP clock support registered
>> [    1.283333] Advanced Linux Sound Architecture Driver Initialized.
>> [    1.283333] PCI: Using ACPI for IRQ routing
>> [    1.283333] PCI: pci_cache_line_size set to 64 bytes
>> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
>> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
>> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
>> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
>> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
>> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
>> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
>> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
>> [    1.286666] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
>> [    1.286666] e820: reserve RAM buffer [mem 0x3f7ff000-0x3fffffff]
>> [    1.286871] Bluetooth: Core ver 2.16
>> [    1.290033] NET: Registered protocol family 31
>> [    1.292390] Bluetooth: HCI device and connection manager initialized
>> [    1.293333] Bluetooth: HCI socket layer initialized
>> [    1.293333] Bluetooth: L2CAP socket layer initialized
>> [    1.293333] Bluetooth: SCO socket layer initialized
>> [    1.293333] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
>> [    1.293333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
>> [    1.293333] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
>> [    1.296395] Switched to clocksource xen
>> [    1.296666] FS-Cache: Loaded
>> [    1.297469] pnp: PnP ACPI init
>> [    1.298746] ACPI: bus type PNP registered
>> [    1.300356] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
>> [    1.301894] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    1.303518] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
>> [    1.305522] system 00:02: [io  0x08a0-0x08a3] has been reserved
>> [    1.307001] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
>> [    1.310024] system 00:02: [io  0x04d0-0x04d1] has been reserved
>> [    1.320627] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    1.351879] pnp 00:03: [dma 4]
>> [    1.357740] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
>> [    1.362206] xen: --> pirq=16 -> irq=8 (gsi=8)
>> [    1.363806] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
>> [    1.365710] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
>> [    1.367661] xen: --> pirq=17 -> irq=12 (gsi=12)
>> [    1.369285] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
>> [    1.370851] xen: --> pirq=18 -> irq=1 (gsi=1)
>> [    1.372569] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
>> [    1.374663] xen: --> pirq=19 -> irq=6 (gsi=6)
>> [    1.376869] pnp 00:08: [dma 2]
>> [    1.378403] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
>> [    1.381042] xen: --> pirq=20 -> irq=4 (gsi=4)
>> [    1.382981] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
>> [    1.384588] xen: --> pirq=21 -> irq=7 (gsi=7)
>> [    1.386128] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
>> [    1.388124] system 00:0b: [io  0xae00-0xae0f] has been reserved
>> [    1.389607] system 00:0b: [io  0xb044-0xb047] has been reserved
>> [    1.391028] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
>> [    1.393084] pnp: PnP ACPI: found 12 devices
>> [    1.394550] ACPI: bus type PNP unregistered
>> [    1.413954] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
>> [    1.415535] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
>> [    1.417203] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
>> [    1.418685] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
>> [    1.420210] NET: Registered protocol family 2
>> [    1.422209] TCP established hash table entries: 8192 (order: 5, 131072 bytes)
>> [    1.424041] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
>> [    1.426660] TCP: Hash tables configured (established 8192 bind 8192)
>> [    1.428756] TCP: reno registered
>> [    1.430133] UDP hash table entries: 512 (order: 4, 81920 bytes)
>> [    1.431591] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
>> [    1.433355] NET: Registered protocol family 1
>> [    1.434814] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
>> [    1.436159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
>> [    1.437611] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
>> [    1.439161] pci 0000:00:01.0: PIIX3: Enabling Passive Release
>> [    1.440771] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
>> [    1.442572] pci 0000:00:01.0: Activating ISA DMA hang workarounds
>> [    1.444555] pci 0000:00:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
>> [    1.447397] xen: --> pirq=22 -> irq=23 (gsi=23)
>> [    1.452957] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
>> [    1.454614] pci 0000:00:02.0: Boot video device
>> [    1.456105] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
>> [    1.457984] pci 0000:00:05.0: Boot video device
>> [    1.459683] PCI: CLS 0 bytes, default 64
>> [    1.461462] Trying to unpack rootfs image as initramfs...
>> [    1.543512] Freeing initrd memory: 4996K (ffff88003762e000 - ffff880037b0f000)
>> [    1.553915] DMA-API: preallocated 65536 debug entries
>> [    1.555928] DMA-API: debugging enabled by kernel config
>> [    1.559170] Scanning for low memory corruption every 60 seconds
>> [    1.564307] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
>> [    1.568143] audit: initializing netlink socket (disabled)
>> [    1.569592] type=2000 audit(1379409313.121:1): initialized
>> [    1.571623] bounce pool size: 64 pages
>> [    1.572971] HugeTLB registered 2 MB page size, pre-allocated 0 pages
>> [    1.589346] VFS: Disk quotas dquot_6.5.2
>> [    1.591062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
>> [    1.596280] NTFS driver 2.1.30 [Flags: R/W].
>> [    1.598516] fuse init (API version 7.22)
>> [    1.601515] bio: create slab <bio-1> at 1
>> [    1.604032] Btrfs loaded
>> [    1.606549] GFS2 installed
>> [    1.608181] ceph: loaded (mds proto 32)
>> [    1.609650] msgmni has been set to 1946
>> [    1.612868] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
>> [    1.615969] io scheduler noop registered
>> [    1.620128] io scheduler deadline registered
>> [    1.622091] io scheduler cfq registered (default)
>> [    1.625114] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
>> [    1.626889] crc32: self tests passed, processed 225944 bytes in 122522 nsec
>> [    1.628486] crc32c: CRC_LE_BITS = 64
>> [    1.629942] crc32c: self tests passed, processed 225944 bytes in 61570 nsec
>> [    1.632530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
>> [    1.634759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
>> [    1.636224] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
>> [    1.638321] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
>> [    1.640530] cpcihp_generic: not configured, disabling.
>> [    1.642226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
>> [    1.645585] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
>> [    1.648766] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
>> [    1.651005] ACPI: Power Button [PWRF]
>> [    1.652541] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
>> [    1.654770] ACPI: Sleep Button [SLPF]
>> [    1.664469] xen:xen_evtchn: Event-channel device installed
>> [    1.669021] xen: --> pirq=23 -> irq=28 (gsi=28)
>> [    1.670635] xen:grant_table: Grant tables using version 1 layout
>> [    1.672167] Grant table initialized
>> [    1.676292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
>> [    1.715980] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
>> [    1.738514] Linux agpgart interface v0.103
>> [    1.740804] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
>> [    1.742909] Hangcheck: Using getrawmonotonic().
>> [    1.744843] [drm] Initialized drm 1.1.0 20060810
>> [    1.746503] [drm] radeon kernel modesetting enabled.
>> [    1.747964] [drm:drm_pci_init], 
>> [    1.749911] [drm:drm_get_pci_dev], 
>> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
>> [    1.755203] [drm:drm_get_minor], 
>> [    1.757902] [drm:drm_get_minor], new minor assigned 64
>> [    1.760337] [drm:drm_get_minor], 
>> [    1.762547] [drm:drm_get_minor], new minor assigned 0
>> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
>> [    1.767705] [drm] register mmio base: 0xF3040000
>> [    1.769135] [drm] register mmio size: 131072
>> [    1.770551] [drm] radeon_atrm_get_bios: failed 
>> [    1.771878] [drm] radeon_acpi_vfct_bios: failed 
>> [    1.773193] [drm] igp_read_bios_from_vram: failed 
>> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3060000
>> [    1.777717] [drm] radeon_read_bios: succes 
>> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
>> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
>> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
>> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
>> [    1.789919] [drm] radeon: finishing device.
>> [    1.791325] [TTM] Memory type 2 has not been initialized
>> [    1.799821] [drm:drm_put_minor], release secondary minor 0
>> [    1.802369] [drm:drm_put_minor], release secondary minor 64
>> [    1.808466] radeon: probe of 0000:00:05.0 failed with error -22
>> [    1.840256] [drm:drm_pci_init], 
>> [    1.845669] [drm:drm_get_pci_dev], 
>> [    1.848075] [drm:drm_get_minor], 
>> [    1.850354] [drm:drm_get_minor], new minor assigned 64
>> [    1.852444] [drm:drm_get_minor], 
>> [    1.854914] [drm:drm_get_minor], new minor assigned 0
>> [    1.857213] [TTM] Zone  kernel: Available graphics memory: 498238 kiB
>> [    1.858995] [TTM] Initializing pool allocator
>> [    1.860330] [TTM] Initializing DMA pool allocator
>> [    1.862319] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1]
>> [    1.865161] [drm:drm_helper_probe_single_connector_modes], [CONNECTOR:5:VGA-1] probed modes :
>> [    1.867905] [drm:drm_mode_debug_printmodeline], Modeline 25:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
>> [    1.870749] [drm:drm_mode_debug_printmodeline], Modeline 24:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
>> [    1.873615] [drm:drm_mode_debug_printmodeline], Modeline 23:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
>> [    1.876797] [drm:drm_mode_debug_printmodeline], Modeline 22:"1280x800" 60 71000 1280 1328 1360 1440 800 803 809 823 0x40 0x9
>> [    1.879705] [drm:drm_mode_debug_printmodeline], Modeline 21:"1280x768" 60 79500 1280 1344 1472 1664 768 771 778 798 0x40 0x6
>> [    1.882500] [drm:drm_mode_debug_printmodeline], Modeline 20:"1280x768" 60 68250 1280 1328 1360 1440 768 771 778 790 0x40 0x9
>> [    1.885314] [drm:drm_mode_debug_printmodeline], Modeline 14:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
>> [    1.888557] [drm:drm_mode_debug_printmodeline], Modeline 9:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
>> [    1.891615] [drm:drm_mode_debug_printmodeline], Modeline 8:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
>> [    1.894857] [drm:drm_mode_debug_printmodeline], Modeline 13:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
>> [    1.897622] [drm:drm_mode_debug_printmodeline], Modeline 6:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
>> [    1.900401] [drm:drm_setup_crtcs], 
>> [    1.902276] [drm:drm_enable_connectors], connector 5 enabled? yes
>> [    1.904425] [drm:drm_target_preferred], looking for cmdline mode on connector 5
>> [    1.907019] [drm:drm_target_preferred], looking for preferred mode on connector 5
>> [    1.910214] [drm:drm_target_preferred], found mode 1280x1024
>> [    1.914217] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
>> [    1.918064] [drm:drm_setup_crtcs], desired mode 1280x1024 set on crtc 3
>> [    1.922808] [drm:drm_framebuffer_reference], FB ID: 10
>> [    1.927686] [drm] fb mappable at 0x0
>> [    1.930020] [drm] vram aper at 0x0
>> [    1.932487] [drm] size 0
>> [    1.934735] [drm] fb depth is 24
>> [    1.936980] [drm]    pitch is 3840
>> [    1.939982] fbcon: cirrusdrmfb (fb0) is primary device
>> [    1.941542] [drm:drm_crtc_helper_set_config], 
>> [    1.941546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [    1.941550] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode set
>> [    1.941553] [drm:drm_crtc_helper_set_config], modes are different, full mode set
>> [    1.941555] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0 0 0 0 0 0 0 0 0 0x0 0x0
>> [    1.941558] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
>> [    1.941563] [drm:drm_crtc_helper_set_config], encoder changed, full mode switch
>> [    1.941565] [drm:drm_crtc_helper_set_config], crtc changed, full mode switch
>> [    1.941567] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [    1.941569] [drm:drm_crtc_helper_set_config], attempting to set mode from userspace
>> [    1.941572] [drm:drm_mode_debug_printmodeline], Modeline 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
>> [    1.941577] [drm:drm_crtc_helper_set_mode], [CRTC:3]
>> [    1.953352] [drm:drm_crtc_helper_set_mode], [ENCODER:4:DAC-4] set [MODE:7:1280x1024]
>> [    1.953355] [drm:drm_calc_timestamping_constants], crtc 3: hwmode: htotal 1688, vtotal 1066, vdisplay 1024
>> [    1.953357] [drm:drm_calc_timestamping_constants], crtc 3: clock 108000 kHz framedur 16661185 linedur 15629, pixeldur 9
>> [    1.953363] [drm:drm_crtc_helper_set_config], Setting connector DPMS state to on
>> [    1.953365] [drm:drm_crtc_helper_set_config],      [CONNECTOR:5:VGA-1] set DPMS on
>> [    1.953370] [drm:drm_framebuffer_reference], FB ID: 10
>> [    1.953487] [drm:drm_crtc_helper_set_config], 
>> [    1.953489] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [    1.953494] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [    1.953497] [drm:drm_framebuffer_reference], FB ID: 10
>> [    1.953498] [drm:drm_framebuffer_unreference], FB ID: 10
>> [    2.038647] [drm:drm_crtc_helper_set_config], 
>> [    2.038651] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [    2.038658] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [    2.038661] [drm:drm_framebuffer_reference], FB ID: 10
>> [    2.038662] [drm:drm_framebuffer_unreference], FB ID: 10
>> [    2.112460] Console: switching to colour frame buffer device 160x64
>> [    2.112473] [drm:drm_crtc_helper_set_config], 
>> [    2.112475] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [    2.112482] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [    2.112485] [drm:drm_framebuffer_reference], FB ID: 10
>> [    2.112487] [drm:drm_framebuffer_unreference], FB ID: 10
>> [    2.186982] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
>> [    2.188860] cirrus 0000:00:02.0: registered panic notifier
>> [    2.190604] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on minor 0
>> [    2.192631] [drm:drm_pci_init], 
>> [    2.198055] brd: module loaded
>> [    2.203121] loop: module loaded
>> [    2.224917] tun: Universal TUN/TAP device driver, 1.6
>> [    2.226696] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
>> [    2.228570] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
>> [    2.231161] e1000: Copyright (c) 1999-2006 Intel Corporation.
>> [    2.232932] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
>> [    2.234578] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
>> [    2.237460] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
>> [    2.239198] igb: Copyright (c) 2007-2013 Intel Corporation.
>> [    2.242370] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
>> [    2.244130] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
>> [    2.246106] xen_netfront: Initialising Xen virtual ethernet driver
>> [    2.253510] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: enabled;
>> [    2.259883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
>> [    2.261790] ehci-pci: EHCI PCI platform driver
>> [    2.264122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
>> [    2.265913] ohci-pci: OHCI PCI platform driver
>> [    2.268005] uhci_hcd: USB Universal Host Controller Interface driver
>> [    2.270950] uhci_hcd 0000:00:01.2: enabling bus mastering
>> [    2.275656] uhci_hcd 0000:00:01.2: setting latency timer to 64
>> [    2.278106] uhci_hcd 0000:00:01.2: UHCI Host Controller
>> [    2.280655]  xvda: xvda1 xvda2 < xvda5 >
>> [    2.283105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
>> [    2.287868] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
>> [    2.293675] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
>> [    2.295560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
>> [    2.297375] usb usb1: Product: UHCI Host Controller
>> [    2.299506] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
>> [    2.301365] usb usb1: SerialNumber: 0000:00:01.2
>> [    2.306128] hub 1-0:1.0: USB hub found
>> [    2.308175] hub 1-0:1.0: 2 ports detected
>> [    2.312359] usbcore: registered new interface driver usblp
>> [    2.314281] usbcore: registered new interface driver usb-storage
>> [    2.316546] usbcore: registered new interface driver usbserial
>> [    2.318509] usbcore: registered new interface driver cp210x
>> [    2.320517] usbserial: USB Serial support registered for cp210x
>> [    2.322507] usbcore: registered new interface driver cypress_m8
>> [    2.324603] usbserial: USB Serial support registered for DeLorme Earthmate USB
>> [    2.326707] usbserial: USB Serial support registered for HID->COM RS232 Adapter
>> [    2.329222] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
>> [    2.332298] usbcore: registered new interface driver mos7720
>> [    2.334326] usbserial: USB Serial support registered for Moschip 2 port adapter
>> [    2.336296] usbcore: registered new interface driver mos7840
>> [    2.339334] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
>> [    2.341311] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
>> [    2.372506] serio: i8042 KBD port at 0x60,0x64 irq 1
>> [    2.374921] serio: i8042 AUX port at 0x60,0x64 irq 12
>> [    2.377750] mousedev: PS/2 mouse device common for all mice
>> [    2.383774] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
>> [    2.412740] input: Xen Virtual Keyboard as /devices/virtual/input/input3
>> [    2.415113] input: Xen Virtual Pointer as /devices/virtual/input/input4
>> [    2.441217] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
>> [    2.443213] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram, hpet irqs
>> [    2.448798] piix4_smbus 0000:00:01.3: Host SMBus controller not enabled!
>> [    2.451314] lirc_dev: IR Remote Control driver registered, major 248 
>> [    2.453197] IR NEC protocol handler initialized
>> [    2.454994] IR RC5(x) protocol handler initialized
>> [    2.456839] IR RC6 protocol handler initialized
>> [    2.458729] IR JVC protocol handler initialized
>> [    2.460532] IR Sony protocol handler initialized
>> [    2.462373] IR RC5 (streamzap) protocol handler initialized
>> [    2.464199] IR SANYO protocol handler initialized
>> [    2.465933] IR MCE Keyboard/mouse protocol handler initialized
>> [    2.467725] IR LIRC bridge handler initialized
>> [    2.469491] cx25821: driver version 0.0.106 loaded
>> [    2.471745] usbcore: registered new interface driver pvrusb2
>> [    2.473480] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
>> [    2.476532] pvrusb2: Debug mask is 31 (0x1f)
>> [    2.487290] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
>> [    2.491295] xen_wdt: Xen WatchDog Timer Driver v0.01
>> [    2.533305] xen_wdt: initialized (timeout=60s, nowayout=0)
>> [    2.536002] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
>> [    2.539707] Bluetooth: Virtual HCI driver ver 1.3
>> [    2.542258] Bluetooth: HCI UART driver ver 2.2
>> [    2.543999] Bluetooth: HCI H4 protocol initialized
>> [    2.545664] Bluetooth: HCI BCSP protocol initialized
>> [    2.547387] Bluetooth: HCILL protocol initialized
>> [    2.549059] Bluetooth: HCIATH3K protocol initialized
>> [    2.550848] Bluetooth: HCI Three-wire UART (H5) protocol initialized
>> [    2.552803] usbcore: registered new interface driver bcm203x
>> [    2.554723] usbcore: registered new interface driver bpa10x
>> [    2.556617] usbcore: registered new interface driver bfusb
>> [    2.559609] usbcore: registered new interface driver btusb
>> [    2.561628] usbcore: registered new interface driver ath3k
>> [    2.563188] ioremap error for 0xfc001000-0xfc002000, requested 0x10, got 0x0
>> [    2.565091] hidraw: raw HID events driver (C) Jiri Kosina
>> [    2.568391] usbcore: registered new interface driver usbhid
>> [    2.570046] usbhid: USB HID core driver
>> [    2.574837] xen: --> pirq=33 -> irq=41 (gsi=41)
>> [    2.578242] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
>> [    2.579853] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=80
>> [    2.600606] usbcore: registered new interface driver snd-usb-audio
>> [    2.602765] usbcore: registered new interface driver snd-ua101
>> [    2.604542] usbcore: registered new interface driver snd-usb-usx2y
>> [    2.606240] usbcore: registered new interface driver snd-usb-caiaq
>> [    2.607953] usbcore: registered new interface driver snd-usb-6fire
>> [    2.609590] Netfilter messages via NETLINK v0.30.
>> [    2.611228] nfnl_acct: registering with nfnetlink.
>> [    2.613120] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
>> [    2.615344] ctnetlink v0.93: registering with nfnetlink.
>> [    2.618419] xt_time: kernel timezone is -0000
>> [    2.619979] ip_set: protocol 6
>> [    2.621538] IPVS: Registered protocols ()
>> [    2.623258] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
>> [    2.624923] IPVS: Creating netns size=1904 id=0
>> [    2.627127] IPVS: ipvs loaded.
>> [    2.629354] ip_tables: (C) 2000-2006 Netfilter Core Team
>> [    2.631187] TCP: cubic registered
>> [    2.632656] NET: Registered protocol family 17
>> [    2.635367] Bridge firewalling registered
>> [    2.636897] Ebtables v2.0 registered
>> [    2.639225] Bluetooth: RFCOMM TTY layer initialized
>> [    2.640742] Bluetooth: RFCOMM socket layer initialized
>> [    2.642171] Bluetooth: RFCOMM ver 1.11
>> [    2.643580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
>> [    2.645010] Bluetooth: BNEP filters: protocol multicast
>> [    2.646420] Bluetooth: BNEP socket layer initialized
>> [    2.647858] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
>> [    2.649294] Bluetooth: HIDP socket layer initialized
>> [    2.650788] Key type ceph registered
>> [    2.652389] libceph: loaded (mon/osd proto 15/24)
>> [    2.654437] registered taskstats version 1
>> [    2.659955] xenbus_probe_frontend: Device with no driver: device/pci/0
>> [    2.661879] console [netcon0] enabled
>> [    2.663446] netconsole: network logging started
>> [    2.665236] rtc_cmos 00:04: setting system clock to 2013-09-17 09:15:15 UTC (1379409315)
>> [    2.667038] ALSA device list:
>> [    2.668619]   #0: HD-Audio Generic at 0xf3090000 irq 80
>> [    2.672662] Freeing unused kernel memory: 1068K (ffffffff81ef0000 - ffffffff81ffb000)
>> [    2.674292] Write protecting the kernel read-only data: 14336k
>> [    2.679086] Freeing unused kernel memory: 120K (ffff8800019e2000 - ffff880001a00000)
>> [    2.681086] Freeing unused kernel memory: 36K (ffff880001df7000 - ffff880001e00000)
>> [    2.714316] usb 1-1: new full-speed USB device number 2 using uhci_hcd
>> [    3.034772] usb 1-1: New USB device found, idVendor=0627, idProduct=0001
>> [    3.036432] usb 1-1: New USB device strings: Mfr=1, Product=3, SerialNumber=5
>> [    3.038495] usb 1-1: Product: QEMU USB Tablet
>> [    3.040085] usb 1-1: Manufacturer: QEMU
>> [    3.041644] usb 1-1: SerialNumber: 42
>> [    3.071432] input: QEMU QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input5
>> [    3.074317] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
>> [    3.205535] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input6
>> [    3.243471] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
>> [    5.744943] udevd[1591]: starting version 175
>> [   10.475221] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1 across:901116k SS
>> [   10.505906] EXT4-fs (xvda1): re-mounted. Opts: (null)
>> [   10.852323] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
>> [   13.589186] [drm:drm_crtc_helper_set_config], 
>> [   13.589188] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   13.589200] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   13.589203] [drm:drm_framebuffer_reference], FB ID: 10
>> [   13.589204] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.219989] [drm:drm_crtc_helper_set_config], 
>> [   19.219992] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.220008] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.220010] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.220011] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.291242] [drm:drm_stub_open], 
>> [   19.291251] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291258] [drm:drm_setup], 
>> [   19.291282] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291343] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291356] [drm:drm_release], open_count = 1
>> [   19.291358] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291456] [drm:drm_lastclose], 
>> [   19.291458] [drm:drm_lastclose], driver lastclose completed
>> [   19.291461] [drm:drm_lastclose], lastclose completed
>> [   19.291477] [drm:drm_stub_open], 
>> [   19.291479] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291483] [drm:drm_setup], 
>> [   19.291486] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291489] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291494] [drm:drm_release], open_count = 1
>> [   19.291495] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291499] [drm:drm_lastclose], 
>> [   19.291500] [drm:drm_lastclose], driver lastclose completed
>> [   19.291502] [drm:drm_lastclose], lastclose completed
>> [   19.291518] [drm:drm_stub_open], 
>> [   19.291521] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291524] [drm:drm_setup], 
>> [   19.291527] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291530] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291535] [drm:drm_release], open_count = 1
>> [   19.291536] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291540] [drm:drm_lastclose], 
>> [   19.291541] [drm:drm_lastclose], driver lastclose completed
>> [   19.291543] [drm:drm_lastclose], lastclose completed
>> [   19.291551] [drm:drm_stub_open], 
>> [   19.291554] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291557] [drm:drm_setup], 
>> [   19.291560] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291563] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291567] [drm:drm_release], open_count = 1
>> [   19.291569] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291572] [drm:drm_lastclose], 
>> [   19.291573] [drm:drm_lastclose], driver lastclose completed
>> [   19.291575] [drm:drm_lastclose], lastclose completed
>> [   19.291587] [drm:drm_stub_open], 
>> [   19.291589] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291593] [drm:drm_setup], 
>> [   19.291595] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291598] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291603] [drm:drm_release], open_count = 1
>> [   19.291604] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291608] [drm:drm_lastclose], 
>> [   19.291609] [drm:drm_lastclose], driver lastclose completed
>> [   19.291611] [drm:drm_lastclose], lastclose completed
>> [   19.291620] [drm:drm_stub_open], 
>> [   19.291622] [drm:drm_open_helper], pid = 4078, minor = 0
>> [   19.291626] [drm:drm_setup], 
>> [   19.291628] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291631] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.291636] [drm:drm_release], open_count = 1
>> [   19.291637] [drm:drm_release], pid = 4078, device = 0xe200, open_count = 1
>> [   19.291641] [drm:drm_lastclose], 
>> [   19.291642] [drm:drm_lastclose], driver lastclose completed
>> [   19.291644] [drm:drm_lastclose], lastclose completed
>> [   19.302299] [drm:drm_crtc_helper_set_config], 
>> [   19.302302] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.302311] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.302313] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.302314] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.302317] [drm:drm_crtc_helper_set_config], 
>> [   19.302318] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.302321] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.302325] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.302326] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.302341] [drm:drm_crtc_helper_set_config], 
>> [   19.302343] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.302345] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.302347] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.302348] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.514543] [drm:drm_crtc_helper_set_config], 
>> [   19.514546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.514558] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.514561] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.514563] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.585682] [drm:drm_stub_open], 
>> [   19.585691] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585698] [drm:drm_setup], 
>> [   19.585714] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585723] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585736] [drm:drm_release], open_count = 1
>> [   19.585737] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585744] [drm:drm_lastclose], 
>> [   19.585746] [drm:drm_lastclose], driver lastclose completed
>> [   19.585749] [drm:drm_lastclose], lastclose completed
>> [   19.585761] [drm:drm_stub_open], 
>> [   19.585763] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585767] [drm:drm_setup], 
>> [   19.585770] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585773] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585778] [drm:drm_release], open_count = 1
>> [   19.585779] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585783] [drm:drm_lastclose], 
>> [   19.585784] [drm:drm_lastclose], driver lastclose completed
>> [   19.585786] [drm:drm_lastclose], lastclose completed
>> [   19.585802] [drm:drm_stub_open], 
>> [   19.585805] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585808] [drm:drm_setup], 
>> [   19.585811] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585814] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585819] [drm:drm_release], open_count = 1
>> [   19.585820] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585824] [drm:drm_lastclose], 
>> [   19.585825] [drm:drm_lastclose], driver lastclose completed
>> [   19.585828] [drm:drm_lastclose], lastclose completed
>> [   19.585846] [drm:drm_stub_open], 
>> [   19.585847] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585851] [drm:drm_setup], 
>> [   19.585853] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585856] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585860] [drm:drm_release], open_count = 1
>> [   19.585861] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585864] [drm:drm_lastclose], 
>> [   19.585865] [drm:drm_lastclose], driver lastclose completed
>> [   19.585867] [drm:drm_lastclose], lastclose completed
>> [   19.585878] [drm:drm_stub_open], 
>> [   19.585880] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585883] [drm:drm_setup], 
>> [   19.585885] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585888] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585892] [drm:drm_release], open_count = 1
>> [   19.585893] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585896] [drm:drm_lastclose], 
>> [   19.585898] [drm:drm_lastclose], driver lastclose completed
>> [   19.585899] [drm:drm_lastclose], lastclose completed
>> [   19.585907] [drm:drm_stub_open], 
>> [   19.585909] [drm:drm_open_helper], pid = 4090, minor = 0
>> [   19.585913] [drm:drm_setup], 
>> [   19.585915] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585918] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.585921] [drm:drm_release], open_count = 1
>> [   19.585923] [drm:drm_release], pid = 4090, device = 0xe200, open_count = 1
>> [   19.585926] [drm:drm_lastclose], 
>> [   19.585927] [drm:drm_lastclose], driver lastclose completed
>> [   19.585929] [drm:drm_lastclose], lastclose completed
>> [   19.586613] [drm:drm_crtc_helper_set_config], 
>> [   19.586615] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.586620] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.586622] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.586624] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.586626] [drm:drm_crtc_helper_set_config], 
>> [   19.586627] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.586630] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.586631] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.586632] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.586653] [drm:drm_crtc_helper_set_config], 
>> [   19.586654] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.586660] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.586662] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.586663] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.763917] [drm:drm_crtc_helper_set_config], 
>> [   19.763919] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.763931] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.763933] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.763934] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.837433] [drm:drm_stub_open], 
>> [   19.837441] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837449] [drm:drm_setup], 
>> [   19.837466] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837476] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837488] [drm:drm_release], open_count = 1
>> [   19.837490] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837496] [drm:drm_lastclose], 
>> [   19.837498] [drm:drm_lastclose], driver lastclose completed
>> [   19.837501] [drm:drm_lastclose], lastclose completed
>> [   19.837513] [drm:drm_stub_open], 
>> [   19.837515] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837519] [drm:drm_setup], 
>> [   19.837522] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837525] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837529] [drm:drm_release], open_count = 1
>> [   19.837531] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837534] [drm:drm_lastclose], 
>> [   19.837536] [drm:drm_lastclose], driver lastclose completed
>> [   19.837538] [drm:drm_lastclose], lastclose completed
>> [   19.837560] [drm:drm_stub_open], 
>> [   19.837563] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837567] [drm:drm_setup], 
>> [   19.837570] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837573] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837577] [drm:drm_release], open_count = 1
>> [   19.837579] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837582] [drm:drm_lastclose], 
>> [   19.837584] [drm:drm_lastclose], driver lastclose completed
>> [   19.837585] [drm:drm_lastclose], lastclose completed
>> [   19.837594] [drm:drm_stub_open], 
>> [   19.837596] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837600] [drm:drm_setup], 
>> [   19.837603] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837606] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837610] [drm:drm_release], open_count = 1
>> [   19.837612] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837615] [drm:drm_lastclose], 
>> [   19.837616] [drm:drm_lastclose], driver lastclose completed
>> [   19.837618] [drm:drm_lastclose], lastclose completed
>> [   19.837629] [drm:drm_stub_open], 
>> [   19.837631] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837635] [drm:drm_setup], 
>> [   19.837638] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837641] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837645] [drm:drm_release], open_count = 1
>> [   19.837647] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837650] [drm:drm_lastclose], 
>> [   19.837651] [drm:drm_lastclose], driver lastclose completed
>> [   19.837653] [drm:drm_lastclose], lastclose completed
>> [   19.837662] [drm:drm_stub_open], 
>> [   19.837664] [drm:drm_open_helper], pid = 4093, minor = 0
>> [   19.837668] [drm:drm_setup], 
>> [   19.837671] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837674] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   19.837678] [drm:drm_release], open_count = 1
>> [   19.837680] [drm:drm_release], pid = 4093, device = 0xe200, open_count = 1
>> [   19.837683] [drm:drm_lastclose], 
>> [   19.837685] [drm:drm_lastclose], driver lastclose completed
>> [   19.837686] [drm:drm_lastclose], lastclose completed
>> [   19.838347] [drm:drm_crtc_helper_set_config], 
>> [   19.838349] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.838355] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.838358] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.838359] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.838361] [drm:drm_crtc_helper_set_config], 
>> [   19.838363] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.838365] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.838367] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.838368] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   19.838382] [drm:drm_crtc_helper_set_config], 
>> [   19.838383] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   19.838385] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   19.838387] [drm:drm_framebuffer_reference], FB ID: 10
>> [   19.838388] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.047717] [drm:drm_crtc_helper_set_config], 
>> [   20.047720] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.047727] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.047730] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.047731] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.133510] [drm:drm_stub_open], 
>> [   20.133519] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133528] [drm:drm_setup], 
>> [   20.133547] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133558] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133576] [drm:drm_release], open_count = 1
>> [   20.133578] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133585] [drm:drm_lastclose], 
>> [   20.133587] [drm:drm_lastclose], driver lastclose completed
>> [   20.133590] [drm:drm_lastclose], lastclose completed
>> [   20.133604] [drm:drm_stub_open], 
>> [   20.133606] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133610] [drm:drm_setup], 
>> [   20.133613] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133616] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133621] [drm:drm_release], open_count = 1
>> [   20.133623] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133626] [drm:drm_lastclose], 
>> [   20.133628] [drm:drm_lastclose], driver lastclose completed
>> [   20.133630] [drm:drm_lastclose], lastclose completed
>> [   20.133646] [drm:drm_stub_open], 
>> [   20.133648] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133652] [drm:drm_setup], 
>> [   20.133655] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133658] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133662] [drm:drm_release], open_count = 1
>> [   20.133664] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133668] [drm:drm_lastclose], 
>> [   20.133669] [drm:drm_lastclose], driver lastclose completed
>> [   20.133671] [drm:drm_lastclose], lastclose completed
>> [   20.133680] [drm:drm_stub_open], 
>> [   20.133682] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133686] [drm:drm_setup], 
>> [   20.133688] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133691] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133696] [drm:drm_release], open_count = 1
>> [   20.133697] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133700] [drm:drm_lastclose], 
>> [   20.133702] [drm:drm_lastclose], driver lastclose completed
>> [   20.133704] [drm:drm_lastclose], lastclose completed
>> [   20.133715] [drm:drm_stub_open], 
>> [   20.133718] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133721] [drm:drm_setup], 
>> [   20.133724] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133727] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133731] [drm:drm_release], open_count = 1
>> [   20.133733] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133736] [drm:drm_lastclose], 
>> [   20.133738] [drm:drm_lastclose], driver lastclose completed
>> [   20.133740] [drm:drm_lastclose], lastclose completed
>> [   20.133749] [drm:drm_stub_open], 
>> [   20.133751] [drm:drm_open_helper], pid = 4096, minor = 0
>> [   20.133754] [drm:drm_setup], 
>> [   20.133757] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133760] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.133764] [drm:drm_release], open_count = 1
>> [   20.133766] [drm:drm_release], pid = 4096, device = 0xe200, open_count = 1
>> [   20.133769] [drm:drm_lastclose], 
>> [   20.133771] [drm:drm_lastclose], driver lastclose completed
>> [   20.133773] [drm:drm_lastclose], lastclose completed
>> [   20.134412] [drm:drm_crtc_helper_set_config], 
>> [   20.134413] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.134420] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.134422] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.134423] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.134426] [drm:drm_crtc_helper_set_config], 
>> [   20.134427] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.134429] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.134431] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.134432] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.134445] [drm:drm_crtc_helper_set_config], 
>> [   20.134446] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.134449] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.134450] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.134451] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.316278] [drm:drm_crtc_helper_set_config], 
>> [   20.316280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.316287] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.316290] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.316291] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.392394] [drm:drm_stub_open], 
>> [   20.392411] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392418] [drm:drm_setup], 
>> [   20.392437] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392447] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392460] [drm:drm_release], open_count = 1
>> [   20.392462] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392468] [drm:drm_lastclose], 
>> [   20.392470] [drm:drm_lastclose], driver lastclose completed
>> [   20.392472] [drm:drm_lastclose], lastclose completed
>> [   20.392485] [drm:drm_stub_open], 
>> [   20.392488] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392491] [drm:drm_setup], 
>> [   20.392494] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392497] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392502] [drm:drm_release], open_count = 1
>> [   20.392503] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392507] [drm:drm_lastclose], 
>> [   20.392508] [drm:drm_lastclose], driver lastclose completed
>> [   20.392510] [drm:drm_lastclose], lastclose completed
>> [   20.392527] [drm:drm_stub_open], 
>> [   20.392529] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392533] [drm:drm_setup], 
>> [   20.392536] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392539] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392543] [drm:drm_release], open_count = 1
>> [   20.392545] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392548] [drm:drm_lastclose], 
>> [   20.392550] [drm:drm_lastclose], driver lastclose completed
>> [   20.392551] [drm:drm_lastclose], lastclose completed
>> [   20.392560] [drm:drm_stub_open], 
>> [   20.392562] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392566] [drm:drm_setup], 
>> [   20.392569] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392572] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392576] [drm:drm_release], open_count = 1
>> [   20.392578] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392581] [drm:drm_lastclose], 
>> [   20.392582] [drm:drm_lastclose], driver lastclose completed
>> [   20.392584] [drm:drm_lastclose], lastclose completed
>> [   20.392595] [drm:drm_stub_open], 
>> [   20.392598] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392601] [drm:drm_setup], 
>> [   20.392604] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392607] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392611] [drm:drm_release], open_count = 1
>> [   20.392613] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392616] [drm:drm_lastclose], 
>> [   20.392618] [drm:drm_lastclose], driver lastclose completed
>> [   20.392620] [drm:drm_lastclose], lastclose completed
>> [   20.392629] [drm:drm_stub_open], 
>> [   20.392631] [drm:drm_open_helper], pid = 4099, minor = 0
>> [   20.392635] [drm:drm_setup], 
>> [   20.392637] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392640] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.392644] [drm:drm_release], open_count = 1
>> [   20.392646] [drm:drm_release], pid = 4099, device = 0xe200, open_count = 1
>> [   20.392649] [drm:drm_lastclose], 
>> [   20.392651] [drm:drm_lastclose], driver lastclose completed
>> [   20.392653] [drm:drm_lastclose], lastclose completed
>> [   20.393266] [drm:drm_crtc_helper_set_config], 
>> [   20.393268] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.393274] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.393276] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.393277] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.393279] [drm:drm_crtc_helper_set_config], 
>> [   20.393280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.393283] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.393284] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.393285] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.393298] [drm:drm_crtc_helper_set_config], 
>> [   20.393299] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.393301] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.393303] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.393303] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.575204] [drm:drm_crtc_helper_set_config], 
>> [   20.575206] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.575213] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.575215] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.575216] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.654491] [drm:drm_stub_open], 
>> [   20.654500] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654508] [drm:drm_setup], 
>> [   20.654524] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654534] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654551] [drm:drm_release], open_count = 1
>> [   20.654553] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654562] [drm:drm_lastclose], 
>> [   20.654566] [drm:drm_lastclose], driver lastclose completed
>> [   20.654570] [drm:drm_lastclose], lastclose completed
>> [   20.654589] [drm:drm_stub_open], 
>> [   20.654591] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654595] [drm:drm_setup], 
>> [   20.654598] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654601] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654605] [drm:drm_release], open_count = 1
>> [   20.654607] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654611] [drm:drm_lastclose], 
>> [   20.654612] [drm:drm_lastclose], driver lastclose completed
>> [   20.654614] [drm:drm_lastclose], lastclose completed
>> [   20.654629] [drm:drm_stub_open], 
>> [   20.654631] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654635] [drm:drm_setup], 
>> [   20.654638] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654641] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654645] [drm:drm_release], open_count = 1
>> [   20.654647] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654650] [drm:drm_lastclose], 
>> [   20.654652] [drm:drm_lastclose], driver lastclose completed
>> [   20.654654] [drm:drm_lastclose], lastclose completed
>> [   20.654662] [drm:drm_stub_open], 
>> [   20.654665] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654668] [drm:drm_setup], 
>> [   20.654671] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654674] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654678] [drm:drm_release], open_count = 1
>> [   20.654680] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654683] [drm:drm_lastclose], 
>> [   20.654685] [drm:drm_lastclose], driver lastclose completed
>> [   20.654687] [drm:drm_lastclose], lastclose completed
>> [   20.654697] [drm:drm_stub_open], 
>> [   20.654700] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654703] [drm:drm_setup], 
>> [   20.654706] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654709] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654713] [drm:drm_release], open_count = 1
>> [   20.654715] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654718] [drm:drm_lastclose], 
>> [   20.654720] [drm:drm_lastclose], driver lastclose completed
>> [   20.654722] [drm:drm_lastclose], lastclose completed
>> [   20.654730] [drm:drm_stub_open], 
>> [   20.654733] [drm:drm_open_helper], pid = 4102, minor = 0
>> [   20.654736] [drm:drm_setup], 
>> [   20.654739] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654742] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1, DRM_IOCTL_GET_UNIQUE
>> [   20.654746] [drm:drm_release], open_count = 1
>> [   20.654748] [drm:drm_release], pid = 4102, device = 0xe200, open_count = 1
>> [   20.654751] [drm:drm_lastclose], 
>> [   20.654753] [drm:drm_lastclose], driver lastclose completed
>> [   20.654755] [drm:drm_lastclose], lastclose completed
>> [   20.655318] [drm:drm_crtc_helper_set_config], 
>> [   20.655320] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.655326] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.655328] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.655329] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.655331] [drm:drm_crtc_helper_set_config], 
>> [   20.655332] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.655334] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.655336] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.655337] [drm:drm_framebuffer_unreference], FB ID: 10
>> [   20.655350] [drm:drm_crtc_helper_set_config], 
>> [   20.655351] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10] #connectors=1 (x y) (0 0)
>> [   20.655353] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1] to [CRTC:3]
>> [   20.655355] [drm:drm_framebuffer_reference], FB ID: 10
>> [   20.655356] [drm:drm_framebuffer_unreference], FB ID: 10

>> 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
>>       Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
>>       Control: I/O- 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: [b]
>>               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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
>>       Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
>>       Control: I/O- 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 10
>>       Capabilities: [40] Secure device <?>
>>       Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee0100c  Data: 4128
>>       Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+
>> 
>> 00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
>>       I/O behind bridge: 0000e000-0000efff
>>       Memory behind bridge: fa000000-fe9fffff
>>       Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
>>       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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #1, PowerLimit 25.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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
>>       I/O behind bridge: 0000d000-0000dfff
>>       Memory behind bridge: f9f00000-f9ffffff
>>       Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
>>       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 #1, Speed 5GT/s, Width x8, 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 #3, PowerLimit 25.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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
>>       I/O behind bridge: 0000c000-0000cfff
>>       Memory behind bridge: f9e00000-f9efffff
>>       Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
>>       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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #5, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
>>       I/O behind bridge: 0000b000-0000bfff
>>       Memory behind bridge: f9d00000-f9dfffff
>>       Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
>>       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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #6, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: f9c00000-f9cfffff
>>       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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #9, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: f9a00000-f9bfffff
>>       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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #2, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
>>               Address: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
>>       I/O behind bridge: 0000a000-0000afff
>>       Memory behind bridge: f9900000-f99fffff
>>       Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
>>       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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #5, PowerLimit 25.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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: f9800000-f98fffff
>>       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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #6, PowerLimit 11.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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
>>       Memory behind bridge: f9700000-f97fffff
>>       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 5GT/s, Width x1, 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+ ARIFwd+
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        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: fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
>>       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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 128
>>       Region 0: I/O ports at 6000 [size=8]
>>       Region 1: I/O ports at 5000 [size=4]
>>       Region 2: I/O ports at 3000 [size=8]
>>       Region 3: I/O ports at 2000 [size=4]
>>       Region 4: I/O ports at 1000 [size=16]
>>       Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
>>       Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
>>               Address: 00000000fee0100c  Data: 4000
>>       Capabilities: [70] SATA HBA v1.0 InCfgSpace
>>       Capabilities: [a4] PCI Advanced Features
>>               AFCap: TP+ FLR+
>>               AFCtrl: FLR-
>>               AFStatus: TP-
>>       Kernel driver in use: ahci
>> 
>> 00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95f7000 (32-bit, non-prefetchable) [size=4K]
>>       Kernel driver in use: ohci-pci
>> 
>> 00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95fc000 (32-bit, non-prefetchable) [size=4K]
>>       Kernel driver in use: ohci-pci
>> 
>> 00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
>>       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-
>>       Kernel driver in use: piix4_smbus
>> 
>> 00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 64, Cache Line Size: 64 bytes
>>       Interrupt: pin A routed to IRQ 16
>>       Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
>>       Capabilities: [50] Power Management version 2
>>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>       Kernel driver in use: snd_hda_intel
>> 
>> 00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
>>       I/O behind bridge: 00009000-00009fff
>>       Memory behind bridge: fff00000-000fffff
>>       Prefetchable memory behind bridge: fff00000-000fffff
>>       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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95fd000 (32-bit, non-prefetchable) [size=4K]
>>       Kernel driver in use: ohci-pci
>> 
>> 00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
>>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: fff00000-000fffff
>>       Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
>>       BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
>>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>>       Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, 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 unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
>>                       Slot #32, 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+ ARIFwd-
>>               DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee3f00c  Data: 4000
>>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
>>       Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Kernel driver in use: pcieport
>> 
>> 00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95fe000 (32-bit, non-prefetchable) [size=4K]
>>       Kernel driver in use: ohci-pci
>> 
>> 00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
>>       Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
>>               Revision ID: 3.00
>>               Link Frequency: [b]
>>               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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
>>       Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
>>       Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
>>       Control: I/O- 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
>> 
>> 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
>>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>> 
>> 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
>>       Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
>>       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 (500ns min, 6000ns max)
>>       Interrupt: pin A routed to IRQ 22
>>       Region 0: I/O ports at 9800 [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-
>>       Kernel driver in use: pciback
>> 
>> 04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
>>       Control: I/O- 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 40
>>       Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [size=8K]
>>       Capabilities: [50] Power Management version 3
>>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
>>               Vector table: BAR=0 offset=00001000
>>               PBA: BAR=0 offset=00001080
>>       Capabilities: [a0] Express (v2) Endpoint, MSI 00
>>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
>>                       ClockPM+ Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
>>                       ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -3.5dB, 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: 14, GenCap- CGenEn- ChkCap- ChkEn-
>>       Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
>>       Capabilities: [150 v1] Latency Tolerance Reporting
>>               Max snoop latency: 0ns
>>               Max no snoop latency: 0ns
>>       Kernel driver in use: pciback
>> 
>> 05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
>>       I/O behind bridge: 0000f000-00000fff
>>       Memory behind bridge: f9800000-f98fffff
>>       Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
>>       Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
>>       BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
>>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
>>       Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [80] Subsystem: Device [0000:0000]
>>       Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
>>               DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
>>                       ClockPM- Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
>>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>       Capabilities: [100 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
>>               AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
>> 
>> 06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
>>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
>>       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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
>>       Interrupt: pin A routed to IRQ 37
>>       Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [size=4K]
>>       Capabilities: [40] Power Management version 2
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
>>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>       Kernel driver in use: pciback
>> 
>> 06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
>>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
>>       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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
>>       Interrupt: pin B routed to IRQ 38
>>       Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [size=4K]
>>       Capabilities: [40] Power Management version 2
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
>>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>       Kernel driver in use: pciback
>> 
>> 06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) (prog-if 20 [EHCI])
>>       Subsystem: Device [1838:1074]
>>       Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Interrupt: pin C routed to IRQ 39
>>       Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [size=256]
>>       Capabilities: [40] Power Management version 2
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
>>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
>>       Kernel driver in use: pciback
>> 
>> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>       Subsystem: PC Partner Limited Device [174b:e193]
>>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Interrupt: pin A routed to IRQ 32
>>       Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
>>       Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
>>       Region 4: I/O ports at a000 [disabled] [size=256]
>>       Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Capabilities: [150 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
>>       Kernel driver in use: pciback
>> 
>> 07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
>>       Subsystem: PC Partner Limited Device [174b:aa90]
>>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Interrupt: pin B routed to IRQ 33
>>       Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
>>       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) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee1000c  Data: 4000
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Capabilities: [150 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-
>>       Kernel driver in use: pciback
>> 
>> 08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
>>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Interrupt: pin A routed to IRQ 47
>>       Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M]
>>       Capabilities: [40] Express (v1) Endpoint, MSI 00
>>               DevCap: MaxPayload 128 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+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
>>                       ClockPM- Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
>>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
>>       Capabilities: [80] Power Management version 3
>>               Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [90] Vital Product Data
>>               Unknown small resource type 00, will not decode more.
>>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [100 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
>>       Capabilities: [200 v1] Virtual Channel
>>               Caps:   LPEVC=1 RefClk=100ns PATEntryBits=1
>>               Arb:    Fixed+ WRR32+ WRR64+ WRR128-
>>               Ctrl:   ArbSelect=WRR64
>>               Status: InProgress-
>>               Port Arbitration Table [240] <?>
>>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
>>                       Status: NegoPending- InProgress-
>>               VC1:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable- ID=1 ArbSelect=Fixed TC/VC=00
>>                       Status: NegoPending- InProgress-
>>       Kernel driver in use: pciback
>> 
>> 09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0, Cache Line Size: 64 bytes
>>       Interrupt: pin A routed to IRQ 48
>>       Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
>>       Capabilities: [50] Power Management version 3
>>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
>>               Vector table: BAR=0 offset=00001000
>>               PBA: BAR=0 offset=00001080
>>       Capabilities: [a0] Express (v2) Endpoint, MSI 00
>>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
>>                       ClockPM+ Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
>>                       ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -3.5dB, 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 ff-ff-ff-ff-ff-ff-ff-ff
>>       Capabilities: [150 v1] Latency Tolerance Reporting
>>               Max snoop latency: 0ns
>>               Max no snoop latency: 0ns
>>       Kernel driver in use: xhci_hcd
>> 
>> 0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       Control: I/O+ 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 130
>>       Region 0: I/O ports at b800 [size=256]
>>       Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
>>       Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
>>       Expansion ROM at f9de0000 [disabled] [size=128K]
>>       Capabilities: [40] Power Management version 3
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee0100c  Data: 4000
>>       Capabilities: [70] Express (v2) Endpoint, MSI 01
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
>>               Vector table: BAR=4 offset=00000000
>>               PBA: BAR=4 offset=00000800
>>       Capabilities: [cc] Vital Product Data
>>               Unknown small resource type 00, will not decode more.
>>       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] Virtual Channel
>>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
>>               Arb:    Fixed- WRR32- WRR64- WRR128-
>>               Ctrl:   ArbSelect=Fixed
>>               Status: InProgress-
>>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
>>                       Status: NegoPending- InProgress-
>>       Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
>>       Kernel driver in use: r8169
>> 
>> 0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
>>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
>>       Control: I/O+ 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 129
>>       Region 0: I/O ports at c800 [size=256]
>>       Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
>>       Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
>>       Expansion ROM at f9ee0000 [disabled] [size=128K]
>>       Capabilities: [40] Power Management version 3
>>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee0100c  Data: 4000
>>       Capabilities: [70] Express (v2) Endpoint, MSI 01
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
>>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
>>                       MaxPayload 128 bytes, MaxReadReq 4096 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Not Supported, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
>>               Vector table: BAR=4 offset=00000000
>>               PBA: BAR=4 offset=00000800
>>       Capabilities: [cc] Vital Product Data
>>               Unknown small resource type 00, will not decode more.
>>       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] Virtual Channel
>>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
>>               Arb:    Fixed- WRR32- WRR64- WRR128-
>>               Ctrl:   ArbSelect=Fixed
>>               Status: InProgress-
>>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
>>                       Status: NegoPending- InProgress-
>>       Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
>>       Kernel driver in use: r8169
>> 
>> 0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>       Subsystem: PC Partner Limited Device [174b:e193]
>>       Control: I/O+ 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 127
>>       Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
>>       Region 2: Memory at f9fc0000 (64-bit, non-prefetchable) [size=128K]
>>       Region 4: I/O ports at d000 [size=256]
>>       Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        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: 00000000fee0100c  Data: 4000
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Capabilities: [150 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
>>       Kernel driver in use: radeon
>> 
>> 0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
>>       Subsystem: PC Partner Limited Device [174b:aa90]
>>       Control: I/O+ 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 138
>>       Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K]
>>       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) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #1, Speed 5GT/s, Width x16, ASPM L0s L1, 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: Not Supported, TimeoutDis-
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        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: 00000000fee0100c  Data: 4000
>>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
>>       Capabilities: [150 v1] Advanced Error Reporting
>>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
>>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
>>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
>>               AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
>>       Kernel driver in use: snd_hda_intel
>> 
>> 0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
>>       Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
>>       Control: I/O+ 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 10
>>       Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
>>       Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
>>       Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
>>       Region 5: I/O ports at e800 [size=128]
>>       Expansion ROM at fe9e0000 [disabled] [size=128K]
>>       Capabilities: [60] Power Management version 3
>>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
>>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
>>       Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [78] Express (v1) Endpoint, MSI 00
>>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
>>                       ClockPM- Surprise- LLActRep- BwNot-
>>               LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
>>                       ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
>>               LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>       Capabilities: [100 v1] Virtual Channel
>>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
>>               Arb:    Fixed- WRR32- WRR64- WRR128-
>>               Ctrl:   ArbSelect=Fixed
>>               Status: InProgress-
>>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
>>                       Arb:    Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
>>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
>>                       Status: NegoPending- InProgress-
>>       Capabilities: [128 v1] Power Budgeting <?>
>>       Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>
>> 

>> 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>> 
>> 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Physical Slot: 1
>>       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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Physical Slot: 1
>>       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
>>       Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
>>       Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
>>       Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
>>       Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
>>       Region 4: I/O ports at c260 [size=16]
>> 
>> 00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Physical Slot: 1
>>       Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Interrupt: pin D routed to IRQ 23
>>       Region 4: I/O ports at c240 [size=32]
>>       Kernel driver in use: uhci_hcd
>> 
>> 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 03)
>>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
>>       Physical Slot: 1
>>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Interrupt: pin A routed to IRQ 9
>> 
>> 00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
>>       Subsystem: Red Hat, Inc Device [1af4:1100]
>>       Physical Slot: 2
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
>>       Region 1: Memory at f3094000 (32-bit, non-prefetchable) [size=4K]
>>       Expansion ROM at f3080000 [disabled] [size=64K]
>>       Kernel driver in use: cirrus
>> 
>> 00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device [5853:0001] (rev 01)
>>       Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
>>       Physical Slot: 3
>>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
>>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Interrupt: pin A routed to IRQ 28
>>       Region 0: I/O ports at c000 [size=256]
>>       Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
>>       Kernel driver in use: xen-platform-pci
>> 
>> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
>>       Subsystem: PC Partner Limited Device [174b:e193]
>>       Physical Slot: 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-
>>       Interrupt: pin A routed to IRQ 36
>>       Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
>>       Region 2: Memory at f3040000 (64-bit, non-prefetchable) [size=128K]
>>       Region 4: I/O ports at c100 [size=256]
>>       Expansion ROM at f3060000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
>>               Address: 0000000000000000  Data: 0000
>>       Capabilities: [100 v9] #1002
>> 
>> 00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
>>       Subsystem: PC Partner Limited Device [174b:aa90]
>>       Physical Slot: 6
>>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
>>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
>>       Latency: 0
>>       Interrupt: pin B routed to IRQ 80
>>       Region 0: Memory at f3090000 (64-bit, non-prefetchable) [size=16K]
>>       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) Legacy Endpoint, MSI 00
>>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
>>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
>>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
>>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
>>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
>>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+ AuxPwr- TransPend-
>>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
>>               DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
>>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
>>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
>>                        Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
>>                        Compliance De-emphasis: -6dB
>>               LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
>>                        EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
>>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
>>               Address: 00000000fee57000  Data: 4300
>>       Capabilities: [100 v0] #1002
>>       Kernel driver in use: snd_hda_intel
>> 

>> libxl: debug: libxl_create.c:1233:do_domain_create: ao 0x1643f40: create: how=(nil) callback=(nil) poller=0x1643fa0
>> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=unknown
>> libxl: debug: libxl_device.c:296:libxl__device_disk_set_backend: Disk vdev=hda, using backend phy
>> libxl: debug: libxl_create.c:678:initiate_domain_create: running bootloader
>> libxl: debug: libxl_bootloader.c:321:libxl__bootloader_run: not a PV domain, skipping bootloader
>> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644308: deregister unregistered
>> xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0x9efa8
>> xc: detail: elf_parse_binary: memory: 0x100000 -> 0x19efa8
>> xc: detail: VIRTUAL MEMORY ARRANGEMENT:
>>   Loader:        0000000000100000->000000000019efa8
>>   Modules:       0000000000000000->0000000000000000
>>   TOTAL:         0000000000000000->000000003f800000
>>   ENTRY ADDRESS: 0000000000100000
>> xc: detail: PHYSICAL MEMORY ALLOCATION:
>>   4KB PAGES: 0x0000000000000200
>>   2MB PAGES: 0x00000000000001fb
>>   1GB PAGES: 0x0000000000000000
>> xc: detail: elf_load_binary: phdr 0 at 0x7f6937d66000 -> 0x7f6937dfbe2d
>> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk vdev=hda spec.backend=phy
>> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: register slotnum=3
>> libxl: debug: libxl_create.c:1246:do_domain_create: ao 0x1643f40: inprogress: poller=0x1643fa0, flags=i
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
>> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 still waiting state 1
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event epath=/local/domain/0/backend/vbd/19/768/state
>> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vbd/19/768/state wanted state 2 ok
>> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: deregister slotnum=3
>> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1645758: deregister unregistered
>> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/block add
>> libxl: debug: libxl_dm.c:1234:libxl__spawn_local_dm: Spawning device-model /usr/local/lib/xen/bin/qemu-system-i386 with arguments:
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   /usr/local/lib/xen/bin/qemu-system-i386
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -xen-domid
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   19
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -chardev
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-19,server,nowait
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -mon
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   chardev=libxl-cmd,mode=control
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -name
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xbmc
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vnc
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   172.16.1.1:9,password,to=99
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   isa-fdc.driveA=
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -serial
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   pty
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vga
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   cirrus
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   vga.vram_size_mb=8
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -boot
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   order=c
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usb
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usbdevice
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   tablet
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -smp
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   2,maxcpus=2
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -device
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   e1000,id=nic0,netdev=net0,mac=00:16:3a:c6:76:65
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -netdev
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   type=tap,id=net0,ifname=vif19.0-emu,script=no,downscript=no
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -M
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xenfv
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -m
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   1016
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -drive
>> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   file=/dev/xen_vms/xbmc,if=ide,index=0,media=disk,format=raw,cache=writeback
>> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: register slotnum=3
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: event epath=/local/domain/0/device-model/19/state
>> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1: deregister slotnum=3
>> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x1644540: deregister unregistered
>> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "qmp_capabilities",
>>     "id": 1
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "query-chardev",
>>     "id": 2
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "change",
>>     "id": 3,
>>     "arguments": {
>>         "device": "vnc",
>>         "target": "password",
>>         "arg": "test"
>>     }
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "query-vnc",
>>     "id": 4
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: register slotnum=3
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
>> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 still waiting state 1
>> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event epath=/local/domain/0/backend/vif/19/0/state
>> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend /local/domain/0/backend/vif/19/0/state wanted state 2 ok
>> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2: deregister slotnum=3
>> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch w=0x16439b8: deregister unregistered
>> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge online
>> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script: /etc/xen/scripts/vif-bridge add
>> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "qmp_capabilities",
>>     "id": 1
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "device_add",
>>     "id": 2,
>>     "arguments": {
>>         "driver": "xen-pci-passthrough",
>>         "id": "pci-pt-07_00.0",
>>         "hostaddr": "0000:07:00.0"
>>     }
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "query-pci",
>>     "id": 3
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to /var/run/xen/qmp-libxl-19
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "qmp_capabilities",
>>     "id": 1
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "device_add",
>>     "id": 2,
>>     "arguments": {
>>         "driver": "xen-pci-passthrough",
>>         "id": "pci-pt-07_00.1",
>>         "hostaddr": "0000:07:00.1"
>>     }
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
>>     "execute": "query-pci",
>>     "id": 3
>> }
>> '
>> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
>> libxl: debug: libxl_pci.c:81:libxl__create_pci_backend: Creating pci backend
>> libxl: debug: libxl_event.c:1737:libxl__ao_progress_report: ao 0x1643f40: progress report: ignored
>> libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x1643f40: complete, rc=0
>> libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x1643f40: destroy
>> xc: debug: hypercall buffer: total allocations:518 total releases:518
>> xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
>> xc: debug: hypercall buffer: cache current size:2
>> xc: debug: hypercall buffer: cache hits:514 misses:2 toobig:2
>> Parsing config from /etc/xen/domU/production/xbmc.cfg
>> Daemon running with PID 2901

>> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=32 g_gsi=36 device=5 intx=0
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x700, domain = 0, paging mode = 3
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x47e8a2000, domain = 19, paging mode = 4
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom19
>> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=33 g_gsi=41 device=6 intx=1
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x701, domain = 0, paging mode = 3
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x47e8a2000, domain = 19, paging mode = 4
>> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to dom19
>> (d19) [2013-09-17 09:14:57] HVM Loader
>> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
>> (d19) [2013-09-17 09:14:57] Xenbus rings @0xfeffc000, event channel 4
>> (d19) [2013-09-17 09:14:57] System requested SeaBIOS
>> (d19) [2013-09-17 09:14:57] CPU speed is 3200 MHz
>> (d19) [2013-09-17 09:14:57] Relocating guest memory for lowmem MMIO space disabled
>> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 0 changed 0 -> 5
>> (d19) [2013-09-17 09:14:57] PCI-ISA link 0 routed to IRQ5
>> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 1 changed 0 -> 10
>> (d19) [2013-09-17 09:14:57] PCI-ISA link 1 routed to IRQ10
>> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 2 changed 0 -> 11
>> (d19) [2013-09-17 09:14:57] PCI-ISA link 2 routed to IRQ11
>> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 3 changed 0 -> 5
>> (d19) [2013-09-17 09:14:57] PCI-ISA link 3 routed to IRQ5
>> (d19) [2013-09-17 09:14:57] pci dev 01:2 INTD->IRQ5
>> (d19) [2013-09-17 09:14:57] pci dev 01:3 INTA->IRQ10
>> (d19) [2013-09-17 09:14:57] pci dev 03:0 INTA->IRQ5
>> (d19) [2013-09-17 09:14:57] pci dev 04:0 INTA->IRQ5
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 INTA->IRQ10
>> (d19) [2013-09-17 09:14:57] pci dev 06:0 INTB->IRQ5
>> (d19) [2013-09-17 09:14:57] No RAM in high memory; setting high_mem resource base to 100000000
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 10 size 010000000: 0e000000c
>> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 10 size 002000000: 0f0000008
>> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 14 size 001000000: 0f2000008
>> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 10 size 000020000: 0f3000000
>> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 30 size 000020000: 0f3020000
>> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 18 size 000020000: 0f3040004
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 30 size 000020000: 0f3060000
>> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 30 size 000010000: 0f3080000
>> (d19) [2013-09-17 09:14:57] pci dev 06:0 bar 10 size 000004000: 0f3090004
>> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 14 size 000001000: 0f3094000
>> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 10 size 000000100: 00000c001
>> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 20 size 000000100: 00000c101
>> (XEN) [2013-09-17 09:14:57] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 14 size 000000040: 00000c201
>> (d19) [2013-09-17 09:14:57] pci dev 01:2 bar 20 size 000000020: 00000c241
>> (d19) [2013-09-17 09:14:57] pci dev 01:1 bar 20 size 000000010: 00000c261
>> (d19) [2013-09-17 09:14:57] Multiprocessor initialisation:
>> (d19) [2013-09-17 09:14:57]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
>> (d19) [2013-09-17 09:14:57]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
>> (d19) [2013-09-17 09:14:57] Testing HVM environment:
>> (d19) [2013-09-17 09:14:57]  - REP INSB across page boundaries ... passed
>> (d19) [2013-09-17 09:14:57]  - GS base MSRs and SWAPGS ... passed
>> (d19) [2013-09-17 09:14:57] Passed 2 of 2 tests
>> (d19) [2013-09-17 09:14:57] Writing SMBIOS tables ...
>> (d19) [2013-09-17 09:14:57] Loading SeaBIOS ...
>> (d19) [2013-09-17 09:14:57] Creating MP tables ...
>> (d19) [2013-09-17 09:14:57] Loading ACPI ...
>> (d19) [2013-09-17 09:14:57] vm86 TSS at fc00a080
>> (d19) [2013-09-17 09:14:57] BIOS map:
>> (d19) [2013-09-17 09:14:57]  10000-100d3: Scratch space
>> (d19) [2013-09-17 09:14:57]  e0000-fffff: Main BIOS
>> (d19) [2013-09-17 09:14:57] E820 table:
>> (d19) [2013-09-17 09:14:57]  [00]: 00000000:00000000 - 00000000:000a0000: RAM
>> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:000a0000 - 00000000:000e0000
>> (d19) [2013-09-17 09:14:57]  [01]: 00000000:000e0000 - 00000000:00100000: RESERVED
>> (d19) [2013-09-17 09:14:57]  [02]: 00000000:00100000 - 00000000:3f800000: RAM
>> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:3f800000 - 00000000:fc000000
>> (d19) [2013-09-17 09:14:57]  [03]: 00000000:fc000000 - 00000001:00000000: RESERVED
>> (d19) [2013-09-17 09:14:57] Invoking SeaBIOS ...
>> (d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
>> (d19) [2013-09-17 09:14:57] 
>> (d19) [2013-09-17 09:14:57] Found Xen hypervisor signature at 40000000
>> (d19) [2013-09-17 09:14:57] xen: copy e820...
>> (d19) [2013-09-17 09:14:57] Ram Size=0x3f800000 (0x0000000000000000 high)
>> (d19) [2013-09-17 09:14:57] Relocating low data from 0x000e42d0 to 0x000ef790 (size 2153)
>> (d19) [2013-09-17 09:14:57] Relocating init from 0x000e4b39 to 0x3f7e2e80 (size 53335)
>> (d19) [2013-09-17 09:14:57] CPU Mhz=3200
>> (d19) [2013-09-17 09:14:57] Found 10 PCI devices (max PCI bus is 00)
>> (d19) [2013-09-17 09:14:57] Allocated Xen hypercall page at 3f7ff000
>> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
>> (d19) [2013-09-17 09:14:57] xen: copy BIOS tables...
>> (d19) [2013-09-17 09:14:57] Copying SMBIOS entry point from 0x00010010 to 0x000fdbd0
>> (d19) [2013-09-17 09:14:57] Copying MPTABLE from 0xfc001160/fc001170 to 0x000fdad0
>> (d19) [2013-09-17 09:14:57] Copying PIR from 0x00010030 to 0x000fda50
>> (d19) [2013-09-17 09:14:57] Copying ACPI RSDP from 0x000100b0 to 0x000fda20
>> (d19) [2013-09-17 09:14:57] Scan for VGA option rom
>> (d19) [2013-09-17 09:14:57] Running option rom at c000:0003
>> (XEN) [2013-09-17 09:14:57] stdvga.c:147:d19 entering stdvga and caching modes
>> (d19) [2013-09-17 09:14:57] Turning on vga text mode console
>> (d19) [2013-09-17 09:14:57] SeaBIOS (version rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
>> (d19) [2013-09-17 09:14:57] 
>> (d19) [2013-09-17 09:14:57] UHCI init on dev 00:01.2 (io=c240)
>> (d19) [2013-09-17 09:14:57] Found 1 lpt ports
>> (d19) [2013-09-17 09:14:57] Found 1 serial ports
>> (d19) [2013-09-17 09:14:57] ATA controller 1 at 1f0/3f4/c260 (irq 14 dev 9)
>> (d19) [2013-09-17 09:14:57] ATA controller 2 at 170/374/c268 (irq 15 dev 9)
>> (d19) [2013-09-17 09:14:57] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk (20480 MiBytes)
>> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@0/disk@0
>> (d19) [2013-09-17 09:14:57] DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4 DVD/CD]
>> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@1,1/drive@1/disk@0
>> (d19) [2013-09-17 09:14:57] PS2 keyboard initialized
>> (d19) [2013-09-17 09:14:57] All threads complete.
>> (d19) [2013-09-17 09:14:57] Scan for option roms
>> (d19) [2013-09-17 09:14:57] Running option rom at c900:0003
>> (d19) [2013-09-17 09:14:57] pmm call arg1=1
>> (d19) [2013-09-17 09:14:57] pmm call arg1=0
>> (d19) [2013-09-17 09:14:57] pmm call arg1=1
>> (d19) [2013-09-17 09:14:57] pmm call arg1=0
>> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@4
>> (d19) [2013-09-17 09:14:57] Press F12 for boot menu.
>> (d19) [2013-09-17 09:14:57] 
>> (d19) [2013-09-17 09:15:00] drive 0x000fd9d0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 s=41943040
>> (d19) [2013-09-17 09:15:00] Space available for UMB: 000ca000-000ee800
>> (d19) [2013-09-17 09:15:00] Returned 61440 bytes of ZoneHigh
>> (d19) [2013-09-17 09:15:00] e820 map has 6 items:
>> (d19) [2013-09-17 09:15:00]   0: 0000000000000000 - 000000000009fc00 = 1 RAM
>> (d19) [2013-09-17 09:15:00]   1: 000000000009fc00 - 00000000000a0000 = 2 RESERVED
>> (d19) [2013-09-17 09:15:00]   2: 00000000000f0000 - 0000000000100000 = 2 RESERVED
>> (d19) [2013-09-17 09:15:00]   3: 0000000000100000 - 000000003f7ff000 = 1 RAM
>> (d19) [2013-09-17 09:15:00]   4: 000000003f7ff000 - 000000003f800000 = 2 RESERVED
>> (d19) [2013-09-17 09:15:00]   5: 00000000fc000000 - 0000000100000000 = 2 RESERVED
>> (d19) [2013-09-17 09:15:00] enter handle_19:
>> (d19) [2013-09-17 09:15:00]   NULL
>> (d19) [2013-09-17 09:15:00] Booting from Hard Disk...
>> (d19) [2013-09-17 09:15:00] Booting from 0000:7c00
>> (XEN) [2013-09-17 09:15:03] stdvga.c:151:d19 leaving stdvga
>> (XEN) [2013-09-17 09:15:09] stdvga.c:147:d19 entering stdvga and caching modes
>> (XEN) [2013-09-17 09:15:11] irq.c:375: Dom19 callback via changed to Direct Vector 0xf3
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:14] ioport_map:remove: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=e0000 mfn=a0000 nr=10000
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3040 mfn=f99c0 nr=20
>> (XEN) [2013-09-17 09:15:14] ioport_map:add: dom19 gport=c100 mport=a000 nr=100
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc nr=4
>> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 0 changed 5 -> 0
>> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 1 changed 10 -> 0
>> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 2 changed 11 -> 0
>> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 3 changed 5 -> 0


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

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

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-22 15:00     ` Sander Eikelenboom
  (?)
  (?)
@ 2013-09-22 16:21     ` Pasi Kärkkäinen
  -1 siblings, 0 replies; 22+ messages in thread
From: Pasi Kärkkäinen @ 2013-09-22 16:21 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini

On Sun, Sep 22, 2013 at 05:00:58PM +0200, Sander Eikelenboom wrote:
> 
> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> >> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
> >> 
> >> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
> >> - When i do passtrough the device to a HVM with the same kernel:
> >>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
> >>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
> >> 
> 
> > Did you try with qemu-dm-traditional aswell? Does it have the same problem? 
> 
> Hi Pasi,
> 
> Yes i did and yes the same problem.
> From what i recall i used to have succes with vga passthrough with a secondary vga card, but that was some time ago.
> I don't know which of the components (xen, dom0 kernel, domU kernel, radeon driver, qemu has changed in such a way that it fails to work now ...
> 
> 
> But in the mean time i tried to debug it further and from what i can see:
> - Only the io port en mem of the pci device are mapped through the hypervisor.
> - The rom is not, (a hypercall to do the memory mapping is never made) i tried several things to get it to do the mapping, but so far failt to do so.
> - It seems to be a 64bit capable device, some code comments and git commit messages seem to suggest that there were/are some problems with that (in the way the involved components interact)
> 

Yeah, there has been some patches related to that, and I think still some open bugs..

Btw did you try with Xen 4.3? Or 4.2? 

-- Pasi

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-22 15:00     ` Sander Eikelenboom
  (?)
@ 2013-09-22 16:21     ` Pasi Kärkkäinen
  -1 siblings, 0 replies; 22+ messages in thread
From: Pasi Kärkkäinen @ 2013-09-22 16:21 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini

On Sun, Sep 22, 2013 at 05:00:58PM +0200, Sander Eikelenboom wrote:
> 
> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> >> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
> >> 
> >> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
> >> - When i do passtrough the device to a HVM with the same kernel:
> >>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
> >>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
> >> 
> 
> > Did you try with qemu-dm-traditional aswell? Does it have the same problem? 
> 
> Hi Pasi,
> 
> Yes i did and yes the same problem.
> From what i recall i used to have succes with vga passthrough with a secondary vga card, but that was some time ago.
> I don't know which of the components (xen, dom0 kernel, domU kernel, radeon driver, qemu has changed in such a way that it fails to work now ...
> 
> 
> But in the mean time i tried to debug it further and from what i can see:
> - Only the io port en mem of the pci device are mapped through the hypervisor.
> - The rom is not, (a hypercall to do the memory mapping is never made) i tried several things to get it to do the mapping, but so far failt to do so.
> - It seems to be a 64bit capable device, some code comments and git commit messages seem to suggest that there were/are some problems with that (in the way the involved components interact)
> 

Yeah, there has been some patches related to that, and I think still some open bugs..

Btw did you try with Xen 4.3? Or 4.2? 

-- Pasi

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

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-22 15:00     ` Sander Eikelenboom
@ 2013-09-23  3:03       ` Wu, Feng
  -1 siblings, 0 replies; 22+ messages in thread
From: Wu, Feng @ 2013-09-23  3:03 UTC (permalink / raw)
  To: Sander Eikelenboom, Pasi K?rkk?inen
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini



> -----Original Message-----
> From: xen-devel-bounces@lists.xen.org
> [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of Sander Eikelenboom
> Sent: Sunday, September 22, 2013 11:01 PM
> To: Pasi Kärkkäinen
> Cc: Anthony PERARD; xen-devel; qemu-devel@nongnu.org; Stefano Stabellini
> Subject: Re: [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading
> of Expansion ROM from passthroughed PCI device returns data from emulated
> VGA rom
> 
> 
> Sunday, September 22, 2013, 3:02:45 PM, you wrote:
> 
> > On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
> >> *RESEND* due to exceeding the mailinglists limit for attachment size.
> >>
> >> Hi,
> >>
> 
> > Hello,
> 
> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a
> AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> >> So the guest still gets the emulated stdvga or cirrus device(used in my case
> here) as primary/boot vga adapter.
> >>
> >> - When i don't passthrough the radeon card, the linux native radeon driver
> loads fine.
> >> - When i do passtrough the device to a HVM with the same kernel:
> >>   The driver in the guest tries to read the pci expansion rom from the
> passthroughed device to get the vbios.
> >>   The driver reports a successful read, but fails because it can't find the
> right string at the right offset.
> >>
> 
> > Did you try with qemu-dm-traditional aswell? Does it have the same
> problem?
> 
> Hi Pasi,
> 
> Yes i did and yes the same problem.
> From what i recall i used to have succes with vga passthrough with a secondary
> vga card, but that was some time ago.
> I don't know which of the components (xen, dom0 kernel, domU kernel, radeon
> driver, qemu has changed in such a way that it fails to work now ...
> 
> 
> But in the mean time i tried to debug it further and from what i can see:
> - Only the io port en mem of the pci device are mapped through the hypervisor.
> - The rom is not, (a hypercall to do the memory mapping is never made) i tried
> several things to get it to do the mapping, but so far failt to do so.
> - It seems to be a 64bit capable device, some code comments and git commit
> messages seem to suggest that there were/are some problems with that (in
> the way the involved components interact)
> 

Can you send out the all the logs when using qemu-dm-traditional as well as the guest configuration file used by xl ?

> --
> Sander
> 
> > Thanks,
> 
> > -- Pasi
> 
> >> So I inspected the rom by using sysfs with:
> >> echo 1 > /sys/bus/pci/devices/<BDF>/rom
> >> cat /sys/bus/pci/devices/<BDF>/rom
> >>
> >> - When i use this in dom0 (so without passthrough) i the contents of the
> ROM are valid (as expected since the driver loads fine)
> >> - When i use this in the Guest (passthrouhed), the contents of the ROM i get
> are not from the passedthrough adapter, but from the emulated cirrus card.
> >>   (it's the same as the
> "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
> >>
> >> So i tried both qemu-xen and qemu-xen-traditional, but both with the same
> result.
> >> To see if some addresses get mangled i enabled the xen passthrough debug
> printk's for both qemu's and added a printk to the radeon driver to see where it
> tries to read the rom.
> >>
> >> from dom0 lspci:
> >> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>         Subsystem: PC Partner Limited Device [174b:e193]
> >>         Control: I/O- Mem- BusMaster- SpecCycle- MemWINV-
> VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>         Status: Cap+ 66MHz- UDF- FastB2B- ParErr-
> DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>         Interrupt: pin A routed to IRQ 32
> >>         Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled]
> [size=256M]
> >>         Region 2: Memory at f99c0000 (64-bit, non-prefetchable)
> [disabled] [size=128K]
> >>         Region 4: I/O ports at a000 [disabled] [size=256]
> >>         Expansion ROM at f99a0000 [disabled] [size=128K]
> >>
> >> from qemu-dm-log:
> >> vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
> >> pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
> >> xen_platform: changed ro/rw state of ROM memory area. now is rw state.
> >> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> >> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> >> [00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
> >> [00:05.0] xen_pt_register_regions: IO region 0 registered
> (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
> >> [00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx
> base_addr=0xf99c0000lx type: 0x4)
> >> [00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx
> base_addr=0xa000lx type: 0x1)
> >> [00:05.0] xen_pt_register_regions: Expansion ROM registered
> (size=0x00020000 base_addr=0xf99a0000)
> >>
> >> That seems to match ...
> >>
> >> from guest lspci:
> >> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>         Subsystem: PC Partner Limited Device [174b:e193]
> >>         Physical Slot: 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-
> >>         Interrupt: pin A routed to IRQ 36
> >>         Region 0: Memory at e0000000 (64-bit, prefetchable)
> [size=256M]
> >>         Region 2: Memory at f3040000 (64-bit, non-prefetchable)
> [size=128K]
> >>         Region 4: I/O ports at c100 [size=256]
> >>         Expansion ROM at f3060000 [disabled] [size=128K]
> >>
> >> from the radeon driver in the guest:
> >>
> >> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags
> 0x110] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110]
> (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177
> flags 0x110] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110]
> (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags
> 0x40101] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags
> 0x40101] (d=0, p=0)
> >> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem
> 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
> >> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem
> 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
> >> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags
> 0x40101] (d=0, p=0)
> >> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem
> 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem
> 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem
> 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags
> 0x40101] (d=0, p=0)
> >> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem
> 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
> >>
> >> <snip>
> >>
> >> [    1.744843] [drm] Initialized drm 1.1.0 20060810
> >> [    1.746503] [drm] radeon kernel modesetting enabled.
> >> [    1.747964] [drm:drm_pci_init],
> >> [    1.749911] [drm:drm_get_pci_dev],
> >> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
> >> [    1.755203] [drm:drm_get_minor],
> >> [    1.757902] [drm:drm_get_minor], new minor assigned 64
> >> [    1.760337] [drm:drm_get_minor],
> >> [    1.762547] [drm:drm_get_minor], new minor assigned 0
> >> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759
> 0x174B:0xE193).
> >> [    1.767705] [drm] register mmio base: 0xF3040000
> >> [    1.769135] [drm] register mmio size: 131072
> >> [    1.770551] [drm] radeon_atrm_get_bios: failed
> >> [    1.771878] [drm] radeon_acpi_vfct_bios: failed
> >> [    1.773193] [drm] igp_read_bios_from_vram: failed
> >> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size:
> 0x8c00 biosiomemstart: 0xf3060000
> >> [    1.777717] [drm] radeon_read_bios: succes
> >> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios
> length: 6|8 headerstring 0xc6 0x7c 0x0 0x0
> >> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
> >> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen
> GPU
> >> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
> >> [    1.789919] [drm] radeon: finishing device.
> >>
> >> So the address that the radeon_read_bios function uses, also matches.
> >>
> >> So i'm pretty clueless how it ends up with the data from the cirrus rom when
> it's reading the right address ...
> >>
> >>
> >> I'm using:
> >> Xen:               Xen-unstable git:c5e9596
> >> Linux dom0 + domU: 3.12-mergewindow + konrad's jumplabel patch (i also
> tested with 3.9.0 kernel)
> >>
> >> I have attached the qemu-xen logs, but i have the qemu-xen-traditional logs
> as well.
> >>
> >> Attached:
> >> - xl-dmesg.txt                   output of "xl dmesg" with start and
> shutdown of the guest
> >> - xl-create.txt                  output of "xl -vvvvv create" of the guest
> >> - lspci-dom0.txt                 output of "lspci -vvvknn" for dom0
> >> - lspci-guest.txt                output of "lspci -vvvknn" for guest
> >> - qemu-dm-guest-reduced.log      qemu log, reduced to be acceptable for
> the mailing list.
> >>                                  a complete log with all pci config
> reads and writes
> >>                                  can be found at:
> http://home.eikelenboom.it/qemu-dm-guest.log
> >> - dmesg-guest.txt
> >>
> >> --
> >>
> >> Sander
> 
> >> [    0.000000] Initializing cgroup subsys cpuset
> >> [    0.000000] Initializing cgroup subsys cpu
> >> [    0.000000] Initializing cgroup subsys cpuacct
> >> [    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian
> 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
> >> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0
> root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255
> debug loglevel=8
> >> [    0.000000] e820: BIOS-provided physical RAM map:
> >> [    0.000000] BIOS-e820: [mem
> 0x0000000000000000-0x000000000009fbff] usable
> >> [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff]
> reserved
> >> [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff]
> reserved
> >> [    0.000000] BIOS-e820: [mem
> 0x0000000000100000-0x000000003f7fefff] usable
> >> [    0.000000] BIOS-e820: [mem 0x000000003f7ff000-0x000000003f7fffff]
> reserved
> >> [    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff]
> reserved
> >> [    0.000000] NX (Execute Disable) protection: active
> >> [    0.000000] SMBIOS 2.4 present.
> >> [    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/17/2013
> >> [    0.000000] Hypervisor detected: Xen HVM
> >> [    0.000000] Xen version 4.4.
> >> [    0.000000] Xen Platform PCI: I/O protocol version 1
> >> [    0.000000] Netfront and the Xen platform PCI driver have been
> compiled for this kernel: unplug emulated NICs.
> >> [    0.000000] Blkfront and the Xen platform PCI driver have been compiled
> for this kernel: unplug emulated disks.
> >> [    0.000000] You might have to change the root device
> >> [    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
> >> [    0.000000] in your root= kernel command line option
> >> [    0.000000] HVMOP_pagetable_dying not supported
> >> [    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 = 0x3f7ff max_arch_pfn = 0x400000000
> >> [    0.000000] MTRR default type: write-back
> >> [    0.000000] MTRR fixed ranges enabled:
> >> [    0.000000]   00000-9FFFF write-back
> >> [    0.000000]   A0000-BFFFF write-combining
> >> [    0.000000]   C0000-FFFFF write-back
> >> [    0.000000] MTRR variable ranges enabled:
> >> [    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
> >> [    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
> >> [    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
> >> [    0.000000]   3 disabled
> >> [    0.000000]   4 disabled
> >> [    0.000000]   5 disabled
> >> [    0.000000]   6 disabled
> >> [    0.000000]   7 disabled
> >> [    0.000000] TOM2: 0000000560000000 aka 22016M
> >> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
> 0x7010600070106
> >> [    0.000000] found SMP MP-table at [mem 0x000fdad0-0x000fdadf]
> mapped at [ffff8800000fdad0]
> >> [    0.000000] Scanning 1 areas for low memory corruption
> >> [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size
> 24576
> >> [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
> >> [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
> >> [    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
> >> [    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
> >> [    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
> >> [    0.000000] init_memory_mapping: [mem 0x3f400000-0x3f5fffff]
> >> [    0.000000]  [mem 0x3f400000-0x3f5fffff] page 2M
> >> [    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f3fffff]
> >> [    0.000000]  [mem 0x3c000000-0x3f3fffff] page 2M
> >> [    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
> >> [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
> >> [    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
> >> [    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fefff]
> >> [    0.000000]  [mem 0x3f600000-0x3f7fefff] page 4k
> >> [    0.000000] BRK [0x02963000, 0x02963fff] PGTABLE
> >> [    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
> >> [    0.000000] ACPI: RSDP 00000000000fda20 00024 (v02    Xen)
> >> [    0.000000] ACPI: XSDT 00000000fc009fc0 00054 (v01    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: FACP 00000000fc0098f0 000F4 (v04    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: DSDT 00000000fc0012a0 085CD (v02    Xen
> HVM 00000000 INTL 20100528)
> >> [    0.000000] ACPI: FACS 00000000fc001260 00040
> >> [    0.000000] ACPI: APIC 00000000fc0099f0 00460 (v02    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: HPET 00000000fc009ed0 00038 (v01    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: WAET 00000000fc009f10 00028 (v01    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: SSDT 00000000fc009f40 00031 (v02    Xen
> HVM 00000000 INTL 20100528)
> >> [    0.000000] ACPI: SSDT 00000000fc009f80 00031 (v02    Xen
> HVM 00000000 INTL 20100528)
> >> [    0.000000] ACPI: Local APIC address 0xfee00000
> >> [    0.000000] No NUMA configuration found
> >> [    0.000000] Faking a node at [mem
> 0x0000000000000000-0x000000003f7fefff]
> >> [    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fefff]
> >> [    0.000000]   NODE_DATA [mem 0x3f7f4000-0x3f7fefff]
> >> [    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD ->
> [ffff88003de00000-ffff88003edfffff] on node 0
> >> [    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-0x0009efff]
> >> [    0.000000]   node   0: [mem 0x00100000-0x3f7fefff]
> >> [    0.000000] On node 0 totalpages: 259997
> >> [    0.000000]   DMA zone: 64 pages used for memmap
> >> [    0.000000]   DMA zone: 21 pages reserved
> >> [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
> >> [    0.000000]   DMA32 zone: 4000 pages used for memmap
> >> [    0.000000]   DMA32 zone: 255999 pages, LIFO batch:31
> >> [    0.000000] ACPI: PM-Timer IO Port: 0xb008
> >> [    0.000000] ACPI: Local APIC address 0xfee00000
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
> >> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
> >> [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI
> 0-47
> >> [    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 5 global_irq 5 low level)
> >> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low
> level)
> >> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low
> level)
> >> [    0.000000] ACPI: IRQ0 used by override.
> >> [    0.000000] ACPI: IRQ2 used by override.
> >> [    0.000000] ACPI: IRQ5 used by override.
> >> [    0.000000] ACPI: IRQ9 used by override.
> >> [    0.000000] ACPI: IRQ10 used by override.
> >> [    0.000000] ACPI: IRQ11 used by override.
> >> [    0.000000] Using ACPI (MADT) for SMP configuration information
> >> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
> >> [    0.000000] smpboot: 128 Processors exceeds NR_CPUS limit of 8
> >> [    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
> >> [    0.000000] nr_irqs_gsi: 64
> >> [    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
> >> [    0.000000] Booting paravirtualized kernel on Xen HVM
> >> [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8
> nr_node_ids:1
> >> [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000
> s83136 r8192 d23360 u262144
> >> [    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
> >> [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
> >> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total
> pages: 255912
> >> [    0.000000] Policy zone: DMA32
> >> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0
> root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255
> debug loglevel=8
> >> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> >> [    0.000000] Checking aperture...
> >> [    0.000000] No AGP bridge found
> >> [    0.000000] Memory: 991448K/1039988K available (10109K kernel code,
> 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
> >> [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8,
> Nodes=1
> >> [    0.000000] Preemptible hierarchical RCU implementation.
> >> [    0.000000]        RCU dyntick-idle grace-period acceleration is
> enabled.
> >> [    0.000000]        Additional per-CPU info printed with stalls.
> >> [    0.000000] NR_IRQS:4352 nr_irqs:1152 16
> >> [    0.000000] xen:events: Xen HVM callback vector for event delivery is
> enabled
> >> [    0.000000] Console: colour VGA+ 80x25
> >> [    0.000000] console [tty0] enabled
> >> [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc.,
> Ingo Molnar
> >> [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
> >> [    0.000000] ... MAX_LOCK_DEPTH:          48
> >> [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
> >> [    0.000000] ... CLASSHASH_SIZE:          4096
> >> [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
> >> [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
> >> [    0.000000] ... CHAINHASH_SIZE:          16384
> >> [    0.000000]  memory used by lock dependency info: 5855 kB
> >> [    0.000000]  per task-struct memory footprint: 1920 bytes
> >> [    0.000000] kmemleak: Kernel memory leak detector disabled
> >> [    0.000000] hpet clockevent registered
> >> [    0.000000] tsc: Detected 3200.144 MHz processor
> >> [    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
> >> [    0.006666] Calibrating delay loop (skipped), value calculated using
> timer frequency.. 6402.96 BogoMIPS (lpj=10667146)
> >> [    0.007910] pid_max: default: 32768 minimum: 301
> >> [    0.009404] Dentry cache hash table entries: 131072 (order: 8, 1048576
> bytes)
> >> [    0.010274] Inode-cache hash table entries: 65536 (order: 7, 524288
> bytes)
> >> [    0.013509] Mount-cache hash table entries: 256
> >> [    0.015617] Initializing cgroup subsys freezer
> >> [    0.016702] Initializing cgroup subsys blkio
> >> [    0.018219] tseg: 0000000000
> >> [    0.020054] CPU: Physical Processor ID: 0
> >> [    0.021397] CPU: Processor Core ID: 0
> >> [    0.022677] mce: CPU supports 2 MCE banks
> >> [    0.023358] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
> >> [    0.023358] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
> >> [    0.023358] tlb_flushall_shift: 4
> >> [    0.026971] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 -
> ffffffff82003000)
> >> [    0.031792] ACPI: Core revision 20130725
> >> [    0.041888] ACPI: All ACPI Tables successfully acquired
> >> [    0.047025] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
> >> [    0.082537] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor
> (fam: 10, model: 0a, stepping: 00)
> >> [    0.086449] Xen: using vcpuop timer interface
> >> [    0.086676] installing Xen timer for CPU 0
> >> [    0.088169] Performance Events: Broken PMU hardware detected,
> using software events only.
> >> [    0.089999] Failed to access perfctr msr (MSR c0010004 is 0)
> >> [    0.113523] NMI watchdog: disabled (cpu0): hardware events not
> enabled
> >> [    0.120163] installing Xen timer for CPU 1
> >> [    0.121727] SMP alternatives: lockdep: fixing up alternatives
> >> [    0.123380] smpboot: Booting Node   0, Processors  #1
> >> [    0.230557] Brought up 2 CPUs
> >> [    0.232915] smpboot: Total of 2 processors activated (12904.77
> BogoMIPS)
> >> [    0.237280] xor: measuring software checksum speed
> >> [    0.270031]    prefetch64-sse:   854.400 MB/sec
> >> [    0.303355]    generic_sse:   860.400 MB/sec
> >> [    0.306019] xor: using function: generic_sse (860.400 MB/sec)
> >> [    0.306921] NET: Registered protocol family 16
> >> [    0.310119] xenbus: xs_reset_watches failed: -38
> >> [    0.313427] cpuidle: using governor ladder
> >> [    0.316677] cpuidle: using governor menu
> >> [    0.333188] ACPI: bus type PCI registered
> >> [    0.333356] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> >> [    0.337653] PCI: Using configuration type 1 for base access
> >> [    0.340012] PCI: Using configuration type 1 for extended access
> >> [    0.389611] bio: create slab <bio-0> at 0
> >> [    0.450052] raid6: sse2x1    2658 MB/s
> >> [    0.511079] raid6: sse2x2    3617 MB/s
> >> [    0.566841] raid6: sse2x4    3268 MB/s
> >> [    0.568215] raid6: using algorithm sse2x2 (3617 MB/s)
> >> [    0.569591] raid6: using intx1 recovery algorithm
> >> [    0.576735] ACPI: Added _OSI(Module Device)
> >> [    0.578237] ACPI: Added _OSI(Processor Device)
> >> [    0.579572] ACPI: Added _OSI(3.0 _SCP Extensions)
> >> [    0.580039] ACPI: Added _OSI(Processor Aggregator Device)
> >> [    0.587697] ACPI: EC: Look up EC in DSDT
> >> [    0.600422] ACPI: Interpreter enabled
> >> [    0.603404] ACPI: (supports S0 S5)
> >> [    0.606682] ACPI: Using IOAPIC for interrupt routing
> >> [    0.608147] PCI: Using host bridge windows from ACPI; if necessary, use
> "pci=nocrs" and report a bug
> >> [    0.638813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> >> [    0.640021] acpi PNP0A03:00: ACPI _OSC support notification failed,
> disabling PCIe ASPM
> >> [    0.642119] acpi PNP0A03:00: Unable to request _OSC control (_OSC
> support mask: 0x08)
> >> [    0.644027] pci_bus 0000:00: dev 01, created physical slot 1
> >> [    0.645538] pci_bus 0000:00: dev 02, created physical slot 2
> >> [    0.646696] pci_bus 0000:00: dev 03, created physical slot 3
> >> [    0.650016] pci_bus 0000:00: dev 04, created physical slot 4
> >> [    0.650016] pci_bus 0000:00: dev 05, created physical slot 5
> >> [    0.653367] pci_bus 0000:00: dev 06, created physical slot 6
> >> [    0.655112] pci_bus 0000:00: dev 07, created physical slot 7
> >> [    0.656508] pci_bus 0000:00: dev 08, created physical slot 8
> >> [    0.656741] pci_bus 0000:00: dev 09, created physical slot 9
> >> [    0.658161] pci_bus 0000:00: dev 0a, created physical slot 10
> >> [    0.659565] pci_bus 0000:00: dev 0b, created physical slot 11
> >> [    0.660036] pci_bus 0000:00: dev 0c, created physical slot 12
> >> [    0.661420] pci_bus 0000:00: dev 0d, created physical slot 13
> >> [    0.663415] pci_bus 0000:00: dev 0e, created physical slot 14
> >> [    0.664832] pci_bus 0000:00: dev 0f, created physical slot 15
> >> [    0.666589] pci_bus 0000:00: dev 10, created physical slot 16
> >> [    0.670027] pci_bus 0000:00: dev 11, created physical slot 17
> >> [    0.671489] pci_bus 0000:00: dev 12, created physical slot 18
> >> [    0.673000] pci_bus 0000:00: dev 13, created physical slot 19
> >> [    0.673382] pci_bus 0000:00: dev 14, created physical slot 20
> >> [    0.674831] pci_bus 0000:00: dev 15, created physical slot 21
> >> [    0.676298] pci_bus 0000:00: dev 16, created physical slot 22
> >> [    0.676736] pci_bus 0000:00: dev 17, created physical slot 23
> >> [    0.678140] pci_bus 0000:00: dev 18, created physical slot 24
> >> [    0.683376] pci_bus 0000:00: dev 19, created physical slot 25
> >> [    0.685751] pci_bus 0000:00: dev 1a, created physical slot 26
> >> [    0.686708] pci_bus 0000:00: dev 1b, created physical slot 27
> >> [    0.689182] pci_bus 0000:00: dev 1c, created physical slot 28
> >> [    0.690042] pci_bus 0000:00: dev 1d, created physical slot 29
> >> [    0.692324] pci_bus 0000:00: dev 1e, created physical slot 30
> >> [    0.696707] pci_bus 0000:00: dev 1f, created physical slot 31
> >> [    0.699644] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
> >> [    0.703549] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
> >> [    0.705792] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
> >> [    0.706679] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
> >> [    0.709070] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
> >> [    0.713351] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
> >> [    0.716686] acpiphp: Slot [3] registered
> >> [    0.717007] acpiphp: Slot [4] registered
> >> [    0.720251] acpiphp: Slot [5] registered
> >> [    0.723376] acpiphp: Slot [6] registered
> >> [    0.727052] acpiphp: Slot [7] registered
> >> [    0.730039] acpiphp: Slot [8] registered
> >> [    0.733573] acpiphp: Slot [9] registered
> >> [    0.736705] acpiphp: Slot [10] registered
> >> [    0.736971] acpiphp: Slot [11] registered
> >> [    0.740038] acpiphp: Slot [12] registered
> >> [    0.743689] acpiphp: Slot [13] registered
> >> [    0.746702] acpiphp: Slot [14] registered
> >> [    0.750388] acpiphp: Slot [15] registered
> >> [    0.753398] acpiphp: Slot [16] registered
> >> [    0.755940] acpiphp: Slot [17] registered
> >> [    0.756714] acpiphp: Slot [18] registered
> >> [    0.767101] acpiphp: Slot [19] registered
> >> [    0.770081] acpiphp: Slot [20] registered
> >> [    0.773377] acpiphp: Slot [21] registered
> >> [    0.776971] acpiphp: Slot [22] registered
> >> [    0.780060] acpiphp: Slot [23] registered
> >> [    0.790129] acpiphp: Slot [24] registered
> >> [    0.803393] acpiphp: Slot [25] registered
> >> [    0.831233] acpiphp: Slot [26] registered
> >> [    0.837007] acpiphp: Slot [27] registered
> >> [    0.840098] acpiphp: Slot [28] registered
> >> [    0.843376] acpiphp: Slot [29] registered
> >> [    0.846712] acpiphp: Slot [30] registered
> >> [    0.850117] acpiphp: Slot [31] registered
> >> [    0.850117] PCI host bridge to bus 0000:00
> >> [    0.852315] pci_bus 0000:00: root bus resource [bus 00-ff]
> >> [    0.856693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> >> [    0.859453] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> >> [    0.860071] pci_bus 0000:00: root bus resource [mem
> 0x000a0000-0x000bffff]
> >> [    0.862869] pci_bus 0000:00: root bus resource [mem
> 0xe0000000-0xfbffffff]
> >> [    0.866679] pci_bus 0000:00: scanning bus
> >> [    0.869852] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
> >> [    0.873563] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
> >> [    0.884192] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
> >> [    0.895546] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
> >> [    0.929999] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
> >> [    0.952118] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
> >> [    0.986421] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
> >> [    1.000514] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
> >> [    1.002072] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
> >> [    1.007076] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
> >> [    1.008648] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by
> PIIX4 ACPI
> >> [    1.013502] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by
> PIIX4 SMB
> >> [    1.015438] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
> >> [    1.017615] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
> >> [    1.030035] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff
> pref]
> >> [    1.043410] pci 0000:00:02.0: reg 0x14: [mem 0xf3094000-0xf3094fff]
> >> [    1.100021] pci 0000:00:02.0: reg 0x30: [mem 0xf3080000-0xf308ffff
> pref]
> >> [    1.103759] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
> >> [    1.116708] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
> >> [    1.130059] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff
> pref]
> >> [    1.188018] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
> >> [    1.213333] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff
> 64bit pref]
> >> [    1.223372] pci 0000:00:05.0: reg 0x18: [mem 0xf3040000-0xf305ffff
> 64bit]
> >> [    1.230018] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
> >> [    1.250022] pci 0000:00:05.0: reg 0x30: [mem 0xf3060000-0xf307ffff
> pref]
> >> [    1.252053] pci 0000:00:05.0: supports D1 D2
> >> [    1.255355] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
> >> [    1.256666] pci 0000:00:06.0: reg 0x10: [mem 0xf3090000-0xf3093fff
> 64bit]
> >> [    1.263333] pci 0000:00:06.0: supports D1 D2
> >> [    1.265953] pci_bus 0000:00: fixups for bus
> >> [    1.266666] pci_bus 0000:00: bus scan returning with max=00
> >> [    1.266666] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
> >> [    1.266666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
> >> [    1.266666] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
> >> [    1.266666] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
> >> [    1.270278] ACPI: Enabled 2 GPEs in block 00 to 0F
> >> [    1.273333] ACPI: \_SB_.PCI0: notify handler is installed
> >> [    1.273333] Found 1 acpi root devices
> >> [    1.273333] xen:balloon: Initialising balloon driver
> >> [    1.273433] xen_balloon: Initialising balloon driver
> >> [    1.275068] vgaarb: device added:
> PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> >> [    1.275942] vgaarb: device added:
> PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
> >> [    1.276666] vgaarb: loaded
> >> [    1.276666] vgaarb: bridge control possible 0000:00:05.0
> >> [    1.276666] vgaarb: no bridge control possible 0000:00:02.0
> >> [    1.276666] SCSI subsystem initialized
> >> [    1.276666] libata version 3.00 loaded.
> >> [    1.276666] ACPI: bus type USB registered
> >> [    1.277217] usbcore: registered new interface driver usbfs
> >> [    1.278077] usbcore: registered new interface driver hub
> >> [    1.278077] usbcore: registered new device driver usb
> >> [    1.280325] Linux video capture interface: v2.00
> >> [    1.281514] pps_core: LinuxPPS API ver. 1 registered
> >> [    1.282276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
> Giometti <giometti@linux.it>
> >> [    1.283333] PTP clock support registered
> >> [    1.283333] Advanced Linux Sound Architecture Driver Initialized.
> >> [    1.283333] PCI: Using ACPI for IRQ routing
> >> [    1.283333] PCI: pci_cache_line_size set to 64 bytes
> >> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags
> 0x110] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110]
> (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177
> flags 0x110] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110]
> (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags
> 0x40101] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags
> 0x40101] (d=0, p=0)
> >> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem
> 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
> >> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem
> 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
> >> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags
> 0x40101] (d=0, p=0)
> >> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem
> 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem
> 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem
> 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags
> 0x40101] (d=0, p=0)
> >> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem
> 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
> >> [    1.286666] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
> >> [    1.286666] e820: reserve RAM buffer [mem 0x3f7ff000-0x3fffffff]
> >> [    1.286871] Bluetooth: Core ver 2.16
> >> [    1.290033] NET: Registered protocol family 31
> >> [    1.292390] Bluetooth: HCI device and connection manager initialized
> >> [    1.293333] Bluetooth: HCI socket layer initialized
> >> [    1.293333] Bluetooth: L2CAP socket layer initialized
> >> [    1.293333] Bluetooth: SCO socket layer initialized
> >> [    1.293333] HPET: 3 timers in total, 0 timers will be used for per-cpu
> timer
> >> [    1.293333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> >> [    1.293333] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
> >> [    1.296395] Switched to clocksource xen
> >> [    1.296666] FS-Cache: Loaded
> >> [    1.297469] pnp: PnP ACPI init
> >> [    1.298746] ACPI: bus type PNP registered
> >> [    1.300356] system 00:00: [mem 0x00000000-0x0009ffff] could not be
> reserved
> >> [    1.301894] system 00:00: Plug and Play ACPI device, IDs PNP0c02
> (active)
> >> [    1.303518] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
> >> [    1.305522] system 00:02: [io  0x08a0-0x08a3] has been reserved
> >> [    1.307001] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
> >> [    1.310024] system 00:02: [io  0x04d0-0x04d1] has been reserved
> >> [    1.320627] system 00:02: Plug and Play ACPI device, IDs PNP0c02
> (active)
> >> [    1.351879] pnp 00:03: [dma 4]
> >> [    1.357740] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
> >> [    1.362206] xen: --> pirq=16 -> irq=8 (gsi=8)
> >> [    1.363806] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
> >> [    1.365710] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
> >> [    1.367661] xen: --> pirq=17 -> irq=12 (gsi=12)
> >> [    1.369285] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
> >> [    1.370851] xen: --> pirq=18 -> irq=1 (gsi=1)
> >> [    1.372569] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b
> (active)
> >> [    1.374663] xen: --> pirq=19 -> irq=6 (gsi=6)
> >> [    1.376869] pnp 00:08: [dma 2]
> >> [    1.378403] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
> >> [    1.381042] xen: --> pirq=20 -> irq=4 (gsi=4)
> >> [    1.382981] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
> >> [    1.384588] xen: --> pirq=21 -> irq=7 (gsi=7)
> >> [    1.386128] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
> >> [    1.388124] system 00:0b: [io  0xae00-0xae0f] has been reserved
> >> [    1.389607] system 00:0b: [io  0xb044-0xb047] has been reserved
> >> [    1.391028] system 00:0b: Plug and Play ACPI device, IDs PNP0c02
> (active)
> >> [    1.393084] pnp: PnP ACPI: found 12 devices
> >> [    1.394550] ACPI: bus type PNP unregistered
> >> [    1.413954] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> >> [    1.415535] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> >> [    1.417203] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> >> [    1.418685] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
> >> [    1.420210] NET: Registered protocol family 2
> >> [    1.422209] TCP established hash table entries: 8192 (order: 5, 131072
> bytes)
> >> [    1.424041] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
> >> [    1.426660] TCP: Hash tables configured (established 8192 bind 8192)
> >> [    1.428756] TCP: reno registered
> >> [    1.430133] UDP hash table entries: 512 (order: 4, 81920 bytes)
> >> [    1.431591] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
> >> [    1.433355] NET: Registered protocol family 1
> >> [    1.434814] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
> >> [    1.436159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
> >> [    1.437611] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
> >> [    1.439161] pci 0000:00:01.0: PIIX3: Enabling Passive Release
> >> [    1.440771] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
> >> [    1.442572] pci 0000:00:01.0: Activating ISA DMA hang workarounds
> >> [    1.444555] pci 0000:00:01.2: calling
> quirk_usb_early_handoff+0x0/0x6c0
> >> [    1.447397] xen: --> pirq=22 -> irq=23 (gsi=23)
> >> [    1.452957] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
> >> [    1.454614] pci 0000:00:02.0: Boot video device
> >> [    1.456105] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
> >> [    1.457984] pci 0000:00:05.0: Boot video device
> >> [    1.459683] PCI: CLS 0 bytes, default 64
> >> [    1.461462] Trying to unpack rootfs image as initramfs...
> >> [    1.543512] Freeing initrd memory: 4996K (ffff88003762e000 -
> ffff880037b0f000)
> >> [    1.553915] DMA-API: preallocated 65536 debug entries
> >> [    1.555928] DMA-API: debugging enabled by kernel config
> >> [    1.559170] Scanning for low memory corruption every 60 seconds
> >> [    1.564307] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
> >> [    1.568143] audit: initializing netlink socket (disabled)
> >> [    1.569592] type=2000 audit(1379409313.121:1): initialized
> >> [    1.571623] bounce pool size: 64 pages
> >> [    1.572971] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> >> [    1.589346] VFS: Disk quotas dquot_6.5.2
> >> [    1.591062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> >> [    1.596280] NTFS driver 2.1.30 [Flags: R/W].
> >> [    1.598516] fuse init (API version 7.22)
> >> [    1.601515] bio: create slab <bio-1> at 1
> >> [    1.604032] Btrfs loaded
> >> [    1.606549] GFS2 installed
> >> [    1.608181] ceph: loaded (mds proto 32)
> >> [    1.609650] msgmni has been set to 1946
> >> [    1.612868] Block layer SCSI generic (bsg) driver version 0.4 loaded
> (major 250)
> >> [    1.615969] io scheduler noop registered
> >> [    1.620128] io scheduler deadline registered
> >> [    1.622091] io scheduler cfq registered (default)
> >> [    1.625114] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
> >> [    1.626889] crc32: self tests passed, processed 225944 bytes in 122522
> nsec
> >> [    1.628486] crc32c: CRC_LE_BITS = 64
> >> [    1.629942] crc32c: self tests passed, processed 225944 bytes in 61570
> nsec
> >> [    1.632530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> >> [    1.634759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> >> [    1.636224] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version:
> 0.2
> >> [    1.638321] cpcihp_generic: Generic port I/O CompactPCI Hot Plug
> Driver version: 0.1
> >> [    1.640530] cpcihp_generic: not configured, disabling.
> >> [    1.642226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
> >> [    1.645585] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace
> failed
> >> [    1.648766] input: Power Button as
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
> >> [    1.651005] ACPI: Power Button [PWRF]
> >> [    1.652541] input: Sleep Button as
> /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
> >> [    1.654770] ACPI: Sleep Button [SLPF]
> >> [    1.664469] xen:xen_evtchn: Event-channel device installed
> >> [    1.669021] xen: --> pirq=23 -> irq=28 (gsi=28)
> >> [    1.670635] xen:grant_table: Grant tables using version 1 layout
> >> [    1.672167] Grant table initialized
> >> [    1.676292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> >> [    1.715980] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a
> 16550A
> >> [    1.738514] Linux agpgart interface v0.103
> >> [    1.740804] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180
> seconds, margin is 60 seconds).
> >> [    1.742909] Hangcheck: Using getrawmonotonic().
> >> [    1.744843] [drm] Initialized drm 1.1.0 20060810
> >> [    1.746503] [drm] radeon kernel modesetting enabled.
> >> [    1.747964] [drm:drm_pci_init],
> >> [    1.749911] [drm:drm_get_pci_dev],
> >> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
> >> [    1.755203] [drm:drm_get_minor],
> >> [    1.757902] [drm:drm_get_minor], new minor assigned 64
> >> [    1.760337] [drm:drm_get_minor],
> >> [    1.762547] [drm:drm_get_minor], new minor assigned 0
> >> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759
> 0x174B:0xE193).
> >> [    1.767705] [drm] register mmio base: 0xF3040000
> >> [    1.769135] [drm] register mmio size: 131072
> >> [    1.770551] [drm] radeon_atrm_get_bios: failed
> >> [    1.771878] [drm] radeon_acpi_vfct_bios: failed
> >> [    1.773193] [drm] igp_read_bios_from_vram: failed
> >> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size:
> 0x8c00 biosiomemstart: 0xf3060000
> >> [    1.777717] [drm] radeon_read_bios: succes
> >> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios
> length: 6|8 headerstring 0xc6 0x7c 0x0 0x0
> >> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
> >> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen
> GPU
> >> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
> >> [    1.789919] [drm] radeon: finishing device.
> >> [    1.791325] [TTM] Memory type 2 has not been initialized
> >> [    1.799821] [drm:drm_put_minor], release secondary minor 0
> >> [    1.802369] [drm:drm_put_minor], release secondary minor 64
> >> [    1.808466] radeon: probe of 0000:00:05.0 failed with error -22
> >> [    1.840256] [drm:drm_pci_init],
> >> [    1.845669] [drm:drm_get_pci_dev],
> >> [    1.848075] [drm:drm_get_minor],
> >> [    1.850354] [drm:drm_get_minor], new minor assigned 64
> >> [    1.852444] [drm:drm_get_minor],
> >> [    1.854914] [drm:drm_get_minor], new minor assigned 0
> >> [    1.857213] [TTM] Zone  kernel: Available graphics memory: 498238
> kiB
> >> [    1.858995] [TTM] Initializing pool allocator
> >> [    1.860330] [TTM] Initializing DMA pool allocator
> >> [    1.862319] [drm:drm_helper_probe_single_connector_modes],
> [CONNECTOR:5:VGA-1]
> >> [    1.865161] [drm:drm_helper_probe_single_connector_modes],
> [CONNECTOR:5:VGA-1] probed modes :
> >> [    1.867905] [drm:drm_mode_debug_printmodeline], Modeline
> 25:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40
> 0x5
> >> [    1.870749] [drm:drm_mode_debug_printmodeline], Modeline
> 24:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
> >> [    1.873615] [drm:drm_mode_debug_printmodeline], Modeline
> 23:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
> >> [    1.876797] [drm:drm_mode_debug_printmodeline], Modeline
> 22:"1280x800" 60 71000 1280 1328 1360 1440 800 803 809 823 0x40 0x9
> >> [    1.879705] [drm:drm_mode_debug_printmodeline], Modeline
> 21:"1280x768" 60 79500 1280 1344 1472 1664 768 771 778 798 0x40 0x6
> >> [    1.882500] [drm:drm_mode_debug_printmodeline], Modeline
> 20:"1280x768" 60 68250 1280 1328 1360 1440 768 771 778 790 0x40 0x9
> >> [    1.885314] [drm:drm_mode_debug_printmodeline], Modeline
> 14:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> >> [    1.888557] [drm:drm_mode_debug_printmodeline], Modeline
> 9:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> >> [    1.891615] [drm:drm_mode_debug_printmodeline], Modeline
> 8:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> >> [    1.894857] [drm:drm_mode_debug_printmodeline], Modeline
> 13:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
> >> [    1.897622] [drm:drm_mode_debug_printmodeline], Modeline
> 6:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> >> [    1.900401] [drm:drm_setup_crtcs],
> >> [    1.902276] [drm:drm_enable_connectors], connector 5 enabled? yes
> >> [    1.904425] [drm:drm_target_preferred], looking for cmdline mode on
> connector 5
> >> [    1.907019] [drm:drm_target_preferred], looking for preferred mode on
> connector 5
> >> [    1.910214] [drm:drm_target_preferred], found mode 1280x1024
> >> [    1.914217] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
> >> [    1.918064] [drm:drm_setup_crtcs], desired mode 1280x1024 set on
> crtc 3
> >> [    1.922808] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    1.927686] [drm] fb mappable at 0x0
> >> [    1.930020] [drm] vram aper at 0x0
> >> [    1.932487] [drm] size 0
> >> [    1.934735] [drm] fb depth is 24
> >> [    1.936980] [drm]    pitch is 3840
> >> [    1.939982] fbcon: cirrusdrmfb (fb0) is primary device
> >> [    1.941542] [drm:drm_crtc_helper_set_config],
> >> [    1.941546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [    1.941550] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode
> set
> >> [    1.941553] [drm:drm_crtc_helper_set_config], modes are different, full
> mode set
> >> [    1.941555] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0
> 0 0 0 0 0 0 0 0 0x0 0x0
> >> [    1.941558] [drm:drm_mode_debug_printmodeline], Modeline
> 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> >> [    1.941563] [drm:drm_crtc_helper_set_config], encoder changed, full
> mode switch
> >> [    1.941565] [drm:drm_crtc_helper_set_config], crtc changed, full mode
> switch
> >> [    1.941567] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [    1.941569] [drm:drm_crtc_helper_set_config], attempting to set mode
> from userspace
> >> [    1.941572] [drm:drm_mode_debug_printmodeline], Modeline
> 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> >> [    1.941577] [drm:drm_crtc_helper_set_mode], [CRTC:3]
> >> [    1.953352] [drm:drm_crtc_helper_set_mode], [ENCODER:4:DAC-4] set
> [MODE:7:1280x1024]
> >> [    1.953355] [drm:drm_calc_timestamping_constants], crtc 3: hwmode:
> htotal 1688, vtotal 1066, vdisplay 1024
> >> [    1.953357] [drm:drm_calc_timestamping_constants], crtc 3: clock
> 108000 kHz framedur 16661185 linedur 15629, pixeldur 9
> >> [    1.953363] [drm:drm_crtc_helper_set_config], Setting connector DPMS
> state to on
> >> [    1.953365] [drm:drm_crtc_helper_set_config],
> [CONNECTOR:5:VGA-1] set DPMS on
> >> [    1.953370] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    1.953487] [drm:drm_crtc_helper_set_config],
> >> [    1.953489] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [    1.953494] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [    1.953497] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    1.953498] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [    2.038647] [drm:drm_crtc_helper_set_config],
> >> [    2.038651] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [    2.038658] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [    2.038661] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    2.038662] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [    2.112460] Console: switching to colour frame buffer device 160x64
> >> [    2.112473] [drm:drm_crtc_helper_set_config],
> >> [    2.112475] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [    2.112482] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [    2.112485] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    2.112487] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [    2.186982] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
> >> [    2.188860] cirrus 0000:00:02.0: registered panic notifier
> >> [    2.190604] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on
> minor 0
> >> [    2.192631] [drm:drm_pci_init],
> >> [    2.198055] brd: module loaded
> >> [    2.203121] loop: module loaded
> >> [    2.224917] tun: Universal TUN/TAP device driver, 1.6
> >> [    2.226696] tun: (C) 1999-2004 Max Krasnyansky
> <maxk@qualcomm.com>
> >> [    2.228570] e1000: Intel(R) PRO/1000 Network Driver - version
> 7.3.21-k8-NAPI
> >> [    2.231161] e1000: Copyright (c) 1999-2006 Intel Corporation.
> >> [    2.232932] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
> >> [    2.234578] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
> >> [    2.237460] igb: Intel(R) Gigabit Ethernet Network Driver - version
> 5.0.5-k
> >> [    2.239198] igb: Copyright (c) 2007-2013 Intel Corporation.
> >> [    2.242370] igbvf: Intel(R) Gigabit Virtual Function Network Driver -
> version 2.0.2-k
> >> [    2.244130] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
> >> [    2.246106] xen_netfront: Initialising Xen virtual ethernet driver
> >> [    2.253510] blkfront: xvda: flush diskcache: enabled; persistent grants:
> enabled; indirect descriptors: enabled;
> >> [    2.259883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> >> [    2.261790] ehci-pci: EHCI PCI platform driver
> >> [    2.264122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> >> [    2.265913] ohci-pci: OHCI PCI platform driver
> >> [    2.268005] uhci_hcd: USB Universal Host Controller Interface driver
> >> [    2.270950] uhci_hcd 0000:00:01.2: enabling bus mastering
> >> [    2.275656] uhci_hcd 0000:00:01.2: setting latency timer to 64
> >> [    2.278106] uhci_hcd 0000:00:01.2: UHCI Host Controller
> >> [    2.280655]  xvda: xvda1 xvda2 < xvda5 >
> >> [    2.283105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned
> bus number 1
> >> [    2.287868] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
> >> [    2.293675] usb usb1: New USB device found, idVendor=1d6b,
> idProduct=0001
> >> [    2.295560] usb usb1: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> >> [    2.297375] usb usb1: Product: UHCI Host Controller
> >> [    2.299506] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
> >> [    2.301365] usb usb1: SerialNumber: 0000:00:01.2
> >> [    2.306128] hub 1-0:1.0: USB hub found
> >> [    2.308175] hub 1-0:1.0: 2 ports detected
> >> [    2.312359] usbcore: registered new interface driver usblp
> >> [    2.314281] usbcore: registered new interface driver usb-storage
> >> [    2.316546] usbcore: registered new interface driver usbserial
> >> [    2.318509] usbcore: registered new interface driver cp210x
> >> [    2.320517] usbserial: USB Serial support registered for cp210x
> >> [    2.322507] usbcore: registered new interface driver cypress_m8
> >> [    2.324603] usbserial: USB Serial support registered for DeLorme
> Earthmate USB
> >> [    2.326707] usbserial: USB Serial support registered for HID->COM
> RS232 Adapter
> >> [    2.329222] usbserial: USB Serial support registered for Nokia CA-42 V2
> Adapter
> >> [    2.332298] usbcore: registered new interface driver mos7720
> >> [    2.334326] usbserial: USB Serial support registered for Moschip 2 port
> adapter
> >> [    2.336296] usbcore: registered new interface driver mos7840
> >> [    2.339334] usbserial: USB Serial support registered for Moschip
> 7840/7820 USB Serial Driver
> >> [    2.341311] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M]
> at 0x60,0x64 irq 1,12
> >> [    2.372506] serio: i8042 KBD port at 0x60,0x64 irq 1
> >> [    2.374921] serio: i8042 AUX port at 0x60,0x64 irq 12
> >> [    2.377750] mousedev: PS/2 mouse device common for all mice
> >> [    2.383774] input: AT Translated Set 2 keyboard as
> /devices/platform/i8042/serio0/input/input2
> >> [    2.412740] input: Xen Virtual Keyboard as /devices/virtual/input/input3
> >> [    2.415113] input: Xen Virtual Pointer as /devices/virtual/input/input4
> >> [    2.441217] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
> >> [    2.443213] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram,
> hpet irqs
> >> [    2.448798] piix4_smbus 0000:00:01.3: Host SMBus controller not
> enabled!
> >> [    2.451314] lirc_dev: IR Remote Control driver registered, major 248
> >> [    2.453197] IR NEC protocol handler initialized
> >> [    2.454994] IR RC5(x) protocol handler initialized
> >> [    2.456839] IR RC6 protocol handler initialized
> >> [    2.458729] IR JVC protocol handler initialized
> >> [    2.460532] IR Sony protocol handler initialized
> >> [    2.462373] IR RC5 (streamzap) protocol handler initialized
> >> [    2.464199] IR SANYO protocol handler initialized
> >> [    2.465933] IR MCE Keyboard/mouse protocol handler initialized
> >> [    2.467725] IR LIRC bridge handler initialized
> >> [    2.469491] cx25821: driver version 0.0.106 loaded
> >> [    2.471745] usbcore: registered new interface driver pvrusb2
> >> [    2.473480] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2
> MPEG2 Encoder/Tuner
> >> [    2.476532] pvrusb2: Debug mask is 31 (0x1f)
> >> [    2.487290] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
> v0.05
> >> [    2.491295] xen_wdt: Xen WatchDog Timer Driver v0.01
> >> [    2.533305] xen_wdt: initialized (timeout=60s, nowayout=0)
> >> [    2.536002] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised:
> dm-devel@redhat.com
> >> [    2.539707] Bluetooth: Virtual HCI driver ver 1.3
> >> [    2.542258] Bluetooth: HCI UART driver ver 2.2
> >> [    2.543999] Bluetooth: HCI H4 protocol initialized
> >> [    2.545664] Bluetooth: HCI BCSP protocol initialized
> >> [    2.547387] Bluetooth: HCILL protocol initialized
> >> [    2.549059] Bluetooth: HCIATH3K protocol initialized
> >> [    2.550848] Bluetooth: HCI Three-wire UART (H5) protocol initialized
> >> [    2.552803] usbcore: registered new interface driver bcm203x
> >> [    2.554723] usbcore: registered new interface driver bpa10x
> >> [    2.556617] usbcore: registered new interface driver bfusb
> >> [    2.559609] usbcore: registered new interface driver btusb
> >> [    2.561628] usbcore: registered new interface driver ath3k
> >> [    2.563188] ioremap error for 0xfc001000-0xfc002000, requested 0x10,
> got 0x0
> >> [    2.565091] hidraw: raw HID events driver (C) Jiri Kosina
> >> [    2.568391] usbcore: registered new interface driver usbhid
> >> [    2.570046] usbhid: USB HID core driver
> >> [    2.574837] xen: --> pirq=33 -> irq=41 (gsi=41)
> >> [    2.578242] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
> >> [    2.579853] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=80
> >> [    2.600606] usbcore: registered new interface driver snd-usb-audio
> >> [    2.602765] usbcore: registered new interface driver snd-ua101
> >> [    2.604542] usbcore: registered new interface driver snd-usb-usx2y
> >> [    2.606240] usbcore: registered new interface driver snd-usb-caiaq
> >> [    2.607953] usbcore: registered new interface driver snd-usb-6fire
> >> [    2.609590] Netfilter messages via NETLINK v0.30.
> >> [    2.611228] nfnl_acct: registering with nfnetlink.
> >> [    2.613120] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
> >> [    2.615344] ctnetlink v0.93: registering with nfnetlink.
> >> [    2.618419] xt_time: kernel timezone is -0000
> >> [    2.619979] ip_set: protocol 6
> >> [    2.621538] IPVS: Registered protocols ()
> >> [    2.623258] IPVS: Connection hash table configured (size=4096,
> memory=64Kbytes)
> >> [    2.624923] IPVS: Creating netns size=1904 id=0
> >> [    2.627127] IPVS: ipvs loaded.
> >> [    2.629354] ip_tables: (C) 2000-2006 Netfilter Core Team
> >> [    2.631187] TCP: cubic registered
> >> [    2.632656] NET: Registered protocol family 17
> >> [    2.635367] Bridge firewalling registered
> >> [    2.636897] Ebtables v2.0 registered
> >> [    2.639225] Bluetooth: RFCOMM TTY layer initialized
> >> [    2.640742] Bluetooth: RFCOMM socket layer initialized
> >> [    2.642171] Bluetooth: RFCOMM ver 1.11
> >> [    2.643580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> >> [    2.645010] Bluetooth: BNEP filters: protocol multicast
> >> [    2.646420] Bluetooth: BNEP socket layer initialized
> >> [    2.647858] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
> >> [    2.649294] Bluetooth: HIDP socket layer initialized
> >> [    2.650788] Key type ceph registered
> >> [    2.652389] libceph: loaded (mon/osd proto 15/24)
> >> [    2.654437] registered taskstats version 1
> >> [    2.659955] xenbus_probe_frontend: Device with no driver: device/pci/0
> >> [    2.661879] console [netcon0] enabled
> >> [    2.663446] netconsole: network logging started
> >> [    2.665236] rtc_cmos 00:04: setting system clock to 2013-09-17
> 09:15:15 UTC (1379409315)
> >> [    2.667038] ALSA device list:
> >> [    2.668619]   #0: HD-Audio Generic at 0xf3090000 irq 80
> >> [    2.672662] Freeing unused kernel memory: 1068K (ffffffff81ef0000 -
> ffffffff81ffb000)
> >> [    2.674292] Write protecting the kernel read-only data: 14336k
> >> [    2.679086] Freeing unused kernel memory: 120K (ffff8800019e2000 -
> ffff880001a00000)
> >> [    2.681086] Freeing unused kernel memory: 36K (ffff880001df7000 -
> ffff880001e00000)
> >> [    2.714316] usb 1-1: new full-speed USB device number 2 using uhci_hcd
> >> [    3.034772] usb 1-1: New USB device found, idVendor=0627,
> idProduct=0001
> >> [    3.036432] usb 1-1: New USB device strings: Mfr=1, Product=3,
> SerialNumber=5
> >> [    3.038495] usb 1-1: Product: QEMU USB Tablet
> >> [    3.040085] usb 1-1: Manufacturer: QEMU
> >> [    3.041644] usb 1-1: SerialNumber: 42
> >> [    3.071432] input: QEMU QEMU USB Tablet as
> /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input5
> >> [    3.074317] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID
> v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
> >> [    3.205535] input: ImExPS/2 Generic Explorer Mouse as
> /devices/platform/i8042/serio1/input/input6
> >> [    3.243471] EXT4-fs (xvda1): mounted filesystem with ordered data
> mode. Opts: (null)
> >> [    5.744943] udevd[1591]: starting version 175
> >> [   10.475221] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1
> across:901116k SS
> >> [   10.505906] EXT4-fs (xvda1): re-mounted. Opts: (null)
> >> [   10.852323] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
> >> [   13.589186] [drm:drm_crtc_helper_set_config],
> >> [   13.589188] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   13.589200] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   13.589203] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   13.589204] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.219989] [drm:drm_crtc_helper_set_config],
> >> [   19.219992] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.220008] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.220010] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.220011] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.291242] [drm:drm_stub_open],
> >> [   19.291251] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291258] [drm:drm_setup],
> >> [   19.291282] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291343] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291356] [drm:drm_release], open_count = 1
> >> [   19.291358] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291456] [drm:drm_lastclose],
> >> [   19.291458] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291461] [drm:drm_lastclose], lastclose completed
> >> [   19.291477] [drm:drm_stub_open],
> >> [   19.291479] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291483] [drm:drm_setup],
> >> [   19.291486] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291489] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291494] [drm:drm_release], open_count = 1
> >> [   19.291495] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291499] [drm:drm_lastclose],
> >> [   19.291500] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291502] [drm:drm_lastclose], lastclose completed
> >> [   19.291518] [drm:drm_stub_open],
> >> [   19.291521] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291524] [drm:drm_setup],
> >> [   19.291527] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291530] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291535] [drm:drm_release], open_count = 1
> >> [   19.291536] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291540] [drm:drm_lastclose],
> >> [   19.291541] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291543] [drm:drm_lastclose], lastclose completed
> >> [   19.291551] [drm:drm_stub_open],
> >> [   19.291554] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291557] [drm:drm_setup],
> >> [   19.291560] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291563] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291567] [drm:drm_release], open_count = 1
> >> [   19.291569] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291572] [drm:drm_lastclose],
> >> [   19.291573] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291575] [drm:drm_lastclose], lastclose completed
> >> [   19.291587] [drm:drm_stub_open],
> >> [   19.291589] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291593] [drm:drm_setup],
> >> [   19.291595] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291598] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291603] [drm:drm_release], open_count = 1
> >> [   19.291604] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291608] [drm:drm_lastclose],
> >> [   19.291609] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291611] [drm:drm_lastclose], lastclose completed
> >> [   19.291620] [drm:drm_stub_open],
> >> [   19.291622] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291626] [drm:drm_setup],
> >> [   19.291628] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291631] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291636] [drm:drm_release], open_count = 1
> >> [   19.291637] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291641] [drm:drm_lastclose],
> >> [   19.291642] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291644] [drm:drm_lastclose], lastclose completed
> >> [   19.302299] [drm:drm_crtc_helper_set_config],
> >> [   19.302302] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.302311] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.302313] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.302314] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.302317] [drm:drm_crtc_helper_set_config],
> >> [   19.302318] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.302321] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.302325] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.302326] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.302341] [drm:drm_crtc_helper_set_config],
> >> [   19.302343] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.302345] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.302347] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.302348] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.514543] [drm:drm_crtc_helper_set_config],
> >> [   19.514546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.514558] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.514561] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.514563] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.585682] [drm:drm_stub_open],
> >> [   19.585691] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585698] [drm:drm_setup],
> >> [   19.585714] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585723] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585736] [drm:drm_release], open_count = 1
> >> [   19.585737] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585744] [drm:drm_lastclose],
> >> [   19.585746] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585749] [drm:drm_lastclose], lastclose completed
> >> [   19.585761] [drm:drm_stub_open],
> >> [   19.585763] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585767] [drm:drm_setup],
> >> [   19.585770] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585773] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585778] [drm:drm_release], open_count = 1
> >> [   19.585779] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585783] [drm:drm_lastclose],
> >> [   19.585784] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585786] [drm:drm_lastclose], lastclose completed
> >> [   19.585802] [drm:drm_stub_open],
> >> [   19.585805] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585808] [drm:drm_setup],
> >> [   19.585811] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585814] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585819] [drm:drm_release], open_count = 1
> >> [   19.585820] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585824] [drm:drm_lastclose],
> >> [   19.585825] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585828] [drm:drm_lastclose], lastclose completed
> >> [   19.585846] [drm:drm_stub_open],
> >> [   19.585847] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585851] [drm:drm_setup],
> >> [   19.585853] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585856] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585860] [drm:drm_release], open_count = 1
> >> [   19.585861] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585864] [drm:drm_lastclose],
> >> [   19.585865] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585867] [drm:drm_lastclose], lastclose completed
> >> [   19.585878] [drm:drm_stub_open],
> >> [   19.585880] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585883] [drm:drm_setup],
> >> [   19.585885] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585888] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585892] [drm:drm_release], open_count = 1
> >> [   19.585893] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585896] [drm:drm_lastclose],
> >> [   19.585898] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585899] [drm:drm_lastclose], lastclose completed
> >> [   19.585907] [drm:drm_stub_open],
> >> [   19.585909] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585913] [drm:drm_setup],
> >> [   19.585915] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585918] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585921] [drm:drm_release], open_count = 1
> >> [   19.585923] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585926] [drm:drm_lastclose],
> >> [   19.585927] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585929] [drm:drm_lastclose], lastclose completed
> >> [   19.586613] [drm:drm_crtc_helper_set_config],
> >> [   19.586615] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.586620] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.586622] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.586624] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.586626] [drm:drm_crtc_helper_set_config],
> >> [   19.586627] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.586630] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.586631] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.586632] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.586653] [drm:drm_crtc_helper_set_config],
> >> [   19.586654] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.586660] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.586662] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.586663] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.763917] [drm:drm_crtc_helper_set_config],
> >> [   19.763919] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.763931] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.763933] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.763934] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.837433] [drm:drm_stub_open],
> >> [   19.837441] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837449] [drm:drm_setup],
> >> [   19.837466] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837476] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837488] [drm:drm_release], open_count = 1
> >> [   19.837490] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837496] [drm:drm_lastclose],
> >> [   19.837498] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837501] [drm:drm_lastclose], lastclose completed
> >> [   19.837513] [drm:drm_stub_open],
> >> [   19.837515] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837519] [drm:drm_setup],
> >> [   19.837522] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837525] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837529] [drm:drm_release], open_count = 1
> >> [   19.837531] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837534] [drm:drm_lastclose],
> >> [   19.837536] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837538] [drm:drm_lastclose], lastclose completed
> >> [   19.837560] [drm:drm_stub_open],
> >> [   19.837563] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837567] [drm:drm_setup],
> >> [   19.837570] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837573] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837577] [drm:drm_release], open_count = 1
> >> [   19.837579] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837582] [drm:drm_lastclose],
> >> [   19.837584] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837585] [drm:drm_lastclose], lastclose completed
> >> [   19.837594] [drm:drm_stub_open],
> >> [   19.837596] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837600] [drm:drm_setup],
> >> [   19.837603] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837606] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837610] [drm:drm_release], open_count = 1
> >> [   19.837612] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837615] [drm:drm_lastclose],
> >> [   19.837616] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837618] [drm:drm_lastclose], lastclose completed
> >> [   19.837629] [drm:drm_stub_open],
> >> [   19.837631] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837635] [drm:drm_setup],
> >> [   19.837638] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837641] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837645] [drm:drm_release], open_count = 1
> >> [   19.837647] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837650] [drm:drm_lastclose],
> >> [   19.837651] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837653] [drm:drm_lastclose], lastclose completed
> >> [   19.837662] [drm:drm_stub_open],
> >> [   19.837664] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837668] [drm:drm_setup],
> >> [   19.837671] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837674] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837678] [drm:drm_release], open_count = 1
> >> [   19.837680] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837683] [drm:drm_lastclose],
> >> [   19.837685] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837686] [drm:drm_lastclose], lastclose completed
> >> [   19.838347] [drm:drm_crtc_helper_set_config],
> >> [   19.838349] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.838355] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.838358] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.838359] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.838361] [drm:drm_crtc_helper_set_config],
> >> [   19.838363] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.838365] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.838367] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.838368] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.838382] [drm:drm_crtc_helper_set_config],
> >> [   19.838383] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.838385] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.838387] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.838388] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.047717] [drm:drm_crtc_helper_set_config],
> >> [   20.047720] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.047727] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.047730] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.047731] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.133510] [drm:drm_stub_open],
> >> [   20.133519] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133528] [drm:drm_setup],
> >> [   20.133547] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133558] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133576] [drm:drm_release], open_count = 1
> >> [   20.133578] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133585] [drm:drm_lastclose],
> >> [   20.133587] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133590] [drm:drm_lastclose], lastclose completed
> >> [   20.133604] [drm:drm_stub_open],
> >> [   20.133606] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133610] [drm:drm_setup],
> >> [   20.133613] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133616] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133621] [drm:drm_release], open_count = 1
> >> [   20.133623] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133626] [drm:drm_lastclose],
> >> [   20.133628] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133630] [drm:drm_lastclose], lastclose completed
> >> [   20.133646] [drm:drm_stub_open],
> >> [   20.133648] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133652] [drm:drm_setup],
> >> [   20.133655] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133658] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133662] [drm:drm_release], open_count = 1
> >> [   20.133664] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133668] [drm:drm_lastclose],
> >> [   20.133669] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133671] [drm:drm_lastclose], lastclose completed
> >> [   20.133680] [drm:drm_stub_open],
> >> [   20.133682] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133686] [drm:drm_setup],
> >> [   20.133688] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133691] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133696] [drm:drm_release], open_count = 1
> >> [   20.133697] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133700] [drm:drm_lastclose],
> >> [   20.133702] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133704] [drm:drm_lastclose], lastclose completed
> >> [   20.133715] [drm:drm_stub_open],
> >> [   20.133718] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133721] [drm:drm_setup],
> >> [   20.133724] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133727] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133731] [drm:drm_release], open_count = 1
> >> [   20.133733] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133736] [drm:drm_lastclose],
> >> [   20.133738] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133740] [drm:drm_lastclose], lastclose completed
> >> [   20.133749] [drm:drm_stub_open],
> >> [   20.133751] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133754] [drm:drm_setup],
> >> [   20.133757] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133760] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133764] [drm:drm_release], open_count = 1
> >> [   20.133766] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133769] [drm:drm_lastclose],
> >> [   20.133771] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133773] [drm:drm_lastclose], lastclose completed
> >> [   20.134412] [drm:drm_crtc_helper_set_config],
> >> [   20.134413] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.134420] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.134422] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.134423] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.134426] [drm:drm_crtc_helper_set_config],
> >> [   20.134427] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.134429] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.134431] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.134432] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.134445] [drm:drm_crtc_helper_set_config],
> >> [   20.134446] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.134449] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.134450] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.134451] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.316278] [drm:drm_crtc_helper_set_config],
> >> [   20.316280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.316287] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.316290] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.316291] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.392394] [drm:drm_stub_open],
> >> [   20.392411] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392418] [drm:drm_setup],
> >> [   20.392437] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392447] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392460] [drm:drm_release], open_count = 1
> >> [   20.392462] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392468] [drm:drm_lastclose],
> >> [   20.392470] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392472] [drm:drm_lastclose], lastclose completed
> >> [   20.392485] [drm:drm_stub_open],
> >> [   20.392488] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392491] [drm:drm_setup],
> >> [   20.392494] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392497] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392502] [drm:drm_release], open_count = 1
> >> [   20.392503] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392507] [drm:drm_lastclose],
> >> [   20.392508] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392510] [drm:drm_lastclose], lastclose completed
> >> [   20.392527] [drm:drm_stub_open],
> >> [   20.392529] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392533] [drm:drm_setup],
> >> [   20.392536] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392539] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392543] [drm:drm_release], open_count = 1
> >> [   20.392545] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392548] [drm:drm_lastclose],
> >> [   20.392550] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392551] [drm:drm_lastclose], lastclose completed
> >> [   20.392560] [drm:drm_stub_open],
> >> [   20.392562] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392566] [drm:drm_setup],
> >> [   20.392569] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392572] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392576] [drm:drm_release], open_count = 1
> >> [   20.392578] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392581] [drm:drm_lastclose],
> >> [   20.392582] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392584] [drm:drm_lastclose], lastclose completed
> >> [   20.392595] [drm:drm_stub_open],
> >> [   20.392598] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392601] [drm:drm_setup],
> >> [   20.392604] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392607] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392611] [drm:drm_release], open_count = 1
> >> [   20.392613] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392616] [drm:drm_lastclose],
> >> [   20.392618] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392620] [drm:drm_lastclose], lastclose completed
> >> [   20.392629] [drm:drm_stub_open],
> >> [   20.392631] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392635] [drm:drm_setup],
> >> [   20.392637] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392640] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392644] [drm:drm_release], open_count = 1
> >> [   20.392646] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392649] [drm:drm_lastclose],
> >> [   20.392651] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392653] [drm:drm_lastclose], lastclose completed
> >> [   20.393266] [drm:drm_crtc_helper_set_config],
> >> [   20.393268] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.393274] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.393276] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.393277] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.393279] [drm:drm_crtc_helper_set_config],
> >> [   20.393280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.393283] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.393284] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.393285] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.393298] [drm:drm_crtc_helper_set_config],
> >> [   20.393299] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.393301] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.393303] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.393303] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.575204] [drm:drm_crtc_helper_set_config],
> >> [   20.575206] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.575213] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.575215] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.575216] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.654491] [drm:drm_stub_open],
> >> [   20.654500] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654508] [drm:drm_setup],
> >> [   20.654524] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654534] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654551] [drm:drm_release], open_count = 1
> >> [   20.654553] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654562] [drm:drm_lastclose],
> >> [   20.654566] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654570] [drm:drm_lastclose], lastclose completed
> >> [   20.654589] [drm:drm_stub_open],
> >> [   20.654591] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654595] [drm:drm_setup],
> >> [   20.654598] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654601] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654605] [drm:drm_release], open_count = 1
> >> [   20.654607] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654611] [drm:drm_lastclose],
> >> [   20.654612] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654614] [drm:drm_lastclose], lastclose completed
> >> [   20.654629] [drm:drm_stub_open],
> >> [   20.654631] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654635] [drm:drm_setup],
> >> [   20.654638] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654641] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654645] [drm:drm_release], open_count = 1
> >> [   20.654647] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654650] [drm:drm_lastclose],
> >> [   20.654652] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654654] [drm:drm_lastclose], lastclose completed
> >> [   20.654662] [drm:drm_stub_open],
> >> [   20.654665] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654668] [drm:drm_setup],
> >> [   20.654671] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654674] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654678] [drm:drm_release], open_count = 1
> >> [   20.654680] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654683] [drm:drm_lastclose],
> >> [   20.654685] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654687] [drm:drm_lastclose], lastclose completed
> >> [   20.654697] [drm:drm_stub_open],
> >> [   20.654700] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654703] [drm:drm_setup],
> >> [   20.654706] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654709] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654713] [drm:drm_release], open_count = 1
> >> [   20.654715] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654718] [drm:drm_lastclose],
> >> [   20.654720] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654722] [drm:drm_lastclose], lastclose completed
> >> [   20.654730] [drm:drm_stub_open],
> >> [   20.654733] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654736] [drm:drm_setup],
> >> [   20.654739] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654742] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654746] [drm:drm_release], open_count = 1
> >> [   20.654748] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654751] [drm:drm_lastclose],
> >> [   20.654753] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654755] [drm:drm_lastclose], lastclose completed
> >> [   20.655318] [drm:drm_crtc_helper_set_config],
> >> [   20.655320] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.655326] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.655328] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.655329] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.655331] [drm:drm_crtc_helper_set_config],
> >> [   20.655332] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.655334] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.655336] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.655337] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.655350] [drm:drm_crtc_helper_set_config],
> >> [   20.655351] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.655353] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.655355] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.655356] [drm:drm_framebuffer_unreference], FB ID: 10
> 
> >> 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890
> Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
> >>       Subsystem: Advanced Micro Devices [AMD] nee ATI RD890
> Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
> >>       Control: I/O- 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: [b]
> >>               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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O
> Memory Management Unit (IOMMU) [1002:5a23]
> >>       Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O
> Memory Management Unit (IOMMU) [1002:5a23]
> >>       Control: I/O- 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 10
> >>       Capabilities: [40] Secure device <?>
> >>       Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee0100c  Data: 4128
> >>       Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+
> >>
> >> 00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal
> decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
> >>       I/O behind bridge: 0000e000-0000efff
> >>       Memory behind bridge: fa000000-fe9fffff
> >>       Prefetchable memory behind bridge:
> 00000000d0000000-00000000dfffffff
> >>       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 x8, 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 x8, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #1, PowerLimit 25.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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal
> decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
> >>       I/O behind bridge: 0000d000-0000dfff
> >>       Memory behind bridge: f9f00000-f9ffffff
> >>       Prefetchable memory behind bridge:
> 00000000c0000000-00000000cfffffff
> >>       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 #1, Speed 5GT/s, Width x8, 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 #3, PowerLimit 25.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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal
> decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
> >>       I/O behind bridge: 0000c000-0000cfff
> >>       Memory behind bridge: f9e00000-f9efffff
> >>       Prefetchable memory behind bridge:
> 00000000bff00000-00000000bfffffff
> >>       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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #5, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal
> decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
> >>       I/O behind bridge: 0000b000-0000bfff
> >>       Memory behind bridge: f9d00000-f9dfffff
> >>       Prefetchable memory behind bridge:
> 00000000bfe00000-00000000bfefffff
> >>       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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #6, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: f9c00000-f9cfffff
> >>       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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #9, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: f9a00000-f9bfffff
> >>       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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #2, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
> >>               Address: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
> >>       I/O behind bridge: 0000a000-0000afff
> >>       Memory behind bridge: f9900000-f99fffff
> >>       Prefetchable memory behind bridge:
> 00000000a0000000-00000000afffffff
> >>       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 x8, 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 x8, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #5, PowerLimit 25.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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S
> PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: f9800000-f98fffff
> >>       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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #6, PowerLimit 11.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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
> >>       Memory behind bridge: f9700000-f97fffff
> >>       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 5GT/s, Width x1, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if
> 01 [AHCI 1.0])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 128
> >>       Region 0: I/O ports at 6000 [size=8]
> >>       Region 1: I/O ports at 5000 [size=4]
> >>       Region 2: I/O ports at 3000 [size=8]
> >>       Region 3: I/O ports at 2000 [size=4]
> >>       Region 4: I/O ports at 1000 [size=16]
> >>       Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
> >>       Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
> >>               Address: 00000000fee0100c  Data: 4000
> >>       Capabilities: [70] SATA HBA v1.0 InCfgSpace
> >>       Capabilities: [a4] PCI Advanced Features
> >>               AFCap: TP+ FLR+
> >>               AFCtrl: FLR-
> >>               AFStatus: TP-
> >>       Kernel driver in use: ahci
> >>
> >> 00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95f7000 (32-bit, non-prefetchable) [size=4K]
> >>       Kernel driver in use: ohci-pci
> >>
> >> 00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95fc000 (32-bit, non-prefetchable) [size=4K]
> >>       Kernel driver in use: ohci-pci
> >>
> >> 00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus
> Controller [1002:4385] (rev 41)
> >>       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-
> >>       Kernel driver in use: piix4_smbus
> >>
> >> 00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00
> Azalia (Intel HDA) [1002:4383] (rev 40)
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 64, Cache Line Size: 64 bytes
> >>       Interrupt: pin A routed to IRQ 16
> >>       Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
> >>       Capabilities: [50] Power Management version 2
> >>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> >>       Kernel driver in use: snd_hda_intel
> >>
> >> 00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI
> to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
> >>       I/O behind bridge: 00009000-00009fff
> >>       Memory behind bridge: fff00000-000fffff
> >>       Prefetchable memory behind bridge: fff00000-000fffff
> >>       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 [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95fd000 (32-bit, non-prefetchable) [size=4K]
> >>       Kernel driver in use: ohci-pci
> >>
> >> 00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI
> SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00
> [Normal decode])
> >>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: fff00000-000fffff
> >>       Prefetchable memory behind bridge:
> 00000000fff00000-00000000000fffff
> >>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- <SERR- <PERR-
> >>       BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
> >>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
> >>       Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> 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 unknown, Width x16, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #32, 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+ ARIFwd-
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:0000]
> >>       Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Kernel driver in use: pcieport
> >>
> >> 00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95fe000 (32-bit, non-prefetchable) [size=4K]
> >>       Kernel driver in use: ohci-pci
> >>
> >> 00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor HyperTransport Configuration [1022:1200]
> >>       Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut-
> LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
> >>               Revision ID: 3.00
> >>               Link Frequency: [b]
> >>               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 [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor Address Map [1022:1201]
> >>       Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor DRAM Controller [1022:1202]
> >>       Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor Miscellaneous Control [1022:1203]
> >>       Control: I/O- 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
> >>
> >> 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor Link Control [1022:1204]
> >>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>
> >> 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc
> CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
> >>       Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio
> Device [13f6:0111]
> >>       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 (500ns min, 6000ns max)
> >>       Interrupt: pin A routed to IRQ 22
> >>       Region 0: I/O ports at 9800 [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-
> >>       Kernel driver in use: pciback
> >>
> >> 04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host
> Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
> >>       Control: I/O- 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 40
> >>       Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [size=8K]
> >>       Capabilities: [50] Power Management version 3
> >>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
> >>               Vector table: BAR=0 offset=00001000
> >>               PBA: BAR=0 offset=00001080
> >>       Capabilities: [a0] Express (v2) Endpoint, MSI 00
> >>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> unlimited, L1 unlimited
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq-
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <4us, L1 unlimited
> >>                       ClockPM+ Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
> >>                       ExtSynch- ClockPM+ AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Not Supported,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -3.5dB,
> 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: 14, GenCap- CGenEn-
> ChkCap- ChkEn-
> >>       Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
> >>       Capabilities: [150 v1] Latency Tolerance Reporting
> >>               Max snoop latency: 0ns
> >>               Max no snoop latency: 0ns
> >>       Kernel driver in use: pciback
> >>
> >> 05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI
> Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: f9800000-f98fffff
> >>       Prefetchable memory behind bridge:
> 00000000fff00000-00000000000fffff
> >>       Secondary status: 66MHz- FastB2B+ ParErr-
> DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
> >>       BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
> >>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
> >>       Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [80] Subsystem: Device [0000:0000]
> >>       Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
> >>               DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s
> <4us, L1 <64us
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> BrConfRtry-
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <1us, L1 <16us
> >>                       ClockPM- Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
> >>                       ExtSynch- ClockPM- AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>       Capabilities: [100 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr-
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr-
> >>               AERCap: First Error Pointer: 14, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>
> >> 06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43)
> (prog-if 10 [OHCI])
> >>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
> >>       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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
> >>       Interrupt: pin A routed to IRQ 37
> >>       Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [size=4K]
> >>       Capabilities: [40] Power Management version 2
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
> >>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> >>       Kernel driver in use: pciback
> >>
> >> 06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43)
> (prog-if 10 [OHCI])
> >>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
> >>       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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
> >>       Interrupt: pin B routed to IRQ 38
> >>       Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [size=4K]
> >>       Capabilities: [40] Power Management version 2
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
> >>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> >>       Kernel driver in use: pciback
> >>
> >> 06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04)
> (prog-if 20 [EHCI])
> >>       Subsystem: Device [1838:1074]
> >>       Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr-
> DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Interrupt: pin C routed to IRQ 39
> >>       Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [size=256]
> >>       Capabilities: [40] Power Management version 2
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
> >>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> >>       Kernel driver in use: pciback
> >>
> >> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>       Subsystem: PC Partner Limited Device [174b:e193]
> >>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Interrupt: pin A routed to IRQ 32
> >>       Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled]
> [size=256M]
> >>       Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled]
> [size=128K]
> >>       Region 4: I/O ports at a000 [disabled] [size=256]
> >>       Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Range ABCD,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Capabilities: [150 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 14, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>       Kernel driver in use: pciback
> >>
> >> 07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI
> Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> >>       Subsystem: PC Partner Limited Device [174b:aa90]
> >>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Interrupt: pin B routed to IRQ 33
> >>       Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled]
> [size=16K]
> >>       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) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Range ABCD,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee1000c  Data: 4000
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Capabilities: [150 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 14, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>       Kernel driver in use: pciback
> >>
> >> 08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device
> [14f1:8210]
> >>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Interrupt: pin A routed to IRQ 47
> >>       Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M]
> >>       Capabilities: [40] Express (v1) Endpoint, MSI 00
> >>               DevCap: MaxPayload 128 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+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <2us, L1 <4us
> >>                       ClockPM- Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
> >>                       ExtSynch- ClockPM- AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk-
> DLActive- BWMgmt- ABWMgmt-
> >>       Capabilities: [80] Power Management version 3
> >>               Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [90] Vital Product Data
> >>               Unknown small resource type 00, will not decode more.
> >>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [100 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 00, GenCap- CGenEn-
> ChkCap- ChkEn-
> >>       Capabilities: [200 v1] Virtual Channel
> >>               Caps:   LPEVC=1 RefClk=100ns PATEntryBits=1
> >>               Arb:    Fixed+ WRR32+ WRR64+ WRR128-
> >>               Ctrl:   ArbSelect=WRR64
> >>               Status: InProgress-
> >>               Port Arbitration Table [240] <?>
> >>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> >>                       Status: NegoPending- InProgress-
> >>               VC1:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable- ID=1 ArbSelect=Fixed TC/VC=00
> >>                       Status: NegoPending- InProgress-
> >>       Kernel driver in use: pciback
> >>
> >> 09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host
> Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Interrupt: pin A routed to IRQ 48
> >>       Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
> >>       Capabilities: [50] Power Management version 3
> >>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
> >>               Vector table: BAR=0 offset=00001000
> >>               PBA: BAR=0 offset=00001080
> >>       Capabilities: [a0] Express (v2) Endpoint, MSI 00
> >>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> unlimited, L1 unlimited
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <4us, L1 unlimited
> >>                       ClockPM+ Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
> >>                       ExtSynch- ClockPM+ AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Not Supported,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -3.5dB,
> 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 ff-ff-ff-ff-ff-ff-ff-ff
> >>       Capabilities: [150 v1] Latency Tolerance Reporting
> >>               Max snoop latency: 0ns
> >>               Max no snoop latency: 0ns
> >>       Kernel driver in use: xhci_hcd
> >>
> >> 0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       Control: I/O+ 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 130
> >>       Region 0: I/O ports at b800 [size=256]
> >>       Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
> >>       Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
> >>       Expansion ROM at f9de0000 [disabled] [size=128K]
> >>       Capabilities: [40] Power Management version 3
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee0100c  Data: 4000
> >>       Capabilities: [70] Express (v2) Endpoint, MSI 01
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <64us
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Not Supported,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
> >>               Vector table: BAR=4 offset=00000000
> >>               PBA: BAR=4 offset=00000800
> >>       Capabilities: [cc] Vital Product Data
> >>               Unknown small resource type 00, will not decode more.
> >>       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] Virtual Channel
> >>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
> >>               Arb:    Fixed- WRR32- WRR64- WRR128-
> >>               Ctrl:   ArbSelect=Fixed
> >>               Status: InProgress-
> >>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> >>                       Status: NegoPending- InProgress-
> >>       Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
> >>       Kernel driver in use: r8169
> >>
> >> 0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       Control: I/O+ 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 129
> >>       Region 0: I/O ports at c800 [size=256]
> >>       Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
> >>       Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
> >>       Expansion ROM at f9ee0000 [disabled] [size=128K]
> >>       Capabilities: [40] Power Management version 3
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee0100c  Data: 4000
> >>       Capabilities: [70] Express (v2) Endpoint, MSI 01
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <64us
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
> >>                       MaxPayload 128 bytes, MaxReadReq 4096
> bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Not Supported,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
> >>               Vector table: BAR=4 offset=00000000
> >>               PBA: BAR=4 offset=00000800
> >>       Capabilities: [cc] Vital Product Data
> >>               Unknown small resource type 00, will not decode more.
> >>       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] Virtual Channel
> >>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
> >>               Arb:    Fixed- WRR32- WRR64- WRR128-
> >>               Ctrl:   ArbSelect=Fixed
> >>               Status: InProgress-
> >>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> >>                       Status: NegoPending- InProgress-
> >>       Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
> >>       Kernel driver in use: r8169
> >>
> >> 0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>       Subsystem: PC Partner Limited Device [174b:e193]
> >>       Control: I/O+ 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 127
> >>       Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
> >>       Region 2: Memory at f9fc0000 (64-bit, non-prefetchable)
> [size=128K]
> >>       Region 4: I/O ports at d000 [size=256]
> >>       Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #1, Speed 5GT/s, Width x16, ASPM L0s L1,
> 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: Not Supported,
> TimeoutDis-
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        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: 00000000fee0100c  Data: 4000
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Capabilities: [150 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 00, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>       Kernel driver in use: radeon
> >>
> >> 0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI
> Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> >>       Subsystem: PC Partner Limited Device [174b:aa90]
> >>       Control: I/O+ 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 138
> >>       Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K]
> >>       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) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #1, Speed 5GT/s, Width x16, ASPM L0s L1,
> 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: Not Supported,
> TimeoutDis-
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        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: 00000000fee0100c  Data: 4000
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Capabilities: [150 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 00, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>       Kernel driver in use: snd_hda_intel
> >>
> >> 0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98
> [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
> >>       Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
> >>       Control: I/O+ 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 10
> >>       Region 0: Memory at fd000000 (32-bit, non-prefetchable)
> [size=16M]
> >>       Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
> >>       Region 3: Memory at fa000000 (64-bit, non-prefetchable)
> [size=32M]
> >>       Region 5: I/O ports at e800 [size=128]
> >>       Expansion ROM at fe9e0000 [disabled] [size=128K]
> >>       Capabilities: [60] Power Management version 3
> >>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [78] Express (v1) Endpoint, MSI 00
> >>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <4us
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> Latency L0 <512ns, L1 <1us
> >>                       ClockPM- Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain-
> CommClk+
> >>                       ExtSynch- ClockPM- AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>       Capabilities: [100 v1] Virtual Channel
> >>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
> >>               Arb:    Fixed- WRR32- WRR64- WRR128-
> >>               Ctrl:   ArbSelect=Fixed
> >>               Status: InProgress-
> >>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> >>                       Status: NegoPending- InProgress-
> >>       Capabilities: [128 v1] Power Budgeting <?>
> >>       Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=024 <?>
> >>
> 
> >> 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC
> [Natoma] [8086:1237] (rev 02)
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>
> >> 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA
> [Natoma/Triton II] [8086:7000]
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Physical Slot: 1
> >>       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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE
> [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Physical Slot: 1
> >>       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
> >>       Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable)
> [size=8]
> >>       Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable)
> [size=1]
> >>       Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable)
> [size=8]
> >>       Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable)
> [size=1]
> >>       Region 4: I/O ports at c260 [size=16]
> >>
> >> 00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB
> [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Physical Slot: 1
> >>       Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Interrupt: pin D routed to IRQ 23
> >>       Region 4: I/O ports at c240 [size=32]
> >>       Kernel driver in use: uhci_hcd
> >>
> >> 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI
> [8086:7113] (rev 03)
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Physical Slot: 1
> >>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B+ ParErr-
> DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Interrupt: pin A routed to IRQ 9
> >>
> >> 00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8]
> (prog-if 00 [VGA controller])
> >>       Subsystem: Red Hat, Inc Device [1af4:1100]
> >>       Physical Slot: 2
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
> >>       Region 1: Memory at f3094000 (32-bit, non-prefetchable) [size=4K]
> >>       Expansion ROM at f3080000 [disabled] [size=64K]
> >>       Kernel driver in use: cirrus
> >>
> >> 00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device
> [5853:0001] (rev 01)
> >>       Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
> >>       Physical Slot: 3
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Interrupt: pin A routed to IRQ 28
> >>       Region 0: I/O ports at c000 [size=256]
> >>       Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
> >>       Kernel driver in use: xen-platform-pci
> >>
> >> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>       Subsystem: PC Partner Limited Device [174b:e193]
> >>       Physical Slot: 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-
> >>       Interrupt: pin A routed to IRQ 36
> >>       Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
> >>       Region 2: Memory at f3040000 (64-bit, non-prefetchable)
> [size=128K]
> >>       Region 4: I/O ports at c100 [size=256]
> >>       Expansion ROM at f3060000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Range ABCD,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [100 v9] #1002
> >>
> >> 00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI
> Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> >>       Subsystem: PC Partner Limited Device [174b:aa90]
> >>       Physical Slot: 6
> >>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Interrupt: pin B routed to IRQ 80
> >>       Region 0: Memory at f3090000 (64-bit, non-prefetchable) [size=16K]
> >>       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) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Range ABCD,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee57000  Data: 4300
> >>       Capabilities: [100 v0] #1002
> >>       Kernel driver in use: snd_hda_intel
> >>
> 
> >> libxl: debug: libxl_create.c:1233:do_domain_create: ao 0x1643f40: create:
> how=(nil) callback=(nil) poller=0x1643fa0
> >> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk
> vdev=hda spec.backend=unknown
> >> libxl: debug: libxl_device.c:296:libxl__device_disk_set_backend: Disk
> vdev=hda, using backend phy
> >> libxl: debug: libxl_create.c:678:initiate_domain_create: running bootloader
> >> libxl: debug: libxl_bootloader.c:321:libxl__bootloader_run: not a PV domain,
> skipping bootloader
> >> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch
> w=0x1644308: deregister unregistered
> >> xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0x9efa8
> >> xc: detail: elf_parse_binary: memory: 0x100000 -> 0x19efa8
> >> xc: detail: VIRTUAL MEMORY ARRANGEMENT:
> >>   Loader:        0000000000100000->000000000019efa8
> >>   Modules:       0000000000000000->0000000000000000
> >>   TOTAL:         0000000000000000->000000003f800000
> >>   ENTRY ADDRESS: 0000000000100000
> >> xc: detail: PHYSICAL MEMORY ALLOCATION:
> >>   4KB PAGES: 0x0000000000000200
> >>   2MB PAGES: 0x00000000000001fb
> >>   1GB PAGES: 0x0000000000000000
> >> xc: detail: elf_load_binary: phdr 0 at 0x7f6937d66000 -> 0x7f6937dfbe2d
> >> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk
> vdev=hda spec.backend=phy
> >> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch
> w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0:
> register slotnum=3
> >> libxl: debug: libxl_create.c:1246:do_domain_create: ao 0x1643f40:
> inprogress: poller=0x1643fa0, flags=i
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758
> wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event
> epath=/local/domain/0/backend/vbd/19/768/state
> >> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend
> /local/domain/0/backend/vbd/19/768/state wanted state 2 still waiting state 1
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758
> wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event
> epath=/local/domain/0/backend/vbd/19/768/state
> >> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend
> /local/domain/0/backend/vbd/19/768/state wanted state 2 ok
> >> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch
> w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0:
> deregister slotnum=3
> >> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch
> w=0x1645758: deregister unregistered
> >> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script:
> /etc/xen/scripts/block add
> >> libxl: debug: libxl_dm.c:1234:libxl__spawn_local_dm: Spawning
> device-model /usr/local/lib/xen/bin/qemu-system-i386 with arguments:
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> /usr/local/lib/xen/bin/qemu-system-i386
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -xen-domid
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   19
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -chardev
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-19,server,nowait
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -mon
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> chardev=libxl-cmd,mode=control
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -name
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xbmc
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vnc
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> 172.16.1.1:9,password,to=99
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   isa-fdc.driveA=
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -serial
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   pty
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vga
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   cirrus
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> vga.vram_size_mb=8
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -boot
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   order=c
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usb
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usbdevice
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   tablet
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -smp
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   2,maxcpus=2
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -device
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> e1000,id=nic0,netdev=net0,mac=00:16:3a:c6:76:65
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -netdev
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> type=tap,id=net0,ifname=vif19.0-emu,script=no,downscript=no
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -M
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xenfv
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -m
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   1016
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -drive
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> file=/dev/xen_vms/xbmc,if=ide,index=0,media=disk,format=raw,cache=writeba
> ck
> >> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch
> w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1:
> register slotnum=3
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540
> wpath=/local/domain/0/device-model/19/state token=3/1: event
> epath=/local/domain/0/device-model/19/state
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540
> wpath=/local/domain/0/device-model/19/state token=3/1: event
> epath=/local/domain/0/device-model/19/state
> >> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch
> w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1:
> deregister slotnum=3
> >> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch
> w=0x1644540: deregister unregistered
> >> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to
> /var/run/xen/qmp-libxl-19
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "qmp_capabilities",
> >>     "id": 1
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "query-chardev",
> >>     "id": 2
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "change",
> >>     "id": 3,
> >>     "arguments": {
> >>         "device": "vnc",
> >>         "target": "password",
> >>         "arg": "test"
> >>     }
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "query-vnc",
> >>     "id": 4
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch
> w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2:
> register slotnum=3
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8
> wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event
> epath=/local/domain/0/backend/vif/19/0/state
> >> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend
> /local/domain/0/backend/vif/19/0/state wanted state 2 still waiting state 1
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8
> wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event
> epath=/local/domain/0/backend/vif/19/0/state
> >> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend
> /local/domain/0/backend/vif/19/0/state wanted state 2 ok
> >> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch
> w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2:
> deregister slotnum=3
> >> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch
> w=0x16439b8: deregister unregistered
> >> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script:
> /etc/xen/scripts/vif-bridge online
> >> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script:
> /etc/xen/scripts/vif-bridge add
> >> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to
> /var/run/xen/qmp-libxl-19
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "qmp_capabilities",
> >>     "id": 1
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "device_add",
> >>     "id": 2,
> >>     "arguments": {
> >>         "driver": "xen-pci-passthrough",
> >>         "id": "pci-pt-07_00.0",
> >>         "hostaddr": "0000:07:00.0"
> >>     }
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "query-pci",
> >>     "id": 3
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to
> /var/run/xen/qmp-libxl-19
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "qmp_capabilities",
> >>     "id": 1
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "device_add",
> >>     "id": 2,
> >>     "arguments": {
> >>         "driver": "xen-pci-passthrough",
> >>         "id": "pci-pt-07_00.1",
> >>         "hostaddr": "0000:07:00.1"
> >>     }
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "query-pci",
> >>     "id": 3
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_pci.c:81:libxl__create_pci_backend: Creating pci backend
> >> libxl: debug: libxl_event.c:1737:libxl__ao_progress_report: ao 0x1643f40:
> progress report: ignored
> >> libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x1643f40: complete,
> rc=0
> >> libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x1643f40: destroy
> >> xc: debug: hypercall buffer: total allocations:518 total releases:518
> >> xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
> >> xc: debug: hypercall buffer: cache current size:2
> >> xc: debug: hypercall buffer: cache hits:514 misses:2 toobig:2
> >> Parsing config from /etc/xen/domU/production/xbmc.cfg
> >> Daemon running with PID 2901
> 
> >> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=32 g_gsi=36
> device=5 intx=0
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x700, domain = 0,
> paging mode = 3
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x700,
> root table = 0x47e8a2000, domain = 19, paging mode = 4
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to
> dom19
> >> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=33 g_gsi=41
> device=6 intx=1
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x701, domain = 0,
> paging mode = 3
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x701,
> root table = 0x47e8a2000, domain = 19, paging mode = 4
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to
> dom19
> >> (d19) [2013-09-17 09:14:57] HVM Loader
> >> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
> >> (d19) [2013-09-17 09:14:57] Xenbus rings @0xfeffc000, event channel 4
> >> (d19) [2013-09-17 09:14:57] System requested SeaBIOS
> >> (d19) [2013-09-17 09:14:57] CPU speed is 3200 MHz
> >> (d19) [2013-09-17 09:14:57] Relocating guest memory for lowmem MMIO
> space disabled
> >> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 0 changed 0 -> 5
> >> (d19) [2013-09-17 09:14:57] PCI-ISA link 0 routed to IRQ5
> >> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 1 changed 0 -> 10
> >> (d19) [2013-09-17 09:14:57] PCI-ISA link 1 routed to IRQ10
> >> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 2 changed 0 -> 11
> >> (d19) [2013-09-17 09:14:57] PCI-ISA link 2 routed to IRQ11
> >> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 3 changed 0 -> 5
> >> (d19) [2013-09-17 09:14:57] PCI-ISA link 3 routed to IRQ5
> >> (d19) [2013-09-17 09:14:57] pci dev 01:2 INTD->IRQ5
> >> (d19) [2013-09-17 09:14:57] pci dev 01:3 INTA->IRQ10
> >> (d19) [2013-09-17 09:14:57] pci dev 03:0 INTA->IRQ5
> >> (d19) [2013-09-17 09:14:57] pci dev 04:0 INTA->IRQ5
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 INTA->IRQ10
> >> (d19) [2013-09-17 09:14:57] pci dev 06:0 INTB->IRQ5
> >> (d19) [2013-09-17 09:14:57] No RAM in high memory; setting high_mem
> resource base to 100000000
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 10 size 010000000: 0e000000c
> >> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 10 size 002000000: 0f0000008
> >> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 14 size 001000000: 0f2000008
> >> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 10 size 000020000: 0f3000000
> >> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 30 size 000020000: 0f3020000
> >> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 18 size 000020000: 0f3040004
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 30 size 000020000: 0f3060000
> >> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 30 size 000010000: 0f3080000
> >> (d19) [2013-09-17 09:14:57] pci dev 06:0 bar 10 size 000004000: 0f3090004
> >> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 14 size 000001000: 0f3094000
> >> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 10 size 000000100: 00000c001
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 20 size 000000100: 00000c101
> >> (XEN) [2013-09-17 09:14:57] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 14 size 000000040: 00000c201
> >> (d19) [2013-09-17 09:14:57] pci dev 01:2 bar 20 size 000000020: 00000c241
> >> (d19) [2013-09-17 09:14:57] pci dev 01:1 bar 20 size 000000010: 00000c261
> >> (d19) [2013-09-17 09:14:57] Multiprocessor initialisation:
> >> (d19) [2013-09-17 09:14:57]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var
> MTRRs [3/8] ... done.
> >> (d19) [2013-09-17 09:14:57]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var
> MTRRs [3/8] ... done.
> >> (d19) [2013-09-17 09:14:57] Testing HVM environment:
> >> (d19) [2013-09-17 09:14:57]  - REP INSB across page boundaries ... passed
> >> (d19) [2013-09-17 09:14:57]  - GS base MSRs and SWAPGS ... passed
> >> (d19) [2013-09-17 09:14:57] Passed 2 of 2 tests
> >> (d19) [2013-09-17 09:14:57] Writing SMBIOS tables ...
> >> (d19) [2013-09-17 09:14:57] Loading SeaBIOS ...
> >> (d19) [2013-09-17 09:14:57] Creating MP tables ...
> >> (d19) [2013-09-17 09:14:57] Loading ACPI ...
> >> (d19) [2013-09-17 09:14:57] vm86 TSS at fc00a080
> >> (d19) [2013-09-17 09:14:57] BIOS map:
> >> (d19) [2013-09-17 09:14:57]  10000-100d3: Scratch space
> >> (d19) [2013-09-17 09:14:57]  e0000-fffff: Main BIOS
> >> (d19) [2013-09-17 09:14:57] E820 table:
> >> (d19) [2013-09-17 09:14:57]  [00]: 00000000:00000000 -
> 00000000:000a0000: RAM
> >> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:000a0000 -
> 00000000:000e0000
> >> (d19) [2013-09-17 09:14:57]  [01]: 00000000:000e0000 -
> 00000000:00100000: RESERVED
> >> (d19) [2013-09-17 09:14:57]  [02]: 00000000:00100000 -
> 00000000:3f800000: RAM
> >> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:3f800000 -
> 00000000:fc000000
> >> (d19) [2013-09-17 09:14:57]  [03]: 00000000:fc000000 -
> 00000001:00000000: RESERVED
> >> (d19) [2013-09-17 09:14:57] Invoking SeaBIOS ...
> >> (d19) [2013-09-17 09:14:57] SeaBIOS (version
> rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
> >> (d19) [2013-09-17 09:14:57]
> >> (d19) [2013-09-17 09:14:57] Found Xen hypervisor signature at 40000000
> >> (d19) [2013-09-17 09:14:57] xen: copy e820...
> >> (d19) [2013-09-17 09:14:57] Ram Size=0x3f800000 (0x0000000000000000
> high)
> >> (d19) [2013-09-17 09:14:57] Relocating low data from 0x000e42d0 to
> 0x000ef790 (size 2153)
> >> (d19) [2013-09-17 09:14:57] Relocating init from 0x000e4b39 to 0x3f7e2e80
> (size 53335)
> >> (d19) [2013-09-17 09:14:57] CPU Mhz=3200
> >> (d19) [2013-09-17 09:14:57] Found 10 PCI devices (max PCI bus is 00)
> >> (d19) [2013-09-17 09:14:57] Allocated Xen hypercall page at 3f7ff000
> >> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
> >> (d19) [2013-09-17 09:14:57] xen: copy BIOS tables...
> >> (d19) [2013-09-17 09:14:57] Copying SMBIOS entry point from 0x00010010
> to 0x000fdbd0
> >> (d19) [2013-09-17 09:14:57] Copying MPTABLE from 0xfc001160/fc001170 to
> 0x000fdad0
> >> (d19) [2013-09-17 09:14:57] Copying PIR from 0x00010030 to 0x000fda50
> >> (d19) [2013-09-17 09:14:57] Copying ACPI RSDP from 0x000100b0 to
> 0x000fda20
> >> (d19) [2013-09-17 09:14:57] Scan for VGA option rom
> >> (d19) [2013-09-17 09:14:57] Running option rom at c000:0003
> >> (XEN) [2013-09-17 09:14:57] stdvga.c:147:d19 entering stdvga and caching
> modes
> >> (d19) [2013-09-17 09:14:57] Turning on vga text mode console
> >> (d19) [2013-09-17 09:14:57] SeaBIOS (version
> rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
> >> (d19) [2013-09-17 09:14:57]
> >> (d19) [2013-09-17 09:14:57] UHCI init on dev 00:01.2 (io=c240)
> >> (d19) [2013-09-17 09:14:57] Found 1 lpt ports
> >> (d19) [2013-09-17 09:14:57] Found 1 serial ports
> >> (d19) [2013-09-17 09:14:57] ATA controller 1 at 1f0/3f4/c260 (irq 14 dev 9)
> >> (d19) [2013-09-17 09:14:57] ATA controller 2 at 170/374/c268 (irq 15 dev 9)
> >> (d19) [2013-09-17 09:14:57] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk
> (20480 MiBytes)
> >> (d19) [2013-09-17 09:14:57] Searching bootorder for:
> /pci@i0cf8/*@1,1/drive@0/disk@0
> >> (d19) [2013-09-17 09:14:57] DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4
> DVD/CD]
> >> (d19) [2013-09-17 09:14:57] Searching bootorder for:
> /pci@i0cf8/*@1,1/drive@1/disk@0
> >> (d19) [2013-09-17 09:14:57] PS2 keyboard initialized
> >> (d19) [2013-09-17 09:14:57] All threads complete.
> >> (d19) [2013-09-17 09:14:57] Scan for option roms
> >> (d19) [2013-09-17 09:14:57] Running option rom at c900:0003
> >> (d19) [2013-09-17 09:14:57] pmm call arg1=1
> >> (d19) [2013-09-17 09:14:57] pmm call arg1=0
> >> (d19) [2013-09-17 09:14:57] pmm call arg1=1
> >> (d19) [2013-09-17 09:14:57] pmm call arg1=0
> >> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@4
> >> (d19) [2013-09-17 09:14:57] Press F12 for boot menu.
> >> (d19) [2013-09-17 09:14:57]
> >> (d19) [2013-09-17 09:15:00] drive 0x000fd9d0: PCHS=16383/16/63
> translation=lba LCHS=1024/255/63 s=41943040
> >> (d19) [2013-09-17 09:15:00] Space available for UMB: 000ca000-000ee800
> >> (d19) [2013-09-17 09:15:00] Returned 61440 bytes of ZoneHigh
> >> (d19) [2013-09-17 09:15:00] e820 map has 6 items:
> >> (d19) [2013-09-17 09:15:00]   0: 0000000000000000 - 000000000009fc00 =
> 1 RAM
> >> (d19) [2013-09-17 09:15:00]   1: 000000000009fc00 - 00000000000a0000 =
> 2 RESERVED
> >> (d19) [2013-09-17 09:15:00]   2: 00000000000f0000 - 0000000000100000
> = 2 RESERVED
> >> (d19) [2013-09-17 09:15:00]   3: 0000000000100000 - 000000003f7ff000 =
> 1 RAM
> >> (d19) [2013-09-17 09:15:00]   4: 000000003f7ff000 - 000000003f800000 =
> 2 RESERVED
> >> (d19) [2013-09-17 09:15:00]   5: 00000000fc000000 - 0000000100000000 =
> 2 RESERVED
> >> (d19) [2013-09-17 09:15:00] enter handle_19:
> >> (d19) [2013-09-17 09:15:00]   NULL
> >> (d19) [2013-09-17 09:15:00] Booting from Hard Disk...
> >> (d19) [2013-09-17 09:15:00] Booting from 0000:7c00
> >> (XEN) [2013-09-17 09:15:03] stdvga.c:151:d19 leaving stdvga
> >> (XEN) [2013-09-17 09:15:09] stdvga.c:147:d19 entering stdvga and caching
> modes
> >> (XEN) [2013-09-17 09:15:11] irq.c:375: Dom19 callback via changed to Direct
> Vector 0xf3
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:14] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:14] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 0 changed 5 -> 0
> >> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 1 changed 10 -> 0
> >> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 2 changed 11 -> 0
> >> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 3 changed 5 -> 0
> 
> 
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xen.org
> >> http://lists.xen.org/xen-devel
> 
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

Thanks,
Feng

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
@ 2013-09-23  3:03       ` Wu, Feng
  0 siblings, 0 replies; 22+ messages in thread
From: Wu, Feng @ 2013-09-23  3:03 UTC (permalink / raw)
  To: Sander Eikelenboom, Pasi K?rkk?inen
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini



> -----Original Message-----
> From: xen-devel-bounces@lists.xen.org
> [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of Sander Eikelenboom
> Sent: Sunday, September 22, 2013 11:01 PM
> To: Pasi Kärkkäinen
> Cc: Anthony PERARD; xen-devel; qemu-devel@nongnu.org; Stefano Stabellini
> Subject: Re: [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading
> of Expansion ROM from passthroughed PCI device returns data from emulated
> VGA rom
> 
> 
> Sunday, September 22, 2013, 3:02:45 PM, you wrote:
> 
> > On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
> >> *RESEND* due to exceeding the mailinglists limit for attachment size.
> >>
> >> Hi,
> >>
> 
> > Hello,
> 
> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a
> AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> >> So the guest still gets the emulated stdvga or cirrus device(used in my case
> here) as primary/boot vga adapter.
> >>
> >> - When i don't passthrough the radeon card, the linux native radeon driver
> loads fine.
> >> - When i do passtrough the device to a HVM with the same kernel:
> >>   The driver in the guest tries to read the pci expansion rom from the
> passthroughed device to get the vbios.
> >>   The driver reports a successful read, but fails because it can't find the
> right string at the right offset.
> >>
> 
> > Did you try with qemu-dm-traditional aswell? Does it have the same
> problem?
> 
> Hi Pasi,
> 
> Yes i did and yes the same problem.
> From what i recall i used to have succes with vga passthrough with a secondary
> vga card, but that was some time ago.
> I don't know which of the components (xen, dom0 kernel, domU kernel, radeon
> driver, qemu has changed in such a way that it fails to work now ...
> 
> 
> But in the mean time i tried to debug it further and from what i can see:
> - Only the io port en mem of the pci device are mapped through the hypervisor.
> - The rom is not, (a hypercall to do the memory mapping is never made) i tried
> several things to get it to do the mapping, but so far failt to do so.
> - It seems to be a 64bit capable device, some code comments and git commit
> messages seem to suggest that there were/are some problems with that (in
> the way the involved components interact)
> 

Can you send out the all the logs when using qemu-dm-traditional as well as the guest configuration file used by xl ?

> --
> Sander
> 
> > Thanks,
> 
> > -- Pasi
> 
> >> So I inspected the rom by using sysfs with:
> >> echo 1 > /sys/bus/pci/devices/<BDF>/rom
> >> cat /sys/bus/pci/devices/<BDF>/rom
> >>
> >> - When i use this in dom0 (so without passthrough) i the contents of the
> ROM are valid (as expected since the driver loads fine)
> >> - When i use this in the Guest (passthrouhed), the contents of the ROM i get
> are not from the passedthrough adapter, but from the emulated cirrus card.
> >>   (it's the same as the
> "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
> >>
> >> So i tried both qemu-xen and qemu-xen-traditional, but both with the same
> result.
> >> To see if some addresses get mangled i enabled the xen passthrough debug
> printk's for both qemu's and added a printk to the radeon driver to see where it
> tries to read the rom.
> >>
> >> from dom0 lspci:
> >> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>         Subsystem: PC Partner Limited Device [174b:e193]
> >>         Control: I/O- Mem- BusMaster- SpecCycle- MemWINV-
> VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>         Status: Cap+ 66MHz- UDF- FastB2B- ParErr-
> DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>         Interrupt: pin A routed to IRQ 32
> >>         Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled]
> [size=256M]
> >>         Region 2: Memory at f99c0000 (64-bit, non-prefetchable)
> [disabled] [size=128K]
> >>         Region 4: I/O ports at a000 [disabled] [size=256]
> >>         Expansion ROM at f99a0000 [disabled] [size=128K]
> >>
> >> from qemu-dm-log:
> >> vgabios-cirrus.bin: ROM id 101300b8 / PCI id 101300b8
> >> pxe-e1000.rom: ROM id 8086100e / PCI id 8086100e
> >> xen_platform: changed ro/rw state of ROM memory area. now is rw state.
> >> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> >> xen: I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
> >> [00:05.0] xen_pt_initfn: Assigning real physical device 07:00.0 to devfn 0x28
> >> [00:05.0] xen_pt_register_regions: IO region 0 registered
> (size=0x10000000lx base_addr=0xa0000000lx type: 0x4)
> >> [00:05.0] xen_pt_register_regions: IO region 2 registered (size=0x20000lx
> base_addr=0xf99c0000lx type: 0x4)
> >> [00:05.0] xen_pt_register_regions: IO region 4 registered (size=0x100lx
> base_addr=0xa000lx type: 0x1)
> >> [00:05.0] xen_pt_register_regions: Expansion ROM registered
> (size=0x00020000 base_addr=0xf99a0000)
> >>
> >> That seems to match ...
> >>
> >> from guest lspci:
> >> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>         Subsystem: PC Partner Limited Device [174b:e193]
> >>         Physical Slot: 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-
> >>         Interrupt: pin A routed to IRQ 36
> >>         Region 0: Memory at e0000000 (64-bit, prefetchable)
> [size=256M]
> >>         Region 2: Memory at f3040000 (64-bit, non-prefetchable)
> [size=128K]
> >>         Region 4: I/O ports at c100 [size=256]
> >>         Expansion ROM at f3060000 [disabled] [size=128K]
> >>
> >> from the radeon driver in the guest:
> >>
> >> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags
> 0x110] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110]
> (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177
> flags 0x110] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110]
> (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags
> 0x40101] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags
> 0x40101] (d=0, p=0)
> >> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem
> 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
> >> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem
> 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
> >> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags
> 0x40101] (d=0, p=0)
> >> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem
> 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem
> 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem
> 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags
> 0x40101] (d=0, p=0)
> >> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem
> 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
> >>
> >> <snip>
> >>
> >> [    1.744843] [drm] Initialized drm 1.1.0 20060810
> >> [    1.746503] [drm] radeon kernel modesetting enabled.
> >> [    1.747964] [drm:drm_pci_init],
> >> [    1.749911] [drm:drm_get_pci_dev],
> >> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
> >> [    1.755203] [drm:drm_get_minor],
> >> [    1.757902] [drm:drm_get_minor], new minor assigned 64
> >> [    1.760337] [drm:drm_get_minor],
> >> [    1.762547] [drm:drm_get_minor], new minor assigned 0
> >> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759
> 0x174B:0xE193).
> >> [    1.767705] [drm] register mmio base: 0xF3040000
> >> [    1.769135] [drm] register mmio size: 131072
> >> [    1.770551] [drm] radeon_atrm_get_bios: failed
> >> [    1.771878] [drm] radeon_acpi_vfct_bios: failed
> >> [    1.773193] [drm] igp_read_bios_from_vram: failed
> >> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size:
> 0x8c00 biosiomemstart: 0xf3060000
> >> [    1.777717] [drm] radeon_read_bios: succes
> >> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios
> length: 6|8 headerstring 0xc6 0x7c 0x0 0x0
> >> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
> >> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen
> GPU
> >> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
> >> [    1.789919] [drm] radeon: finishing device.
> >>
> >> So the address that the radeon_read_bios function uses, also matches.
> >>
> >> So i'm pretty clueless how it ends up with the data from the cirrus rom when
> it's reading the right address ...
> >>
> >>
> >> I'm using:
> >> Xen:               Xen-unstable git:c5e9596
> >> Linux dom0 + domU: 3.12-mergewindow + konrad's jumplabel patch (i also
> tested with 3.9.0 kernel)
> >>
> >> I have attached the qemu-xen logs, but i have the qemu-xen-traditional logs
> as well.
> >>
> >> Attached:
> >> - xl-dmesg.txt                   output of "xl dmesg" with start and
> shutdown of the guest
> >> - xl-create.txt                  output of "xl -vvvvv create" of the guest
> >> - lspci-dom0.txt                 output of "lspci -vvvknn" for dom0
> >> - lspci-guest.txt                output of "lspci -vvvknn" for guest
> >> - qemu-dm-guest-reduced.log      qemu log, reduced to be acceptable for
> the mailing list.
> >>                                  a complete log with all pci config
> reads and writes
> >>                                  can be found at:
> http://home.eikelenboom.it/qemu-dm-guest.log
> >> - dmesg-guest.txt
> >>
> >> --
> >>
> >> Sander
> 
> >> [    0.000000] Initializing cgroup subsys cpuset
> >> [    0.000000] Initializing cgroup subsys cpu
> >> [    0.000000] Initializing cgroup subsys cpuacct
> >> [    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian
> 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
> >> [    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0
> root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255
> debug loglevel=8
> >> [    0.000000] e820: BIOS-provided physical RAM map:
> >> [    0.000000] BIOS-e820: [mem
> 0x0000000000000000-0x000000000009fbff] usable
> >> [    0.000000] BIOS-e820: [mem 0x000000000009fc00-0x000000000009ffff]
> reserved
> >> [    0.000000] BIOS-e820: [mem 0x00000000000f0000-0x00000000000fffff]
> reserved
> >> [    0.000000] BIOS-e820: [mem
> 0x0000000000100000-0x000000003f7fefff] usable
> >> [    0.000000] BIOS-e820: [mem 0x000000003f7ff000-0x000000003f7fffff]
> reserved
> >> [    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff]
> reserved
> >> [    0.000000] NX (Execute Disable) protection: active
> >> [    0.000000] SMBIOS 2.4 present.
> >> [    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/17/2013
> >> [    0.000000] Hypervisor detected: Xen HVM
> >> [    0.000000] Xen version 4.4.
> >> [    0.000000] Xen Platform PCI: I/O protocol version 1
> >> [    0.000000] Netfront and the Xen platform PCI driver have been
> compiled for this kernel: unplug emulated NICs.
> >> [    0.000000] Blkfront and the Xen platform PCI driver have been compiled
> for this kernel: unplug emulated disks.
> >> [    0.000000] You might have to change the root device
> >> [    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
> >> [    0.000000] in your root= kernel command line option
> >> [    0.000000] HVMOP_pagetable_dying not supported
> >> [    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 = 0x3f7ff max_arch_pfn = 0x400000000
> >> [    0.000000] MTRR default type: write-back
> >> [    0.000000] MTRR fixed ranges enabled:
> >> [    0.000000]   00000-9FFFF write-back
> >> [    0.000000]   A0000-BFFFF write-combining
> >> [    0.000000]   C0000-FFFFF write-back
> >> [    0.000000] MTRR variable ranges enabled:
> >> [    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
> >> [    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
> >> [    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
> >> [    0.000000]   3 disabled
> >> [    0.000000]   4 disabled
> >> [    0.000000]   5 disabled
> >> [    0.000000]   6 disabled
> >> [    0.000000]   7 disabled
> >> [    0.000000] TOM2: 0000000560000000 aka 22016M
> >> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new
> 0x7010600070106
> >> [    0.000000] found SMP MP-table at [mem 0x000fdad0-0x000fdadf]
> mapped at [ffff8800000fdad0]
> >> [    0.000000] Scanning 1 areas for low memory corruption
> >> [    0.000000] Base memory trampoline at [ffff880000099000] 99000 size
> 24576
> >> [    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
> >> [    0.000000]  [mem 0x00000000-0x000fffff] page 4k
> >> [    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
> >> [    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
> >> [    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
> >> [    0.000000] init_memory_mapping: [mem 0x3f400000-0x3f5fffff]
> >> [    0.000000]  [mem 0x3f400000-0x3f5fffff] page 2M
> >> [    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f3fffff]
> >> [    0.000000]  [mem 0x3c000000-0x3f3fffff] page 2M
> >> [    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
> >> [    0.000000]  [mem 0x00100000-0x001fffff] page 4k
> >> [    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
> >> [    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fefff]
> >> [    0.000000]  [mem 0x3f600000-0x3f7fefff] page 4k
> >> [    0.000000] BRK [0x02963000, 0x02963fff] PGTABLE
> >> [    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
> >> [    0.000000] ACPI: RSDP 00000000000fda20 00024 (v02    Xen)
> >> [    0.000000] ACPI: XSDT 00000000fc009fc0 00054 (v01    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: FACP 00000000fc0098f0 000F4 (v04    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: DSDT 00000000fc0012a0 085CD (v02    Xen
> HVM 00000000 INTL 20100528)
> >> [    0.000000] ACPI: FACS 00000000fc001260 00040
> >> [    0.000000] ACPI: APIC 00000000fc0099f0 00460 (v02    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: HPET 00000000fc009ed0 00038 (v01    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: WAET 00000000fc009f10 00028 (v01    Xen
> HVM 00000000 HVML 00000000)
> >> [    0.000000] ACPI: SSDT 00000000fc009f40 00031 (v02    Xen
> HVM 00000000 INTL 20100528)
> >> [    0.000000] ACPI: SSDT 00000000fc009f80 00031 (v02    Xen
> HVM 00000000 INTL 20100528)
> >> [    0.000000] ACPI: Local APIC address 0xfee00000
> >> [    0.000000] No NUMA configuration found
> >> [    0.000000] Faking a node at [mem
> 0x0000000000000000-0x000000003f7fefff]
> >> [    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fefff]
> >> [    0.000000]   NODE_DATA [mem 0x3f7f4000-0x3f7fefff]
> >> [    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD ->
> [ffff88003de00000-ffff88003edfffff] on node 0
> >> [    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-0x0009efff]
> >> [    0.000000]   node   0: [mem 0x00100000-0x3f7fefff]
> >> [    0.000000] On node 0 totalpages: 259997
> >> [    0.000000]   DMA zone: 64 pages used for memmap
> >> [    0.000000]   DMA zone: 21 pages reserved
> >> [    0.000000]   DMA zone: 3998 pages, LIFO batch:0
> >> [    0.000000]   DMA32 zone: 4000 pages used for memmap
> >> [    0.000000]   DMA32 zone: 255999 pages, LIFO batch:31
> >> [    0.000000] ACPI: PM-Timer IO Port: 0xb008
> >> [    0.000000] ACPI: Local APIC address 0xfee00000
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x0f] lapic_id[0x1e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x10] lapic_id[0x20] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x11] lapic_id[0x22] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x12] lapic_id[0x24] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x13] lapic_id[0x26] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x14] lapic_id[0x28] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x15] lapic_id[0x2a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x16] lapic_id[0x2c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x17] lapic_id[0x2e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x18] lapic_id[0x30] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x19] lapic_id[0x32] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1a] lapic_id[0x34] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1b] lapic_id[0x36] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1c] lapic_id[0x38] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1d] lapic_id[0x3a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1e] lapic_id[0x3c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x1f] lapic_id[0x3e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x20] lapic_id[0x40] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x21] lapic_id[0x42] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x22] lapic_id[0x44] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x23] lapic_id[0x46] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x24] lapic_id[0x48] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x25] lapic_id[0x4a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x26] lapic_id[0x4c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x27] lapic_id[0x4e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x28] lapic_id[0x50] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x29] lapic_id[0x52] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2a] lapic_id[0x54] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2b] lapic_id[0x56] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2c] lapic_id[0x58] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2d] lapic_id[0x5a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2e] lapic_id[0x5c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x2f] lapic_id[0x5e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x30] lapic_id[0x60] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x31] lapic_id[0x62] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x32] lapic_id[0x64] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x33] lapic_id[0x66] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x34] lapic_id[0x68] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x35] lapic_id[0x6a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x36] lapic_id[0x6c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x37] lapic_id[0x6e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x38] lapic_id[0x70] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x39] lapic_id[0x72] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3a] lapic_id[0x74] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3b] lapic_id[0x76] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3c] lapic_id[0x78] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3d] lapic_id[0x7a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3e] lapic_id[0x7c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x3f] lapic_id[0x7e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x40] lapic_id[0x80] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x41] lapic_id[0x82] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x42] lapic_id[0x84] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x43] lapic_id[0x86] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x44] lapic_id[0x88] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x45] lapic_id[0x8a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x46] lapic_id[0x8c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x47] lapic_id[0x8e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x48] lapic_id[0x90] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x49] lapic_id[0x92] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4a] lapic_id[0x94] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4b] lapic_id[0x96] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4c] lapic_id[0x98] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4d] lapic_id[0x9a] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4e] lapic_id[0x9c] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x4f] lapic_id[0x9e] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x50] lapic_id[0xa0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x51] lapic_id[0xa2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x52] lapic_id[0xa4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x53] lapic_id[0xa6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x54] lapic_id[0xa8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x55] lapic_id[0xaa] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x56] lapic_id[0xac] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x57] lapic_id[0xae] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x58] lapic_id[0xb0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x59] lapic_id[0xb2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5a] lapic_id[0xb4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5b] lapic_id[0xb6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5c] lapic_id[0xb8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5d] lapic_id[0xba] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5e] lapic_id[0xbc] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x5f] lapic_id[0xbe] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x60] lapic_id[0xc0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x61] lapic_id[0xc2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x62] lapic_id[0xc4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x63] lapic_id[0xc6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x64] lapic_id[0xc8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x65] lapic_id[0xca] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x66] lapic_id[0xcc] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x67] lapic_id[0xce] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x68] lapic_id[0xd0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x69] lapic_id[0xd2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6a] lapic_id[0xd4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6b] lapic_id[0xd6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6c] lapic_id[0xd8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6d] lapic_id[0xda] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6e] lapic_id[0xdc] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x6f] lapic_id[0xde] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x70] lapic_id[0xe0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x71] lapic_id[0xe2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x72] lapic_id[0xe4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x73] lapic_id[0xe6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x74] lapic_id[0xe8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x75] lapic_id[0xea] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x76] lapic_id[0xec] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x77] lapic_id[0xee] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x78] lapic_id[0xf0] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x79] lapic_id[0xf2] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7a] lapic_id[0xf4] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7b] lapic_id[0xf6] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7c] lapic_id[0xf8] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7d] lapic_id[0xfa] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7e] lapic_id[0xfc] disabled)
> >> [    0.000000] ACPI: LAPIC (acpi_id[0x7f] lapic_id[0xfe] disabled)
> >> [    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
> >> [    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI
> 0-47
> >> [    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 5 global_irq 5 low level)
> >> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low
> level)
> >> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low
> level)
> >> [    0.000000] ACPI: IRQ0 used by override.
> >> [    0.000000] ACPI: IRQ2 used by override.
> >> [    0.000000] ACPI: IRQ5 used by override.
> >> [    0.000000] ACPI: IRQ9 used by override.
> >> [    0.000000] ACPI: IRQ10 used by override.
> >> [    0.000000] ACPI: IRQ11 used by override.
> >> [    0.000000] Using ACPI (MADT) for SMP configuration information
> >> [    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
> >> [    0.000000] smpboot: 128 Processors exceeds NR_CPUS limit of 8
> >> [    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
> >> [    0.000000] nr_irqs_gsi: 64
> >> [    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
> >> [    0.000000] Booting paravirtualized kernel on Xen HVM
> >> [    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8
> nr_node_ids:1
> >> [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000
> s83136 r8192 d23360 u262144
> >> [    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
> >> [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7
> >> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total
> pages: 255912
> >> [    0.000000] Policy zone: DMA32
> >> [    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0
> root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255
> debug loglevel=8
> >> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> >> [    0.000000] Checking aperture...
> >> [    0.000000] No AGP bridge found
> >> [    0.000000] Memory: 991448K/1039988K available (10109K kernel code,
> 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
> >> [    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8,
> Nodes=1
> >> [    0.000000] Preemptible hierarchical RCU implementation.
> >> [    0.000000]        RCU dyntick-idle grace-period acceleration is
> enabled.
> >> [    0.000000]        Additional per-CPU info printed with stalls.
> >> [    0.000000] NR_IRQS:4352 nr_irqs:1152 16
> >> [    0.000000] xen:events: Xen HVM callback vector for event delivery is
> enabled
> >> [    0.000000] Console: colour VGA+ 80x25
> >> [    0.000000] console [tty0] enabled
> >> [    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc.,
> Ingo Molnar
> >> [    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
> >> [    0.000000] ... MAX_LOCK_DEPTH:          48
> >> [    0.000000] ... MAX_LOCKDEP_KEYS:        8191
> >> [    0.000000] ... CLASSHASH_SIZE:          4096
> >> [    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
> >> [    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
> >> [    0.000000] ... CHAINHASH_SIZE:          16384
> >> [    0.000000]  memory used by lock dependency info: 5855 kB
> >> [    0.000000]  per task-struct memory footprint: 1920 bytes
> >> [    0.000000] kmemleak: Kernel memory leak detector disabled
> >> [    0.000000] hpet clockevent registered
> >> [    0.000000] tsc: Detected 3200.144 MHz processor
> >> [    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
> >> [    0.006666] Calibrating delay loop (skipped), value calculated using
> timer frequency.. 6402.96 BogoMIPS (lpj=10667146)
> >> [    0.007910] pid_max: default: 32768 minimum: 301
> >> [    0.009404] Dentry cache hash table entries: 131072 (order: 8, 1048576
> bytes)
> >> [    0.010274] Inode-cache hash table entries: 65536 (order: 7, 524288
> bytes)
> >> [    0.013509] Mount-cache hash table entries: 256
> >> [    0.015617] Initializing cgroup subsys freezer
> >> [    0.016702] Initializing cgroup subsys blkio
> >> [    0.018219] tseg: 0000000000
> >> [    0.020054] CPU: Physical Processor ID: 0
> >> [    0.021397] CPU: Processor Core ID: 0
> >> [    0.022677] mce: CPU supports 2 MCE banks
> >> [    0.023358] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
> >> [    0.023358] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
> >> [    0.023358] tlb_flushall_shift: 4
> >> [    0.026971] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 -
> ffffffff82003000)
> >> [    0.031792] ACPI: Core revision 20130725
> >> [    0.041888] ACPI: All ACPI Tables successfully acquired
> >> [    0.047025] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
> >> [    0.082537] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor
> (fam: 10, model: 0a, stepping: 00)
> >> [    0.086449] Xen: using vcpuop timer interface
> >> [    0.086676] installing Xen timer for CPU 0
> >> [    0.088169] Performance Events: Broken PMU hardware detected,
> using software events only.
> >> [    0.089999] Failed to access perfctr msr (MSR c0010004 is 0)
> >> [    0.113523] NMI watchdog: disabled (cpu0): hardware events not
> enabled
> >> [    0.120163] installing Xen timer for CPU 1
> >> [    0.121727] SMP alternatives: lockdep: fixing up alternatives
> >> [    0.123380] smpboot: Booting Node   0, Processors  #1
> >> [    0.230557] Brought up 2 CPUs
> >> [    0.232915] smpboot: Total of 2 processors activated (12904.77
> BogoMIPS)
> >> [    0.237280] xor: measuring software checksum speed
> >> [    0.270031]    prefetch64-sse:   854.400 MB/sec
> >> [    0.303355]    generic_sse:   860.400 MB/sec
> >> [    0.306019] xor: using function: generic_sse (860.400 MB/sec)
> >> [    0.306921] NET: Registered protocol family 16
> >> [    0.310119] xenbus: xs_reset_watches failed: -38
> >> [    0.313427] cpuidle: using governor ladder
> >> [    0.316677] cpuidle: using governor menu
> >> [    0.333188] ACPI: bus type PCI registered
> >> [    0.333356] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> >> [    0.337653] PCI: Using configuration type 1 for base access
> >> [    0.340012] PCI: Using configuration type 1 for extended access
> >> [    0.389611] bio: create slab <bio-0> at 0
> >> [    0.450052] raid6: sse2x1    2658 MB/s
> >> [    0.511079] raid6: sse2x2    3617 MB/s
> >> [    0.566841] raid6: sse2x4    3268 MB/s
> >> [    0.568215] raid6: using algorithm sse2x2 (3617 MB/s)
> >> [    0.569591] raid6: using intx1 recovery algorithm
> >> [    0.576735] ACPI: Added _OSI(Module Device)
> >> [    0.578237] ACPI: Added _OSI(Processor Device)
> >> [    0.579572] ACPI: Added _OSI(3.0 _SCP Extensions)
> >> [    0.580039] ACPI: Added _OSI(Processor Aggregator Device)
> >> [    0.587697] ACPI: EC: Look up EC in DSDT
> >> [    0.600422] ACPI: Interpreter enabled
> >> [    0.603404] ACPI: (supports S0 S5)
> >> [    0.606682] ACPI: Using IOAPIC for interrupt routing
> >> [    0.608147] PCI: Using host bridge windows from ACPI; if necessary, use
> "pci=nocrs" and report a bug
> >> [    0.638813] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
> >> [    0.640021] acpi PNP0A03:00: ACPI _OSC support notification failed,
> disabling PCIe ASPM
> >> [    0.642119] acpi PNP0A03:00: Unable to request _OSC control (_OSC
> support mask: 0x08)
> >> [    0.644027] pci_bus 0000:00: dev 01, created physical slot 1
> >> [    0.645538] pci_bus 0000:00: dev 02, created physical slot 2
> >> [    0.646696] pci_bus 0000:00: dev 03, created physical slot 3
> >> [    0.650016] pci_bus 0000:00: dev 04, created physical slot 4
> >> [    0.650016] pci_bus 0000:00: dev 05, created physical slot 5
> >> [    0.653367] pci_bus 0000:00: dev 06, created physical slot 6
> >> [    0.655112] pci_bus 0000:00: dev 07, created physical slot 7
> >> [    0.656508] pci_bus 0000:00: dev 08, created physical slot 8
> >> [    0.656741] pci_bus 0000:00: dev 09, created physical slot 9
> >> [    0.658161] pci_bus 0000:00: dev 0a, created physical slot 10
> >> [    0.659565] pci_bus 0000:00: dev 0b, created physical slot 11
> >> [    0.660036] pci_bus 0000:00: dev 0c, created physical slot 12
> >> [    0.661420] pci_bus 0000:00: dev 0d, created physical slot 13
> >> [    0.663415] pci_bus 0000:00: dev 0e, created physical slot 14
> >> [    0.664832] pci_bus 0000:00: dev 0f, created physical slot 15
> >> [    0.666589] pci_bus 0000:00: dev 10, created physical slot 16
> >> [    0.670027] pci_bus 0000:00: dev 11, created physical slot 17
> >> [    0.671489] pci_bus 0000:00: dev 12, created physical slot 18
> >> [    0.673000] pci_bus 0000:00: dev 13, created physical slot 19
> >> [    0.673382] pci_bus 0000:00: dev 14, created physical slot 20
> >> [    0.674831] pci_bus 0000:00: dev 15, created physical slot 21
> >> [    0.676298] pci_bus 0000:00: dev 16, created physical slot 22
> >> [    0.676736] pci_bus 0000:00: dev 17, created physical slot 23
> >> [    0.678140] pci_bus 0000:00: dev 18, created physical slot 24
> >> [    0.683376] pci_bus 0000:00: dev 19, created physical slot 25
> >> [    0.685751] pci_bus 0000:00: dev 1a, created physical slot 26
> >> [    0.686708] pci_bus 0000:00: dev 1b, created physical slot 27
> >> [    0.689182] pci_bus 0000:00: dev 1c, created physical slot 28
> >> [    0.690042] pci_bus 0000:00: dev 1d, created physical slot 29
> >> [    0.692324] pci_bus 0000:00: dev 1e, created physical slot 30
> >> [    0.696707] pci_bus 0000:00: dev 1f, created physical slot 31
> >> [    0.699644] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
> >> [    0.703549] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
> >> [    0.705792] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
> >> [    0.706679] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
> >> [    0.709070] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
> >> [    0.713351] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
> >> [    0.716686] acpiphp: Slot [3] registered
> >> [    0.717007] acpiphp: Slot [4] registered
> >> [    0.720251] acpiphp: Slot [5] registered
> >> [    0.723376] acpiphp: Slot [6] registered
> >> [    0.727052] acpiphp: Slot [7] registered
> >> [    0.730039] acpiphp: Slot [8] registered
> >> [    0.733573] acpiphp: Slot [9] registered
> >> [    0.736705] acpiphp: Slot [10] registered
> >> [    0.736971] acpiphp: Slot [11] registered
> >> [    0.740038] acpiphp: Slot [12] registered
> >> [    0.743689] acpiphp: Slot [13] registered
> >> [    0.746702] acpiphp: Slot [14] registered
> >> [    0.750388] acpiphp: Slot [15] registered
> >> [    0.753398] acpiphp: Slot [16] registered
> >> [    0.755940] acpiphp: Slot [17] registered
> >> [    0.756714] acpiphp: Slot [18] registered
> >> [    0.767101] acpiphp: Slot [19] registered
> >> [    0.770081] acpiphp: Slot [20] registered
> >> [    0.773377] acpiphp: Slot [21] registered
> >> [    0.776971] acpiphp: Slot [22] registered
> >> [    0.780060] acpiphp: Slot [23] registered
> >> [    0.790129] acpiphp: Slot [24] registered
> >> [    0.803393] acpiphp: Slot [25] registered
> >> [    0.831233] acpiphp: Slot [26] registered
> >> [    0.837007] acpiphp: Slot [27] registered
> >> [    0.840098] acpiphp: Slot [28] registered
> >> [    0.843376] acpiphp: Slot [29] registered
> >> [    0.846712] acpiphp: Slot [30] registered
> >> [    0.850117] acpiphp: Slot [31] registered
> >> [    0.850117] PCI host bridge to bus 0000:00
> >> [    0.852315] pci_bus 0000:00: root bus resource [bus 00-ff]
> >> [    0.856693] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> >> [    0.859453] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> >> [    0.860071] pci_bus 0000:00: root bus resource [mem
> 0x000a0000-0x000bffff]
> >> [    0.862869] pci_bus 0000:00: root bus resource [mem
> 0xe0000000-0xfbffffff]
> >> [    0.866679] pci_bus 0000:00: scanning bus
> >> [    0.869852] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
> >> [    0.873563] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
> >> [    0.884192] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
> >> [    0.895546] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
> >> [    0.929999] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
> >> [    0.952118] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
> >> [    0.986421] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
> >> [    1.000514] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
> >> [    1.002072] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
> >> [    1.007076] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
> >> [    1.008648] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by
> PIIX4 ACPI
> >> [    1.013502] pci 0000:00:01.3: quirk: [io  0xb100-0xb10f] claimed by
> PIIX4 SMB
> >> [    1.015438] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
> >> [    1.017615] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
> >> [    1.030035] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff
> pref]
> >> [    1.043410] pci 0000:00:02.0: reg 0x14: [mem 0xf3094000-0xf3094fff]
> >> [    1.100021] pci 0000:00:02.0: reg 0x30: [mem 0xf3080000-0xf308ffff
> pref]
> >> [    1.103759] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
> >> [    1.116708] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
> >> [    1.130059] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff
> pref]
> >> [    1.188018] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
> >> [    1.213333] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff
> 64bit pref]
> >> [    1.223372] pci 0000:00:05.0: reg 0x18: [mem 0xf3040000-0xf305ffff
> 64bit]
> >> [    1.230018] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
> >> [    1.250022] pci 0000:00:05.0: reg 0x30: [mem 0xf3060000-0xf307ffff
> pref]
> >> [    1.252053] pci 0000:00:05.0: supports D1 D2
> >> [    1.255355] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
> >> [    1.256666] pci 0000:00:06.0: reg 0x10: [mem 0xf3090000-0xf3093fff
> 64bit]
> >> [    1.263333] pci 0000:00:06.0: supports D1 D2
> >> [    1.265953] pci_bus 0000:00: fixups for bus
> >> [    1.266666] pci_bus 0000:00: bus scan returning with max=00
> >> [    1.266666] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
> >> [    1.266666] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
> >> [    1.266666] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
> >> [    1.266666] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
> >> [    1.270278] ACPI: Enabled 2 GPEs in block 00 to 0F
> >> [    1.273333] ACPI: \_SB_.PCI0: notify handler is installed
> >> [    1.273333] Found 1 acpi root devices
> >> [    1.273333] xen:balloon: Initialising balloon driver
> >> [    1.273433] xen_balloon: Initialising balloon driver
> >> [    1.275068] vgaarb: device added:
> PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> >> [    1.275942] vgaarb: device added:
> PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
> >> [    1.276666] vgaarb: loaded
> >> [    1.276666] vgaarb: bridge control possible 0000:00:05.0
> >> [    1.276666] vgaarb: no bridge control possible 0000:00:02.0
> >> [    1.276666] SCSI subsystem initialized
> >> [    1.276666] libata version 3.00 loaded.
> >> [    1.276666] ACPI: bus type USB registered
> >> [    1.277217] usbcore: registered new interface driver usbfs
> >> [    1.278077] usbcore: registered new interface driver hub
> >> [    1.278077] usbcore: registered new device driver usb
> >> [    1.280325] Linux video capture interface: v2.00
> >> [    1.281514] pps_core: LinuxPPS API ver. 1 registered
> >> [    1.282276] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo
> Giometti <giometti@linux.it>
> >> [    1.283333] PTP clock support registered
> >> [    1.283333] Advanced Linux Sound Architecture Driver Initialized.
> >> [    1.283333] PCI: Using ACPI for IRQ routing
> >> [    1.283333] PCI: pci_cache_line_size set to 64 bytes
> >> [    1.283333] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags
> 0x110] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110]
> (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177
> flags 0x110] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110]
> (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags
> 0x40101] (d=0, p=0)
> >> [    1.283333] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags
> 0x40101] (d=0, p=0)
> >> [    1.283333] pci 0000:00:02.0: BAR 0: reserving [mem
> 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
> >> [    1.283333] pci 0000:00:02.0: BAR 1: reserving [mem
> 0xf3094000-0xf3094fff flags 0x40200] (d=0, p=0)
> >> [    1.283493] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags
> 0x40101] (d=0, p=0)
> >> [    1.285517] pci 0000:00:03.0: BAR 1: reserving [mem
> 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 0: reserving [mem
> 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 2: reserving [mem
> 0xf3040000-0xf305ffff flags 0x140204] (d=0, p=0)
> >> [    1.286666] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags
> 0x40101] (d=0, p=0)
> >> [    1.286666] pci 0000:00:06.0: BAR 0: reserving [mem
> 0xf3090000-0xf3093fff flags 0x140204] (d=0, p=0)
> >> [    1.286666] e820: reserve RAM buffer [mem 0x0009fc00-0x0009ffff]
> >> [    1.286666] e820: reserve RAM buffer [mem 0x3f7ff000-0x3fffffff]
> >> [    1.286871] Bluetooth: Core ver 2.16
> >> [    1.290033] NET: Registered protocol family 31
> >> [    1.292390] Bluetooth: HCI device and connection manager initialized
> >> [    1.293333] Bluetooth: HCI socket layer initialized
> >> [    1.293333] Bluetooth: L2CAP socket layer initialized
> >> [    1.293333] Bluetooth: SCO socket layer initialized
> >> [    1.293333] HPET: 3 timers in total, 0 timers will be used for per-cpu
> timer
> >> [    1.293333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
> >> [    1.293333] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
> >> [    1.296395] Switched to clocksource xen
> >> [    1.296666] FS-Cache: Loaded
> >> [    1.297469] pnp: PnP ACPI init
> >> [    1.298746] ACPI: bus type PNP registered
> >> [    1.300356] system 00:00: [mem 0x00000000-0x0009ffff] could not be
> reserved
> >> [    1.301894] system 00:00: Plug and Play ACPI device, IDs PNP0c02
> (active)
> >> [    1.303518] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
> >> [    1.305522] system 00:02: [io  0x08a0-0x08a3] has been reserved
> >> [    1.307001] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
> >> [    1.310024] system 00:02: [io  0x04d0-0x04d1] has been reserved
> >> [    1.320627] system 00:02: Plug and Play ACPI device, IDs PNP0c02
> (active)
> >> [    1.351879] pnp 00:03: [dma 4]
> >> [    1.357740] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
> >> [    1.362206] xen: --> pirq=16 -> irq=8 (gsi=8)
> >> [    1.363806] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
> >> [    1.365710] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
> >> [    1.367661] xen: --> pirq=17 -> irq=12 (gsi=12)
> >> [    1.369285] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
> >> [    1.370851] xen: --> pirq=18 -> irq=1 (gsi=1)
> >> [    1.372569] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b
> (active)
> >> [    1.374663] xen: --> pirq=19 -> irq=6 (gsi=6)
> >> [    1.376869] pnp 00:08: [dma 2]
> >> [    1.378403] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
> >> [    1.381042] xen: --> pirq=20 -> irq=4 (gsi=4)
> >> [    1.382981] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
> >> [    1.384588] xen: --> pirq=21 -> irq=7 (gsi=7)
> >> [    1.386128] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
> >> [    1.388124] system 00:0b: [io  0xae00-0xae0f] has been reserved
> >> [    1.389607] system 00:0b: [io  0xb044-0xb047] has been reserved
> >> [    1.391028] system 00:0b: Plug and Play ACPI device, IDs PNP0c02
> (active)
> >> [    1.393084] pnp: PnP ACPI: found 12 devices
> >> [    1.394550] ACPI: bus type PNP unregistered
> >> [    1.413954] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> >> [    1.415535] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> >> [    1.417203] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> >> [    1.418685] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
> >> [    1.420210] NET: Registered protocol family 2
> >> [    1.422209] TCP established hash table entries: 8192 (order: 5, 131072
> bytes)
> >> [    1.424041] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
> >> [    1.426660] TCP: Hash tables configured (established 8192 bind 8192)
> >> [    1.428756] TCP: reno registered
> >> [    1.430133] UDP hash table entries: 512 (order: 4, 81920 bytes)
> >> [    1.431591] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
> >> [    1.433355] NET: Registered protocol family 1
> >> [    1.434814] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
> >> [    1.436159] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
> >> [    1.437611] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
> >> [    1.439161] pci 0000:00:01.0: PIIX3: Enabling Passive Release
> >> [    1.440771] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
> >> [    1.442572] pci 0000:00:01.0: Activating ISA DMA hang workarounds
> >> [    1.444555] pci 0000:00:01.2: calling
> quirk_usb_early_handoff+0x0/0x6c0
> >> [    1.447397] xen: --> pirq=22 -> irq=23 (gsi=23)
> >> [    1.452957] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
> >> [    1.454614] pci 0000:00:02.0: Boot video device
> >> [    1.456105] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
> >> [    1.457984] pci 0000:00:05.0: Boot video device
> >> [    1.459683] PCI: CLS 0 bytes, default 64
> >> [    1.461462] Trying to unpack rootfs image as initramfs...
> >> [    1.543512] Freeing initrd memory: 4996K (ffff88003762e000 -
> ffff880037b0f000)
> >> [    1.553915] DMA-API: preallocated 65536 debug entries
> >> [    1.555928] DMA-API: debugging enabled by kernel config
> >> [    1.559170] Scanning for low memory corruption every 60 seconds
> >> [    1.564307] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
> >> [    1.568143] audit: initializing netlink socket (disabled)
> >> [    1.569592] type=2000 audit(1379409313.121:1): initialized
> >> [    1.571623] bounce pool size: 64 pages
> >> [    1.572971] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> >> [    1.589346] VFS: Disk quotas dquot_6.5.2
> >> [    1.591062] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> >> [    1.596280] NTFS driver 2.1.30 [Flags: R/W].
> >> [    1.598516] fuse init (API version 7.22)
> >> [    1.601515] bio: create slab <bio-1> at 1
> >> [    1.604032] Btrfs loaded
> >> [    1.606549] GFS2 installed
> >> [    1.608181] ceph: loaded (mds proto 32)
> >> [    1.609650] msgmni has been set to 1946
> >> [    1.612868] Block layer SCSI generic (bsg) driver version 0.4 loaded
> (major 250)
> >> [    1.615969] io scheduler noop registered
> >> [    1.620128] io scheduler deadline registered
> >> [    1.622091] io scheduler cfq registered (default)
> >> [    1.625114] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
> >> [    1.626889] crc32: self tests passed, processed 225944 bytes in 122522
> nsec
> >> [    1.628486] crc32c: CRC_LE_BITS = 64
> >> [    1.629942] crc32c: self tests passed, processed 225944 bytes in 61570
> nsec
> >> [    1.632530] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> >> [    1.634759] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> >> [    1.636224] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version:
> 0.2
> >> [    1.638321] cpcihp_generic: Generic port I/O CompactPCI Hot Plug
> Driver version: 0.1
> >> [    1.640530] cpcihp_generic: not configured, disabling.
> >> [    1.642226] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
> >> [    1.645585] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace
> failed
> >> [    1.648766] input: Power Button as
> /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
> >> [    1.651005] ACPI: Power Button [PWRF]
> >> [    1.652541] input: Sleep Button as
> /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
> >> [    1.654770] ACPI: Sleep Button [SLPF]
> >> [    1.664469] xen:xen_evtchn: Event-channel device installed
> >> [    1.669021] xen: --> pirq=23 -> irq=28 (gsi=28)
> >> [    1.670635] xen:grant_table: Grant tables using version 1 layout
> >> [    1.672167] Grant table initialized
> >> [    1.676292] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> >> [    1.715980] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a
> 16550A
> >> [    1.738514] Linux agpgart interface v0.103
> >> [    1.740804] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180
> seconds, margin is 60 seconds).
> >> [    1.742909] Hangcheck: Using getrawmonotonic().
> >> [    1.744843] [drm] Initialized drm 1.1.0 20060810
> >> [    1.746503] [drm] radeon kernel modesetting enabled.
> >> [    1.747964] [drm:drm_pci_init],
> >> [    1.749911] [drm:drm_get_pci_dev],
> >> [    1.752812] xen: --> pirq=32 -> irq=36 (gsi=36)
> >> [    1.755203] [drm:drm_get_minor],
> >> [    1.757902] [drm:drm_get_minor], new minor assigned 64
> >> [    1.760337] [drm:drm_get_minor],
> >> [    1.762547] [drm:drm_get_minor], new minor assigned 0
> >> [    1.765509] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759
> 0x174B:0xE193).
> >> [    1.767705] [drm] register mmio base: 0xF3040000
> >> [    1.769135] [drm] register mmio size: 131072
> >> [    1.770551] [drm] radeon_atrm_get_bios: failed
> >> [    1.771878] [drm] radeon_acpi_vfct_bios: failed
> >> [    1.773193] [drm] igp_read_bios_from_vram: failed
> >> [    1.774744] [drm:radeon_read_bios], BIOS radeon_read_bios: size:
> 0x8c00 biosiomemstart: 0xf3060000
> >> [    1.777717] [drm] radeon_read_bios: succes
> >> [    1.779057] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios
> length: 6|8 headerstring 0xc6 0x7c 0x0 0x0
> >> [    1.784874] [drm:radeon_get_bios], COMBIOS detected
> >> [    1.786811] radeon 0000:00:05.0: Expecting atombios for evergreen
> GPU
> >> [    1.788255] radeon 0000:00:05.0: Fatal error during GPU init
> >> [    1.789919] [drm] radeon: finishing device.
> >> [    1.791325] [TTM] Memory type 2 has not been initialized
> >> [    1.799821] [drm:drm_put_minor], release secondary minor 0
> >> [    1.802369] [drm:drm_put_minor], release secondary minor 64
> >> [    1.808466] radeon: probe of 0000:00:05.0 failed with error -22
> >> [    1.840256] [drm:drm_pci_init],
> >> [    1.845669] [drm:drm_get_pci_dev],
> >> [    1.848075] [drm:drm_get_minor],
> >> [    1.850354] [drm:drm_get_minor], new minor assigned 64
> >> [    1.852444] [drm:drm_get_minor],
> >> [    1.854914] [drm:drm_get_minor], new minor assigned 0
> >> [    1.857213] [TTM] Zone  kernel: Available graphics memory: 498238
> kiB
> >> [    1.858995] [TTM] Initializing pool allocator
> >> [    1.860330] [TTM] Initializing DMA pool allocator
> >> [    1.862319] [drm:drm_helper_probe_single_connector_modes],
> [CONNECTOR:5:VGA-1]
> >> [    1.865161] [drm:drm_helper_probe_single_connector_modes],
> [CONNECTOR:5:VGA-1] probed modes :
> >> [    1.867905] [drm:drm_mode_debug_printmodeline], Modeline
> 25:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40
> 0x5
> >> [    1.870749] [drm:drm_mode_debug_printmodeline], Modeline
> 24:"1280x960" 60 108000 1280 1376 1488 1800 960 961 964 1000 0x40 0x5
> >> [    1.873615] [drm:drm_mode_debug_printmodeline], Modeline
> 23:"1280x800" 60 83500 1280 1352 1480 1680 800 803 809 831 0x40 0x9
> >> [    1.876797] [drm:drm_mode_debug_printmodeline], Modeline
> 22:"1280x800" 60 71000 1280 1328 1360 1440 800 803 809 823 0x40 0x9
> >> [    1.879705] [drm:drm_mode_debug_printmodeline], Modeline
> 21:"1280x768" 60 79500 1280 1344 1472 1664 768 771 778 798 0x40 0x6
> >> [    1.882500] [drm:drm_mode_debug_printmodeline], Modeline
> 20:"1280x768" 60 68250 1280 1328 1360 1440 768 771 778 790 0x40 0x9
> >> [    1.885314] [drm:drm_mode_debug_printmodeline], Modeline
> 14:"1024x768" 60 65000 1024 1048 1184 1344 768 771 777 806 0x40 0xa
> >> [    1.888557] [drm:drm_mode_debug_printmodeline], Modeline
> 9:"800x600" 60 40000 800 840 968 1056 600 601 605 628 0x40 0x5
> >> [    1.891615] [drm:drm_mode_debug_printmodeline], Modeline
> 8:"800x600" 56 36000 800 824 896 1024 600 601 603 625 0x40 0x5
> >> [    1.894857] [drm:drm_mode_debug_printmodeline], Modeline
> 13:"848x480" 60 33750 848 864 976 1088 480 486 494 517 0x40 0x5
> >> [    1.897622] [drm:drm_mode_debug_printmodeline], Modeline
> 6:"640x480" 60 25175 640 656 752 800 480 489 492 525 0x40 0xa
> >> [    1.900401] [drm:drm_setup_crtcs],
> >> [    1.902276] [drm:drm_enable_connectors], connector 5 enabled? yes
> >> [    1.904425] [drm:drm_target_preferred], looking for cmdline mode on
> connector 5
> >> [    1.907019] [drm:drm_target_preferred], looking for preferred mode on
> connector 5
> >> [    1.910214] [drm:drm_target_preferred], found mode 1280x1024
> >> [    1.914217] [drm:drm_setup_crtcs], picking CRTCs for 4096x4096 config
> >> [    1.918064] [drm:drm_setup_crtcs], desired mode 1280x1024 set on
> crtc 3
> >> [    1.922808] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    1.927686] [drm] fb mappable at 0x0
> >> [    1.930020] [drm] vram aper at 0x0
> >> [    1.932487] [drm] size 0
> >> [    1.934735] [drm] fb depth is 24
> >> [    1.936980] [drm]    pitch is 3840
> >> [    1.939982] fbcon: cirrusdrmfb (fb0) is primary device
> >> [    1.941542] [drm:drm_crtc_helper_set_config],
> >> [    1.941546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [    1.941550] [drm:drm_crtc_helper_set_config], crtc has no fb, full mode
> set
> >> [    1.941553] [drm:drm_crtc_helper_set_config], modes are different, full
> mode set
> >> [    1.941555] [drm:drm_mode_debug_printmodeline], Modeline 0:"" 0 0
> 0 0 0 0 0 0 0 0 0x0 0x0
> >> [    1.941558] [drm:drm_mode_debug_printmodeline], Modeline
> 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> >> [    1.941563] [drm:drm_crtc_helper_set_config], encoder changed, full
> mode switch
> >> [    1.941565] [drm:drm_crtc_helper_set_config], crtc changed, full mode
> switch
> >> [    1.941567] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [    1.941569] [drm:drm_crtc_helper_set_config], attempting to set mode
> from userspace
> >> [    1.941572] [drm:drm_mode_debug_printmodeline], Modeline
> 7:"1280x1024" 60 108000 1280 1328 1440 1688 1024 1025 1028 1066 0x40 0x5
> >> [    1.941577] [drm:drm_crtc_helper_set_mode], [CRTC:3]
> >> [    1.953352] [drm:drm_crtc_helper_set_mode], [ENCODER:4:DAC-4] set
> [MODE:7:1280x1024]
> >> [    1.953355] [drm:drm_calc_timestamping_constants], crtc 3: hwmode:
> htotal 1688, vtotal 1066, vdisplay 1024
> >> [    1.953357] [drm:drm_calc_timestamping_constants], crtc 3: clock
> 108000 kHz framedur 16661185 linedur 15629, pixeldur 9
> >> [    1.953363] [drm:drm_crtc_helper_set_config], Setting connector DPMS
> state to on
> >> [    1.953365] [drm:drm_crtc_helper_set_config],
> [CONNECTOR:5:VGA-1] set DPMS on
> >> [    1.953370] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    1.953487] [drm:drm_crtc_helper_set_config],
> >> [    1.953489] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [    1.953494] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [    1.953497] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    1.953498] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [    2.038647] [drm:drm_crtc_helper_set_config],
> >> [    2.038651] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [    2.038658] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [    2.038661] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    2.038662] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [    2.112460] Console: switching to colour frame buffer device 160x64
> >> [    2.112473] [drm:drm_crtc_helper_set_config],
> >> [    2.112475] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [    2.112482] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [    2.112485] [drm:drm_framebuffer_reference], FB ID: 10
> >> [    2.112487] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [    2.186982] cirrus 0000:00:02.0: fb0: cirrusdrmfb frame buffer device
> >> [    2.188860] cirrus 0000:00:02.0: registered panic notifier
> >> [    2.190604] [drm] Initialized cirrus 1.0.0 20110418 for 0000:00:02.0 on
> minor 0
> >> [    2.192631] [drm:drm_pci_init],
> >> [    2.198055] brd: module loaded
> >> [    2.203121] loop: module loaded
> >> [    2.224917] tun: Universal TUN/TAP device driver, 1.6
> >> [    2.226696] tun: (C) 1999-2004 Max Krasnyansky
> <maxk@qualcomm.com>
> >> [    2.228570] e1000: Intel(R) PRO/1000 Network Driver - version
> 7.3.21-k8-NAPI
> >> [    2.231161] e1000: Copyright (c) 1999-2006 Intel Corporation.
> >> [    2.232932] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
> >> [    2.234578] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
> >> [    2.237460] igb: Intel(R) Gigabit Ethernet Network Driver - version
> 5.0.5-k
> >> [    2.239198] igb: Copyright (c) 2007-2013 Intel Corporation.
> >> [    2.242370] igbvf: Intel(R) Gigabit Virtual Function Network Driver -
> version 2.0.2-k
> >> [    2.244130] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
> >> [    2.246106] xen_netfront: Initialising Xen virtual ethernet driver
> >> [    2.253510] blkfront: xvda: flush diskcache: enabled; persistent grants:
> enabled; indirect descriptors: enabled;
> >> [    2.259883] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> >> [    2.261790] ehci-pci: EHCI PCI platform driver
> >> [    2.264122] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> >> [    2.265913] ohci-pci: OHCI PCI platform driver
> >> [    2.268005] uhci_hcd: USB Universal Host Controller Interface driver
> >> [    2.270950] uhci_hcd 0000:00:01.2: enabling bus mastering
> >> [    2.275656] uhci_hcd 0000:00:01.2: setting latency timer to 64
> >> [    2.278106] uhci_hcd 0000:00:01.2: UHCI Host Controller
> >> [    2.280655]  xvda: xvda1 xvda2 < xvda5 >
> >> [    2.283105] uhci_hcd 0000:00:01.2: new USB bus registered, assigned
> bus number 1
> >> [    2.287868] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
> >> [    2.293675] usb usb1: New USB device found, idVendor=1d6b,
> idProduct=0001
> >> [    2.295560] usb usb1: New USB device strings: Mfr=3, Product=2,
> SerialNumber=1
> >> [    2.297375] usb usb1: Product: UHCI Host Controller
> >> [    2.299506] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
> >> [    2.301365] usb usb1: SerialNumber: 0000:00:01.2
> >> [    2.306128] hub 1-0:1.0: USB hub found
> >> [    2.308175] hub 1-0:1.0: 2 ports detected
> >> [    2.312359] usbcore: registered new interface driver usblp
> >> [    2.314281] usbcore: registered new interface driver usb-storage
> >> [    2.316546] usbcore: registered new interface driver usbserial
> >> [    2.318509] usbcore: registered new interface driver cp210x
> >> [    2.320517] usbserial: USB Serial support registered for cp210x
> >> [    2.322507] usbcore: registered new interface driver cypress_m8
> >> [    2.324603] usbserial: USB Serial support registered for DeLorme
> Earthmate USB
> >> [    2.326707] usbserial: USB Serial support registered for HID->COM
> RS232 Adapter
> >> [    2.329222] usbserial: USB Serial support registered for Nokia CA-42 V2
> Adapter
> >> [    2.332298] usbcore: registered new interface driver mos7720
> >> [    2.334326] usbserial: USB Serial support registered for Moschip 2 port
> adapter
> >> [    2.336296] usbcore: registered new interface driver mos7840
> >> [    2.339334] usbserial: USB Serial support registered for Moschip
> 7840/7820 USB Serial Driver
> >> [    2.341311] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M]
> at 0x60,0x64 irq 1,12
> >> [    2.372506] serio: i8042 KBD port at 0x60,0x64 irq 1
> >> [    2.374921] serio: i8042 AUX port at 0x60,0x64 irq 12
> >> [    2.377750] mousedev: PS/2 mouse device common for all mice
> >> [    2.383774] input: AT Translated Set 2 keyboard as
> /devices/platform/i8042/serio0/input/input2
> >> [    2.412740] input: Xen Virtual Keyboard as /devices/virtual/input/input3
> >> [    2.415113] input: Xen Virtual Pointer as /devices/virtual/input/input4
> >> [    2.441217] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
> >> [    2.443213] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram,
> hpet irqs
> >> [    2.448798] piix4_smbus 0000:00:01.3: Host SMBus controller not
> enabled!
> >> [    2.451314] lirc_dev: IR Remote Control driver registered, major 248
> >> [    2.453197] IR NEC protocol handler initialized
> >> [    2.454994] IR RC5(x) protocol handler initialized
> >> [    2.456839] IR RC6 protocol handler initialized
> >> [    2.458729] IR JVC protocol handler initialized
> >> [    2.460532] IR Sony protocol handler initialized
> >> [    2.462373] IR RC5 (streamzap) protocol handler initialized
> >> [    2.464199] IR SANYO protocol handler initialized
> >> [    2.465933] IR MCE Keyboard/mouse protocol handler initialized
> >> [    2.467725] IR LIRC bridge handler initialized
> >> [    2.469491] cx25821: driver version 0.0.106 loaded
> >> [    2.471745] usbcore: registered new interface driver pvrusb2
> >> [    2.473480] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2
> MPEG2 Encoder/Tuner
> >> [    2.476532] pvrusb2: Debug mask is 31 (0x1f)
> >> [    2.487290] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver
> v0.05
> >> [    2.491295] xen_wdt: Xen WatchDog Timer Driver v0.01
> >> [    2.533305] xen_wdt: initialized (timeout=60s, nowayout=0)
> >> [    2.536002] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised:
> dm-devel@redhat.com
> >> [    2.539707] Bluetooth: Virtual HCI driver ver 1.3
> >> [    2.542258] Bluetooth: HCI UART driver ver 2.2
> >> [    2.543999] Bluetooth: HCI H4 protocol initialized
> >> [    2.545664] Bluetooth: HCI BCSP protocol initialized
> >> [    2.547387] Bluetooth: HCILL protocol initialized
> >> [    2.549059] Bluetooth: HCIATH3K protocol initialized
> >> [    2.550848] Bluetooth: HCI Three-wire UART (H5) protocol initialized
> >> [    2.552803] usbcore: registered new interface driver bcm203x
> >> [    2.554723] usbcore: registered new interface driver bpa10x
> >> [    2.556617] usbcore: registered new interface driver bfusb
> >> [    2.559609] usbcore: registered new interface driver btusb
> >> [    2.561628] usbcore: registered new interface driver ath3k
> >> [    2.563188] ioremap error for 0xfc001000-0xfc002000, requested 0x10,
> got 0x0
> >> [    2.565091] hidraw: raw HID events driver (C) Jiri Kosina
> >> [    2.568391] usbcore: registered new interface driver usbhid
> >> [    2.570046] usbhid: USB HID core driver
> >> [    2.574837] xen: --> pirq=33 -> irq=41 (gsi=41)
> >> [    2.578242] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
> >> [    2.579853] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=80
> >> [    2.600606] usbcore: registered new interface driver snd-usb-audio
> >> [    2.602765] usbcore: registered new interface driver snd-ua101
> >> [    2.604542] usbcore: registered new interface driver snd-usb-usx2y
> >> [    2.606240] usbcore: registered new interface driver snd-usb-caiaq
> >> [    2.607953] usbcore: registered new interface driver snd-usb-6fire
> >> [    2.609590] Netfilter messages via NETLINK v0.30.
> >> [    2.611228] nfnl_acct: registering with nfnetlink.
> >> [    2.613120] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
> >> [    2.615344] ctnetlink v0.93: registering with nfnetlink.
> >> [    2.618419] xt_time: kernel timezone is -0000
> >> [    2.619979] ip_set: protocol 6
> >> [    2.621538] IPVS: Registered protocols ()
> >> [    2.623258] IPVS: Connection hash table configured (size=4096,
> memory=64Kbytes)
> >> [    2.624923] IPVS: Creating netns size=1904 id=0
> >> [    2.627127] IPVS: ipvs loaded.
> >> [    2.629354] ip_tables: (C) 2000-2006 Netfilter Core Team
> >> [    2.631187] TCP: cubic registered
> >> [    2.632656] NET: Registered protocol family 17
> >> [    2.635367] Bridge firewalling registered
> >> [    2.636897] Ebtables v2.0 registered
> >> [    2.639225] Bluetooth: RFCOMM TTY layer initialized
> >> [    2.640742] Bluetooth: RFCOMM socket layer initialized
> >> [    2.642171] Bluetooth: RFCOMM ver 1.11
> >> [    2.643580] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> >> [    2.645010] Bluetooth: BNEP filters: protocol multicast
> >> [    2.646420] Bluetooth: BNEP socket layer initialized
> >> [    2.647858] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
> >> [    2.649294] Bluetooth: HIDP socket layer initialized
> >> [    2.650788] Key type ceph registered
> >> [    2.652389] libceph: loaded (mon/osd proto 15/24)
> >> [    2.654437] registered taskstats version 1
> >> [    2.659955] xenbus_probe_frontend: Device with no driver: device/pci/0
> >> [    2.661879] console [netcon0] enabled
> >> [    2.663446] netconsole: network logging started
> >> [    2.665236] rtc_cmos 00:04: setting system clock to 2013-09-17
> 09:15:15 UTC (1379409315)
> >> [    2.667038] ALSA device list:
> >> [    2.668619]   #0: HD-Audio Generic at 0xf3090000 irq 80
> >> [    2.672662] Freeing unused kernel memory: 1068K (ffffffff81ef0000 -
> ffffffff81ffb000)
> >> [    2.674292] Write protecting the kernel read-only data: 14336k
> >> [    2.679086] Freeing unused kernel memory: 120K (ffff8800019e2000 -
> ffff880001a00000)
> >> [    2.681086] Freeing unused kernel memory: 36K (ffff880001df7000 -
> ffff880001e00000)
> >> [    2.714316] usb 1-1: new full-speed USB device number 2 using uhci_hcd
> >> [    3.034772] usb 1-1: New USB device found, idVendor=0627,
> idProduct=0001
> >> [    3.036432] usb 1-1: New USB device strings: Mfr=1, Product=3,
> SerialNumber=5
> >> [    3.038495] usb 1-1: Product: QEMU USB Tablet
> >> [    3.040085] usb 1-1: Manufacturer: QEMU
> >> [    3.041644] usb 1-1: SerialNumber: 42
> >> [    3.071432] input: QEMU QEMU USB Tablet as
> /devices/pci0000:00/0000:00:01.2/usb1/1-1/1-1:1.0/input/input5
> >> [    3.074317] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID
> v0.01 Pointer [QEMU QEMU USB Tablet] on usb-0000:00:01.2-1/input0
> >> [    3.205535] input: ImExPS/2 Generic Explorer Mouse as
> /devices/platform/i8042/serio1/input/input6
> >> [    3.243471] EXT4-fs (xvda1): mounted filesystem with ordered data
> mode. Opts: (null)
> >> [    5.744943] udevd[1591]: starting version 175
> >> [   10.475221] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1
> across:901116k SS
> >> [   10.505906] EXT4-fs (xvda1): re-mounted. Opts: (null)
> >> [   10.852323] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro
> >> [   13.589186] [drm:drm_crtc_helper_set_config],
> >> [   13.589188] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   13.589200] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   13.589203] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   13.589204] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.219989] [drm:drm_crtc_helper_set_config],
> >> [   19.219992] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.220008] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.220010] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.220011] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.291242] [drm:drm_stub_open],
> >> [   19.291251] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291258] [drm:drm_setup],
> >> [   19.291282] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291343] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291356] [drm:drm_release], open_count = 1
> >> [   19.291358] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291456] [drm:drm_lastclose],
> >> [   19.291458] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291461] [drm:drm_lastclose], lastclose completed
> >> [   19.291477] [drm:drm_stub_open],
> >> [   19.291479] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291483] [drm:drm_setup],
> >> [   19.291486] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291489] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291494] [drm:drm_release], open_count = 1
> >> [   19.291495] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291499] [drm:drm_lastclose],
> >> [   19.291500] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291502] [drm:drm_lastclose], lastclose completed
> >> [   19.291518] [drm:drm_stub_open],
> >> [   19.291521] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291524] [drm:drm_setup],
> >> [   19.291527] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291530] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291535] [drm:drm_release], open_count = 1
> >> [   19.291536] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291540] [drm:drm_lastclose],
> >> [   19.291541] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291543] [drm:drm_lastclose], lastclose completed
> >> [   19.291551] [drm:drm_stub_open],
> >> [   19.291554] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291557] [drm:drm_setup],
> >> [   19.291560] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291563] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291567] [drm:drm_release], open_count = 1
> >> [   19.291569] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291572] [drm:drm_lastclose],
> >> [   19.291573] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291575] [drm:drm_lastclose], lastclose completed
> >> [   19.291587] [drm:drm_stub_open],
> >> [   19.291589] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291593] [drm:drm_setup],
> >> [   19.291595] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291598] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291603] [drm:drm_release], open_count = 1
> >> [   19.291604] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291608] [drm:drm_lastclose],
> >> [   19.291609] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291611] [drm:drm_lastclose], lastclose completed
> >> [   19.291620] [drm:drm_stub_open],
> >> [   19.291622] [drm:drm_open_helper], pid = 4078, minor = 0
> >> [   19.291626] [drm:drm_setup],
> >> [   19.291628] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291631] [drm:drm_ioctl], pid=4078, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.291636] [drm:drm_release], open_count = 1
> >> [   19.291637] [drm:drm_release], pid = 4078, device = 0xe200,
> open_count = 1
> >> [   19.291641] [drm:drm_lastclose],
> >> [   19.291642] [drm:drm_lastclose], driver lastclose completed
> >> [   19.291644] [drm:drm_lastclose], lastclose completed
> >> [   19.302299] [drm:drm_crtc_helper_set_config],
> >> [   19.302302] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.302311] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.302313] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.302314] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.302317] [drm:drm_crtc_helper_set_config],
> >> [   19.302318] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.302321] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.302325] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.302326] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.302341] [drm:drm_crtc_helper_set_config],
> >> [   19.302343] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.302345] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.302347] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.302348] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.514543] [drm:drm_crtc_helper_set_config],
> >> [   19.514546] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.514558] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.514561] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.514563] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.585682] [drm:drm_stub_open],
> >> [   19.585691] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585698] [drm:drm_setup],
> >> [   19.585714] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585723] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585736] [drm:drm_release], open_count = 1
> >> [   19.585737] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585744] [drm:drm_lastclose],
> >> [   19.585746] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585749] [drm:drm_lastclose], lastclose completed
> >> [   19.585761] [drm:drm_stub_open],
> >> [   19.585763] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585767] [drm:drm_setup],
> >> [   19.585770] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585773] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585778] [drm:drm_release], open_count = 1
> >> [   19.585779] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585783] [drm:drm_lastclose],
> >> [   19.585784] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585786] [drm:drm_lastclose], lastclose completed
> >> [   19.585802] [drm:drm_stub_open],
> >> [   19.585805] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585808] [drm:drm_setup],
> >> [   19.585811] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585814] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585819] [drm:drm_release], open_count = 1
> >> [   19.585820] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585824] [drm:drm_lastclose],
> >> [   19.585825] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585828] [drm:drm_lastclose], lastclose completed
> >> [   19.585846] [drm:drm_stub_open],
> >> [   19.585847] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585851] [drm:drm_setup],
> >> [   19.585853] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585856] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585860] [drm:drm_release], open_count = 1
> >> [   19.585861] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585864] [drm:drm_lastclose],
> >> [   19.585865] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585867] [drm:drm_lastclose], lastclose completed
> >> [   19.585878] [drm:drm_stub_open],
> >> [   19.585880] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585883] [drm:drm_setup],
> >> [   19.585885] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585888] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585892] [drm:drm_release], open_count = 1
> >> [   19.585893] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585896] [drm:drm_lastclose],
> >> [   19.585898] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585899] [drm:drm_lastclose], lastclose completed
> >> [   19.585907] [drm:drm_stub_open],
> >> [   19.585909] [drm:drm_open_helper], pid = 4090, minor = 0
> >> [   19.585913] [drm:drm_setup],
> >> [   19.585915] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585918] [drm:drm_ioctl], pid=4090, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.585921] [drm:drm_release], open_count = 1
> >> [   19.585923] [drm:drm_release], pid = 4090, device = 0xe200,
> open_count = 1
> >> [   19.585926] [drm:drm_lastclose],
> >> [   19.585927] [drm:drm_lastclose], driver lastclose completed
> >> [   19.585929] [drm:drm_lastclose], lastclose completed
> >> [   19.586613] [drm:drm_crtc_helper_set_config],
> >> [   19.586615] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.586620] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.586622] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.586624] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.586626] [drm:drm_crtc_helper_set_config],
> >> [   19.586627] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.586630] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.586631] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.586632] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.586653] [drm:drm_crtc_helper_set_config],
> >> [   19.586654] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.586660] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.586662] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.586663] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.763917] [drm:drm_crtc_helper_set_config],
> >> [   19.763919] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.763931] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.763933] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.763934] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.837433] [drm:drm_stub_open],
> >> [   19.837441] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837449] [drm:drm_setup],
> >> [   19.837466] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837476] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837488] [drm:drm_release], open_count = 1
> >> [   19.837490] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837496] [drm:drm_lastclose],
> >> [   19.837498] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837501] [drm:drm_lastclose], lastclose completed
> >> [   19.837513] [drm:drm_stub_open],
> >> [   19.837515] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837519] [drm:drm_setup],
> >> [   19.837522] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837525] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837529] [drm:drm_release], open_count = 1
> >> [   19.837531] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837534] [drm:drm_lastclose],
> >> [   19.837536] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837538] [drm:drm_lastclose], lastclose completed
> >> [   19.837560] [drm:drm_stub_open],
> >> [   19.837563] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837567] [drm:drm_setup],
> >> [   19.837570] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837573] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837577] [drm:drm_release], open_count = 1
> >> [   19.837579] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837582] [drm:drm_lastclose],
> >> [   19.837584] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837585] [drm:drm_lastclose], lastclose completed
> >> [   19.837594] [drm:drm_stub_open],
> >> [   19.837596] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837600] [drm:drm_setup],
> >> [   19.837603] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837606] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837610] [drm:drm_release], open_count = 1
> >> [   19.837612] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837615] [drm:drm_lastclose],
> >> [   19.837616] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837618] [drm:drm_lastclose], lastclose completed
> >> [   19.837629] [drm:drm_stub_open],
> >> [   19.837631] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837635] [drm:drm_setup],
> >> [   19.837638] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837641] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837645] [drm:drm_release], open_count = 1
> >> [   19.837647] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837650] [drm:drm_lastclose],
> >> [   19.837651] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837653] [drm:drm_lastclose], lastclose completed
> >> [   19.837662] [drm:drm_stub_open],
> >> [   19.837664] [drm:drm_open_helper], pid = 4093, minor = 0
> >> [   19.837668] [drm:drm_setup],
> >> [   19.837671] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837674] [drm:drm_ioctl], pid=4093, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   19.837678] [drm:drm_release], open_count = 1
> >> [   19.837680] [drm:drm_release], pid = 4093, device = 0xe200,
> open_count = 1
> >> [   19.837683] [drm:drm_lastclose],
> >> [   19.837685] [drm:drm_lastclose], driver lastclose completed
> >> [   19.837686] [drm:drm_lastclose], lastclose completed
> >> [   19.838347] [drm:drm_crtc_helper_set_config],
> >> [   19.838349] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.838355] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.838358] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.838359] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.838361] [drm:drm_crtc_helper_set_config],
> >> [   19.838363] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.838365] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.838367] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.838368] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   19.838382] [drm:drm_crtc_helper_set_config],
> >> [   19.838383] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   19.838385] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   19.838387] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   19.838388] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.047717] [drm:drm_crtc_helper_set_config],
> >> [   20.047720] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.047727] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.047730] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.047731] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.133510] [drm:drm_stub_open],
> >> [   20.133519] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133528] [drm:drm_setup],
> >> [   20.133547] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133558] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133576] [drm:drm_release], open_count = 1
> >> [   20.133578] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133585] [drm:drm_lastclose],
> >> [   20.133587] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133590] [drm:drm_lastclose], lastclose completed
> >> [   20.133604] [drm:drm_stub_open],
> >> [   20.133606] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133610] [drm:drm_setup],
> >> [   20.133613] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133616] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133621] [drm:drm_release], open_count = 1
> >> [   20.133623] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133626] [drm:drm_lastclose],
> >> [   20.133628] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133630] [drm:drm_lastclose], lastclose completed
> >> [   20.133646] [drm:drm_stub_open],
> >> [   20.133648] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133652] [drm:drm_setup],
> >> [   20.133655] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133658] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133662] [drm:drm_release], open_count = 1
> >> [   20.133664] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133668] [drm:drm_lastclose],
> >> [   20.133669] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133671] [drm:drm_lastclose], lastclose completed
> >> [   20.133680] [drm:drm_stub_open],
> >> [   20.133682] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133686] [drm:drm_setup],
> >> [   20.133688] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133691] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133696] [drm:drm_release], open_count = 1
> >> [   20.133697] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133700] [drm:drm_lastclose],
> >> [   20.133702] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133704] [drm:drm_lastclose], lastclose completed
> >> [   20.133715] [drm:drm_stub_open],
> >> [   20.133718] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133721] [drm:drm_setup],
> >> [   20.133724] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133727] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133731] [drm:drm_release], open_count = 1
> >> [   20.133733] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133736] [drm:drm_lastclose],
> >> [   20.133738] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133740] [drm:drm_lastclose], lastclose completed
> >> [   20.133749] [drm:drm_stub_open],
> >> [   20.133751] [drm:drm_open_helper], pid = 4096, minor = 0
> >> [   20.133754] [drm:drm_setup],
> >> [   20.133757] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133760] [drm:drm_ioctl], pid=4096, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.133764] [drm:drm_release], open_count = 1
> >> [   20.133766] [drm:drm_release], pid = 4096, device = 0xe200,
> open_count = 1
> >> [   20.133769] [drm:drm_lastclose],
> >> [   20.133771] [drm:drm_lastclose], driver lastclose completed
> >> [   20.133773] [drm:drm_lastclose], lastclose completed
> >> [   20.134412] [drm:drm_crtc_helper_set_config],
> >> [   20.134413] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.134420] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.134422] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.134423] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.134426] [drm:drm_crtc_helper_set_config],
> >> [   20.134427] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.134429] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.134431] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.134432] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.134445] [drm:drm_crtc_helper_set_config],
> >> [   20.134446] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.134449] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.134450] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.134451] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.316278] [drm:drm_crtc_helper_set_config],
> >> [   20.316280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.316287] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.316290] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.316291] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.392394] [drm:drm_stub_open],
> >> [   20.392411] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392418] [drm:drm_setup],
> >> [   20.392437] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392447] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392460] [drm:drm_release], open_count = 1
> >> [   20.392462] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392468] [drm:drm_lastclose],
> >> [   20.392470] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392472] [drm:drm_lastclose], lastclose completed
> >> [   20.392485] [drm:drm_stub_open],
> >> [   20.392488] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392491] [drm:drm_setup],
> >> [   20.392494] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392497] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392502] [drm:drm_release], open_count = 1
> >> [   20.392503] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392507] [drm:drm_lastclose],
> >> [   20.392508] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392510] [drm:drm_lastclose], lastclose completed
> >> [   20.392527] [drm:drm_stub_open],
> >> [   20.392529] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392533] [drm:drm_setup],
> >> [   20.392536] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392539] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392543] [drm:drm_release], open_count = 1
> >> [   20.392545] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392548] [drm:drm_lastclose],
> >> [   20.392550] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392551] [drm:drm_lastclose], lastclose completed
> >> [   20.392560] [drm:drm_stub_open],
> >> [   20.392562] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392566] [drm:drm_setup],
> >> [   20.392569] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392572] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392576] [drm:drm_release], open_count = 1
> >> [   20.392578] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392581] [drm:drm_lastclose],
> >> [   20.392582] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392584] [drm:drm_lastclose], lastclose completed
> >> [   20.392595] [drm:drm_stub_open],
> >> [   20.392598] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392601] [drm:drm_setup],
> >> [   20.392604] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392607] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392611] [drm:drm_release], open_count = 1
> >> [   20.392613] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392616] [drm:drm_lastclose],
> >> [   20.392618] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392620] [drm:drm_lastclose], lastclose completed
> >> [   20.392629] [drm:drm_stub_open],
> >> [   20.392631] [drm:drm_open_helper], pid = 4099, minor = 0
> >> [   20.392635] [drm:drm_setup],
> >> [   20.392637] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392640] [drm:drm_ioctl], pid=4099, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.392644] [drm:drm_release], open_count = 1
> >> [   20.392646] [drm:drm_release], pid = 4099, device = 0xe200,
> open_count = 1
> >> [   20.392649] [drm:drm_lastclose],
> >> [   20.392651] [drm:drm_lastclose], driver lastclose completed
> >> [   20.392653] [drm:drm_lastclose], lastclose completed
> >> [   20.393266] [drm:drm_crtc_helper_set_config],
> >> [   20.393268] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.393274] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.393276] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.393277] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.393279] [drm:drm_crtc_helper_set_config],
> >> [   20.393280] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.393283] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.393284] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.393285] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.393298] [drm:drm_crtc_helper_set_config],
> >> [   20.393299] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.393301] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.393303] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.393303] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.575204] [drm:drm_crtc_helper_set_config],
> >> [   20.575206] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.575213] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.575215] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.575216] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.654491] [drm:drm_stub_open],
> >> [   20.654500] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654508] [drm:drm_setup],
> >> [   20.654524] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654534] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654551] [drm:drm_release], open_count = 1
> >> [   20.654553] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654562] [drm:drm_lastclose],
> >> [   20.654566] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654570] [drm:drm_lastclose], lastclose completed
> >> [   20.654589] [drm:drm_stub_open],
> >> [   20.654591] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654595] [drm:drm_setup],
> >> [   20.654598] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654601] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654605] [drm:drm_release], open_count = 1
> >> [   20.654607] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654611] [drm:drm_lastclose],
> >> [   20.654612] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654614] [drm:drm_lastclose], lastclose completed
> >> [   20.654629] [drm:drm_stub_open],
> >> [   20.654631] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654635] [drm:drm_setup],
> >> [   20.654638] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654641] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654645] [drm:drm_release], open_count = 1
> >> [   20.654647] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654650] [drm:drm_lastclose],
> >> [   20.654652] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654654] [drm:drm_lastclose], lastclose completed
> >> [   20.654662] [drm:drm_stub_open],
> >> [   20.654665] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654668] [drm:drm_setup],
> >> [   20.654671] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654674] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654678] [drm:drm_release], open_count = 1
> >> [   20.654680] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654683] [drm:drm_lastclose],
> >> [   20.654685] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654687] [drm:drm_lastclose], lastclose completed
> >> [   20.654697] [drm:drm_stub_open],
> >> [   20.654700] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654703] [drm:drm_setup],
> >> [   20.654706] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654709] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654713] [drm:drm_release], open_count = 1
> >> [   20.654715] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654718] [drm:drm_lastclose],
> >> [   20.654720] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654722] [drm:drm_lastclose], lastclose completed
> >> [   20.654730] [drm:drm_stub_open],
> >> [   20.654733] [drm:drm_open_helper], pid = 4102, minor = 0
> >> [   20.654736] [drm:drm_setup],
> >> [   20.654739] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654742] [drm:drm_ioctl], pid=4102, dev=0xe200, auth=1,
> DRM_IOCTL_GET_UNIQUE
> >> [   20.654746] [drm:drm_release], open_count = 1
> >> [   20.654748] [drm:drm_release], pid = 4102, device = 0xe200,
> open_count = 1
> >> [   20.654751] [drm:drm_lastclose],
> >> [   20.654753] [drm:drm_lastclose], driver lastclose completed
> >> [   20.654755] [drm:drm_lastclose], lastclose completed
> >> [   20.655318] [drm:drm_crtc_helper_set_config],
> >> [   20.655320] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.655326] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.655328] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.655329] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.655331] [drm:drm_crtc_helper_set_config],
> >> [   20.655332] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.655334] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.655336] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.655337] [drm:drm_framebuffer_unreference], FB ID: 10
> >> [   20.655350] [drm:drm_crtc_helper_set_config],
> >> [   20.655351] [drm:drm_crtc_helper_set_config], [CRTC:3] [FB:10]
> #connectors=1 (x y) (0 0)
> >> [   20.655353] [drm:drm_crtc_helper_set_config], [CONNECTOR:5:VGA-1]
> to [CRTC:3]
> >> [   20.655355] [drm:drm_framebuffer_reference], FB ID: 10
> >> [   20.655356] [drm:drm_framebuffer_unreference], FB ID: 10
> 
> >> 00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890
> Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
> >>       Subsystem: Advanced Micro Devices [AMD] nee ATI RD890
> Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
> >>       Control: I/O- 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: [b]
> >>               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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O
> Memory Management Unit (IOMMU) [1002:5a23]
> >>       Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O
> Memory Management Unit (IOMMU) [1002:5a23]
> >>       Control: I/O- 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 10
> >>       Capabilities: [40] Secure device <?>
> >>       Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee0100c  Data: 4128
> >>       Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+
> >>
> >> 00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal
> decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
> >>       I/O behind bridge: 0000e000-0000efff
> >>       Memory behind bridge: fa000000-fe9fffff
> >>       Prefetchable memory behind bridge:
> 00000000d0000000-00000000dfffffff
> >>       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 x8, 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 x8, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #1, PowerLimit 25.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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal
> decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
> >>       I/O behind bridge: 0000d000-0000dfff
> >>       Memory behind bridge: f9f00000-f9ffffff
> >>       Prefetchable memory behind bridge:
> 00000000c0000000-00000000cfffffff
> >>       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 #1, Speed 5GT/s, Width x8, 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 #3, PowerLimit 25.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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal
> decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
> >>       I/O behind bridge: 0000c000-0000cfff
> >>       Memory behind bridge: f9e00000-f9efffff
> >>       Prefetchable memory behind bridge:
> 00000000bff00000-00000000bfffffff
> >>       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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #5, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal
> decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
> >>       I/O behind bridge: 0000b000-0000bfff
> >>       Memory behind bridge: f9d00000-f9dfffff
> >>       Prefetchable memory behind bridge:
> 00000000bfe00000-00000000bfefffff
> >>       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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #6, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: f9c00000-f9cfffff
> >>       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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #9, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: f9a00000-f9bfffff
> >>       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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #2, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
> >>               Address: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
> >>       I/O behind bridge: 0000a000-0000afff
> >>       Memory behind bridge: f9900000-f99fffff
> >>       Prefetchable memory behind bridge:
> 00000000a0000000-00000000afffffff
> >>       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 x8, 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 x8, TrErr- Train- SlotClk+
> DLActive+ BWMgmt+ ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #5, PowerLimit 25.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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S
> PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: f9800000-f98fffff
> >>       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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+
> DLActive+ BWMgmt- ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #6, PowerLimit 11.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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890
> PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
> >>       Memory behind bridge: f9700000-f97fffff
> >>       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 5GT/s, Width x1, 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+ ARIFwd+
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        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: fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:5a11]
> >>       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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if
> 01 [AHCI 1.0])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 128
> >>       Region 0: I/O ports at 6000 [size=8]
> >>       Region 1: I/O ports at 5000 [size=4]
> >>       Region 2: I/O ports at 3000 [size=8]
> >>       Region 3: I/O ports at 2000 [size=4]
> >>       Region 4: I/O ports at 1000 [size=16]
> >>       Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
> >>       Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
> >>               Address: 00000000fee0100c  Data: 4000
> >>       Capabilities: [70] SATA HBA v1.0 InCfgSpace
> >>       Capabilities: [a4] PCI Advanced Features
> >>               AFCap: TP+ FLR+
> >>               AFCtrl: FLR-
> >>               AFStatus: TP-
> >>       Kernel driver in use: ahci
> >>
> >> 00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95f7000 (32-bit, non-prefetchable) [size=4K]
> >>       Kernel driver in use: ohci-pci
> >>
> >> 00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95fc000 (32-bit, non-prefetchable) [size=4K]
> >>       Kernel driver in use: ohci-pci
> >>
> >> 00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus
> Controller [1002:4385] (rev 41)
> >>       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-
> >>       Kernel driver in use: piix4_smbus
> >>
> >> 00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00
> Azalia (Intel HDA) [1002:4383] (rev 40)
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 64, Cache Line Size: 64 bytes
> >>       Interrupt: pin A routed to IRQ 16
> >>       Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
> >>       Capabilities: [50] Power Management version 2
> >>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> >>       Kernel driver in use: snd_hda_intel
> >>
> >> 00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI
> to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
> >>       I/O behind bridge: 00009000-00009fff
> >>       Memory behind bridge: fff00000-000fffff
> >>       Prefetchable memory behind bridge: fff00000-000fffff
> >>       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 [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95fd000 (32-bit, non-prefetchable) [size=4K]
> >>       Kernel driver in use: ohci-pci
> >>
> >> 00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI
> SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00
> [Normal decode])
> >>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: fff00000-000fffff
> >>       Prefetchable memory behind bridge:
> 00000000fff00000-00000000000fffff
> >>       Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- <SERR- <PERR-
> >>       BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
> >>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
> >>       Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> 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 unknown, Width x16, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug-
> Surprise-
> >>                       Slot #32, 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+ ARIFwd-
> >>               DevCtl2: Completion Timeout: 65ms to 210ms,
> TimeoutDis- ARIFwd-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -3.5dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee3f00c  Data: 4000
> >>       Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee
> ATI Device [1002:0000]
> >>       Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Kernel driver in use: pcieport
> >>
> >> 00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95fe000 (32-bit, non-prefetchable) [size=4K]
> >>       Kernel driver in use: ohci-pci
> >>
> >> 00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI
> SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor HyperTransport Configuration [1022:1200]
> >>       Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut-
> LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
> >>               Revision ID: 3.00
> >>               Link Frequency: [b]
> >>               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 [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor Address Map [1022:1201]
> >>       Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor DRAM Controller [1022:1202]
> >>       Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor Miscellaneous Control [1022:1203]
> >>       Control: I/O- 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
> >>
> >> 00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h
> Processor Link Control [1022:1204]
> >>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>
> >> 03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc
> CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
> >>       Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio
> Device [13f6:0111]
> >>       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 (500ns min, 6000ns max)
> >>       Interrupt: pin A routed to IRQ 22
> >>       Region 0: I/O ports at 9800 [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-
> >>       Kernel driver in use: pciback
> >>
> >> 04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host
> Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
> >>       Control: I/O- 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 40
> >>       Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [size=8K]
> >>       Capabilities: [50] Power Management version 3
> >>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
> >>               Vector table: BAR=0 offset=00001000
> >>               PBA: BAR=0 offset=00001080
> >>       Capabilities: [a0] Express (v2) Endpoint, MSI 00
> >>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> unlimited, L1 unlimited
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq-
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <4us, L1 unlimited
> >>                       ClockPM+ Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
> >>                       ExtSynch- ClockPM+ AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Not Supported,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -3.5dB,
> 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: 14, GenCap- CGenEn-
> ChkCap- ChkEn-
> >>       Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
> >>       Capabilities: [150 v1] Latency Tolerance Reporting
> >>               Max snoop latency: 0ns
> >>               Max no snoop latency: 0ns
> >>       Kernel driver in use: pciback
> >>
> >> 05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI
> Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
> >>       I/O behind bridge: 0000f000-00000fff
> >>       Memory behind bridge: f9800000-f98fffff
> >>       Prefetchable memory behind bridge:
> 00000000fff00000-00000000000fffff
> >>       Secondary status: 66MHz- FastB2B+ ParErr-
> DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
> >>       BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
> >>               PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
> >>       Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [80] Subsystem: Device [0000:0000]
> >>       Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
> >>               DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s
> <4us, L1 <64us
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> BrConfRtry-
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr- UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <1us, L1 <16us
> >>                       ClockPM- Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
> >>                       ExtSynch- ClockPM- AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>       Capabilities: [100 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr-
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr-
> >>               AERCap: First Error Pointer: 14, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>
> >> 06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43)
> (prog-if 10 [OHCI])
> >>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
> >>       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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
> >>       Interrupt: pin A routed to IRQ 37
> >>       Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [size=4K]
> >>       Capabilities: [40] Power Management version 2
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
> >>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> >>       Kernel driver in use: pciback
> >>
> >> 06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43)
> (prog-if 10 [OHCI])
> >>       Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
> >>       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 (250ns min, 10500ns max), Cache Line Size: 64 bytes
> >>       Interrupt: pin B routed to IRQ 38
> >>       Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [size=4K]
> >>       Capabilities: [40] Power Management version 2
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
> >>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> >>       Kernel driver in use: pciback
> >>
> >> 06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04)
> (prog-if 20 [EHCI])
> >>       Subsystem: Device [1838:1074]
> >>       Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr-
> DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Interrupt: pin C routed to IRQ 39
> >>       Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [size=256]
> >>       Capabilities: [40] Power Management version 2
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
> >>               Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
> >>       Kernel driver in use: pciback
> >>
> >> 07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>       Subsystem: PC Partner Limited Device [174b:e193]
> >>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Interrupt: pin A routed to IRQ 32
> >>       Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled]
> [size=256M]
> >>       Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled]
> [size=128K]
> >>       Region 4: I/O ports at a000 [disabled] [size=256]
> >>       Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Range ABCD,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Capabilities: [150 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 14, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>       Kernel driver in use: pciback
> >>
> >> 07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI
> Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> >>       Subsystem: PC Partner Limited Device [174b:aa90]
> >>       Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Interrupt: pin B routed to IRQ 33
> >>       Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled]
> [size=16K]
> >>       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) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Range ABCD,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee1000c  Data: 4000
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Capabilities: [150 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 14, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>       Kernel driver in use: pciback
> >>
> >> 08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device
> [14f1:8210]
> >>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Interrupt: pin A routed to IRQ 47
> >>       Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [size=2M]
> >>       Capabilities: [40] Express (v1) Endpoint, MSI 00
> >>               DevCap: MaxPayload 128 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+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <2us, L1 <4us
> >>                       ClockPM- Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk-
> >>                       ExtSynch- ClockPM- AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk-
> DLActive- BWMgmt- ABWMgmt-
> >>       Capabilities: [80] Power Management version 3
> >>               Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA
> PME(D0+,D1+,D2+,D3hot+,D3cold-)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [90] Vital Product Data
> >>               Unknown small resource type 00, will not decode more.
> >>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [100 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 00, GenCap- CGenEn-
> ChkCap- ChkEn-
> >>       Capabilities: [200 v1] Virtual Channel
> >>               Caps:   LPEVC=1 RefClk=100ns PATEntryBits=1
> >>               Arb:    Fixed+ WRR32+ WRR64+ WRR128-
> >>               Ctrl:   ArbSelect=WRR64
> >>               Status: InProgress-
> >>               Port Arbitration Table [240] <?>
> >>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> >>                       Status: NegoPending- InProgress-
> >>               VC1:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable- ID=1 ArbSelect=Fixed TC/VC=00
> >>                       Status: NegoPending- InProgress-
> >>       Kernel driver in use: pciback
> >>
> >> 09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host
> Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR+ FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0, Cache Line Size: 64 bytes
> >>       Interrupt: pin A routed to IRQ 48
> >>       Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
> >>       Capabilities: [50] Power Management version 3
> >>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA
> PME(D0+,D1-,D2-,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
> >>               Vector table: BAR=0 offset=00001000
> >>               PBA: BAR=0 offset=00001080
> >>       Capabilities: [a0] Express (v2) Endpoint, MSI 00
> >>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> unlimited, L1 unlimited
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <4us, L1 unlimited
> >>                       ClockPM+ Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain-
> CommClk+
> >>                       ExtSynch- ClockPM+ AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Not Supported,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -3.5dB,
> 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 ff-ff-ff-ff-ff-ff-ff-ff
> >>       Capabilities: [150 v1] Latency Tolerance Reporting
> >>               Max snoop latency: 0ns
> >>               Max no snoop latency: 0ns
> >>       Kernel driver in use: xhci_hcd
> >>
> >> 0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       Control: I/O+ 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 130
> >>       Region 0: I/O ports at b800 [size=256]
> >>       Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
> >>       Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
> >>       Expansion ROM at f9de0000 [disabled] [size=128K]
> >>       Capabilities: [40] Power Management version 3
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee0100c  Data: 4000
> >>       Capabilities: [70] Express (v2) Endpoint, MSI 01
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <64us
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Not Supported,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
> >>               Vector table: BAR=4 offset=00000000
> >>               PBA: BAR=4 offset=00000800
> >>       Capabilities: [cc] Vital Product Data
> >>               Unknown small resource type 00, will not decode more.
> >>       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] Virtual Channel
> >>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
> >>               Arb:    Fixed- WRR32- WRR64- WRR128-
> >>               Ctrl:   ArbSelect=Fixed
> >>               Status: InProgress-
> >>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> >>                       Status: NegoPending- InProgress-
> >>       Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
> >>       Kernel driver in use: r8169
> >>
> >> 0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd.
> RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
> >>       Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
> >>       Control: I/O+ 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 129
> >>       Region 0: I/O ports at c800 [size=256]
> >>       Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
> >>       Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
> >>       Expansion ROM at f9ee0000 [disabled] [size=128K]
> >>       Capabilities: [40] Power Management version 3
> >>               Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA
> PME(D0+,D1+,D2+,D3hot+,D3cold+)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee0100c  Data: 4000
> >>       Capabilities: [70] Express (v2) Endpoint, MSI 01
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <64us
> >>                       ExtTag- AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
> >>                       MaxPayload 128 bytes, MaxReadReq 4096
> bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr+ TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1,
> Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Not Supported,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
> >>               Vector table: BAR=4 offset=00000000
> >>               PBA: BAR=4 offset=00000800
> >>       Capabilities: [cc] Vital Product Data
> >>               Unknown small resource type 00, will not decode more.
> >>       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] Virtual Channel
> >>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
> >>               Arb:    Fixed- WRR32- WRR64- WRR128-
> >>               Ctrl:   ArbSelect=Fixed
> >>               Status: InProgress-
> >>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> >>                       Status: NegoPending- InProgress-
> >>       Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
> >>       Kernel driver in use: r8169
> >>
> >> 0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>       Subsystem: PC Partner Limited Device [174b:e193]
> >>       Control: I/O+ 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 127
> >>       Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
> >>       Region 2: Memory at f9fc0000 (64-bit, non-prefetchable)
> [size=128K]
> >>       Region 4: I/O ports at d000 [size=256]
> >>       Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #1, Speed 5GT/s, Width x16, ASPM L0s L1,
> 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: Not Supported,
> TimeoutDis-
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        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: 00000000fee0100c  Data: 4000
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Capabilities: [150 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 00, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>       Kernel driver in use: radeon
> >>
> >> 0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI
> Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> >>       Subsystem: PC Partner Limited Device [174b:aa90]
> >>       Control: I/O+ 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 138
> >>       Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [size=16K]
> >>       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) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #1, Speed 5GT/s, Width x16, ASPM L0s L1,
> 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: Not Supported,
> TimeoutDis-
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        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: 00000000fee0100c  Data: 4000
> >>       Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=010 <?>
> >>       Capabilities: [150 v1] Advanced Error Reporting
> >>               UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
> >>               UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt-
> UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
> >>               CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout-
> NonFatalErr+
> >>               AERCap: First Error Pointer: 00, GenCap+ CGenEn-
> ChkCap+ ChkEn-
> >>       Kernel driver in use: snd_hda_intel
> >>
> >> 0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98
> [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
> >>       Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
> >>       Control: I/O+ 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 10
> >>       Region 0: Memory at fd000000 (32-bit, non-prefetchable)
> [size=16M]
> >>       Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
> >>       Region 3: Memory at fa000000 (64-bit, non-prefetchable)
> [size=32M]
> >>       Region 5: I/O ports at e800 [size=128]
> >>       Expansion ROM at fe9e0000 [disabled] [size=128K]
> >>       Capabilities: [60] Power Management version 3
> >>               Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA
> PME(D0-,D1-,D2-,D3hot-,D3cold-)
> >>               Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0
> PME-
> >>       Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [78] Express (v1) Endpoint, MSI 00
> >>               DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s
> <512ns, L1 <4us
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr-
> TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> Latency L0 <512ns, L1 <1us
> >>                       ClockPM- Surprise- LLActRep- BwNot-
> >>               LnkCtl: ASPM Disabled; RCB 128 bytes Disabled- Retrain-
> CommClk+
> >>                       ExtSynch- ClockPM- AutWidDis- BWInt-
> AutBWInt-
> >>               LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>       Capabilities: [100 v1] Virtual Channel
> >>               Caps:   LPEVC=0 RefClk=100ns PATEntryBits=1
> >>               Arb:    Fixed- WRR32- WRR64- WRR128-
> >>               Ctrl:   ArbSelect=Fixed
> >>               Status: InProgress-
> >>               VC0:    Caps:   PATOffset=00 MaxTimeSlots=1
> RejSnoopTrans-
> >>                       Arb:    Fixed- WRR32- WRR64- WRR128-
> TWRR128- WRR256-
> >>                       Ctrl:   Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
> >>                       Status: NegoPending- InProgress-
> >>       Capabilities: [128 v1] Power Budgeting <?>
> >>       Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1
> Len=024 <?>
> >>
> 
> >> 00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC
> [Natoma] [8086:1237] (rev 02)
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>
> >> 00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA
> [Natoma/Triton II] [8086:7000]
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Physical Slot: 1
> >>       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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE
> [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Physical Slot: 1
> >>       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
> >>       Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable)
> [size=8]
> >>       Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable)
> [size=1]
> >>       Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable)
> [size=8]
> >>       Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable)
> [size=1]
> >>       Region 4: I/O ports at c260 [size=16]
> >>
> >> 00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB
> [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Physical Slot: 1
> >>       Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Interrupt: pin D routed to IRQ 23
> >>       Region 4: I/O ports at c240 [size=32]
> >>       Kernel driver in use: uhci_hcd
> >>
> >> 00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI
> [8086:7113] (rev 03)
> >>       Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
> >>       Physical Slot: 1
> >>       Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B+ ParErr-
> DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Interrupt: pin A routed to IRQ 9
> >>
> >> 00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8]
> (prog-if 00 [VGA controller])
> >>       Subsystem: Red Hat, Inc Device [1af4:1100]
> >>       Physical Slot: 2
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
> >>       Region 1: Memory at f3094000 (32-bit, non-prefetchable) [size=4K]
> >>       Expansion ROM at f3080000 [disabled] [size=64K]
> >>       Kernel driver in use: cirrus
> >>
> >> 00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device
> [5853:0001] (rev 01)
> >>       Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
> >>       Physical Slot: 3
> >>       Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx-
> >>       Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Interrupt: pin A routed to IRQ 28
> >>       Region 0: I/O ports at c000 [size=256]
> >>       Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
> >>       Kernel driver in use: xen-platform-pci
> >>
> >> 00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD]
> nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
> >>       Subsystem: PC Partner Limited Device [174b:e193]
> >>       Physical Slot: 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-
> >>       Interrupt: pin A routed to IRQ 36
> >>       Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
> >>       Region 2: Memory at f3040000 (64-bit, non-prefetchable)
> [size=128K]
> >>       Region 4: I/O ports at c100 [size=256]
> >>       Expansion ROM at f3060000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Range ABCD,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
> >>               Address: 0000000000000000  Data: 0000
> >>       Capabilities: [100 v9] #1002
> >>
> >> 00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI
> Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
> >>       Subsystem: PC Partner Limited Device [174b:aa90]
> >>       Physical Slot: 6
> >>       Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop-
> ParErr- Stepping- SERR- FastB2B- DisINTx+
> >>       Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort-
> <TAbort- <MAbort- >SERR- <PERR- INTx-
> >>       Latency: 0
> >>       Interrupt: pin B routed to IRQ 80
> >>       Region 0: Memory at f3090000 (64-bit, non-prefetchable) [size=16K]
> >>       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) Legacy Endpoint, MSI 00
> >>               DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s
> <4us, L1 unlimited
> >>                       ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+
> FLReset-
> >>               DevCtl: Report errors: Correctable- Non-Fatal- Fatal-
> Unsupported-
> >>                       RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
> >>                       MaxPayload 128 bytes, MaxReadReq 512 bytes
> >>               DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq+
> AuxPwr- TransPend-
> >>               LnkCap: Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1,
> 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+
> DLActive- BWMgmt- ABWMgmt-
> >>               DevCap2: Completion Timeout: Range ABCD,
> TimeoutDis+
> >>               DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
> >>               LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance-
> SpeedDis-, Selectable De-emphasis: -6dB
> >>                        Transmit Margin: Normal Operating Range,
> EnterModifiedCompliance- ComplianceSOS-
> >>                        Compliance De-emphasis: -6dB
> >>               LnkSta2: Current De-emphasis Level: -6dB,
> EqualizationComplete-, EqualizationPhase1-
> >>                        EqualizationPhase2-, EqualizationPhase3-,
> LinkEqualizationRequest-
> >>       Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
> >>               Address: 00000000fee57000  Data: 4300
> >>       Capabilities: [100 v0] #1002
> >>       Kernel driver in use: snd_hda_intel
> >>
> 
> >> libxl: debug: libxl_create.c:1233:do_domain_create: ao 0x1643f40: create:
> how=(nil) callback=(nil) poller=0x1643fa0
> >> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk
> vdev=hda spec.backend=unknown
> >> libxl: debug: libxl_device.c:296:libxl__device_disk_set_backend: Disk
> vdev=hda, using backend phy
> >> libxl: debug: libxl_create.c:678:initiate_domain_create: running bootloader
> >> libxl: debug: libxl_bootloader.c:321:libxl__bootloader_run: not a PV domain,
> skipping bootloader
> >> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch
> w=0x1644308: deregister unregistered
> >> xc: detail: elf_parse_binary: phdr: paddr=0x100000 memsz=0x9efa8
> >> xc: detail: elf_parse_binary: memory: 0x100000 -> 0x19efa8
> >> xc: detail: VIRTUAL MEMORY ARRANGEMENT:
> >>   Loader:        0000000000100000->000000000019efa8
> >>   Modules:       0000000000000000->0000000000000000
> >>   TOTAL:         0000000000000000->000000003f800000
> >>   ENTRY ADDRESS: 0000000000100000
> >> xc: detail: PHYSICAL MEMORY ALLOCATION:
> >>   4KB PAGES: 0x0000000000000200
> >>   2MB PAGES: 0x00000000000001fb
> >>   1GB PAGES: 0x0000000000000000
> >> xc: detail: elf_load_binary: phdr 0 at 0x7f6937d66000 -> 0x7f6937dfbe2d
> >> libxl: debug: libxl_device.c:257:libxl__device_disk_set_backend: Disk
> vdev=hda spec.backend=phy
> >> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch
> w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0:
> register slotnum=3
> >> libxl: debug: libxl_create.c:1246:do_domain_create: ao 0x1643f40:
> inprogress: poller=0x1643fa0, flags=i
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758
> wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event
> epath=/local/domain/0/backend/vbd/19/768/state
> >> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend
> /local/domain/0/backend/vbd/19/768/state wanted state 2 still waiting state 1
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1645758
> wpath=/local/domain/0/backend/vbd/19/768/state token=3/0: event
> epath=/local/domain/0/backend/vbd/19/768/state
> >> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend
> /local/domain/0/backend/vbd/19/768/state wanted state 2 ok
> >> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch
> w=0x1645758 wpath=/local/domain/0/backend/vbd/19/768/state token=3/0:
> deregister slotnum=3
> >> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch
> w=0x1645758: deregister unregistered
> >> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script:
> /etc/xen/scripts/block add
> >> libxl: debug: libxl_dm.c:1234:libxl__spawn_local_dm: Spawning
> device-model /usr/local/lib/xen/bin/qemu-system-i386 with arguments:
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> /usr/local/lib/xen/bin/qemu-system-i386
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -xen-domid
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   19
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -chardev
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> socket,id=libxl-cmd,path=/var/run/xen/qmp-libxl-19,server,nowait
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -mon
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> chardev=libxl-cmd,mode=control
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -name
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xbmc
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vnc
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> 172.16.1.1:9,password,to=99
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   isa-fdc.driveA=
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -serial
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   pty
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -vga
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   cirrus
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -global
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> vga.vram_size_mb=8
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -boot
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   order=c
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usb
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -usbdevice
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   tablet
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -smp
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   2,maxcpus=2
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -device
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> e1000,id=nic0,netdev=net0,mac=00:16:3a:c6:76:65
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -netdev
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> type=tap,id=net0,ifname=vif19.0-emu,script=no,downscript=no
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -M
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   xenfv
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -m
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   1016
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:   -drive
> >> libxl: debug: libxl_dm.c:1236:libxl__spawn_local_dm:
> file=/dev/xen_vms/xbmc,if=ide,index=0,media=disk,format=raw,cache=writeba
> ck
> >> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch
> w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1:
> register slotnum=3
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540
> wpath=/local/domain/0/device-model/19/state token=3/1: event
> epath=/local/domain/0/device-model/19/state
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x1644540
> wpath=/local/domain/0/device-model/19/state token=3/1: event
> epath=/local/domain/0/device-model/19/state
> >> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch
> w=0x1644540 wpath=/local/domain/0/device-model/19/state token=3/1:
> deregister slotnum=3
> >> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch
> w=0x1644540: deregister unregistered
> >> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to
> /var/run/xen/qmp-libxl-19
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "qmp_capabilities",
> >>     "id": 1
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "query-chardev",
> >>     "id": 2
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "change",
> >>     "id": 3,
> >>     "arguments": {
> >>         "device": "vnc",
> >>         "target": "password",
> >>         "arg": "test"
> >>     }
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "query-vnc",
> >>     "id": 4
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_event.c:559:libxl__ev_xswatch_register: watch
> w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2:
> register slotnum=3
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8
> wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event
> epath=/local/domain/0/backend/vif/19/0/state
> >> libxl: debug: libxl_event.c:647:devstate_watch_callback: backend
> /local/domain/0/backend/vif/19/0/state wanted state 2 still waiting state 1
> >> libxl: debug: libxl_event.c:503:watchfd_callback: watch w=0x16439b8
> wpath=/local/domain/0/backend/vif/19/0/state token=3/2: event
> epath=/local/domain/0/backend/vif/19/0/state
> >> libxl: debug: libxl_event.c:643:devstate_watch_callback: backend
> /local/domain/0/backend/vif/19/0/state wanted state 2 ok
> >> libxl: debug: libxl_event.c:596:libxl__ev_xswatch_deregister: watch
> w=0x16439b8 wpath=/local/domain/0/backend/vif/19/0/state token=3/2:
> deregister slotnum=3
> >> libxl: debug: libxl_event.c:608:libxl__ev_xswatch_deregister: watch
> w=0x16439b8: deregister unregistered
> >> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script:
> /etc/xen/scripts/vif-bridge online
> >> libxl: debug: libxl_device.c:959:device_hotplug: calling hotplug script:
> /etc/xen/scripts/vif-bridge add
> >> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to
> /var/run/xen/qmp-libxl-19
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "qmp_capabilities",
> >>     "id": 1
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "device_add",
> >>     "id": 2,
> >>     "arguments": {
> >>         "driver": "xen-pci-passthrough",
> >>         "id": "pci-pt-07_00.0",
> >>         "hostaddr": "0000:07:00.0"
> >>     }
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "query-pci",
> >>     "id": 3
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:707:libxl__qmp_initialize: connected to
> /var/run/xen/qmp-libxl-19
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: qmp
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "qmp_capabilities",
> >>     "id": 1
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "device_add",
> >>     "id": 2,
> >>     "arguments": {
> >>         "driver": "xen-pci-passthrough",
> >>         "id": "pci-pt-07_00.1",
> >>         "hostaddr": "0000:07:00.1"
> >>     }
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_qmp.c:555:qmp_send_prepare: next qmp command: '{
> >>     "execute": "query-pci",
> >>     "id": 3
> >> }
> >> '
> >> libxl: debug: libxl_qmp.c:299:qmp_handle_response: message type: return
> >> libxl: debug: libxl_pci.c:81:libxl__create_pci_backend: Creating pci backend
> >> libxl: debug: libxl_event.c:1737:libxl__ao_progress_report: ao 0x1643f40:
> progress report: ignored
> >> libxl: debug: libxl_event.c:1569:libxl__ao_complete: ao 0x1643f40: complete,
> rc=0
> >> libxl: debug: libxl_event.c:1541:libxl__ao__destroy: ao 0x1643f40: destroy
> >> xc: debug: hypercall buffer: total allocations:518 total releases:518
> >> xc: debug: hypercall buffer: current allocations:0 maximum allocations:2
> >> xc: debug: hypercall buffer: cache current size:2
> >> xc: debug: hypercall buffer: cache hits:514 misses:2 toobig:2
> >> Parsing config from /etc/xen/domU/production/xbmc.cfg
> >> Daemon running with PID 2901
> 
> >> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=32 g_gsi=36
> device=5 intx=0
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x700, domain = 0,
> paging mode = 3
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x700,
> root table = 0x47e8a2000, domain = 19, paging mode = 4
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to
> dom19
> >> (XEN) [2013-09-17 09:14:57] io.c:280: d19: bind: m_gsi=33 g_gsi=41
> device=6 intx=1
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Disable: device id = 0x701, domain = 0,
> paging mode = 3
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Setup I/O page table: device id = 0x701,
> root table = 0x47e8a2000, domain = 19, paging mode = 4
> >> (XEN) [2013-09-17 09:14:57] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to
> dom19
> >> (d19) [2013-09-17 09:14:57] HVM Loader
> >> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
> >> (d19) [2013-09-17 09:14:57] Xenbus rings @0xfeffc000, event channel 4
> >> (d19) [2013-09-17 09:14:57] System requested SeaBIOS
> >> (d19) [2013-09-17 09:14:57] CPU speed is 3200 MHz
> >> (d19) [2013-09-17 09:14:57] Relocating guest memory for lowmem MMIO
> space disabled
> >> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 0 changed 0 -> 5
> >> (d19) [2013-09-17 09:14:57] PCI-ISA link 0 routed to IRQ5
> >> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 1 changed 0 -> 10
> >> (d19) [2013-09-17 09:14:57] PCI-ISA link 1 routed to IRQ10
> >> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 2 changed 0 -> 11
> >> (d19) [2013-09-17 09:14:57] PCI-ISA link 2 routed to IRQ11
> >> (XEN) [2013-09-17 09:14:57] irq.c:270: Dom19 PCI link 3 changed 0 -> 5
> >> (d19) [2013-09-17 09:14:57] PCI-ISA link 3 routed to IRQ5
> >> (d19) [2013-09-17 09:14:57] pci dev 01:2 INTD->IRQ5
> >> (d19) [2013-09-17 09:14:57] pci dev 01:3 INTA->IRQ10
> >> (d19) [2013-09-17 09:14:57] pci dev 03:0 INTA->IRQ5
> >> (d19) [2013-09-17 09:14:57] pci dev 04:0 INTA->IRQ5
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 INTA->IRQ10
> >> (d19) [2013-09-17 09:14:57] pci dev 06:0 INTB->IRQ5
> >> (d19) [2013-09-17 09:14:57] No RAM in high memory; setting high_mem
> resource base to 100000000
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 10 size 010000000: 0e000000c
> >> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 10 size 002000000: 0f0000008
> >> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 14 size 001000000: 0f2000008
> >> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 10 size 000020000: 0f3000000
> >> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 30 size 000020000: 0f3020000
> >> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 18 size 000020000: 0f3040004
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 30 size 000020000: 0f3060000
> >> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 30 size 000010000: 0f3080000
> >> (d19) [2013-09-17 09:14:57] pci dev 06:0 bar 10 size 000004000: 0f3090004
> >> (XEN) [2013-09-17 09:14:57] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (d19) [2013-09-17 09:14:57] pci dev 02:0 bar 14 size 000001000: 0f3094000
> >> (d19) [2013-09-17 09:14:57] pci dev 03:0 bar 10 size 000000100: 00000c001
> >> (d19) [2013-09-17 09:14:57] pci dev 05:0 bar 20 size 000000100: 00000c101
> >> (XEN) [2013-09-17 09:14:57] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (d19) [2013-09-17 09:14:57] pci dev 04:0 bar 14 size 000000040: 00000c201
> >> (d19) [2013-09-17 09:14:57] pci dev 01:2 bar 20 size 000000020: 00000c241
> >> (d19) [2013-09-17 09:14:57] pci dev 01:1 bar 20 size 000000010: 00000c261
> >> (d19) [2013-09-17 09:14:57] Multiprocessor initialisation:
> >> (d19) [2013-09-17 09:14:57]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var
> MTRRs [3/8] ... done.
> >> (d19) [2013-09-17 09:14:57]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var
> MTRRs [3/8] ... done.
> >> (d19) [2013-09-17 09:14:57] Testing HVM environment:
> >> (d19) [2013-09-17 09:14:57]  - REP INSB across page boundaries ... passed
> >> (d19) [2013-09-17 09:14:57]  - GS base MSRs and SWAPGS ... passed
> >> (d19) [2013-09-17 09:14:57] Passed 2 of 2 tests
> >> (d19) [2013-09-17 09:14:57] Writing SMBIOS tables ...
> >> (d19) [2013-09-17 09:14:57] Loading SeaBIOS ...
> >> (d19) [2013-09-17 09:14:57] Creating MP tables ...
> >> (d19) [2013-09-17 09:14:57] Loading ACPI ...
> >> (d19) [2013-09-17 09:14:57] vm86 TSS at fc00a080
> >> (d19) [2013-09-17 09:14:57] BIOS map:
> >> (d19) [2013-09-17 09:14:57]  10000-100d3: Scratch space
> >> (d19) [2013-09-17 09:14:57]  e0000-fffff: Main BIOS
> >> (d19) [2013-09-17 09:14:57] E820 table:
> >> (d19) [2013-09-17 09:14:57]  [00]: 00000000:00000000 -
> 00000000:000a0000: RAM
> >> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:000a0000 -
> 00000000:000e0000
> >> (d19) [2013-09-17 09:14:57]  [01]: 00000000:000e0000 -
> 00000000:00100000: RESERVED
> >> (d19) [2013-09-17 09:14:57]  [02]: 00000000:00100000 -
> 00000000:3f800000: RAM
> >> (d19) [2013-09-17 09:14:57]  HOLE: 00000000:3f800000 -
> 00000000:fc000000
> >> (d19) [2013-09-17 09:14:57]  [03]: 00000000:fc000000 -
> 00000001:00000000: RESERVED
> >> (d19) [2013-09-17 09:14:57] Invoking SeaBIOS ...
> >> (d19) [2013-09-17 09:14:57] SeaBIOS (version
> rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
> >> (d19) [2013-09-17 09:14:57]
> >> (d19) [2013-09-17 09:14:57] Found Xen hypervisor signature at 40000000
> >> (d19) [2013-09-17 09:14:57] xen: copy e820...
> >> (d19) [2013-09-17 09:14:57] Ram Size=0x3f800000 (0x0000000000000000
> high)
> >> (d19) [2013-09-17 09:14:57] Relocating low data from 0x000e42d0 to
> 0x000ef790 (size 2153)
> >> (d19) [2013-09-17 09:14:57] Relocating init from 0x000e4b39 to 0x3f7e2e80
> (size 53335)
> >> (d19) [2013-09-17 09:14:57] CPU Mhz=3200
> >> (d19) [2013-09-17 09:14:57] Found 10 PCI devices (max PCI bus is 00)
> >> (d19) [2013-09-17 09:14:57] Allocated Xen hypercall page at 3f7ff000
> >> (d19) [2013-09-17 09:14:57] Detected Xen v4.4-unstable
> >> (d19) [2013-09-17 09:14:57] xen: copy BIOS tables...
> >> (d19) [2013-09-17 09:14:57] Copying SMBIOS entry point from 0x00010010
> to 0x000fdbd0
> >> (d19) [2013-09-17 09:14:57] Copying MPTABLE from 0xfc001160/fc001170 to
> 0x000fdad0
> >> (d19) [2013-09-17 09:14:57] Copying PIR from 0x00010030 to 0x000fda50
> >> (d19) [2013-09-17 09:14:57] Copying ACPI RSDP from 0x000100b0 to
> 0x000fda20
> >> (d19) [2013-09-17 09:14:57] Scan for VGA option rom
> >> (d19) [2013-09-17 09:14:57] Running option rom at c000:0003
> >> (XEN) [2013-09-17 09:14:57] stdvga.c:147:d19 entering stdvga and caching
> modes
> >> (d19) [2013-09-17 09:14:57] Turning on vga text mode console
> >> (d19) [2013-09-17 09:14:57] SeaBIOS (version
> rel-1.7.1-3-g3a28511-20130917_103837-serveerstertje)
> >> (d19) [2013-09-17 09:14:57]
> >> (d19) [2013-09-17 09:14:57] UHCI init on dev 00:01.2 (io=c240)
> >> (d19) [2013-09-17 09:14:57] Found 1 lpt ports
> >> (d19) [2013-09-17 09:14:57] Found 1 serial ports
> >> (d19) [2013-09-17 09:14:57] ATA controller 1 at 1f0/3f4/c260 (irq 14 dev 9)
> >> (d19) [2013-09-17 09:14:57] ATA controller 2 at 170/374/c268 (irq 15 dev 9)
> >> (d19) [2013-09-17 09:14:57] ata0-0: QEMU HARDDISK ATA-7 Hard-Disk
> (20480 MiBytes)
> >> (d19) [2013-09-17 09:14:57] Searching bootorder for:
> /pci@i0cf8/*@1,1/drive@0/disk@0
> >> (d19) [2013-09-17 09:14:57] DVD/CD [ata1-0: QEMU DVD-ROM ATAPI-4
> DVD/CD]
> >> (d19) [2013-09-17 09:14:57] Searching bootorder for:
> /pci@i0cf8/*@1,1/drive@1/disk@0
> >> (d19) [2013-09-17 09:14:57] PS2 keyboard initialized
> >> (d19) [2013-09-17 09:14:57] All threads complete.
> >> (d19) [2013-09-17 09:14:57] Scan for option roms
> >> (d19) [2013-09-17 09:14:57] Running option rom at c900:0003
> >> (d19) [2013-09-17 09:14:57] pmm call arg1=1
> >> (d19) [2013-09-17 09:14:57] pmm call arg1=0
> >> (d19) [2013-09-17 09:14:57] pmm call arg1=1
> >> (d19) [2013-09-17 09:14:57] pmm call arg1=0
> >> (d19) [2013-09-17 09:14:57] Searching bootorder for: /pci@i0cf8/*@4
> >> (d19) [2013-09-17 09:14:57] Press F12 for boot menu.
> >> (d19) [2013-09-17 09:14:57]
> >> (d19) [2013-09-17 09:15:00] drive 0x000fd9d0: PCHS=16383/16/63
> translation=lba LCHS=1024/255/63 s=41943040
> >> (d19) [2013-09-17 09:15:00] Space available for UMB: 000ca000-000ee800
> >> (d19) [2013-09-17 09:15:00] Returned 61440 bytes of ZoneHigh
> >> (d19) [2013-09-17 09:15:00] e820 map has 6 items:
> >> (d19) [2013-09-17 09:15:00]   0: 0000000000000000 - 000000000009fc00 =
> 1 RAM
> >> (d19) [2013-09-17 09:15:00]   1: 000000000009fc00 - 00000000000a0000 =
> 2 RESERVED
> >> (d19) [2013-09-17 09:15:00]   2: 00000000000f0000 - 0000000000100000
> = 2 RESERVED
> >> (d19) [2013-09-17 09:15:00]   3: 0000000000100000 - 000000003f7ff000 =
> 1 RAM
> >> (d19) [2013-09-17 09:15:00]   4: 000000003f7ff000 - 000000003f800000 =
> 2 RESERVED
> >> (d19) [2013-09-17 09:15:00]   5: 00000000fc000000 - 0000000100000000 =
> 2 RESERVED
> >> (d19) [2013-09-17 09:15:00] enter handle_19:
> >> (d19) [2013-09-17 09:15:00]   NULL
> >> (d19) [2013-09-17 09:15:00] Booting from Hard Disk...
> >> (d19) [2013-09-17 09:15:00] Booting from 0000:7c00
> >> (XEN) [2013-09-17 09:15:03] stdvga.c:151:d19 leaving stdvga
> >> (XEN) [2013-09-17 09:15:09] stdvga.c:147:d19 entering stdvga and caching
> modes
> >> (XEN) [2013-09-17 09:15:11] irq.c:375: Dom19 callback via changed to Direct
> Vector 0xf3
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:13] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:13] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:13] memory_map:remove: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:14] ioport_map:remove: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=e0000
> mfn=a0000 nr=10000
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3040
> mfn=f99c0 nr=20
> >> (XEN) [2013-09-17 09:15:14] ioport_map:add: dom19 gport=c100
> mport=a000 nr=100
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:remove: dom19 gfn=f3090
> mfn=f99fc nr=4
> >> (XEN) [2013-09-17 09:15:14] memory_map:add: dom19 gfn=f3090 mfn=f99fc
> nr=4
> >> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 0 changed 5 -> 0
> >> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 1 changed 10 -> 0
> >> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 2 changed 11 -> 0
> >> (XEN) [2013-09-17 09:15:14] irq.c:270: Dom19 PCI link 3 changed 5 -> 0
> 
> 
> >> _______________________________________________
> >> Xen-devel mailing list
> >> Xen-devel@lists.xen.org
> >> http://lists.xen.org/xen-devel
> 
> 
> 
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xen.org
> http://lists.xen.org/xen-devel

Thanks,
Feng

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

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-23  3:03       ` Wu, Feng
@ 2013-09-24 21:24         ` Sander Eikelenboom
  -1 siblings, 0 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-09-24 21:24 UTC (permalink / raw)
  To: Wu, Feng
  Cc: Anthony PERARD, xen-devel, qemu-devel, Pasi K?rkk?inen,
	Stefano Stabellini

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


Monday, September 23, 2013, 5:03:15 AM, you wrote:



>> -----Original Message-----
>> From: xen-devel-bounces@lists.xen.org
>> [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of Sander Eikelenboom
>> Sent: Sunday, September 22, 2013 11:01 PM
>> To: Pasi Kärkkäinen
>> Cc: Anthony PERARD; xen-devel; qemu-devel@nongnu.org; Stefano Stabellini
>> Subject: Re: [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading
>> of Expansion ROM from passthroughed PCI device returns data from emulated
>> VGA rom
>> 
>> 
>> Sunday, September 22, 2013, 3:02:45 PM, you wrote:
>> 
>> > On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
>> >> *RESEND* due to exceeding the mailinglists limit for attachment size.
>> >>
>> >> Hi,
>> >>
>> 
>> > Hello,
>> 
>> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a
>> AMD HD6570 and the native kernel radeon driver and kernel modesetting.
>> >> So the guest still gets the emulated stdvga or cirrus device(used in my case
>> here) as primary/boot vga adapter.
>> >>
>> >> - When i don't passthrough the radeon card, the linux native radeon driver
>> loads fine.
>> >> - When i do passtrough the device to a HVM with the same kernel:
>> >>   The driver in the guest tries to read the pci expansion rom from the
>> passthroughed device to get the vbios.
>> >>   The driver reports a successful read, but fails because it can't find the
>> right string at the right offset.
>> >>
>> 
>> > Did you try with qemu-dm-traditional aswell? Does it have the same
>> problem?
>> 
>> Hi Pasi,
>> 
>> Yes i did and yes the same problem.
>> From what i recall i used to have succes with vga passthrough with a secondary
>> vga card, but that was some time ago.
>> I don't know which of the components (xen, dom0 kernel, domU kernel, radeon
>> driver, qemu has changed in such a way that it fails to work now ...
>> 
>> 
>> But in the mean time i tried to debug it further and from what i can see:
>> - Only the io port en mem of the pci device are mapped through the hypervisor.
>> - The rom is not, (a hypercall to do the memory mapping is never made) i tried
>> several things to get it to do the mapping, but so far failt to do so.
>> - It seems to be a 64bit capable device, some code comments and git commit
>> messages seem to suggest that there were/are some problems with that (in
>> the way the involved components interact)
>> 

> Can you send out the all the logs when using qemu-dm-traditional as well as the guest configuration file used by xl ?

Sure, here is the complete set for qemu-dm-traditional.
I have added some extra printk's (see xen.diff and qemu.diff).

From what i see when combining the info from all logs, both ioports and iomem for the device (host 07:00.0 and 07:00.1, guest 00:05.0 and 00:06.0)  get mapped, but the expansion rom is not (not by hvmloader and not by qemu) as one can see in
xl dmesg output.
So qemu seems to create the Memoryregion for the rom, but it doesn't seem to be backed up by any mapping (at least not one that passes through XEN_DOMCTL_memory_mapping hypercall).
( how it exactly ends up pointing to the bios from the emulated cirrus i don't know )

from the qemu log i see a lot of my extra printk's hit for the expansion rom like:
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]

I also don't know if it would be desirable to do a direct mapping, or that the guest should just get a copy at the right address of the memoryregion that is created by hvmloader/qemu ?

--
Sander

P.S.:
    The complete qemu log is a bit long for the mailinglist, so attached is only the first part.
    The complete log is downloadable from: http://www.eikelenboom.it/qemu-dm-guest.log



>> --
>> Sander
>> 
>> > Thanks,
>> 
>> > -- Pasi
>> 
>> >> So I inspected the rom by using sysfs with:
>> >> echo 1 > /sys/bus/pci/devices/<BDF>/rom
>> >> cat /sys/bus/pci/devices/<BDF>/rom
>> >>
>> >> - When i use this in dom0 (so without passthrough) i the contents of the
>> ROM are valid (as expected since the driver loads fine)
>> >> - When i use this in the Guest (passthrouhed), the contents of the ROM i get
>> are not from the passedthrough adapter, but from the emulated cirrus card

[-- Attachment #2: dmesg-dom0.txt --]
[-- Type: text/plain, Size: 86362 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.9.0 (root@serveerstertje) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Thu Aug 15 21:06:46 CEST 2013
[    0.000000] Command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb acpi_enforce_resources=lax r8169.use_dac=1 max_loop=50 loop_max_part=10 xen-pciback.hide=(03:06.0)(04:00.*)(06:01.*)(07:00.*)(08:00.*)(0c:00.*) debug loglevel=10 nomodeset
[    0.000000] Freeing 99-100 pfn range: 103 pages freed
[    0.000000] 1-1 mapping on 99->100
[    0.000000] 1-1 mapping on 9ff90->100000
[    0.000000] Released 103 pages of unused memory
[    0.000000] Set 393431 page(s) to 1-1 mapping
[    0.000000] Populating 60000-60067 pfn range: 103 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-0x0000000060066fff] usable
[    0.000000] Xen: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] Xen: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] Xen: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] Xen: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] Xen: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] e820: remove [mem 0x60000000-0xfffffffffffffffe] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: user-defined physical RAM map:
[    0.000000] user: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] user: [mem 0x0000000000099800-0x00000000000fffff] reserved
[    0.000000] user: [mem 0x0000000000100000-0x000000005fffffff] usable
[    0.000000] user: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] user: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] user: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] user: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] user: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] user: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] user: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] user: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[    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 = 0x60000 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 0x5fe00000-0x5fffffff]
[    0.000000]  [mem 0x5fe00000-0x5fffffff] page 4k
[    0.000000] BRK [0x0295b000, 0x0295bfff] PGTABLE
[    0.000000] BRK [0x0295c000, 0x0295cfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x5c000000-0x5fdfffff]
[    0.000000]  [mem 0x5c000000-0x5fdfffff] page 4k
[    0.000000] BRK [0x0295d000, 0x0295dfff] PGTABLE
[    0.000000] BRK [0x0295e000, 0x0295efff] PGTABLE
[    0.000000] BRK [0x0295f000, 0x0295ffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x5bffffff]
[    0.000000]  [mem 0x00100000-0x5bffffff] page 4k
[    0.000000] RAMDISK: [mem 0x02d67000-0x03b30fff]
[    0.000000] ACPI: RSDP 00000000000fb100 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 000000009ff90000 00048 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: FACP 000000009ff90200 00084 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: DSDT 000000009ff905e0 09427 (v01  A7640 A7640100 00000100 INTL 20051117)
[    0.000000] ACPI: FACS 000000009ff9e000 00040
[    0.000000] ACPI: APIC 000000009ff90390 00088 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: MCFG 000000009ff90420 0003C (v01 7640MS OEMMCFG  20100913 MSFT 00000097)
[    0.000000] ACPI: SLIC 000000009ff90460 00176 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: OEMB 000000009ff9e040 00072 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: SRAT 000000009ff9a5e0 00108 (v03 AMD    FAM_F_10 00000002 AMD  00000001)
[    0.000000] ACPI: HPET 000000009ff9a6f0 00038 (v01 7640MS OEMHPET  20100913 MSFT 00000097)
[    0.000000] ACPI: IVRS 000000009ff9a730 00108 (v01  AMD     RD890S 00202031 AMD  00000000)
[    0.000000] ACPI: SSDT 000000009ff9a840 00DA4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x5fffffff]
[    0.000000]   NODE_DATA [mem 0x5fd19000-0x5fd23fff]
[    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-0x00098fff]
[    0.000000]   node   0: [mem 0x00100000-0x5fffffff]
[    0.000000] On node 0 totalpages: 393112
[    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: 6080 pages used for memmap
[    0.000000]   DMA32 zone: 389120 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[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, 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 6 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 72
[    0.000000] e820: [mem 0xa0000000-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:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88005f600000 s82176 r8192 d24320 u262144
[    0.000000] pcpu-alloc: s82176 r8192 d24320 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
[    8.327194] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 386947
[    8.327197] Policy zone: DMA32
[    8.327206] Kernel command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb acpi_enforce_resources=lax r8169.use_dac=1 max_loop=50 loop_max_part=10 xen-pciback.hide=(03:06.0)(04:00.*)(06:01.*)(07:00.*)(08:00.*)(0c:00.*) debug loglevel=10 nomodeset
[    8.327405] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    8.327410] __ex_table already sorted, skipping sort
[    8.373736] software IO TLB [mem 0x59c00000-0x5dc00000] (64MB) mapped at [ffff880059c00000-ffff88005dbfffff]
[    8.382498] Memory: 1434608k/1572864k available (9854k kernel code, 416k absent, 137840k reserved, 5419k data, 1048k init)
[    8.382829] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    8.382947] Preemptible hierarchical RCU implementation.
[    8.382949] 	RCU dyntick-idle grace-period acceleration is enabled.
[    8.382951] 	Additional per-CPU info printed with stalls.
[    8.382953] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    8.383001] NR_IRQS:4352 nr_irqs:1272 16
[    8.383145] xen: sci override: global_irq=9 trigger=0 polarity=1
[    8.383148] xen: registering gsi 9 triggering 0 polarity 1
[    8.383184] xen: --> pirq=9 -> irq=9 (gsi=9)
[    8.383235] xen: acpi sci 9
[    8.383243] xen: --> pirq=1 -> irq=1 (gsi=1)
[    8.383250] xen: --> pirq=2 -> irq=2 (gsi=2)
[    8.383257] xen: --> pirq=3 -> irq=3 (gsi=3)
[    8.383263] xen: --> pirq=4 -> irq=4 (gsi=4)
[    8.383270] xen: --> pirq=5 -> irq=5 (gsi=5)
[    8.383276] xen: --> pirq=6 -> irq=6 (gsi=6)
[    8.383283] xen: --> pirq=7 -> irq=7 (gsi=7)
[    8.383289] xen: --> pirq=8 -> irq=8 (gsi=8)
[    8.383296] xen: --> pirq=10 -> irq=10 (gsi=10)
[    8.383302] xen: --> pirq=11 -> irq=11 (gsi=11)
[    8.383309] xen: --> pirq=12 -> irq=12 (gsi=12)
[    8.383315] xen: --> pirq=13 -> irq=13 (gsi=13)
[    8.383322] xen: --> pirq=14 -> irq=14 (gsi=14)
[    8.383328] xen: --> pirq=15 -> irq=15 (gsi=15)
[    8.383457] Console: colour dummy device 80x25
[    8.383464] console [tty0] enabled, bootconsole disabled
[    8.383772] console [hvc0] enabled
[    8.383778] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    8.383783] ... MAX_LOCKDEP_SUBCLASSES:  8
[    8.383786] ... MAX_LOCK_DEPTH:          48
[    8.383789] ... MAX_LOCKDEP_KEYS:        8191
[    8.383793] ... CLASSHASH_SIZE:          4096
[    8.383796] ... MAX_LOCKDEP_ENTRIES:     16384
[    8.383799] ... MAX_LOCKDEP_CHAINS:      32768
[    8.383803] ... CHAINHASH_SIZE:          16384
[    8.383806]  memory used by lock dependency info: 5855 kB
[    8.383810]  per task-struct memory footprint: 1920 bytes
[    8.383815] kmemleak: Kernel memory leak detector disabled
[    8.383883] Xen: using vcpuop timer interface
[    8.383894] installing Xen timer for CPU 0
[    8.383958] tsc: Detected 3200.154 MHz processor
[    8.383967] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.98 BogoMIPS (lpj=10667180)
[    8.383975] pid_max: default: 32768 minimum: 301
[    8.384366] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    8.385081] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    8.385379] Mount-cache hash table entries: 256
[    8.386024] Initializing cgroup subsys cpuacct
[    8.386036] Initializing cgroup subsys freezer
[    8.386055] Initializing cgroup subsys blkio
[    8.386128] tseg: 0000000000
[    8.386165] CPU: Physical Processor ID: 0
[    8.386169] CPU: Processor Core ID: 0
[    8.386173] mce: CPU supports 2 MCE banks
[    8.386186] LVT offset 0 assigned for vector 0xf9
[    8.386191] [Firmware Bug]: cpu 0, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.386200] [Firmware Bug]: cpu 0, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.386214] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    8.386214] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    8.386214] tlb_flushall_shift: 4
[    8.386308] Freeing SMP alternatives: 32k freed
[    8.386980] ACPI: Core revision 20130117
[    8.390756] ACPI: All ACPI Tables successfully acquired
[    8.393213] Performance Events: Broken PMU hardware detected, using software events only.
[    8.393253] Failed to access perfctr msr (MSR c0010004 is 0)
[    8.425615] NMI watchdog: disabled (cpu0): hardware events not enabled
[    8.432602] installing Xen timer for CPU 1
[    8.432717] SMP alternatives: lockdep: fixing up alternatives
[    8.432854] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.432856] [Firmware Bug]: cpu 1, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.439436] installing Xen timer for CPU 2
[    8.439644] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.439648] [Firmware Bug]: cpu 2, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.442845] installing Xen timer for CPU 3
[    8.443133] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.443136] [Firmware Bug]: cpu 3, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.449803] installing Xen timer for CPU 4
[    8.450049] [Firmware Bug]: cpu 4, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.450051] [Firmware Bug]: cpu 4, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.456712] installing Xen timer for CPU 5
[    8.456971] [Firmware Bug]: cpu 5, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.456974] [Firmware Bug]: cpu 5, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.457019] Brought up 6 CPUs
[    8.458217] devtmpfs: initialized
[    8.459112] xor: measuring software checksum speed
[    8.490419]    prefetch64-sse:  5535.600 MB/sec
[    8.524277]    generic_sse:  5578.800 MB/sec
[    8.524282] xor: using function: generic_sse (5578.800 MB/sec)
[    8.524296] Grant tables using version 2 layout.
[    8.524313] Grant table initialized
[    8.524459] NET: Registered protocol family 16
[    8.527369] node 0 link 0: io port [1000, ffffff]
[    8.527378] TOM: 00000000a0000000 aka 2560M
[    8.527384] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    8.527392] node 0 link 0: mmio [e0000000, efffffff] ==> none
[    8.527399] node 0 link 0: mmio [f0000000, ffffffff]
[    8.527405] node 0 link 0: mmio [a0000, bffff]
[    8.527410] node 0 link 0: mmio [a0000000, dfffffff]
[    8.527416] TOM2: 0000000560000000 aka 22016M
[    8.527421] bus: [bus 00-07] on node 0 link 0
[    8.527425] bus: 00 [io  0x0000-0xffff]
[    8.527429] bus: 00 [mem 0xf0000000-0xffffffff]
[    8.527432] bus: 00 [mem 0x000a0000-0x000bffff]
[    8.527436] bus: 00 [mem 0xa0000000-0xdfffffff]
[    8.527440] bus: 00 [mem 0x560000000-0xfcffffffff]
[    8.527773] ACPI: bus type PCI registered
[    8.529086] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    8.529096] PCI: not using MMCONFIG
[    8.529100] PCI: Using configuration type 1 for base access
[    8.529105] PCI: Using configuration type 1 for extended access
[    8.572272] bio: create slab <bio-0> at 0
[    8.629347] raid6: sse2x1    3915 MB/s
[    8.686926] raid6: sse2x2    5632 MB/s
[    8.744511] raid6: sse2x4    5977 MB/s
[    8.744516] raid6: using algorithm sse2x4 (5977 MB/s)
[    8.744520] raid6: using intx1 recovery algorithm
[    8.744754] ACPI: Added _OSI(Module Device)
[    8.744761] ACPI: Added _OSI(Processor Device)
[    8.744766] ACPI: Added _OSI(3.0 _SCP Extensions)
[    8.744775] ACPI: Added _OSI(Processor Aggregator Device)
[    8.747836] ACPI: EC: Look up EC in DSDT
[    8.750992] ACPI: Executed 3 blocks of module-level executable AML code
[    8.755389] ACPI: Interpreter enabled
[    8.755402] ACPI: (supports S0 S5)
[    8.755407] ACPI: Using IOAPIC for interrupt routing
[    8.755455] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    8.756861] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    8.793878] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    8.811139] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    8.811759] PCI host bridge to bus 0000:00
[    8.811767] pci_bus 0000:00: root bus resource [bus 00-ff]
[    8.811773] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    8.811779] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    8.811784] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    8.811790] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    8.811795] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff]
[    8.811801] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
[    8.811815] pci_bus 0000:00: scanning bus
[    8.811864] pci 0000:00:00.0: [1002:5a11] type 00 class 0x060000
[    8.811875] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
[    8.812345] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[    8.812823] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    8.812931] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    8.812967] pci 0000:00:02.0: PME# disabled
[    8.813027] pci 0000:00:02.0: System wakeup disabled by ACPI
[    8.813570] pci 0000:00:03.0: [1002:5a17] type 01 class 0x060400
[    8.813675] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    8.813684] pci 0000:00:03.0: PME# disabled
[    8.813734] pci 0000:00:03.0: System wakeup disabled by ACPI
[    8.813928] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    8.814020] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    8.814027] pci 0000:00:05.0: PME# disabled
[    8.814079] pci 0000:00:05.0: System wakeup disabled by ACPI
[    8.814273] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
[    8.814364] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    8.814372] pci 0000:00:06.0: PME# disabled
[    8.814423] pci 0000:00:06.0: System wakeup disabled by ACPI
[    8.814625] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    8.814716] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    8.814723] pci 0000:00:09.0: PME# disabled
[    8.814791] pci 0000:00:09.0: System wakeup disabled by ACPI
[    8.814990] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    8.815081] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    8.815089] pci 0000:00:0a.0: PME# disabled
[    8.815148] pci 0000:00:0a.0: System wakeup disabled by ACPI
[    8.815314] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[    8.815405] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    8.815413] pci 0000:00:0b.0: PME# disabled
[    8.815475] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    8.815672] pci 0000:00:0c.0: [1002:5a20] type 01 class 0x060400
[    8.815763] pci 0000:00:0c.0: PME# supported from D0 D3hot D3cold
[    8.815771] pci 0000:00:0c.0: PME# disabled
[    8.815836] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    8.816018] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[    8.816109] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[    8.816117] pci 0000:00:0d.0: PME# disabled
[    8.816184] pci 0000:00:0d.0: System wakeup disabled by ACPI
[    8.816390] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    8.816438] pci 0000:00:11.0: reg 10: [io  0x6000-0x6007]
[    8.816456] pci 0000:00:11.0: reg 14: [io  0x5000-0x5003]
[    8.816473] pci 0000:00:11.0: reg 18: [io  0x3000-0x3007]
[    8.816490] pci 0000:00:11.0: reg 1c: [io  0x2000-0x2003]
[    8.816508] pci 0000:00:11.0: reg 20: [io  0x1000-0x100f]
[    8.816526] pci 0000:00:11.0: reg 24: [mem 0xf95ff000-0xf95ff3ff]
[    8.817061] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    8.817087] pci 0000:00:12.0: reg 10: [mem 0xf95f7000-0xf95f7fff]
[    8.817255] pci 0000:00:12.0: System wakeup disabled by ACPI
[    8.817442] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    8.817474] pci 0000:00:12.2: reg 10: [mem 0xf95ff400-0xf95ff4ff]
[    8.817592] pci 0000:00:12.2: supports D1 D2
[    8.817597] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    8.817605] pci 0000:00:12.2: PME# disabled
[    8.817684] pci 0000:00:12.2: System wakeup disabled by ACPI
[    8.817887] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    8.817910] pci 0000:00:13.0: reg 10: [mem 0xf95fc000-0xf95fcfff]
[    8.818062] pci 0000:00:13.0: System wakeup disabled by ACPI
[    8.818267] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    8.818297] pci 0000:00:13.2: reg 10: [mem 0xf95ff800-0xf95ff8ff]
[    8.818415] pci 0000:00:13.2: supports D1 D2
[    8.818419] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    8.818428] pci 0000:00:13.2: PME# disabled
[    8.818511] pci 0000:00:13.2: System wakeup disabled by ACPI
[    8.818695] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    8.818705] pci 0000:00:14.0: calling sb600_disable_hpet_bar+0x0/0x50
[    8.818794] pci 0000:00:14.0: calling force_disable_hpet_msi+0x0/0x10
[    8.819043] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    8.819076] pci 0000:00:14.2: reg 10: [mem 0xf95f8000-0xf95fbfff 64bit]
[    8.819172] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    8.819181] pci 0000:00:14.2: PME# disabled
[    8.819247] pci 0000:00:14.2: System wakeup disabled by ACPI
[    8.819427] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    8.819796] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    8.819926] pci 0000:00:14.4: System wakeup disabled by ACPI
[    8.820093] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    8.820118] pci 0000:00:14.5: reg 10: [mem 0xf95fd000-0xf95fdfff]
[    8.820297] pci 0000:00:14.5: System wakeup disabled by ACPI
[    8.820636] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    8.820764] pci 0000:00:15.0: supports D1 D2
[    8.820885] pci 0000:00:15.0: System wakeup disabled by ACPI
[    8.821084] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    8.821107] pci 0000:00:16.0: reg 10: [mem 0xf95fe000-0xf95fefff]
[    8.821300] pci 0000:00:16.0: System wakeup disabled by ACPI
[    8.821708] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    8.821741] pci 0000:00:16.2: reg 10: [mem 0xf95ffc00-0xf95ffcff]
[    8.821871] pci 0000:00:16.2: supports D1 D2
[    8.821875] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    8.821884] pci 0000:00:16.2: PME# disabled
[    8.821973] pci 0000:00:16.2: System wakeup disabled by ACPI
[    8.822162] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    8.822170] pci 0000:00:18.0: calling quirk_mmio_always_on+0x0/0x10
[    8.822486] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    8.822494] pci 0000:00:18.1: calling quirk_mmio_always_on+0x0/0x10
[    8.822804] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    8.822811] pci 0000:00:18.2: calling quirk_mmio_always_on+0x0/0x10
[    8.823143] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    8.823152] pci 0000:00:18.3: calling quirk_mmio_always_on+0x0/0x10
[    8.823742] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    8.823752] pci 0000:00:18.4: calling quirk_mmio_always_on+0x0/0x10
[    8.824076] pci_bus 0000:00: fixups for bus
[    8.824083] pci 0000:00:02.0: scanning [bus 0d-0d] behind bridge, pass 0
[    8.824248] pci_bus 0000:0d: scanning bus
[    8.824273] pci 0000:0d:00.0: [10de:06e4] type 00 class 0x030000
[    8.824293] pci 0000:0d:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
[    8.824314] pci 0000:0d:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    8.824336] pci 0000:0d:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
[    8.824352] pci 0000:0d:00.0: reg 24: [io  0xe800-0xe87f]
[    8.824367] pci 0000:0d:00.0: reg 30: [mem 0xfe9e0000-0xfe9fffff pref]
[    8.831994] pci_bus 0000:0d: fixups for bus
[    8.832002] pci 0000:00:02.0: PCI bridge to [bus 0d]
[    8.832013] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    8.832020] pci 0000:00:02.0:   bridge window [mem 0xfa000000-0xfe9fffff]
[    8.832030] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    8.832037] pci_bus 0000:0d: bus scan returning with max=0d
[    8.832045] pci 0000:00:03.0: scanning [bus 0c-0c] behind bridge, pass 0
[    8.832307] pci_bus 0000:0c: scanning bus
[    8.832333] pci 0000:0c:00.0: [1002:6759] type 00 class 0x030000
[    8.832369] pci 0000:0c:00.0: reg 10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    8.832395] pci 0000:0c:00.0: reg 18: [mem 0xf9fc0000-0xf9fdffff 64bit]
[    8.832412] pci 0000:0c:00.0: reg 20: [io  0xd000-0xd0ff]
[    8.832441] pci 0000:0c:00.0: reg 30: [mem 0xf9fa0000-0xf9fbffff pref]
[    8.832510] pci 0000:0c:00.0: supports D1 D2
[    8.832838] pci 0000:0c:00.1: [1002:aa90] type 00 class 0x040300
[    8.832868] pci 0000:0c:00.1: reg 10: [mem 0xf9ffc000-0xf9ffffff 64bit]
[    8.832986] pci 0000:0c:00.1: supports D1 D2
[    8.838868] pci_bus 0000:0c: fixups for bus
[    8.838876] pci 0000:00:03.0: PCI bridge to [bus 0c]
[    8.838886] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[    8.838894] pci 0000:00:03.0:   bridge window [mem 0xf9f00000-0xf9ffffff]
[    8.838904] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    8.838910] pci_bus 0000:0c: bus scan returning with max=0c
[    8.838918] pci 0000:00:05.0: scanning [bus 0b-0b] behind bridge, pass 0
[    8.839152] pci_bus 0000:0b: scanning bus
[    8.839183] pci 0000:0b:00.0: [10ec:8168] type 00 class 0x020000
[    8.839209] pci 0000:0b:00.0: reg 10: [io  0xc800-0xc8ff]
[    8.839248] pci 0000:0b:00.0: reg 18: [mem 0xbffff000-0xbfffffff 64bit pref]
[    8.839275] pci 0000:0b:00.0: reg 20: [mem 0xbfff8000-0xbfffbfff 64bit pref]
[    8.839294] pci 0000:0b:00.0: reg 30: [mem 0xf9ee0000-0xf9efffff pref]
[    8.839381] pci 0000:0b:00.0: supports D1 D2
[    8.839386] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    8.839396] pci 0000:0b:00.0: PME# disabled
[    8.845720] pci_bus 0000:0b: fixups for bus
[    8.845727] pci 0000:00:05.0: PCI bridge to [bus 0b]
[    8.845737] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    8.845745] pci 0000:00:05.0:   bridge window [mem 0xf9e00000-0xf9efffff]
[    8.845754] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    8.845760] pci_bus 0000:0b: bus scan returning with max=0b
[    8.845768] pci 0000:00:06.0: scanning [bus 0a-0a] behind bridge, pass 0
[    8.845997] pci_bus 0000:0a: scanning bus
[    8.846028] pci 0000:0a:00.0: [10ec:8168] type 00 class 0x020000
[    8.846053] pci 0000:0a:00.0: reg 10: [io  0xb800-0xb8ff]
[    8.846092] pci 0000:0a:00.0: reg 18: [mem 0xbfeff000-0xbfefffff 64bit pref]
[    8.846140] pci 0000:0a:00.0: reg 20: [mem 0xbfef8000-0xbfefbfff 64bit pref]
[    8.846159] pci 0000:0a:00.0: reg 30: [mem 0xf9de0000-0xf9dfffff pref]
[    8.846248] pci 0000:0a:00.0: supports D1 D2
[    8.846253] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    8.846263] pci 0000:0a:00.0: PME# disabled
[    8.852614] pci_bus 0000:0a: fixups for bus
[    8.852644] pci 0000:00:06.0: PCI bridge to [bus 0a]
[    8.852685] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[    8.852717] pci 0000:00:06.0:   bridge window [mem 0xf9d00000-0xf9dfffff]
[    8.852746] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    8.852753] pci_bus 0000:0a: bus scan returning with max=0a
[    8.852761] pci 0000:00:09.0: scanning [bus 09-09] behind bridge, pass 0
[    8.853129] pci_bus 0000:09: scanning bus
[    8.853165] pci 0000:09:00.0: [1033:0194] type 00 class 0x0c0330
[    8.853196] pci 0000:09:00.0: reg 10: [mem 0xf9cfe000-0xf9cfffff 64bit]
[    8.853334] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    8.853344] pci 0000:09:00.0: PME# disabled
[    8.859497] pci_bus 0000:09: fixups for bus
[    8.859505] pci 0000:00:09.0: PCI bridge to [bus 09]
[    8.859517] pci 0000:00:09.0:   bridge window [mem 0xf9c00000-0xf9cfffff]
[    8.859527] pci_bus 0000:09: bus scan returning with max=09
[    8.859535] pci 0000:00:0a.0: scanning [bus 08-08] behind bridge, pass 0
[    8.859763] pci_bus 0000:08: scanning bus
[    8.859790] pci 0000:08:00.0: [14f1:8210] type 00 class 0x040000
[    8.859828] pci 0000:08:00.0: reg 10: [mem 0xf9a00000-0xf9bfffff 64bit]
[    8.860006] pci 0000:08:00.0: supports D1 D2
[    8.860011] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot
[    8.860022] pci 0000:08:00.0: PME# disabled
[    8.866376] pci_bus 0000:08: fixups for bus
[    8.866384] pci 0000:00:0a.0: PCI bridge to [bus 08]
[    8.866396] pci 0000:00:0a.0:   bridge window [mem 0xf9a00000-0xf9bfffff]
[    8.866406] pci_bus 0000:08: bus scan returning with max=08
[    8.866414] pci 0000:00:0b.0: scanning [bus 07-07] behind bridge, pass 0
[    8.866646] pci_bus 0000:07: scanning bus
[    8.866672] pci 0000:07:00.0: [1002:6759] type 00 class 0x030000
[    8.866702] pci 0000:07:00.0: reg 10: [mem 0xa0000000-0xafffffff 64bit pref]
[    8.866727] pci 0000:07:00.0: reg 18: [mem 0xf99c0000-0xf99dffff 64bit]
[    8.866745] pci 0000:07:00.0: reg 20: [io  0xa000-0xa0ff]
[    8.866774] pci 0000:07:00.0: reg 30: [mem 0xf99a0000-0xf99bffff pref]
[    8.866843] pci 0000:07:00.0: supports D1 D2
[    8.867214] pci 0000:07:00.1: [1002:aa90] type 00 class 0x040300
[    8.867248] pci 0000:07:00.1: reg 10: [mem 0xf99fc000-0xf99fffff 64bit]
[    8.867374] pci 0000:07:00.1: supports D1 D2
[    8.873257] pci_bus 0000:07: fixups for bus
[    8.873288] pci 0000:00:0b.0: PCI bridge to [bus 07]
[    8.873322] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[    8.873331] pci 0000:00:0b.0:   bridge window [mem 0xf9900000-0xf99fffff]
[    8.873342] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    8.873349] pci_bus 0000:07: bus scan returning with max=07
[    8.873358] pci 0000:00:0c.0: scanning [bus 05-06] behind bridge, pass 0
[    8.873761] pci_bus 0000:05: scanning bus
[    8.873801] pci 0000:05:00.0: [104c:8231] type 01 class 0x060400
[    8.873959] pci 0000:05:00.0: supports D1 D2
[    8.874143] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    8.874155] pci_bus 0000:05: fixups for bus
[    8.874159] pci 0000:00:0c.0: PCI bridge to [bus 05-06]
[    8.874171] pci 0000:00:0c.0:   bridge window [mem 0xf9800000-0xf98fffff]
[    8.874183] pci 0000:05:00.0: scanning [bus 06-06] behind bridge, pass 0
[    8.874431] pci_bus 0000:06: scanning bus
[    8.874458] pci 0000:06:01.0: [1033:0035] type 00 class 0x0c0310
[    8.874493] pci 0000:06:01.0: reg 10: [mem 0xf98fd000-0xf98fdfff]
[    8.874642] pci 0000:06:01.0: supports D1 D2
[    8.874646] pci 0000:06:01.0: PME# supported from D0 D1 D2 D3hot
[    8.874656] pci 0000:06:01.0: PME# disabled
[    8.874863] pci 0000:06:01.1: [1033:0035] type 00 class 0x0c0310
[    8.874913] pci 0000:06:01.1: reg 10: [mem 0xf98fe000-0xf98fefff]
[    8.875069] pci 0000:06:01.1: supports D1 D2
[    8.875074] pci 0000:06:01.1: PME# supported from D0 D1 D2 D3hot
[    8.875085] pci 0000:06:01.1: PME# disabled
[    8.875543] pci 0000:06:01.2: [1033:00e0] type 00 class 0x0c0320
[    8.875582] pci 0000:06:01.2: reg 10: [mem 0xf98ffc00-0xf98ffcff]
[    8.875739] pci 0000:06:01.2: supports D1 D2
[    8.875744] pci 0000:06:01.2: PME# supported from D0 D1 D2 D3hot
[    8.875755] pci 0000:06:01.2: PME# disabled
[    8.876006] pci_bus 0000:06: fixups for bus
[    8.876012] pci 0000:05:00.0: PCI bridge to [bus 06]
[    8.876028] pci 0000:05:00.0:   bridge window [mem 0xf9800000-0xf98fffff]
[    8.876042] pci_bus 0000:06: bus scan returning with max=06
[    8.876051] pci 0000:05:00.0: scanning [bus 06-06] behind bridge, pass 1
[    8.876062] pci_bus 0000:05: bus scan returning with max=06
[    8.876070] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 0
[    8.876280] pci_bus 0000:04: scanning bus
[    8.876310] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
[    8.876338] pci 0000:04:00.0: reg 10: [mem 0xf97fe000-0xf97fffff 64bit]
[    8.876465] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    8.876474] pci 0000:04:00.0: PME# disabled
[    8.883531] pci_bus 0000:04: fixups for bus
[    8.883562] pci 0000:00:0d.0: PCI bridge to [bus 04]
[    8.883612] pci 0000:00:0d.0:   bridge window [mem 0xf9700000-0xf97fffff]
[    8.883655] pci_bus 0000:04: bus scan returning with max=04
[    8.883664] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 0
[    8.883988] pci_bus 0000:03: scanning bus
[    8.884027] pci 0000:03:06.0: [13f6:0111] type 00 class 0x040100
[    8.884062] pci 0000:03:06.0: reg 10: [io  0x9800-0x98ff]
[    8.884204] pci 0000:03:06.0: supports D1 D2
[    8.884421] pci_bus 0000:03: fixups for bus
[    8.884426] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[    8.884435] pci 0000:00:14.4:   bridge window [io  0x9000-0x9fff]
[    8.884447] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    8.884453] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    8.884459] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    8.884466] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    8.884472] pci 0000:00:14.4:   bridge window [mem 0xa0000000-0xdfffffff] (subtractive decode)
[    8.884479] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[    8.884485] pci_bus 0000:03: bus scan returning with max=03
[    8.884496] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 0
[    8.884713] pci_bus 0000:02: scanning bus
[    8.884721] pci_bus 0000:02: fixups for bus
[    8.884725] pci 0000:00:15.0: PCI bridge to [bus 02]
[    8.884744] pci_bus 0000:02: bus scan returning with max=02
[    8.884752] pci 0000:00:02.0: scanning [bus 0d-0d] behind bridge, pass 1
[    8.884762] pci 0000:00:03.0: scanning [bus 0c-0c] behind bridge, pass 1
[    8.884772] pci 0000:00:05.0: scanning [bus 0b-0b] behind bridge, pass 1
[    8.884782] pci 0000:00:06.0: scanning [bus 0a-0a] behind bridge, pass 1
[    8.884791] pci 0000:00:09.0: scanning [bus 09-09] behind bridge, pass 1
[    8.884801] pci 0000:00:0a.0: scanning [bus 08-08] behind bridge, pass 1
[    8.884811] pci 0000:00:0b.0: scanning [bus 07-07] behind bridge, pass 1
[    8.884821] pci 0000:00:0c.0: scanning [bus 05-06] behind bridge, pass 1
[    8.884830] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 1
[    8.884843] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 1
[    8.884854] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 1
[    8.884866] pci_bus 0000:00: bus scan returning with max=0d
[    8.884982] acpi PNP0A03:00: Requesting ACPI _OSC control (0x1d)
[    8.885158] acpi PNP0A03:00: ACPI _OSC control (0x1d) granted
[    8.886360] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 14 15)
[    8.886464] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 14 15)
[    8.886570] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 14 15)
[    8.886676] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 14 15)
[    8.886765] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 *7 10 11 14 15)
[    8.886853] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 *11 14 15)
[    8.886933] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 *10 11 14 15)
[    8.887007] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 *10 11 14 15)
[    8.887794] acpi root: \_SB_.PCI0 notify handler is installed
[    8.887912] Found 1 acpi root devices
[    8.888353] xen/balloon: Initialising balloon driver.
[    8.888614] xen-balloon: Initialising balloon driver.
[    8.889340] vgaarb: device added: PCI:0000:0d:00.0,decodes=io+mem,owns=io+mem,locks=none
[    8.889352] vgaarb: device added: PCI:0000:0c:00.0,decodes=io+mem,owns=none,locks=none
[    8.889365] vgaarb: device added: PCI:0000:07:00.0,decodes=io+mem,owns=none,locks=none
[    8.889375] vgaarb: loaded
[    8.889379] vgaarb: bridge control possible 0000:07:00.0
[    8.889383] vgaarb: bridge control possible 0000:0c:00.0
[    8.889387] vgaarb: bridge control possible 0000:0d:00.0
[    8.890027] SCSI subsystem initialized
[    8.890034] ACPI: bus type ATA registered
[    8.890276] libata version 3.00 loaded.
[    8.890526] ACPI: bus type USB registered
[    8.890693] usbcore: registered new interface driver usbfs
[    8.890781] usbcore: registered new interface driver hub
[    8.890917] usbcore: registered new device driver usb
[    8.891190] Linux video capture interface: v2.00
[    8.891447] pps_core: LinuxPPS API ver. 1 registered
[    8.891453] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    8.891554] PTP clock support registered
[    8.892024] Advanced Linux Sound Architecture Driver Initialized.
[    8.892030] PCI: Using ACPI for IRQ routing
[    8.902605] PCI: pci_cache_line_size set to 64 bytes
[    8.902625] pci 0000:0d:00.0: BAR 0: reserving [mem 0xfd000000-0xfdffffff flags 0x40200] (d=0, p=0)
[    8.902633] pci 0000:0d:00.0: BAR 1: reserving [mem 0xd0000000-0xdfffffff flags 0x14220c] (d=0, p=0)
[    8.902640] pci 0000:0d:00.0: BAR 3: reserving [mem 0xfa000000-0xfbffffff flags 0x140204] (d=0, p=0)
[    8.902648] pci 0000:0d:00.0: BAR 5: reserving [io  0xe800-0xe87f flags 0x40101] (d=0, p=0)
[    8.902659] pci 0000:0c:00.1: BAR 0: reserving [mem 0xf9ffc000-0xf9ffffff flags 0x140204] (d=0, p=0)
[    8.902670] pci 0000:0b:00.0: BAR 0: reserving [io  0xc800-0xc8ff flags 0x40101] (d=0, p=0)
[    8.902677] pci 0000:0b:00.0: BAR 2: reserving [mem 0xbffff000-0xbfffffff flags 0x14220c] (d=0, p=0)
[    8.902684] pci 0000:0b:00.0: BAR 4: reserving [mem 0xbfff8000-0xbfffbfff flags 0x14220c] (d=0, p=0)
[    8.902694] pci 0000:0a:00.0: BAR 0: reserving [io  0xb800-0xb8ff flags 0x40101] (d=0, p=0)
[    8.902701] pci 0000:0a:00.0: BAR 2: reserving [mem 0xbfeff000-0xbfefffff flags 0x14220c] (d=0, p=0)
[    8.902708] pci 0000:0a:00.0: BAR 4: reserving [mem 0xbfef8000-0xbfefbfff flags 0x14220c] (d=0, p=0)
[    8.902718] pci 0000:09:00.0: BAR 0: reserving [mem 0xf9cfe000-0xf9cfffff flags 0x140204] (d=0, p=0)
[    8.902729] pci 0000:08:00.0: BAR 0: reserving [mem 0xf9a00000-0xf9bfffff flags 0x140204] (d=0, p=0)
[    8.902741] pci 0000:07:00.1: BAR 0: reserving [mem 0xf99fc000-0xf99fffff flags 0x140204] (d=0, p=0)
[    8.902758] pci 0000:06:01.0: BAR 0: reserving [mem 0xf98fd000-0xf98fdfff flags 0x40200] (d=0, p=0)
[    8.902781] pci 0000:06:01.1: BAR 0: reserving [mem 0xf98fe000-0xf98fefff flags 0x40200] (d=0, p=0)
[    8.902792] pci 0000:06:01.2: BAR 0: reserving [mem 0xf98ffc00-0xf98ffcff flags 0x40200] (d=0, p=0)
[    8.902803] pci 0000:04:00.0: BAR 0: reserving [mem 0xf97fe000-0xf97fffff flags 0x140204] (d=0, p=0)
[    8.902817] pci 0000:00:11.0: BAR 0: reserving [io  0x6000-0x6007 flags 0x40101] (d=0, p=0)
[    8.902825] pci 0000:00:11.0: BAR 1: reserving [io  0x5000-0x5003 flags 0x40101] (d=0, p=0)
[    8.902833] pci 0000:00:11.0: BAR 2: reserving [io  0x3000-0x3007 flags 0x40101] (d=0, p=0)
[    8.902840] pci 0000:00:11.0: BAR 3: reserving [io  0x2000-0x2003 flags 0x40101] (d=0, p=0)
[    8.902848] pci 0000:00:11.0: BAR 4: reserving [io  0x1000-0x100f flags 0x40101] (d=0, p=0)
[    8.902856] pci 0000:00:11.0: BAR 5: reserving [mem 0xf95ff000-0xf95ff3ff flags 0x40200] (d=0, p=0)
[    8.902866] pci 0000:00:12.0: BAR 0: reserving [mem 0xf95f7000-0xf95f7fff flags 0x40200] (d=0, p=0)
[    8.902876] pci 0000:00:12.2: BAR 0: reserving [mem 0xf95ff400-0xf95ff4ff flags 0x40200] (d=0, p=0)
[    8.902886] pci 0000:00:13.0: BAR 0: reserving [mem 0xf95fc000-0xf95fcfff flags 0x40200] (d=0, p=0)
[    8.902896] pci 0000:00:13.2: BAR 0: reserving [mem 0xf95ff800-0xf95ff8ff flags 0x40200] (d=0, p=0)
[    8.902908] pci 0000:00:14.2: BAR 0: reserving [mem 0xf95f8000-0xf95fbfff flags 0x140204] (d=0, p=0)
[    8.902922] pci 0000:03:06.0: BAR 0: reserving [io  0x9800-0x98ff flags 0x40101] (d=0, p=0)
[    8.902934] pci 0000:00:14.5: BAR 0: reserving [mem 0xf95fd000-0xf95fdfff flags 0x40200] (d=0, p=0)
[    8.902946] pci 0000:00:16.0: BAR 0: reserving [mem 0xf95fe000-0xf95fefff flags 0x40200] (d=0, p=0)
[    8.902956] pci 0000:00:16.2: BAR 0: reserving [mem 0xf95ffc00-0xf95ffcff flags 0x40200] (d=0, p=0)
[    8.902977] pci 0000:0c:00.0: BAR 0: reserving [mem 0xc0000000-0xcfffffff flags 0x14220c] (d=1, p=1)
[    8.902986] pci 0000:0c:00.0: BAR 2: reserving [mem 0xf9fc0000-0xf9fdffff flags 0x140204] (d=1, p=1)
[    8.902994] pci 0000:0c:00.0: BAR 4: reserving [io  0xd000-0xd0ff flags 0x40101] (d=1, p=1)
[    8.903018] pci 0000:07:00.0: BAR 0: reserving [mem 0xa0000000-0xafffffff flags 0x14220c] (d=1, p=1)
[    8.903027] pci 0000:07:00.0: BAR 2: reserving [mem 0xf99c0000-0xf99dffff flags 0x140204] (d=1, p=1)
[    8.903035] pci 0000:07:00.0: BAR 4: reserving [io  0xa000-0xa0ff flags 0x40101] (d=1, p=1)
[    8.903089] e820: reserve RAM buffer [mem 0x00099000-0x0009ffff]
[    8.903924] Bluetooth: Core ver 2.16
[    8.904173] NET: Registered protocol family 31
[    8.904179] Bluetooth: HCI device and connection manager initialized
[    8.904204] Bluetooth: HCI socket layer initialized
[    8.904212] Bluetooth: L2CAP socket layer initialized
[    8.904231] Bluetooth: SCO socket layer initialized
[    8.904414] Switching to clocksource xen
[    8.904786] FS-Cache: Loaded
[    8.905040] pnp: PnP ACPI init
[    8.905063] ACPI: bus type PNP registered
[    8.905376] system 00:00: [mem 0xfec20000-0xfec200ff] could not be reserved
[    8.905433] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.905662] system 00:01: [mem 0xf6000000-0xf6003fff] has been reserved
[    8.905670] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.905810] pnp 00:02: [dma 4]
[    8.905952] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    8.905975] xen: registering gsi 8 triggering 1 polarity 0
[    8.906112] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    8.906286] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    8.906302] xen: registering gsi 13 triggering 1 polarity 0
[    8.906436] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    8.906640] xen: registering gsi 4 triggering 1 polarity 0
[    8.906646] Already setup the GSI :4
[    8.906651] pnp 00:06: [dma 0 disabled]
[    8.906845] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    8.907100] system 00:07: [io  0x0600-0x06df] has been reserved
[    8.907107] system 00:07: [io  0x0ae0-0x0aef] has been reserved
[    8.907115] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.907306] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    8.907550] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    8.907558] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    8.907567] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.907914] system 00:0a: [io  0x04d0-0x04d1] has been reserved
[    8.907921] system 00:0a: [io  0x040b] has been reserved
[    8.907926] system 00:0a: [io  0x04d6] has been reserved
[    8.907931] system 00:0a: [io  0x0c00-0x0c01] has been reserved
[    8.907937] system 00:0a: [io  0x0c14] has been reserved
[    8.907942] system 00:0a: [io  0x0c50-0x0c51] has been reserved
[    8.907948] system 00:0a: [io  0x0c52] has been reserved
[    8.907953] system 00:0a: [io  0x0c6c] has been reserved
[    8.907958] system 00:0a: [io  0x0c6f] has been reserved
[    8.907963] system 00:0a: [io  0x0cd0-0x0cd1] has been reserved
[    8.907969] system 00:0a: [io  0x0cd2-0x0cd3] has been reserved
[    8.907977] system 00:0a: [io  0x0cd4-0x0cd5] has been reserved
[    8.907982] system 00:0a: [io  0x0cd6-0x0cd7] has been reserved
[    8.907988] system 00:0a: [io  0x0cd8-0x0cdf] has been reserved
[    8.907993] system 00:0a: [io  0x0800-0x089f] has been reserved
[    8.907999] system 00:0a: [io  0x0b00-0x0b1f] has been reserved
[    8.908005] system 00:0a: [io  0x0b20-0x0b3f] has been reserved
[    8.908010] system 00:0a: [io  0x0900-0x090f] has been reserved
[    8.908016] system 00:0a: [io  0x0910-0x091f] has been reserved
[    8.908022] system 00:0a: [io  0xfe00-0xfefe] has been reserved
[    8.908028] system 00:0a: [mem 0xffb80000-0xffbfffff] has been reserved
[    8.908033] system 00:0a: [mem 0xfec10000-0xfec1001f] has been reserved
[    8.908039] system 00:0a: [mem 0xfed80000-0xfed80fff] has been reserved
[    8.908047] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.908291] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
[    8.908299] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.908731] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
[    8.908740] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
[    8.908748] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
[    8.908755] system 00:0c: [mem 0x00100000-0x9fffffff] could not be reserved
[    8.908762] system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
[    8.908771] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[    8.908909] pnp: PnP ACPI: found 13 devices
[    8.908913] ACPI: bus type PNP unregistered
[    8.910582] pciback 0000:0c:00.0: seizing device
[    8.910641] pciback 0000:0c:00.1: seizing device
[    8.910787] pciback 0000:08:00.0: seizing device
[    8.910827] pciback 0000:07:00.0: seizing device
[    8.910865] pciback 0000:07:00.1: seizing device
[    8.910938] pciback 0000:06:01.0: seizing device
[    8.910977] pciback 0000:06:01.1: seizing device
[    8.911019] pciback 0000:06:01.2: seizing device
[    8.911058] pciback 0000:04:00.0: seizing device
[    8.911097] pciback 0000:03:06.0: seizing device
[    8.925458] PM-Timer failed consistency check  (0x0xffffff) - aborting.
[    8.925581] pci 0000:00:02.0: PCI bridge to [bus 0d]
[    8.925588] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    8.925597] pci 0000:00:02.0:   bridge window [mem 0xfa000000-0xfe9fffff]
[    8.925604] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    8.925615] pci 0000:00:03.0: PCI bridge to [bus 0c]
[    8.925621] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[    8.925629] pci 0000:00:03.0:   bridge window [mem 0xf9f00000-0xf9ffffff]
[    8.925637] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    8.925647] pci 0000:00:05.0: PCI bridge to [bus 0b]
[    8.925653] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    8.925661] pci 0000:00:05.0:   bridge window [mem 0xf9e00000-0xf9efffff]
[    8.925668] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    8.925679] pci 0000:00:06.0: PCI bridge to [bus 0a]
[    8.925685] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[    8.925693] pci 0000:00:06.0:   bridge window [mem 0xf9d00000-0xf9dfffff]
[    8.925700] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    8.925711] pci 0000:00:09.0: PCI bridge to [bus 09]
[    8.925718] pci 0000:00:09.0:   bridge window [mem 0xf9c00000-0xf9cfffff]
[    8.925730] pci 0000:00:0a.0: PCI bridge to [bus 08]
[    8.925738] pci 0000:00:0a.0:   bridge window [mem 0xf9a00000-0xf9bfffff]
[    8.925749] pci 0000:00:0b.0: PCI bridge to [bus 07]
[    8.925755] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[    8.925763] pci 0000:00:0b.0:   bridge window [mem 0xf9900000-0xf99fffff]
[    8.925771] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    8.925781] pci 0000:05:00.0: PCI bridge to [bus 06]
[    8.925791] pci 0000:05:00.0:   bridge window [mem 0xf9800000-0xf98fffff]
[    8.925808] pci 0000:00:0c.0: PCI bridge to [bus 05-06]
[    8.925816] pci 0000:00:0c.0:   bridge window [mem 0xf9800000-0xf98fffff]
[    8.925828] pci 0000:00:0d.0: PCI bridge to [bus 04]
[    8.925835] pci 0000:00:0d.0:   bridge window [mem 0xf9700000-0xf97fffff]
[    8.925847] pci 0000:00:14.4: PCI bridge to [bus 03]
[    8.925855] pci 0000:00:14.4:   bridge window [io  0x9000-0x9fff]
[    8.925874] pci 0000:00:15.0: PCI bridge to [bus 02]
[    8.925941] xen: registering gsi 52 triggering 0 polarity 1
[    8.925961] xen: --> pirq=52 -> irq=52 (gsi=52)
[    8.926010] xen: registering gsi 52 triggering 0 polarity 1
[    8.926015] Already setup the GSI :52
[    8.926052] xen: registering gsi 52 triggering 0 polarity 1
[    8.926057] Already setup the GSI :52
[    8.926093] xen: registering gsi 53 triggering 0 polarity 1
[    8.926105] xen: --> pirq=53 -> irq=53 (gsi=53)
[    8.926149] xen: registering gsi 53 triggering 0 polarity 1
[    8.926153] Already setup the GSI :53
[    8.926191] xen: registering gsi 54 triggering 0 polarity 1
[    8.926201] xen: --> pirq=54 -> irq=54 (gsi=54)
[    8.926244] xen: registering gsi 54 triggering 0 polarity 1
[    8.926249] Already setup the GSI :54
[    8.926286] xen: registering gsi 54 triggering 0 polarity 1
[    8.926291] Already setup the GSI :54
[    8.926334] xen: registering gsi 54 triggering 0 polarity 1
[    8.926340] Already setup the GSI :54
[    8.926384] xen: registering gsi 16 triggering 0 polarity 1
[    8.926397] xen: --> pirq=16 -> irq=16 (gsi=16)
[    8.926412] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    8.926417] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    8.926422] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    8.926427] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    8.926432] pci_bus 0000:00: resource 8 [mem 0xa0000000-0xdfffffff]
[    8.926437] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
[    8.926443] pci_bus 0000:0d: resource 0 [io  0xe000-0xefff]
[    8.926447] pci_bus 0000:0d: resource 1 [mem 0xfa000000-0xfe9fffff]
[    8.926452] pci_bus 0000:0d: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    8.926458] pci_bus 0000:0c: resource 0 [io  0xd000-0xdfff]
[    8.926463] pci_bus 0000:0c: resource 1 [mem 0xf9f00000-0xf9ffffff]
[    8.926468] pci_bus 0000:0c: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    8.926474] pci_bus 0000:0b: resource 0 [io  0xc000-0xcfff]
[    8.926479] pci_bus 0000:0b: resource 1 [mem 0xf9e00000-0xf9efffff]
[    8.926484] pci_bus 0000:0b: resource 2 [mem 0xbff00000-0xbfffffff 64bit pref]
[    8.926490] pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
[    8.926494] pci_bus 0000:0a: resource 1 [mem 0xf9d00000-0xf9dfffff]
[    8.926499] pci_bus 0000:0a: resource 2 [mem 0xbfe00000-0xbfefffff 64bit pref]
[    8.926505] pci_bus 0000:09: resource 1 [mem 0xf9c00000-0xf9cfffff]
[    8.926510] pci_bus 0000:08: resource 1 [mem 0xf9a00000-0xf9bfffff]
[    8.926515] pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
[    8.926520] pci_bus 0000:07: resource 1 [mem 0xf9900000-0xf99fffff]
[    8.926525] pci_bus 0000:07: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    8.926531] pci_bus 0000:05: resource 1 [mem 0xf9800000-0xf98fffff]
[    8.926536] pci_bus 0000:06: resource 1 [mem 0xf9800000-0xf98fffff]
[    8.926541] pci_bus 0000:04: resource 1 [mem 0xf9700000-0xf97fffff]
[    8.926546] pci_bus 0000:03: resource 0 [io  0x9000-0x9fff]
[    8.926551] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    8.926556] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    8.926560] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    8.926565] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    8.926570] pci_bus 0000:03: resource 8 [mem 0xa0000000-0xdfffffff]
[    8.926575] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff]
[    8.926627] NET: Registered protocol family 2
[    8.926988] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[    8.927293] TCP bind hash table entries: 16384 (order: 8, 1048576 bytes)
[    8.928192] TCP: Hash tables configured (established 16384 bind 16384)
[    8.928258] TCP: reno registered
[    8.928290] UDP hash table entries: 1024 (order: 5, 163840 bytes)
[    8.928423] UDP-Lite hash table entries: 1024 (order: 5, 163840 bytes)
[    8.928658] NET: Registered protocol family 1
[    8.928703] pci 0000:00:11.0: calling quirk_msi_intx_disable_ati_bug+0x0/0x50
[    8.928753] pci 0000:00:12.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    8.928806] xen: registering gsi 18 triggering 0 polarity 1
[    8.928825] xen: --> pirq=18 -> irq=18 (gsi=18)
[    9.004836] pci 0000:00:12.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.004878] xen: registering gsi 17 triggering 0 polarity 1
[    9.004895] xen: --> pirq=17 -> irq=17 (gsi=17)
[    9.004964] pci 0000:00:13.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.005002] xen: registering gsi 18 triggering 0 polarity 1
[    9.005007] Already setup the GSI :18
[    9.081482] pci 0000:00:13.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.081523] xen: registering gsi 17 triggering 0 polarity 1
[    9.081529] Already setup the GSI :17
[    9.081598] pci 0000:00:14.5: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.081635] xen: registering gsi 18 triggering 0 polarity 1
[    9.081640] Already setup the GSI :18
[    9.158167] pci 0000:00:16.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.158207] xen: registering gsi 18 triggering 0 polarity 1
[    9.158213] Already setup the GSI :18
[    9.234831] pci 0000:00:16.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.234872] xen: registering gsi 17 triggering 0 polarity 1
[    9.234877] Already setup the GSI :17
[    9.234933] pci 0000:00:18.0: calling quirk_amd_nb_node+0x0/0x70
[    9.234944] pci 0000:00:18.1: calling quirk_amd_nb_node+0x0/0x70
[    9.234954] pci 0000:00:18.2: calling quirk_amd_nb_node+0x0/0x70
[    9.234963] pci 0000:00:18.3: calling quirk_amd_nb_node+0x0/0x70
[    9.234972] pci 0000:00:18.4: calling quirk_amd_nb_node+0x0/0x70
[    9.234983] pci 0000:0d:00.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x30
[    9.235002] pci 0000:0d:00.0: calling pci_fixup_video+0x0/0xd0
[    9.235010] pci 0000:0d:00.0: Boot video device
[    9.235017] pciback 0000:0c:00.0: calling pci_fixup_video+0x0/0xd0
[    9.235036] pci 0000:09:00.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235060] xen: registering gsi 48 triggering 0 polarity 1
[    9.235075] xen: --> pirq=48 -> irq=48 (gsi=48)
[    9.235128] pciback 0000:07:00.0: calling pci_fixup_video+0x0/0xd0
[    9.235141] pci 0000:05:00.0: calling quirk_xio2000a+0x0/0x90
[    9.235146] pci 0000:05:00.0: TI XIO2000a quirk detected; secondary bus fast back-to-back transfers disabled
[    9.235170] pciback 0000:06:01.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235214] xen: registering gsi 37 triggering 0 polarity 1
[    9.235226] xen: --> pirq=37 -> irq=37 (gsi=37)
[    9.235272] pciback 0000:06:01.1: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235295] xen: registering gsi 38 triggering 0 polarity 1
[    9.235308] xen: --> pirq=38 -> irq=38 (gsi=38)
[    9.235353] pciback 0000:06:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235376] xen: registering gsi 39 triggering 0 polarity 1
[    9.235387] xen: --> pirq=39 -> irq=39 (gsi=39)
[    9.235440] pciback 0000:04:00.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235463] xen: registering gsi 40 triggering 0 polarity 1
[    9.235474] xen: --> pirq=40 -> irq=40 (gsi=40)
[    9.235553] PCI: CLS 64 bytes, default 64
[    9.235684] Trying to unpack rootfs image as initramfs...
[    9.260267] Freeing initrd memory: 14120k freed
[    9.271915] DMA-API: preallocated 65536 debug entries
[    9.271928] DMA-API: debugging enabled by kernel config
[    9.276458] Scanning for low memory corruption every 60 seconds
[    9.277292] AVX or AES-NI instructions are not detected.
[    9.278210] AVX instructions are not detected.
[    9.279073] AVX instructions are not detected.
[    9.279082] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
[    9.279867] audit: initializing netlink socket (disabled)
[    9.279915] type=2000 audit(1380054963.263:1): initialized
[    9.281054] bounce pool size: 64 pages
[    9.281065] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    9.290025] VFS: Disk quotas dquot_6.5.2
[    9.290323] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    9.293712] NTFS driver 2.1.30 [Flags: R/W].
[    9.294449] fuse init (API version 7.21)
[    9.296736] Btrfs loaded
[    9.298021] GFS2 installed
[    9.298360] ceph: loaded (mds proto 32)
[    9.298385] msgmni has been set to 2829
[    9.300924] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    9.300951] io scheduler noop registered
[    9.300957] io scheduler deadline registered
[    9.301220] io scheduler cfq registered (default)
[    9.302328] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    9.302333] crc32: self tests passed, processed 225944 bytes in 108744 nsec
[    9.302449] crc32c: CRC_LE_BITS = 64
[    9.302452] crc32c: self tests passed, processed 225944 bytes in 54282 nsec
[    9.308232] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    9.308610] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    9.309260] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.309268] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    9.310946] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    9.311479] usbcore: registered new interface driver udlfb
[    9.311601] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    9.311608] vesafb: scrolling: redraw
[    9.311612] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    9.313337] vesafb: framebuffer at 0xfb000000, mapped to 0xffffc90010580000, using 10240k, total 14336k
[    9.335657] Console: switching to colour frame buffer device 160x64
[    9.356091] fb0: VESA VGA frame buffer device
[    9.356781] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    9.357031] ACPI: Power Button [PWRB]
[    9.357317] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    9.357499] ACPI: Power Button [PWRF]
[    9.362152] Warning: Processor Platform Limit not supported.
[    9.363538] Event-channel device installed.
[    9.364302] xen: registering gsi 22 triggering 0 polarity 1
[    9.364465] xen: --> pirq=22 -> irq=22 (gsi=22)
[    9.391569] xen: registering gsi 40 triggering 0 polarity 1
[    9.391710] Already setup the GSI :40
[    9.598103] pciback 0000:04:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[    9.598344] pciback 0000:04:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xf97fe004)
[    9.598573] pciback 0000:04:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[    9.598787] pciback 0000:04:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100102)
[    9.599107] xen: registering gsi 39 triggering 0 polarity 1
[    9.599243] Already setup the GSI :39
[    9.624784] pciback 0000:06:01.2: restoring config space at offset 0x4 (was 0x2100000, writing 0x2100112)
[    9.625105] xen: registering gsi 38 triggering 0 polarity 1
[    9.625242] Already setup the GSI :38
[    9.651366] pciback 0000:06:01.1: restoring config space at offset 0x4 (was 0x2100000, writing 0x2100112)
[    9.651690] xen: registering gsi 37 triggering 0 polarity 1
[    9.651826] Already setup the GSI :37
[    9.678118] pciback 0000:06:01.0: restoring config space at offset 0x4 (was 0x2100000, writing 0x2100112)
[    9.678439] xen: registering gsi 33 triggering 0 polarity 1
[    9.678587] xen: --> pirq=33 -> irq=33 (gsi=33)
[    9.704857] pciback 0000:07:00.0: enabling device (0000 -> 0003)
[    9.705023] xen: registering gsi 32 triggering 0 polarity 1
[    9.705170] xen: --> pirq=32 -> irq=32 (gsi=32)
[    9.731549] xen: registering gsi 47 triggering 0 polarity 1
[    9.731701] xen: --> pirq=47 -> irq=47 (gsi=47)
[    9.938094] pciback 0000:08:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[    9.938341] pciback 0000:08:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xf9a00004)
[    9.938570] pciback 0000:08:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[    9.945431] pciback 0000:08:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100106)
[    9.952407] xen: registering gsi 29 triggering 0 polarity 1
[    9.959353] xen: --> pirq=29 -> irq=29 (gsi=29)
[    9.991521] pciback 0000:0c:00.0: enabling device (0000 -> 0003)
[    9.998499] xen: registering gsi 28 triggering 0 polarity 1
[   10.005533] xen: --> pirq=28 -> irq=28 (gsi=28)
[   10.038276] xen-pciback: backend is vpci
[   10.048316] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   10.058302] hpet_acpi_add: no address or irqs in _CRS
[   10.066021] Linux agpgart interface v0.103
[   10.074903] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[   10.082064] Hangcheck: Using getrawmonotonic().
[   10.089571] [drm] Initialized drm 1.1.0 20060810
[   10.096941] [drm] radeon kernel modesetting enabled.
[   10.111550] brd: module loaded
[   10.143985] loop: module loaded
[   10.152760] ahci 0000:00:11.0: version 3.0
[   10.159823] xen: registering gsi 19 triggering 0 polarity 1
[   10.166830] xen: --> pirq=19 -> irq=19 (gsi=19)
[   10.174039] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[   10.181168] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[   10.191380] scsi0 : ahci
[   10.198959] scsi1 : ahci
[   10.206364] scsi2 : ahci
[   10.213516] scsi3 : ahci
[   10.220715] scsi4 : ahci
[   10.227777] scsi5 : ahci
[   10.234336] ata1: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff100 irq 121
[   10.240784] ata2: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff180 irq 121
[   10.247029] ata3: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff200 irq 121
[   10.253176] ata4: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff280 irq 121
[   10.259252] ata5: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff300 irq 121
[   10.265353] ata6: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff380 irq 121
[   10.272321] tun: Universal TUN/TAP device driver, 1.6
[   10.278224] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   10.284561] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   10.290444] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   10.296664] e1000e: Intel(R) PRO/1000 Network Driver - 2.2.14-k
[   10.302652] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[   10.308806] igb: Intel(R) Gigabit Ethernet Network Driver - version 4.1.2-k
[   10.314797] igb: Copyright (c) 2007-2013 Intel Corporation.
[   10.321039] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[   10.327023] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   10.333068] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   10.339075] xen: registering gsi 46 triggering 0 polarity 1
[   10.344984] xen: --> pirq=46 -> irq=46 (gsi=46)
[   10.350762] r8169 0000:0b:00.0: enabling Mem-Wr-Inval
[   10.357423] r8169 0000:0b:00.0 eth0: RTL8168d/8111d at 0xffffc90000334000, 40:61:86:f4:67:d9, XID 081000c0 IRQ 122
[   10.363384] r8169 0000:0b:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   10.369273] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   10.375099] xen: registering gsi 51 triggering 0 polarity 1
[   10.380950] xen: --> pirq=51 -> irq=51 (gsi=51)
[   10.386667] r8169 0000:0a:00.0: enabling Mem-Wr-Inval
[   10.393082] r8169 0000:0a:00.0 eth1: RTL8168d/8111d at 0xffffc90000336000, 40:61:86:f4:67:d8, XID 081000c0 IRQ 123
[   10.399021] r8169 0000:0a:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   10.405443] Initialising Xen virtual ethernet driver.
[   10.412892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   10.418839] ehci-pci: EHCI PCI platform driver
[   10.424905] xen: registering gsi 17 triggering 0 polarity 1
[   10.430910] Already setup the GSI :17
[   10.436825] ehci-pci 0000:00:12.2: enabling bus mastering
[   10.442913] ehci-pci 0000:00:12.2: EHCI Host Controller
[   10.449235] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[   10.455209] QUIRK: Enable AMD PLL fix
[   10.461138] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   10.467267] ehci-pci 0000:00:12.2: debug port 1
[   10.473414] ehci-pci 0000:00:12.2: enabling Mem-Wr-Inval
[   10.479453] ehci-pci 0000:00:12.2: irq 17, io mem 0xf95ff400
[   10.494817] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[   10.500949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   10.506796] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.512673] usb usb1: Product: EHCI Host Controller
[   10.518508] usb usb1: Manufacturer: Linux 3.9.0 ehci_hcd
[   10.524448] usb usb1: SerialNumber: 0000:00:12.2
[   10.531160] hub 1-0:1.0: USB hub found
[   10.537024] hub 1-0:1.0: 5 ports detected
[   10.543362] xen: registering gsi 17 triggering 0 polarity 1
[   10.549203] Already setup the GSI :17
[   10.555004] ehci-pci 0000:00:13.2: enabling bus mastering
[   10.560851] ehci-pci 0000:00:13.2: EHCI Host Controller
[   10.566814] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[   10.572619] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   10.578591] ehci-pci 0000:00:13.2: debug port 1
[   10.584827] ehci-pci 0000:00:13.2: enabling Mem-Wr-Inval
[   10.590874] ehci-pci 0000:00:13.2: irq 17, io mem 0xf95ff800
[   10.591390] ata4: SATA link down (SStatus 0 SControl 300)
[   10.591515] ata6: SATA link down (SStatus 0 SControl 300)
[   10.591571] ata5: SATA link down (SStatus 0 SControl 300)
[   10.591669] ata2: SATA link down (SStatus 0 SControl 300)
[   10.631462] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[   10.637620] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   10.643991] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.650224] usb usb2: Product: EHCI Host Controller
[   10.656387] usb usb2: Manufacturer: Linux 3.9.0 ehci_hcd
[   10.662623] usb usb2: SerialNumber: 0000:00:13.2
[   10.669110] hub 2-0:1.0: USB hub found
[   10.675174] hub 2-0:1.0: 5 ports detected
[   10.681540] xen: registering gsi 17 triggering 0 polarity 1
[   10.687533] Already setup the GSI :17
[   10.693466] ehci-pci 0000:00:16.2: enabling bus mastering
[   10.699418] ehci-pci 0000:00:16.2: EHCI Host Controller
[   10.705576] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[   10.711518] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   10.717488] ehci-pci 0000:00:16.2: debug port 1
[   10.723560] ehci-pci 0000:00:16.2: enabling Mem-Wr-Inval
[   10.729437] ehci-pci 0000:00:16.2: irq 17, io mem 0xf95ffc00
[   10.744805] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[   10.750467] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   10.756075] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.758055] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   10.758162] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   10.773063] usb usb3: Product: EHCI Host Controller
[   10.778612] ata3.00: ATA-8: ST2000DL003-9VT166, CC45, max UDMA/133
[   10.778625] usb usb3: Manufacturer: Linux 3.9.0 ehci_hcd
[   10.778626] usb usb3: SerialNumber: 0000:00:16.2
[   10.779331] hub 3-0:1.0: USB hub found
[   10.779337] hub 3-0:1.0: 4 ports detected
[   10.779687] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   10.779788] xen: registering gsi 18 triggering 0 polarity 1
[   10.779790] Already setup the GSI :18
[   10.779811] ohci_hcd 0000:00:12.0: enabling bus mastering
[   10.779818] ohci_hcd 0000:00:12.0: OHCI Host Controller
[   10.780025] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4
[   10.780163] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf95f7000
[   10.835670] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   10.835671] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.835673] usb usb4: Product: OHCI Host Controller
[   10.835674] usb usb4: Manufacturer: Linux 3.9.0 ohci_hcd
[   10.835675] usb usb4: SerialNumber: 0000:00:12.0
[   10.836240] hub 4-0:1.0: USB hub found
[   10.836250] hub 4-0:1.0: 5 ports detected
[   10.836517] xen: registering gsi 18 triggering 0 polarity 1
[   10.836519] Already setup the GSI :18
[   10.836541] ohci_hcd 0000:00:13.0: enabling bus mastering
[   10.836547] ohci_hcd 0000:00:13.0: OHCI Host Controller
[   10.836887] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
[   10.836953] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf95fc000
[   10.892255] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   10.892257] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.892258] usb usb5: Product: OHCI Host Controller
[   10.892259] usb usb5: Manufacturer: Linux 3.9.0 ohci_hcd
[   10.892260] usb usb5: SerialNumber: 0000:00:13.0
[   10.892845] hub 5-0:1.0: USB hub found
[   10.892853] hub 5-0:1.0: 5 ports detected
[   10.893129] xen: registering gsi 18 triggering 0 polarity 1
[   10.893131] Already setup the GSI :18
[   10.893150] ohci_hcd 0000:00:14.5: enabling bus mastering
[   10.893156] ohci_hcd 0000:00:14.5: OHCI Host Controller
[   10.893493] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
[   10.893553] ohci_hcd 0000:00:14.5: irq 18, io mem 0xf95fd000
[   10.948770] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   10.948772] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.948773] usb usb6: Product: OHCI Host Controller
[   10.948774] usb usb6: Manufacturer: Linux 3.9.0 ohci_hcd
[   10.948775] usb usb6: SerialNumber: 0000:00:14.5
[   10.949317] hub 6-0:1.0: USB hub found
[   10.949326] hub 6-0:1.0: 2 ports detected
[   10.949646] xen: registering gsi 18 triggering 0 polarity 1
[   10.949649] Already setup the GSI :18
[   10.949666] ohci_hcd 0000:00:16.0: enabling bus mastering
[   10.949672] ohci_hcd 0000:00:16.0: OHCI Host Controller
[   10.950013] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 7
[   10.950075] ohci_hcd 0000:00:16.0: irq 18, io mem 0xf95fe000
[   11.005457] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[   11.005459] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.005460] usb usb7: Product: OHCI Host Controller
[   11.005461] usb usb7: Manufacturer: Linux 3.9.0 ohci_hcd
[   11.005462] usb usb7: SerialNumber: 0000:00:16.0
[   11.006025] hub 7-0:1.0: USB hub found
[   11.006033] hub 7-0:1.0: 4 ports detected
[   11.006611] uhci_hcd: USB Universal Host Controller Interface driver
[   11.006841] xen: registering gsi 48 triggering 0 polarity 1
[   11.006844] Already setup the GSI :48
[   11.006862] xhci_hcd 0000:09:00.0: enabling bus mastering
[   11.006866] xhci_hcd 0000:09:00.0: xHCI Host Controller
[   11.007281] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 8
[   11.007497] xhci_hcd 0000:09:00.0: enabling Mem-Wr-Inval
[   11.008434] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[   11.008436] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.008437] usb usb8: Product: xHCI Host Controller
[   11.008438] usb usb8: Manufacturer: Linux 3.9.0 xhci_hcd
[   11.008439] usb usb8: SerialNumber: 0000:09:00.0
[   11.008999] xHCI xhci_add_endpoint called for root hub
[   11.009001] xHCI xhci_check_bandwidth called for root hub
[   11.009129] hub 8-0:1.0: USB hub found
[   11.009182] hub 8-0:1.0: 2 ports detected
[   11.009298] xhci_hcd 0000:09:00.0: xHCI Host Controller
[   11.009653] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 9
[   11.010801] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[   11.010802] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.010804] usb usb9: Product: xHCI Host Controller
[   11.010805] usb usb9: Manufacturer: Linux 3.9.0 xhci_hcd
[   11.010805] usb usb9: SerialNumber: 0000:09:00.0
[   11.011216] xHCI xhci_add_endpoint called for root hub
[   11.011217] xHCI xhci_check_bandwidth called for root hub
[   11.011540] hub 9-0:1.0: USB hub found
[   11.011553] hub 9-0:1.0: 2 ports detected
[   11.220207] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   11.225461] ata1.00: ATA-8: Hitachi HDS722020ALA330, JKAOA20N, max UDMA/133
[   11.230780] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   11.236667] usbcore: registered new interface driver usblp
[   11.236858] ata3.00: configured for UDMA/133
[   11.237838] ata1.00: configured for UDMA/133
[   11.238747] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDS72202 JKAO PQ: 0 ANSI: 5
[   11.240047] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   11.240128] sd 0:0:0:0: [sda] Write Protect is off
[   11.240130] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   11.240159] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.240810] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   11.241905] scsi 2:0:0:0: Direct-Access     ATA      ST2000DL003-9VT1 CC45 PQ: 0 ANSI: 5
[   11.242562] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   11.242564] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[   11.242787] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   11.242835] sd 2:0:0:0: [sdb] Write Protect is off
[   11.242838] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   11.242927] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.250567]  sda: sda1 sda2 sda3
[   11.252605] sd 0:0:0:0: [sda] Attached SCSI disk
[   11.263507]  sdb: sdb1
[   11.265129] sd 2:0:0:0: [sdb] Attached SCSI disk
[   11.278010] usb 4-5: new full-speed USB device number 2 using ohci_hcd
[   11.352780] Initializing USB Mass Storage driver...
[   11.358866] usbcore: registered new interface driver usb-storage
[   11.364674] USB Mass Storage support registered.
[   11.370804] usbcore: registered new interface driver usbserial
[   11.376767] usbcore: registered new interface driver cp210x
[   11.382894] usbserial: USB Serial support registered for cp210x
[   11.388941] usbcore: registered new interface driver cypress_m8
[   11.395051] usbserial: USB Serial support registered for DeLorme Earthmate USB
[   11.401137] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[   11.407238] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[   11.413295] usbcore: registered new interface driver mos7720
[   11.419339] usbserial: USB Serial support registered for Moschip 2 port adapter
[   11.425520] usbcore: registered new interface driver mos7840
[   11.431666] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[   11.438303] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   11.445235] serio: i8042 KBD port at 0x60,0x64 irq 1
[   11.451479] serio: i8042 AUX port at 0x60,0x64 irq 12
[   11.458249] mousedev: PS/2 mouse device common for all mice
[   11.465811] rtc_cmos 00:03: RTC can wake from S4
[   11.472400] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[   11.478466] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram
[   11.485792] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \SOR1 1 (20130117/utaddress-251)
[   11.492231] ACPI: This conflict may cause random problems and system instability
[   11.498754] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.505534] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   11.514299] lirc_dev: IR Remote Control driver registered, major 248 
[   11.520888] IR NEC protocol handler initialized
[   11.527396] IR RC5(x) protocol handler initialized
[   11.533872] IR RC6 protocol handler initialized
[   11.540377] IR JVC protocol handler initialized
[   11.546836] IR Sony protocol handler initialized
[   11.553259] IR RC5 (streamzap) protocol handler initialized
[   11.559716] IR SANYO protocol handler initialized
[   11.566180] IR MCE Keyboard/mouse protocol handler initialized
[   11.572722] IR LIRC bridge handler initialized
[   11.579230] cx25821: driver version 0.0.106 loaded
[   11.586319] usbcore: registered new interface driver pvrusb2
[   11.592781] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[   11.599318] pvrusb2: Debug mask is 31 (0x1f)
[   11.606212] f71805f: Unsupported Fintek device, skipping
[   11.612920] f71882fg: Found f71889ed chip at 0x600, revision 16
[   11.619771] ACPI Warning: 0x0000000000000600-0x0000000000000607 SystemIO conflicts with Region \HMOR 1 (20130117/utaddress-251)
[   11.626597] ACPI: This conflict may cause random problems and system instability
[   11.633448] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.641076] f71882fg f71882fg.1536: Fan: 1 is in duty-cycle mode
[   11.648123] f71882fg f71882fg.1536: Fan: 2 is in duty-cycle mode
[   11.655024] f71882fg f71882fg.1536: Fan: 3 is in duty-cycle mode
[   11.707697] usb 4-5: New USB device found, idVendor=0a12, idProduct=0001
[   11.716496] usb 4-5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   11.725036] usb 4-5: Product: EDRClassone
[   11.734679] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   11.744347] sp5100_tco: PCI Revision ID: 0x41
[   11.753009] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[   11.761363] sp5100_tco: Last reboot was not triggered by watchdog.
[   11.768519] sp5100_tco: initialized (0xffffc9001055ab00). heartbeat=60 sec (nowayout=0)
[   11.775345] xen_wdt: Xen WatchDog Timer Driver v0.01
[   11.782559] xen_wdt: cannot register miscdev on minor=130 (-16)
[   11.789445] wdt: probe of wdt failed with error -16
[   11.797312] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[   11.804988] device-mapper: cache-policy-mq: version 1.0.0 loaded
[   11.811922] device-mapper: cache cleaner: version 1.0.0 loaded
[   11.818824] Bluetooth: Virtual HCI driver ver 1.3
[   11.826034] Bluetooth: HCI UART driver ver 2.2
[   11.832925] Bluetooth: HCI H4 protocol initialized
[   11.839756] Bluetooth: HCI BCSP protocol initialized
[   11.846578] Bluetooth: HCILL protocol initialized
[   11.853292] Bluetooth: HCIATH3K protocol initialized
[   11.860029] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[   11.867143] usbcore: registered new interface driver bcm203x
[   11.874240] usbcore: registered new interface driver bpa10x
[   11.881277] usbcore: registered new interface driver bfusb
[   11.888809] usbcore: registered new interface driver btusb
[   11.895573] usbcore: registered new interface driver ath3k
[   11.902470] hidraw: raw HID events driver (C) Jiri Kosina
[   11.910418] usbcore: registered new interface driver usbhid
[   11.916774] usbhid: USB HID core driver
[   11.929042] xen: registering gsi 16 triggering 0 polarity 1
[   11.935467] Already setup the GSI :16
[   11.982780] usbcore: registered new interface driver snd-usb-audio
[   11.989516] usbcore: registered new interface driver snd-ua101
[   11.996039] usbcore: registered new interface driver snd-usb-usx2y
[   12.002405] usbcore: registered new interface driver snd-usb-caiaq
[   12.008527] usbcore: registered new interface driver snd-usb-6fire
[   12.014231] Netfilter messages via NETLINK v0.30.
[   12.019872] nfnl_acct: registering with nfnetlink.
[   12.025520] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   12.031697] ctnetlink v0.93: registering with nfnetlink.
[   12.038232] xt_time: kernel timezone is -0000
[   12.044019] ip_set: protocol 6
[   12.049736] IPVS: Registered protocols ()
[   12.055428] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[   12.061303] IPVS: Creating netns size=1904 id=0
[   12.067649] IPVS: ipvs loaded.
[   12.073925] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.079733] TCP: cubic registered
[   12.085407] NET: Registered protocol family 17
[   12.091642] Bridge firewalling registered
[   12.097199] Ebtables v2.0 registered
[   12.102941] Bluetooth: RFCOMM TTY layer initialized
[   12.108484] Bluetooth: RFCOMM socket layer initialized
[   12.113837] Bluetooth: RFCOMM ver 1.11
[   12.119003] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.124095] Bluetooth: BNEP filters: protocol multicast
[   12.129050] Bluetooth: BNEP socket layer initialized
[   12.134040] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   12.139157] Bluetooth: HIDP socket layer initialized
[   12.144214] Key type ceph registered
[   12.149190] libceph: loaded (mon/osd proto 15/24)
[   12.156321] registered taskstats version 1
[   12.162520] console [netcon0] enabled
[   12.167422] netconsole: network logging started
[   12.172406] ALSA device list:
[   12.177254]   #0: HDA ATI SB at 0xf95f8000 irq 16
[   12.182943] Freeing unused kernel memory: 1048k freed
[   12.188053] Write protecting the kernel read-only data: 14336k
[   12.199361] Freeing unused kernel memory: 372k freed
[   12.204456] Freeing unused kernel memory: 184k freed
[   12.263541] udevd[1548]: starting version 175
[   12.887569] bio: create slab <bio-1> at 1
[   13.487537] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   16.534027] udevd[1950]: starting version 175
[   17.558141] ata1.00: configured for UDMA/133
[   17.564310] ata1: EH complete
[   18.755662] ata1.00: configured for UDMA/133
[   18.761255] ata1: EH complete
[   19.765278] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   20.321956] EXT4-fs (dm-0): re-mounted. Opts: barrier=1,errors=remount-ro
[   28.263339] Adding 2097148k swap on /dev/mapper/serveerstertje-swap.  Priority:-1 extents:1 across:2097148k 
[   40.986389] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   43.316196] r8169 0000:0a:00.0 eth1: link down
[   43.323036] r8169 0000:0a:00.0 eth1: link down
[   43.526126] r8169 0000:0b:00.0 eth0: link down
[   43.526175] r8169 0000:0b:00.0 eth0: link down
[   45.040431] r8169 0000:0a:00.0 eth1: link up
[   45.177236] r8169 0000:0b:00.0 eth0: link up
[   75.142899] FW: ipmasq, Forward .. EoC: IN=eth0 OUT=eth0 MAC=40:61:86:f4:67:d9:00:08:ae:10:46:60:08:00 SRC=185.14.108.131 DST=88.159.66.134 LEN=301 TOS=0x00 PREC=0x00 TTL=51 ID=41270 DF PROTO=TCP SPT=1935 DPT=52462 WINDOW=23360 RES=0x00 ACK PSH URGP=0 
[   80.386758] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   86.465091] EXT4-fs (dm-39): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   92.635920] EXT4-fs (dm-40): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   98.620186] EXT4-fs (dm-41): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  104.888528] EXT4-fs (dm-42): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  110.923662] EXT4-fs (dm-43): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  117.302135] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  249.738873] device vif1.0 entered promiscuous mode
[  250.031366] device vif1.0-emu entered promiscuous mode
[  250.056480] xen_bridge: port 2(vif1.0-emu) entered forwarding state
[  250.070040] xen_bridge: port 2(vif1.0-emu) entered forwarding state
[  250.116109] pciback 0000:07:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100000)
[  250.192760] pciback 0000:07:00.1: restoring config space at offset 0x4 (was 0x100400, writing 0x100000)
[  250.231018] xen-pciback: vpci: 0000:07:00.0: assign to virtual slot 0
[  250.242539] xen-pciback: vpci: 0000:07:00.1: assign to virtual slot 0 func 1
[  258.811241] xen_bridge: port 2(vif1.0-emu) entered disabled state
[  258.821731] device vif1.0-emu left promiscuous mode
[  258.831684] xen_bridge: port 2(vif1.0-emu) entered disabled state
[  261.971327] xen-blkback:ring-ref 8, event-channel 16, protocol 1 (x86_64-abi) persistent grants
[  262.043440] xen_bridge: port 1(vif1.0) entered forwarding state
[  262.053391] xen_bridge: port 1(vif1.0) entered forwarding state
[  277.109743] xen_bridge: port 1(vif1.0) entered forwarding state
[  337.202907] FW: ipmasq, Forward .. EoC: IN=eth0 OUT=eth0 MAC=40:61:86:f4:67:d9:00:08:ae:10:46:60:08:00 SRC=109.71.162.194 DST=88.159.66.134 LEN=60 TOS=0x00 PREC=0x00 TTL=53 ID=11152 DF PROTO=TCP SPT=8080 DPT=52615 WINDOW=15544 RES=0x00 ACK PSH URGP=0 
[  382.215289] FW: ipmasq, Forward .. EoC: IN=eth0 OUT=eth0 MAC=40:61:86:f4:67:d9:00:08:ae:10:46:60:08:00 SRC=109.71.162.194 DST=88.159.66.134 LEN=2960 TOS=0x00 PREC=0x00 TTL=53 ID=13308 DF PROTO=TCP SPT=8080 DPT=52615 WINDOW=15544 RES=0x00 ACK URGP=0 
[  382.239917] FW: ipmasq, Forward .. EoC: IN=eth0 OUT=eth0 MAC=40:61:86:f4:67:d9:00:08:ae:10:46:60:08:00 SRC=109.71.162.194 DST=88.159.66.134 LEN=2960 TOS=0x00 PREC=0x00 TTL=53 ID=13310 DF PROTO=TCP SPT=8080 DPT=52615 WINDOW=15544 RES=0x00 ACK URGP=0 
[  419.813401] xen_bridge: port 1(vif1.0) entered disabled state
[  419.827600] device vif1.0 left promiscuous mode
[  419.840160] xen_bridge: port 1(vif1.0) entered disabled state
[  419.918079] pciback 0000:07:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100003)
[  419.998225] pciback 0000:07:00.1: restoring config space at offset 0x4 (was 0x100400, writing 0x100002)
[  420.051486] pciback 0000:07:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100003)
[  420.084983] pciback 0000:07:00.1: restoring config space at offset 0x4 (was 0x100400, writing 0x100002)

[-- Attachment #3: dmesg-guest.txt --]
[-- Type: text/plain, Size: 40590 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/24/2013
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.4.
[    0.000000] Xen Platform PCI: I/O protocol version 1
[    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[    0.000000] You might have to change the root device
[    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[    0.000000] in your root= kernel command line option
[    0.000000] HVMOP_pagetable_dying not supported
[    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 = 0x3f800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-combining
[    0.000000]   C0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
[    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
[    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000560000000 aka 22016M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000fb710-0x000fb71f] mapped at [ffff8800000fb710]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
[    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
[    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fffff]
[    0.000000]  [mem 0x3f600000-0x3f7fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f5fffff]
[    0.000000]  [mem 0x3c000000-0x3f5fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
[    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
[    0.000000] ACPI: RSDP 00000000000ea020 00024 (v02    Xen)
[    0.000000] ACPI: XSDT 00000000fc0101b0 00054 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: FACP 00000000fc00fe70 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 00000000fc004180 0BC6E (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: FACS 00000000fc004140 00040
[    0.000000] ACPI: APIC 00000000fc00ff70 000D8 (v02    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: HPET 00000000fc0100c0 00038 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: WAET 00000000fc010100 00028 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: SSDT 00000000fc010130 00031 (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: SSDT 00000000fc010170 00031 (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f7fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fffff]
[    0.000000]   NODE_DATA [mem 0x3f7f5000-0x3f7fffff]
[    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
[    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-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x3f7fffff]
[    0.000000] On node 0 totalpages: 259997
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 4000 pages used for memmap
[    0.000000]   DMA32 zone: 256000 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[    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 5 global_irq 5 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: 15 Processors exceeds NR_CPUS limit of 8
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 64
[    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen HVM
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000 s83136 r8192 d23360 u262144
[    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 255912
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 991448K/1039988K available (10109K kernel code, 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:4352 nr_irqs:1152 16
[    0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 5855 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 3200.154 MHz processor
[    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.98 BogoMIPS (lpj=10667180)
[    0.006666] pid_max: default: 32768 minimum: 301
[    0.006799] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.008295] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.010158] Mount-cache hash table entries: 256
[    0.011888] Initializing cgroup subsys freezer
[    0.013358] Initializing cgroup subsys blkio
[    0.014544] tseg: 0000000000
[    0.015569] CPU: Physical Processor ID: 0
[    0.016670] CPU: Processor Core ID: 0
[    0.017964] mce: CPU supports 2 MCE banks
[    0.018997] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.018997] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    0.018997] tlb_flushall_shift: 4
[    0.020270] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 - ffffffff82003000)
[    0.024943] ACPI: Core revision 20130725
[    0.034620] ACPI: All ACPI Tables successfully acquired
[    0.039317] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.073617] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
[    0.080015] Xen: using vcpuop timer interface
[    0.081070] installing Xen timer for CPU 0
[    0.082240] Performance Events: Broken PMU hardware detected, using software events only.
[    0.083333] Failed to access perfctr msr (MSR c0010004 is 0)
[    0.106944] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.113838] installing Xen timer for CPU 1
[    0.117272] SMP alternatives: lockdep: fixing up alternatives
[    0.120133] smpboot: Booting Node   0, Processors  #1
[    0.220265] Brought up 2 CPUs
[    0.222101] smpboot: Total of 2 processors activated (12907.60 BogoMIPS)
[    0.227349] xor: measuring software checksum speed
[    0.260012]    prefetch64-sse:   907.200 MB/sec
[    0.293338]    generic_sse:   907.200 MB/sec
[    0.294514] xor: using function: generic_sse (907.200 MB/sec)
[    0.295826] NET: Registered protocol family 16
[    0.296897] xenbus: xs_reset_watches failed: -38
[    0.297803] cpuidle: using governor ladder
[    0.300008] cpuidle: using governor menu
[    0.304543] ACPI: bus type PCI registered
[    0.305605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.307148] PCI: Using configuration type 1 for base access
[    0.308259] PCI: Using configuration type 1 for extended access
[    0.350085] bio: create slab <bio-0> at 0
[    0.406695] raid6: sse2x1    3029 MB/s
[    0.462650] raid6: sse2x2    4081 MB/s
[    0.519596] raid6: sse2x4    4072 MB/s
[    0.520005] raid6: using algorithm sse2x2 (4081 MB/s)
[    0.521082] raid6: using intx1 recovery algorithm
[    0.523363] ACPI: Added _OSI(Module Device)
[    0.524511] ACPI: Added _OSI(Processor Device)
[    0.525589] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.526649] ACPI: Added _OSI(Processor Aggregator Device)
[    0.531428] ACPI: EC: Look up EC in DSDT
[    0.541061] ACPI: Interpreter enabled
[    0.542133] ACPI: (supports S0 S5)
[    0.543110] ACPI: Using IOAPIC for interrupt routing
[    0.543377] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.640438] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.642184] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.643343] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.645977] pci_bus 0000:00: dev 00, created physical slot 0
[    0.646802] pci_bus 0000:00: dev 01, created physical slot 1
[    0.648558] pci_bus 0000:00: dev 02, created physical slot 2
[    0.650118] pci_bus 0000:00: dev 03, created physical slot 3
[    0.651823] pci_bus 0000:00: dev 04, created physical slot 4
[    0.653446] pci_bus 0000:00: dev 05, created physical slot 5
[    0.655147] pci_bus 0000:00: dev 06, created physical slot 6
[    0.656780] pci_bus 0000:00: dev 07, created physical slot 7
[    0.658474] pci_bus 0000:00: dev 08, created physical slot 8
[    0.660109] pci_bus 0000:00: dev 09, created physical slot 9
[    0.661807] pci_bus 0000:00: dev 0a, created physical slot 10
[    0.663446] pci_bus 0000:00: dev 0b, created physical slot 11
[    0.665161] pci_bus 0000:00: dev 0c, created physical slot 12
[    0.666776] pci_bus 0000:00: dev 0d, created physical slot 13
[    0.668481] pci_bus 0000:00: dev 0e, created physical slot 14
[    0.670104] pci_bus 0000:00: dev 0f, created physical slot 15
[    0.671800] pci_bus 0000:00: dev 10, created physical slot 16
[    0.673438] pci_bus 0000:00: dev 11, created physical slot 17
[    0.675147] pci_bus 0000:00: dev 12, created physical slot 18
[    0.676769] pci_bus 0000:00: dev 13, created physical slot 19
[    0.678567] pci_bus 0000:00: dev 14, created physical slot 20
[    0.680102] pci_bus 0000:00: dev 15, created physical slot 21
[    0.681847] pci_bus 0000:00: dev 16, created physical slot 22
[    0.683435] pci_bus 0000:00: dev 17, created physical slot 23
[    0.685139] pci_bus 0000:00: dev 18, created physical slot 24
[    0.686769] pci_bus 0000:00: dev 19, created physical slot 25
[    0.688523] pci_bus 0000:00: dev 1a, created physical slot 26
[    0.690102] pci_bus 0000:00: dev 1b, created physical slot 27
[    0.691801] pci_bus 0000:00: dev 1c, created physical slot 28
[    0.693437] pci_bus 0000:00: dev 1d, created physical slot 29
[    0.695183] pci_bus 0000:00: dev 1e, created physical slot 30
[    0.696771] pci_bus 0000:00: dev 1f, created physical slot 31
[    0.698750] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
[    0.700129] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
[    0.701724] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
[    0.703298] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
[    0.703344] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
[    0.705019] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
[    0.706760] acpiphp: Slot [0] registered
[    0.712146] acpiphp: Slot [3] registered
[    0.713386] acpiphp: Slot [4] registered
[    0.716829] acpiphp: Slot [5] registered
[    0.717605] acpiphp: Slot [6] registered
[    0.720921] acpiphp: Slot [7] registered
[    0.722319] acpiphp: Slot [8] registered
[    0.724063] acpiphp: Slot [9] registered
[    0.725617] acpiphp: Slot [10] registered
[    0.727489] acpiphp: Slot [11] registered
[    0.728985] acpiphp: Slot [12] registered
[    0.730711] acpiphp: Slot [13] registered
[    0.734068] acpiphp: Slot [14] registered
[    0.734185] acpiphp: Slot [15] registered
[    0.738919] acpiphp: Slot [16] registered
[    0.740769] acpiphp: Slot [17] registered
[    0.740769] acpiphp: Slot [18] registered
[    0.744073] acpiphp: Slot [19] registered
[    0.744073] acpiphp: Slot [20] registered
[    0.747480] acpiphp: Slot [21] registered
[    0.750030] acpiphp: Slot [22] registered
[    0.752278] acpiphp: Slot [23] registered
[    0.754557] acpiphp: Slot [24] registered
[    0.756894] acpiphp: Slot [25] registered
[    0.757406] acpiphp: Slot [26] registered
[    0.760709] acpiphp: Slot [27] registered
[    0.760828] acpiphp: Slot [28] registered
[    0.763415] acpiphp: Slot [29] registered
[    0.766717] acpiphp: Slot [30] registered
[    0.770235] acpiphp: Slot [31] registered
[    0.770235] PCI host bridge to bus 0000:00
[    0.771702] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.773284] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.776688] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.778338] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.779999] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfbffffff]
[    0.780027] pci_bus 0000:00: scanning bus
[    0.781881] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.783440] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
[    0.790449] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.800413] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.803513] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
[    0.810404] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[    0.816607] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
[    0.820395] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.822112] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
[    0.823367] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[    0.823367] * this clock source is slow. Consider trying other clock sources
[    0.829675] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
[    0.830126] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.832856] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
[    0.835102] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[    0.837742] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
[    0.840010] pci 0000:00:02.0: reg 0x14: [mem 0xf3064000-0xf3064fff]
[    0.847074] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
[    0.847894] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.850189] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
[    0.861157] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
[    0.866687] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.873353] pci 0000:00:05.0: reg 0x18: [mem 0xf3020000-0xf303ffff 64bit]
[    0.880011] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
[    0.893345] pci 0000:00:05.0: reg 0x30: [mem 0xf3040000-0xf305ffff pref]
[    0.896752] pci 0000:00:05.0: supports D1 D2
[    0.899348] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
[    0.899999] pci 0000:00:06.0: reg 0x10: [mem 0xf3060000-0xf3063fff 64bit]
[    0.899999] pci 0000:00:06.0: supports D1 D2
[    0.913872] pci_bus 0000:00: fixups for bus
[    0.914910] pci_bus 0000:00: bus scan returning with max=00
[    0.916541] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[    0.919731] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.923079] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.926421] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[    0.953606] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.955571] ACPI: \_SB_.PCI0: notify handler is installed
[    0.956993] Found 1 acpi root devices
[    0.958074] xen:balloon: Initialising balloon driver
[    0.960079] xen_balloon: Initialising balloon driver
[    0.963518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.965181] vgaarb: device added: PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
[    0.966710] vgaarb: loaded
[    0.967725] vgaarb: bridge control possible 0000:00:05.0
[    0.968785] vgaarb: no bridge control possible 0000:00:02.0
[    0.970043] SCSI subsystem initialized
[    0.971084] libata version 3.00 loaded.
[    0.971107] ACPI: bus type USB registered
[    0.973444] usbcore: registered new interface driver usbfs
[    0.974500] usbcore: registered new interface driver hub
[    0.974500] usbcore: registered new device driver usb
[    0.976775] Linux video capture interface: v2.00
[    0.977774] pps_core: LinuxPPS API ver. 1 registered
[    0.977801] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.980045] PTP clock support registered
[    0.983432] Advanced Linux Sound Architecture Driver Initialized.
[    0.984634] PCI: Using ACPI for IRQ routing
[    0.986675] PCI: pci_cache_line_size set to 64 bytes
[    0.987928] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
[    0.989500] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
[    0.990019] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
[    0.991665] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
[    0.993212] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
[    0.993419] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
[    0.995130] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
[    0.996688] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3064000-0xf3064fff flags 0x40200] (d=0, p=0)
[    0.999206] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
[    1.000022] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
[    1.002487] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
[    1.003354] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3020000-0xf303ffff flags 0x140204] (d=0, p=0)
[    1.005735] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
[    1.006893] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3060000-0xf3063fff flags 0x140204] (d=0, p=0)
[    1.010029] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.011657] e820: reserve RAM buffer [mem 0x3f800000-0x3fffffff]
[    1.013596] Bluetooth: Core ver 2.16
[    1.015073] NET: Registered protocol family 31
[    1.016678] Bluetooth: HCI device and connection manager initialized
[    1.018330] Bluetooth: HCI socket layer initialized
[    1.019879] Bluetooth: L2CAP socket layer initialized
[    1.020027] Bluetooth: SCO socket layer initialized
[    1.021687] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    1.023333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.026602] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[    1.031115] Switched to clocksource xen
[    1.031906] FS-Cache: Loaded
[    1.033455] pnp: PnP ACPI init
[    1.035043] ACPI: bus type PNP registered
[    1.036941] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.038723] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.040631] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.042566] system 00:02: [io  0x08a0-0x08a3] has been reserved
[    1.044222] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
[    1.045863] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    1.047487] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.049188] pnp 00:03: [dma 4]
[    1.050774] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.052456] xen: --> pirq=16 -> irq=8 (gsi=8)
[    1.054107] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.055968] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    1.057735] xen: --> pirq=17 -> irq=12 (gsi=12)
[    1.059469] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
[    1.061240] xen: --> pirq=18 -> irq=1 (gsi=1)
[    1.063003] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    1.065430] xen: --> pirq=19 -> irq=6 (gsi=6)
[    1.067016] pnp 00:08: [dma 2]
[    1.068654] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    1.070393] xen: --> pirq=20 -> irq=4 (gsi=4)
[    1.072074] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.073878] xen: --> pirq=21 -> irq=7 (gsi=7)
[    1.075616] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[    1.077553] system 00:0b: [io  0x10c0-0x1141] has been reserved
[    1.079203] system 00:0b: [io  0xb044-0xb047] has been reserved
[    1.080825] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.112690] pnp: PnP ACPI: found 12 devices
[    1.113757] ACPI: bus type PNP unregistered
[    1.128311] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.129441] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.130535] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.131638] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
[    1.132787] NET: Registered protocol family 2
[    1.134242] TCP established hash table entries: 8192 (order: 5, 131072 bytes)
[    1.135510] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
[    1.137240] TCP: Hash tables configured (established 8192 bind 8192)
[    1.138477] TCP: reno registered
[    1.139452] UDP hash table entries: 512 (order: 4, 81920 bytes)
[    1.140693] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
[    1.142103] NET: Registered protocol family 1
[    1.143219] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
[    1.144352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.145807] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
[    1.147024] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.148260] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
[    1.149382] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.150638] pci 0000:00:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    1.152356] xen: --> pirq=22 -> irq=23 (gsi=23)
[    1.154573] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
[    1.155733] pci 0000:00:02.0: Boot video device
[    1.156905] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
[    1.158151] pci 0000:00:05.0: Boot video device
[    1.159338] PCI: CLS 0 bytes, default 64
[    1.160460] Trying to unpack rootfs image as initramfs...
[    1.232461] Freeing initrd memory: 4996K (ffff88003762e000 - ffff880037b0f000)
[    1.241755] DMA-API: preallocated 65536 debug entries
[    1.243000] DMA-API: debugging enabled by kernel config
[    1.245351] Scanning for low memory corruption every 60 seconds
[    1.249017] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
[    1.251868] audit: initializing netlink socket (disabled)
[    1.253075] type=2000 audit(1380055215.094:1): initialized
[    1.255110] bounce pool size: 64 pages
[    1.256181] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.266413] VFS: Disk quotas dquot_6.5.2
[    1.267734] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.271544] NTFS driver 2.1.30 [Flags: R/W].
[    1.273104] fuse init (API version 7.22)
[    1.275328] bio: create slab <bio-1> at 1
[    1.277119] Btrfs loaded
[    1.279056] GFS2 installed
[    1.280340] ceph: loaded (mds proto 32)
[    1.281422] msgmni has been set to 1946
[    1.284523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.286233] io scheduler noop registered
[    1.287275] io scheduler deadline registered
[    1.288714] io scheduler cfq registered (default)
[    1.291084] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    1.292216] crc32: self tests passed, processed 225944 bytes in 108931 nsec
[    1.293512] crc32c: CRC_LE_BITS = 64
[    1.294555] crc32c: self tests passed, processed 225944 bytes in 54737 nsec
[    1.296488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.298013] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.299178] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
[    1.300685] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[    1.302318] cpcihp_generic: not configured, disabling.
[    1.303515] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.331972] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    1.333832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.335488] ACPI: Power Button [PWRF]
[    1.336687] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    1.338370] ACPI: Sleep Button [SLPF]
[    1.340672] xen:xen_evtchn: Event-channel device installed
[    1.342867] xen: --> pirq=23 -> irq=28 (gsi=28)
[    1.344008] xen:grant_table: Grant tables using version 1 layout
[    1.345311] Grant table initialized
[    1.347678] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.381930] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.385938] Linux agpgart interface v0.103
[    1.387640] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    1.389359] Hangcheck: Using getrawmonotonic().
[    1.390525] [drm] Initialized drm 1.1.0 20060810
[    1.391768] [drm] radeon kernel modesetting enabled.
[    1.392858] [drm:drm_pci_init], 
[    1.394484] [drm:drm_get_pci_dev], 
[    1.396849] xen: --> pirq=32 -> irq=36 (gsi=36)
[    1.398579] [drm:drm_get_minor], 
[    1.400565] [drm:drm_get_minor], new minor assigned 64
[    1.402100] [drm:drm_get_minor], 
[    1.403694] [drm:drm_get_minor], new minor assigned 0
[    1.405855] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
[    1.407434] [drm] register mmio base: 0xF3020000
[    1.408494] [drm] register mmio size: 131072
[    1.409531] [drm] radeon_atrm_get_bios: failed 
[    1.410621] [drm] radeon_acpi_vfct_bios: failed 
[    1.411744] [drm] igp_read_bios_from_vram: failed 
[    1.412800] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3040000
[    1.414900] [drm] radeon_read_bios: succes 
[    1.415956] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
[    1.418083] [drm:radeon_get_bios], COMBIOS detected
[    1.419537] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
[    1.420672] radeon 0000:00:05.0: Fatal error during GPU init
[    1.421760] [drm] radeon: finishing device.
[    1.422782] [TTM] Memory type 2 has not been initialized
[    1.434694] [drm:drm_put_minor], release secondary minor 0
[    1.436586] [drm:drm_put_minor], release secondary minor 64
[    1.439455] radeon: probe of 0000:00:05.0 failed with error -22
[    1.440726] [drm:drm_pci_init], 
[    1.442410] [drm:drm_pci_init], 
[    1.448631] brd: module loaded
[    1.452128] loop: module loaded
[    1.464146] tun: Universal TUN/TAP device driver, 1.6
[    1.465554] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.467039] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    1.468576] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    1.470130] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: disabled;
[    1.470134] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.470135] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    1.470200] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[    1.470201] igb: Copyright (c) 2007-2013 Intel Corporation.
[    1.470262] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[    1.470263] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.470387] xen_netfront: Initialising Xen virtual ethernet driver
[    1.482756] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.483960] ehci-pci: EHCI PCI platform driver
[    1.485239] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.486457] ohci-pci: OHCI PCI platform driver
[    1.487613] uhci_hcd: USB Universal Host Controller Interface driver
[    1.489690] uhci_hcd 0000:00:01.2: enabling bus mastering
[    1.490944] uhci_hcd 0000:00:01.2: setting latency timer to 64
[    1.492106] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.493553] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.495537] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
[    1.498115]  xvda: xvda1 xvda2 < xvda5 >
[    1.498266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.498268] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.498269] usb usb1: Product: UHCI Host Controller
[    1.498270] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
[    1.498271] usb usb1: SerialNumber: 0000:00:01.2
[    1.505755] hub 1-0:1.0: USB hub found
[    1.506974] hub 1-0:1.0: 2 ports detected
[    1.508999] usbcore: registered new interface driver usblp
[    1.510399] usbcore: registered new interface driver usb-storage
[    1.511920] usbcore: registered new interface driver usbserial
[    1.513404] usbcore: registered new interface driver cp210x
[    1.514844] usbserial: USB Serial support registered for cp210x
[    1.516266] usbcore: registered new interface driver cypress_m8
[    1.517850] usbserial: USB Serial support registered for DeLorme Earthmate USB
[    1.519730] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[    1.521539] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[    1.523573] usbcore: registered new interface driver mos7720
[    1.524989] usbserial: USB Serial support registered for Moschip 2 port adapter
[    1.526836] usbcore: registered new interface driver mos7840
[    1.528687] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[    1.530742] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.535587] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.536951] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.539328] mousedev: PS/2 mouse device common for all mice
[    1.543207] input: Xen Virtual Keyboard as /devices/virtual/input/input3
[    1.544491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.546526] input: Xen Virtual Pointer as /devices/virtual/input/input4
[    1.552837] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.554440] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram, hpet irqs
[    1.557428] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[    1.560941] lirc_dev: IR Remote Control driver registered, major 248 
[    1.562258] IR NEC protocol handler initialized
[    1.563506] IR RC5(x) protocol handler initialized
[    1.564797] IR RC6 protocol handler initialized
[    1.566120] IR JVC protocol handler initialized
[    1.567376] IR Sony protocol handler initialized
[    1.568574] IR RC5 (streamzap) protocol handler initialized
[    1.569876] IR SANYO protocol handler initialized
[    1.571173] IR MCE Keyboard/mouse protocol handler initialized
[    1.572698] IR LIRC bridge handler initialized
[    1.573988] cx25821: driver version 0.0.106 loaded
[    1.577318] usbcore: registered new interface driver pvrusb2
[    1.578815] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[    1.580616] pvrusb2: Debug mask is 31 (0x1f)
[    1.583890] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    1.585432] xen_wdt: Xen WatchDog Timer Driver v0.01
[    1.587025] xen_wdt: initialized (timeout=60s, nowayout=0)
[    1.588576] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
[    1.590475] Bluetooth: Virtual HCI driver ver 1.3
[    1.591686] Bluetooth: HCI UART driver ver 2.2
[    1.592766] Bluetooth: HCI H4 protocol initialized
[    1.595138] Bluetooth: HCI BCSP protocol initialized
[    1.601309] Bluetooth: HCILL protocol initialized
[    1.602469] Bluetooth: HCIATH3K protocol initialized
[    1.603590] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[    1.604888] usbcore: registered new interface driver bcm203x
[    1.606237] usbcore: registered new interface driver bpa10x
[    1.607887] usbcore: registered new interface driver bfusb
[    1.609252] usbcore: registered new interface driver btusb
[    1.610755] usbcore: registered new interface driver ath3k
[    1.612310] hidraw: raw HID events driver (C) Jiri Kosina
[    1.615218] usbcore: registered new interface driver usbhid
[    1.616378] usbhid: USB HID core driver
[    1.620117] xen: --> pirq=33 -> irq=41 (gsi=41)
[    1.622393] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
[    1.623619] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=79
[    1.630826] usbcore: registered new interface driver snd-usb-audio
[    1.632071] usbcore: registered new interface driver snd-ua101
[    1.633330] usbcore: registered new interface driver snd-usb-usx2y
[    1.634574] usbcore: registered new interface driver snd-usb-caiaq
[    1.635889] usbcore: registered new interface driver snd-usb-6fire
[    1.637070] Netfilter messages via NETLINK v0.30.
[    1.638179] nfnl_acct: registering with nfnetlink.
[    1.639345] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
[    1.640958] ctnetlink v0.93: registering with nfnetlink.
[    1.642639] xt_time: kernel timezone is -0000
[    1.643778] ip_set: protocol 6
[    1.644788] IPVS: Registered protocols ()
[    1.646089] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    1.647754] IPVS: Creating netns size=1904 id=0
[    1.649478] IPVS: ipvs loaded.
[    1.650932] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.652248] TCP: cubic registered
[    1.653256] NET: Registered protocol family 17
[    1.654825] Bridge firewalling registered
[    1.655901] Ebtables v2.0 registered
[    1.657071] Bluetooth: RFCOMM TTY layer initialized
[    1.658206] Bluetooth: RFCOMM socket layer initialized
[    1.659301] Bluetooth: RFCOMM ver 1.11
[    1.660461] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.661586] Bluetooth: BNEP filters: protocol multicast
[    1.662684] Bluetooth: BNEP socket layer initialized
[    1.663796] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.664993] Bluetooth: HIDP socket layer initialized
[    1.666108] Key type ceph registered
[    1.667320] libceph: loaded (mon/osd proto 15/24)
[    1.669338] registered taskstats version 1
[    1.672494] xenbus_probe_frontend: Device with no driver: device/pci/0
[    1.674333] console [netcon0] enabled
[    1.675442] netconsole: network logging started
[    1.676580] rtc_cmos 00:04: setting system clock to 2013-09-24 20:40:16 UTC (1380055216)
[    1.678417] ALSA device list:
[    1.679444]   #0: HD-Audio Generic at 0xf3060000 irq 79
[    1.681877] Freeing unused kernel memory: 1068K (ffffffff81ef0000 - ffffffff81ffb000)
[    1.683604] Write protecting the kernel read-only data: 14336k
[    1.685479] Freeing unused kernel memory: 120K (ffff8800019e2000 - ffff880001a00000)
[    1.687375] Freeing unused kernel memory: 36K (ffff880001df7000 - ffff880001e00000)
[    1.813476] usb 1-2: new full-speed USB device number 2 using uhci_hcd
[    2.175268] usb 1-2: New USB device found, idVendor=0627, idProduct=0001
[    2.180724] usb 1-2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.186011] usb 1-2: Product: QEMU USB Tablet
[    2.190980] usb 1-2: Manufacturer: QEMU 0.10.2
[    2.196138] usb 1-2: SerialNumber: 1
[    2.226490] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[    2.255172] input: QEMU 0.10.2 QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2:1.0/input/input6
[    2.259894] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU 0.10.2 QEMU USB Tablet] on usb-0000:00:01.2-2/input0
[    2.377302] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.322243] udevd[1531]: starting version 175
[   10.286473] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1 across:901116k SS
[   10.375099] EXT4-fs (xvda1): re-mounted. Opts: (null)
[   10.726548] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro

[-- Attachment #4: guest.cfg --]
[-- Type: application/octet-stream, Size: 492 bytes --]

builder='hvm'
device_model_version = 'qemu-xen-traditional' 

memory = 1024
name = "xbmc"

vcpus = 2
cpus  = '1-5'

vif = [ 'bridge=xen_bridge,ip=192.168.1.44,mac=00:16:3A:C6:76:65, model=e1000' ]

disk = [ 'phy:/dev/xen_vms/xbmc,hda,w' ]

on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

boot="c"

vnc=1
vnclisten="172.16.1.1"
vncdisplay=9
vncunused=1
vncpasswd='test'

serial='pty'
usbdevice='tablet'

xen_platform_pci=1
pci=['07:00.0','07:00.1']
pci_msitranslate=0

[-- Attachment #5: lspci-dom0.txt --]
[-- Type: text/plain, Size: 79629 bytes --]

00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
	Control: I/O- 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: [b]
		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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Control: I/O- 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 10
	Capabilities: [40] Secure device <?>
	Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4128
	Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fa000000-fe9fffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: f9f00000-f9ffffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
	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 #1, Speed 5GT/s, Width x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: f9e00000-f9efffff
	Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
	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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: f9d00000-f9dfffff
	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
	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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9c00000-f9cfffff
	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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #9, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9a00000-f9bfffff
	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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: f9900000-f99fffff
	Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9800000-f98fffff
	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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 11.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
	Memory behind bridge: f9700000-f97fffff
	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 5GT/s, Width x1, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 121
	Region 0: I/O ports at 6000 [size=8]
	Region 1: I/O ports at 5000 [size=4]
	Region 2: I/O ports at 3000 [size=8]
	Region 3: I/O ports at 2000 [size=4]
	Region 4: I/O ports at 1000 [size=16]
	Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] SATA HBA v1.0 InCfgSpace
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95f7000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fc000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
	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-
	Kernel driver in use: piix4_smbus

00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: snd_hda_intel

00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fd000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, 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 unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #32, 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+ ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: pcieport

00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fe000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: [b]
		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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- 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

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 22
	Region 0: I/O ports at 9800 [disabled] [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-
	Kernel driver in use: pciback

04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 40
	Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable- Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, 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: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9800000-f98fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [80] Subsystem: Device [0000:0000]
	Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-

06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 37
	Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 38
	Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Device [1838:1074]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 39
	Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [disabled] [size=256]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 32
	Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at a000 [disabled] [size=256]
	Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 33
	Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 47
	Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [disabled] [size=2M]
	Capabilities: [40] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 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+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32+ WRR64+ WRR128-
		Ctrl:	ArbSelect=WRR64
		Status:	InProgress-
		Port Arbitration Table [240] <?>
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Kernel driver in use: pciback

09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 48
	Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, 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 ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: xhci_hcd

0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ 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 123
	Region 0: I/O ports at b800 [size=256]
	Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at f9de0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	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] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ 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 122
	Region 0: I/O ports at c800 [size=256]
	Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at f9ee0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	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] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at c0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at f9fc0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at d000 [disabled] [size=256]
	Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 29
	Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
	Control: I/O+ 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 10
	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
	Region 5: I/O ports at e800 [size=128]
	Expansion ROM at fe9e0000 [disabled] [size=128K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>


[-- Attachment #6: lspci-guest.txt --]
[-- Type: text/plain, Size: 7899 bytes --]

00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 0
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
	Subsystem: XenSource, Inc. Device [5853:0001]
	Physical Slot: 1
	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
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
	Region 4: I/O ports at c260 [size=16]

00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Interrupt: pin D routed to IRQ 23
	Region 4: I/O ports at c240 [size=32]
	Kernel driver in use: uhci_hcd

00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 01)
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 9

00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
	Subsystem: XenSource, Inc. Device [5853:0001]
	Physical Slot: 2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
	Region 1: Memory at f3064000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at <unassigned> [disabled]

00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device [5853:0001] (rev 01)
	Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
	Physical Slot: 3
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 28
	Region 0: I/O ports at c000 [size=256]
	Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
	Kernel driver in use: xen-platform-pci

00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Physical Slot: 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-
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f3020000 (64-bit, non-prefetchable) [size=128K]
	Region 4: I/O ports at c100 [size=256]
	Expansion ROM at f3040000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v9] #1002

00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Physical Slot: 6
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 79
	Region 0: Memory at f3060000 (64-bit, non-prefetchable) [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee57000  Data: 4300
	Capabilities: [100 v0] #1002
	Kernel driver in use: snd_hda_intel


[-- Attachment #7: qemu.diff --]
[-- Type: application/octet-stream, Size: 5057 bytes --]

diff --git a/hw/pass-through.c b/hw/pass-through.c
index 304c438..c042bfc 100644
--- a/hw/pass-through.c
+++ b/hw/pass-through.c
@@ -2179,6 +2179,8 @@ static void pt_bar_mapping_one(struct pt_dev *ptdev, int bar, int io_enable,
 
     r = &dev->io_regions[bar];
 
+    PT_LOG_DEV(dev, "pt_bar_mapping_one begin: [Region:%d]\n", bar);
+
     /* check valid region */
     if (!r->size)
         return;
@@ -2186,16 +2188,20 @@ static void pt_bar_mapping_one(struct pt_dev *ptdev, int bar, int io_enable,
     base = &ptdev->bases[bar];
     /* skip unused BAR or upper 64bit BAR */
     if ((base->bar_flag == PT_BAR_FLAG_UNUSED) ||
-       (base->bar_flag == PT_BAR_FLAG_UPPER))
-           return;
+       (base->bar_flag == PT_BAR_FLAG_UPPER)){
 
+           PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] skip unused BAR or upper 64bit BAR\n", bar);
+           return;
+    }
     /* copy region address to temporary */
     r_addr = r->addr;
 
     /* need unmapping in case I/O Space or Memory Space disable */
     if (((base->bar_flag == PT_BAR_FLAG_IO) && !io_enable ) ||
-        ((base->bar_flag == PT_BAR_FLAG_MEM) && !mem_enable ))
+        ((base->bar_flag == PT_BAR_FLAG_MEM) && !mem_enable )){
         r_addr = -1;
+        PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] need unmapping in case I/O Space or Memory Space disable\n", bar);
+    }
     if ( (bar == PCI_ROM_SLOT) && (r_addr != -1) )
     {
         reg_grp_entry = pt_find_reg_grp(ptdev, PCI_ROM_ADDRESS);
@@ -2205,12 +2211,15 @@ static void pt_bar_mapping_one(struct pt_dev *ptdev, int bar, int io_enable,
             if (reg_entry && !(reg_entry->data & PCI_ROM_ADDRESS_ENABLE))
                 r_addr = -1;
         }
+	PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d][Address:%08xh]"
+            "[Size:%08xh] bar == PCI_ROM_SLOT.\n", bar, r_addr, r->size);
     }
 
     /* prevent guest software mapping memory resource to 00000000h */
-    if ((base->bar_flag == PT_BAR_FLAG_MEM) && (r_addr == 0))
+    if ((base->bar_flag == PT_BAR_FLAG_MEM) && (r_addr == 0)){
         r_addr = -1;
-
+        PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] prevent guest software mapping memory resource to 00000000h\n", bar);
+    }
     /* align resource size (memory type only) */
     r_size = r->size;
     PT_GET_EMUL_SIZE(base->bar_flag, r_size);
@@ -2225,9 +2234,12 @@ static void pt_bar_mapping_one(struct pt_dev *ptdev, int bar, int io_enable,
     /* check whether we need to update the mapping or not */
     if (r_addr != ptdev->bases[bar].e_physbase)
     {
+        PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] update bar mapping [Address:%08xh] [Size:%08xh] [Type:%08xh]\n", bar, r_addr,  r_size,  r->type);
         /* mapping BAR */
         r->map_func((PCIDevice *)ptdev, bar, r_addr,
                      r_size, r->type);
+    } else {
+        PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] update bar mapping NOT needed [Address:%08xh] [Size:%08xh] [Type:%08xh]\n", bar, r_addr,  r_size,  r->type);
     }
 }
 
diff --git a/hw/pass-through.h b/hw/pass-through.h
index d7d837c..c074eda 100644
--- a/hw/pass-through.h
+++ b/hw/pass-through.h
@@ -43,7 +43,7 @@
 #endif
 
 /* Some compilation flags */
-// #define PT_DEBUG_PCI_CONFIG_ACCESS
+#define PT_DEBUG_PCI_CONFIG_ACCESS
 
 #define PT_MACHINE_IRQ_AUTO (0xFFFFFFFF)
 #define PT_VIRT_DEVFN_AUTO  (-1)
diff --git a/hw/pci.c b/hw/pci.c
index c423285..a15bffb 100644
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -37,7 +37,7 @@
 
 extern int igd_passthru;
 
-//#define DEBUG_PCI
+#define DEBUG_PCI
 
 struct PCIBus {
     int bus_num;
@@ -344,6 +344,8 @@ void pci_register_io_region(PCIDevice *pci_dev, int region_num,
     } else {
         addr = 0x10 + region_num * 4;
     }
++   fprintf(stderr, "pci_register_io_region with addr=0x%x region_num=%d type=0x%x, size=0x%x\n",addr,(unsigned int)region_num, type, size);
+
     *(uint32_t *)(pci_dev->config + addr) = cpu_to_le32(type);
 }
 
@@ -355,12 +357,15 @@ static void pci_update_mappings(PCIDevice *d)
 
     cmd = le16_to_cpu(*(uint16_t *)(d->config + PCI_COMMAND));
     for(i = 0; i < PCI_NUM_REGIONS; i++) {
+
+
         r = &d->io_regions[i];
         if (i == PCI_ROM_SLOT) {
             config_ofs = 0x30;
         } else {
             config_ofs = 0x10 + i * 4;
         }
+	fprintf(stderr, " pci_update_mappings ... config_ofs=0x%x cmd=%d region_num=%d type=0x%x, size=0x%x\n",config_ofs ,cmd,i, r->type, r->size);
         if (r->size != 0) {
             if (r->type & PCI_ADDRESS_SPACE_IO) {
                 if (cmd & PCI_COMMAND_IO) {
diff --git a/hw/pt-graphics.c b/hw/pt-graphics.c
index 7302b25..3e26979 100644
--- a/hw/pt-graphics.c
+++ b/hw/pt-graphics.c
@@ -90,8 +90,8 @@ void igd_write_opregion(struct pt_dev *real_dev, uint32_t val)
         igd_guest_opregion = 0;
     }
 #ifdef PT_DEBUG_PCI_CONFIG_ACCESS
-    PT_LOG_DEV((PCIDevice*)real_dev, "addr=%x len=%lx val=%x\n",
-            PCI_INTEL_OPREGION, len, val);
+    PT_LOG_DEV((PCIDevice*)real_dev, "addr=%x val=%x\n",
+            PCI_INTEL_OPREGION, val);
 #endif
 
 }

[-- Attachment #8: qemu-dm-guest-short.log --]
[-- Type: application/octet-stream, Size: 69197 bytes --]

domid: 1
-videoram option does not work with cirrus vga device model. Videoram set to 4M.
Using file /dev/xen_vms/xbmc in read-write mode
Watching /local/domain/0/device-model/1/logdirty/cmd
Watching /local/domain/0/device-model/1/command
Watching /local/domain/1/cpu
char device redirected to /dev/pts/2
qemu_map_cache_init nr_buckets = 10000 size 4194304
shared page at pfn feffd
buffered io page at pfn feffb
Guest uuid = 25cd2bd7-8eb2-4f39-80b1-e33eb27625d8
populating video RAM at ff000000
mapping video RAM from ff000000
pci_register_io_region with addr=0x10 region_num=0 type=0x8, size=0x2000000
pci_register_io_region with addr=0x14 region_num=1 type=0x0, size=0x1000
Register xen platform.
pci_register_io_region with addr=0x10 region_num=0 type=0x1, size=0x100
pci_register_io_region with addr=0x14 region_num=1 type=0x8, size=0x1000000
Done register platform.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state.
pci_register_io_region with addr=0x10 region_num=0 type=0x0, size=0x20000
pci_register_io_region with addr=0x14 region_num=1 type=0x1, size=0x40
pci_register_io_region with addr=0x20 region_num=4 type=0x1, size=0x10
pci_register_io_region with addr=0x20 region_num=4 type=0x1, size=0x20
xs_read(/local/domain/0/device-model/1/xen_extended_power_mgmt): read error
Log-dirty: no command yet.
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
vcpu-set: watch node error.
[xenstore_process_vcpu_set_event]: /local/domain/1/cpu has no CPU!
xs_read(/local/domain/1/log-throttling): read error
qemu: ignoring not-understood drive `/local/domain/1/log-throttling'
medium change watch on `/local/domain/1/log-throttling' - unknown device, ignored
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 07:00.0 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x7:0x0.0x0
pci_register_io_region with addr=0x10 region_num=0 type=0x8, size=0x10000000
pt_register_regions: IO region registered (size=0x10000000 base_addr=0xa000000c)
pci_register_io_region with addr=0x18 region_num=2 type=0x0, size=0x20000
pt_register_regions: IO region registered (size=0x00020000 base_addr=0xf99c0004)
pci_register_io_region with addr=0x20 region_num=4 type=0x1, size=0x100
pt_register_regions: IO region registered (size=0x00000100 base_addr=0x0000a001)
pci_register_io_region with addr=0x30 region_num=6 type=0x8, size=0x20000
pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)
pci_intx: intx=1
register_real_device: Real physical device 07:00.0 registered successfuly!
IRQ type = INTx
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 07:00.1 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x7:0x0.0x1
pci_register_io_region with addr=0x10 region_num=0 type=0x0, size=0x4000
pt_register_regions: IO region registered (size=0x00004000 base_addr=0xf99fc004)
pci_intx: intx=2
register_real_device: Real physical device 07:00.1 registered successfuly!
IRQ type = INTx
pci_config_write: PIIX3: addr=60 val=00000005 len=1
pci_config_write: PIIX3: addr=61 val=0000000a len=1
pci_config_write: PIIX3: addr=62 val=0000000b len=1
pci_config_write: PIIX3: addr=63 val=00000005 len=1
pci_config_read: i440FX: addr=0a val=00000600 len=2
pci_config_read: i440FX: addr=00 val=00008086 len=2
pci_config_read: i440FX: addr=02 val=00001237 len=2
pci_config_read: i440FX: addr=10 val=00000000 len=4
pci_config_write: i440FX: addr=10 val=ffffffff len=4
pci_config_read: i440FX: addr=10 val=00000000 len=4
pci_config_write: i440FX: addr=10 val=00000000 len=4
pci_config_read: i440FX: addr=14 val=00000000 len=4
pci_config_write: i440FX: addr=14 val=ffffffff len=4
pci_config_read: i440FX: addr=14 val=00000000 len=4
pci_config_write: i440FX: addr=14 val=00000000 len=4
pci_config_read: i440FX: addr=18 val=00000000 len=4
pci_config_write: i440FX: addr=18 val=ffffffff len=4
pci_config_read: i440FX: addr=18 val=00000000 len=4
pci_config_write: i440FX: addr=18 val=00000000 len=4
pci_config_read: i440FX: addr=1c val=00000000 len=4
pci_config_write: i440FX: addr=1c val=ffffffff len=4
pci_config_read: i440FX: addr=1c val=00000000 len=4
pci_config_write: i440FX: addr=1c val=00000000 len=4
pci_config_read: i440FX: addr=20 val=00000000 len=4
pci_config_write: i440FX: addr=20 val=ffffffff len=4
pci_config_read: i440FX: addr=20 val=00000000 len=4
pci_config_write: i440FX: addr=20 val=00000000 len=4
pci_config_read: i440FX: addr=24 val=00000000 len=4
pci_config_write: i440FX: addr=24 val=ffffffff len=4
pci_config_read: i440FX: addr=24 val=00000000 len=4
pci_config_write: i440FX: addr=24 val=00000000 len=4
pci_config_read: i440FX: addr=30 val=00000000 len=4
pci_config_write: i440FX: addr=30 val=ffffffff len=4
pci_config_read: i440FX: addr=30 val=00000000 len=4
pci_config_write: i440FX: addr=30 val=00000000 len=4
pci_config_read: i440FX: addr=3d val=00000000 len=1
pci_config_read: i440FX: addr=04 val=00000000 len=2
pci_config_write: i440FX: addr=04 val=00000004 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3: addr=0a val=00000601 len=2
pci_config_read: PIIX3: addr=00 val=00008086 len=2
pci_config_read: PIIX3: addr=02 val=00007000 len=2
pci_config_read: PIIX3: addr=10 val=00000000 len=4
pci_config_write: PIIX3: addr=10 val=ffffffff len=4
pci_config_read: PIIX3: addr=10 val=00000000 len=4
pci_config_write: PIIX3: addr=10 val=00000000 len=4
pci_config_read: PIIX3: addr=14 val=00000000 len=4
pci_config_write: PIIX3: addr=14 val=ffffffff len=4
pci_config_read: PIIX3: addr=14 val=00000000 len=4
pci_config_write: PIIX3: addr=14 val=00000000 len=4
pci_config_read: PIIX3: addr=18 val=00000000 len=4
pci_config_write: PIIX3: addr=18 val=ffffffff len=4
pci_config_read: PIIX3: addr=18 val=00000000 len=4
pci_config_write: PIIX3: addr=18 val=00000000 len=4
pci_config_read: PIIX3: addr=1c val=00000000 len=4
pci_config_write: PIIX3: addr=1c val=ffffffff len=4
pci_config_read: PIIX3: addr=1c val=00000000 len=4
pci_config_write: PIIX3: addr=1c val=00000000 len=4
pci_config_read: PIIX3: addr=20 val=00000000 len=4
pci_config_write: PIIX3: addr=20 val=ffffffff len=4
pci_config_read: PIIX3: addr=20 val=00000000 len=4
pci_config_write: PIIX3: addr=20 val=00000000 len=4
pci_config_read: PIIX3: addr=24 val=00000000 len=4
pci_config_write: PIIX3: addr=24 val=ffffffff len=4
pci_config_read: PIIX3: addr=24 val=00000000 len=4
pci_config_write: PIIX3: addr=24 val=00000000 len=4
pci_config_read: PIIX3: addr=30 val=00000000 len=4
pci_config_write: PIIX3: addr=30 val=ffffffff len=4
pci_config_read: PIIX3: addr=30 val=00000000 len=4
pci_config_write: PIIX3: addr=30 val=00000000 len=4
pci_config_read: PIIX3: addr=3d val=00000000 len=1
pci_config_read: PIIX3: addr=04 val=00000007 len=2
pci_config_write: PIIX3: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=0a val=00000101 len=2
pci_config_read: PIIX3 IDE: addr=00 val=00008086 len=2
pci_config_read: PIIX3 IDE: addr=02 val=00007010 len=2
pci_config_write: PIIX3 IDE: addr=40 val=00008000 len=2
pci_config_write: PIIX3 IDE: addr=42 val=00008000 len=2
pci_config_read: PIIX3 IDE: addr=10 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=10 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=10 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=10 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=14 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=14 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=14 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=14 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=18 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=18 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=18 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=18 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=1c val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=1c val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=1c val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=1c val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=20 val=00000001 len=4
pci_config_write: PIIX3 IDE: addr=20 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=0 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=0 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=0 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=0 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=0 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=0 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=0 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=20 val=fffffff1 len=4
pci_config_write: PIIX3 IDE: addr=20 val=00000001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=0 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=0 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=0 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=0 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=0 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=0 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=0 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=24 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=24 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=24 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=24 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=30 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=30 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=30 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=30 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=3d val=00000000 len=1
pci_config_read: PIIX3 IDE: addr=04 val=00000000 len=2
pci_config_write: PIIX3 IDE: addr=04 val=00000004 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=0a val=00000c03 len=2
pci_config_read: USB-UHCI: addr=00 val=00008086 len=2
pci_config_read: USB-UHCI: addr=02 val=00007020 len=2
pci_config_read: USB-UHCI: addr=10 val=00000000 len=4
pci_config_write: USB-UHCI: addr=10 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=10 val=00000000 len=4
pci_config_write: USB-UHCI: addr=10 val=00000000 len=4
pci_config_read: USB-UHCI: addr=14 val=00000000 len=4
pci_config_write: USB-UHCI: addr=14 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=14 val=00000000 len=4
pci_config_write: USB-UHCI: addr=14 val=00000000 len=4
pci_config_read: USB-UHCI: addr=18 val=00000000 len=4
pci_config_write: USB-UHCI: addr=18 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=18 val=00000000 len=4
pci_config_write: USB-UHCI: addr=18 val=00000000 len=4
pci_config_read: USB-UHCI: addr=1c val=00000000 len=4
pci_config_write: USB-UHCI: addr=1c val=ffffffff len=4
pci_config_read: USB-UHCI: addr=1c val=00000000 len=4
pci_config_write: USB-UHCI: addr=1c val=00000000 len=4
pci_config_read: USB-UHCI: addr=20 val=00000001 len=4
pci_config_write: USB-UHCI: addr=20 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=0 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=0 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=0 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=0 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=0 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=0 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=0 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=20 val=ffffffe1 len=4
pci_config_write: USB-UHCI: addr=20 val=00000001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=0 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=0 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=0 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=0 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=0 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=0 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=0 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=24 val=00000000 len=4
pci_config_write: USB-UHCI: addr=24 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=24 val=00000000 len=4
pci_config_write: USB-UHCI: addr=24 val=00000000 len=4
pci_config_read: USB-UHCI: addr=30 val=00000000 len=4
pci_config_write: USB-UHCI: addr=30 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=30 val=00000000 len=4
pci_config_write: USB-UHCI: addr=30 val=00000000 len=4
pci_config_read: USB-UHCI: addr=3d val=00000004 len=1
pci_config_read: PIIX3: addr=60 val=00000005 len=1
pci_config_write: USB-UHCI: addr=3c val=00000005 len=1
pci_config_read: USB-UHCI: addr=04 val=00000000 len=2
pci_config_write: USB-UHCI: addr=04 val=00000004 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX4 ACPI: addr=0a val=00000680 len=2
pci_config_read: PIIX4 ACPI: addr=00 val=00008086 len=2
pci_config_read: PIIX4 ACPI: addr=02 val=00007113 len=2
pci_config_write: PIIX4 ACPI: addr=20 val=00000000 len=2
pci_config_write: PIIX4 ACPI: addr=d2 val=00000000 len=2
pci_config_write: PIIX4 ACPI: addr=22 val=00000000 len=2
pci_config_write: PIIX4 ACPI: addr=3c val=00000009 len=2
pci_config_write: PIIX4 ACPI: addr=3c val=00000001 len=2
pci_config_write: PIIX4 ACPI: addr=40 val=0000b001 len=4
pci_config_write: PIIX4 ACPI: addr=80 val=00000001 len=1
pci_config_read: PIIX4 ACPI: addr=10 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=10 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=10 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=10 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=14 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=14 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=14 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=14 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=18 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=18 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=18 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=18 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=1c val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=1c val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=1c val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=1c val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=20 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=20 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=20 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=20 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=24 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=24 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=24 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=24 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=30 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=30 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=30 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=30 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=3d val=00000001 len=1
pci_config_read: PIIX3: addr=61 val=0000000a len=1
pci_config_write: PIIX4 ACPI: addr=3c val=0000000a len=1
pci_config_read: PIIX4 ACPI: addr=04 val=00000000 len=2
pci_config_write: PIIX4 ACPI: addr=04 val=00000004 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=0a val=00000300 len=2
pci_config_read: Cirrus VGA: addr=00 val=00001013 len=2
pci_config_read: Cirrus VGA: addr=02 val=000000b8 len=2
pci_config_read: Cirrus VGA: addr=10 val=00000008 len=4
pci_config_write: Cirrus VGA: addr=10 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=10 val=fe000008 len=4
pci_config_write: Cirrus VGA: addr=10 val=00000008 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=14 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=14 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=14 val=fffff000 len=4
pci_config_write: Cirrus VGA: addr=14 val=00000000 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=18 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=18 val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=18 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=18 val=00000000 len=4
pci_config_read: Cirrus VGA: addr=1c val=00000000 len=4
pci_config_write: Cirrus VGA: addr=1c val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=1c val=00000000 len=4
pci_config_write: Cirrus VGA: addr=1c val=00000000 len=4
pci_config_read: Cirrus VGA: addr=20 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=20 val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=20 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=20 val=00000000 len=4
pci_config_read: Cirrus VGA: addr=24 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=24 val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=24 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=24 val=00000000 len=4
pci_config_read: Cirrus VGA: addr=30 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=30 val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=30 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=30 val=00000000 len=4
pci_config_read: Cirrus VGA: addr=3d val=00000000 len=1
pci_config_read: Cirrus VGA: addr=04 val=00000003 len=2
pci_config_write: Cirrus VGA: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=0a val=0000ff80 len=2
pci_config_read: xen-platform: addr=00 val=00005853 len=2
pci_config_read: xen-platform: addr=02 val=00000001 len=2
pci_config_read: xen-platform: addr=10 val=00000001 len=4
pci_config_write: xen-platform: addr=10 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=10 val=ffffff01 len=4
pci_config_write: xen-platform: addr=10 val=00000001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=14 val=00000008 len=4
pci_config_write: xen-platform: addr=14 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=14 val=ff000008 len=4
pci_config_write: xen-platform: addr=14 val=00000008 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=18 val=00000000 len=4
pci_config_write: xen-platform: addr=18 val=ffffffff len=4
pci_config_read: xen-platform: addr=18 val=00000000 len=4
pci_config_write: xen-platform: addr=18 val=00000000 len=4
pci_config_read: xen-platform: addr=1c val=00000000 len=4
pci_config_write: xen-platform: addr=1c val=ffffffff len=4
pci_config_read: xen-platform: addr=1c val=00000000 len=4
pci_config_write: xen-platform: addr=1c val=00000000 len=4
pci_config_read: xen-platform: addr=20 val=00000000 len=4
pci_config_write: xen-platform: addr=20 val=ffffffff len=4
pci_config_read: xen-platform: addr=20 val=00000000 len=4
pci_config_write: xen-platform: addr=20 val=00000000 len=4
pci_config_read: xen-platform: addr=24 val=00000000 len=4
pci_config_write: xen-platform: addr=24 val=ffffffff len=4
pci_config_read: xen-platform: addr=24 val=00000000 len=4
pci_config_write: xen-platform: addr=24 val=00000000 len=4
pci_config_read: xen-platform: addr=30 val=00000000 len=4
pci_config_write: xen-platform: addr=30 val=ffffffff len=4
pci_config_read: xen-platform: addr=30 val=00000000 len=4
pci_config_write: xen-platform: addr=30 val=00000000 len=4
pci_config_read: xen-platform: addr=3d val=00000001 len=1
pci_config_read: PIIX3: addr=63 val=00000005 len=1
pci_config_write: xen-platform: addr=3c val=00000005 len=1
pci_config_read: xen-platform: addr=04 val=00000003 len=2
pci_config_write: xen-platform: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=0a val=00000200 len=2
pci_config_read: e1000: addr=00 val=00008086 len=2
pci_config_read: e1000: addr=02 val=0000100e len=2
pci_config_read: e1000: addr=10 val=00000000 len=4
pci_config_write: e1000: addr=10 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=10 val=fffe0000 len=4
pci_config_write: e1000: addr=10 val=00000000 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=14 val=00000001 len=4
pci_config_write: e1000: addr=14 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=14 val=ffffffc1 len=4
pci_config_write: e1000: addr=14 val=00000001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=18 val=00000000 len=4
pci_config_write: e1000: addr=18 val=ffffffff len=4
pci_config_read: e1000: addr=18 val=00000000 len=4
pci_config_write: e1000: addr=18 val=00000000 len=4
pci_config_read: e1000: addr=1c val=00000000 len=4
pci_config_write: e1000: addr=1c val=ffffffff len=4
pci_config_read: e1000: addr=1c val=00000000 len=4
pci_config_write: e1000: addr=1c val=00000000 len=4
pci_config_read: e1000: addr=20 val=00000000 len=4
pci_config_write: e1000: addr=20 val=ffffffff len=4
pci_config_read: e1000: addr=20 val=00000000 len=4
pci_config_write: e1000: addr=20 val=00000000 len=4
pci_config_read: e1000: addr=24 val=00000000 len=4
pci_config_write: e1000: addr=24 val=ffffffff len=4
pci_config_read: e1000: addr=24 val=00000000 len=4
pci_config_write: e1000: addr=24 val=00000000 len=4
pci_config_read: e1000: addr=30 val=00000000 len=4
pci_config_write: e1000: addr=30 val=ffffffff len=4
pci_config_read: e1000: addr=30 val=00000000 len=4
pci_config_write: e1000: addr=30 val=00000000 len=4
pci_config_read: e1000: addr=3d val=00000001 len=1
pci_config_read: PIIX3: addr=60 val=00000005 len=1
pci_config_write: e1000: addr=3c val=00000005 len=1
pci_config_read: e1000: addr=04 val=00000407 len=2
pci_config_write: e1000: addr=04 val=00000407 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pt_pci_read_config: [00:05:0] address=000a val=0x00000300 len=2
pci_config_read: DIRECT PCI: addr=0a val=00000300 len=2
pt_pci_read_config: [00:05:0] address=0000 val=0x00001002 len=2
pci_config_read: DIRECT PCI: addr=00 val=00001002 len=2
pt_pci_read_config: [00:05:0] address=0002 val=0x00006759 len=2
pci_config_read: DIRECT PCI: addr=02 val=00006759 len=2
pt_pci_read_config: [00:05:0] address=0010 val=0x0000000c len=4
pci_config_read: DIRECT PCI: addr=10 val=0000000c len=4
pci_config_write: DIRECT PCI: addr=10 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0010 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:10000000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0010 val=0xf000000c len=4
pci_config_read: DIRECT PCI: addr=10 val=f000000c len=4
pci_config_write: DIRECT PCI: addr=10 val=0000000c len=4
pt_pci_write_config: [00:05:0] address=0010 val=0x0000000c len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:10000000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0014 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=14 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=14 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0014 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_pci_read_config: [00:05:0] address=0014 val=0xffffffff len=4
pci_config_read: DIRECT PCI: addr=14 val=ffffffff len=4
pci_config_write: DIRECT PCI: addr=14 val=00000000 len=4
pt_pci_write_config: [00:05:0] address=0014 val=0x00000000 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_pci_read_config: [00:05:0] address=0018 val=0x00000004 len=4
pci_config_read: DIRECT PCI: addr=18 val=00000004 len=4
pci_config_write: DIRECT PCI: addr=18 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0018 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000000h]
pt_pci_read_config: [00:05:0] address=0018 val=0xfffe0004 len=4
pci_config_read: DIRECT PCI: addr=18 val=fffe0004 len=4
pci_config_write: DIRECT PCI: addr=18 val=00000004 len=4
pt_pci_write_config: [00:05:0] address=0018 val=0x00000004 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000000h]
pt_pci_read_config: [00:05:0] address=001c val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=1c val=00000000 len=4
pci_config_write: DIRECT PCI: addr=1c val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=001c val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_pci_read_config: [00:05:0] address=001c val=0xffffffff len=4
pci_config_read: DIRECT PCI: addr=1c val=ffffffff len=4
pci_config_write: DIRECT PCI: addr=1c val=00000000 len=4
pt_pci_write_config: [00:05:0] address=001c val=0x00000000 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_pci_read_config: [00:05:0] address=0020 val=0x00000001 len=4
pci_config_read: DIRECT PCI: addr=20 val=00000001 len=4
pci_config_write: DIRECT PCI: addr=20 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0020 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_pci_read_config: [00:05:0] address=0020 val=0xffffff01 len=4
pci_config_read: DIRECT PCI: addr=20 val=ffffff01 len=4
pci_config_write: DIRECT PCI: addr=20 val=00000001 len=4
pt_pci_write_config: [00:05:0] address=0020 val=0x00000001 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_pci_read_config: [00:05:0] address=0024 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=24 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=24 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0024 val=0xffffffff len=4
pt_pci_read_config: [00:05:0] address=0024 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=24 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=24 val=00000000 len=4
pt_pci_write_config: [00:05:0] address=0024 val=0x00000000 len=4
pt_pci_read_config: [00:05:0] address=0030 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=30 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=30 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0030 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0030 val=0xfffe0001 len=4
pci_config_read: DIRECT PCI: addr=30 val=fffe0001 len=4
pci_config_write: DIRECT PCI: addr=30 val=00000000 len=4
pt_pci_write_config: [00:05:0] address=0030 val=0x00000000 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=003d val=0x00000001 len=1
pci_config_read: DIRECT PCI: addr=3d val=00000001 len=1
pci_config_read: PIIX3: addr=61 val=0000000a len=1
pci_config_write: DIRECT PCI: addr=3c val=0000000a len=1
pt_pci_write_config: [00:05:0] address=003c val=0x0000000a len=1
pt_pci_read_config: [00:05:0] address=0004 val=0x00000000 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000000 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000004 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000004 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:10000000h] [Type:00000008h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:06:0] address=000a val=0x00000403 len=2
pci_config_read: DIRECT PCI: addr=0a val=00000403 len=2
pt_pci_read_config: [00:06:0] address=0000 val=0x00001002 len=2
pci_config_read: DIRECT PCI: addr=00 val=00001002 len=2
pt_pci_read_config: [00:06:0] address=0002 val=0x0000aa90 len=2
pci_config_read: DIRECT PCI: addr=02 val=0000aa90 len=2
pt_pci_read_config: [00:06:0] address=0010 val=0x00000004 len=4
pci_config_read: DIRECT PCI: addr=10 val=00000004 len=4
pci_config_write: DIRECT PCI: addr=10 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0010 val=0xffffffff len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:00004000h] [Type:00000000h]
pt_pci_read_config: [00:06:0] address=0010 val=0xffffc004 len=4
pci_config_read: DIRECT PCI: addr=10 val=ffffc004 len=4
pci_config_write: DIRECT PCI: addr=10 val=00000004 len=4
pt_pci_write_config: [00:06:0] address=0010 val=0x00000004 len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:00004000h] [Type:00000000h]
pt_pci_read_config: [00:06:0] address=0014 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=14 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=14 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0014 val=0xffffffff len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:1]
pt_pci_read_config: [00:06:0] address=0014 val=0xffffffff len=4
pci_config_read: DIRECT PCI: addr=14 val=ffffffff len=4
pci_config_write: DIRECT PCI: addr=14 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0014 val=0x00000000 len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:1]
pt_pci_read_config: [00:06:0] address=0018 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=18 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=18 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0018 val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=0018 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=18 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=18 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0018 val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=001c val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=1c val=00000000 len=4
pci_config_write: DIRECT PCI: addr=1c val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=001c val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=001c val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=1c val=00000000 len=4
pci_config_write: DIRECT PCI: addr=1c val=00000000 len=4
pt_pci_write_config: [00:06:0] address=001c val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=0020 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=20 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=20 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0020 val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=0020 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=20 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=20 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0020 val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=0024 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=24 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=24 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0024 val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=0024 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=24 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=24 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0024 val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=0030 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=30 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=30 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0030 val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=0030 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=30 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=30 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0030 val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=003d val=0x00000002 len=1
pci_config_read: DIRECT PCI: addr=3d val=00000002 len=1
pci_config_read: PIIX3: addr=63 val=00000005 len=1
pci_config_write: DIRECT PCI: addr=3c val=00000005 len=1
pt_pci_write_config: [00:06:0] address=003c val=0x00000005 len=1
pt_pci_read_config: [00:06:0] address=0004 val=0x00000000 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000000 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000004 len=2
pt_pci_write_config: [00:06:0] address=0004 val=0x00000004 len=2
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:00004000h] [Type:00000000h]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:6]
pt_pci_read_config: [00:05:0] address=0010 val=0x0000000c len=4
pci_config_read: DIRECT PCI: addr=10 val=0000000c len=4
pci_config_write: DIRECT PCI: addr=10 val=e000000c len=4
pt_pci_write_config: [00:05:0] address=0010 val=0xe000000c len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:10000000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0004 val=0x00000004 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000004 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000006 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000006 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping [Address:e0000000h] [Size:10000000h] [Type:00000008h]
pt_iomem_map: e_phys=e0000000 maddr=a0000000 type=8 len=268435456 index=0 first_map=1
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] prevent guest software mapping memory resource to 00000000h
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pci_config_read: Cirrus VGA: addr=10 val=00000008 len=4
pci_config_write: Cirrus VGA: addr=10 val=f0000008 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
cirrus vga map change while on lfb mode
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=04 val=00000007 len=2
pci_config_write: Cirrus VGA: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=14 val=00000008 len=4
pci_config_write: xen-platform: addr=14 val=f2000008 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=04 val=00000007 len=2
pci_config_write: xen-platform: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=10 val=00000000 len=4
pci_config_write: e1000: addr=10 val=f3000000 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=04 val=00000407 len=2
pci_config_write: e1000: addr=04 val=00000407 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pt_pci_read_config: [00:05:0] address=0018 val=0x00000004 len=4
pci_config_read: DIRECT PCI: addr=18 val=00000004 len=4
pci_config_write: DIRECT PCI: addr=18 val=f3020004 len=4
pt_pci_write_config: [00:05:0] address=0018 val=0xf3020004 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping [Address:f3020000h] [Size:00020000h] [Type:00000000h]
pt_iomem_map: e_phys=f3020000 maddr=f99c0000 type=0 len=131072 index=2 first_map=1
pt_pci_read_config: [00:05:0] address=0004 val=0x00000006 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000006 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000006 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000006 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:e0000000h] [Size:10000000h] [Type:00000008h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:f3020000h] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0030 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=30 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=30 val=f3040000 len=4
pt_pci_write_config: [00:05:0] address=0030 val=0xf3040000 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0004 val=0x00000006 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000006 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000006 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000006 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:e0000000h] [Size:10000000h] [Type:00000008h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:f3020000h] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:06:0] address=0010 val=0x00000004 len=4
pci_config_read: DIRECT PCI: addr=10 val=00000004 len=4
pci_config_write: DIRECT PCI: addr=10 val=f3060004 len=4
pt_pci_write_config: [00:06:0] address=0010 val=0xf3060004 len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:00004000h] [Type:00000000h]
pt_pci_read_config: [00:06:0] address=0004 val=0x00000004 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000004 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000006 len=2
pt_pci_write_config: [00:06:0] address=0004 val=0x00000006 len=2
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping [Address:f3060000h] [Size:00004000h] [Type:00000000h]
pt_iomem_map: e_phys=f3060000 maddr=f99fc000 type=0 len=16384 index=0 first_map=1
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:6]
pci_config_read: Cirrus VGA: addr=14 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=14 val=f3064000 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=04 val=00000007 len=2
pci_config_write: Cirrus VGA: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=10 val=00000001 len=4
pci_config_write: xen-platform: addr=10 val=0000c001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=04 val=00000007 len=2
pci_config_write: xen-platform: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pt_pci_read_config: [00:05:0] address=0020 val=0x00000001 len=4
pci_config_read: DIRECT PCI: addr=20 val=00000001 len=4
pci_config_write: DIRECT PCI: addr=20 val=0000c101 len=4
pt_pci_write_config: [00:05:0] address=0020 val=0x0000c101 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_pci_read_config: [00:05:0] address=0004 val=0x00000006 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000006 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000007 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000007 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:e0000000h] [Size:10000000h] [Type:00000008h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:f3020000h] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping [Address:0000c100h] [Size:00000100h] [Type:00000001h]
pt_ioport_map: e_phys=c100 pio_base=a000 len=256 index=4 first_map=1
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pci_config_read: e1000: addr=14 val=00000001 len=4
pci_config_write: e1000: addr=14 val=0000c201 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=04 val=00000407 len=2
pci_config_write: e1000: addr=04 val=00000407 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=20 val=00000001 len=4
pci_config_write: USB-UHCI: addr=20 val=0000c241 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=04 val=00000004 len=2
pci_config_write: USB-UHCI: addr=04 val=00000005 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=5 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=5 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=5 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=5 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=5 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=5 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=5 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=20 val=00000001 len=4
pci_config_write: PIIX3 IDE: addr=20 val=0000c261 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=04 val=00000004 len=2
pci_config_write: PIIX3 IDE: addr=04 val=00000005 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=5 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=5 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=5 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=5 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=5 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=5 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=5 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=04 val=00000007 len=2
pci_config_write: Cirrus VGA: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: i440FX: addr=0a val=00000600 len=2
pci_config_read: i440FX: addr=00 val=00008086 len=2
pci_config_read: i440FX: addr=02 val=00001237 len=2
pci_config_read: PIIX3: addr=0a val=00000601 len=2
pci_config_read: PIIX3: addr=00 val=00008086 len=2

[-- Attachment #9: xen.diff --]
[-- Type: application/octet-stream, Size: 614 bytes --]

diff --git a/xen/arch/x86/domctl.c b/xen/arch/x86/domctl.c
index e75918a..3d120fa 100644
--- a/xen/arch/x86/domctl.c
+++ b/xen/arch/x86/domctl.c
@@ -627,6 +627,10 @@ long arch_do_domctl(
         int add = domctl->u.memory_mapping.add_mapping;
         unsigned long i;
 
+        printk(XENLOG_G_INFO
+                   "XEN_DOMCTL_memory_mapping request: dom%d gfn=%lx mfn=%lx nr=%lx add=%d\n",
+                   d->domain_id, gfn, mfn, nr_mfns, add);
+
         ret = -EINVAL;
         if ( (mfn + nr_mfns - 1) < mfn || /* wrap? */
              ((mfn | (mfn + nr_mfns - 1)) >> (paddr_bits - PAGE_SHIFT)) ||

[-- Attachment #10: xl-dmesg-dom0.txt --]
[-- Type: text/plain, Size: 44140 bytes --]

 __  __            _  _   _  _                      _        _     _      
 \ \/ /___ _ __   | || | | || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \  | || |_| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | | |__   _|__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_|    |_|(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                          
(XEN) Xen version 4.4-unstable (root@dyndns.org) (gcc (Debian 4.7.2-5) 4.7.2) debug=y Tue Sep 24 17:01:05 CEST 2013
(XEN) Latest ChangeSet: Mon Sep 23 09:55:14 2013 +0200 git:14fcce2-dirty
(XEN) Bootloader: GRUB 1.98+20100804-14+squeeze1
(XEN) Command line: dom0_mem=1536M,max:1536M loglvl=all loglvl_guest=all console_timestamps vga=gfx-1280x1024x32 cpuidle cpufreq=xen debug lapic=debug apic_verbosity=debug apic=debug iommu=on,verbose,debug,amd-iommu-debug ivrs_ioapic[6]=00:14.0 com1=38400,8n1 console=vga,com1
(XEN) Video information:
(XEN)  VGA is graphics mode 1280x1024, 32 bpp
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000099800 (usable)
(XEN)  0000000000099800 - 00000000000a0000 (reserved)
(XEN)  00000000000e4000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000009ff90000 (usable)
(XEN)  000000009ff90000 - 000000009ff9e000 (ACPI data)
(XEN)  000000009ff9e000 - 000000009ffe0000 (ACPI NVS)
(XEN)  000000009ffe0000 - 00000000a0000000 (reserved)
(XEN)  00000000ffe00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000560000000 (usable)
(XEN) ACPI: RSDP 000FB100, 0014 (r0 ACPIAM)
(XEN) ACPI: RSDT 9FF90000, 0048 (r1 MSI    OEMSLIC  20100913 MSFT       97)
(XEN) ACPI: FACP 9FF90200, 0084 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: DSDT 9FF905E0, 9427 (r1  A7640 A7640100      100 INTL 20051117)
(XEN) ACPI: FACS 9FF9E000, 0040
(XEN) ACPI: APIC 9FF90390, 0088 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: MCFG 9FF90420, 003C (r1 7640MS OEMMCFG  20100913 MSFT       97)
(XEN) ACPI: SLIC 9FF90460, 0176 (r1 MSI    OEMSLIC  20100913 MSFT       97)
(XEN) ACPI: OEMB 9FF9E040, 0072 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: SRAT 9FF9A5E0, 0108 (r3 AMD    FAM_F_10        2 AMD         1)
(XEN) ACPI: HPET 9FF9A6F0, 0038 (r1 7640MS OEMHPET  20100913 MSFT       97)
(XEN) ACPI: IVRS 9FF9A730, 0108 (r1  AMD     RD890S   202031 AMD         0)
(XEN) ACPI: SSDT 9FF9A840, 0DA4 (r1 A M I  POWERNOW        1 AMD         1)
(XEN) System RAM: 20479MB (20970660kB)
(XEN) SRAT: PXM 0 -> APIC 0 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 1 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 2 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 3 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 4 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 5 -> Node 0
(XEN) SRAT: Node 0 PXM 0 0-a0000
(XEN) SRAT: Node 0 PXM 0 100000-a0000000
(XEN) SRAT: Node 0 PXM 0 100000000-560000000
(XEN) NUMA: Allocated memnodemap from 55d767000 - 55d76d000
(XEN) NUMA: Using 8 for the hash shift.
(XEN) Domain heap initialised
(XEN) vesafb: framebuffer at 0xfb000000, mapped to 0xffff82c000201000, using 6144k, total 14336k
(XEN) vesafb: mode is 1280x1024x32, linelength=5120, font 8x16
(XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
(XEN) found SMP MP-table at 000ff780
(XEN) DMI present.
(XEN) APIC boot state is 'xapic'
(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[9ff9e00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
(XEN) Processor #4 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
(XEN) Processor #5 0:10 APIC version 16
(XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
(XEN) ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
(XEN) IOAPIC[1]: apic_id 7, 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:  Flat.  Using 2 I/O APICs
(XEN) ACPI: HPET id: 0x8300 base: 0xfed00000
(XEN) ERST table was not found
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 6 CPUs (0 hotplug CPUs)
(XEN) mapped APIC to ffff82cfffdfb000 (fee00000)
(XEN) mapped IOAPIC to ffff82cfffdfa000 (fec00000)
(XEN) mapped IOAPIC to ffff82cfffdf9000 (fec20000)
(XEN) IRQ limits: 56 GSI, 1112 MSI/MSI-X
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3200.155 MHz processor.
(XEN) Initing memory sharing.
(XEN) AMD Fam10h machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: Not using MCFG for segment 0000 bus 00-ff
(XEN) AMD-Vi: Found MSI capability block at 0x54
(XEN) AMD-Vi: ACPI Table:
(XEN) AMD-Vi:  Signature IVRS
(XEN) AMD-Vi:  Length 0x108
(XEN) AMD-Vi:  Revision 0x1
(XEN) AMD-Vi:  CheckSum 0xfd
(XEN) AMD-Vi:  OEM_Id AMD  
(XEN) AMD-Vi:  OEM_Table_Id RD890S
(XEN) AMD-Vi:  OEM_Revision 0x202031
(XEN) AMD-Vi:  Creator_Id AMD 
(XEN) AMD-Vi:  Creator_Revision 0
(XEN) AMD-Vi: IVRS Block: type 0x10 flags 0x3e len 0xd8 id 0x2
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0 -> 0x2
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x10 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xd00 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x18 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0xc00 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0xc00 -> 0xc01
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x28 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xb00 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x30 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa00 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x48 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x900 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x50 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x800 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x58 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0x700 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x700 -> 0x701
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x60 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x500 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x43 id 0x608 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x608 -> 0x6ff alias 0x600
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x68 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x400 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x88 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0x90 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x90 -> 0x92
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0x98 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x98 -> 0x9a
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa0 flags 0xd7
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa2 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa3 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa4 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x43 id 0x300 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x300 -> 0x3ff alias 0xa4
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa5 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa8 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa9 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x100 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0xb0 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0xb0 -> 0xb2
(XEN) AMD-Vi: IVHD Device Entry: type 0 id 0 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x48 id 0 flags 0xd7
(XEN) AMD-Vi: IVHD Special: 0000:00:14.0 variety 0x2 handle 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x48 id 0 flags 0
(XEN) AMD-Vi: IVHD Special: 0000:00:00.1 variety 0x1 handle 0x7
(XEN) AMD-Vi: IOMMU 0 Enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Getting VERSION: 80050010
(XEN) Getting VERSION: 80050010
(XEN) Getting ID: 0
(XEN) Getting LVT0: 700
(XEN) Getting LVT1: 400
(XEN) enabled ExtINT on CPU#0
(XEN) ESR value before enabling vector: 0x4  after: 0
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) init IO_APIC IRQs
(XEN)  IO-APIC (apicid-pin) 6-0, 6-16, 6-17, 6-18, 6-19, 6-20, 6-21, 6-22, 6-23, 7-0, 7-1, 7-2, 7-3, 7-4, 7-5, 7-6, 7-7, 7-8, 7-9, 7-10, 7-11, 7-12, 7-13, 7-14, 7-15, 7-16, 7-17, 7-18, 7-19, 7-20, 7-21, 7-22, 7-23, 7-24, 7-25, 7-26, 7-27, 7-28, 7-29, 7-30, 7-31 not connected.
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) number of MP IRQ sources: 15.
(XEN) number of IO-APIC #6 registers: 24.
(XEN) number of IO-APIC #7 registers: 32.
(XEN) testing the IO APIC.......................
(XEN) IO APIC #6......
(XEN) .... register #00: 06000000
(XEN) .......    : physical APIC id: 06
(XEN) .......    : Delivery Type: 0
(XEN) .......    : LTS          : 0
(XEN) .... register #01: 00178021
(XEN) .......     : max redirection entries: 0017
(XEN) .......     : PRQ implemented: 1
(XEN) .......     : IO APIC version: 0021
(XEN) .... register #02: 06000000
(XEN) .......     : arbitration: 06
(XEN) .... register #03: 07000000
(XEN) .......     : Boot DT    : 0
(XEN) .... IRQ redirection table:
(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN)  00 000 00  1    0    0   0   0    0    1    30
(XEN)  01 001 01  0    0    0   0   0    1    1    30
(XEN)  02 001 01  0    0    0   0   0    1    1    F0
(XEN)  03 001 01  0    0    0   0   0    1    1    38
(XEN)  04 001 01  0    0    0   0   0    1    1    F1
(XEN)  05 001 01  0    0    0   0   0    1    1    40
(XEN)  06 001 01  0    0    0   0   0    1    1    48
(XEN)  07 001 01  0    0    0   0   0    1    1    50
(XEN)  08 001 01  0    0    0   0   0    1    1    58
(XEN)  09 001 01  1    1    0   1   0    1    0    00
(XEN)  0a 001 01  0    0    0   0   0    1    1    68
(XEN)  0b 001 01  0    0    0   0   0    1    1    70
(XEN)  0c 001 01  0    0    0   0   0    1    1    78
(XEN)  0d 001 01  0    0    0   0   0    1    1    88
(XEN)  0e 001 01  0    0    0   0   0    1    1    90
(XEN)  0f 001 01  0    0    0   0   0    1    1    98
(XEN)  10 000 00  1    0    0   0   0    0    1    30
(XEN)  11 000 00  1    0    0   0   0    0    1    30
(XEN)  12 000 00  1    0    0   0   0    0    1    30
(XEN)  13 000 00  1    0    0   0   0    0    1    30
(XEN)  14 000 00  1    0    0   0   0    0    1    30
(XEN)  15 000 00  1    0    0   0   0    0    1    30
(XEN)  16 000 00  1    0    0   0   0    0    1    30
(XEN)  17 000 00  1    0    0   0   0    0    1    30
(XEN) IO APIC #7......
(XEN) .... register #00: 07000000
(XEN) .......    : physical APIC id: 07
(XEN) .......    : Delivery Type: 0
(XEN) .......    : LTS          : 0
(XEN) .... register #01: 001F8021
(XEN) .......     : max redirection entries: 001F
(XEN) .......     : PRQ implemented: 1
(XEN) .......     : IO APIC version: 0021
(XEN) .... register #02: 00000000
(XEN) .......     : arbitration: 00
(XEN) .... IRQ redirection table:
(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN)  00 000 00  1    0    0   0   0    0    0    00
(XEN)  01 000 00  1    0    0   0   0    0    0    00
(XEN)  02 000 00  1    0    0   0   0    0    0    00
(XEN)  03 000 00  1    0    0   0   0    0    0    00
(XEN)  04 000 00  1    0    0   0   0    0    0    00
(XEN)  05 000 00  1    0    0   0   0    0    0    00
(XEN)  06 000 00  1    0    0   0   0    0    0    00
(XEN)  07 000 00  1    0    0   0   0    0    0    00
(XEN)  08 000 00  1    0    0   0   0    0    0    00
(XEN)  09 000 00  1    0    0   0   0    0    0    00
(XEN)  0a 000 00  1    0    0   0   0    0    0    00
(XEN)  0b 000 00  1    0    0   0   0    0    0    00
(XEN)  0c 000 00  1    0    0   0   0    0    0    00
(XEN)  0d 000 00  1    0    0   0   0    0    0    00
(XEN)  0e 000 00  1    0    0   0   0    0    0    00
(XEN)  0f 000 00  1    0    0   0   0    0    0    00
(XEN)  10 000 00  1    0    0   0   0    0    0    00
(XEN)  11 000 00  1    0    0   0   0    0    0    00
(XEN)  12 000 00  1    0    0   0   0    0    0    00
(XEN)  13 000 00  1    0    0   0   0    0    0    00
(XEN)  14 000 00  1    0    0   0   0    0    0    00
(XEN)  15 000 00  1    0    0   0   0    0    0    00
(XEN)  16 000 00  1    0    0   0   0    0    0    00
(XEN)  17 000 00  1    0    0   0   0    0    0    00
(XEN)  18 000 00  1    0    0   0   0    0    0    00
(XEN)  19 000 00  1    0    0   0   0    0    0    00
(XEN)  1a 000 00  1    0    0   0   0    0    0    00
(XEN)  1b 000 00  1    0    0   0   0    0    0    00
(XEN)  1c 000 00  1    0    0   0   0    0    0    00
(XEN)  1d 000 00  1    0    0   0   0    0    0    00
(XEN)  1e 000 00  1    0    0   0   0    0    0    00
(XEN)  1f 000 00  1    0    0   0   0    0    0    00
(XEN) Using vector-based indexing
(XEN) IRQ to pin mappings:
(XEN) IRQ240 -> 0:2
(XEN) IRQ48 -> 0:1
(XEN) IRQ56 -> 0:3
(XEN) IRQ241 -> 0:4
(XEN) IRQ64 -> 0:5
(XEN) IRQ72 -> 0:6
(XEN) IRQ80 -> 0:7
(XEN) IRQ88 -> 0:8
(XEN) IRQ96 -> 0:9
(XEN) IRQ104 -> 0:10
(XEN) IRQ112 -> 0:11
(XEN) IRQ120 -> 0:12
(XEN) IRQ136 -> 0:13
(XEN) IRQ144 -> 0:14
(XEN) IRQ152 -> 0:15
(XEN) .................................... done.
(XEN) Using local APIC timer interrupts.
(XEN) calibrating APIC timer ...
(XEN) ..... CPU clock speed is 3200.1448 MHz.
(XEN) ..... host bus clock speed is 200.0089 MHz.
(XEN) ..... bus_scale = 0xccd7
(XEN) [2013-09-24 20:35:54] Platform timer is 14.318MHz HPET
(XEN) [2013-09-24 20:35:54] Allocated console ring of 64 KiB.
(XEN) [2013-09-24 20:35:54] HVM: ASIDs enabled.
(XEN) [2013-09-24 20:35:54] SVM: Supported advanced features:
(XEN) [2013-09-24 20:35:54]  - Nested Page Tables (NPT)
(XEN) [2013-09-24 20:35:54]  - Last Branch Record (LBR) Virtualisation
(XEN) [2013-09-24 20:35:54]  - Next-RIP Saved on #VMEXIT
(XEN) [2013-09-24 20:35:54]  - Pause-Intercept Filter
(XEN) [2013-09-24 20:35:54] HVM: SVM enabled
(XEN) [2013-09-24 20:35:54] HVM: Hardware Assisted Paging (HAP) detected
(XEN) [2013-09-24 20:35:54] HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#1
(XEN) [2013-09-24 20:35:54] microcode: CPU1 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#2
(XEN) [2013-09-24 20:35:54] microcode: CPU2 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#3
(XEN) [2013-09-24 20:35:54] microcode: CPU3 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#4
(XEN) [2013-09-24 20:35:54] microcode: CPU4 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#5
(XEN) [2013-09-24 20:35:54] microcode: CPU5 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:54] Brought up 6 CPUs
(XEN) [2013-09-24 20:35:54] HPET: 3 timers (3 will be used for broadcast)
(XEN) [2013-09-24 20:35:54] ACPI sleep modes: S3
(XEN) [2013-09-24 20:35:54] MCA: Use hw thresholding to adjust polling frequency
(XEN) [2013-09-24 20:35:54] mcheck_poll: Machine check polling timer started.
(XEN) [2013-09-24 20:35:54] Xenoprofile: Failed to setup IBS LVT offset, IBSCTL = 0xffffffff
(XEN) [2013-09-24 20:35:54] *** LOADING DOMAIN 0 ***
(XEN) [2013-09-24 20:35:54] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xdd2000
(XEN) [2013-09-24 20:35:54] elf_parse_binary: phdr: paddr=0x1e00000 memsz=0xeb0f0
(XEN) [2013-09-24 20:35:54] elf_parse_binary: phdr: paddr=0x1eec000 memsz=0x14100
(XEN) [2013-09-24 20:35:54] elf_parse_binary: phdr: paddr=0x1f01000 memsz=0xe66000
(XEN) [2013-09-24 20:35:54] elf_parse_binary: memory: 0x1000000 -> 0x2d67000
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: GUEST_OS = "linux"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: ENTRY = 0xffffffff81f011e0
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: PAE_MODE = "yes"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: LOADER = "generic"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) [2013-09-24 20:35:55] elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) [2013-09-24 20:35:55] elf_xen_addr_calc_check: addresses:
(XEN) [2013-09-24 20:35:55]     virt_base        = 0xffffffff80000000
(XEN) [2013-09-24 20:35:55]     elf_paddr_offset = 0x0
(XEN) [2013-09-24 20:35:55]     virt_offset      = 0xffffffff80000000
(XEN) [2013-09-24 20:35:55]     virt_kstart      = 0xffffffff81000000
(XEN) [2013-09-24 20:35:55]     virt_kend        = 0xffffffff82d67000
(XEN) [2013-09-24 20:35:55]     virt_entry       = 0xffffffff81f011e0
(XEN) [2013-09-24 20:35:55]     p2m_base         = 0xffffffffffffffff
(XEN) [2013-09-24 20:35:55]  Xen  kernel: 64-bit, lsb, compat32
(XEN) [2013-09-24 20:35:55]  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2d67000
(XEN) [2013-09-24 20:35:55] PHYSICAL MEMORY ARRANGEMENT:
(XEN) [2013-09-24 20:35:55]  Dom0 alloc.:   0000000548000000->000000054c000000 (373302 pages to be allocated)
(XEN) [2013-09-24 20:35:55]  Init. ramdisk: 000000055f236000->000000055ffffc00
(XEN) [2013-09-24 20:35:55] VIRTUAL MEMORY ARRANGEMENT:
(XEN) [2013-09-24 20:35:55]  Loaded kernel: ffffffff81000000->ffffffff82d67000
(XEN) [2013-09-24 20:35:55]  Init. ramdisk: ffffffff82d67000->ffffffff83b30c00
(XEN) [2013-09-24 20:35:55]  Phys-Mach map: ffffffff83b31000->ffffffff83e31000
(XEN) [2013-09-24 20:35:55]  Start info:    ffffffff83e31000->ffffffff83e314b4
(XEN) [2013-09-24 20:35:55]  Page tables:   ffffffff83e32000->ffffffff83e55000
(XEN) [2013-09-24 20:35:55]  Boot stack:    ffffffff83e55000->ffffffff83e56000
(XEN) [2013-09-24 20:35:55]  TOTAL:         ffffffff80000000->ffffffff84000000
(XEN) [2013-09-24 20:35:55]  ENTRY ADDRESS: ffffffff81f011e0
(XEN) [2013-09-24 20:35:55] Dom0 has maximum 6 VCPUs
(XEN) [2013-09-24 20:35:55] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81dd2000
(XEN) [2013-09-24 20:35:55] elf_load_binary: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81eeb0f0
(XEN) [2013-09-24 20:35:55] elf_load_binary: phdr 2 at 0xffffffff81eec000 -> 0xffffffff81f00100
(XEN) [2013-09-24 20:35:55] elf_load_binary: phdr 3 at 0xffffffff81f01000 -> 0xffffffff81ffa000
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x2, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x10, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x18, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x28, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x30, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x48, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x50, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x58, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x60, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x68, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x88, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x90, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x92, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x98, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x9a, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa0, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa2, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa3, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa4, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa5, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa8, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xb0, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xb2, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.0
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.0 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.1
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.1 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.2
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.2 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.3
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.3 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.4
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.4 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x400, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x500, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x600, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x800, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x900, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa00, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xb00, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xc00, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xc01, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xd00, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] Scrubbing Free RAM: ...........................................................................................................................................................................................done.
(XEN) [2013-09-24 20:36:02] Initial low memory virq threshold set at 0x4000 pages.
(XEN) [2013-09-24 20:36:02] Std. Loglevel: All
(XEN) [2013-09-24 20:36:02] Guest Loglevel: All
(XEN) [2013-09-24 20:36:02] Xen is relinquishing VGA console.
(XEN) [2013-09-24 20:36:02] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) [2013-09-24 20:36:02] Freed 256kB init memory.
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-9 -> 0x60 -> IRQ 9 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] traps.c:2506:d0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:00.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:02.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:03.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:05.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:06.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:09.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:0a.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:0b.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:0c.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:0d.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:11.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:12.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:12.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:13.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:13.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.3
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.4
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.5
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:15.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:16.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:16.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.1
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.3
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.4
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0d:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0c:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0c:00.1
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0b:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0a:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:09:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:08:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:07:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:07:00.1
(XEN) [2013-09-24 20:36:02] PCI add device 0000:05:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:06:01.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:06:01.1
(XEN) [2013-09-24 20:36:02] PCI add device 0000:06:01.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:04:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:03:06.0
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-8 -> 0x58 -> IRQ 8 Mode:0 Active:0)
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-13 -> 0x88 -> IRQ 13 Mode:0 Active:0)
(XEN) [2013-09-24 20:36:02] IOAPIC[1]: Set PCI routing entry (7-28 -> 0xb8 -> IRQ 52 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] IOAPIC[1]: Set PCI routing entry (7-29 -> 0xc0 -> IRQ 53 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] IOAPIC[1]: Set PCI routing entry (7-30 -> 0xc8 -> IRQ 54 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-16 -> 0xd0 -> IRQ 16 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-18 -> 0xd8 -> IRQ 18 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[0]: Set PCI routing entry (6-17 -> 0x21 -> IRQ 17 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-24 -> 0x29 -> IRQ 48 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-13 -> 0x31 -> IRQ 37 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-14 -> 0x39 -> IRQ 38 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-15 -> 0x41 -> IRQ 39 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-16 -> 0x49 -> IRQ 40 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[0]: Set PCI routing entry (6-22 -> 0xa1 -> IRQ 22 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-9 -> 0xa9 -> IRQ 33 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-8 -> 0xb1 -> IRQ 32 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-23 -> 0xb9 -> IRQ 47 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-5 -> 0xc1 -> IRQ 29 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:04] IOAPIC[1]: Set PCI routing entry (7-4 -> 0xc9 -> IRQ 28 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:04] IOAPIC[0]: Set PCI routing entry (6-19 -> 0xd1 -> IRQ 19 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:04] IOAPIC[1]: Set PCI routing entry (7-22 -> 0x22 -> IRQ 46 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:04] IOAPIC[1]: Set PCI routing entry (7-27 -> 0x32 -> IRQ 51 Mode:1 Active:1)
(XEN) [2013-09-24 20:40:01] AMD-Vi: Share p2m table with iommu: p2m table = 0x546da0
(XEN) [2013-09-24 20:40:04] io.c:280: d1: bind: m_gsi=32 g_gsi=36 device=5 intx=0
(XEN) [2013-09-24 20:40:04] AMD-Vi: Disable: device id = 0x700, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:40:04] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x546da0000, domain = 1, paging mode = 4
(XEN) [2013-09-24 20:40:04] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom1
(XEN) [2013-09-24 20:40:04] io.c:280: d1: bind: m_gsi=33 g_gsi=41 device=6 intx=1
(XEN) [2013-09-24 20:40:04] AMD-Vi: Disable: device id = 0x701, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:40:04] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x546da0000, domain = 1, paging mode = 4
(XEN) [2013-09-24 20:40:04] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to dom1
(d1) [2013-09-24 20:40:04] HVM Loader
(d1) [2013-09-24 20:40:04] Detected Xen v4.4-unstable
(d1) [2013-09-24 20:40:04] Xenbus rings @0xfeffc000, event channel 4
(d1) [2013-09-24 20:40:04] System requested ROMBIOS
(d1) [2013-09-24 20:40:04] CPU speed is 3200 MHz
(d1) [2013-09-24 20:40:04] Relocating guest memory for lowmem MMIO space enabled
(XEN) [2013-09-24 20:40:04] irq.c:270: Dom1 PCI link 0 changed 0 -> 5
(d1) [2013-09-24 20:40:04] PCI-ISA link 0 routed to IRQ5
(XEN) [2013-09-24 20:40:04] irq.c:270: Dom1 PCI link 1 changed 0 -> 10
(d1) [2013-09-24 20:40:04] PCI-ISA link 1 routed to IRQ10
(XEN) [2013-09-24 20:40:04] irq.c:270: Dom1 PCI link 2 changed 0 -> 11
(d1) [2013-09-24 20:40:04] PCI-ISA link 2 routed to IRQ11
(XEN) [2013-09-24 20:40:04] irq.c:270: Dom1 PCI link 3 changed 0 -> 5
(d1) [2013-09-24 20:40:04] PCI-ISA link 3 routed to IRQ5
(d1) [2013-09-24 20:40:04] pci dev 01:2 INTD->IRQ5
(d1) [2013-09-24 20:40:04] pci dev 01:3 INTA->IRQ10
(d1) [2013-09-24 20:40:04] pci dev 03:0 INTA->IRQ5
(d1) [2013-09-24 20:40:04] pci dev 04:0 INTA->IRQ5
(d1) [2013-09-24 20:40:04] pci dev 05:0 INTA->IRQ10
(d1) [2013-09-24 20:40:04] pci dev 06:0 INTB->IRQ5
(d1) [2013-09-24 20:40:04] No RAM in high memory; setting high_mem resource base to 100000000
(d1) [2013-09-24 20:40:04] pci dev 05:0 bar 10 size 010000000: 0e000000c
(XEN) [2013-09-24 20:40:04] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:04] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(d1) [2013-09-24 20:40:04] pci dev 02:0 bar 10 size 002000000: 0f0000008
(d1) [2013-09-24 20:40:04] pci dev 03:0 bar 14 size 001000000: 0f2000008
(d1) [2013-09-24 20:40:04] pci dev 04:0 bar 10 size 000020000: 0f3000000
(XEN) [2013-09-24 20:40:04] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:04] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(d1) [2013-09-24 20:40:04] pci dev 05:0 bar 18 size 000020000: 0f3020004
(d1) [2013-09-24 20:40:04] pci dev 05:0 bar 30 size 000020000: 0f3040000
(d1) [2013-09-24 20:40:04] pci dev 06:0 bar 10 size 000004000: 0f3060004
(XEN) [2013-09-24 20:40:04] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:04] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(d1) [2013-09-24 20:40:04] pci dev 02:0 bar 14 size 000001000: 0f3064000
(d1) [2013-09-24 20:40:04] pci dev 03:0 bar 10 size 000000100: 00000c001
(d1) [2013-09-24 20:40:04] pci dev 05:0 bar 20 size 000000100: 00000c101
(XEN) [2013-09-24 20:40:04] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(d1) [2013-09-24 20:40:04] pci dev 04:0 bar 14 size 000000040: 00000c201
(d1) [2013-09-24 20:40:04] pci dev 01:2 bar 20 size 000000020: 00000c241
(d1) [2013-09-24 20:40:04] pci dev 01:1 bar 20 size 000000010: 00000c261
(d1) [2013-09-24 20:40:04] Multiprocessor initialisation:
(d1) [2013-09-24 20:40:04]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
(d1) [2013-09-24 20:40:04]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
(d1) [2013-09-24 20:40:04] Testing HVM environment:
(d1) [2013-09-24 20:40:04]  - REP INSB across page boundaries ... passed
(d1) [2013-09-24 20:40:04]  - GS base MSRs and SWAPGS ... passed
(d1) [2013-09-24 20:40:04] Passed 2 of 2 tests
(d1) [2013-09-24 20:40:04] Writing SMBIOS tables ...
(d1) [2013-09-24 20:40:04] Loading ROMBIOS ...
(d1) [2013-09-24 20:40:04] 12604 bytes of ROMBIOS high-memory extensions:
(d1) [2013-09-24 20:40:04]   Relocating to 0xfc001000-0xfc00413c ... done
(d1) [2013-09-24 20:40:04] Creating MP tables ...
(d1) [2013-09-24 20:40:04] Loading Cirrus VGABIOS ...
(d1) [2013-09-24 20:40:04] Loading PCI Option ROM ...
(d1) [2013-09-24 20:40:04]  - Manufacturer: http://ipxe.org
(d1) [2013-09-24 20:40:04]  - Product name: iPXE
(d1) [2013-09-24 20:40:04] Option ROMs:
(d1) [2013-09-24 20:40:04]  c0000-c8fff: VGA BIOS
(d1) [2013-09-24 20:40:04]  c9000-da7ff: Etherboot ROM
(d1) [2013-09-24 20:40:04] Loading ACPI ...
(d1) [2013-09-24 20:40:04] vm86 TSS at fc010280
(d1) [2013-09-24 20:40:04] BIOS map:
(d1) [2013-09-24 20:40:04]  f0000-fffff: Main BIOS
(d1) [2013-09-24 20:40:04] E820 table:
(d1) [2013-09-24 20:40:04]  [00]: 00000000:00000000 - 00000000:0009e000: RAM
(d1) [2013-09-24 20:40:04]  [01]: 00000000:0009e000 - 00000000:000a0000: RESERVED
(d1) [2013-09-24 20:40:04]  HOLE: 00000000:000a0000 - 00000000:000e0000
(d1) [2013-09-24 20:40:04]  [02]: 00000000:000e0000 - 00000000:00100000: RESERVED
(d1) [2013-09-24 20:40:04]  [03]: 00000000:00100000 - 00000000:3f800000: RAM
(d1) [2013-09-24 20:40:04]  HOLE: 00000000:3f800000 - 00000000:fc000000
(d1) [2013-09-24 20:40:04]  [04]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d1) [2013-09-24 20:40:04] Invoking ROMBIOS ...
(XEN) [2013-09-24 20:40:04] stdvga.c:147:d1 entering stdvga and caching modes
(d1) [2013-09-24 20:40:04] VGABios $Id: vgabios.c,v 1.67 2008/01/27 09:44:12 vruppert Exp $
(d1) [2013-09-24 20:40:04] Bochs BIOS - build: 06/23/99
(d1) [2013-09-24 20:40:04] $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $
(d1) [2013-09-24 20:40:04] Options: apmbios pcibios eltorito PMM 
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (20480 MBytes)
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] Press F12 for boot menu.
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] Booting from Hard Disk...
(XEN) [2013-09-24 20:40:05] stdvga.c:151:d1 leaving stdvga
(XEN) [2013-09-24 20:40:12] stdvga.c:147:d1 entering stdvga and caching modes
(XEN) [2013-09-24 20:40:13] irq.c:375: Dom1 callback via changed to Direct Vector 0xf3
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:14] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:14] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:14] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:14] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:14] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:14] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:14] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] irq.c:270: Dom1 PCI link 0 changed 5 -> 0
(XEN) [2013-09-24 20:40:15] irq.c:270: Dom1 PCI link 1 changed 10 -> 0
(XEN) [2013-09-24 20:40:15] irq.c:270: Dom1 PCI link 2 changed 11 -> 0
(XEN) [2013-09-24 20:40:15] irq.c:270: Dom1 PCI link 3 changed 5 -> 0
(XEN) [2013-09-24 20:42:53] AMD-Vi: Disable: device id = 0x700, domain = 1, paging mode = 4
(XEN) [2013-09-24 20:42:53] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:42:53] AMD-Vi: Re-assign 0000:07:00.0 from dom1 to dom0
(XEN) [2013-09-24 20:42:54] AMD-Vi: Disable: device id = 0x701, domain = 1, paging mode = 4
(XEN) [2013-09-24 20:42:54] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:42:54] AMD-Vi: Re-assign 0000:07:00.1 from dom1 to dom0

[-- Attachment #11: xl-info.txt --]
[-- Type: text/plain, Size: 1550 bytes --]

host                   : serveerstertje
release                : 3.9.0
version                : #1 SMP PREEMPT Thu Aug 15 21:06:46 CEST 2013
machine                : x86_64
nr_cpus                : 6
max_cpu_id             : 5
nr_nodes               : 1
cores_per_socket       : 6
threads_per_core       : 1
cpu_mhz                : 3200
hw_caps                : 178bf3ff:efd3fbff:00000000:00001300:00802001:00000000:000037ff:00000000
virt_caps              : hvm hvm_directio
total_memory           : 20479
free_memory            : 18714
sharing_freed_memory   : 0
sharing_used_memory    : 0
outstanding_claims     : 0
free_cpus              : 0
xen_major              : 4
xen_minor              : 4
xen_extra              : -unstable
xen_version            : 4.4-unstable
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : Mon Sep 23 09:55:14 2013 +0200 git:14fcce2-dirty
xen_commandline        : dom0_mem=1536M,max:1536M loglvl=all loglvl_guest=all console_timestamps vga=gfx-1280x1024x32 cpuidle cpufreq=xen debug lapic=debug apic_verbosity=debug apic=debug iommu=on,verbose,debug,amd-iommu-debug ivrs_ioapic[6]=00:14.0 com1=38400,8n1 console=vga,com1
cc_compiler            : gcc (Debian 4.7.2-5) 4.7.2
cc_compile_by          : root
cc_compile_domain      : dyndns.org
cc_compile_date        : Tue Sep 24 17:01:05 CEST 2013
xend_config_format     : 4

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
@ 2013-09-24 21:24         ` Sander Eikelenboom
  0 siblings, 0 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-09-24 21:24 UTC (permalink / raw)
  To: Wu, Feng; +Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini

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


Monday, September 23, 2013, 5:03:15 AM, you wrote:



>> -----Original Message-----
>> From: xen-devel-bounces@lists.xen.org
>> [mailto:xen-devel-bounces@lists.xen.org] On Behalf Of Sander Eikelenboom
>> Sent: Sunday, September 22, 2013 11:01 PM
>> To: Pasi Kärkkäinen
>> Cc: Anthony PERARD; xen-devel; qemu-devel@nongnu.org; Stefano Stabellini
>> Subject: Re: [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading
>> of Expansion ROM from passthroughed PCI device returns data from emulated
>> VGA rom
>> 
>> 
>> Sunday, September 22, 2013, 3:02:45 PM, you wrote:
>> 
>> > On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
>> >> *RESEND* due to exceeding the mailinglists limit for attachment size.
>> >>
>> >> Hi,
>> >>
>> 
>> > Hello,
>> 
>> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a
>> AMD HD6570 and the native kernel radeon driver and kernel modesetting.
>> >> So the guest still gets the emulated stdvga or cirrus device(used in my case
>> here) as primary/boot vga adapter.
>> >>
>> >> - When i don't passthrough the radeon card, the linux native radeon driver
>> loads fine.
>> >> - When i do passtrough the device to a HVM with the same kernel:
>> >>   The driver in the guest tries to read the pci expansion rom from the
>> passthroughed device to get the vbios.
>> >>   The driver reports a successful read, but fails because it can't find the
>> right string at the right offset.
>> >>
>> 
>> > Did you try with qemu-dm-traditional aswell? Does it have the same
>> problem?
>> 
>> Hi Pasi,
>> 
>> Yes i did and yes the same problem.
>> From what i recall i used to have succes with vga passthrough with a secondary
>> vga card, but that was some time ago.
>> I don't know which of the components (xen, dom0 kernel, domU kernel, radeon
>> driver, qemu has changed in such a way that it fails to work now ...
>> 
>> 
>> But in the mean time i tried to debug it further and from what i can see:
>> - Only the io port en mem of the pci device are mapped through the hypervisor.
>> - The rom is not, (a hypercall to do the memory mapping is never made) i tried
>> several things to get it to do the mapping, but so far failt to do so.
>> - It seems to be a 64bit capable device, some code comments and git commit
>> messages seem to suggest that there were/are some problems with that (in
>> the way the involved components interact)
>> 

> Can you send out the all the logs when using qemu-dm-traditional as well as the guest configuration file used by xl ?

Sure, here is the complete set for qemu-dm-traditional.
I have added some extra printk's (see xen.diff and qemu.diff).

From what i see when combining the info from all logs, both ioports and iomem for the device (host 07:00.0 and 07:00.1, guest 00:05.0 and 00:06.0)  get mapped, but the expansion rom is not (not by hvmloader and not by qemu) as one can see in
xl dmesg output.
So qemu seems to create the Memoryregion for the rom, but it doesn't seem to be backed up by any mapping (at least not one that passes through XEN_DOMCTL_memory_mapping hypercall).
( how it exactly ends up pointing to the bios from the emulated cirrus i don't know )

from the qemu log i see a lot of my extra printk's hit for the expansion rom like:
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]

I also don't know if it would be desirable to do a direct mapping, or that the guest should just get a copy at the right address of the memoryregion that is created by hvmloader/qemu ?

--
Sander

P.S.:
    The complete qemu log is a bit long for the mailinglist, so attached is only the first part.
    The complete log is downloadable from: http://www.eikelenboom.it/qemu-dm-guest.log



>> --
>> Sander
>> 
>> > Thanks,
>> 
>> > -- Pasi
>> 
>> >> So I inspected the rom by using sysfs with:
>> >> echo 1 > /sys/bus/pci/devices/<BDF>/rom
>> >> cat /sys/bus/pci/devices/<BDF>/rom
>> >>
>> >> - When i use this in dom0 (so without passthrough) i the contents of the
>> ROM are valid (as expected since the driver loads fine)
>> >> - When i use this in the Guest (passthrouhed), the contents of the ROM i get
>> are not from the passedthrough adapter, but from the emulated cirrus card

[-- Attachment #2: dmesg-dom0.txt --]
[-- Type: text/plain, Size: 86362 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Linux version 3.9.0 (root@serveerstertje) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Thu Aug 15 21:06:46 CEST 2013
[    0.000000] Command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb acpi_enforce_resources=lax r8169.use_dac=1 max_loop=50 loop_max_part=10 xen-pciback.hide=(03:06.0)(04:00.*)(06:01.*)(07:00.*)(08:00.*)(0c:00.*) debug loglevel=10 nomodeset
[    0.000000] Freeing 99-100 pfn range: 103 pages freed
[    0.000000] 1-1 mapping on 99->100
[    0.000000] 1-1 mapping on 9ff90->100000
[    0.000000] Released 103 pages of unused memory
[    0.000000] Set 393431 page(s) to 1-1 mapping
[    0.000000] Populating 60000-60067 pfn range: 103 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-0x0000000060066fff] usable
[    0.000000] Xen: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] Xen: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] Xen: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] Xen: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] Xen: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] Xen: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] Xen: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] Xen: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] bootconsole [xenboot0] enabled
[    0.000000] e820: remove [mem 0x60000000-0xfffffffffffffffe] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] e820: user-defined physical RAM map:
[    0.000000] user: [mem 0x0000000000000000-0x0000000000098fff] usable
[    0.000000] user: [mem 0x0000000000099800-0x00000000000fffff] reserved
[    0.000000] user: [mem 0x0000000000100000-0x000000005fffffff] usable
[    0.000000] user: [mem 0x0000000060067000-0x000000009ff8ffff] unusable
[    0.000000] user: [mem 0x000000009ff90000-0x000000009ff9dfff] ACPI data
[    0.000000] user: [mem 0x000000009ff9e000-0x000000009ffdffff] ACPI NVS
[    0.000000] user: [mem 0x000000009ffe0000-0x000000009fffffff] reserved
[    0.000000] user: [mem 0x00000000fee00000-0x00000000feefffff] reserved
[    0.000000] user: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[    0.000000] user: [mem 0x0000000100000000-0x000000055fffffff] unusable
[    0.000000] user: [mem 0x000000fd00000000-0x000000ffffffffff] reserved
[    0.000000] SMBIOS 2.5 present.
[    0.000000] DMI: MSI MS-7640/890FXA-GD70 (MS-7640)  , BIOS V1.8B1 09/13/2010
[    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 = 0x60000 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 0x5fe00000-0x5fffffff]
[    0.000000]  [mem 0x5fe00000-0x5fffffff] page 4k
[    0.000000] BRK [0x0295b000, 0x0295bfff] PGTABLE
[    0.000000] BRK [0x0295c000, 0x0295cfff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x5c000000-0x5fdfffff]
[    0.000000]  [mem 0x5c000000-0x5fdfffff] page 4k
[    0.000000] BRK [0x0295d000, 0x0295dfff] PGTABLE
[    0.000000] BRK [0x0295e000, 0x0295efff] PGTABLE
[    0.000000] BRK [0x0295f000, 0x0295ffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x00100000-0x5bffffff]
[    0.000000]  [mem 0x00100000-0x5bffffff] page 4k
[    0.000000] RAMDISK: [mem 0x02d67000-0x03b30fff]
[    0.000000] ACPI: RSDP 00000000000fb100 00014 (v00 ACPIAM)
[    0.000000] ACPI: RSDT 000000009ff90000 00048 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: FACP 000000009ff90200 00084 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: DSDT 000000009ff905e0 09427 (v01  A7640 A7640100 00000100 INTL 20051117)
[    0.000000] ACPI: FACS 000000009ff9e000 00040
[    0.000000] ACPI: APIC 000000009ff90390 00088 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: MCFG 000000009ff90420 0003C (v01 7640MS OEMMCFG  20100913 MSFT 00000097)
[    0.000000] ACPI: SLIC 000000009ff90460 00176 (v01 MSI    OEMSLIC  20100913 MSFT 00000097)
[    0.000000] ACPI: OEMB 000000009ff9e040 00072 (v01 7640MS A7640100 20100913 MSFT 00000097)
[    0.000000] ACPI: SRAT 000000009ff9a5e0 00108 (v03 AMD    FAM_F_10 00000002 AMD  00000001)
[    0.000000] ACPI: HPET 000000009ff9a6f0 00038 (v01 7640MS OEMHPET  20100913 MSFT 00000097)
[    0.000000] ACPI: IVRS 000000009ff9a730 00108 (v01  AMD     RD890S 00202031 AMD  00000000)
[    0.000000] ACPI: SSDT 000000009ff9a840 00DA4 (v01 A M I  POWERNOW 00000001 AMD  00000001)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] NUMA turned off
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000005fffffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x5fffffff]
[    0.000000]   NODE_DATA [mem 0x5fd19000-0x5fd23fff]
[    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-0x00098fff]
[    0.000000]   node   0: [mem 0x00100000-0x5fffffff]
[    0.000000] On node 0 totalpages: 393112
[    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: 6080 pages used for memmap
[    0.000000]   DMA32 zone: 389120 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[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 7, 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 6 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 72
[    0.000000] e820: [mem 0xa0000000-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:8 nr_cpumask_bits:8 nr_cpu_ids:6 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88005f600000 s82176 r8192 d24320 u262144
[    0.000000] pcpu-alloc: s82176 r8192 d24320 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 - - 
[    8.327194] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 386947
[    8.327197] Policy zone: DMA32
[    8.327206] Kernel command line: root=/dev/mapper/serveerstertje-root ro verbose earlyprintk=xen mem=1536M console=hvc0 console=tty0 vga=794 video=vesafb acpi_enforce_resources=lax r8169.use_dac=1 max_loop=50 loop_max_part=10 xen-pciback.hide=(03:06.0)(04:00.*)(06:01.*)(07:00.*)(08:00.*)(0c:00.*) debug loglevel=10 nomodeset
[    8.327405] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    8.327410] __ex_table already sorted, skipping sort
[    8.373736] software IO TLB [mem 0x59c00000-0x5dc00000] (64MB) mapped at [ffff880059c00000-ffff88005dbfffff]
[    8.382498] Memory: 1434608k/1572864k available (9854k kernel code, 416k absent, 137840k reserved, 5419k data, 1048k init)
[    8.382829] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=6, Nodes=1
[    8.382947] Preemptible hierarchical RCU implementation.
[    8.382949] 	RCU dyntick-idle grace-period acceleration is enabled.
[    8.382951] 	Additional per-CPU info printed with stalls.
[    8.382953] 	RCU restricting CPUs from NR_CPUS=8 to nr_cpu_ids=6.
[    8.383001] NR_IRQS:4352 nr_irqs:1272 16
[    8.383145] xen: sci override: global_irq=9 trigger=0 polarity=1
[    8.383148] xen: registering gsi 9 triggering 0 polarity 1
[    8.383184] xen: --> pirq=9 -> irq=9 (gsi=9)
[    8.383235] xen: acpi sci 9
[    8.383243] xen: --> pirq=1 -> irq=1 (gsi=1)
[    8.383250] xen: --> pirq=2 -> irq=2 (gsi=2)
[    8.383257] xen: --> pirq=3 -> irq=3 (gsi=3)
[    8.383263] xen: --> pirq=4 -> irq=4 (gsi=4)
[    8.383270] xen: --> pirq=5 -> irq=5 (gsi=5)
[    8.383276] xen: --> pirq=6 -> irq=6 (gsi=6)
[    8.383283] xen: --> pirq=7 -> irq=7 (gsi=7)
[    8.383289] xen: --> pirq=8 -> irq=8 (gsi=8)
[    8.383296] xen: --> pirq=10 -> irq=10 (gsi=10)
[    8.383302] xen: --> pirq=11 -> irq=11 (gsi=11)
[    8.383309] xen: --> pirq=12 -> irq=12 (gsi=12)
[    8.383315] xen: --> pirq=13 -> irq=13 (gsi=13)
[    8.383322] xen: --> pirq=14 -> irq=14 (gsi=14)
[    8.383328] xen: --> pirq=15 -> irq=15 (gsi=15)
[    8.383457] Console: colour dummy device 80x25
[    8.383464] console [tty0] enabled, bootconsole disabled
[    8.383772] console [hvc0] enabled
[    8.383778] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    8.383783] ... MAX_LOCKDEP_SUBCLASSES:  8
[    8.383786] ... MAX_LOCK_DEPTH:          48
[    8.383789] ... MAX_LOCKDEP_KEYS:        8191
[    8.383793] ... CLASSHASH_SIZE:          4096
[    8.383796] ... MAX_LOCKDEP_ENTRIES:     16384
[    8.383799] ... MAX_LOCKDEP_CHAINS:      32768
[    8.383803] ... CHAINHASH_SIZE:          16384
[    8.383806]  memory used by lock dependency info: 5855 kB
[    8.383810]  per task-struct memory footprint: 1920 bytes
[    8.383815] kmemleak: Kernel memory leak detector disabled
[    8.383883] Xen: using vcpuop timer interface
[    8.383894] installing Xen timer for CPU 0
[    8.383958] tsc: Detected 3200.154 MHz processor
[    8.383967] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.98 BogoMIPS (lpj=10667180)
[    8.383975] pid_max: default: 32768 minimum: 301
[    8.384366] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[    8.385081] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    8.385379] Mount-cache hash table entries: 256
[    8.386024] Initializing cgroup subsys cpuacct
[    8.386036] Initializing cgroup subsys freezer
[    8.386055] Initializing cgroup subsys blkio
[    8.386128] tseg: 0000000000
[    8.386165] CPU: Physical Processor ID: 0
[    8.386169] CPU: Processor Core ID: 0
[    8.386173] mce: CPU supports 2 MCE banks
[    8.386186] LVT offset 0 assigned for vector 0xf9
[    8.386191] [Firmware Bug]: cpu 0, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.386200] [Firmware Bug]: cpu 0, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.386214] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    8.386214] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    8.386214] tlb_flushall_shift: 4
[    8.386308] Freeing SMP alternatives: 32k freed
[    8.386980] ACPI: Core revision 20130117
[    8.390756] ACPI: All ACPI Tables successfully acquired
[    8.393213] Performance Events: Broken PMU hardware detected, using software events only.
[    8.393253] Failed to access perfctr msr (MSR c0010004 is 0)
[    8.425615] NMI watchdog: disabled (cpu0): hardware events not enabled
[    8.432602] installing Xen timer for CPU 1
[    8.432717] SMP alternatives: lockdep: fixing up alternatives
[    8.432854] [Firmware Bug]: cpu 1, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.432856] [Firmware Bug]: cpu 1, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.439436] installing Xen timer for CPU 2
[    8.439644] [Firmware Bug]: cpu 2, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.439648] [Firmware Bug]: cpu 2, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.442845] installing Xen timer for CPU 3
[    8.443133] [Firmware Bug]: cpu 3, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.443136] [Firmware Bug]: cpu 3, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.449803] installing Xen timer for CPU 4
[    8.450049] [Firmware Bug]: cpu 4, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.450051] [Firmware Bug]: cpu 4, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.456712] installing Xen timer for CPU 5
[    8.456971] [Firmware Bug]: cpu 5, try to use APIC500 (LVT offset 0) for vector 0xf9, but the register is already in use for vector 0x0 on this cpu
[    8.456974] [Firmware Bug]: cpu 5, failed to setup threshold interrupt for bank 4, block 0 (MSR00000413=0xc008000001000000)
[    8.457019] Brought up 6 CPUs
[    8.458217] devtmpfs: initialized
[    8.459112] xor: measuring software checksum speed
[    8.490419]    prefetch64-sse:  5535.600 MB/sec
[    8.524277]    generic_sse:  5578.800 MB/sec
[    8.524282] xor: using function: generic_sse (5578.800 MB/sec)
[    8.524296] Grant tables using version 2 layout.
[    8.524313] Grant table initialized
[    8.524459] NET: Registered protocol family 16
[    8.527369] node 0 link 0: io port [1000, ffffff]
[    8.527378] TOM: 00000000a0000000 aka 2560M
[    8.527384] Fam 10h mmconf [mem 0xe0000000-0xefffffff]
[    8.527392] node 0 link 0: mmio [e0000000, efffffff] ==> none
[    8.527399] node 0 link 0: mmio [f0000000, ffffffff]
[    8.527405] node 0 link 0: mmio [a0000, bffff]
[    8.527410] node 0 link 0: mmio [a0000000, dfffffff]
[    8.527416] TOM2: 0000000560000000 aka 22016M
[    8.527421] bus: [bus 00-07] on node 0 link 0
[    8.527425] bus: 00 [io  0x0000-0xffff]
[    8.527429] bus: 00 [mem 0xf0000000-0xffffffff]
[    8.527432] bus: 00 [mem 0x000a0000-0x000bffff]
[    8.527436] bus: 00 [mem 0xa0000000-0xdfffffff]
[    8.527440] bus: 00 [mem 0x560000000-0xfcffffffff]
[    8.527773] ACPI: bus type PCI registered
[    8.529086] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    8.529096] PCI: not using MMCONFIG
[    8.529100] PCI: Using configuration type 1 for base access
[    8.529105] PCI: Using configuration type 1 for extended access
[    8.572272] bio: create slab <bio-0> at 0
[    8.629347] raid6: sse2x1    3915 MB/s
[    8.686926] raid6: sse2x2    5632 MB/s
[    8.744511] raid6: sse2x4    5977 MB/s
[    8.744516] raid6: using algorithm sse2x4 (5977 MB/s)
[    8.744520] raid6: using intx1 recovery algorithm
[    8.744754] ACPI: Added _OSI(Module Device)
[    8.744761] ACPI: Added _OSI(Processor Device)
[    8.744766] ACPI: Added _OSI(3.0 _SCP Extensions)
[    8.744775] ACPI: Added _OSI(Processor Aggregator Device)
[    8.747836] ACPI: EC: Look up EC in DSDT
[    8.750992] ACPI: Executed 3 blocks of module-level executable AML code
[    8.755389] ACPI: Interpreter enabled
[    8.755402] ACPI: (supports S0 S5)
[    8.755407] ACPI: Using IOAPIC for interrupt routing
[    8.755455] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[    8.756861] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[    8.793878] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    8.811139] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    8.811759] PCI host bridge to bus 0000:00
[    8.811767] pci_bus 0000:00: root bus resource [bus 00-ff]
[    8.811773] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    8.811779] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    8.811784] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    8.811790] pci_bus 0000:00: root bus resource [mem 0x000d0000-0x000dffff]
[    8.811795] pci_bus 0000:00: root bus resource [mem 0xa0000000-0xdfffffff]
[    8.811801] pci_bus 0000:00: root bus resource [mem 0xf0000000-0xfebfffff]
[    8.811815] pci_bus 0000:00: scanning bus
[    8.811864] pci 0000:00:00.0: [1002:5a11] type 00 class 0x060000
[    8.811875] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
[    8.812345] pci 0000:00:00.2: [1002:5a23] type 00 class 0x080600
[    8.812823] pci 0000:00:02.0: [1002:5a16] type 01 class 0x060400
[    8.812931] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[    8.812967] pci 0000:00:02.0: PME# disabled
[    8.813027] pci 0000:00:02.0: System wakeup disabled by ACPI
[    8.813570] pci 0000:00:03.0: [1002:5a17] type 01 class 0x060400
[    8.813675] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[    8.813684] pci 0000:00:03.0: PME# disabled
[    8.813734] pci 0000:00:03.0: System wakeup disabled by ACPI
[    8.813928] pci 0000:00:05.0: [1002:5a19] type 01 class 0x060400
[    8.814020] pci 0000:00:05.0: PME# supported from D0 D3hot D3cold
[    8.814027] pci 0000:00:05.0: PME# disabled
[    8.814079] pci 0000:00:05.0: System wakeup disabled by ACPI
[    8.814273] pci 0000:00:06.0: [1002:5a1a] type 01 class 0x060400
[    8.814364] pci 0000:00:06.0: PME# supported from D0 D3hot D3cold
[    8.814372] pci 0000:00:06.0: PME# disabled
[    8.814423] pci 0000:00:06.0: System wakeup disabled by ACPI
[    8.814625] pci 0000:00:09.0: [1002:5a1c] type 01 class 0x060400
[    8.814716] pci 0000:00:09.0: PME# supported from D0 D3hot D3cold
[    8.814723] pci 0000:00:09.0: PME# disabled
[    8.814791] pci 0000:00:09.0: System wakeup disabled by ACPI
[    8.814990] pci 0000:00:0a.0: [1002:5a1d] type 01 class 0x060400
[    8.815081] pci 0000:00:0a.0: PME# supported from D0 D3hot D3cold
[    8.815089] pci 0000:00:0a.0: PME# disabled
[    8.815148] pci 0000:00:0a.0: System wakeup disabled by ACPI
[    8.815314] pci 0000:00:0b.0: [1002:5a1f] type 01 class 0x060400
[    8.815405] pci 0000:00:0b.0: PME# supported from D0 D3hot D3cold
[    8.815413] pci 0000:00:0b.0: PME# disabled
[    8.815475] pci 0000:00:0b.0: System wakeup disabled by ACPI
[    8.815672] pci 0000:00:0c.0: [1002:5a20] type 01 class 0x060400
[    8.815763] pci 0000:00:0c.0: PME# supported from D0 D3hot D3cold
[    8.815771] pci 0000:00:0c.0: PME# disabled
[    8.815836] pci 0000:00:0c.0: System wakeup disabled by ACPI
[    8.816018] pci 0000:00:0d.0: [1002:5a1e] type 01 class 0x060400
[    8.816109] pci 0000:00:0d.0: PME# supported from D0 D3hot D3cold
[    8.816117] pci 0000:00:0d.0: PME# disabled
[    8.816184] pci 0000:00:0d.0: System wakeup disabled by ACPI
[    8.816390] pci 0000:00:11.0: [1002:4391] type 00 class 0x010601
[    8.816438] pci 0000:00:11.0: reg 10: [io  0x6000-0x6007]
[    8.816456] pci 0000:00:11.0: reg 14: [io  0x5000-0x5003]
[    8.816473] pci 0000:00:11.0: reg 18: [io  0x3000-0x3007]
[    8.816490] pci 0000:00:11.0: reg 1c: [io  0x2000-0x2003]
[    8.816508] pci 0000:00:11.0: reg 20: [io  0x1000-0x100f]
[    8.816526] pci 0000:00:11.0: reg 24: [mem 0xf95ff000-0xf95ff3ff]
[    8.817061] pci 0000:00:12.0: [1002:4397] type 00 class 0x0c0310
[    8.817087] pci 0000:00:12.0: reg 10: [mem 0xf95f7000-0xf95f7fff]
[    8.817255] pci 0000:00:12.0: System wakeup disabled by ACPI
[    8.817442] pci 0000:00:12.2: [1002:4396] type 00 class 0x0c0320
[    8.817474] pci 0000:00:12.2: reg 10: [mem 0xf95ff400-0xf95ff4ff]
[    8.817592] pci 0000:00:12.2: supports D1 D2
[    8.817597] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[    8.817605] pci 0000:00:12.2: PME# disabled
[    8.817684] pci 0000:00:12.2: System wakeup disabled by ACPI
[    8.817887] pci 0000:00:13.0: [1002:4397] type 00 class 0x0c0310
[    8.817910] pci 0000:00:13.0: reg 10: [mem 0xf95fc000-0xf95fcfff]
[    8.818062] pci 0000:00:13.0: System wakeup disabled by ACPI
[    8.818267] pci 0000:00:13.2: [1002:4396] type 00 class 0x0c0320
[    8.818297] pci 0000:00:13.2: reg 10: [mem 0xf95ff800-0xf95ff8ff]
[    8.818415] pci 0000:00:13.2: supports D1 D2
[    8.818419] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[    8.818428] pci 0000:00:13.2: PME# disabled
[    8.818511] pci 0000:00:13.2: System wakeup disabled by ACPI
[    8.818695] pci 0000:00:14.0: [1002:4385] type 00 class 0x0c0500
[    8.818705] pci 0000:00:14.0: calling sb600_disable_hpet_bar+0x0/0x50
[    8.818794] pci 0000:00:14.0: calling force_disable_hpet_msi+0x0/0x10
[    8.819043] pci 0000:00:14.2: [1002:4383] type 00 class 0x040300
[    8.819076] pci 0000:00:14.2: reg 10: [mem 0xf95f8000-0xf95fbfff 64bit]
[    8.819172] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    8.819181] pci 0000:00:14.2: PME# disabled
[    8.819247] pci 0000:00:14.2: System wakeup disabled by ACPI
[    8.819427] pci 0000:00:14.3: [1002:439d] type 00 class 0x060100
[    8.819796] pci 0000:00:14.4: [1002:4384] type 01 class 0x060401
[    8.819926] pci 0000:00:14.4: System wakeup disabled by ACPI
[    8.820093] pci 0000:00:14.5: [1002:4399] type 00 class 0x0c0310
[    8.820118] pci 0000:00:14.5: reg 10: [mem 0xf95fd000-0xf95fdfff]
[    8.820297] pci 0000:00:14.5: System wakeup disabled by ACPI
[    8.820636] pci 0000:00:15.0: [1002:43a0] type 01 class 0x060400
[    8.820764] pci 0000:00:15.0: supports D1 D2
[    8.820885] pci 0000:00:15.0: System wakeup disabled by ACPI
[    8.821084] pci 0000:00:16.0: [1002:4397] type 00 class 0x0c0310
[    8.821107] pci 0000:00:16.0: reg 10: [mem 0xf95fe000-0xf95fefff]
[    8.821300] pci 0000:00:16.0: System wakeup disabled by ACPI
[    8.821708] pci 0000:00:16.2: [1002:4396] type 00 class 0x0c0320
[    8.821741] pci 0000:00:16.2: reg 10: [mem 0xf95ffc00-0xf95ffcff]
[    8.821871] pci 0000:00:16.2: supports D1 D2
[    8.821875] pci 0000:00:16.2: PME# supported from D0 D1 D2 D3hot
[    8.821884] pci 0000:00:16.2: PME# disabled
[    8.821973] pci 0000:00:16.2: System wakeup disabled by ACPI
[    8.822162] pci 0000:00:18.0: [1022:1200] type 00 class 0x060000
[    8.822170] pci 0000:00:18.0: calling quirk_mmio_always_on+0x0/0x10
[    8.822486] pci 0000:00:18.1: [1022:1201] type 00 class 0x060000
[    8.822494] pci 0000:00:18.1: calling quirk_mmio_always_on+0x0/0x10
[    8.822804] pci 0000:00:18.2: [1022:1202] type 00 class 0x060000
[    8.822811] pci 0000:00:18.2: calling quirk_mmio_always_on+0x0/0x10
[    8.823143] pci 0000:00:18.3: [1022:1203] type 00 class 0x060000
[    8.823152] pci 0000:00:18.3: calling quirk_mmio_always_on+0x0/0x10
[    8.823742] pci 0000:00:18.4: [1022:1204] type 00 class 0x060000
[    8.823752] pci 0000:00:18.4: calling quirk_mmio_always_on+0x0/0x10
[    8.824076] pci_bus 0000:00: fixups for bus
[    8.824083] pci 0000:00:02.0: scanning [bus 0d-0d] behind bridge, pass 0
[    8.824248] pci_bus 0000:0d: scanning bus
[    8.824273] pci 0000:0d:00.0: [10de:06e4] type 00 class 0x030000
[    8.824293] pci 0000:0d:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
[    8.824314] pci 0000:0d:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[    8.824336] pci 0000:0d:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
[    8.824352] pci 0000:0d:00.0: reg 24: [io  0xe800-0xe87f]
[    8.824367] pci 0000:0d:00.0: reg 30: [mem 0xfe9e0000-0xfe9fffff pref]
[    8.831994] pci_bus 0000:0d: fixups for bus
[    8.832002] pci 0000:00:02.0: PCI bridge to [bus 0d]
[    8.832013] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    8.832020] pci 0000:00:02.0:   bridge window [mem 0xfa000000-0xfe9fffff]
[    8.832030] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    8.832037] pci_bus 0000:0d: bus scan returning with max=0d
[    8.832045] pci 0000:00:03.0: scanning [bus 0c-0c] behind bridge, pass 0
[    8.832307] pci_bus 0000:0c: scanning bus
[    8.832333] pci 0000:0c:00.0: [1002:6759] type 00 class 0x030000
[    8.832369] pci 0000:0c:00.0: reg 10: [mem 0xc0000000-0xcfffffff 64bit pref]
[    8.832395] pci 0000:0c:00.0: reg 18: [mem 0xf9fc0000-0xf9fdffff 64bit]
[    8.832412] pci 0000:0c:00.0: reg 20: [io  0xd000-0xd0ff]
[    8.832441] pci 0000:0c:00.0: reg 30: [mem 0xf9fa0000-0xf9fbffff pref]
[    8.832510] pci 0000:0c:00.0: supports D1 D2
[    8.832838] pci 0000:0c:00.1: [1002:aa90] type 00 class 0x040300
[    8.832868] pci 0000:0c:00.1: reg 10: [mem 0xf9ffc000-0xf9ffffff 64bit]
[    8.832986] pci 0000:0c:00.1: supports D1 D2
[    8.838868] pci_bus 0000:0c: fixups for bus
[    8.838876] pci 0000:00:03.0: PCI bridge to [bus 0c]
[    8.838886] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[    8.838894] pci 0000:00:03.0:   bridge window [mem 0xf9f00000-0xf9ffffff]
[    8.838904] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    8.838910] pci_bus 0000:0c: bus scan returning with max=0c
[    8.838918] pci 0000:00:05.0: scanning [bus 0b-0b] behind bridge, pass 0
[    8.839152] pci_bus 0000:0b: scanning bus
[    8.839183] pci 0000:0b:00.0: [10ec:8168] type 00 class 0x020000
[    8.839209] pci 0000:0b:00.0: reg 10: [io  0xc800-0xc8ff]
[    8.839248] pci 0000:0b:00.0: reg 18: [mem 0xbffff000-0xbfffffff 64bit pref]
[    8.839275] pci 0000:0b:00.0: reg 20: [mem 0xbfff8000-0xbfffbfff 64bit pref]
[    8.839294] pci 0000:0b:00.0: reg 30: [mem 0xf9ee0000-0xf9efffff pref]
[    8.839381] pci 0000:0b:00.0: supports D1 D2
[    8.839386] pci 0000:0b:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    8.839396] pci 0000:0b:00.0: PME# disabled
[    8.845720] pci_bus 0000:0b: fixups for bus
[    8.845727] pci 0000:00:05.0: PCI bridge to [bus 0b]
[    8.845737] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    8.845745] pci 0000:00:05.0:   bridge window [mem 0xf9e00000-0xf9efffff]
[    8.845754] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    8.845760] pci_bus 0000:0b: bus scan returning with max=0b
[    8.845768] pci 0000:00:06.0: scanning [bus 0a-0a] behind bridge, pass 0
[    8.845997] pci_bus 0000:0a: scanning bus
[    8.846028] pci 0000:0a:00.0: [10ec:8168] type 00 class 0x020000
[    8.846053] pci 0000:0a:00.0: reg 10: [io  0xb800-0xb8ff]
[    8.846092] pci 0000:0a:00.0: reg 18: [mem 0xbfeff000-0xbfefffff 64bit pref]
[    8.846140] pci 0000:0a:00.0: reg 20: [mem 0xbfef8000-0xbfefbfff 64bit pref]
[    8.846159] pci 0000:0a:00.0: reg 30: [mem 0xf9de0000-0xf9dfffff pref]
[    8.846248] pci 0000:0a:00.0: supports D1 D2
[    8.846253] pci 0000:0a:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    8.846263] pci 0000:0a:00.0: PME# disabled
[    8.852614] pci_bus 0000:0a: fixups for bus
[    8.852644] pci 0000:00:06.0: PCI bridge to [bus 0a]
[    8.852685] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[    8.852717] pci 0000:00:06.0:   bridge window [mem 0xf9d00000-0xf9dfffff]
[    8.852746] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    8.852753] pci_bus 0000:0a: bus scan returning with max=0a
[    8.852761] pci 0000:00:09.0: scanning [bus 09-09] behind bridge, pass 0
[    8.853129] pci_bus 0000:09: scanning bus
[    8.853165] pci 0000:09:00.0: [1033:0194] type 00 class 0x0c0330
[    8.853196] pci 0000:09:00.0: reg 10: [mem 0xf9cfe000-0xf9cfffff 64bit]
[    8.853334] pci 0000:09:00.0: PME# supported from D0 D3hot D3cold
[    8.853344] pci 0000:09:00.0: PME# disabled
[    8.859497] pci_bus 0000:09: fixups for bus
[    8.859505] pci 0000:00:09.0: PCI bridge to [bus 09]
[    8.859517] pci 0000:00:09.0:   bridge window [mem 0xf9c00000-0xf9cfffff]
[    8.859527] pci_bus 0000:09: bus scan returning with max=09
[    8.859535] pci 0000:00:0a.0: scanning [bus 08-08] behind bridge, pass 0
[    8.859763] pci_bus 0000:08: scanning bus
[    8.859790] pci 0000:08:00.0: [14f1:8210] type 00 class 0x040000
[    8.859828] pci 0000:08:00.0: reg 10: [mem 0xf9a00000-0xf9bfffff 64bit]
[    8.860006] pci 0000:08:00.0: supports D1 D2
[    8.860011] pci 0000:08:00.0: PME# supported from D0 D1 D2 D3hot
[    8.860022] pci 0000:08:00.0: PME# disabled
[    8.866376] pci_bus 0000:08: fixups for bus
[    8.866384] pci 0000:00:0a.0: PCI bridge to [bus 08]
[    8.866396] pci 0000:00:0a.0:   bridge window [mem 0xf9a00000-0xf9bfffff]
[    8.866406] pci_bus 0000:08: bus scan returning with max=08
[    8.866414] pci 0000:00:0b.0: scanning [bus 07-07] behind bridge, pass 0
[    8.866646] pci_bus 0000:07: scanning bus
[    8.866672] pci 0000:07:00.0: [1002:6759] type 00 class 0x030000
[    8.866702] pci 0000:07:00.0: reg 10: [mem 0xa0000000-0xafffffff 64bit pref]
[    8.866727] pci 0000:07:00.0: reg 18: [mem 0xf99c0000-0xf99dffff 64bit]
[    8.866745] pci 0000:07:00.0: reg 20: [io  0xa000-0xa0ff]
[    8.866774] pci 0000:07:00.0: reg 30: [mem 0xf99a0000-0xf99bffff pref]
[    8.866843] pci 0000:07:00.0: supports D1 D2
[    8.867214] pci 0000:07:00.1: [1002:aa90] type 00 class 0x040300
[    8.867248] pci 0000:07:00.1: reg 10: [mem 0xf99fc000-0xf99fffff 64bit]
[    8.867374] pci 0000:07:00.1: supports D1 D2
[    8.873257] pci_bus 0000:07: fixups for bus
[    8.873288] pci 0000:00:0b.0: PCI bridge to [bus 07]
[    8.873322] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[    8.873331] pci 0000:00:0b.0:   bridge window [mem 0xf9900000-0xf99fffff]
[    8.873342] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    8.873349] pci_bus 0000:07: bus scan returning with max=07
[    8.873358] pci 0000:00:0c.0: scanning [bus 05-06] behind bridge, pass 0
[    8.873761] pci_bus 0000:05: scanning bus
[    8.873801] pci 0000:05:00.0: [104c:8231] type 01 class 0x060400
[    8.873959] pci 0000:05:00.0: supports D1 D2
[    8.874143] pci 0000:05:00.0: disabling ASPM on pre-1.1 PCIe device.  You can enable it with 'pcie_aspm=force'
[    8.874155] pci_bus 0000:05: fixups for bus
[    8.874159] pci 0000:00:0c.0: PCI bridge to [bus 05-06]
[    8.874171] pci 0000:00:0c.0:   bridge window [mem 0xf9800000-0xf98fffff]
[    8.874183] pci 0000:05:00.0: scanning [bus 06-06] behind bridge, pass 0
[    8.874431] pci_bus 0000:06: scanning bus
[    8.874458] pci 0000:06:01.0: [1033:0035] type 00 class 0x0c0310
[    8.874493] pci 0000:06:01.0: reg 10: [mem 0xf98fd000-0xf98fdfff]
[    8.874642] pci 0000:06:01.0: supports D1 D2
[    8.874646] pci 0000:06:01.0: PME# supported from D0 D1 D2 D3hot
[    8.874656] pci 0000:06:01.0: PME# disabled
[    8.874863] pci 0000:06:01.1: [1033:0035] type 00 class 0x0c0310
[    8.874913] pci 0000:06:01.1: reg 10: [mem 0xf98fe000-0xf98fefff]
[    8.875069] pci 0000:06:01.1: supports D1 D2
[    8.875074] pci 0000:06:01.1: PME# supported from D0 D1 D2 D3hot
[    8.875085] pci 0000:06:01.1: PME# disabled
[    8.875543] pci 0000:06:01.2: [1033:00e0] type 00 class 0x0c0320
[    8.875582] pci 0000:06:01.2: reg 10: [mem 0xf98ffc00-0xf98ffcff]
[    8.875739] pci 0000:06:01.2: supports D1 D2
[    8.875744] pci 0000:06:01.2: PME# supported from D0 D1 D2 D3hot
[    8.875755] pci 0000:06:01.2: PME# disabled
[    8.876006] pci_bus 0000:06: fixups for bus
[    8.876012] pci 0000:05:00.0: PCI bridge to [bus 06]
[    8.876028] pci 0000:05:00.0:   bridge window [mem 0xf9800000-0xf98fffff]
[    8.876042] pci_bus 0000:06: bus scan returning with max=06
[    8.876051] pci 0000:05:00.0: scanning [bus 06-06] behind bridge, pass 1
[    8.876062] pci_bus 0000:05: bus scan returning with max=06
[    8.876070] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 0
[    8.876280] pci_bus 0000:04: scanning bus
[    8.876310] pci 0000:04:00.0: [1033:0194] type 00 class 0x0c0330
[    8.876338] pci 0000:04:00.0: reg 10: [mem 0xf97fe000-0xf97fffff 64bit]
[    8.876465] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    8.876474] pci 0000:04:00.0: PME# disabled
[    8.883531] pci_bus 0000:04: fixups for bus
[    8.883562] pci 0000:00:0d.0: PCI bridge to [bus 04]
[    8.883612] pci 0000:00:0d.0:   bridge window [mem 0xf9700000-0xf97fffff]
[    8.883655] pci_bus 0000:04: bus scan returning with max=04
[    8.883664] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 0
[    8.883988] pci_bus 0000:03: scanning bus
[    8.884027] pci 0000:03:06.0: [13f6:0111] type 00 class 0x040100
[    8.884062] pci 0000:03:06.0: reg 10: [io  0x9800-0x98ff]
[    8.884204] pci 0000:03:06.0: supports D1 D2
[    8.884421] pci_bus 0000:03: fixups for bus
[    8.884426] pci 0000:00:14.4: PCI bridge to [bus 03] (subtractive decode)
[    8.884435] pci 0000:00:14.4:   bridge window [io  0x9000-0x9fff]
[    8.884447] pci 0000:00:14.4:   bridge window [io  0x0000-0x0cf7] (subtractive decode)
[    8.884453] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] (subtractive decode)
[    8.884459] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[    8.884466] pci 0000:00:14.4:   bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[    8.884472] pci 0000:00:14.4:   bridge window [mem 0xa0000000-0xdfffffff] (subtractive decode)
[    8.884479] pci 0000:00:14.4:   bridge window [mem 0xf0000000-0xfebfffff] (subtractive decode)
[    8.884485] pci_bus 0000:03: bus scan returning with max=03
[    8.884496] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 0
[    8.884713] pci_bus 0000:02: scanning bus
[    8.884721] pci_bus 0000:02: fixups for bus
[    8.884725] pci 0000:00:15.0: PCI bridge to [bus 02]
[    8.884744] pci_bus 0000:02: bus scan returning with max=02
[    8.884752] pci 0000:00:02.0: scanning [bus 0d-0d] behind bridge, pass 1
[    8.884762] pci 0000:00:03.0: scanning [bus 0c-0c] behind bridge, pass 1
[    8.884772] pci 0000:00:05.0: scanning [bus 0b-0b] behind bridge, pass 1
[    8.884782] pci 0000:00:06.0: scanning [bus 0a-0a] behind bridge, pass 1
[    8.884791] pci 0000:00:09.0: scanning [bus 09-09] behind bridge, pass 1
[    8.884801] pci 0000:00:0a.0: scanning [bus 08-08] behind bridge, pass 1
[    8.884811] pci 0000:00:0b.0: scanning [bus 07-07] behind bridge, pass 1
[    8.884821] pci 0000:00:0c.0: scanning [bus 05-06] behind bridge, pass 1
[    8.884830] pci 0000:00:0d.0: scanning [bus 04-04] behind bridge, pass 1
[    8.884843] pci 0000:00:14.4: scanning [bus 03-03] behind bridge, pass 1
[    8.884854] pci 0000:00:15.0: scanning [bus 02-02] behind bridge, pass 1
[    8.884866] pci_bus 0000:00: bus scan returning with max=0d
[    8.884982] acpi PNP0A03:00: Requesting ACPI _OSC control (0x1d)
[    8.885158] acpi PNP0A03:00: ACPI _OSC control (0x1d) granted
[    8.886360] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 7 *10 11 14 15)
[    8.886464] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 7 10 *11 14 15)
[    8.886570] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 7 *10 11 14 15)
[    8.886676] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 7 *10 11 14 15)
[    8.886765] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 *7 10 11 14 15)
[    8.886853] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 7 10 *11 14 15)
[    8.886933] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 7 *10 11 14 15)
[    8.887007] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 7 *10 11 14 15)
[    8.887794] acpi root: \_SB_.PCI0 notify handler is installed
[    8.887912] Found 1 acpi root devices
[    8.888353] xen/balloon: Initialising balloon driver.
[    8.888614] xen-balloon: Initialising balloon driver.
[    8.889340] vgaarb: device added: PCI:0000:0d:00.0,decodes=io+mem,owns=io+mem,locks=none
[    8.889352] vgaarb: device added: PCI:0000:0c:00.0,decodes=io+mem,owns=none,locks=none
[    8.889365] vgaarb: device added: PCI:0000:07:00.0,decodes=io+mem,owns=none,locks=none
[    8.889375] vgaarb: loaded
[    8.889379] vgaarb: bridge control possible 0000:07:00.0
[    8.889383] vgaarb: bridge control possible 0000:0c:00.0
[    8.889387] vgaarb: bridge control possible 0000:0d:00.0
[    8.890027] SCSI subsystem initialized
[    8.890034] ACPI: bus type ATA registered
[    8.890276] libata version 3.00 loaded.
[    8.890526] ACPI: bus type USB registered
[    8.890693] usbcore: registered new interface driver usbfs
[    8.890781] usbcore: registered new interface driver hub
[    8.890917] usbcore: registered new device driver usb
[    8.891190] Linux video capture interface: v2.00
[    8.891447] pps_core: LinuxPPS API ver. 1 registered
[    8.891453] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    8.891554] PTP clock support registered
[    8.892024] Advanced Linux Sound Architecture Driver Initialized.
[    8.892030] PCI: Using ACPI for IRQ routing
[    8.902605] PCI: pci_cache_line_size set to 64 bytes
[    8.902625] pci 0000:0d:00.0: BAR 0: reserving [mem 0xfd000000-0xfdffffff flags 0x40200] (d=0, p=0)
[    8.902633] pci 0000:0d:00.0: BAR 1: reserving [mem 0xd0000000-0xdfffffff flags 0x14220c] (d=0, p=0)
[    8.902640] pci 0000:0d:00.0: BAR 3: reserving [mem 0xfa000000-0xfbffffff flags 0x140204] (d=0, p=0)
[    8.902648] pci 0000:0d:00.0: BAR 5: reserving [io  0xe800-0xe87f flags 0x40101] (d=0, p=0)
[    8.902659] pci 0000:0c:00.1: BAR 0: reserving [mem 0xf9ffc000-0xf9ffffff flags 0x140204] (d=0, p=0)
[    8.902670] pci 0000:0b:00.0: BAR 0: reserving [io  0xc800-0xc8ff flags 0x40101] (d=0, p=0)
[    8.902677] pci 0000:0b:00.0: BAR 2: reserving [mem 0xbffff000-0xbfffffff flags 0x14220c] (d=0, p=0)
[    8.902684] pci 0000:0b:00.0: BAR 4: reserving [mem 0xbfff8000-0xbfffbfff flags 0x14220c] (d=0, p=0)
[    8.902694] pci 0000:0a:00.0: BAR 0: reserving [io  0xb800-0xb8ff flags 0x40101] (d=0, p=0)
[    8.902701] pci 0000:0a:00.0: BAR 2: reserving [mem 0xbfeff000-0xbfefffff flags 0x14220c] (d=0, p=0)
[    8.902708] pci 0000:0a:00.0: BAR 4: reserving [mem 0xbfef8000-0xbfefbfff flags 0x14220c] (d=0, p=0)
[    8.902718] pci 0000:09:00.0: BAR 0: reserving [mem 0xf9cfe000-0xf9cfffff flags 0x140204] (d=0, p=0)
[    8.902729] pci 0000:08:00.0: BAR 0: reserving [mem 0xf9a00000-0xf9bfffff flags 0x140204] (d=0, p=0)
[    8.902741] pci 0000:07:00.1: BAR 0: reserving [mem 0xf99fc000-0xf99fffff flags 0x140204] (d=0, p=0)
[    8.902758] pci 0000:06:01.0: BAR 0: reserving [mem 0xf98fd000-0xf98fdfff flags 0x40200] (d=0, p=0)
[    8.902781] pci 0000:06:01.1: BAR 0: reserving [mem 0xf98fe000-0xf98fefff flags 0x40200] (d=0, p=0)
[    8.902792] pci 0000:06:01.2: BAR 0: reserving [mem 0xf98ffc00-0xf98ffcff flags 0x40200] (d=0, p=0)
[    8.902803] pci 0000:04:00.0: BAR 0: reserving [mem 0xf97fe000-0xf97fffff flags 0x140204] (d=0, p=0)
[    8.902817] pci 0000:00:11.0: BAR 0: reserving [io  0x6000-0x6007 flags 0x40101] (d=0, p=0)
[    8.902825] pci 0000:00:11.0: BAR 1: reserving [io  0x5000-0x5003 flags 0x40101] (d=0, p=0)
[    8.902833] pci 0000:00:11.0: BAR 2: reserving [io  0x3000-0x3007 flags 0x40101] (d=0, p=0)
[    8.902840] pci 0000:00:11.0: BAR 3: reserving [io  0x2000-0x2003 flags 0x40101] (d=0, p=0)
[    8.902848] pci 0000:00:11.0: BAR 4: reserving [io  0x1000-0x100f flags 0x40101] (d=0, p=0)
[    8.902856] pci 0000:00:11.0: BAR 5: reserving [mem 0xf95ff000-0xf95ff3ff flags 0x40200] (d=0, p=0)
[    8.902866] pci 0000:00:12.0: BAR 0: reserving [mem 0xf95f7000-0xf95f7fff flags 0x40200] (d=0, p=0)
[    8.902876] pci 0000:00:12.2: BAR 0: reserving [mem 0xf95ff400-0xf95ff4ff flags 0x40200] (d=0, p=0)
[    8.902886] pci 0000:00:13.0: BAR 0: reserving [mem 0xf95fc000-0xf95fcfff flags 0x40200] (d=0, p=0)
[    8.902896] pci 0000:00:13.2: BAR 0: reserving [mem 0xf95ff800-0xf95ff8ff flags 0x40200] (d=0, p=0)
[    8.902908] pci 0000:00:14.2: BAR 0: reserving [mem 0xf95f8000-0xf95fbfff flags 0x140204] (d=0, p=0)
[    8.902922] pci 0000:03:06.0: BAR 0: reserving [io  0x9800-0x98ff flags 0x40101] (d=0, p=0)
[    8.902934] pci 0000:00:14.5: BAR 0: reserving [mem 0xf95fd000-0xf95fdfff flags 0x40200] (d=0, p=0)
[    8.902946] pci 0000:00:16.0: BAR 0: reserving [mem 0xf95fe000-0xf95fefff flags 0x40200] (d=0, p=0)
[    8.902956] pci 0000:00:16.2: BAR 0: reserving [mem 0xf95ffc00-0xf95ffcff flags 0x40200] (d=0, p=0)
[    8.902977] pci 0000:0c:00.0: BAR 0: reserving [mem 0xc0000000-0xcfffffff flags 0x14220c] (d=1, p=1)
[    8.902986] pci 0000:0c:00.0: BAR 2: reserving [mem 0xf9fc0000-0xf9fdffff flags 0x140204] (d=1, p=1)
[    8.902994] pci 0000:0c:00.0: BAR 4: reserving [io  0xd000-0xd0ff flags 0x40101] (d=1, p=1)
[    8.903018] pci 0000:07:00.0: BAR 0: reserving [mem 0xa0000000-0xafffffff flags 0x14220c] (d=1, p=1)
[    8.903027] pci 0000:07:00.0: BAR 2: reserving [mem 0xf99c0000-0xf99dffff flags 0x140204] (d=1, p=1)
[    8.903035] pci 0000:07:00.0: BAR 4: reserving [io  0xa000-0xa0ff flags 0x40101] (d=1, p=1)
[    8.903089] e820: reserve RAM buffer [mem 0x00099000-0x0009ffff]
[    8.903924] Bluetooth: Core ver 2.16
[    8.904173] NET: Registered protocol family 31
[    8.904179] Bluetooth: HCI device and connection manager initialized
[    8.904204] Bluetooth: HCI socket layer initialized
[    8.904212] Bluetooth: L2CAP socket layer initialized
[    8.904231] Bluetooth: SCO socket layer initialized
[    8.904414] Switching to clocksource xen
[    8.904786] FS-Cache: Loaded
[    8.905040] pnp: PnP ACPI init
[    8.905063] ACPI: bus type PNP registered
[    8.905376] system 00:00: [mem 0xfec20000-0xfec200ff] could not be reserved
[    8.905433] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.905662] system 00:01: [mem 0xf6000000-0xf6003fff] has been reserved
[    8.905670] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.905810] pnp 00:02: [dma 4]
[    8.905952] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[    8.905975] xen: registering gsi 8 triggering 1 polarity 0
[    8.906112] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[    8.906286] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[    8.906302] xen: registering gsi 13 triggering 1 polarity 0
[    8.906436] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[    8.906640] xen: registering gsi 4 triggering 1 polarity 0
[    8.906646] Already setup the GSI :4
[    8.906651] pnp 00:06: [dma 0 disabled]
[    8.906845] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[    8.907100] system 00:07: [io  0x0600-0x06df] has been reserved
[    8.907107] system 00:07: [io  0x0ae0-0x0aef] has been reserved
[    8.907115] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.907306] pnp 00:08: Plug and Play ACPI device, IDs PNP0103 (active)
[    8.907550] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[    8.907558] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[    8.907567] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.907914] system 00:0a: [io  0x04d0-0x04d1] has been reserved
[    8.907921] system 00:0a: [io  0x040b] has been reserved
[    8.907926] system 00:0a: [io  0x04d6] has been reserved
[    8.907931] system 00:0a: [io  0x0c00-0x0c01] has been reserved
[    8.907937] system 00:0a: [io  0x0c14] has been reserved
[    8.907942] system 00:0a: [io  0x0c50-0x0c51] has been reserved
[    8.907948] system 00:0a: [io  0x0c52] has been reserved
[    8.907953] system 00:0a: [io  0x0c6c] has been reserved
[    8.907958] system 00:0a: [io  0x0c6f] has been reserved
[    8.907963] system 00:0a: [io  0x0cd0-0x0cd1] has been reserved
[    8.907969] system 00:0a: [io  0x0cd2-0x0cd3] has been reserved
[    8.907977] system 00:0a: [io  0x0cd4-0x0cd5] has been reserved
[    8.907982] system 00:0a: [io  0x0cd6-0x0cd7] has been reserved
[    8.907988] system 00:0a: [io  0x0cd8-0x0cdf] has been reserved
[    8.907993] system 00:0a: [io  0x0800-0x089f] has been reserved
[    8.907999] system 00:0a: [io  0x0b00-0x0b1f] has been reserved
[    8.908005] system 00:0a: [io  0x0b20-0x0b3f] has been reserved
[    8.908010] system 00:0a: [io  0x0900-0x090f] has been reserved
[    8.908016] system 00:0a: [io  0x0910-0x091f] has been reserved
[    8.908022] system 00:0a: [io  0xfe00-0xfefe] has been reserved
[    8.908028] system 00:0a: [mem 0xffb80000-0xffbfffff] has been reserved
[    8.908033] system 00:0a: [mem 0xfec10000-0xfec1001f] has been reserved
[    8.908039] system 00:0a: [mem 0xfed80000-0xfed80fff] has been reserved
[    8.908047] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.908291] system 00:0b: [mem 0xe0000000-0xefffffff] has been reserved
[    8.908299] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    8.908731] system 00:0c: [mem 0x00000000-0x0009ffff] could not be reserved
[    8.908740] system 00:0c: [mem 0x000c0000-0x000cffff] could not be reserved
[    8.908748] system 00:0c: [mem 0x000e0000-0x000fffff] could not be reserved
[    8.908755] system 00:0c: [mem 0x00100000-0x9fffffff] could not be reserved
[    8.908762] system 00:0c: [mem 0xfec00000-0xffffffff] could not be reserved
[    8.908771] system 00:0c: Plug and Play ACPI device, IDs PNP0c01 (active)
[    8.908909] pnp: PnP ACPI: found 13 devices
[    8.908913] ACPI: bus type PNP unregistered
[    8.910582] pciback 0000:0c:00.0: seizing device
[    8.910641] pciback 0000:0c:00.1: seizing device
[    8.910787] pciback 0000:08:00.0: seizing device
[    8.910827] pciback 0000:07:00.0: seizing device
[    8.910865] pciback 0000:07:00.1: seizing device
[    8.910938] pciback 0000:06:01.0: seizing device
[    8.910977] pciback 0000:06:01.1: seizing device
[    8.911019] pciback 0000:06:01.2: seizing device
[    8.911058] pciback 0000:04:00.0: seizing device
[    8.911097] pciback 0000:03:06.0: seizing device
[    8.925458] PM-Timer failed consistency check  (0x0xffffff) - aborting.
[    8.925581] pci 0000:00:02.0: PCI bridge to [bus 0d]
[    8.925588] pci 0000:00:02.0:   bridge window [io  0xe000-0xefff]
[    8.925597] pci 0000:00:02.0:   bridge window [mem 0xfa000000-0xfe9fffff]
[    8.925604] pci 0000:00:02.0:   bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[    8.925615] pci 0000:00:03.0: PCI bridge to [bus 0c]
[    8.925621] pci 0000:00:03.0:   bridge window [io  0xd000-0xdfff]
[    8.925629] pci 0000:00:03.0:   bridge window [mem 0xf9f00000-0xf9ffffff]
[    8.925637] pci 0000:00:03.0:   bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[    8.925647] pci 0000:00:05.0: PCI bridge to [bus 0b]
[    8.925653] pci 0000:00:05.0:   bridge window [io  0xc000-0xcfff]
[    8.925661] pci 0000:00:05.0:   bridge window [mem 0xf9e00000-0xf9efffff]
[    8.925668] pci 0000:00:05.0:   bridge window [mem 0xbff00000-0xbfffffff 64bit pref]
[    8.925679] pci 0000:00:06.0: PCI bridge to [bus 0a]
[    8.925685] pci 0000:00:06.0:   bridge window [io  0xb000-0xbfff]
[    8.925693] pci 0000:00:06.0:   bridge window [mem 0xf9d00000-0xf9dfffff]
[    8.925700] pci 0000:00:06.0:   bridge window [mem 0xbfe00000-0xbfefffff 64bit pref]
[    8.925711] pci 0000:00:09.0: PCI bridge to [bus 09]
[    8.925718] pci 0000:00:09.0:   bridge window [mem 0xf9c00000-0xf9cfffff]
[    8.925730] pci 0000:00:0a.0: PCI bridge to [bus 08]
[    8.925738] pci 0000:00:0a.0:   bridge window [mem 0xf9a00000-0xf9bfffff]
[    8.925749] pci 0000:00:0b.0: PCI bridge to [bus 07]
[    8.925755] pci 0000:00:0b.0:   bridge window [io  0xa000-0xafff]
[    8.925763] pci 0000:00:0b.0:   bridge window [mem 0xf9900000-0xf99fffff]
[    8.925771] pci 0000:00:0b.0:   bridge window [mem 0xa0000000-0xafffffff 64bit pref]
[    8.925781] pci 0000:05:00.0: PCI bridge to [bus 06]
[    8.925791] pci 0000:05:00.0:   bridge window [mem 0xf9800000-0xf98fffff]
[    8.925808] pci 0000:00:0c.0: PCI bridge to [bus 05-06]
[    8.925816] pci 0000:00:0c.0:   bridge window [mem 0xf9800000-0xf98fffff]
[    8.925828] pci 0000:00:0d.0: PCI bridge to [bus 04]
[    8.925835] pci 0000:00:0d.0:   bridge window [mem 0xf9700000-0xf97fffff]
[    8.925847] pci 0000:00:14.4: PCI bridge to [bus 03]
[    8.925855] pci 0000:00:14.4:   bridge window [io  0x9000-0x9fff]
[    8.925874] pci 0000:00:15.0: PCI bridge to [bus 02]
[    8.925941] xen: registering gsi 52 triggering 0 polarity 1
[    8.925961] xen: --> pirq=52 -> irq=52 (gsi=52)
[    8.926010] xen: registering gsi 52 triggering 0 polarity 1
[    8.926015] Already setup the GSI :52
[    8.926052] xen: registering gsi 52 triggering 0 polarity 1
[    8.926057] Already setup the GSI :52
[    8.926093] xen: registering gsi 53 triggering 0 polarity 1
[    8.926105] xen: --> pirq=53 -> irq=53 (gsi=53)
[    8.926149] xen: registering gsi 53 triggering 0 polarity 1
[    8.926153] Already setup the GSI :53
[    8.926191] xen: registering gsi 54 triggering 0 polarity 1
[    8.926201] xen: --> pirq=54 -> irq=54 (gsi=54)
[    8.926244] xen: registering gsi 54 triggering 0 polarity 1
[    8.926249] Already setup the GSI :54
[    8.926286] xen: registering gsi 54 triggering 0 polarity 1
[    8.926291] Already setup the GSI :54
[    8.926334] xen: registering gsi 54 triggering 0 polarity 1
[    8.926340] Already setup the GSI :54
[    8.926384] xen: registering gsi 16 triggering 0 polarity 1
[    8.926397] xen: --> pirq=16 -> irq=16 (gsi=16)
[    8.926412] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    8.926417] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    8.926422] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    8.926427] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[    8.926432] pci_bus 0000:00: resource 8 [mem 0xa0000000-0xdfffffff]
[    8.926437] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xfebfffff]
[    8.926443] pci_bus 0000:0d: resource 0 [io  0xe000-0xefff]
[    8.926447] pci_bus 0000:0d: resource 1 [mem 0xfa000000-0xfe9fffff]
[    8.926452] pci_bus 0000:0d: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[    8.926458] pci_bus 0000:0c: resource 0 [io  0xd000-0xdfff]
[    8.926463] pci_bus 0000:0c: resource 1 [mem 0xf9f00000-0xf9ffffff]
[    8.926468] pci_bus 0000:0c: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[    8.926474] pci_bus 0000:0b: resource 0 [io  0xc000-0xcfff]
[    8.926479] pci_bus 0000:0b: resource 1 [mem 0xf9e00000-0xf9efffff]
[    8.926484] pci_bus 0000:0b: resource 2 [mem 0xbff00000-0xbfffffff 64bit pref]
[    8.926490] pci_bus 0000:0a: resource 0 [io  0xb000-0xbfff]
[    8.926494] pci_bus 0000:0a: resource 1 [mem 0xf9d00000-0xf9dfffff]
[    8.926499] pci_bus 0000:0a: resource 2 [mem 0xbfe00000-0xbfefffff 64bit pref]
[    8.926505] pci_bus 0000:09: resource 1 [mem 0xf9c00000-0xf9cfffff]
[    8.926510] pci_bus 0000:08: resource 1 [mem 0xf9a00000-0xf9bfffff]
[    8.926515] pci_bus 0000:07: resource 0 [io  0xa000-0xafff]
[    8.926520] pci_bus 0000:07: resource 1 [mem 0xf9900000-0xf99fffff]
[    8.926525] pci_bus 0000:07: resource 2 [mem 0xa0000000-0xafffffff 64bit pref]
[    8.926531] pci_bus 0000:05: resource 1 [mem 0xf9800000-0xf98fffff]
[    8.926536] pci_bus 0000:06: resource 1 [mem 0xf9800000-0xf98fffff]
[    8.926541] pci_bus 0000:04: resource 1 [mem 0xf9700000-0xf97fffff]
[    8.926546] pci_bus 0000:03: resource 0 [io  0x9000-0x9fff]
[    8.926551] pci_bus 0000:03: resource 4 [io  0x0000-0x0cf7]
[    8.926556] pci_bus 0000:03: resource 5 [io  0x0d00-0xffff]
[    8.926560] pci_bus 0000:03: resource 6 [mem 0x000a0000-0x000bffff]
[    8.926565] pci_bus 0000:03: resource 7 [mem 0x000d0000-0x000dffff]
[    8.926570] pci_bus 0000:03: resource 8 [mem 0xa0000000-0xdfffffff]
[    8.926575] pci_bus 0000:03: resource 9 [mem 0xf0000000-0xfebfffff]
[    8.926627] NET: Registered protocol family 2
[    8.926988] TCP established hash table entries: 16384 (order: 6, 262144 bytes)
[    8.927293] TCP bind hash table entries: 16384 (order: 8, 1048576 bytes)
[    8.928192] TCP: Hash tables configured (established 16384 bind 16384)
[    8.928258] TCP: reno registered
[    8.928290] UDP hash table entries: 1024 (order: 5, 163840 bytes)
[    8.928423] UDP-Lite hash table entries: 1024 (order: 5, 163840 bytes)
[    8.928658] NET: Registered protocol family 1
[    8.928703] pci 0000:00:11.0: calling quirk_msi_intx_disable_ati_bug+0x0/0x50
[    8.928753] pci 0000:00:12.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    8.928806] xen: registering gsi 18 triggering 0 polarity 1
[    8.928825] xen: --> pirq=18 -> irq=18 (gsi=18)
[    9.004836] pci 0000:00:12.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.004878] xen: registering gsi 17 triggering 0 polarity 1
[    9.004895] xen: --> pirq=17 -> irq=17 (gsi=17)
[    9.004964] pci 0000:00:13.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.005002] xen: registering gsi 18 triggering 0 polarity 1
[    9.005007] Already setup the GSI :18
[    9.081482] pci 0000:00:13.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.081523] xen: registering gsi 17 triggering 0 polarity 1
[    9.081529] Already setup the GSI :17
[    9.081598] pci 0000:00:14.5: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.081635] xen: registering gsi 18 triggering 0 polarity 1
[    9.081640] Already setup the GSI :18
[    9.158167] pci 0000:00:16.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.158207] xen: registering gsi 18 triggering 0 polarity 1
[    9.158213] Already setup the GSI :18
[    9.234831] pci 0000:00:16.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.234872] xen: registering gsi 17 triggering 0 polarity 1
[    9.234877] Already setup the GSI :17
[    9.234933] pci 0000:00:18.0: calling quirk_amd_nb_node+0x0/0x70
[    9.234944] pci 0000:00:18.1: calling quirk_amd_nb_node+0x0/0x70
[    9.234954] pci 0000:00:18.2: calling quirk_amd_nb_node+0x0/0x70
[    9.234963] pci 0000:00:18.3: calling quirk_amd_nb_node+0x0/0x70
[    9.234972] pci 0000:00:18.4: calling quirk_amd_nb_node+0x0/0x70
[    9.234983] pci 0000:0d:00.0: calling nv_msi_ht_cap_quirk_leaf+0x0/0x30
[    9.235002] pci 0000:0d:00.0: calling pci_fixup_video+0x0/0xd0
[    9.235010] pci 0000:0d:00.0: Boot video device
[    9.235017] pciback 0000:0c:00.0: calling pci_fixup_video+0x0/0xd0
[    9.235036] pci 0000:09:00.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235060] xen: registering gsi 48 triggering 0 polarity 1
[    9.235075] xen: --> pirq=48 -> irq=48 (gsi=48)
[    9.235128] pciback 0000:07:00.0: calling pci_fixup_video+0x0/0xd0
[    9.235141] pci 0000:05:00.0: calling quirk_xio2000a+0x0/0x90
[    9.235146] pci 0000:05:00.0: TI XIO2000a quirk detected; secondary bus fast back-to-back transfers disabled
[    9.235170] pciback 0000:06:01.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235214] xen: registering gsi 37 triggering 0 polarity 1
[    9.235226] xen: --> pirq=37 -> irq=37 (gsi=37)
[    9.235272] pciback 0000:06:01.1: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235295] xen: registering gsi 38 triggering 0 polarity 1
[    9.235308] xen: --> pirq=38 -> irq=38 (gsi=38)
[    9.235353] pciback 0000:06:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235376] xen: registering gsi 39 triggering 0 polarity 1
[    9.235387] xen: --> pirq=39 -> irq=39 (gsi=39)
[    9.235440] pciback 0000:04:00.0: calling quirk_usb_early_handoff+0x0/0x6c0
[    9.235463] xen: registering gsi 40 triggering 0 polarity 1
[    9.235474] xen: --> pirq=40 -> irq=40 (gsi=40)
[    9.235553] PCI: CLS 64 bytes, default 64
[    9.235684] Trying to unpack rootfs image as initramfs...
[    9.260267] Freeing initrd memory: 14120k freed
[    9.271915] DMA-API: preallocated 65536 debug entries
[    9.271928] DMA-API: debugging enabled by kernel config
[    9.276458] Scanning for low memory corruption every 60 seconds
[    9.277292] AVX or AES-NI instructions are not detected.
[    9.278210] AVX instructions are not detected.
[    9.279073] AVX instructions are not detected.
[    9.279082] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
[    9.279867] audit: initializing netlink socket (disabled)
[    9.279915] type=2000 audit(1380054963.263:1): initialized
[    9.281054] bounce pool size: 64 pages
[    9.281065] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    9.290025] VFS: Disk quotas dquot_6.5.2
[    9.290323] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    9.293712] NTFS driver 2.1.30 [Flags: R/W].
[    9.294449] fuse init (API version 7.21)
[    9.296736] Btrfs loaded
[    9.298021] GFS2 installed
[    9.298360] ceph: loaded (mds proto 32)
[    9.298385] msgmni has been set to 2829
[    9.300924] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    9.300951] io scheduler noop registered
[    9.300957] io scheduler deadline registered
[    9.301220] io scheduler cfq registered (default)
[    9.302328] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    9.302333] crc32: self tests passed, processed 225944 bytes in 108744 nsec
[    9.302449] crc32c: CRC_LE_BITS = 64
[    9.302452] crc32c: self tests passed, processed 225944 bytes in 54282 nsec
[    9.308232] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    9.308610] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    9.309260] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    9.309268] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    9.310946] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    9.311479] usbcore: registered new interface driver udlfb
[    9.311601] vesafb: mode is 1280x1024x32, linelength=5120, pages=0
[    9.311608] vesafb: scrolling: redraw
[    9.311612] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[    9.313337] vesafb: framebuffer at 0xfb000000, mapped to 0xffffc90010580000, using 10240k, total 14336k
[    9.335657] Console: switching to colour frame buffer device 160x64
[    9.356091] fb0: VESA VGA frame buffer device
[    9.356781] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[    9.357031] ACPI: Power Button [PWRB]
[    9.357317] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[    9.357499] ACPI: Power Button [PWRF]
[    9.362152] Warning: Processor Platform Limit not supported.
[    9.363538] Event-channel device installed.
[    9.364302] xen: registering gsi 22 triggering 0 polarity 1
[    9.364465] xen: --> pirq=22 -> irq=22 (gsi=22)
[    9.391569] xen: registering gsi 40 triggering 0 polarity 1
[    9.391710] Already setup the GSI :40
[    9.598103] pciback 0000:04:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[    9.598344] pciback 0000:04:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xf97fe004)
[    9.598573] pciback 0000:04:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[    9.598787] pciback 0000:04:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100102)
[    9.599107] xen: registering gsi 39 triggering 0 polarity 1
[    9.599243] Already setup the GSI :39
[    9.624784] pciback 0000:06:01.2: restoring config space at offset 0x4 (was 0x2100000, writing 0x2100112)
[    9.625105] xen: registering gsi 38 triggering 0 polarity 1
[    9.625242] Already setup the GSI :38
[    9.651366] pciback 0000:06:01.1: restoring config space at offset 0x4 (was 0x2100000, writing 0x2100112)
[    9.651690] xen: registering gsi 37 triggering 0 polarity 1
[    9.651826] Already setup the GSI :37
[    9.678118] pciback 0000:06:01.0: restoring config space at offset 0x4 (was 0x2100000, writing 0x2100112)
[    9.678439] xen: registering gsi 33 triggering 0 polarity 1
[    9.678587] xen: --> pirq=33 -> irq=33 (gsi=33)
[    9.704857] pciback 0000:07:00.0: enabling device (0000 -> 0003)
[    9.705023] xen: registering gsi 32 triggering 0 polarity 1
[    9.705170] xen: --> pirq=32 -> irq=32 (gsi=32)
[    9.731549] xen: registering gsi 47 triggering 0 polarity 1
[    9.731701] xen: --> pirq=47 -> irq=47 (gsi=47)
[    9.938094] pciback 0000:08:00.0: restoring config space at offset 0x3c (was 0x100, writing 0x10a)
[    9.938341] pciback 0000:08:00.0: restoring config space at offset 0x10 (was 0x4, writing 0xf9a00004)
[    9.938570] pciback 0000:08:00.0: restoring config space at offset 0xc (was 0x0, writing 0x10)
[    9.945431] pciback 0000:08:00.0: restoring config space at offset 0x4 (was 0x100000, writing 0x100106)
[    9.952407] xen: registering gsi 29 triggering 0 polarity 1
[    9.959353] xen: --> pirq=29 -> irq=29 (gsi=29)
[    9.991521] pciback 0000:0c:00.0: enabling device (0000 -> 0003)
[    9.998499] xen: registering gsi 28 triggering 0 polarity 1
[   10.005533] xen: --> pirq=28 -> irq=28 (gsi=28)
[   10.038276] xen-pciback: backend is vpci
[   10.048316] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[   10.058302] hpet_acpi_add: no address or irqs in _CRS
[   10.066021] Linux agpgart interface v0.103
[   10.074903] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[   10.082064] Hangcheck: Using getrawmonotonic().
[   10.089571] [drm] Initialized drm 1.1.0 20060810
[   10.096941] [drm] radeon kernel modesetting enabled.
[   10.111550] brd: module loaded
[   10.143985] loop: module loaded
[   10.152760] ahci 0000:00:11.0: version 3.0
[   10.159823] xen: registering gsi 19 triggering 0 polarity 1
[   10.166830] xen: --> pirq=19 -> irq=19 (gsi=19)
[   10.174039] ahci 0000:00:11.0: AHCI 0001.0200 32 slots 6 ports 6 Gbps 0x3f impl SATA mode
[   10.181168] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part 
[   10.191380] scsi0 : ahci
[   10.198959] scsi1 : ahci
[   10.206364] scsi2 : ahci
[   10.213516] scsi3 : ahci
[   10.220715] scsi4 : ahci
[   10.227777] scsi5 : ahci
[   10.234336] ata1: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff100 irq 121
[   10.240784] ata2: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff180 irq 121
[   10.247029] ata3: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff200 irq 121
[   10.253176] ata4: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff280 irq 121
[   10.259252] ata5: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff300 irq 121
[   10.265353] ata6: SATA max UDMA/133 abar m1024@0xf95ff000 port 0xf95ff380 irq 121
[   10.272321] tun: Universal TUN/TAP device driver, 1.6
[   10.278224] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[   10.284561] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[   10.290444] e1000: Copyright (c) 1999-2006 Intel Corporation.
[   10.296664] e1000e: Intel(R) PRO/1000 Network Driver - 2.2.14-k
[   10.302652] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[   10.308806] igb: Intel(R) Gigabit Ethernet Network Driver - version 4.1.2-k
[   10.314797] igb: Copyright (c) 2007-2013 Intel Corporation.
[   10.321039] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[   10.327023] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[   10.333068] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   10.339075] xen: registering gsi 46 triggering 0 polarity 1
[   10.344984] xen: --> pirq=46 -> irq=46 (gsi=46)
[   10.350762] r8169 0000:0b:00.0: enabling Mem-Wr-Inval
[   10.357423] r8169 0000:0b:00.0 eth0: RTL8168d/8111d at 0xffffc90000334000, 40:61:86:f4:67:d9, XID 081000c0 IRQ 122
[   10.363384] r8169 0000:0b:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   10.369273] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[   10.375099] xen: registering gsi 51 triggering 0 polarity 1
[   10.380950] xen: --> pirq=51 -> irq=51 (gsi=51)
[   10.386667] r8169 0000:0a:00.0: enabling Mem-Wr-Inval
[   10.393082] r8169 0000:0a:00.0 eth1: RTL8168d/8111d at 0xffffc90000336000, 40:61:86:f4:67:d8, XID 081000c0 IRQ 123
[   10.399021] r8169 0000:0a:00.0 eth1: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[   10.405443] Initialising Xen virtual ethernet driver.
[   10.412892] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[   10.418839] ehci-pci: EHCI PCI platform driver
[   10.424905] xen: registering gsi 17 triggering 0 polarity 1
[   10.430910] Already setup the GSI :17
[   10.436825] ehci-pci 0000:00:12.2: enabling bus mastering
[   10.442913] ehci-pci 0000:00:12.2: EHCI Host Controller
[   10.449235] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[   10.455209] QUIRK: Enable AMD PLL fix
[   10.461138] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   10.467267] ehci-pci 0000:00:12.2: debug port 1
[   10.473414] ehci-pci 0000:00:12.2: enabling Mem-Wr-Inval
[   10.479453] ehci-pci 0000:00:12.2: irq 17, io mem 0xf95ff400
[   10.494817] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[   10.500949] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   10.506796] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.512673] usb usb1: Product: EHCI Host Controller
[   10.518508] usb usb1: Manufacturer: Linux 3.9.0 ehci_hcd
[   10.524448] usb usb1: SerialNumber: 0000:00:12.2
[   10.531160] hub 1-0:1.0: USB hub found
[   10.537024] hub 1-0:1.0: 5 ports detected
[   10.543362] xen: registering gsi 17 triggering 0 polarity 1
[   10.549203] Already setup the GSI :17
[   10.555004] ehci-pci 0000:00:13.2: enabling bus mastering
[   10.560851] ehci-pci 0000:00:13.2: EHCI Host Controller
[   10.566814] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[   10.572619] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   10.578591] ehci-pci 0000:00:13.2: debug port 1
[   10.584827] ehci-pci 0000:00:13.2: enabling Mem-Wr-Inval
[   10.590874] ehci-pci 0000:00:13.2: irq 17, io mem 0xf95ff800
[   10.591390] ata4: SATA link down (SStatus 0 SControl 300)
[   10.591515] ata6: SATA link down (SStatus 0 SControl 300)
[   10.591571] ata5: SATA link down (SStatus 0 SControl 300)
[   10.591669] ata2: SATA link down (SStatus 0 SControl 300)
[   10.631462] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[   10.637620] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[   10.643991] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.650224] usb usb2: Product: EHCI Host Controller
[   10.656387] usb usb2: Manufacturer: Linux 3.9.0 ehci_hcd
[   10.662623] usb usb2: SerialNumber: 0000:00:13.2
[   10.669110] hub 2-0:1.0: USB hub found
[   10.675174] hub 2-0:1.0: 5 ports detected
[   10.681540] xen: registering gsi 17 triggering 0 polarity 1
[   10.687533] Already setup the GSI :17
[   10.693466] ehci-pci 0000:00:16.2: enabling bus mastering
[   10.699418] ehci-pci 0000:00:16.2: EHCI Host Controller
[   10.705576] ehci-pci 0000:00:16.2: new USB bus registered, assigned bus number 3
[   10.711518] ehci-pci 0000:00:16.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[   10.717488] ehci-pci 0000:00:16.2: debug port 1
[   10.723560] ehci-pci 0000:00:16.2: enabling Mem-Wr-Inval
[   10.729437] ehci-pci 0000:00:16.2: irq 17, io mem 0xf95ffc00
[   10.744805] ehci-pci 0000:00:16.2: USB 2.0 started, EHCI 1.00
[   10.750467] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[   10.756075] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.758055] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[   10.758162] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   10.773063] usb usb3: Product: EHCI Host Controller
[   10.778612] ata3.00: ATA-8: ST2000DL003-9VT166, CC45, max UDMA/133
[   10.778625] usb usb3: Manufacturer: Linux 3.9.0 ehci_hcd
[   10.778626] usb usb3: SerialNumber: 0000:00:16.2
[   10.779331] hub 3-0:1.0: USB hub found
[   10.779337] hub 3-0:1.0: 4 ports detected
[   10.779687] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[   10.779788] xen: registering gsi 18 triggering 0 polarity 1
[   10.779790] Already setup the GSI :18
[   10.779811] ohci_hcd 0000:00:12.0: enabling bus mastering
[   10.779818] ohci_hcd 0000:00:12.0: OHCI Host Controller
[   10.780025] ohci_hcd 0000:00:12.0: new USB bus registered, assigned bus number 4
[   10.780163] ohci_hcd 0000:00:12.0: irq 18, io mem 0xf95f7000
[   10.835670] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[   10.835671] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.835673] usb usb4: Product: OHCI Host Controller
[   10.835674] usb usb4: Manufacturer: Linux 3.9.0 ohci_hcd
[   10.835675] usb usb4: SerialNumber: 0000:00:12.0
[   10.836240] hub 4-0:1.0: USB hub found
[   10.836250] hub 4-0:1.0: 5 ports detected
[   10.836517] xen: registering gsi 18 triggering 0 polarity 1
[   10.836519] Already setup the GSI :18
[   10.836541] ohci_hcd 0000:00:13.0: enabling bus mastering
[   10.836547] ohci_hcd 0000:00:13.0: OHCI Host Controller
[   10.836887] ohci_hcd 0000:00:13.0: new USB bus registered, assigned bus number 5
[   10.836953] ohci_hcd 0000:00:13.0: irq 18, io mem 0xf95fc000
[   10.892255] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[   10.892257] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.892258] usb usb5: Product: OHCI Host Controller
[   10.892259] usb usb5: Manufacturer: Linux 3.9.0 ohci_hcd
[   10.892260] usb usb5: SerialNumber: 0000:00:13.0
[   10.892845] hub 5-0:1.0: USB hub found
[   10.892853] hub 5-0:1.0: 5 ports detected
[   10.893129] xen: registering gsi 18 triggering 0 polarity 1
[   10.893131] Already setup the GSI :18
[   10.893150] ohci_hcd 0000:00:14.5: enabling bus mastering
[   10.893156] ohci_hcd 0000:00:14.5: OHCI Host Controller
[   10.893493] ohci_hcd 0000:00:14.5: new USB bus registered, assigned bus number 6
[   10.893553] ohci_hcd 0000:00:14.5: irq 18, io mem 0xf95fd000
[   10.948770] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[   10.948772] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   10.948773] usb usb6: Product: OHCI Host Controller
[   10.948774] usb usb6: Manufacturer: Linux 3.9.0 ohci_hcd
[   10.948775] usb usb6: SerialNumber: 0000:00:14.5
[   10.949317] hub 6-0:1.0: USB hub found
[   10.949326] hub 6-0:1.0: 2 ports detected
[   10.949646] xen: registering gsi 18 triggering 0 polarity 1
[   10.949649] Already setup the GSI :18
[   10.949666] ohci_hcd 0000:00:16.0: enabling bus mastering
[   10.949672] ohci_hcd 0000:00:16.0: OHCI Host Controller
[   10.950013] ohci_hcd 0000:00:16.0: new USB bus registered, assigned bus number 7
[   10.950075] ohci_hcd 0000:00:16.0: irq 18, io mem 0xf95fe000
[   11.005457] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[   11.005459] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.005460] usb usb7: Product: OHCI Host Controller
[   11.005461] usb usb7: Manufacturer: Linux 3.9.0 ohci_hcd
[   11.005462] usb usb7: SerialNumber: 0000:00:16.0
[   11.006025] hub 7-0:1.0: USB hub found
[   11.006033] hub 7-0:1.0: 4 ports detected
[   11.006611] uhci_hcd: USB Universal Host Controller Interface driver
[   11.006841] xen: registering gsi 48 triggering 0 polarity 1
[   11.006844] Already setup the GSI :48
[   11.006862] xhci_hcd 0000:09:00.0: enabling bus mastering
[   11.006866] xhci_hcd 0000:09:00.0: xHCI Host Controller
[   11.007281] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 8
[   11.007497] xhci_hcd 0000:09:00.0: enabling Mem-Wr-Inval
[   11.008434] usb usb8: New USB device found, idVendor=1d6b, idProduct=0002
[   11.008436] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.008437] usb usb8: Product: xHCI Host Controller
[   11.008438] usb usb8: Manufacturer: Linux 3.9.0 xhci_hcd
[   11.008439] usb usb8: SerialNumber: 0000:09:00.0
[   11.008999] xHCI xhci_add_endpoint called for root hub
[   11.009001] xHCI xhci_check_bandwidth called for root hub
[   11.009129] hub 8-0:1.0: USB hub found
[   11.009182] hub 8-0:1.0: 2 ports detected
[   11.009298] xhci_hcd 0000:09:00.0: xHCI Host Controller
[   11.009653] xhci_hcd 0000:09:00.0: new USB bus registered, assigned bus number 9
[   11.010801] usb usb9: New USB device found, idVendor=1d6b, idProduct=0003
[   11.010802] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   11.010804] usb usb9: Product: xHCI Host Controller
[   11.010805] usb usb9: Manufacturer: Linux 3.9.0 xhci_hcd
[   11.010805] usb usb9: SerialNumber: 0000:09:00.0
[   11.011216] xHCI xhci_add_endpoint called for root hub
[   11.011217] xHCI xhci_check_bandwidth called for root hub
[   11.011540] hub 9-0:1.0: USB hub found
[   11.011553] hub 9-0:1.0: 2 ports detected
[   11.220207] ata3.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32)
[   11.225461] ata1.00: ATA-8: Hitachi HDS722020ALA330, JKAOA20N, max UDMA/133
[   11.230780] ata1.00: 3907029168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[   11.236667] usbcore: registered new interface driver usblp
[   11.236858] ata3.00: configured for UDMA/133
[   11.237838] ata1.00: configured for UDMA/133
[   11.238747] scsi 0:0:0:0: Direct-Access     ATA      Hitachi HDS72202 JKAO PQ: 0 ANSI: 5
[   11.240047] sd 0:0:0:0: [sda] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   11.240128] sd 0:0:0:0: [sda] Write Protect is off
[   11.240130] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   11.240159] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.240810] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   11.241905] scsi 2:0:0:0: Direct-Access     ATA      ST2000DL003-9VT1 CC45 PQ: 0 ANSI: 5
[   11.242562] sd 2:0:0:0: [sdb] 3907029168 512-byte logical blocks: (2.00 TB/1.81 TiB)
[   11.242564] sd 2:0:0:0: [sdb] 4096-byte physical blocks
[   11.242787] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   11.242835] sd 2:0:0:0: [sdb] Write Protect is off
[   11.242838] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   11.242927] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   11.250567]  sda: sda1 sda2 sda3
[   11.252605] sd 0:0:0:0: [sda] Attached SCSI disk
[   11.263507]  sdb: sdb1
[   11.265129] sd 2:0:0:0: [sdb] Attached SCSI disk
[   11.278010] usb 4-5: new full-speed USB device number 2 using ohci_hcd
[   11.352780] Initializing USB Mass Storage driver...
[   11.358866] usbcore: registered new interface driver usb-storage
[   11.364674] USB Mass Storage support registered.
[   11.370804] usbcore: registered new interface driver usbserial
[   11.376767] usbcore: registered new interface driver cp210x
[   11.382894] usbserial: USB Serial support registered for cp210x
[   11.388941] usbcore: registered new interface driver cypress_m8
[   11.395051] usbserial: USB Serial support registered for DeLorme Earthmate USB
[   11.401137] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[   11.407238] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[   11.413295] usbcore: registered new interface driver mos7720
[   11.419339] usbserial: USB Serial support registered for Moschip 2 port adapter
[   11.425520] usbcore: registered new interface driver mos7840
[   11.431666] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[   11.438303] i8042: PNP: No PS/2 controller found. Probing ports directly.
[   11.445235] serio: i8042 KBD port at 0x60,0x64 irq 1
[   11.451479] serio: i8042 AUX port at 0x60,0x64 irq 12
[   11.458249] mousedev: PS/2 mouse device common for all mice
[   11.465811] rtc_cmos 00:03: RTC can wake from S4
[   11.472400] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[   11.478466] rtc_cmos 00:03: alarms up to one month, y3k, 114 bytes nvram
[   11.485792] ACPI Warning: 0x0000000000000b00-0x0000000000000b07 SystemIO conflicts with Region \SOR1 1 (20130117/utaddress-251)
[   11.492231] ACPI: This conflict may cause random problems and system instability
[   11.498754] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.505534] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[   11.514299] lirc_dev: IR Remote Control driver registered, major 248 
[   11.520888] IR NEC protocol handler initialized
[   11.527396] IR RC5(x) protocol handler initialized
[   11.533872] IR RC6 protocol handler initialized
[   11.540377] IR JVC protocol handler initialized
[   11.546836] IR Sony protocol handler initialized
[   11.553259] IR RC5 (streamzap) protocol handler initialized
[   11.559716] IR SANYO protocol handler initialized
[   11.566180] IR MCE Keyboard/mouse protocol handler initialized
[   11.572722] IR LIRC bridge handler initialized
[   11.579230] cx25821: driver version 0.0.106 loaded
[   11.586319] usbcore: registered new interface driver pvrusb2
[   11.592781] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[   11.599318] pvrusb2: Debug mask is 31 (0x1f)
[   11.606212] f71805f: Unsupported Fintek device, skipping
[   11.612920] f71882fg: Found f71889ed chip at 0x600, revision 16
[   11.619771] ACPI Warning: 0x0000000000000600-0x0000000000000607 SystemIO conflicts with Region \HMOR 1 (20130117/utaddress-251)
[   11.626597] ACPI: This conflict may cause random problems and system instability
[   11.633448] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[   11.641076] f71882fg f71882fg.1536: Fan: 1 is in duty-cycle mode
[   11.648123] f71882fg f71882fg.1536: Fan: 2 is in duty-cycle mode
[   11.655024] f71882fg f71882fg.1536: Fan: 3 is in duty-cycle mode
[   11.707697] usb 4-5: New USB device found, idVendor=0a12, idProduct=0001
[   11.716496] usb 4-5: New USB device strings: Mfr=0, Product=2, SerialNumber=0
[   11.725036] usb 4-5: Product: EDRClassone
[   11.734679] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[   11.744347] sp5100_tco: PCI Revision ID: 0x41
[   11.753009] sp5100_tco: Using 0xfed80b00 for watchdog MMIO address
[   11.761363] sp5100_tco: Last reboot was not triggered by watchdog.
[   11.768519] sp5100_tco: initialized (0xffffc9001055ab00). heartbeat=60 sec (nowayout=0)
[   11.775345] xen_wdt: Xen WatchDog Timer Driver v0.01
[   11.782559] xen_wdt: cannot register miscdev on minor=130 (-16)
[   11.789445] wdt: probe of wdt failed with error -16
[   11.797312] device-mapper: ioctl: 4.24.0-ioctl (2013-01-15) initialised: dm-devel@redhat.com
[   11.804988] device-mapper: cache-policy-mq: version 1.0.0 loaded
[   11.811922] device-mapper: cache cleaner: version 1.0.0 loaded
[   11.818824] Bluetooth: Virtual HCI driver ver 1.3
[   11.826034] Bluetooth: HCI UART driver ver 2.2
[   11.832925] Bluetooth: HCI H4 protocol initialized
[   11.839756] Bluetooth: HCI BCSP protocol initialized
[   11.846578] Bluetooth: HCILL protocol initialized
[   11.853292] Bluetooth: HCIATH3K protocol initialized
[   11.860029] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[   11.867143] usbcore: registered new interface driver bcm203x
[   11.874240] usbcore: registered new interface driver bpa10x
[   11.881277] usbcore: registered new interface driver bfusb
[   11.888809] usbcore: registered new interface driver btusb
[   11.895573] usbcore: registered new interface driver ath3k
[   11.902470] hidraw: raw HID events driver (C) Jiri Kosina
[   11.910418] usbcore: registered new interface driver usbhid
[   11.916774] usbhid: USB HID core driver
[   11.929042] xen: registering gsi 16 triggering 0 polarity 1
[   11.935467] Already setup the GSI :16
[   11.982780] usbcore: registered new interface driver snd-usb-audio
[   11.989516] usbcore: registered new interface driver snd-ua101
[   11.996039] usbcore: registered new interface driver snd-usb-usx2y
[   12.002405] usbcore: registered new interface driver snd-usb-caiaq
[   12.008527] usbcore: registered new interface driver snd-usb-6fire
[   12.014231] Netfilter messages via NETLINK v0.30.
[   12.019872] nfnl_acct: registering with nfnetlink.
[   12.025520] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[   12.031697] ctnetlink v0.93: registering with nfnetlink.
[   12.038232] xt_time: kernel timezone is -0000
[   12.044019] ip_set: protocol 6
[   12.049736] IPVS: Registered protocols ()
[   12.055428] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[   12.061303] IPVS: Creating netns size=1904 id=0
[   12.067649] IPVS: ipvs loaded.
[   12.073925] ip_tables: (C) 2000-2006 Netfilter Core Team
[   12.079733] TCP: cubic registered
[   12.085407] NET: Registered protocol family 17
[   12.091642] Bridge firewalling registered
[   12.097199] Ebtables v2.0 registered
[   12.102941] Bluetooth: RFCOMM TTY layer initialized
[   12.108484] Bluetooth: RFCOMM socket layer initialized
[   12.113837] Bluetooth: RFCOMM ver 1.11
[   12.119003] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   12.124095] Bluetooth: BNEP filters: protocol multicast
[   12.129050] Bluetooth: BNEP socket layer initialized
[   12.134040] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[   12.139157] Bluetooth: HIDP socket layer initialized
[   12.144214] Key type ceph registered
[   12.149190] libceph: loaded (mon/osd proto 15/24)
[   12.156321] registered taskstats version 1
[   12.162520] console [netcon0] enabled
[   12.167422] netconsole: network logging started
[   12.172406] ALSA device list:
[   12.177254]   #0: HDA ATI SB at 0xf95f8000 irq 16
[   12.182943] Freeing unused kernel memory: 1048k freed
[   12.188053] Write protecting the kernel read-only data: 14336k
[   12.199361] Freeing unused kernel memory: 372k freed
[   12.204456] Freeing unused kernel memory: 184k freed
[   12.263541] udevd[1548]: starting version 175
[   12.887569] bio: create slab <bio-1> at 1
[   13.487537] EXT4-fs (dm-0): mounted filesystem with ordered data mode. Opts: (null)
[   16.534027] udevd[1950]: starting version 175
[   17.558141] ata1.00: configured for UDMA/133
[   17.564310] ata1: EH complete
[   18.755662] ata1.00: configured for UDMA/133
[   18.761255] ata1: EH complete
[   19.765278] EXT4-fs (dm-0): re-mounted. Opts: (null)
[   20.321956] EXT4-fs (dm-0): re-mounted. Opts: barrier=1,errors=remount-ro
[   28.263339] Adding 2097148k swap on /dev/mapper/serveerstertje-swap.  Priority:-1 extents:1 across:2097148k 
[   40.986389] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   43.316196] r8169 0000:0a:00.0 eth1: link down
[   43.323036] r8169 0000:0a:00.0 eth1: link down
[   43.526126] r8169 0000:0b:00.0 eth0: link down
[   43.526175] r8169 0000:0b:00.0 eth0: link down
[   45.040431] r8169 0000:0a:00.0 eth1: link up
[   45.177236] r8169 0000:0b:00.0 eth0: link up
[   75.142899] FW: ipmasq, Forward .. EoC: IN=eth0 OUT=eth0 MAC=40:61:86:f4:67:d9:00:08:ae:10:46:60:08:00 SRC=185.14.108.131 DST=88.159.66.134 LEN=301 TOS=0x00 PREC=0x00 TTL=51 ID=41270 DF PROTO=TCP SPT=1935 DPT=52462 WINDOW=23360 RES=0x00 ACK PSH URGP=0 
[   80.386758] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   86.465091] EXT4-fs (dm-39): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   92.635920] EXT4-fs (dm-40): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[   98.620186] EXT4-fs (dm-41): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  104.888528] EXT4-fs (dm-42): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  110.923662] EXT4-fs (dm-43): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  117.302135] EXT4-fs (sdb1): mounted filesystem with ordered data mode. Opts: barrier=1,errors=remount-ro
[  249.738873] device vif1.0 entered promiscuous mode
[  250.031366] device vif1.0-emu entered promiscuous mode
[  250.056480] xen_bridge: port 2(vif1.0-emu) entered forwarding state
[  250.070040] xen_bridge: port 2(vif1.0-emu) entered forwarding state
[  250.116109] pciback 0000:07:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100000)
[  250.192760] pciback 0000:07:00.1: restoring config space at offset 0x4 (was 0x100400, writing 0x100000)
[  250.231018] xen-pciback: vpci: 0000:07:00.0: assign to virtual slot 0
[  250.242539] xen-pciback: vpci: 0000:07:00.1: assign to virtual slot 0 func 1
[  258.811241] xen_bridge: port 2(vif1.0-emu) entered disabled state
[  258.821731] device vif1.0-emu left promiscuous mode
[  258.831684] xen_bridge: port 2(vif1.0-emu) entered disabled state
[  261.971327] xen-blkback:ring-ref 8, event-channel 16, protocol 1 (x86_64-abi) persistent grants
[  262.043440] xen_bridge: port 1(vif1.0) entered forwarding state
[  262.053391] xen_bridge: port 1(vif1.0) entered forwarding state
[  277.109743] xen_bridge: port 1(vif1.0) entered forwarding state
[  337.202907] FW: ipmasq, Forward .. EoC: IN=eth0 OUT=eth0 MAC=40:61:86:f4:67:d9:00:08:ae:10:46:60:08:00 SRC=109.71.162.194 DST=88.159.66.134 LEN=60 TOS=0x00 PREC=0x00 TTL=53 ID=11152 DF PROTO=TCP SPT=8080 DPT=52615 WINDOW=15544 RES=0x00 ACK PSH URGP=0 
[  382.215289] FW: ipmasq, Forward .. EoC: IN=eth0 OUT=eth0 MAC=40:61:86:f4:67:d9:00:08:ae:10:46:60:08:00 SRC=109.71.162.194 DST=88.159.66.134 LEN=2960 TOS=0x00 PREC=0x00 TTL=53 ID=13308 DF PROTO=TCP SPT=8080 DPT=52615 WINDOW=15544 RES=0x00 ACK URGP=0 
[  382.239917] FW: ipmasq, Forward .. EoC: IN=eth0 OUT=eth0 MAC=40:61:86:f4:67:d9:00:08:ae:10:46:60:08:00 SRC=109.71.162.194 DST=88.159.66.134 LEN=2960 TOS=0x00 PREC=0x00 TTL=53 ID=13310 DF PROTO=TCP SPT=8080 DPT=52615 WINDOW=15544 RES=0x00 ACK URGP=0 
[  419.813401] xen_bridge: port 1(vif1.0) entered disabled state
[  419.827600] device vif1.0 left promiscuous mode
[  419.840160] xen_bridge: port 1(vif1.0) entered disabled state
[  419.918079] pciback 0000:07:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100003)
[  419.998225] pciback 0000:07:00.1: restoring config space at offset 0x4 (was 0x100400, writing 0x100002)
[  420.051486] pciback 0000:07:00.0: restoring config space at offset 0x4 (was 0x100400, writing 0x100003)
[  420.084983] pciback 0000:07:00.1: restoring config space at offset 0x4 (was 0x100400, writing 0x100002)

[-- Attachment #3: dmesg-guest.txt --]
[-- Type: text/plain, Size: 40590 bytes --]

[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.11.0 (root@xbmc) (gcc version 4.7.2 (Debian 4.7.2-5) ) #1 SMP PREEMPT Sun Sep 15 21:22:44 CEST 2013
[    0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009dfff] usable
[    0.000000] BIOS-e820: [mem 0x000000000009e000-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000003f7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fc000000-0x00000000ffffffff] reserved
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.4 present.
[    0.000000] DMI: Xen HVM domU, BIOS 4.4-unstable 09/24/2013
[    0.000000] Hypervisor detected: Xen HVM
[    0.000000] Xen version 4.4.
[    0.000000] Xen Platform PCI: I/O protocol version 1
[    0.000000] Netfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated NICs.
[    0.000000] Blkfront and the Xen platform PCI driver have been compiled for this kernel: unplug emulated disks.
[    0.000000] You might have to change the root device
[    0.000000] from /dev/hd[a-d] to /dev/xvd[a-d]
[    0.000000] in your root= kernel command line option
[    0.000000] HVMOP_pagetable_dying not supported
[    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 = 0x3f800 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: write-back
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-combining
[    0.000000]   C0000-FFFFF write-back
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 0000E0000000 mask FFFFF0000000 uncachable
[    0.000000]   1 base 0000F0000000 mask FFFFF8000000 uncachable
[    0.000000]   2 base 0000F8000000 mask FFFFFC000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 0000000560000000 aka 22016M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] found SMP MP-table at [mem 0x000fb710-0x000fb71f] mapped at [ffff8800000fb710]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000098000] 98000 size 24576
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x02960000, 0x02960fff] PGTABLE
[    0.000000] BRK [0x02961000, 0x02961fff] PGTABLE
[    0.000000] BRK [0x02962000, 0x02962fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x3f600000-0x3f7fffff]
[    0.000000]  [mem 0x3f600000-0x3f7fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x3c000000-0x3f5fffff]
[    0.000000]  [mem 0x3c000000-0x3f5fffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x3bffffff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x3bffffff] page 2M
[    0.000000] RAMDISK: [mem 0x3762e000-0x37b0efff]
[    0.000000] ACPI: RSDP 00000000000ea020 00024 (v02    Xen)
[    0.000000] ACPI: XSDT 00000000fc0101b0 00054 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: FACP 00000000fc00fe70 000F4 (v04    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: DSDT 00000000fc004180 0BC6E (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: FACS 00000000fc004140 00040
[    0.000000] ACPI: APIC 00000000fc00ff70 000D8 (v02    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: HPET 00000000fc0100c0 00038 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: WAET 00000000fc010100 00028 (v01    Xen      HVM 00000000 HVML 00000000)
[    0.000000] ACPI: SSDT 00000000fc010130 00031 (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: SSDT 00000000fc010170 00031 (v02    Xen      HVM 00000000 INTL 20100528)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000003f7fffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x3f7fffff]
[    0.000000]   NODE_DATA [mem 0x3f7f5000-0x3f7fffff]
[    0.000000]  [ffffea0000000000-ffffea0000ffffff] PMD -> [ffff88003de00000-ffff88003edfffff] on node 0
[    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-0x0009dfff]
[    0.000000]   node   0: [mem 0x00100000-0x3f7fffff]
[    0.000000] On node 0 totalpages: 259997
[    0.000000]   DMA zone: 64 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3997 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 4000 pages used for memmap
[    0.000000]   DMA32 zone: 256000 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0xb008
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x04] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x06] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x08] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x0a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x0c] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x0e] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x10] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x09] lapic_id[0x12] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0a] lapic_id[0x14] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0b] lapic_id[0x16] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0c] lapic_id[0x18] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0d] lapic_id[0x1a] disabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x0e] lapic_id[0x1c] disabled)
[    0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 1, version 17, address 0xfec00000, GSI 0-47
[    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 5 global_irq 5 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 low level)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ5 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ10 used by override.
[    0.000000] ACPI: IRQ11 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[    0.000000] smpboot: 15 Processors exceeds NR_CPUS limit of 8
[    0.000000] smpboot: Allowing 8 CPUs, 6 hotplug CPUs
[    0.000000] nr_irqs_gsi: 64
[    0.000000] e820: [mem 0x3f800000-0xfbffffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on Xen HVM
[    0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:8 nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88003f400000 s83136 r8192 d23360 u262144
[    0.000000] pcpu-alloc: s83136 r8192 d23360 u262144 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
[    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 255912
[    0.000000] Policy zone: DMA32
[    0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.11.0 root=UUID=4b432b33-87ec-4522-8b10-5dba3f49099e ro drm.debug=255 debug loglevel=8
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Memory: 991448K/1039988K available (10109K kernel code, 955K rwdata, 4060K rodata, 1068K init, 9580K bss, 48540K reserved)
[    0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] 	RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000] 	Additional per-CPU info printed with stalls.
[    0.000000] NR_IRQS:4352 nr_irqs:1152 16
[    0.000000] xen:events: Xen HVM callback vector for event delivery is enabled
[    0.000000] Console: colour VGA+ 80x25
[    0.000000] console [tty0] enabled
[    0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[    0.000000] ... MAX_LOCKDEP_SUBCLASSES:  8
[    0.000000] ... MAX_LOCK_DEPTH:          48
[    0.000000] ... MAX_LOCKDEP_KEYS:        8191
[    0.000000] ... CLASSHASH_SIZE:          4096
[    0.000000] ... MAX_LOCKDEP_ENTRIES:     16384
[    0.000000] ... MAX_LOCKDEP_CHAINS:      32768
[    0.000000] ... CHAINHASH_SIZE:          16384
[    0.000000]  memory used by lock dependency info: 5855 kB
[    0.000000]  per task-struct memory footprint: 1920 bytes
[    0.000000] kmemleak: Kernel memory leak detector disabled
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Detected 3200.154 MHz processor
[    0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[    0.006666] Calibrating delay loop (skipped), value calculated using timer frequency.. 6402.98 BogoMIPS (lpj=10667180)
[    0.006666] pid_max: default: 32768 minimum: 301
[    0.006799] Dentry cache hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.008295] Inode-cache hash table entries: 65536 (order: 7, 524288 bytes)
[    0.010158] Mount-cache hash table entries: 256
[    0.011888] Initializing cgroup subsys freezer
[    0.013358] Initializing cgroup subsys blkio
[    0.014544] tseg: 0000000000
[    0.015569] CPU: Physical Processor ID: 0
[    0.016670] CPU: Processor Core ID: 0
[    0.017964] mce: CPU supports 2 MCE banks
[    0.018997] Last level iTLB entries: 4KB 512, 2MB 16, 4MB 8
[    0.018997] Last level dTLB entries: 4KB 512, 2MB 128, 4MB 64
[    0.018997] tlb_flushall_shift: 4
[    0.020270] Freeing SMP alternatives memory: 32K (ffffffff81ffb000 - ffffffff82003000)
[    0.024943] ACPI: Core revision 20130725
[    0.034620] ACPI: All ACPI Tables successfully acquired
[    0.039317] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=0 pin2=0
[    0.073617] smpboot: CPU0: AMD Phenom(tm) II X6 1090T Processor (fam: 10, model: 0a, stepping: 00)
[    0.080015] Xen: using vcpuop timer interface
[    0.081070] installing Xen timer for CPU 0
[    0.082240] Performance Events: Broken PMU hardware detected, using software events only.
[    0.083333] Failed to access perfctr msr (MSR c0010004 is 0)
[    0.106944] NMI watchdog: disabled (cpu0): hardware events not enabled
[    0.113838] installing Xen timer for CPU 1
[    0.117272] SMP alternatives: lockdep: fixing up alternatives
[    0.120133] smpboot: Booting Node   0, Processors  #1
[    0.220265] Brought up 2 CPUs
[    0.222101] smpboot: Total of 2 processors activated (12907.60 BogoMIPS)
[    0.227349] xor: measuring software checksum speed
[    0.260012]    prefetch64-sse:   907.200 MB/sec
[    0.293338]    generic_sse:   907.200 MB/sec
[    0.294514] xor: using function: generic_sse (907.200 MB/sec)
[    0.295826] NET: Registered protocol family 16
[    0.296897] xenbus: xs_reset_watches failed: -38
[    0.297803] cpuidle: using governor ladder
[    0.300008] cpuidle: using governor menu
[    0.304543] ACPI: bus type PCI registered
[    0.305605] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.307148] PCI: Using configuration type 1 for base access
[    0.308259] PCI: Using configuration type 1 for extended access
[    0.350085] bio: create slab <bio-0> at 0
[    0.406695] raid6: sse2x1    3029 MB/s
[    0.462650] raid6: sse2x2    4081 MB/s
[    0.519596] raid6: sse2x4    4072 MB/s
[    0.520005] raid6: using algorithm sse2x2 (4081 MB/s)
[    0.521082] raid6: using intx1 recovery algorithm
[    0.523363] ACPI: Added _OSI(Module Device)
[    0.524511] ACPI: Added _OSI(Processor Device)
[    0.525589] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.526649] ACPI: Added _OSI(Processor Aggregator Device)
[    0.531428] ACPI: EC: Look up EC in DSDT
[    0.541061] ACPI: Interpreter enabled
[    0.542133] ACPI: (supports S0 S5)
[    0.543110] ACPI: Using IOAPIC for interrupt routing
[    0.543377] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[    0.640438] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.642184] acpi PNP0A03:00: ACPI _OSC support notification failed, disabling PCIe ASPM
[    0.643343] acpi PNP0A03:00: Unable to request _OSC control (_OSC support mask: 0x08)
[    0.645977] pci_bus 0000:00: dev 00, created physical slot 0
[    0.646802] pci_bus 0000:00: dev 01, created physical slot 1
[    0.648558] pci_bus 0000:00: dev 02, created physical slot 2
[    0.650118] pci_bus 0000:00: dev 03, created physical slot 3
[    0.651823] pci_bus 0000:00: dev 04, created physical slot 4
[    0.653446] pci_bus 0000:00: dev 05, created physical slot 5
[    0.655147] pci_bus 0000:00: dev 06, created physical slot 6
[    0.656780] pci_bus 0000:00: dev 07, created physical slot 7
[    0.658474] pci_bus 0000:00: dev 08, created physical slot 8
[    0.660109] pci_bus 0000:00: dev 09, created physical slot 9
[    0.661807] pci_bus 0000:00: dev 0a, created physical slot 10
[    0.663446] pci_bus 0000:00: dev 0b, created physical slot 11
[    0.665161] pci_bus 0000:00: dev 0c, created physical slot 12
[    0.666776] pci_bus 0000:00: dev 0d, created physical slot 13
[    0.668481] pci_bus 0000:00: dev 0e, created physical slot 14
[    0.670104] pci_bus 0000:00: dev 0f, created physical slot 15
[    0.671800] pci_bus 0000:00: dev 10, created physical slot 16
[    0.673438] pci_bus 0000:00: dev 11, created physical slot 17
[    0.675147] pci_bus 0000:00: dev 12, created physical slot 18
[    0.676769] pci_bus 0000:00: dev 13, created physical slot 19
[    0.678567] pci_bus 0000:00: dev 14, created physical slot 20
[    0.680102] pci_bus 0000:00: dev 15, created physical slot 21
[    0.681847] pci_bus 0000:00: dev 16, created physical slot 22
[    0.683435] pci_bus 0000:00: dev 17, created physical slot 23
[    0.685139] pci_bus 0000:00: dev 18, created physical slot 24
[    0.686769] pci_bus 0000:00: dev 19, created physical slot 25
[    0.688523] pci_bus 0000:00: dev 1a, created physical slot 26
[    0.690102] pci_bus 0000:00: dev 1b, created physical slot 27
[    0.691801] pci_bus 0000:00: dev 1c, created physical slot 28
[    0.693437] pci_bus 0000:00: dev 1d, created physical slot 29
[    0.695183] pci_bus 0000:00: dev 1e, created physical slot 30
[    0.696771] pci_bus 0000:00: dev 1f, created physical slot 31
[    0.698750] ACPI: \_SB_.PCI0.HPET: can't evaluate _ADR (0x5)
[    0.700129] ACPI: \_SB_.PCI0.HP0_: can't evaluate _ADR (0x5)
[    0.701724] ACPI: \_SB_.PCI0.LNKA: can't evaluate _ADR (0x5)
[    0.703298] ACPI: \_SB_.PCI0.LNKB: can't evaluate _ADR (0x5)
[    0.703344] ACPI: \_SB_.PCI0.LNKC: can't evaluate _ADR (0x5)
[    0.705019] ACPI: \_SB_.PCI0.LNKD: can't evaluate _ADR (0x5)
[    0.706760] acpiphp: Slot [0] registered
[    0.712146] acpiphp: Slot [3] registered
[    0.713386] acpiphp: Slot [4] registered
[    0.716829] acpiphp: Slot [5] registered
[    0.717605] acpiphp: Slot [6] registered
[    0.720921] acpiphp: Slot [7] registered
[    0.722319] acpiphp: Slot [8] registered
[    0.724063] acpiphp: Slot [9] registered
[    0.725617] acpiphp: Slot [10] registered
[    0.727489] acpiphp: Slot [11] registered
[    0.728985] acpiphp: Slot [12] registered
[    0.730711] acpiphp: Slot [13] registered
[    0.734068] acpiphp: Slot [14] registered
[    0.734185] acpiphp: Slot [15] registered
[    0.738919] acpiphp: Slot [16] registered
[    0.740769] acpiphp: Slot [17] registered
[    0.740769] acpiphp: Slot [18] registered
[    0.744073] acpiphp: Slot [19] registered
[    0.744073] acpiphp: Slot [20] registered
[    0.747480] acpiphp: Slot [21] registered
[    0.750030] acpiphp: Slot [22] registered
[    0.752278] acpiphp: Slot [23] registered
[    0.754557] acpiphp: Slot [24] registered
[    0.756894] acpiphp: Slot [25] registered
[    0.757406] acpiphp: Slot [26] registered
[    0.760709] acpiphp: Slot [27] registered
[    0.760828] acpiphp: Slot [28] registered
[    0.763415] acpiphp: Slot [29] registered
[    0.766717] acpiphp: Slot [30] registered
[    0.770235] acpiphp: Slot [31] registered
[    0.770235] PCI host bridge to bus 0000:00
[    0.771702] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.773284] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
[    0.776688] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.778338] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.779999] pci_bus 0000:00: root bus resource [mem 0xe0000000-0xfbffffff]
[    0.780027] pci_bus 0000:00: scanning bus
[    0.781881] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[    0.783440] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0x10
[    0.790449] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[    0.800413] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[    0.803513] pci 0000:00:01.1: reg 0x20: [io  0xc260-0xc26f]
[    0.810404] pci 0000:00:01.2: [8086:7020] type 00 class 0x0c0300
[    0.816607] pci 0000:00:01.2: reg 0x20: [io  0xc240-0xc25f]
[    0.820395] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[    0.822112] pci 0000:00:01.3: calling acpi_pm_check_blacklist+0x0/0x40
[    0.823367] * Found PM-Timer Bug on the chipset. Due to workarounds for a bug,
[    0.823367] * this clock source is slow. Consider trying other clock sources
[    0.829675] pci 0000:00:01.3: calling quirk_piix4_acpi+0x0/0x140
[    0.830126] pci 0000:00:01.3: quirk: [io  0xb000-0xb03f] claimed by PIIX4 ACPI
[    0.832856] pci 0000:00:01.3: calling pci_fixup_piix4_acpi+0x0/0x10
[    0.835102] pci 0000:00:02.0: [1013:00b8] type 00 class 0x030000
[    0.837742] pci 0000:00:02.0: reg 0x10: [mem 0xf0000000-0xf1ffffff pref]
[    0.840010] pci 0000:00:02.0: reg 0x14: [mem 0xf3064000-0xf3064fff]
[    0.847074] pci 0000:00:03.0: [5853:0001] type 00 class 0xff8000
[    0.847894] pci 0000:00:03.0: reg 0x10: [io  0xc000-0xc0ff]
[    0.850189] pci 0000:00:03.0: reg 0x14: [mem 0xf2000000-0xf2ffffff pref]
[    0.861157] pci 0000:00:05.0: [1002:6759] type 00 class 0x030000
[    0.866687] pci 0000:00:05.0: reg 0x10: [mem 0xe0000000-0xefffffff 64bit pref]
[    0.873353] pci 0000:00:05.0: reg 0x18: [mem 0xf3020000-0xf303ffff 64bit]
[    0.880011] pci 0000:00:05.0: reg 0x20: [io  0xc100-0xc1ff]
[    0.893345] pci 0000:00:05.0: reg 0x30: [mem 0xf3040000-0xf305ffff pref]
[    0.896752] pci 0000:00:05.0: supports D1 D2
[    0.899348] pci 0000:00:06.0: [1002:aa90] type 00 class 0x040300
[    0.899999] pci 0000:00:06.0: reg 0x10: [mem 0xf3060000-0xf3063fff 64bit]
[    0.899999] pci 0000:00:06.0: supports D1 D2
[    0.913872] pci_bus 0000:00: fixups for bus
[    0.914910] pci_bus 0000:00: bus scan returning with max=00
[    0.916541] ACPI: PCI Interrupt Link [LNKA] (IRQs *5 10 11)
[    0.919731] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 *10 11)
[    0.923079] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 10 *11)
[    0.926421] ACPI: PCI Interrupt Link [LNKD] (IRQs *5 10 11)
[    0.953606] ACPI: Enabled 2 GPEs in block 00 to 0F
[    0.955571] ACPI: \_SB_.PCI0: notify handler is installed
[    0.956993] Found 1 acpi root devices
[    0.958074] xen:balloon: Initialising balloon driver
[    0.960079] xen_balloon: Initialising balloon driver
[    0.963518] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[    0.965181] vgaarb: device added: PCI:0000:00:05.0,decodes=io+mem,owns=io+mem,locks=none
[    0.966710] vgaarb: loaded
[    0.967725] vgaarb: bridge control possible 0000:00:05.0
[    0.968785] vgaarb: no bridge control possible 0000:00:02.0
[    0.970043] SCSI subsystem initialized
[    0.971084] libata version 3.00 loaded.
[    0.971107] ACPI: bus type USB registered
[    0.973444] usbcore: registered new interface driver usbfs
[    0.974500] usbcore: registered new interface driver hub
[    0.974500] usbcore: registered new device driver usb
[    0.976775] Linux video capture interface: v2.00
[    0.977774] pps_core: LinuxPPS API ver. 1 registered
[    0.977801] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@linux.it>
[    0.980045] PTP clock support registered
[    0.983432] Advanced Linux Sound Architecture Driver Initialized.
[    0.984634] PCI: Using ACPI for IRQ routing
[    0.986675] PCI: pci_cache_line_size set to 64 bytes
[    0.987928] pci 0000:00:01.1: BAR 0: reserving [io  0x01f0-0x01f7 flags 0x110] (d=0, p=0)
[    0.989500] pci 0000:00:01.1: BAR 1: reserving [io  0x03f6 flags 0x110] (d=0, p=0)
[    0.990019] pci 0000:00:01.1: BAR 2: reserving [io  0x0170-0x0177 flags 0x110] (d=0, p=0)
[    0.991665] pci 0000:00:01.1: BAR 3: reserving [io  0x0376 flags 0x110] (d=0, p=0)
[    0.993212] pci 0000:00:01.1: BAR 4: reserving [io  0xc260-0xc26f flags 0x40101] (d=0, p=0)
[    0.993419] pci 0000:00:01.2: BAR 4: reserving [io  0xc240-0xc25f flags 0x40101] (d=0, p=0)
[    0.995130] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf1ffffff flags 0x42208] (d=0, p=0)
[    0.996688] pci 0000:00:02.0: BAR 1: reserving [mem 0xf3064000-0xf3064fff flags 0x40200] (d=0, p=0)
[    0.999206] pci 0000:00:03.0: BAR 0: reserving [io  0xc000-0xc0ff flags 0x40101] (d=0, p=0)
[    1.000022] pci 0000:00:03.0: BAR 1: reserving [mem 0xf2000000-0xf2ffffff flags 0x42208] (d=0, p=0)
[    1.002487] pci 0000:00:05.0: BAR 0: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0)
[    1.003354] pci 0000:00:05.0: BAR 2: reserving [mem 0xf3020000-0xf303ffff flags 0x140204] (d=0, p=0)
[    1.005735] pci 0000:00:05.0: BAR 4: reserving [io  0xc100-0xc1ff flags 0x40101] (d=0, p=0)
[    1.006893] pci 0000:00:06.0: BAR 0: reserving [mem 0xf3060000-0xf3063fff flags 0x140204] (d=0, p=0)
[    1.010029] e820: reserve RAM buffer [mem 0x0009e000-0x0009ffff]
[    1.011657] e820: reserve RAM buffer [mem 0x3f800000-0x3fffffff]
[    1.013596] Bluetooth: Core ver 2.16
[    1.015073] NET: Registered protocol family 31
[    1.016678] Bluetooth: HCI device and connection manager initialized
[    1.018330] Bluetooth: HCI socket layer initialized
[    1.019879] Bluetooth: L2CAP socket layer initialized
[    1.020027] Bluetooth: SCO socket layer initialized
[    1.021687] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[    1.023333] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    1.026602] hpet0: 3 comparators, 64-bit 62.500000 MHz counter
[    1.031115] Switched to clocksource xen
[    1.031906] FS-Cache: Loaded
[    1.033455] pnp: PnP ACPI init
[    1.035043] ACPI: bus type PNP registered
[    1.036941] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved
[    1.038723] system 00:00: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.040631] pnp 00:01: Plug and Play ACPI device, IDs PNP0103 (active)
[    1.042566] system 00:02: [io  0x08a0-0x08a3] has been reserved
[    1.044222] system 00:02: [io  0x0cc0-0x0ccf] has been reserved
[    1.045863] system 00:02: [io  0x04d0-0x04d1] has been reserved
[    1.047487] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.049188] pnp 00:03: [dma 4]
[    1.050774] pnp 00:03: Plug and Play ACPI device, IDs PNP0200 (active)
[    1.052456] xen: --> pirq=16 -> irq=8 (gsi=8)
[    1.054107] pnp 00:04: Plug and Play ACPI device, IDs PNP0b00 (active)
[    1.055968] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active)
[    1.057735] xen: --> pirq=17 -> irq=12 (gsi=12)
[    1.059469] pnp 00:06: Plug and Play ACPI device, IDs PNP0f13 (active)
[    1.061240] xen: --> pirq=18 -> irq=1 (gsi=1)
[    1.063003] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[    1.065430] xen: --> pirq=19 -> irq=6 (gsi=6)
[    1.067016] pnp 00:08: [dma 2]
[    1.068654] pnp 00:08: Plug and Play ACPI device, IDs PNP0700 (active)
[    1.070393] xen: --> pirq=20 -> irq=4 (gsi=4)
[    1.072074] pnp 00:09: Plug and Play ACPI device, IDs PNP0501 (active)
[    1.073878] xen: --> pirq=21 -> irq=7 (gsi=7)
[    1.075616] pnp 00:0a: Plug and Play ACPI device, IDs PNP0400 (active)
[    1.077553] system 00:0b: [io  0x10c0-0x1141] has been reserved
[    1.079203] system 00:0b: [io  0xb044-0xb047] has been reserved
[    1.080825] system 00:0b: Plug and Play ACPI device, IDs PNP0c02 (active)
[    1.112690] pnp: PnP ACPI: found 12 devices
[    1.113757] ACPI: bus type PNP unregistered
[    1.128311] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
[    1.129441] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
[    1.130535] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[    1.131638] pci_bus 0000:00: resource 7 [mem 0xe0000000-0xfbffffff]
[    1.132787] NET: Registered protocol family 2
[    1.134242] TCP established hash table entries: 8192 (order: 5, 131072 bytes)
[    1.135510] TCP bind hash table entries: 8192 (order: 7, 524288 bytes)
[    1.137240] TCP: Hash tables configured (established 8192 bind 8192)
[    1.138477] TCP: reno registered
[    1.139452] UDP hash table entries: 512 (order: 4, 81920 bytes)
[    1.140693] UDP-Lite hash table entries: 512 (order: 4, 81920 bytes)
[    1.142103] NET: Registered protocol family 1
[    1.143219] pci 0000:00:00.0: calling quirk_natoma+0x0/0x40
[    1.144352] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[    1.145807] pci 0000:00:00.0: calling quirk_passive_release+0x0/0x90
[    1.147024] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[    1.148260] pci 0000:00:01.0: calling quirk_isa_dma_hangs+0x0/0x40
[    1.149382] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[    1.150638] pci 0000:00:01.2: calling quirk_usb_early_handoff+0x0/0x6c0
[    1.152356] xen: --> pirq=22 -> irq=23 (gsi=23)
[    1.154573] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xd0
[    1.155733] pci 0000:00:02.0: Boot video device
[    1.156905] pci 0000:00:05.0: calling pci_fixup_video+0x0/0xd0
[    1.158151] pci 0000:00:05.0: Boot video device
[    1.159338] PCI: CLS 0 bytes, default 64
[    1.160460] Trying to unpack rootfs image as initramfs...
[    1.232461] Freeing initrd memory: 4996K (ffff88003762e000 - ffff880037b0f000)
[    1.241755] DMA-API: preallocated 65536 debug entries
[    1.243000] DMA-API: debugging enabled by kernel config
[    1.245351] Scanning for low memory corruption every 60 seconds
[    1.249017] sha1_ssse3: Neither AVX nor SSSE3 is available/usable.
[    1.251868] audit: initializing netlink socket (disabled)
[    1.253075] type=2000 audit(1380055215.094:1): initialized
[    1.255110] bounce pool size: 64 pages
[    1.256181] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    1.266413] VFS: Disk quotas dquot_6.5.2
[    1.267734] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    1.271544] NTFS driver 2.1.30 [Flags: R/W].
[    1.273104] fuse init (API version 7.22)
[    1.275328] bio: create slab <bio-1> at 1
[    1.277119] Btrfs loaded
[    1.279056] GFS2 installed
[    1.280340] ceph: loaded (mds proto 32)
[    1.281422] msgmni has been set to 1946
[    1.284523] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[    1.286233] io scheduler noop registered
[    1.287275] io scheduler deadline registered
[    1.288714] io scheduler cfq registered (default)
[    1.291084] crc32: CRC_LE_BITS = 64, CRC_BE BITS = 64
[    1.292216] crc32: self tests passed, processed 225944 bytes in 108931 nsec
[    1.293512] crc32c: CRC_LE_BITS = 64
[    1.294555] crc32c: self tests passed, processed 225944 bytes in 54737 nsec
[    1.296488] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    1.298013] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    1.299178] cpcihp_zt5550: ZT5550 CompactPCI Hot Plug Driver version: 0.2
[    1.300685] cpcihp_generic: Generic port I/O CompactPCI Hot Plug Driver version: 0.1
[    1.302318] cpcihp_generic: not configured, disabling.
[    1.303515] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    1.331972] acpiphp_ibm: ibm_acpiphp_init: acpi_walk_namespace failed
[    1.333832] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    1.335488] ACPI: Power Button [PWRF]
[    1.336687] input: Sleep Button as /devices/LNXSYSTM:00/LNXSLPBN:00/input/input1
[    1.338370] ACPI: Sleep Button [SLPF]
[    1.340672] xen:xen_evtchn: Event-channel device installed
[    1.342867] xen: --> pirq=23 -> irq=28 (gsi=28)
[    1.344008] xen:grant_table: Grant tables using version 1 layout
[    1.345311] Grant table initialized
[    1.347678] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[    1.381930] 00:09: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[    1.385938] Linux agpgart interface v0.103
[    1.387640] Hangcheck: starting hangcheck timer 0.9.1 (tick is 180 seconds, margin is 60 seconds).
[    1.389359] Hangcheck: Using getrawmonotonic().
[    1.390525] [drm] Initialized drm 1.1.0 20060810
[    1.391768] [drm] radeon kernel modesetting enabled.
[    1.392858] [drm:drm_pci_init], 
[    1.394484] [drm:drm_get_pci_dev], 
[    1.396849] xen: --> pirq=32 -> irq=36 (gsi=36)
[    1.398579] [drm:drm_get_minor], 
[    1.400565] [drm:drm_get_minor], new minor assigned 64
[    1.402100] [drm:drm_get_minor], 
[    1.403694] [drm:drm_get_minor], new minor assigned 0
[    1.405855] [drm] initializing kernel modesetting (TURKS 0x1002:0x6759 0x174B:0xE193).
[    1.407434] [drm] register mmio base: 0xF3020000
[    1.408494] [drm] register mmio size: 131072
[    1.409531] [drm] radeon_atrm_get_bios: failed 
[    1.410621] [drm] radeon_acpi_vfct_bios: failed 
[    1.411744] [drm] igp_read_bios_from_vram: failed 
[    1.412800] [drm:radeon_read_bios], BIOS radeon_read_bios: size: 0x8c00 biosiomemstart: 0xf3040000
[    1.414900] [drm] radeon_read_bios: succes 
[    1.415956] [drm:radeon_get_bios], BIOS headerstart: 0x2077 bios length: 6|8 headerstring 0xc6 0x7c 0x0 0x0 
[    1.418083] [drm:radeon_get_bios], COMBIOS detected
[    1.419537] radeon 0000:00:05.0: Expecting atombios for evergreen GPU
[    1.420672] radeon 0000:00:05.0: Fatal error during GPU init
[    1.421760] [drm] radeon: finishing device.
[    1.422782] [TTM] Memory type 2 has not been initialized
[    1.434694] [drm:drm_put_minor], release secondary minor 0
[    1.436586] [drm:drm_put_minor], release secondary minor 64
[    1.439455] radeon: probe of 0000:00:05.0 failed with error -22
[    1.440726] [drm:drm_pci_init], 
[    1.442410] [drm:drm_pci_init], 
[    1.448631] brd: module loaded
[    1.452128] loop: module loaded
[    1.464146] tun: Universal TUN/TAP device driver, 1.6
[    1.465554] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    1.467039] e1000: Intel(R) PRO/1000 Network Driver - version 7.3.21-k8-NAPI
[    1.468576] e1000: Copyright (c) 1999-2006 Intel Corporation.
[    1.470130] blkfront: xvda: flush diskcache: enabled; persistent grants: enabled; indirect descriptors: disabled;
[    1.470134] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.470135] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    1.470200] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.0.5-k
[    1.470201] igb: Copyright (c) 2007-2013 Intel Corporation.
[    1.470262] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k
[    1.470263] igbvf: Copyright (c) 2009 - 2012 Intel Corporation.
[    1.470387] xen_netfront: Initialising Xen virtual ethernet driver
[    1.482756] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.483960] ehci-pci: EHCI PCI platform driver
[    1.485239] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.486457] ohci-pci: OHCI PCI platform driver
[    1.487613] uhci_hcd: USB Universal Host Controller Interface driver
[    1.489690] uhci_hcd 0000:00:01.2: enabling bus mastering
[    1.490944] uhci_hcd 0000:00:01.2: setting latency timer to 64
[    1.492106] uhci_hcd 0000:00:01.2: UHCI Host Controller
[    1.493553] uhci_hcd 0000:00:01.2: new USB bus registered, assigned bus number 1
[    1.495537] uhci_hcd 0000:00:01.2: irq 23, io base 0x0000c240
[    1.498115]  xvda: xvda1 xvda2 < xvda5 >
[    1.498266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[    1.498268] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    1.498269] usb usb1: Product: UHCI Host Controller
[    1.498270] usb usb1: Manufacturer: Linux 3.11.0 uhci_hcd
[    1.498271] usb usb1: SerialNumber: 0000:00:01.2
[    1.505755] hub 1-0:1.0: USB hub found
[    1.506974] hub 1-0:1.0: 2 ports detected
[    1.508999] usbcore: registered new interface driver usblp
[    1.510399] usbcore: registered new interface driver usb-storage
[    1.511920] usbcore: registered new interface driver usbserial
[    1.513404] usbcore: registered new interface driver cp210x
[    1.514844] usbserial: USB Serial support registered for cp210x
[    1.516266] usbcore: registered new interface driver cypress_m8
[    1.517850] usbserial: USB Serial support registered for DeLorme Earthmate USB
[    1.519730] usbserial: USB Serial support registered for HID->COM RS232 Adapter
[    1.521539] usbserial: USB Serial support registered for Nokia CA-42 V2 Adapter
[    1.523573] usbcore: registered new interface driver mos7720
[    1.524989] usbserial: USB Serial support registered for Moschip 2 port adapter
[    1.526836] usbcore: registered new interface driver mos7840
[    1.528687] usbserial: USB Serial support registered for Moschip 7840/7820 USB Serial Driver
[    1.530742] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[    1.535587] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.536951] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.539328] mousedev: PS/2 mouse device common for all mice
[    1.543207] input: Xen Virtual Keyboard as /devices/virtual/input/input3
[    1.544491] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    1.546526] input: Xen Virtual Pointer as /devices/virtual/input/input4
[    1.552837] rtc_cmos 00:04: rtc core: registered rtc_cmos as rtc0
[    1.554440] rtc_cmos 00:04: alarms up to one day, 114 bytes nvram, hpet irqs
[    1.557428] piix4_smbus 0000:00:01.3: SMBus base address uninitialized - upgrade BIOS or use force_addr=0xaddr
[    1.560941] lirc_dev: IR Remote Control driver registered, major 248 
[    1.562258] IR NEC protocol handler initialized
[    1.563506] IR RC5(x) protocol handler initialized
[    1.564797] IR RC6 protocol handler initialized
[    1.566120] IR JVC protocol handler initialized
[    1.567376] IR Sony protocol handler initialized
[    1.568574] IR RC5 (streamzap) protocol handler initialized
[    1.569876] IR SANYO protocol handler initialized
[    1.571173] IR MCE Keyboard/mouse protocol handler initialized
[    1.572698] IR LIRC bridge handler initialized
[    1.573988] cx25821: driver version 0.0.106 loaded
[    1.577318] usbcore: registered new interface driver pvrusb2
[    1.578815] pvrusb2: V4L in-tree version:Hauppauge WinTV-PVR-USB2 MPEG2 Encoder/Tuner
[    1.580616] pvrusb2: Debug mask is 31 (0x1f)
[    1.583890] sp5100_tco: SP5100/SB800 TCO WatchDog Timer Driver v0.05
[    1.585432] xen_wdt: Xen WatchDog Timer Driver v0.01
[    1.587025] xen_wdt: initialized (timeout=60s, nowayout=0)
[    1.588576] device-mapper: ioctl: 4.26.0-ioctl (2013-08-15) initialised: dm-devel@redhat.com
[    1.590475] Bluetooth: Virtual HCI driver ver 1.3
[    1.591686] Bluetooth: HCI UART driver ver 2.2
[    1.592766] Bluetooth: HCI H4 protocol initialized
[    1.595138] Bluetooth: HCI BCSP protocol initialized
[    1.601309] Bluetooth: HCILL protocol initialized
[    1.602469] Bluetooth: HCIATH3K protocol initialized
[    1.603590] Bluetooth: HCI Three-wire UART (H5) protocol initialized
[    1.604888] usbcore: registered new interface driver bcm203x
[    1.606237] usbcore: registered new interface driver bpa10x
[    1.607887] usbcore: registered new interface driver bfusb
[    1.609252] usbcore: registered new interface driver btusb
[    1.610755] usbcore: registered new interface driver ath3k
[    1.612310] hidraw: raw HID events driver (C) Jiri Kosina
[    1.615218] usbcore: registered new interface driver usbhid
[    1.616378] usbhid: USB HID core driver
[    1.620117] xen: --> pirq=33 -> irq=41 (gsi=41)
[    1.622393] snd_hda_intel 0000:00:06.0: xen: msi bound to pirq=87
[    1.623619] snd_hda_intel 0000:00:06.0: xen: msi --> pirq=87 --> irq=79
[    1.630826] usbcore: registered new interface driver snd-usb-audio
[    1.632071] usbcore: registered new interface driver snd-ua101
[    1.633330] usbcore: registered new interface driver snd-usb-usx2y
[    1.634574] usbcore: registered new interface driver snd-usb-caiaq
[    1.635889] usbcore: registered new interface driver snd-usb-6fire
[    1.637070] Netfilter messages via NETLINK v0.30.
[    1.638179] nfnl_acct: registering with nfnetlink.
[    1.639345] nf_conntrack version 0.5.0 (7784 buckets, 31136 max)
[    1.640958] ctnetlink v0.93: registering with nfnetlink.
[    1.642639] xt_time: kernel timezone is -0000
[    1.643778] ip_set: protocol 6
[    1.644788] IPVS: Registered protocols ()
[    1.646089] IPVS: Connection hash table configured (size=4096, memory=64Kbytes)
[    1.647754] IPVS: Creating netns size=1904 id=0
[    1.649478] IPVS: ipvs loaded.
[    1.650932] ip_tables: (C) 2000-2006 Netfilter Core Team
[    1.652248] TCP: cubic registered
[    1.653256] NET: Registered protocol family 17
[    1.654825] Bridge firewalling registered
[    1.655901] Ebtables v2.0 registered
[    1.657071] Bluetooth: RFCOMM TTY layer initialized
[    1.658206] Bluetooth: RFCOMM socket layer initialized
[    1.659301] Bluetooth: RFCOMM ver 1.11
[    1.660461] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[    1.661586] Bluetooth: BNEP filters: protocol multicast
[    1.662684] Bluetooth: BNEP socket layer initialized
[    1.663796] Bluetooth: HIDP (Human Interface Emulation) ver 1.2
[    1.664993] Bluetooth: HIDP socket layer initialized
[    1.666108] Key type ceph registered
[    1.667320] libceph: loaded (mon/osd proto 15/24)
[    1.669338] registered taskstats version 1
[    1.672494] xenbus_probe_frontend: Device with no driver: device/pci/0
[    1.674333] console [netcon0] enabled
[    1.675442] netconsole: network logging started
[    1.676580] rtc_cmos 00:04: setting system clock to 2013-09-24 20:40:16 UTC (1380055216)
[    1.678417] ALSA device list:
[    1.679444]   #0: HD-Audio Generic at 0xf3060000 irq 79
[    1.681877] Freeing unused kernel memory: 1068K (ffffffff81ef0000 - ffffffff81ffb000)
[    1.683604] Write protecting the kernel read-only data: 14336k
[    1.685479] Freeing unused kernel memory: 120K (ffff8800019e2000 - ffff880001a00000)
[    1.687375] Freeing unused kernel memory: 36K (ffff880001df7000 - ffff880001e00000)
[    1.813476] usb 1-2: new full-speed USB device number 2 using uhci_hcd
[    2.175268] usb 1-2: New USB device found, idVendor=0627, idProduct=0001
[    2.180724] usb 1-2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    2.186011] usb 1-2: Product: QEMU USB Tablet
[    2.190980] usb 1-2: Manufacturer: QEMU 0.10.2
[    2.196138] usb 1-2: SerialNumber: 1
[    2.226490] input: ImExPS/2 Generic Explorer Mouse as /devices/platform/i8042/serio1/input/input5
[    2.255172] input: QEMU 0.10.2 QEMU USB Tablet as /devices/pci0000:00/0000:00:01.2/usb1/1-2/1-2:1.0/input/input6
[    2.259894] hid-generic 0003:0627:0001.0001: input,hidraw0: USB HID v0.01 Pointer [QEMU 0.10.2 QEMU USB Tablet] on usb-0000:00:01.2-2/input0
[    2.377302] EXT4-fs (xvda1): mounted filesystem with ordered data mode. Opts: (null)
[    5.322243] udevd[1531]: starting version 175
[   10.286473] Adding 901116k swap on /dev/xvda5.  Priority:-1 extents:1 across:901116k SS
[   10.375099] EXT4-fs (xvda1): re-mounted. Opts: (null)
[   10.726548] EXT4-fs (xvda1): re-mounted. Opts: errors=remount-ro

[-- Attachment #4: guest.cfg --]
[-- Type: application/octet-stream, Size: 492 bytes --]

builder='hvm'
device_model_version = 'qemu-xen-traditional' 

memory = 1024
name = "xbmc"

vcpus = 2
cpus  = '1-5'

vif = [ 'bridge=xen_bridge,ip=192.168.1.44,mac=00:16:3A:C6:76:65, model=e1000' ]

disk = [ 'phy:/dev/xen_vms/xbmc,hda,w' ]

on_poweroff = 'destroy'
on_reboot   = 'restart'
on_crash    = 'restart'

boot="c"

vnc=1
vnclisten="172.16.1.1"
vncdisplay=9
vncunused=1
vncpasswd='test'

serial='pty'
usbdevice='tablet'

xen_platform_pci=1
pci=['07:00.0','07:00.1']
pci_msitranslate=0

[-- Attachment #5: lspci-dom0.txt --]
[-- Type: text/plain, Size: 79629 bytes --]

00:00.0 Host bridge [0600]: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11] (rev 02)
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD890 Northbridge only single slot PCI-e GFX Hydra part [1002:5a11]
	Control: I/O- 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: [b]
		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 [0806]: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Subsystem: Advanced Micro Devices [AMD] nee ATI RD990 I/O Memory Management Unit (IOMMU) [1002:5a23]
	Control: I/O- 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 10
	Capabilities: [40] Secure device <?>
	Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4128
	Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:02.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port B) [1002:5a16] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0d, subordinate=0d, sec-latency=0
	I/O behind bridge: 0000e000-0000efff
	Memory behind bridge: fa000000-fe9fffff
	Prefetchable memory behind bridge: 00000000d0000000-00000000dfffffff
	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #1, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:03.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port C) [1002:5a17] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0c, subordinate=0c, sec-latency=0
	I/O behind bridge: 0000d000-0000dfff
	Memory behind bridge: f9f00000-f9ffffff
	Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
	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 #1, Speed 5GT/s, Width x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #3, PowerLimit 25.000W; Interlock- NoCompl+
		SltCtl:	Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg-
			Control: AttnInd 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:05.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port E) [1002:5a19] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0b, subordinate=0b, sec-latency=0
	I/O behind bridge: 0000c000-0000cfff
	Memory behind bridge: f9e00000-f9efffff
	Prefetchable memory behind bridge: 00000000bff00000-00000000bfffffff
	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 #1, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:06.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port F) [1002:5a1a] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=0a, subordinate=0a, sec-latency=0
	I/O behind bridge: 0000b000-0000bfff
	Memory behind bridge: f9d00000-f9dfffff
	Prefetchable memory behind bridge: 00000000bfe00000-00000000bfefffff
	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 #2, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:09.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (PCI express gpp port H) [1002:5a1c] (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=09, subordinate=09, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9c00000-f9cfffff
	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 #4, Speed 5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #9, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0a.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port A) [1002:5a1d] (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=08, subordinate=08, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9a00000-f9bfffff
	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 #5, Speed 2.5GT/s, Width x1, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #2, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit-
		Address: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0b.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (NB-SB link) [1002:5a1f] (prog-if 00 [Normal decode])
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
	I/O behind bridge: 0000a000-0000afff
	Memory behind bridge: f9900000-f99fffff
	Prefetchable memory behind bridge: 00000000a0000000-00000000afffffff
	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 x8, 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 x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #5, PowerLimit 25.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0c.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890S PCI Express bridge for GPP2 port 1 [1002:5a20] (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=05, subordinate=06, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9800000-f98fffff
	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 #1, Speed 5GT/s, Width x8, 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 x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #6, PowerLimit 11.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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:0d.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI RD890 PCI to PCI bridge (external gfx1 port B) [1002:5a1e] (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: 0000f000-00000fff
	Memory behind bridge: f9700000-f97fffff
	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 5GT/s, Width x1, 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+ ARIFwd+
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 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: fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:5a11]
	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:11.0 SATA controller [0106]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 SATA Controller [AHCI mode] [1002:4391] (rev 40) (prog-if 01 [AHCI 1.0])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 121
	Region 0: I/O ports at 6000 [size=8]
	Region 1: I/O ports at 5000 [size=4]
	Region 2: I/O ports at 3000 [size=8]
	Region 3: I/O ports at 2000 [size=4]
	Region 4: I/O ports at 1000 [size=16]
	Region 5: Memory at f95ff000 (32-bit, non-prefetchable) [size=1K]
	Capabilities: [50] MSI: Enable+ Count=1/8 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] SATA HBA v1.0 InCfgSpace
	Capabilities: [a4] PCI Advanced Features
		AFCap: TP+ FLR+
		AFCtrl: FLR-
		AFStatus: TP-
	Kernel driver in use: ahci

00:12.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95f7000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

00:12.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ff400 (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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fc000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

00:13.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ff800 (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 [0c05]: Advanced Micro Devices [AMD] nee ATI SBx00 SMBus Controller [1002:4385] (rev 41)
	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-
	Kernel driver in use: piix4_smbus

00:14.2 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI SBx00 Azalia (Intel HDA) [1002:4383] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=slow >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 16
	Region 0: Memory at f95f8000 (64-bit, non-prefetchable) [size=16K]
	Capabilities: [50] Power Management version 2
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: snd_hda_intel

00:14.3 ISA bridge [0601]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 LPC host controller [1002:439d] (rev 40)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 [0604]: Advanced Micro Devices [AMD] nee ATI SBx00 PCI to PCI Bridge [1002:4384] (rev 40) (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=03, subordinate=03, sec-latency=64
	I/O behind bridge: 00009000-00009fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: fff00000-000fffff
	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 [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI2 Controller [1002:4399] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fd000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

00:15.0 PCI bridge [0604]: Advanced Micro Devices [AMD] nee ATI SB700/SB800/SB900 PCI to PCI bridge (PCIE port 0) [1002:43a0] (prog-if 00 [Normal decode])
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: fff00000-000fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [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 #247, Speed 2.5GT/s, Width x1, ASPM L0s L1, 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 unknown, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		SltCap:	AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
			Slot #32, 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+ ARIFwd-
		DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis- ARIFwd-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -3.5dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee3f00c  Data: 4000
	Capabilities: [b0] Subsystem: Advanced Micro Devices [AMD] nee ATI Device [1002:0000]
	Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Kernel driver in use: pcieport

00:16.0 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB OHCI0 Controller [1002:4397] (prog-if 10 [OHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95fe000 (32-bit, non-prefetchable) [size=4K]
	Kernel driver in use: ohci_hcd

00:16.2 USB controller [0c03]: Advanced Micro Devices [AMD] nee ATI SB7x0/SB8x0/SB9x0 USB EHCI Controller [1002:4396] (prog-if 20 [EHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	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 f95ffc00 (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:18.0 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor HyperTransport Configuration [1022:1200]
	Control: I/O- 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=16bit DwFcIn- MLWO=16bit DwFcOut- LWI=16bit DwFcInEn- LWO=16bit DwFcOutEn-
		Revision ID: 3.00
		Link Frequency: [b]
		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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Address Map [1022:1201]
	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor DRAM Controller [1022:1202]
	Control: I/O- 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 [0600]: Advanced Micro Devices [AMD] Family 10h Processor Miscellaneous Control [1022:1203]
	Control: I/O- 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

00:18.4 Host bridge [0600]: Advanced Micro Devices [AMD] Family 10h Processor Link Control [1022:1204]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-

03:06.0 Multimedia audio controller [0401]: C-Media Electronics Inc CMI8738/CMI8768 PCI Audio [13f6:0111] (rev 10)
	Subsystem: C-Media Electronics Inc CMI8738/C3DX PCI Audio Device [13f6:0111]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 22
	Region 0: I/O ports at 9800 [disabled] [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-
	Kernel driver in use: pciback

04:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:4257]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 40
	Region 0: Memory at f97fe000 (64-bit, non-prefetchable) [disabled] [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable- Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, 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: 14, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [140 v1] Device Serial Number ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: pciback

05:00.0 PCI bridge [0604]: Texas Instruments XIO2000(A)/XIO2200A PCI Express-to-PCI Bridge [104c:8231] (rev 03) (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=05, secondary=06, subordinate=06, sec-latency=64
	I/O behind bridge: 0000f000-00000fff
	Memory behind bridge: f9800000-f98fffff
	Prefetchable memory behind bridge: 00000000fff00000-00000000000fffff
	Secondary status: 66MHz- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
	BridgeCtl: Parity+ SERR+ NoISA+ VGA- MAbort- >Reset- FastB2B-
		PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
	Capabilities: [50] 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: [60] MSI: Enable- Count=1/16 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [80] Subsystem: Device [0000:0000]
	Capabilities: [90] Express (v1) PCI/PCI-X Bridge, MSI 00
		DevCap:	MaxPayload 512 bytes, PhantFunc 0, Latency L0s <4us, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE- FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+ BrConfRtry-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr+ FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq+ ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
		AERCap:	First Error Pointer: 14, GenCap+ CGenEn- ChkCap+ ChkEn-

06:01.0 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 37
	Region 0: Memory at f98fd000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

06:01.1 USB controller [0c03]: NEC Corporation USB [1033:0035] (rev 43) (prog-if 10 [OHCI])
	Subsystem: NEC Corporation Hama USB 2.0 CardBus [1033:0035]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 38
	Region 0: Memory at f98fe000 (32-bit, non-prefetchable) [disabled] [size=4K]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

06:01.2 USB controller [0c03]: NEC Corporation USB 2.0 [1033:00e0] (rev 04) (prog-if 20 [EHCI])
	Subsystem: Device [1838:1074]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin C routed to IRQ 39
	Region 0: Memory at f98ffc00 (32-bit, non-prefetchable) [disabled] [size=256]
	Capabilities: [40] Power Management version 2
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
	Kernel driver in use: pciback

07:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 32
	Region 0: Memory at a0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at f99c0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at a000 [disabled] [size=256]
	Expansion ROM at f99a0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

07:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 33
	Region 0: Memory at f99fc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

08:00.0 Multimedia video controller [0400]: Conexant Systems, Inc. Device [14f1:8210]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 47
	Region 0: Memory at f9a00000 (64-bit, non-prefetchable) [disabled] [size=2M]
	Capabilities: [40] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 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+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <2us, L1 <4us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk-
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk- DLActive- BWMgmt- ABWMgmt-
	Capabilities: [80] Power Management version 3
		Flags: PMEClk- DSI+ D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [90] Vital Product Data
		Unknown small resource type 00, will not decode more.
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES- TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
	Capabilities: [200 v1] Virtual Channel
		Caps:	LPEVC=1 RefClk=100ns PATEntryBits=1
		Arb:	Fixed+ WRR32+ WRR64+ WRR128-
		Ctrl:	ArbSelect=WRR64
		Status:	InProgress-
		Port Arbitration Table [240] <?>
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
		VC1:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable- ID=1 ArbSelect=Fixed TC/VC=00
			Status:	NegoPending- InProgress-
	Kernel driver in use: pciback

09:00.0 USB controller [0c03]: NEC Corporation uPD720200 USB 3.0 Host Controller [1033:0194] (rev 03) (prog-if 30 [XHCI])
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR+ FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0, Cache Line Size: 64 bytes
	Interrupt: pin A routed to IRQ 48
	Region 0: Memory at f9cfe000 (64-bit, non-prefetchable) [size=8K]
	Capabilities: [50] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=375mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [70] MSI: Enable- Count=1/8 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [90] MSI-X: Enable+ Count=8 Masked-
		Vector table: BAR=0 offset=00001000
		PBA: BAR=0 offset=00001080
	Capabilities: [a0] Express (v2) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s unlimited, L1 unlimited
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <4us, L1 unlimited
			ClockPM+ Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM+ AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -3.5dB, 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 ff-ff-ff-ff-ff-ff-ff-ff
	Capabilities: [150 v1] Latency Tolerance Reporting
		Max snoop latency: 0ns
		Max no snoop latency: 0ns
	Kernel driver in use: xhci_hcd

0a:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ 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 123
	Region 0: I/O ports at b800 [size=256]
	Region 2: Memory at bfeff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfef8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at f9de0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	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] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 03-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0b:00.0 Ethernet controller [0200]: Realtek Semiconductor Co., Ltd. RTL8111/8168B PCI Express Gigabit Ethernet controller [10ec:8168] (rev 03)
	Subsystem: Micro-Star International Co., Ltd. Device [1462:7640]
	Control: I/O+ 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 122
	Region 0: I/O ports at c800 [size=256]
	Region 2: Memory at bffff000 (64-bit, prefetchable) [size=4K]
	Region 4: Memory at bfff8000 (64-bit, prefetchable) [size=16K]
	Expansion ROM at f9ee0000 [disabled] [size=128K]
	Capabilities: [40] Power Management version 3
		Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee0100c  Data: 4000
	Capabilities: [70] Express (v2) Endpoint, MSI 01
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
			ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
			MaxPayload 128 bytes, MaxReadReq 4096 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr+ TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, 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 x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Not Supported, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [ac] MSI-X: Enable- Count=4 Masked-
		Vector table: BAR=4 offset=00000000
		PBA: BAR=4 offset=00000800
	Capabilities: [cc] Vital Product Data
		Unknown small resource type 00, will not decode more.
	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] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [160 v1] Device Serial Number 04-00-00-00-68-4c-e0-00
	Kernel driver in use: r8169

0c:00.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin A routed to IRQ 28
	Region 0: Memory at c0000000 (64-bit, prefetchable) [disabled] [size=256M]
	Region 2: Memory at f9fc0000 (64-bit, non-prefetchable) [disabled] [size=128K]
	Region 4: I/O ports at d000 [disabled] [size=256]
	Expansion ROM at f9fa0000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0c:00.1 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Interrupt: pin B routed to IRQ 29
	Region 0: Memory at f9ffc000 (64-bit, non-prefetchable) [disabled] [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #1, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
	Capabilities: [150 v1] Advanced Error Reporting
		UESta:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UEMsk:	DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
		UESvrt:	DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
		CESta:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		CEMsk:	RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
		AERCap:	First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
	Kernel driver in use: pciback

0d:00.0 VGA compatible controller [0300]: NVIDIA Corporation G98 [GeForce 8400 GS] [10de:06e4] (rev a1) (prog-if 00 [VGA controller])
	Subsystem: ASUSTeK Computer Inc. Device [1043:8266]
	Control: I/O+ 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 10
	Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
	Region 1: Memory at d0000000 (64-bit, prefetchable) [size=256M]
	Region 3: Memory at fa000000 (64-bit, non-prefetchable) [size=32M]
	Region 5: I/O ports at e800 [size=128]
	Expansion ROM at fe9e0000 [disabled] [size=128K]
	Capabilities: [60] Power Management version 3
		Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
		Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
	Capabilities: [68] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [78] Express (v1) Endpoint, MSI 00
		DevCap:	MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <4us
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <1us
			ClockPM- Surprise- LLActRep- BwNot-
		LnkCtl:	ASPM Disabled; RCB 128 bytes Disabled- Retrain- CommClk+
			ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
		LnkSta:	Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
	Capabilities: [100 v1] Virtual Channel
		Caps:	LPEVC=0 RefClk=100ns PATEntryBits=1
		Arb:	Fixed- WRR32- WRR64- WRR128-
		Ctrl:	ArbSelect=Fixed
		Status:	InProgress-
		VC0:	Caps:	PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
			Arb:	Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
			Ctrl:	Enable+ ID=0 ArbSelect=Fixed TC/VC=ff
			Status:	NegoPending- InProgress-
	Capabilities: [128 v1] Power Budgeting <?>
	Capabilities: [600 v1] Vendor Specific Information: ID=0001 Rev=1 Len=024 <?>


[-- Attachment #6: lspci-guest.txt --]
[-- Type: text/plain, Size: 7899 bytes --]

00:00.0 Host bridge [0600]: Intel Corporation 440FX - 82441FX PMC [Natoma] [8086:1237] (rev 02)
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 0
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0

00:01.0 ISA bridge [0601]: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II] [8086:7000]
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	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:01.1 IDE interface [0101]: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] [8086:7010] (prog-if 80 [Master])
	Subsystem: XenSource, Inc. Device [5853:0001]
	Physical Slot: 1
	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
	Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
	Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable) [size=1]
	Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
	Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable) [size=1]
	Region 4: I/O ports at c260 [size=16]

00:01.2 USB controller [0c03]: Intel Corporation 82371SB PIIX3 USB [Natoma/Triton II] [8086:7020] (rev 01) (prog-if 00 [UHCI])
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 64
	Interrupt: pin D routed to IRQ 23
	Region 4: I/O ports at c240 [size=32]
	Kernel driver in use: uhci_hcd

00:01.3 Bridge [0680]: Intel Corporation 82371AB/EB/MB PIIX4 ACPI [8086:7113] (rev 01)
	Subsystem: Red Hat, Inc Qemu virtual machine [1af4:1100]
	Physical Slot: 1
	Control: I/O- Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 9

00:02.0 VGA compatible controller [0300]: Cirrus Logic GD 5446 [1013:00b8] (prog-if 00 [VGA controller])
	Subsystem: XenSource, Inc. Device [5853:0001]
	Physical Slot: 2
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Region 0: Memory at f0000000 (32-bit, prefetchable) [size=32M]
	Region 1: Memory at f3064000 (32-bit, non-prefetchable) [size=4K]
	Expansion ROM at <unassigned> [disabled]

00:03.0 Unassigned class [ff80]: XenSource, Inc. Xen Platform Device [5853:0001] (rev 01)
	Subsystem: XenSource, Inc. Xen Platform Device [5853:0001]
	Physical Slot: 3
	Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
	Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin A routed to IRQ 28
	Region 0: I/O ports at c000 [size=256]
	Region 1: Memory at f2000000 (32-bit, prefetchable) [size=16M]
	Kernel driver in use: xen-platform-pci

00:05.0 VGA compatible controller [0300]: Advanced Micro Devices [AMD] nee ATI Turks [Radeon HD 6570] [1002:6759] (prog-if 00 [VGA controller])
	Subsystem: PC Partner Limited Device [174b:e193]
	Physical Slot: 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-
	Interrupt: pin A routed to IRQ 36
	Region 0: Memory at e0000000 (64-bit, prefetchable) [size=256M]
	Region 2: Memory at f3020000 (64-bit, non-prefetchable) [size=128K]
	Region 4: I/O ports at c100 [size=256]
	Expansion ROM at f3040000 [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: [58] Express (v2) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
		Address: 0000000000000000  Data: 0000
	Capabilities: [100 v9] #1002

00:06.0 Audio device [0403]: Advanced Micro Devices [AMD] nee ATI Turks/Whistler HDMI Audio [Radeon HD 6000 Series] [1002:aa90]
	Subsystem: PC Partner Limited Device [174b:aa90]
	Physical Slot: 6
	Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
	Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
	Latency: 0
	Interrupt: pin B routed to IRQ 79
	Region 0: Memory at f3060000 (64-bit, non-prefetchable) [size=16K]
	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) Legacy Endpoint, MSI 00
		DevCap:	MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
			ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
		DevCtl:	Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
			RlxdOrd+ ExtTag- PhantFunc- AuxPwr- NoSnoop+
			MaxPayload 128 bytes, MaxReadReq 512 bytes
		DevSta:	CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
		LnkCap:	Port #0, Speed 2.5GT/s, Width x16, ASPM L0s L1, 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 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
		DevCap2: Completion Timeout: Range ABCD, TimeoutDis+
		DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-
		LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB
			 Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
			 Compliance De-emphasis: -6dB
		LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
			 EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
	Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
		Address: 00000000fee57000  Data: 4300
	Capabilities: [100 v0] #1002
	Kernel driver in use: snd_hda_intel


[-- Attachment #7: qemu.diff --]
[-- Type: application/octet-stream, Size: 5057 bytes --]

diff --git a/hw/pass-through.c b/hw/pass-through.c
index 304c438..c042bfc 100644
--- a/hw/pass-through.c
+++ b/hw/pass-through.c
@@ -2179,6 +2179,8 @@ static void pt_bar_mapping_one(struct pt_dev *ptdev, int bar, int io_enable,
 
     r = &dev->io_regions[bar];
 
+    PT_LOG_DEV(dev, "pt_bar_mapping_one begin: [Region:%d]\n", bar);
+
     /* check valid region */
     if (!r->size)
         return;
@@ -2186,16 +2188,20 @@ static void pt_bar_mapping_one(struct pt_dev *ptdev, int bar, int io_enable,
     base = &ptdev->bases[bar];
     /* skip unused BAR or upper 64bit BAR */
     if ((base->bar_flag == PT_BAR_FLAG_UNUSED) ||
-       (base->bar_flag == PT_BAR_FLAG_UPPER))
-           return;
+       (base->bar_flag == PT_BAR_FLAG_UPPER)){
 
+           PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] skip unused BAR or upper 64bit BAR\n", bar);
+           return;
+    }
     /* copy region address to temporary */
     r_addr = r->addr;
 
     /* need unmapping in case I/O Space or Memory Space disable */
     if (((base->bar_flag == PT_BAR_FLAG_IO) && !io_enable ) ||
-        ((base->bar_flag == PT_BAR_FLAG_MEM) && !mem_enable ))
+        ((base->bar_flag == PT_BAR_FLAG_MEM) && !mem_enable )){
         r_addr = -1;
+        PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] need unmapping in case I/O Space or Memory Space disable\n", bar);
+    }
     if ( (bar == PCI_ROM_SLOT) && (r_addr != -1) )
     {
         reg_grp_entry = pt_find_reg_grp(ptdev, PCI_ROM_ADDRESS);
@@ -2205,12 +2211,15 @@ static void pt_bar_mapping_one(struct pt_dev *ptdev, int bar, int io_enable,
             if (reg_entry && !(reg_entry->data & PCI_ROM_ADDRESS_ENABLE))
                 r_addr = -1;
         }
+	PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d][Address:%08xh]"
+            "[Size:%08xh] bar == PCI_ROM_SLOT.\n", bar, r_addr, r->size);
     }
 
     /* prevent guest software mapping memory resource to 00000000h */
-    if ((base->bar_flag == PT_BAR_FLAG_MEM) && (r_addr == 0))
+    if ((base->bar_flag == PT_BAR_FLAG_MEM) && (r_addr == 0)){
         r_addr = -1;
-
+        PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] prevent guest software mapping memory resource to 00000000h\n", bar);
+    }
     /* align resource size (memory type only) */
     r_size = r->size;
     PT_GET_EMUL_SIZE(base->bar_flag, r_size);
@@ -2225,9 +2234,12 @@ static void pt_bar_mapping_one(struct pt_dev *ptdev, int bar, int io_enable,
     /* check whether we need to update the mapping or not */
     if (r_addr != ptdev->bases[bar].e_physbase)
     {
+        PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] update bar mapping [Address:%08xh] [Size:%08xh] [Type:%08xh]\n", bar, r_addr,  r_size,  r->type);
         /* mapping BAR */
         r->map_func((PCIDevice *)ptdev, bar, r_addr,
                      r_size, r->type);
+    } else {
+        PT_LOG_DEV(dev, "pt_bar_mapping_one: [Region:%d] update bar mapping NOT needed [Address:%08xh] [Size:%08xh] [Type:%08xh]\n", bar, r_addr,  r_size,  r->type);
     }
 }
 
diff --git a/hw/pass-through.h b/hw/pass-through.h
index d7d837c..c074eda 100644
--- a/hw/pass-through.h
+++ b/hw/pass-through.h
@@ -43,7 +43,7 @@
 #endif
 
 /* Some compilation flags */
-// #define PT_DEBUG_PCI_CONFIG_ACCESS
+#define PT_DEBUG_PCI_CONFIG_ACCESS
 
 #define PT_MACHINE_IRQ_AUTO (0xFFFFFFFF)
 #define PT_VIRT_DEVFN_AUTO  (-1)
diff --git a/hw/pci.c b/hw/pci.c
index c423285..a15bffb 100644
--- a/hw/pci.c
+++ b/hw/pci.c
@@ -37,7 +37,7 @@
 
 extern int igd_passthru;
 
-//#define DEBUG_PCI
+#define DEBUG_PCI
 
 struct PCIBus {
     int bus_num;
@@ -344,6 +344,8 @@ void pci_register_io_region(PCIDevice *pci_dev, int region_num,
     } else {
         addr = 0x10 + region_num * 4;
     }
++   fprintf(stderr, "pci_register_io_region with addr=0x%x region_num=%d type=0x%x, size=0x%x\n",addr,(unsigned int)region_num, type, size);
+
     *(uint32_t *)(pci_dev->config + addr) = cpu_to_le32(type);
 }
 
@@ -355,12 +357,15 @@ static void pci_update_mappings(PCIDevice *d)
 
     cmd = le16_to_cpu(*(uint16_t *)(d->config + PCI_COMMAND));
     for(i = 0; i < PCI_NUM_REGIONS; i++) {
+
+
         r = &d->io_regions[i];
         if (i == PCI_ROM_SLOT) {
             config_ofs = 0x30;
         } else {
             config_ofs = 0x10 + i * 4;
         }
+	fprintf(stderr, " pci_update_mappings ... config_ofs=0x%x cmd=%d region_num=%d type=0x%x, size=0x%x\n",config_ofs ,cmd,i, r->type, r->size);
         if (r->size != 0) {
             if (r->type & PCI_ADDRESS_SPACE_IO) {
                 if (cmd & PCI_COMMAND_IO) {
diff --git a/hw/pt-graphics.c b/hw/pt-graphics.c
index 7302b25..3e26979 100644
--- a/hw/pt-graphics.c
+++ b/hw/pt-graphics.c
@@ -90,8 +90,8 @@ void igd_write_opregion(struct pt_dev *real_dev, uint32_t val)
         igd_guest_opregion = 0;
     }
 #ifdef PT_DEBUG_PCI_CONFIG_ACCESS
-    PT_LOG_DEV((PCIDevice*)real_dev, "addr=%x len=%lx val=%x\n",
-            PCI_INTEL_OPREGION, len, val);
+    PT_LOG_DEV((PCIDevice*)real_dev, "addr=%x val=%x\n",
+            PCI_INTEL_OPREGION, val);
 #endif
 
 }

[-- Attachment #8: qemu-dm-guest-short.log --]
[-- Type: application/octet-stream, Size: 69197 bytes --]

domid: 1
-videoram option does not work with cirrus vga device model. Videoram set to 4M.
Using file /dev/xen_vms/xbmc in read-write mode
Watching /local/domain/0/device-model/1/logdirty/cmd
Watching /local/domain/0/device-model/1/command
Watching /local/domain/1/cpu
char device redirected to /dev/pts/2
qemu_map_cache_init nr_buckets = 10000 size 4194304
shared page at pfn feffd
buffered io page at pfn feffb
Guest uuid = 25cd2bd7-8eb2-4f39-80b1-e33eb27625d8
populating video RAM at ff000000
mapping video RAM from ff000000
pci_register_io_region with addr=0x10 region_num=0 type=0x8, size=0x2000000
pci_register_io_region with addr=0x14 region_num=1 type=0x0, size=0x1000
Register xen platform.
pci_register_io_region with addr=0x10 region_num=0 type=0x1, size=0x100
pci_register_io_region with addr=0x14 region_num=1 type=0x8, size=0x1000000
Done register platform.
platform_fixed_ioport: changed ro/rw state of ROM memory area. now is rw state.
pci_register_io_region with addr=0x10 region_num=0 type=0x0, size=0x20000
pci_register_io_region with addr=0x14 region_num=1 type=0x1, size=0x40
pci_register_io_region with addr=0x20 region_num=4 type=0x1, size=0x10
pci_register_io_region with addr=0x20 region_num=4 type=0x1, size=0x20
xs_read(/local/domain/0/device-model/1/xen_extended_power_mgmt): read error
Log-dirty: no command yet.
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
I/O request not ready: 0, ptr: 0, port: 0, data: 0, count: 0, size: 0
vcpu-set: watch node error.
[xenstore_process_vcpu_set_event]: /local/domain/1/cpu has no CPU!
xs_read(/local/domain/1/log-throttling): read error
qemu: ignoring not-understood drive `/local/domain/1/log-throttling'
medium change watch on `/local/domain/1/log-throttling' - unknown device, ignored
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 07:00.0 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x7:0x0.0x0
pci_register_io_region with addr=0x10 region_num=0 type=0x8, size=0x10000000
pt_register_regions: IO region registered (size=0x10000000 base_addr=0xa000000c)
pci_register_io_region with addr=0x18 region_num=2 type=0x0, size=0x20000
pt_register_regions: IO region registered (size=0x00020000 base_addr=0xf99c0004)
pci_register_io_region with addr=0x20 region_num=4 type=0x1, size=0x100
pt_register_regions: IO region registered (size=0x00000100 base_addr=0x0000a001)
pci_register_io_region with addr=0x30 region_num=6 type=0x8, size=0x20000
pt_register_regions: Expansion ROM registered (size=0x00020000 base_addr=0xf99a0000)
pci_intx: intx=1
register_real_device: Real physical device 07:00.0 registered successfuly!
IRQ type = INTx
dm-command: hot insert pass-through pci dev 
register_real_device: Assigning real physical device 07:00.1 ...
register_real_device: Disable MSI translation via per device option
register_real_device: Disable power management
pt_iomul_init: Error: pt_iomul_init can't open file /dev/xen/pci_iomul: No such file or directory: 0x7:0x0.0x1
pci_register_io_region with addr=0x10 region_num=0 type=0x0, size=0x4000
pt_register_regions: IO region registered (size=0x00004000 base_addr=0xf99fc004)
pci_intx: intx=2
register_real_device: Real physical device 07:00.1 registered successfuly!
IRQ type = INTx
pci_config_write: PIIX3: addr=60 val=00000005 len=1
pci_config_write: PIIX3: addr=61 val=0000000a len=1
pci_config_write: PIIX3: addr=62 val=0000000b len=1
pci_config_write: PIIX3: addr=63 val=00000005 len=1
pci_config_read: i440FX: addr=0a val=00000600 len=2
pci_config_read: i440FX: addr=00 val=00008086 len=2
pci_config_read: i440FX: addr=02 val=00001237 len=2
pci_config_read: i440FX: addr=10 val=00000000 len=4
pci_config_write: i440FX: addr=10 val=ffffffff len=4
pci_config_read: i440FX: addr=10 val=00000000 len=4
pci_config_write: i440FX: addr=10 val=00000000 len=4
pci_config_read: i440FX: addr=14 val=00000000 len=4
pci_config_write: i440FX: addr=14 val=ffffffff len=4
pci_config_read: i440FX: addr=14 val=00000000 len=4
pci_config_write: i440FX: addr=14 val=00000000 len=4
pci_config_read: i440FX: addr=18 val=00000000 len=4
pci_config_write: i440FX: addr=18 val=ffffffff len=4
pci_config_read: i440FX: addr=18 val=00000000 len=4
pci_config_write: i440FX: addr=18 val=00000000 len=4
pci_config_read: i440FX: addr=1c val=00000000 len=4
pci_config_write: i440FX: addr=1c val=ffffffff len=4
pci_config_read: i440FX: addr=1c val=00000000 len=4
pci_config_write: i440FX: addr=1c val=00000000 len=4
pci_config_read: i440FX: addr=20 val=00000000 len=4
pci_config_write: i440FX: addr=20 val=ffffffff len=4
pci_config_read: i440FX: addr=20 val=00000000 len=4
pci_config_write: i440FX: addr=20 val=00000000 len=4
pci_config_read: i440FX: addr=24 val=00000000 len=4
pci_config_write: i440FX: addr=24 val=ffffffff len=4
pci_config_read: i440FX: addr=24 val=00000000 len=4
pci_config_write: i440FX: addr=24 val=00000000 len=4
pci_config_read: i440FX: addr=30 val=00000000 len=4
pci_config_write: i440FX: addr=30 val=ffffffff len=4
pci_config_read: i440FX: addr=30 val=00000000 len=4
pci_config_write: i440FX: addr=30 val=00000000 len=4
pci_config_read: i440FX: addr=3d val=00000000 len=1
pci_config_read: i440FX: addr=04 val=00000000 len=2
pci_config_write: i440FX: addr=04 val=00000004 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3: addr=0a val=00000601 len=2
pci_config_read: PIIX3: addr=00 val=00008086 len=2
pci_config_read: PIIX3: addr=02 val=00007000 len=2
pci_config_read: PIIX3: addr=10 val=00000000 len=4
pci_config_write: PIIX3: addr=10 val=ffffffff len=4
pci_config_read: PIIX3: addr=10 val=00000000 len=4
pci_config_write: PIIX3: addr=10 val=00000000 len=4
pci_config_read: PIIX3: addr=14 val=00000000 len=4
pci_config_write: PIIX3: addr=14 val=ffffffff len=4
pci_config_read: PIIX3: addr=14 val=00000000 len=4
pci_config_write: PIIX3: addr=14 val=00000000 len=4
pci_config_read: PIIX3: addr=18 val=00000000 len=4
pci_config_write: PIIX3: addr=18 val=ffffffff len=4
pci_config_read: PIIX3: addr=18 val=00000000 len=4
pci_config_write: PIIX3: addr=18 val=00000000 len=4
pci_config_read: PIIX3: addr=1c val=00000000 len=4
pci_config_write: PIIX3: addr=1c val=ffffffff len=4
pci_config_read: PIIX3: addr=1c val=00000000 len=4
pci_config_write: PIIX3: addr=1c val=00000000 len=4
pci_config_read: PIIX3: addr=20 val=00000000 len=4
pci_config_write: PIIX3: addr=20 val=ffffffff len=4
pci_config_read: PIIX3: addr=20 val=00000000 len=4
pci_config_write: PIIX3: addr=20 val=00000000 len=4
pci_config_read: PIIX3: addr=24 val=00000000 len=4
pci_config_write: PIIX3: addr=24 val=ffffffff len=4
pci_config_read: PIIX3: addr=24 val=00000000 len=4
pci_config_write: PIIX3: addr=24 val=00000000 len=4
pci_config_read: PIIX3: addr=30 val=00000000 len=4
pci_config_write: PIIX3: addr=30 val=ffffffff len=4
pci_config_read: PIIX3: addr=30 val=00000000 len=4
pci_config_write: PIIX3: addr=30 val=00000000 len=4
pci_config_read: PIIX3: addr=3d val=00000000 len=1
pci_config_read: PIIX3: addr=04 val=00000007 len=2
pci_config_write: PIIX3: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=0a val=00000101 len=2
pci_config_read: PIIX3 IDE: addr=00 val=00008086 len=2
pci_config_read: PIIX3 IDE: addr=02 val=00007010 len=2
pci_config_write: PIIX3 IDE: addr=40 val=00008000 len=2
pci_config_write: PIIX3 IDE: addr=42 val=00008000 len=2
pci_config_read: PIIX3 IDE: addr=10 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=10 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=10 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=10 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=14 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=14 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=14 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=14 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=18 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=18 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=18 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=18 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=1c val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=1c val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=1c val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=1c val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=20 val=00000001 len=4
pci_config_write: PIIX3 IDE: addr=20 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=0 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=0 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=0 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=0 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=0 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=0 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=0 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=20 val=fffffff1 len=4
pci_config_write: PIIX3 IDE: addr=20 val=00000001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=0 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=0 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=0 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=0 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=0 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=0 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=0 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=24 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=24 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=24 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=24 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=30 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=30 val=ffffffff len=4
pci_config_read: PIIX3 IDE: addr=30 val=00000000 len=4
pci_config_write: PIIX3 IDE: addr=30 val=00000000 len=4
pci_config_read: PIIX3 IDE: addr=3d val=00000000 len=1
pci_config_read: PIIX3 IDE: addr=04 val=00000000 len=2
pci_config_write: PIIX3 IDE: addr=04 val=00000004 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=0a val=00000c03 len=2
pci_config_read: USB-UHCI: addr=00 val=00008086 len=2
pci_config_read: USB-UHCI: addr=02 val=00007020 len=2
pci_config_read: USB-UHCI: addr=10 val=00000000 len=4
pci_config_write: USB-UHCI: addr=10 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=10 val=00000000 len=4
pci_config_write: USB-UHCI: addr=10 val=00000000 len=4
pci_config_read: USB-UHCI: addr=14 val=00000000 len=4
pci_config_write: USB-UHCI: addr=14 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=14 val=00000000 len=4
pci_config_write: USB-UHCI: addr=14 val=00000000 len=4
pci_config_read: USB-UHCI: addr=18 val=00000000 len=4
pci_config_write: USB-UHCI: addr=18 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=18 val=00000000 len=4
pci_config_write: USB-UHCI: addr=18 val=00000000 len=4
pci_config_read: USB-UHCI: addr=1c val=00000000 len=4
pci_config_write: USB-UHCI: addr=1c val=ffffffff len=4
pci_config_read: USB-UHCI: addr=1c val=00000000 len=4
pci_config_write: USB-UHCI: addr=1c val=00000000 len=4
pci_config_read: USB-UHCI: addr=20 val=00000001 len=4
pci_config_write: USB-UHCI: addr=20 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=0 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=0 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=0 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=0 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=0 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=0 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=0 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=20 val=ffffffe1 len=4
pci_config_write: USB-UHCI: addr=20 val=00000001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=0 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=0 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=0 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=0 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=0 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=0 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=0 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=24 val=00000000 len=4
pci_config_write: USB-UHCI: addr=24 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=24 val=00000000 len=4
pci_config_write: USB-UHCI: addr=24 val=00000000 len=4
pci_config_read: USB-UHCI: addr=30 val=00000000 len=4
pci_config_write: USB-UHCI: addr=30 val=ffffffff len=4
pci_config_read: USB-UHCI: addr=30 val=00000000 len=4
pci_config_write: USB-UHCI: addr=30 val=00000000 len=4
pci_config_read: USB-UHCI: addr=3d val=00000004 len=1
pci_config_read: PIIX3: addr=60 val=00000005 len=1
pci_config_write: USB-UHCI: addr=3c val=00000005 len=1
pci_config_read: USB-UHCI: addr=04 val=00000000 len=2
pci_config_write: USB-UHCI: addr=04 val=00000004 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX4 ACPI: addr=0a val=00000680 len=2
pci_config_read: PIIX4 ACPI: addr=00 val=00008086 len=2
pci_config_read: PIIX4 ACPI: addr=02 val=00007113 len=2
pci_config_write: PIIX4 ACPI: addr=20 val=00000000 len=2
pci_config_write: PIIX4 ACPI: addr=d2 val=00000000 len=2
pci_config_write: PIIX4 ACPI: addr=22 val=00000000 len=2
pci_config_write: PIIX4 ACPI: addr=3c val=00000009 len=2
pci_config_write: PIIX4 ACPI: addr=3c val=00000001 len=2
pci_config_write: PIIX4 ACPI: addr=40 val=0000b001 len=4
pci_config_write: PIIX4 ACPI: addr=80 val=00000001 len=1
pci_config_read: PIIX4 ACPI: addr=10 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=10 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=10 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=10 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=14 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=14 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=14 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=14 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=18 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=18 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=18 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=18 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=1c val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=1c val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=1c val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=1c val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=20 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=20 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=20 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=20 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=24 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=24 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=24 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=24 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=30 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=30 val=ffffffff len=4
pci_config_read: PIIX4 ACPI: addr=30 val=00000000 len=4
pci_config_write: PIIX4 ACPI: addr=30 val=00000000 len=4
pci_config_read: PIIX4 ACPI: addr=3d val=00000001 len=1
pci_config_read: PIIX3: addr=61 val=0000000a len=1
pci_config_write: PIIX4 ACPI: addr=3c val=0000000a len=1
pci_config_read: PIIX4 ACPI: addr=04 val=00000000 len=2
pci_config_write: PIIX4 ACPI: addr=04 val=00000004 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=0a val=00000300 len=2
pci_config_read: Cirrus VGA: addr=00 val=00001013 len=2
pci_config_read: Cirrus VGA: addr=02 val=000000b8 len=2
pci_config_read: Cirrus VGA: addr=10 val=00000008 len=4
pci_config_write: Cirrus VGA: addr=10 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=10 val=fe000008 len=4
pci_config_write: Cirrus VGA: addr=10 val=00000008 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=14 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=14 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=14 val=fffff000 len=4
pci_config_write: Cirrus VGA: addr=14 val=00000000 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=18 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=18 val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=18 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=18 val=00000000 len=4
pci_config_read: Cirrus VGA: addr=1c val=00000000 len=4
pci_config_write: Cirrus VGA: addr=1c val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=1c val=00000000 len=4
pci_config_write: Cirrus VGA: addr=1c val=00000000 len=4
pci_config_read: Cirrus VGA: addr=20 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=20 val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=20 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=20 val=00000000 len=4
pci_config_read: Cirrus VGA: addr=24 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=24 val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=24 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=24 val=00000000 len=4
pci_config_read: Cirrus VGA: addr=30 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=30 val=ffffffff len=4
pci_config_read: Cirrus VGA: addr=30 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=30 val=00000000 len=4
pci_config_read: Cirrus VGA: addr=3d val=00000000 len=1
pci_config_read: Cirrus VGA: addr=04 val=00000003 len=2
pci_config_write: Cirrus VGA: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=0a val=0000ff80 len=2
pci_config_read: xen-platform: addr=00 val=00005853 len=2
pci_config_read: xen-platform: addr=02 val=00000001 len=2
pci_config_read: xen-platform: addr=10 val=00000001 len=4
pci_config_write: xen-platform: addr=10 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=10 val=ffffff01 len=4
pci_config_write: xen-platform: addr=10 val=00000001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=14 val=00000008 len=4
pci_config_write: xen-platform: addr=14 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=14 val=ff000008 len=4
pci_config_write: xen-platform: addr=14 val=00000008 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=3 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=3 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=3 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=3 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=3 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=3 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=3 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=18 val=00000000 len=4
pci_config_write: xen-platform: addr=18 val=ffffffff len=4
pci_config_read: xen-platform: addr=18 val=00000000 len=4
pci_config_write: xen-platform: addr=18 val=00000000 len=4
pci_config_read: xen-platform: addr=1c val=00000000 len=4
pci_config_write: xen-platform: addr=1c val=ffffffff len=4
pci_config_read: xen-platform: addr=1c val=00000000 len=4
pci_config_write: xen-platform: addr=1c val=00000000 len=4
pci_config_read: xen-platform: addr=20 val=00000000 len=4
pci_config_write: xen-platform: addr=20 val=ffffffff len=4
pci_config_read: xen-platform: addr=20 val=00000000 len=4
pci_config_write: xen-platform: addr=20 val=00000000 len=4
pci_config_read: xen-platform: addr=24 val=00000000 len=4
pci_config_write: xen-platform: addr=24 val=ffffffff len=4
pci_config_read: xen-platform: addr=24 val=00000000 len=4
pci_config_write: xen-platform: addr=24 val=00000000 len=4
pci_config_read: xen-platform: addr=30 val=00000000 len=4
pci_config_write: xen-platform: addr=30 val=ffffffff len=4
pci_config_read: xen-platform: addr=30 val=00000000 len=4
pci_config_write: xen-platform: addr=30 val=00000000 len=4
pci_config_read: xen-platform: addr=3d val=00000001 len=1
pci_config_read: PIIX3: addr=63 val=00000005 len=1
pci_config_write: xen-platform: addr=3c val=00000005 len=1
pci_config_read: xen-platform: addr=04 val=00000003 len=2
pci_config_write: xen-platform: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=0a val=00000200 len=2
pci_config_read: e1000: addr=00 val=00008086 len=2
pci_config_read: e1000: addr=02 val=0000100e len=2
pci_config_read: e1000: addr=10 val=00000000 len=4
pci_config_write: e1000: addr=10 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=10 val=fffe0000 len=4
pci_config_write: e1000: addr=10 val=00000000 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=14 val=00000001 len=4
pci_config_write: e1000: addr=14 val=ffffffff len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=14 val=ffffffc1 len=4
pci_config_write: e1000: addr=14 val=00000001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=18 val=00000000 len=4
pci_config_write: e1000: addr=18 val=ffffffff len=4
pci_config_read: e1000: addr=18 val=00000000 len=4
pci_config_write: e1000: addr=18 val=00000000 len=4
pci_config_read: e1000: addr=1c val=00000000 len=4
pci_config_write: e1000: addr=1c val=ffffffff len=4
pci_config_read: e1000: addr=1c val=00000000 len=4
pci_config_write: e1000: addr=1c val=00000000 len=4
pci_config_read: e1000: addr=20 val=00000000 len=4
pci_config_write: e1000: addr=20 val=ffffffff len=4
pci_config_read: e1000: addr=20 val=00000000 len=4
pci_config_write: e1000: addr=20 val=00000000 len=4
pci_config_read: e1000: addr=24 val=00000000 len=4
pci_config_write: e1000: addr=24 val=ffffffff len=4
pci_config_read: e1000: addr=24 val=00000000 len=4
pci_config_write: e1000: addr=24 val=00000000 len=4
pci_config_read: e1000: addr=30 val=00000000 len=4
pci_config_write: e1000: addr=30 val=ffffffff len=4
pci_config_read: e1000: addr=30 val=00000000 len=4
pci_config_write: e1000: addr=30 val=00000000 len=4
pci_config_read: e1000: addr=3d val=00000001 len=1
pci_config_read: PIIX3: addr=60 val=00000005 len=1
pci_config_write: e1000: addr=3c val=00000005 len=1
pci_config_read: e1000: addr=04 val=00000407 len=2
pci_config_write: e1000: addr=04 val=00000407 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pt_pci_read_config: [00:05:0] address=000a val=0x00000300 len=2
pci_config_read: DIRECT PCI: addr=0a val=00000300 len=2
pt_pci_read_config: [00:05:0] address=0000 val=0x00001002 len=2
pci_config_read: DIRECT PCI: addr=00 val=00001002 len=2
pt_pci_read_config: [00:05:0] address=0002 val=0x00006759 len=2
pci_config_read: DIRECT PCI: addr=02 val=00006759 len=2
pt_pci_read_config: [00:05:0] address=0010 val=0x0000000c len=4
pci_config_read: DIRECT PCI: addr=10 val=0000000c len=4
pci_config_write: DIRECT PCI: addr=10 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0010 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:10000000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0010 val=0xf000000c len=4
pci_config_read: DIRECT PCI: addr=10 val=f000000c len=4
pci_config_write: DIRECT PCI: addr=10 val=0000000c len=4
pt_pci_write_config: [00:05:0] address=0010 val=0x0000000c len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:10000000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0014 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=14 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=14 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0014 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_pci_read_config: [00:05:0] address=0014 val=0xffffffff len=4
pci_config_read: DIRECT PCI: addr=14 val=ffffffff len=4
pci_config_write: DIRECT PCI: addr=14 val=00000000 len=4
pt_pci_write_config: [00:05:0] address=0014 val=0x00000000 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_pci_read_config: [00:05:0] address=0018 val=0x00000004 len=4
pci_config_read: DIRECT PCI: addr=18 val=00000004 len=4
pci_config_write: DIRECT PCI: addr=18 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0018 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000000h]
pt_pci_read_config: [00:05:0] address=0018 val=0xfffe0004 len=4
pci_config_read: DIRECT PCI: addr=18 val=fffe0004 len=4
pci_config_write: DIRECT PCI: addr=18 val=00000004 len=4
pt_pci_write_config: [00:05:0] address=0018 val=0x00000004 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000000h]
pt_pci_read_config: [00:05:0] address=001c val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=1c val=00000000 len=4
pci_config_write: DIRECT PCI: addr=1c val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=001c val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_pci_read_config: [00:05:0] address=001c val=0xffffffff len=4
pci_config_read: DIRECT PCI: addr=1c val=ffffffff len=4
pci_config_write: DIRECT PCI: addr=1c val=00000000 len=4
pt_pci_write_config: [00:05:0] address=001c val=0x00000000 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_pci_read_config: [00:05:0] address=0020 val=0x00000001 len=4
pci_config_read: DIRECT PCI: addr=20 val=00000001 len=4
pci_config_write: DIRECT PCI: addr=20 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0020 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_pci_read_config: [00:05:0] address=0020 val=0xffffff01 len=4
pci_config_read: DIRECT PCI: addr=20 val=ffffff01 len=4
pci_config_write: DIRECT PCI: addr=20 val=00000001 len=4
pt_pci_write_config: [00:05:0] address=0020 val=0x00000001 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_pci_read_config: [00:05:0] address=0024 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=24 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=24 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0024 val=0xffffffff len=4
pt_pci_read_config: [00:05:0] address=0024 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=24 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=24 val=00000000 len=4
pt_pci_write_config: [00:05:0] address=0024 val=0x00000000 len=4
pt_pci_read_config: [00:05:0] address=0030 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=30 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=30 val=ffffffff len=4
pt_pci_write_config: [00:05:0] address=0030 val=0xffffffff len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0030 val=0xfffe0001 len=4
pci_config_read: DIRECT PCI: addr=30 val=fffe0001 len=4
pci_config_write: DIRECT PCI: addr=30 val=00000000 len=4
pt_pci_write_config: [00:05:0] address=0030 val=0x00000000 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=003d val=0x00000001 len=1
pci_config_read: DIRECT PCI: addr=3d val=00000001 len=1
pci_config_read: PIIX3: addr=61 val=0000000a len=1
pci_config_write: DIRECT PCI: addr=3c val=0000000a len=1
pt_pci_write_config: [00:05:0] address=003c val=0x0000000a len=1
pt_pci_read_config: [00:05:0] address=0004 val=0x00000000 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000000 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000004 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000004 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:10000000h] [Type:00000008h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:06:0] address=000a val=0x00000403 len=2
pci_config_read: DIRECT PCI: addr=0a val=00000403 len=2
pt_pci_read_config: [00:06:0] address=0000 val=0x00001002 len=2
pci_config_read: DIRECT PCI: addr=00 val=00001002 len=2
pt_pci_read_config: [00:06:0] address=0002 val=0x0000aa90 len=2
pci_config_read: DIRECT PCI: addr=02 val=0000aa90 len=2
pt_pci_read_config: [00:06:0] address=0010 val=0x00000004 len=4
pci_config_read: DIRECT PCI: addr=10 val=00000004 len=4
pci_config_write: DIRECT PCI: addr=10 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0010 val=0xffffffff len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:00004000h] [Type:00000000h]
pt_pci_read_config: [00:06:0] address=0010 val=0xffffc004 len=4
pci_config_read: DIRECT PCI: addr=10 val=ffffc004 len=4
pci_config_write: DIRECT PCI: addr=10 val=00000004 len=4
pt_pci_write_config: [00:06:0] address=0010 val=0x00000004 len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:00004000h] [Type:00000000h]
pt_pci_read_config: [00:06:0] address=0014 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=14 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=14 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0014 val=0xffffffff len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:1]
pt_pci_read_config: [00:06:0] address=0014 val=0xffffffff len=4
pci_config_read: DIRECT PCI: addr=14 val=ffffffff len=4
pci_config_write: DIRECT PCI: addr=14 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0014 val=0x00000000 len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:1]
pt_pci_read_config: [00:06:0] address=0018 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=18 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=18 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0018 val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=0018 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=18 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=18 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0018 val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=001c val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=1c val=00000000 len=4
pci_config_write: DIRECT PCI: addr=1c val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=001c val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=001c val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=1c val=00000000 len=4
pci_config_write: DIRECT PCI: addr=1c val=00000000 len=4
pt_pci_write_config: [00:06:0] address=001c val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=0020 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=20 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=20 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0020 val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=0020 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=20 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=20 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0020 val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=0024 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=24 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=24 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0024 val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=0024 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=24 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=24 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0024 val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=0030 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=30 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=30 val=ffffffff len=4
pt_pci_write_config: [00:06:0] address=0030 val=0xffffffff len=4
pt_pci_read_config: [00:06:0] address=0030 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=30 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=30 val=00000000 len=4
pt_pci_write_config: [00:06:0] address=0030 val=0x00000000 len=4
pt_pci_read_config: [00:06:0] address=003d val=0x00000002 len=1
pci_config_read: DIRECT PCI: addr=3d val=00000002 len=1
pci_config_read: PIIX3: addr=63 val=00000005 len=1
pci_config_write: DIRECT PCI: addr=3c val=00000005 len=1
pt_pci_write_config: [00:06:0] address=003c val=0x00000005 len=1
pt_pci_read_config: [00:06:0] address=0004 val=0x00000000 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000000 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000004 len=2
pt_pci_write_config: [00:06:0] address=0004 val=0x00000004 len=2
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:00004000h] [Type:00000000h]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:6]
pt_pci_read_config: [00:05:0] address=0010 val=0x0000000c len=4
pci_config_read: DIRECT PCI: addr=10 val=0000000c len=4
pci_config_write: DIRECT PCI: addr=10 val=e000000c len=4
pt_pci_write_config: [00:05:0] address=0010 val=0xe000000c len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:10000000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0004 val=0x00000004 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000004 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000006 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000006 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping [Address:e0000000h] [Size:10000000h] [Type:00000008h]
pt_iomem_map: e_phys=e0000000 maddr=a0000000 type=8 len=268435456 index=0 first_map=1
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] prevent guest software mapping memory resource to 00000000h
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pci_config_read: Cirrus VGA: addr=10 val=00000008 len=4
pci_config_write: Cirrus VGA: addr=10 val=f0000008 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
cirrus vga map change while on lfb mode
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=04 val=00000007 len=2
pci_config_write: Cirrus VGA: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=14 val=00000008 len=4
pci_config_write: xen-platform: addr=14 val=f2000008 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=04 val=00000007 len=2
pci_config_write: xen-platform: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=10 val=00000000 len=4
pci_config_write: e1000: addr=10 val=f3000000 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=04 val=00000407 len=2
pci_config_write: e1000: addr=04 val=00000407 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pt_pci_read_config: [00:05:0] address=0018 val=0x00000004 len=4
pci_config_read: DIRECT PCI: addr=18 val=00000004 len=4
pci_config_write: DIRECT PCI: addr=18 val=f3020004 len=4
pt_pci_write_config: [00:05:0] address=0018 val=0xf3020004 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping [Address:f3020000h] [Size:00020000h] [Type:00000000h]
pt_iomem_map: e_phys=f3020000 maddr=f99c0000 type=0 len=131072 index=2 first_map=1
pt_pci_read_config: [00:05:0] address=0004 val=0x00000006 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000006 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000006 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000006 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:e0000000h] [Size:10000000h] [Type:00000008h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:f3020000h] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0030 val=0x00000000 len=4
pci_config_read: DIRECT PCI: addr=30 val=00000000 len=4
pci_config_write: DIRECT PCI: addr=30 val=f3040000 len=4
pt_pci_write_config: [00:05:0] address=0030 val=0xf3040000 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:05:0] address=0004 val=0x00000006 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000006 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000006 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000006 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:e0000000h] [Size:10000000h] [Type:00000008h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:f3020000h] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pt_pci_read_config: [00:06:0] address=0010 val=0x00000004 len=4
pci_config_read: DIRECT PCI: addr=10 val=00000004 len=4
pci_config_write: DIRECT PCI: addr=10 val=f3060004 len=4
pt_pci_write_config: [00:06:0] address=0010 val=0xf3060004 len=4
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:ffffffffh] [Size:00004000h] [Type:00000000h]
pt_pci_read_config: [00:06:0] address=0004 val=0x00000004 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000004 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000006 len=2
pt_pci_write_config: [00:06:0] address=0004 val=0x00000006 len=2
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one: [Region:0] update bar mapping [Address:f3060000h] [Size:00004000h] [Type:00000000h]
pt_iomem_map: e_phys=f3060000 maddr=f99fc000 type=0 len=16384 index=0 first_map=1
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:06:0] pt_bar_mapping_one begin: [Region:6]
pci_config_read: Cirrus VGA: addr=14 val=00000000 len=4
pci_config_write: Cirrus VGA: addr=14 val=f3064000 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=04 val=00000007 len=2
pci_config_write: Cirrus VGA: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=10 val=00000001 len=4
pci_config_write: xen-platform: addr=10 val=0000c001 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: xen-platform: addr=04 val=00000007 len=2
pci_config_write: xen-platform: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x1, size=0x100
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x8, size=0x1000000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pt_pci_read_config: [00:05:0] address=0020 val=0x00000001 len=4
pci_config_read: DIRECT PCI: addr=20 val=00000001 len=4
pci_config_write: DIRECT PCI: addr=20 val=0000c101 len=4
pt_pci_write_config: [00:05:0] address=0020 val=0x0000c101 len=4
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] need unmapping in case I/O Space or Memory Space disable
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping NOT needed [Address:ffffffffh] [Size:00000100h] [Type:00000001h]
pt_pci_read_config: [00:05:0] address=0004 val=0x00000006 len=2
pci_config_read: DIRECT PCI: addr=04 val=00000006 len=2
pci_config_write: DIRECT PCI: addr=04 val=00000007 len=2
pt_pci_write_config: [00:05:0] address=0004 val=0x00000007 len=2
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:0]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:0] update bar mapping NOT needed [Address:e0000000h] [Size:10000000h] [Type:00000008h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:1]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:2]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:2] update bar mapping NOT needed [Address:f3020000h] [Size:00020000h] [Type:00000000h]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:3]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:4]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:4] update bar mapping [Address:0000c100h] [Size:00000100h] [Type:00000001h]
pt_ioport_map: e_phys=c100 pio_base=a000 len=256 index=4 first_map=1
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:5]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one begin: [Region:6]
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6][Address:ffffffffh][Size:00020000h] bar == PCI_ROM_SLOT.
pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
pci_config_read: e1000: addr=14 val=00000001 len=4
pci_config_write: e1000: addr=14 val=0000c201 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: e1000: addr=04 val=00000407 len=2
pci_config_write: e1000: addr=04 val=00000407 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=1031 region_num=0 type=0x0, size=0x20000
 pci_update_mappings ... config_ofs=0x14 cmd=1031 region_num=1 type=0x1, size=0x40
 pci_update_mappings ... config_ofs=0x18 cmd=1031 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=1031 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=1031 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=1031 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=1031 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=20 val=00000001 len=4
pci_config_write: USB-UHCI: addr=20 val=0000c241 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: USB-UHCI: addr=04 val=00000004 len=2
pci_config_write: USB-UHCI: addr=04 val=00000005 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=5 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=5 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=5 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=5 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=5 region_num=4 type=0x1, size=0x20
 pci_update_mappings ... config_ofs=0x24 cmd=5 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=5 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=20 val=00000001 len=4
pci_config_write: PIIX3 IDE: addr=20 val=0000c261 len=4
 pci_update_mappings ... config_ofs=0x10 cmd=4 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=4 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=4 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=4 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=4 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=4 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=4 region_num=6 type=0x0, size=0x0
pci_config_read: PIIX3 IDE: addr=04 val=00000004 len=2
pci_config_write: PIIX3 IDE: addr=04 val=00000005 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=5 region_num=0 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x14 cmd=5 region_num=1 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x18 cmd=5 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=5 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=5 region_num=4 type=0x1, size=0x10
 pci_update_mappings ... config_ofs=0x24 cmd=5 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=5 region_num=6 type=0x0, size=0x0
pci_config_read: Cirrus VGA: addr=04 val=00000007 len=2
pci_config_write: Cirrus VGA: addr=04 val=00000007 len=2
 pci_update_mappings ... config_ofs=0x10 cmd=7 region_num=0 type=0x8, size=0x2000000
 pci_update_mappings ... config_ofs=0x14 cmd=7 region_num=1 type=0x0, size=0x1000
 pci_update_mappings ... config_ofs=0x18 cmd=7 region_num=2 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x1c cmd=7 region_num=3 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x20 cmd=7 region_num=4 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x24 cmd=7 region_num=5 type=0x0, size=0x0
 pci_update_mappings ... config_ofs=0x30 cmd=7 region_num=6 type=0x0, size=0x0
pci_config_read: i440FX: addr=0a val=00000600 len=2
pci_config_read: i440FX: addr=00 val=00008086 len=2
pci_config_read: i440FX: addr=02 val=00001237 len=2
pci_config_read: PIIX3: addr=0a val=00000601 len=2
pci_config_read: PIIX3: addr=00 val=00008086 len=2

[-- Attachment #9: xen.diff --]
[-- Type: application/octet-stream, Size: 614 bytes --]

diff --git a/xen/arch/x86/domctl.c b/xen/arch/x86/domctl.c
index e75918a..3d120fa 100644
--- a/xen/arch/x86/domctl.c
+++ b/xen/arch/x86/domctl.c
@@ -627,6 +627,10 @@ long arch_do_domctl(
         int add = domctl->u.memory_mapping.add_mapping;
         unsigned long i;
 
+        printk(XENLOG_G_INFO
+                   "XEN_DOMCTL_memory_mapping request: dom%d gfn=%lx mfn=%lx nr=%lx add=%d\n",
+                   d->domain_id, gfn, mfn, nr_mfns, add);
+
         ret = -EINVAL;
         if ( (mfn + nr_mfns - 1) < mfn || /* wrap? */
              ((mfn | (mfn + nr_mfns - 1)) >> (paddr_bits - PAGE_SHIFT)) ||

[-- Attachment #10: xl-dmesg-dom0.txt --]
[-- Type: text/plain, Size: 44140 bytes --]

 __  __            _  _   _  _                      _        _     _      
 \ \/ /___ _ __   | || | | || |     _   _ _ __  ___| |_ __ _| |__ | | ___ 
  \  // _ \ '_ \  | || |_| || |_ __| | | | '_ \/ __| __/ _` | '_ \| |/ _ \
  /  \  __/ | | | |__   _|__   _|__| |_| | | | \__ \ || (_| | |_) | |  __/
 /_/\_\___|_| |_|    |_|(_) |_|     \__,_|_| |_|___/\__\__,_|_.__/|_|\___|
                                                                          
(XEN) Xen version 4.4-unstable (root@dyndns.org) (gcc (Debian 4.7.2-5) 4.7.2) debug=y Tue Sep 24 17:01:05 CEST 2013
(XEN) Latest ChangeSet: Mon Sep 23 09:55:14 2013 +0200 git:14fcce2-dirty
(XEN) Bootloader: GRUB 1.98+20100804-14+squeeze1
(XEN) Command line: dom0_mem=1536M,max:1536M loglvl=all loglvl_guest=all console_timestamps vga=gfx-1280x1024x32 cpuidle cpufreq=xen debug lapic=debug apic_verbosity=debug apic=debug iommu=on,verbose,debug,amd-iommu-debug ivrs_ioapic[6]=00:14.0 com1=38400,8n1 console=vga,com1
(XEN) Video information:
(XEN)  VGA is graphics mode 1280x1024, 32 bpp
(XEN)  VBE/DDC methods: V2; EDID transfer time: 1 seconds
(XEN) Disc information:
(XEN)  Found 2 MBR signatures
(XEN)  Found 2 EDD information structures
(XEN) Xen-e820 RAM map:
(XEN)  0000000000000000 - 0000000000099800 (usable)
(XEN)  0000000000099800 - 00000000000a0000 (reserved)
(XEN)  00000000000e4000 - 0000000000100000 (reserved)
(XEN)  0000000000100000 - 000000009ff90000 (usable)
(XEN)  000000009ff90000 - 000000009ff9e000 (ACPI data)
(XEN)  000000009ff9e000 - 000000009ffe0000 (ACPI NVS)
(XEN)  000000009ffe0000 - 00000000a0000000 (reserved)
(XEN)  00000000ffe00000 - 0000000100000000 (reserved)
(XEN)  0000000100000000 - 0000000560000000 (usable)
(XEN) ACPI: RSDP 000FB100, 0014 (r0 ACPIAM)
(XEN) ACPI: RSDT 9FF90000, 0048 (r1 MSI    OEMSLIC  20100913 MSFT       97)
(XEN) ACPI: FACP 9FF90200, 0084 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: DSDT 9FF905E0, 9427 (r1  A7640 A7640100      100 INTL 20051117)
(XEN) ACPI: FACS 9FF9E000, 0040
(XEN) ACPI: APIC 9FF90390, 0088 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: MCFG 9FF90420, 003C (r1 7640MS OEMMCFG  20100913 MSFT       97)
(XEN) ACPI: SLIC 9FF90460, 0176 (r1 MSI    OEMSLIC  20100913 MSFT       97)
(XEN) ACPI: OEMB 9FF9E040, 0072 (r1 7640MS A7640100 20100913 MSFT       97)
(XEN) ACPI: SRAT 9FF9A5E0, 0108 (r3 AMD    FAM_F_10        2 AMD         1)
(XEN) ACPI: HPET 9FF9A6F0, 0038 (r1 7640MS OEMHPET  20100913 MSFT       97)
(XEN) ACPI: IVRS 9FF9A730, 0108 (r1  AMD     RD890S   202031 AMD         0)
(XEN) ACPI: SSDT 9FF9A840, 0DA4 (r1 A M I  POWERNOW        1 AMD         1)
(XEN) System RAM: 20479MB (20970660kB)
(XEN) SRAT: PXM 0 -> APIC 0 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 1 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 2 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 3 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 4 -> Node 0
(XEN) SRAT: PXM 0 -> APIC 5 -> Node 0
(XEN) SRAT: Node 0 PXM 0 0-a0000
(XEN) SRAT: Node 0 PXM 0 100000-a0000000
(XEN) SRAT: Node 0 PXM 0 100000000-560000000
(XEN) NUMA: Allocated memnodemap from 55d767000 - 55d76d000
(XEN) NUMA: Using 8 for the hash shift.
(XEN) Domain heap initialised
(XEN) vesafb: framebuffer at 0xfb000000, mapped to 0xffff82c000201000, using 6144k, total 14336k
(XEN) vesafb: mode is 1280x1024x32, linelength=5120, font 8x16
(XEN) vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
(XEN) found SMP MP-table at 000ff780
(XEN) DMI present.
(XEN) APIC boot state is 'xapic'
(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[9ff9e00c], vec_size[20]
(XEN) ACPI: Local APIC address 0xfee00000
(XEN) ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
(XEN) Processor #0 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
(XEN) Processor #1 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled)
(XEN) Processor #2 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
(XEN) Processor #3 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
(XEN) Processor #4 0:10 APIC version 16
(XEN) ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
(XEN) Processor #5 0:10 APIC version 16
(XEN) ACPI: IOAPIC (id[0x06] address[0xfec00000] gsi_base[0])
(XEN) IOAPIC[0]: apic_id 6, version 33, address 0xfec00000, GSI 0-23
(XEN) ACPI: IOAPIC (id[0x07] address[0xfec20000] gsi_base[24])
(XEN) IOAPIC[1]: apic_id 7, 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:  Flat.  Using 2 I/O APICs
(XEN) ACPI: HPET id: 0x8300 base: 0xfed00000
(XEN) ERST table was not found
(XEN) Using ACPI (MADT) for SMP configuration information
(XEN) SMP: Allowing 6 CPUs (0 hotplug CPUs)
(XEN) mapped APIC to ffff82cfffdfb000 (fee00000)
(XEN) mapped IOAPIC to ffff82cfffdfa000 (fec00000)
(XEN) mapped IOAPIC to ffff82cfffdf9000 (fec20000)
(XEN) IRQ limits: 56 GSI, 1112 MSI/MSI-X
(XEN) Using scheduler: SMP Credit Scheduler (credit)
(XEN) Detected 3200.155 MHz processor.
(XEN) Initing memory sharing.
(XEN) AMD Fam10h machine check reporting enabled
(XEN) PCI: MCFG configuration 0: base e0000000 segment 0000 buses 00 - ff
(XEN) PCI: Not using MCFG for segment 0000 bus 00-ff
(XEN) AMD-Vi: Found MSI capability block at 0x54
(XEN) AMD-Vi: ACPI Table:
(XEN) AMD-Vi:  Signature IVRS
(XEN) AMD-Vi:  Length 0x108
(XEN) AMD-Vi:  Revision 0x1
(XEN) AMD-Vi:  CheckSum 0xfd
(XEN) AMD-Vi:  OEM_Id AMD  
(XEN) AMD-Vi:  OEM_Table_Id RD890S
(XEN) AMD-Vi:  OEM_Revision 0x202031
(XEN) AMD-Vi:  Creator_Id AMD 
(XEN) AMD-Vi:  Creator_Revision 0
(XEN) AMD-Vi: IVRS Block: type 0x10 flags 0x3e len 0xd8 id 0x2
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0 -> 0x2
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x10 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xd00 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x18 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0xc00 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0xc00 -> 0xc01
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x28 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xb00 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x30 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa00 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x48 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x900 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x50 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x800 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x58 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0x700 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x700 -> 0x701
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x60 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x500 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x43 id 0x608 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x608 -> 0x6ff alias 0x600
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x68 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x400 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x88 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0x90 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x90 -> 0x92
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0x98 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x98 -> 0x9a
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa0 flags 0xd7
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa2 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa3 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa4 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x43 id 0x300 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0x300 -> 0x3ff alias 0xa4
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa5 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa8 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0xa9 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x2 id 0x100 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x3 id 0xb0 flags 0
(XEN) AMD-Vi:  Dev_Id Range: 0xb0 -> 0xb2
(XEN) AMD-Vi: IVHD Device Entry: type 0 id 0 flags 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x48 id 0 flags 0xd7
(XEN) AMD-Vi: IVHD Special: 0000:00:14.0 variety 0x2 handle 0
(XEN) AMD-Vi: IVHD Device Entry: type 0x48 id 0 flags 0
(XEN) AMD-Vi: IVHD Special: 0000:00:00.1 variety 0x1 handle 0x7
(XEN) AMD-Vi: IOMMU 0 Enabled.
(XEN) I/O virtualisation enabled
(XEN)  - Dom0 mode: Relaxed
(XEN) Interrupt remapping enabled
(XEN) Getting VERSION: 80050010
(XEN) Getting VERSION: 80050010
(XEN) Getting ID: 0
(XEN) Getting LVT0: 700
(XEN) Getting LVT1: 400
(XEN) enabled ExtINT on CPU#0
(XEN) ESR value before enabling vector: 0x4  after: 0
(XEN) ENABLING IO-APIC IRQs
(XEN)  -> Using new ACK method
(XEN) init IO_APIC IRQs
(XEN)  IO-APIC (apicid-pin) 6-0, 6-16, 6-17, 6-18, 6-19, 6-20, 6-21, 6-22, 6-23, 7-0, 7-1, 7-2, 7-3, 7-4, 7-5, 7-6, 7-7, 7-8, 7-9, 7-10, 7-11, 7-12, 7-13, 7-14, 7-15, 7-16, 7-17, 7-18, 7-19, 7-20, 7-21, 7-22, 7-23, 7-24, 7-25, 7-26, 7-27, 7-28, 7-29, 7-30, 7-31 not connected.
(XEN) ..TIMER: vector=0xF0 apic1=0 pin1=2 apic2=-1 pin2=-1
(XEN) number of MP IRQ sources: 15.
(XEN) number of IO-APIC #6 registers: 24.
(XEN) number of IO-APIC #7 registers: 32.
(XEN) testing the IO APIC.......................
(XEN) IO APIC #6......
(XEN) .... register #00: 06000000
(XEN) .......    : physical APIC id: 06
(XEN) .......    : Delivery Type: 0
(XEN) .......    : LTS          : 0
(XEN) .... register #01: 00178021
(XEN) .......     : max redirection entries: 0017
(XEN) .......     : PRQ implemented: 1
(XEN) .......     : IO APIC version: 0021
(XEN) .... register #02: 06000000
(XEN) .......     : arbitration: 06
(XEN) .... register #03: 07000000
(XEN) .......     : Boot DT    : 0
(XEN) .... IRQ redirection table:
(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN)  00 000 00  1    0    0   0   0    0    1    30
(XEN)  01 001 01  0    0    0   0   0    1    1    30
(XEN)  02 001 01  0    0    0   0   0    1    1    F0
(XEN)  03 001 01  0    0    0   0   0    1    1    38
(XEN)  04 001 01  0    0    0   0   0    1    1    F1
(XEN)  05 001 01  0    0    0   0   0    1    1    40
(XEN)  06 001 01  0    0    0   0   0    1    1    48
(XEN)  07 001 01  0    0    0   0   0    1    1    50
(XEN)  08 001 01  0    0    0   0   0    1    1    58
(XEN)  09 001 01  1    1    0   1   0    1    0    00
(XEN)  0a 001 01  0    0    0   0   0    1    1    68
(XEN)  0b 001 01  0    0    0   0   0    1    1    70
(XEN)  0c 001 01  0    0    0   0   0    1    1    78
(XEN)  0d 001 01  0    0    0   0   0    1    1    88
(XEN)  0e 001 01  0    0    0   0   0    1    1    90
(XEN)  0f 001 01  0    0    0   0   0    1    1    98
(XEN)  10 000 00  1    0    0   0   0    0    1    30
(XEN)  11 000 00  1    0    0   0   0    0    1    30
(XEN)  12 000 00  1    0    0   0   0    0    1    30
(XEN)  13 000 00  1    0    0   0   0    0    1    30
(XEN)  14 000 00  1    0    0   0   0    0    1    30
(XEN)  15 000 00  1    0    0   0   0    0    1    30
(XEN)  16 000 00  1    0    0   0   0    0    1    30
(XEN)  17 000 00  1    0    0   0   0    0    1    30
(XEN) IO APIC #7......
(XEN) .... register #00: 07000000
(XEN) .......    : physical APIC id: 07
(XEN) .......    : Delivery Type: 0
(XEN) .......    : LTS          : 0
(XEN) .... register #01: 001F8021
(XEN) .......     : max redirection entries: 001F
(XEN) .......     : PRQ implemented: 1
(XEN) .......     : IO APIC version: 0021
(XEN) .... register #02: 00000000
(XEN) .......     : arbitration: 00
(XEN) .... IRQ redirection table:
(XEN)  NR Log Phy Mask Trig IRR Pol Stat Dest Deli Vect:   
(XEN)  00 000 00  1    0    0   0   0    0    0    00
(XEN)  01 000 00  1    0    0   0   0    0    0    00
(XEN)  02 000 00  1    0    0   0   0    0    0    00
(XEN)  03 000 00  1    0    0   0   0    0    0    00
(XEN)  04 000 00  1    0    0   0   0    0    0    00
(XEN)  05 000 00  1    0    0   0   0    0    0    00
(XEN)  06 000 00  1    0    0   0   0    0    0    00
(XEN)  07 000 00  1    0    0   0   0    0    0    00
(XEN)  08 000 00  1    0    0   0   0    0    0    00
(XEN)  09 000 00  1    0    0   0   0    0    0    00
(XEN)  0a 000 00  1    0    0   0   0    0    0    00
(XEN)  0b 000 00  1    0    0   0   0    0    0    00
(XEN)  0c 000 00  1    0    0   0   0    0    0    00
(XEN)  0d 000 00  1    0    0   0   0    0    0    00
(XEN)  0e 000 00  1    0    0   0   0    0    0    00
(XEN)  0f 000 00  1    0    0   0   0    0    0    00
(XEN)  10 000 00  1    0    0   0   0    0    0    00
(XEN)  11 000 00  1    0    0   0   0    0    0    00
(XEN)  12 000 00  1    0    0   0   0    0    0    00
(XEN)  13 000 00  1    0    0   0   0    0    0    00
(XEN)  14 000 00  1    0    0   0   0    0    0    00
(XEN)  15 000 00  1    0    0   0   0    0    0    00
(XEN)  16 000 00  1    0    0   0   0    0    0    00
(XEN)  17 000 00  1    0    0   0   0    0    0    00
(XEN)  18 000 00  1    0    0   0   0    0    0    00
(XEN)  19 000 00  1    0    0   0   0    0    0    00
(XEN)  1a 000 00  1    0    0   0   0    0    0    00
(XEN)  1b 000 00  1    0    0   0   0    0    0    00
(XEN)  1c 000 00  1    0    0   0   0    0    0    00
(XEN)  1d 000 00  1    0    0   0   0    0    0    00
(XEN)  1e 000 00  1    0    0   0   0    0    0    00
(XEN)  1f 000 00  1    0    0   0   0    0    0    00
(XEN) Using vector-based indexing
(XEN) IRQ to pin mappings:
(XEN) IRQ240 -> 0:2
(XEN) IRQ48 -> 0:1
(XEN) IRQ56 -> 0:3
(XEN) IRQ241 -> 0:4
(XEN) IRQ64 -> 0:5
(XEN) IRQ72 -> 0:6
(XEN) IRQ80 -> 0:7
(XEN) IRQ88 -> 0:8
(XEN) IRQ96 -> 0:9
(XEN) IRQ104 -> 0:10
(XEN) IRQ112 -> 0:11
(XEN) IRQ120 -> 0:12
(XEN) IRQ136 -> 0:13
(XEN) IRQ144 -> 0:14
(XEN) IRQ152 -> 0:15
(XEN) .................................... done.
(XEN) Using local APIC timer interrupts.
(XEN) calibrating APIC timer ...
(XEN) ..... CPU clock speed is 3200.1448 MHz.
(XEN) ..... host bus clock speed is 200.0089 MHz.
(XEN) ..... bus_scale = 0xccd7
(XEN) [2013-09-24 20:35:54] Platform timer is 14.318MHz HPET
(XEN) [2013-09-24 20:35:54] Allocated console ring of 64 KiB.
(XEN) [2013-09-24 20:35:54] HVM: ASIDs enabled.
(XEN) [2013-09-24 20:35:54] SVM: Supported advanced features:
(XEN) [2013-09-24 20:35:54]  - Nested Page Tables (NPT)
(XEN) [2013-09-24 20:35:54]  - Last Branch Record (LBR) Virtualisation
(XEN) [2013-09-24 20:35:54]  - Next-RIP Saved on #VMEXIT
(XEN) [2013-09-24 20:35:54]  - Pause-Intercept Filter
(XEN) [2013-09-24 20:35:54] HVM: SVM enabled
(XEN) [2013-09-24 20:35:54] HVM: Hardware Assisted Paging (HAP) detected
(XEN) [2013-09-24 20:35:54] HVM: HAP page sizes: 4kB, 2MB, 1GB
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#1
(XEN) [2013-09-24 20:35:54] microcode: CPU1 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#2
(XEN) [2013-09-24 20:35:54] microcode: CPU2 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#3
(XEN) [2013-09-24 20:35:54] microcode: CPU3 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#4
(XEN) [2013-09-24 20:35:54] microcode: CPU4 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:53] masked ExtINT on CPU#5
(XEN) [2013-09-24 20:35:54] microcode: CPU5 collect_cpu_info: patch_id=0x10000bf
(XEN) [2013-09-24 20:35:54] Brought up 6 CPUs
(XEN) [2013-09-24 20:35:54] HPET: 3 timers (3 will be used for broadcast)
(XEN) [2013-09-24 20:35:54] ACPI sleep modes: S3
(XEN) [2013-09-24 20:35:54] MCA: Use hw thresholding to adjust polling frequency
(XEN) [2013-09-24 20:35:54] mcheck_poll: Machine check polling timer started.
(XEN) [2013-09-24 20:35:54] Xenoprofile: Failed to setup IBS LVT offset, IBSCTL = 0xffffffff
(XEN) [2013-09-24 20:35:54] *** LOADING DOMAIN 0 ***
(XEN) [2013-09-24 20:35:54] elf_parse_binary: phdr: paddr=0x1000000 memsz=0xdd2000
(XEN) [2013-09-24 20:35:54] elf_parse_binary: phdr: paddr=0x1e00000 memsz=0xeb0f0
(XEN) [2013-09-24 20:35:54] elf_parse_binary: phdr: paddr=0x1eec000 memsz=0x14100
(XEN) [2013-09-24 20:35:54] elf_parse_binary: phdr: paddr=0x1f01000 memsz=0xe66000
(XEN) [2013-09-24 20:35:54] elf_parse_binary: memory: 0x1000000 -> 0x2d67000
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: GUEST_OS = "linux"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: GUEST_VERSION = "2.6"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: XEN_VERSION = "xen-3.0"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: VIRT_BASE = 0xffffffff80000000
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: ENTRY = 0xffffffff81f011e0
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: HYPERCALL_PAGE = 0xffffffff81001000
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: FEATURES = "!writable_page_tables|pae_pgdir_above_4gb"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: PAE_MODE = "yes"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: LOADER = "generic"
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: unknown xen elf note (0xd)
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: SUSPEND_CANCEL = 0x1
(XEN) [2013-09-24 20:35:54] elf_xen_parse_note: HV_START_LOW = 0xffff800000000000
(XEN) [2013-09-24 20:35:55] elf_xen_parse_note: PADDR_OFFSET = 0x0
(XEN) [2013-09-24 20:35:55] elf_xen_addr_calc_check: addresses:
(XEN) [2013-09-24 20:35:55]     virt_base        = 0xffffffff80000000
(XEN) [2013-09-24 20:35:55]     elf_paddr_offset = 0x0
(XEN) [2013-09-24 20:35:55]     virt_offset      = 0xffffffff80000000
(XEN) [2013-09-24 20:35:55]     virt_kstart      = 0xffffffff81000000
(XEN) [2013-09-24 20:35:55]     virt_kend        = 0xffffffff82d67000
(XEN) [2013-09-24 20:35:55]     virt_entry       = 0xffffffff81f011e0
(XEN) [2013-09-24 20:35:55]     p2m_base         = 0xffffffffffffffff
(XEN) [2013-09-24 20:35:55]  Xen  kernel: 64-bit, lsb, compat32
(XEN) [2013-09-24 20:35:55]  Dom0 kernel: 64-bit, PAE, lsb, paddr 0x1000000 -> 0x2d67000
(XEN) [2013-09-24 20:35:55] PHYSICAL MEMORY ARRANGEMENT:
(XEN) [2013-09-24 20:35:55]  Dom0 alloc.:   0000000548000000->000000054c000000 (373302 pages to be allocated)
(XEN) [2013-09-24 20:35:55]  Init. ramdisk: 000000055f236000->000000055ffffc00
(XEN) [2013-09-24 20:35:55] VIRTUAL MEMORY ARRANGEMENT:
(XEN) [2013-09-24 20:35:55]  Loaded kernel: ffffffff81000000->ffffffff82d67000
(XEN) [2013-09-24 20:35:55]  Init. ramdisk: ffffffff82d67000->ffffffff83b30c00
(XEN) [2013-09-24 20:35:55]  Phys-Mach map: ffffffff83b31000->ffffffff83e31000
(XEN) [2013-09-24 20:35:55]  Start info:    ffffffff83e31000->ffffffff83e314b4
(XEN) [2013-09-24 20:35:55]  Page tables:   ffffffff83e32000->ffffffff83e55000
(XEN) [2013-09-24 20:35:55]  Boot stack:    ffffffff83e55000->ffffffff83e56000
(XEN) [2013-09-24 20:35:55]  TOTAL:         ffffffff80000000->ffffffff84000000
(XEN) [2013-09-24 20:35:55]  ENTRY ADDRESS: ffffffff81f011e0
(XEN) [2013-09-24 20:35:55] Dom0 has maximum 6 VCPUs
(XEN) [2013-09-24 20:35:55] elf_load_binary: phdr 0 at 0xffffffff81000000 -> 0xffffffff81dd2000
(XEN) [2013-09-24 20:35:55] elf_load_binary: phdr 1 at 0xffffffff81e00000 -> 0xffffffff81eeb0f0
(XEN) [2013-09-24 20:35:55] elf_load_binary: phdr 2 at 0xffffffff81eec000 -> 0xffffffff81f00100
(XEN) [2013-09-24 20:35:55] elf_load_binary: phdr 3 at 0xffffffff81f01000 -> 0xffffffff81ffa000
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x2, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x10, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x18, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x28, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x30, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x48, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x50, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x58, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x60, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x68, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x88, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x90, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x92, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x98, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x9a, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa0, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa2, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa3, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa4, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa5, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa8, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xb0, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xb2, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.0
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.0 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.1
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.1 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.2
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.2 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.3
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.3 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: No iommu for device 0000:00:18.4
(XEN) [2013-09-24 20:35:56] setup 0000:00:18.4 for d0 failed (-19)
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x400, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x500, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x600, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x800, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0x900, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xa00, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xb00, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xc00, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xc01, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] AMD-Vi: Setup I/O page table: device id = 0xd00, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:35:56] Scrubbing Free RAM: ...........................................................................................................................................................................................done.
(XEN) [2013-09-24 20:36:02] Initial low memory virq threshold set at 0x4000 pages.
(XEN) [2013-09-24 20:36:02] Std. Loglevel: All
(XEN) [2013-09-24 20:36:02] Guest Loglevel: All
(XEN) [2013-09-24 20:36:02] Xen is relinquishing VGA console.
(XEN) [2013-09-24 20:36:02] *** Serial input -> DOM0 (type 'CTRL-a' three times to switch input to Xen)
(XEN) [2013-09-24 20:36:02] Freed 256kB init memory.
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-9 -> 0x60 -> IRQ 9 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] traps.c:2506:d0 Domain attempted WRMSR 00000000c0010004 from 0x0000000000000000 to 0x000000000000ffff.
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:00.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:02.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:03.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:05.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:06.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:09.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:0a.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:0b.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:0c.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:0d.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:11.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:12.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:12.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:13.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:13.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.3
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.4
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:14.5
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:15.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:16.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:16.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.1
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.3
(XEN) [2013-09-24 20:36:02] PCI add device 0000:00:18.4
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0d:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0c:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0c:00.1
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0b:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:0a:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:09:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:08:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:07:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:07:00.1
(XEN) [2013-09-24 20:36:02] PCI add device 0000:05:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:06:01.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:06:01.1
(XEN) [2013-09-24 20:36:02] PCI add device 0000:06:01.2
(XEN) [2013-09-24 20:36:02] PCI add device 0000:04:00.0
(XEN) [2013-09-24 20:36:02] PCI add device 0000:03:06.0
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-8 -> 0x58 -> IRQ 8 Mode:0 Active:0)
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-13 -> 0x88 -> IRQ 13 Mode:0 Active:0)
(XEN) [2013-09-24 20:36:02] IOAPIC[1]: Set PCI routing entry (7-28 -> 0xb8 -> IRQ 52 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] IOAPIC[1]: Set PCI routing entry (7-29 -> 0xc0 -> IRQ 53 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] IOAPIC[1]: Set PCI routing entry (7-30 -> 0xc8 -> IRQ 54 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-16 -> 0xd0 -> IRQ 16 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:02] IOAPIC[0]: Set PCI routing entry (6-18 -> 0xd8 -> IRQ 18 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[0]: Set PCI routing entry (6-17 -> 0x21 -> IRQ 17 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-24 -> 0x29 -> IRQ 48 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-13 -> 0x31 -> IRQ 37 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-14 -> 0x39 -> IRQ 38 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-15 -> 0x41 -> IRQ 39 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-16 -> 0x49 -> IRQ 40 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[0]: Set PCI routing entry (6-22 -> 0xa1 -> IRQ 22 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-9 -> 0xa9 -> IRQ 33 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-8 -> 0xb1 -> IRQ 32 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-23 -> 0xb9 -> IRQ 47 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:03] IOAPIC[1]: Set PCI routing entry (7-5 -> 0xc1 -> IRQ 29 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:04] IOAPIC[1]: Set PCI routing entry (7-4 -> 0xc9 -> IRQ 28 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:04] IOAPIC[0]: Set PCI routing entry (6-19 -> 0xd1 -> IRQ 19 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:04] IOAPIC[1]: Set PCI routing entry (7-22 -> 0x22 -> IRQ 46 Mode:1 Active:1)
(XEN) [2013-09-24 20:36:04] IOAPIC[1]: Set PCI routing entry (7-27 -> 0x32 -> IRQ 51 Mode:1 Active:1)
(XEN) [2013-09-24 20:40:01] AMD-Vi: Share p2m table with iommu: p2m table = 0x546da0
(XEN) [2013-09-24 20:40:04] io.c:280: d1: bind: m_gsi=32 g_gsi=36 device=5 intx=0
(XEN) [2013-09-24 20:40:04] AMD-Vi: Disable: device id = 0x700, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:40:04] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x546da0000, domain = 1, paging mode = 4
(XEN) [2013-09-24 20:40:04] AMD-Vi: Re-assign 0000:07:00.0 from dom0 to dom1
(XEN) [2013-09-24 20:40:04] io.c:280: d1: bind: m_gsi=33 g_gsi=41 device=6 intx=1
(XEN) [2013-09-24 20:40:04] AMD-Vi: Disable: device id = 0x701, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:40:04] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x546da0000, domain = 1, paging mode = 4
(XEN) [2013-09-24 20:40:04] AMD-Vi: Re-assign 0000:07:00.1 from dom0 to dom1
(d1) [2013-09-24 20:40:04] HVM Loader
(d1) [2013-09-24 20:40:04] Detected Xen v4.4-unstable
(d1) [2013-09-24 20:40:04] Xenbus rings @0xfeffc000, event channel 4
(d1) [2013-09-24 20:40:04] System requested ROMBIOS
(d1) [2013-09-24 20:40:04] CPU speed is 3200 MHz
(d1) [2013-09-24 20:40:04] Relocating guest memory for lowmem MMIO space enabled
(XEN) [2013-09-24 20:40:04] irq.c:270: Dom1 PCI link 0 changed 0 -> 5
(d1) [2013-09-24 20:40:04] PCI-ISA link 0 routed to IRQ5
(XEN) [2013-09-24 20:40:04] irq.c:270: Dom1 PCI link 1 changed 0 -> 10
(d1) [2013-09-24 20:40:04] PCI-ISA link 1 routed to IRQ10
(XEN) [2013-09-24 20:40:04] irq.c:270: Dom1 PCI link 2 changed 0 -> 11
(d1) [2013-09-24 20:40:04] PCI-ISA link 2 routed to IRQ11
(XEN) [2013-09-24 20:40:04] irq.c:270: Dom1 PCI link 3 changed 0 -> 5
(d1) [2013-09-24 20:40:04] PCI-ISA link 3 routed to IRQ5
(d1) [2013-09-24 20:40:04] pci dev 01:2 INTD->IRQ5
(d1) [2013-09-24 20:40:04] pci dev 01:3 INTA->IRQ10
(d1) [2013-09-24 20:40:04] pci dev 03:0 INTA->IRQ5
(d1) [2013-09-24 20:40:04] pci dev 04:0 INTA->IRQ5
(d1) [2013-09-24 20:40:04] pci dev 05:0 INTA->IRQ10
(d1) [2013-09-24 20:40:04] pci dev 06:0 INTB->IRQ5
(d1) [2013-09-24 20:40:04] No RAM in high memory; setting high_mem resource base to 100000000
(d1) [2013-09-24 20:40:04] pci dev 05:0 bar 10 size 010000000: 0e000000c
(XEN) [2013-09-24 20:40:04] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:04] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(d1) [2013-09-24 20:40:04] pci dev 02:0 bar 10 size 002000000: 0f0000008
(d1) [2013-09-24 20:40:04] pci dev 03:0 bar 14 size 001000000: 0f2000008
(d1) [2013-09-24 20:40:04] pci dev 04:0 bar 10 size 000020000: 0f3000000
(XEN) [2013-09-24 20:40:04] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:04] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(d1) [2013-09-24 20:40:04] pci dev 05:0 bar 18 size 000020000: 0f3020004
(d1) [2013-09-24 20:40:04] pci dev 05:0 bar 30 size 000020000: 0f3040000
(d1) [2013-09-24 20:40:04] pci dev 06:0 bar 10 size 000004000: 0f3060004
(XEN) [2013-09-24 20:40:04] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:04] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(d1) [2013-09-24 20:40:04] pci dev 02:0 bar 14 size 000001000: 0f3064000
(d1) [2013-09-24 20:40:04] pci dev 03:0 bar 10 size 000000100: 00000c001
(d1) [2013-09-24 20:40:04] pci dev 05:0 bar 20 size 000000100: 00000c101
(XEN) [2013-09-24 20:40:04] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(d1) [2013-09-24 20:40:04] pci dev 04:0 bar 14 size 000000040: 00000c201
(d1) [2013-09-24 20:40:04] pci dev 01:2 bar 20 size 000000020: 00000c241
(d1) [2013-09-24 20:40:04] pci dev 01:1 bar 20 size 000000010: 00000c261
(d1) [2013-09-24 20:40:04] Multiprocessor initialisation:
(d1) [2013-09-24 20:40:04]  - CPU0 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
(d1) [2013-09-24 20:40:04]  - CPU1 ... 48-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done.
(d1) [2013-09-24 20:40:04] Testing HVM environment:
(d1) [2013-09-24 20:40:04]  - REP INSB across page boundaries ... passed
(d1) [2013-09-24 20:40:04]  - GS base MSRs and SWAPGS ... passed
(d1) [2013-09-24 20:40:04] Passed 2 of 2 tests
(d1) [2013-09-24 20:40:04] Writing SMBIOS tables ...
(d1) [2013-09-24 20:40:04] Loading ROMBIOS ...
(d1) [2013-09-24 20:40:04] 12604 bytes of ROMBIOS high-memory extensions:
(d1) [2013-09-24 20:40:04]   Relocating to 0xfc001000-0xfc00413c ... done
(d1) [2013-09-24 20:40:04] Creating MP tables ...
(d1) [2013-09-24 20:40:04] Loading Cirrus VGABIOS ...
(d1) [2013-09-24 20:40:04] Loading PCI Option ROM ...
(d1) [2013-09-24 20:40:04]  - Manufacturer: http://ipxe.org
(d1) [2013-09-24 20:40:04]  - Product name: iPXE
(d1) [2013-09-24 20:40:04] Option ROMs:
(d1) [2013-09-24 20:40:04]  c0000-c8fff: VGA BIOS
(d1) [2013-09-24 20:40:04]  c9000-da7ff: Etherboot ROM
(d1) [2013-09-24 20:40:04] Loading ACPI ...
(d1) [2013-09-24 20:40:04] vm86 TSS at fc010280
(d1) [2013-09-24 20:40:04] BIOS map:
(d1) [2013-09-24 20:40:04]  f0000-fffff: Main BIOS
(d1) [2013-09-24 20:40:04] E820 table:
(d1) [2013-09-24 20:40:04]  [00]: 00000000:00000000 - 00000000:0009e000: RAM
(d1) [2013-09-24 20:40:04]  [01]: 00000000:0009e000 - 00000000:000a0000: RESERVED
(d1) [2013-09-24 20:40:04]  HOLE: 00000000:000a0000 - 00000000:000e0000
(d1) [2013-09-24 20:40:04]  [02]: 00000000:000e0000 - 00000000:00100000: RESERVED
(d1) [2013-09-24 20:40:04]  [03]: 00000000:00100000 - 00000000:3f800000: RAM
(d1) [2013-09-24 20:40:04]  HOLE: 00000000:3f800000 - 00000000:fc000000
(d1) [2013-09-24 20:40:04]  [04]: 00000000:fc000000 - 00000001:00000000: RESERVED
(d1) [2013-09-24 20:40:04] Invoking ROMBIOS ...
(XEN) [2013-09-24 20:40:04] stdvga.c:147:d1 entering stdvga and caching modes
(d1) [2013-09-24 20:40:04] VGABios $Id: vgabios.c,v 1.67 2008/01/27 09:44:12 vruppert Exp $
(d1) [2013-09-24 20:40:04] Bochs BIOS - build: 06/23/99
(d1) [2013-09-24 20:40:04] $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $
(d1) [2013-09-24 20:40:04] Options: apmbios pcibios eltorito PMM 
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] ata0 master: QEMU HARDDISK ATA-7 Hard-Disk (20480 MBytes)
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] Press F12 for boot menu.
(d1) [2013-09-24 20:40:04] 
(d1) [2013-09-24 20:40:04] Booting from Hard Disk...
(XEN) [2013-09-24 20:40:05] stdvga.c:151:d1 leaving stdvga
(XEN) [2013-09-24 20:40:12] stdvga.c:147:d1 entering stdvga and caching modes
(XEN) [2013-09-24 20:40:13] irq.c:375: Dom1 callback via changed to Direct Vector 0xf3
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:14] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:14] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:14] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:14] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:14] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:14] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:14] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:14] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:remove: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=e0000 mfn=a0000 nr=10000 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=e0000 mfn=a0000 nr=10000
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3020 mfn=f99c0 nr=20 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3020 mfn=f99c0 nr=20
(XEN) [2013-09-24 20:40:15] ioport_map:add: dom1 gport=c100 mport=a000 nr=100
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=0
(XEN) [2013-09-24 20:40:15] memory_map:remove: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] XEN_DOMCTL_memory_mapping request: dom1 gfn=f3060 mfn=f99fc nr=4 add=1
(XEN) [2013-09-24 20:40:15] memory_map:add: dom1 gfn=f3060 mfn=f99fc nr=4
(XEN) [2013-09-24 20:40:15] irq.c:270: Dom1 PCI link 0 changed 5 -> 0
(XEN) [2013-09-24 20:40:15] irq.c:270: Dom1 PCI link 1 changed 10 -> 0
(XEN) [2013-09-24 20:40:15] irq.c:270: Dom1 PCI link 2 changed 11 -> 0
(XEN) [2013-09-24 20:40:15] irq.c:270: Dom1 PCI link 3 changed 5 -> 0
(XEN) [2013-09-24 20:42:53] AMD-Vi: Disable: device id = 0x700, domain = 1, paging mode = 4
(XEN) [2013-09-24 20:42:53] AMD-Vi: Setup I/O page table: device id = 0x700, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:42:53] AMD-Vi: Re-assign 0000:07:00.0 from dom1 to dom0
(XEN) [2013-09-24 20:42:54] AMD-Vi: Disable: device id = 0x701, domain = 1, paging mode = 4
(XEN) [2013-09-24 20:42:54] AMD-Vi: Setup I/O page table: device id = 0x701, root table = 0x54f5a8000, domain = 0, paging mode = 3
(XEN) [2013-09-24 20:42:54] AMD-Vi: Re-assign 0000:07:00.1 from dom1 to dom0

[-- Attachment #11: xl-info.txt --]
[-- Type: text/plain, Size: 1550 bytes --]

host                   : serveerstertje
release                : 3.9.0
version                : #1 SMP PREEMPT Thu Aug 15 21:06:46 CEST 2013
machine                : x86_64
nr_cpus                : 6
max_cpu_id             : 5
nr_nodes               : 1
cores_per_socket       : 6
threads_per_core       : 1
cpu_mhz                : 3200
hw_caps                : 178bf3ff:efd3fbff:00000000:00001300:00802001:00000000:000037ff:00000000
virt_caps              : hvm hvm_directio
total_memory           : 20479
free_memory            : 18714
sharing_freed_memory   : 0
sharing_used_memory    : 0
outstanding_claims     : 0
free_cpus              : 0
xen_major              : 4
xen_minor              : 4
xen_extra              : -unstable
xen_version            : 4.4-unstable
xen_caps               : xen-3.0-x86_64 xen-3.0-x86_32p hvm-3.0-x86_32 hvm-3.0-x86_32p hvm-3.0-x86_64 
xen_scheduler          : credit
xen_pagesize           : 4096
platform_params        : virt_start=0xffff800000000000
xen_changeset          : Mon Sep 23 09:55:14 2013 +0200 git:14fcce2-dirty
xen_commandline        : dom0_mem=1536M,max:1536M loglvl=all loglvl_guest=all console_timestamps vga=gfx-1280x1024x32 cpuidle cpufreq=xen debug lapic=debug apic_verbosity=debug apic=debug iommu=on,verbose,debug,amd-iommu-debug ivrs_ioapic[6]=00:14.0 com1=38400,8n1 console=vga,com1
cc_compiler            : gcc (Debian 4.7.2-5) 4.7.2
cc_compile_by          : root
cc_compile_domain      : dyndns.org
cc_compile_date        : Tue Sep 24 17:01:05 CEST 2013
xend_config_format     : 4

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

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

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

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-24 21:24         ` Sander Eikelenboom
  (?)
@ 2013-10-01 16:15         ` Pasi Kärkkäinen
  -1 siblings, 0 replies; 22+ messages in thread
From: Pasi Kärkkäinen @ 2013-10-01 16:15 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, Wu, Feng, qemu-devel, Stefano Stabellini

On Tue, Sep 24, 2013 at 11:24:46PM +0200, Sander Eikelenboom wrote:
> 
> > Can you send out the all the logs when using qemu-dm-traditional as well as the guest configuration file used by xl ?
> 
> Sure, here is the complete set for qemu-dm-traditional.
> I have added some extra printk's (see xen.diff and qemu.diff).
> 
> From what i see when combining the info from all logs, both ioports and iomem for the device (host 07:00.0 and 07:00.1, guest 00:05.0 and 00:06.0)  get mapped, but the expansion rom is not (not by hvmloader and not by qemu) as one can see in
> xl dmesg output.
> So qemu seems to create the Memoryregion for the rom, but it doesn't seem to be backed up by any mapping (at least not one that passes through XEN_DOMCTL_memory_mapping hypercall).
> ( how it exactly ends up pointing to the bios from the emulated cirrus i don't know )
> 
> from the qemu log i see a lot of my extra printk's hit for the expansion rom like:
> pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
> pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
> 
> I also don't know if it would be desirable to do a direct mapping, or that the guest should just get a copy at the right address of the memoryregion that is created by hvmloader/qemu ?
>

Wu: Did you have time to take a look at this? Anything suspicious? 


-- Pasi

 
> --
> Sander
> 
> P.S.:
>     The complete qemu log is a bit long for the mailinglist, so attached is only the first part.
>     The complete log is downloadable from: http://www.eikelenboom.it/qemu-dm-guest.log
> 

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-24 21:24         ` Sander Eikelenboom
  (?)
  (?)
@ 2013-10-01 16:15         ` Pasi Kärkkäinen
  -1 siblings, 0 replies; 22+ messages in thread
From: Pasi Kärkkäinen @ 2013-10-01 16:15 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, Wu, Feng, qemu-devel, Stefano Stabellini

On Tue, Sep 24, 2013 at 11:24:46PM +0200, Sander Eikelenboom wrote:
> 
> > Can you send out the all the logs when using qemu-dm-traditional as well as the guest configuration file used by xl ?
> 
> Sure, here is the complete set for qemu-dm-traditional.
> I have added some extra printk's (see xen.diff and qemu.diff).
> 
> From what i see when combining the info from all logs, both ioports and iomem for the device (host 07:00.0 and 07:00.1, guest 00:05.0 and 00:06.0)  get mapped, but the expansion rom is not (not by hvmloader and not by qemu) as one can see in
> xl dmesg output.
> So qemu seems to create the Memoryregion for the rom, but it doesn't seem to be backed up by any mapping (at least not one that passes through XEN_DOMCTL_memory_mapping hypercall).
> ( how it exactly ends up pointing to the bios from the emulated cirrus i don't know )
> 
> from the qemu log i see a lot of my extra printk's hit for the expansion rom like:
> pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] need unmapping in case I/O Space or Memory Space disable
> pt_bar_mapping_one: [00:05:0] pt_bar_mapping_one: [Region:6] update bar mapping NOT needed [Address:ffffffffh] [Size:00020000h] [Type:00000008h]
> 
> I also don't know if it would be desirable to do a direct mapping, or that the guest should just get a copy at the right address of the memoryregion that is created by hvmloader/qemu ?
>

Wu: Did you have time to take a look at this? Anything suspicious? 


-- Pasi

 
> --
> Sander
> 
> P.S.:
>     The complete qemu log is a bit long for the mailinglist, so attached is only the first part.
>     The complete log is downloadable from: http://www.eikelenboom.it/qemu-dm-guest.log
> 

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

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-17 14:33 ` Sander Eikelenboom
                   ` (2 preceding siblings ...)
  (?)
@ 2013-12-02 19:41 ` Konrad Rzeszutek Wilk
  2013-12-02 19:55   ` Sander Eikelenboom
  2013-12-02 19:55   ` Sander Eikelenboom
  -1 siblings, 2 replies; 22+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-12-02 19:41 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini

On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
> *RESEND* due to exceeding the mailinglists limit for attachment size.
> 
> Hi,
> 
> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
> 
> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
> - When i do passtrough the device to a HVM with the same kernel:
>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
> 
> So I inspected the rom by using sysfs with:
> echo 1 > /sys/bus/pci/devices/<BDF>/rom
> cat /sys/bus/pci/devices/<BDF>/rom
> 
> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")

I hadn't tried that, but I do get the same error:

[    4.143445] [drm] radeon defaulting to kernel modesetting.
[    4.143452] [drm] radeon kernel modesetting enabled.
[    4.143525] checking generic (f0000000 160000) vs hw (110000000 10000000)
[    4.143976] xen: --> pirq=24 -> irq=40 (gsi=40)
[    4.147760] [drm] initializing kernel modesetting (RV770 0x1002:0x9440 0x174B:0xE850).
[    4.148204] [drm] register mmio base: 0xF3040000
[    4.148209] [drm] register mmio size: 65536
[    4.152035] radeon 0000:00:06.0: >Expecting atombios for R600 GPU
[    4.152040] radeon 0000:00:06.0: >Fatal error during GPU init 
[    4.152044] [drm] radeon: finishing device.
[    4.152047] [TTM] Memory type 2 has not been initialized
[    4.168163] radeon 0000:00:06.0: >no bo for sa manager
[    4.174380] radeon: probe of 0000:00:06.0 failed with error -22

This is with the latest Xen version. No idea yet what is broken.

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-09-17 14:33 ` Sander Eikelenboom
  (?)
  (?)
@ 2013-12-02 19:41 ` Konrad Rzeszutek Wilk
  -1 siblings, 0 replies; 22+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-12-02 19:41 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini

On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
> *RESEND* due to exceeding the mailinglists limit for attachment size.
> 
> Hi,
> 
> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
> 
> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
> - When i do passtrough the device to a HVM with the same kernel:
>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
> 
> So I inspected the rom by using sysfs with:
> echo 1 > /sys/bus/pci/devices/<BDF>/rom
> cat /sys/bus/pci/devices/<BDF>/rom
> 
> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")

I hadn't tried that, but I do get the same error:

[    4.143445] [drm] radeon defaulting to kernel modesetting.
[    4.143452] [drm] radeon kernel modesetting enabled.
[    4.143525] checking generic (f0000000 160000) vs hw (110000000 10000000)
[    4.143976] xen: --> pirq=24 -> irq=40 (gsi=40)
[    4.147760] [drm] initializing kernel modesetting (RV770 0x1002:0x9440 0x174B:0xE850).
[    4.148204] [drm] register mmio base: 0xF3040000
[    4.148209] [drm] register mmio size: 65536
[    4.152035] radeon 0000:00:06.0: >Expecting atombios for R600 GPU
[    4.152040] radeon 0000:00:06.0: >Fatal error during GPU init 
[    4.152044] [drm] radeon: finishing device.
[    4.152047] [TTM] Memory type 2 has not been initialized
[    4.168163] radeon 0000:00:06.0: >no bo for sa manager
[    4.174380] radeon: probe of 0000:00:06.0 failed with error -22

This is with the latest Xen version. No idea yet what is broken.

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

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-12-02 19:41 ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
@ 2013-12-02 19:55   ` Sander Eikelenboom
  2013-12-02 20:39     ` Konrad Rzeszutek Wilk
  2013-12-02 20:39     ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
  2013-12-02 19:55   ` Sander Eikelenboom
  1 sibling, 2 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-12-02 19:55 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini


Monday, December 2, 2013, 8:41:31 PM, you wrote:

> On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
>> *RESEND* due to exceeding the mailinglists limit for attachment size.
>> 
>> Hi,
>> 
>> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
>> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
>> 
>> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
>> - When i do passtrough the device to a HVM with the same kernel:
>>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
>> 
>> So I inspected the rom by using sysfs with:
>> echo 1 > /sys/bus/pci/devices/<BDF>/rom
>> cat /sys/bus/pci/devices/<BDF>/rom
>> 
>> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
>> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")

> I hadn't tried that, but I do get the same error:

> [    4.143445] [drm] radeon defaulting to kernel modesetting.
> [    4.143452] [drm] radeon kernel modesetting enabled.
> [    4.143525] checking generic (f0000000 160000) vs hw (110000000 10000000)
> [    4.143976] xen: --> pirq=24 -> irq=40 (gsi=40)
> [    4.147760] [drm] initializing kernel modesetting (RV770 0x1002:0x9440 0x174B:0xE850).
> [    4.148204] [drm] register mmio base: 0xF3040000
> [    4.148209] [drm] register mmio size: 65536
> [    4.152035] radeon 0000:00:06.0: >Expecting atombios for R600 GPU
> [    4.152040] radeon 0000:00:06.0: >Fatal error during GPU init 
> [    4.152044] [drm] radeon: finishing device.
> [    4.152047] [TTM] Memory type 2 has not been initialized
> [    4.168163] radeon 0000:00:06.0: >no bo for sa manager
> [    4.174380] radeon: probe of 0000:00:06.0 failed with error -22

> This is with the latest Xen version. No idea yet what is broken.

Nope i haven't been able to solve it so far.
Last weekend i tried vga passthrough with KVM and virtio and that worked without much hassle.
(although i cheated a bit and used the "rom_file" option to let qemu load the vga bios instead of loading it directly from the card)
The problem is many parts seems to be involved (hvmloader -> seabios -> qemu -> xen parts of qemu .. and xen as the hypervisor)

Qemu sets up the rombar, but there seems to be no backing from Xen, i also don't understand al the special casing around the rombar,
(when you leave out the exception of loading it from while, what is so different from a normal IOMEM region apart from that it should be readonly ?)
The virtio driver seems to be somewhat ahead, it also seems handle quirks for some cards already.
Haven't had much time lately to experiment, but the test with KVM at least showed it should be possible with my card.

--
Sander

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-12-02 19:41 ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
  2013-12-02 19:55   ` Sander Eikelenboom
@ 2013-12-02 19:55   ` Sander Eikelenboom
  1 sibling, 0 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-12-02 19:55 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini


Monday, December 2, 2013, 8:41:31 PM, you wrote:

> On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
>> *RESEND* due to exceeding the mailinglists limit for attachment size.
>> 
>> Hi,
>> 
>> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
>> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
>> 
>> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
>> - When i do passtrough the device to a HVM with the same kernel:
>>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
>> 
>> So I inspected the rom by using sysfs with:
>> echo 1 > /sys/bus/pci/devices/<BDF>/rom
>> cat /sys/bus/pci/devices/<BDF>/rom
>> 
>> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
>> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")

> I hadn't tried that, but I do get the same error:

> [    4.143445] [drm] radeon defaulting to kernel modesetting.
> [    4.143452] [drm] radeon kernel modesetting enabled.
> [    4.143525] checking generic (f0000000 160000) vs hw (110000000 10000000)
> [    4.143976] xen: --> pirq=24 -> irq=40 (gsi=40)
> [    4.147760] [drm] initializing kernel modesetting (RV770 0x1002:0x9440 0x174B:0xE850).
> [    4.148204] [drm] register mmio base: 0xF3040000
> [    4.148209] [drm] register mmio size: 65536
> [    4.152035] radeon 0000:00:06.0: >Expecting atombios for R600 GPU
> [    4.152040] radeon 0000:00:06.0: >Fatal error during GPU init 
> [    4.152044] [drm] radeon: finishing device.
> [    4.152047] [TTM] Memory type 2 has not been initialized
> [    4.168163] radeon 0000:00:06.0: >no bo for sa manager
> [    4.174380] radeon: probe of 0000:00:06.0 failed with error -22

> This is with the latest Xen version. No idea yet what is broken.

Nope i haven't been able to solve it so far.
Last weekend i tried vga passthrough with KVM and virtio and that worked without much hassle.
(although i cheated a bit and used the "rom_file" option to let qemu load the vga bios instead of loading it directly from the card)
The problem is many parts seems to be involved (hvmloader -> seabios -> qemu -> xen parts of qemu .. and xen as the hypervisor)

Qemu sets up the rombar, but there seems to be no backing from Xen, i also don't understand al the special casing around the rombar,
(when you leave out the exception of loading it from while, what is so different from a normal IOMEM region apart from that it should be readonly ?)
The virtio driver seems to be somewhat ahead, it also seems handle quirks for some cards already.
Haven't had much time lately to experiment, but the test with KVM at least showed it should be possible with my card.

--
Sander

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

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-12-02 19:55   ` Sander Eikelenboom
  2013-12-02 20:39     ` Konrad Rzeszutek Wilk
@ 2013-12-02 20:39     ` Konrad Rzeszutek Wilk
  2013-12-02 20:59       ` Sander Eikelenboom
  2013-12-02 20:59       ` Sander Eikelenboom
  1 sibling, 2 replies; 22+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-12-02 20:39 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini

On Mon, Dec 02, 2013 at 08:55:57PM +0100, Sander Eikelenboom wrote:
> 
> Monday, December 2, 2013, 8:41:31 PM, you wrote:
> 
> > On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
> >> *RESEND* due to exceeding the mailinglists limit for attachment size.
> >> 
> >> Hi,
> >> 
> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> >> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
> >> 
> >> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
> >> - When i do passtrough the device to a HVM with the same kernel:
> >>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
> >>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
> >> 
> >> So I inspected the rom by using sysfs with:
> >> echo 1 > /sys/bus/pci/devices/<BDF>/rom
> >> cat /sys/bus/pci/devices/<BDF>/rom
> >> 
> >> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
> >> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
> >>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
> 
> > I hadn't tried that, but I do get the same error:
> 
> > [    4.143445] [drm] radeon defaulting to kernel modesetting.
> > [    4.143452] [drm] radeon kernel modesetting enabled.
> > [    4.143525] checking generic (f0000000 160000) vs hw (110000000 10000000)
> > [    4.143976] xen: --> pirq=24 -> irq=40 (gsi=40)
> > [    4.147760] [drm] initializing kernel modesetting (RV770 0x1002:0x9440 0x174B:0xE850).
> > [    4.148204] [drm] register mmio base: 0xF3040000
> > [    4.148209] [drm] register mmio size: 65536
> > [    4.152035] radeon 0000:00:06.0: >Expecting atombios for R600 GPU
> > [    4.152040] radeon 0000:00:06.0: >Fatal error during GPU init 
> > [    4.152044] [drm] radeon: finishing device.
> > [    4.152047] [TTM] Memory type 2 has not been initialized
> > [    4.168163] radeon 0000:00:06.0: >no bo for sa manager
> > [    4.174380] radeon: probe of 0000:00:06.0 failed with error -22
> 
> > This is with the latest Xen version. No idea yet what is broken.
> 
> Nope i haven't been able to solve it so far.
> Last weekend i tried vga passthrough with KVM and virtio and that worked without much hassle.
> (although i cheated a bit and used the "rom_file" option to let qemu load the vga bios instead of loading it directly from the card)

Aha :-)
> The problem is many parts seems to be involved (hvmloader -> seabios -> qemu -> xen parts of qemu .. and xen as the hypervisor)
> 
> Qemu sets up the rombar, but there seems to be no backing from Xen, i also don't understand al the special casing around the rombar,
> (when you leave out the exception of loading it from while, what is so different from a normal IOMEM region apart from that it should be readonly ?)

If my memory serves me right - the only difference is that there needs
to be a mechanism to "upload" the firmware in hvmloader. That way when
QEMU starts it has the firmware blobls in memory and can execute them.

But that actually is not needed for PCI passthrough devices as . well
,you _pass_ them in. So the ROM should be read from the device. And I
recall somebody doing it with LSI SAS and they found a bug in the BIOS.
Also somebody did it with QLogic FibreChannel card. Would have to dig
up the email archives to find out.
> The virtio driver seems to be somewhat ahead, it also seems handle quirks for some cards already.

virtio or virt-manager (and in extension the libs that do all of the
nasty bits of shuffling bits around, enabling/disabling extensions,
etc?)

> Haven't had much time lately to experiment, but the test with KVM at least showed it should be possible with my card.

/me nods.
> 
> --
> Sander
> 

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-12-02 19:55   ` Sander Eikelenboom
@ 2013-12-02 20:39     ` Konrad Rzeszutek Wilk
  2013-12-02 20:39     ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
  1 sibling, 0 replies; 22+ messages in thread
From: Konrad Rzeszutek Wilk @ 2013-12-02 20:39 UTC (permalink / raw)
  To: Sander Eikelenboom
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini

On Mon, Dec 02, 2013 at 08:55:57PM +0100, Sander Eikelenboom wrote:
> 
> Monday, December 2, 2013, 8:41:31 PM, you wrote:
> 
> > On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
> >> *RESEND* due to exceeding the mailinglists limit for attachment size.
> >> 
> >> Hi,
> >> 
> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
> >> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
> >> 
> >> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
> >> - When i do passtrough the device to a HVM with the same kernel:
> >>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
> >>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
> >> 
> >> So I inspected the rom by using sysfs with:
> >> echo 1 > /sys/bus/pci/devices/<BDF>/rom
> >> cat /sys/bus/pci/devices/<BDF>/rom
> >> 
> >> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
> >> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
> >>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
> 
> > I hadn't tried that, but I do get the same error:
> 
> > [    4.143445] [drm] radeon defaulting to kernel modesetting.
> > [    4.143452] [drm] radeon kernel modesetting enabled.
> > [    4.143525] checking generic (f0000000 160000) vs hw (110000000 10000000)
> > [    4.143976] xen: --> pirq=24 -> irq=40 (gsi=40)
> > [    4.147760] [drm] initializing kernel modesetting (RV770 0x1002:0x9440 0x174B:0xE850).
> > [    4.148204] [drm] register mmio base: 0xF3040000
> > [    4.148209] [drm] register mmio size: 65536
> > [    4.152035] radeon 0000:00:06.0: >Expecting atombios for R600 GPU
> > [    4.152040] radeon 0000:00:06.0: >Fatal error during GPU init 
> > [    4.152044] [drm] radeon: finishing device.
> > [    4.152047] [TTM] Memory type 2 has not been initialized
> > [    4.168163] radeon 0000:00:06.0: >no bo for sa manager
> > [    4.174380] radeon: probe of 0000:00:06.0 failed with error -22
> 
> > This is with the latest Xen version. No idea yet what is broken.
> 
> Nope i haven't been able to solve it so far.
> Last weekend i tried vga passthrough with KVM and virtio and that worked without much hassle.
> (although i cheated a bit and used the "rom_file" option to let qemu load the vga bios instead of loading it directly from the card)

Aha :-)
> The problem is many parts seems to be involved (hvmloader -> seabios -> qemu -> xen parts of qemu .. and xen as the hypervisor)
> 
> Qemu sets up the rombar, but there seems to be no backing from Xen, i also don't understand al the special casing around the rombar,
> (when you leave out the exception of loading it from while, what is so different from a normal IOMEM region apart from that it should be readonly ?)

If my memory serves me right - the only difference is that there needs
to be a mechanism to "upload" the firmware in hvmloader. That way when
QEMU starts it has the firmware blobls in memory and can execute them.

But that actually is not needed for PCI passthrough devices as . well
,you _pass_ them in. So the ROM should be read from the device. And I
recall somebody doing it with LSI SAS and they found a bug in the BIOS.
Also somebody did it with QLogic FibreChannel card. Would have to dig
up the email archives to find out.
> The virtio driver seems to be somewhat ahead, it also seems handle quirks for some cards already.

virtio or virt-manager (and in extension the libs that do all of the
nasty bits of shuffling bits around, enabling/disabling extensions,
etc?)

> Haven't had much time lately to experiment, but the test with KVM at least showed it should be possible with my card.

/me nods.
> 
> --
> Sander
> 

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

* Re: [Qemu-devel] [Xen-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-12-02 20:39     ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
@ 2013-12-02 20:59       ` Sander Eikelenboom
  2013-12-02 20:59       ` Sander Eikelenboom
  1 sibling, 0 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-12-02 20:59 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini


Monday, December 2, 2013, 9:39:37 PM, you wrote:

> On Mon, Dec 02, 2013 at 08:55:57PM +0100, Sander Eikelenboom wrote:
>> 
>> Monday, December 2, 2013, 8:41:31 PM, you wrote:
>> 
>> > On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
>> >> *RESEND* due to exceeding the mailinglists limit for attachment size.
>> >> 
>> >> Hi,
>> >> 
>> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
>> >> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
>> >> 
>> >> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
>> >> - When i do passtrough the device to a HVM with the same kernel:
>> >>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>> >>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
>> >> 
>> >> So I inspected the rom by using sysfs with:
>> >> echo 1 > /sys/bus/pci/devices/<BDF>/rom
>> >> cat /sys/bus/pci/devices/<BDF>/rom
>> >> 
>> >> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
>> >> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>> >>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
>> 
>> > I hadn't tried that, but I do get the same error:
>> 
>> > [    4.143445] [drm] radeon defaulting to kernel modesetting.
>> > [    4.143452] [drm] radeon kernel modesetting enabled.
>> > [    4.143525] checking generic (f0000000 160000) vs hw (110000000 10000000)
>> > [    4.143976] xen: --> pirq=24 -> irq=40 (gsi=40)
>> > [    4.147760] [drm] initializing kernel modesetting (RV770 0x1002:0x9440 0x174B:0xE850).
>> > [    4.148204] [drm] register mmio base: 0xF3040000
>> > [    4.148209] [drm] register mmio size: 65536
>> > [    4.152035] radeon 0000:00:06.0: >Expecting atombios for R600 GPU
>> > [    4.152040] radeon 0000:00:06.0: >Fatal error during GPU init 
>> > [    4.152044] [drm] radeon: finishing device.
>> > [    4.152047] [TTM] Memory type 2 has not been initialized
>> > [    4.168163] radeon 0000:00:06.0: >no bo for sa manager
>> > [    4.174380] radeon: probe of 0000:00:06.0 failed with error -22
>> 
>> > This is with the latest Xen version. No idea yet what is broken.
>> 
>> Nope i haven't been able to solve it so far.
>> Last weekend i tried vga passthrough with KVM and virtio and that worked without much hassle.
>> (although i cheated a bit and used the "rom_file" option to let qemu load the vga bios instead of loading it directly from the card)

> Aha :-)
>> The problem is many parts seems to be involved (hvmloader -> seabios -> qemu -> xen parts of qemu .. and xen as the hypervisor)
>> 
>> Qemu sets up the rombar, but there seems to be no backing from Xen, i also don't understand al the special casing around the rombar,
>> (when you leave out the exception of loading it from while, what is so different from a normal IOMEM region apart from that it should be readonly ?)

> If my memory serves me right - the only difference is that there needs
> to be a mechanism to "upload" the firmware in hvmloader. That way when
> QEMU starts it has the firmware blobls in memory and can execute them.

There is a option rom facility which filters out on nic's and disk classes.
Tried to comment that out, but it still wouldn't work ..
so it needs something else as well i guess.

My latest experiments were trying to use the "romfile" loading interface that qemu has for pci devices
and let it work the same way as kvm does it. But didn't get things to work that way either yet.
One of the things that can through you off is all the special casing where iterations are sometimes done
for all bars and sometime for all bars - 1.

> But that actually is not needed for PCI passthrough devices as . well
> ,you _pass_ them in. So the ROM should be read from the device. And I
> recall somebody doing it with LSI SAS and they found a bug in the BIOS.
> Also somebody did it with QLogic FibreChannel card. Would have to dig
> up the email archives to find out.
>> The virtio driver seems to be somewhat ahead, it also seems handle quirks for some cards already.

> virtio or virt-manager (and in extension the libs that do all of the
> nasty bits of shuffling bits around, enabling/disabling extensions,
> etc?)

Sorry it's the vfio pci kernel module and qemu stuff ..

This does the trick for me with KVM:

The device is binded to pci-stub on boot

echo 0000:07:00.0 > /sys/bus/pci/devices/0000\:07\:00.0/driver/unbind
echo 1002 6759 > /sys/bus/pci/drivers/vfio-pci/new_id

echo 0000:07:00.1 > /sys/bus/pci/devices/0000\:07\:00.1/driver/unbind
echo 1002 aa90 > /sys/bus/pci/drivers/vfio-pci/new_id

/usr/local/bin/qemu-system-x86_64 -machine type=pc,accel=kvm -cpu host -smp 2,sockets=1,cores=2 -hda /root/xbmc.dump -m 1024 -boot c -vnc 0.0.0.0:1 -k en-us \
-device vfio-pci,host=07:00.0,x-vga=on,rombar=0,romfile=/root/07rom.bin \
-vga none


Which BTW seems like a limited interface in my opinion since using devid's instead of BDF's to specify the device to bind to vfio-pci would probably give problems
when you have more than one of such device in your machine. So i think xen's pciback does a better job there.

Under Xen i have / used to have (haven't tried it again lately) vga passthrough working on a linux guest with the closed source fglrx drivers and on a windows guest with a certain version of the catalyst drivers.
But these are a hhhhhhhhhhhhuge pain in the ass to match up with any recent kernel version and it's a bit crash prone .. but when it works,
i have ran openCL benchmarks with nearly baremetal performance. Used it for some experiments with openCV (for image recognition) offloading calculations to the GPU as well.


>> Haven't had much time lately to experiment, but the test with KVM at least showed it should be possible with my card.

> /me nods.
>> 
>> --
>> Sander
>> 

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

* Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
  2013-12-02 20:39     ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
  2013-12-02 20:59       ` Sander Eikelenboom
@ 2013-12-02 20:59       ` Sander Eikelenboom
  1 sibling, 0 replies; 22+ messages in thread
From: Sander Eikelenboom @ 2013-12-02 20:59 UTC (permalink / raw)
  To: Konrad Rzeszutek Wilk
  Cc: Anthony PERARD, xen-devel, qemu-devel, Stefano Stabellini


Monday, December 2, 2013, 9:39:37 PM, you wrote:

> On Mon, Dec 02, 2013 at 08:55:57PM +0100, Sander Eikelenboom wrote:
>> 
>> Monday, December 2, 2013, 8:41:31 PM, you wrote:
>> 
>> > On Tue, Sep 17, 2013 at 04:33:39PM +0200, Sander Eikelenboom wrote:
>> >> *RESEND* due to exceeding the mailinglists limit for attachment size.
>> >> 
>> >> Hi,
>> >> 
>> >> I'm trying to get secondary vga-passthrough on a HVM guest to work with a AMD HD6570 and the native kernel radeon driver and kernel modesetting.
>> >> So the guest still gets the emulated stdvga or cirrus device(used in my case here) as primary/boot vga adapter.
>> >> 
>> >> - When i don't passthrough the radeon card, the linux native radeon driver loads fine.
>> >> - When i do passtrough the device to a HVM with the same kernel:
>> >>   The driver in the guest tries to read the pci expansion rom from the passthroughed device to get the vbios.
>> >>   The driver reports a successful read, but fails because it can't find the right string at the right offset.
>> >> 
>> >> So I inspected the rom by using sysfs with:
>> >> echo 1 > /sys/bus/pci/devices/<BDF>/rom
>> >> cat /sys/bus/pci/devices/<BDF>/rom
>> >> 
>> >> - When i use this in dom0 (so without passthrough) i the contents of the ROM are valid (as expected since the driver loads fine)
>> >> - When i use this in the Guest (passthrouhed), the contents of the ROM i get are not from the passedthrough adapter, but from the emulated cirrus card.
>> >>   (it's the same as the "tools/firmware/vgabios/VGABIOS-lgpl-latest.cirrus.bin")
>> 
>> > I hadn't tried that, but I do get the same error:
>> 
>> > [    4.143445] [drm] radeon defaulting to kernel modesetting.
>> > [    4.143452] [drm] radeon kernel modesetting enabled.
>> > [    4.143525] checking generic (f0000000 160000) vs hw (110000000 10000000)
>> > [    4.143976] xen: --> pirq=24 -> irq=40 (gsi=40)
>> > [    4.147760] [drm] initializing kernel modesetting (RV770 0x1002:0x9440 0x174B:0xE850).
>> > [    4.148204] [drm] register mmio base: 0xF3040000
>> > [    4.148209] [drm] register mmio size: 65536
>> > [    4.152035] radeon 0000:00:06.0: >Expecting atombios for R600 GPU
>> > [    4.152040] radeon 0000:00:06.0: >Fatal error during GPU init 
>> > [    4.152044] [drm] radeon: finishing device.
>> > [    4.152047] [TTM] Memory type 2 has not been initialized
>> > [    4.168163] radeon 0000:00:06.0: >no bo for sa manager
>> > [    4.174380] radeon: probe of 0000:00:06.0 failed with error -22
>> 
>> > This is with the latest Xen version. No idea yet what is broken.
>> 
>> Nope i haven't been able to solve it so far.
>> Last weekend i tried vga passthrough with KVM and virtio and that worked without much hassle.
>> (although i cheated a bit and used the "rom_file" option to let qemu load the vga bios instead of loading it directly from the card)

> Aha :-)
>> The problem is many parts seems to be involved (hvmloader -> seabios -> qemu -> xen parts of qemu .. and xen as the hypervisor)
>> 
>> Qemu sets up the rombar, but there seems to be no backing from Xen, i also don't understand al the special casing around the rombar,
>> (when you leave out the exception of loading it from while, what is so different from a normal IOMEM region apart from that it should be readonly ?)

> If my memory serves me right - the only difference is that there needs
> to be a mechanism to "upload" the firmware in hvmloader. That way when
> QEMU starts it has the firmware blobls in memory and can execute them.

There is a option rom facility which filters out on nic's and disk classes.
Tried to comment that out, but it still wouldn't work ..
so it needs something else as well i guess.

My latest experiments were trying to use the "romfile" loading interface that qemu has for pci devices
and let it work the same way as kvm does it. But didn't get things to work that way either yet.
One of the things that can through you off is all the special casing where iterations are sometimes done
for all bars and sometime for all bars - 1.

> But that actually is not needed for PCI passthrough devices as . well
> ,you _pass_ them in. So the ROM should be read from the device. And I
> recall somebody doing it with LSI SAS and they found a bug in the BIOS.
> Also somebody did it with QLogic FibreChannel card. Would have to dig
> up the email archives to find out.
>> The virtio driver seems to be somewhat ahead, it also seems handle quirks for some cards already.

> virtio or virt-manager (and in extension the libs that do all of the
> nasty bits of shuffling bits around, enabling/disabling extensions,
> etc?)

Sorry it's the vfio pci kernel module and qemu stuff ..

This does the trick for me with KVM:

The device is binded to pci-stub on boot

echo 0000:07:00.0 > /sys/bus/pci/devices/0000\:07\:00.0/driver/unbind
echo 1002 6759 > /sys/bus/pci/drivers/vfio-pci/new_id

echo 0000:07:00.1 > /sys/bus/pci/devices/0000\:07\:00.1/driver/unbind
echo 1002 aa90 > /sys/bus/pci/drivers/vfio-pci/new_id

/usr/local/bin/qemu-system-x86_64 -machine type=pc,accel=kvm -cpu host -smp 2,sockets=1,cores=2 -hda /root/xbmc.dump -m 1024 -boot c -vnc 0.0.0.0:1 -k en-us \
-device vfio-pci,host=07:00.0,x-vga=on,rombar=0,romfile=/root/07rom.bin \
-vga none


Which BTW seems like a limited interface in my opinion since using devid's instead of BDF's to specify the device to bind to vfio-pci would probably give problems
when you have more than one of such device in your machine. So i think xen's pciback does a better job there.

Under Xen i have / used to have (haven't tried it again lately) vga passthrough working on a linux guest with the closed source fglrx drivers and on a windows guest with a certain version of the catalyst drivers.
But these are a hhhhhhhhhhhhuge pain in the ass to match up with any recent kernel version and it's a bit crash prone .. but when it works,
i have ran openCL benchmarks with nearly baremetal performance. Used it for some experiments with openCV (for image recognition) offloading calculations to the GPU as well.


>> Haven't had much time lately to experiment, but the test with KVM at least showed it should be possible with my card.

> /me nods.
>> 
>> --
>> Sander
>> 

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

end of thread, other threads:[~2013-12-02 21:00 UTC | newest]

Thread overview: 22+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-09-17 14:33 [Qemu-devel] RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom Sander Eikelenboom
2013-09-17 14:33 ` Sander Eikelenboom
2013-09-22 13:02 ` [Qemu-devel] [Xen-devel] " Pasi Kärkkäinen
2013-09-22 13:02   ` Pasi Kärkkäinen
2013-09-22 15:00   ` [Qemu-devel] [Xen-devel] " Sander Eikelenboom
2013-09-22 15:00     ` Sander Eikelenboom
2013-09-22 16:21     ` Pasi Kärkkäinen
2013-09-22 16:21     ` [Qemu-devel] [Xen-devel] " Pasi Kärkkäinen
2013-09-23  3:03     ` Wu, Feng
2013-09-23  3:03       ` Wu, Feng
2013-09-24 21:24       ` [Qemu-devel] [Xen-devel] " Sander Eikelenboom
2013-09-24 21:24         ` Sander Eikelenboom
2013-10-01 16:15         ` [Qemu-devel] [Xen-devel] " Pasi Kärkkäinen
2013-10-01 16:15         ` Pasi Kärkkäinen
2013-12-02 19:41 ` Konrad Rzeszutek Wilk
2013-12-02 19:41 ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
2013-12-02 19:55   ` Sander Eikelenboom
2013-12-02 20:39     ` Konrad Rzeszutek Wilk
2013-12-02 20:39     ` [Qemu-devel] [Xen-devel] " Konrad Rzeszutek Wilk
2013-12-02 20:59       ` Sander Eikelenboom
2013-12-02 20:59       ` Sander Eikelenboom
2013-12-02 19:55   ` Sander Eikelenboom

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.