Sander Eikelenboom
2013-Sep-17 14:33 UTC
RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
*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 _______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Pasi Kärkkäinen
2013-Sep-22 13:02 UTC
Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
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
Sander Eikelenboom
2013-Sep-22 15:00 UTC
Re: 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) -- 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
Pasi Kärkkäinen
2013-Sep-22 16:21 UTC
Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
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
Wu, Feng
2013-Sep-23 03:03 UTC
Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
> -----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-develThanks, Feng
Sander Eikelenboom
2013-Sep-24 21:24 UTC
Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
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_______________________________________________ Xen-devel mailing list Xen-devel@lists.xen.org http://lists.xen.org/xen-devel
Pasi Kärkkäinen
2013-Oct-01 16:15 UTC
Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
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 >
Konrad Rzeszutek Wilk
2013-Dec-02 19:41 UTC
Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
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.
Sander Eikelenboom
2013-Dec-02 19:55 UTC
Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
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
Konrad Rzeszutek Wilk
2013-Dec-02 20:39 UTC
Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
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 >
Sander Eikelenboom
2013-Dec-02 20:59 UTC
Re: RESEND [Xen-unstable][Qemu-xen] HVM Guest reading of Expansion ROM from passthroughed PCI device returns data from emulated VGA rom
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 >>