From mboxrd@z Thu Jan 1 00:00:00 1970 From: Gordan Bobic Subject: Re: Bug: Limitation of <=2GB RAM in domU persists with 4.3.0 Date: Thu, 25 Jul 2013 22:48:01 +0100 Message-ID: <51F19D11.1090200@bobich.net> References: <51EF04D8.1090600@bobich.net> <20130724140813.GH2518@phenom.dumpdata.com> <2aa84a31b7b17c2ea6d8483a281ad3f5@mail.shatteredsilicon.net> <20130724160639.GB5804@phenom.dumpdata.com> <8426aecf79e7f55c21bbe259014591a2@mail.shatteredsilicon.net> <20130724163102.GA6308@phenom.dumpdata.com> <51F051F1.5050806@bobich.net> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="------------020804050901070200000706" Return-path: In-Reply-To: List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xen.org Errors-To: xen-devel-bounces@lists.xen.org To: George Dunlap Cc: Andrew Cooper , "xen-devel@lists.xen.org" List-Id: xen-devel@lists.xenproject.org This is a multi-part message in MIME format. --------------020804050901070200000706 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit On 07/25/2013 08:18 PM, George Dunlap wrote: > On Wed, Jul 24, 2013 at 11:15 PM, Gordan Bobic wrote: >> Attached are the logs (loglvl=all) and configs for 2GB (working) and 8GB >> (screen corruption + domU crash + sometimes dom0 crashing with it). >> >> I can see in the xl-dmesg log in 8GB case that there is memory remapping >> going on to allow for the lowmem MMIO hole, but it doesn't seem to help. > > There's a possibility that it's actually got nothing to do with > relocation, but with bugs in your hardware. That wouldn't surprise me at all, unfortunately. :( > Can you try: > * Set the guest memory to 3600 > * Boot the guest, and check to make sure that xl dmesg shows does > *not* relocate memory? > * Report whether it crashes? xl dmesg from booting a Linux domU with 3600MB is attached. The crash is never immediate, both Linux and Windows boot fine. But when a large 3D application like a game loads, there is frame buffer corruption immediately visible, and the domU will typically lock up some seconds later. Infrequently, it will take the host down with it. > If it's a bug in the hardware, I would expect to see that memory was > not relocated, but that the system will lock up anyway. That is indeed what seems to happen - the memory map looks OK with no overlaps between PCI memory and ROM ranges and the usable or reserved e820 regions. > Can you also do lspci -vvv in dom0 before assigning the device and > attach the output? I have attached it, but not before assigning - I'll need to reboot for that. Do you expect there to be a difference in mapping in dom0 before and after assigning the device to domU? > The hardware bug we've seen is this: In order for the IOMMU to work > properly, *all* DMA transactions must be passed up to the root bridge > so the IOMMU can translate the addresses from guest address to host > address. Unfortunately, an awful lot of bridges will not do this > properly, which means that the address is not translated properly, > which means that if a *guest* memory address overlaps the a *host* > MMIO range, badness ensues. Hmm, looking at xl dmesg vs dom0 lspci, that does appear to be the case: xl dmesg: (XEN) HVM24: E820 table: (XEN) HVM24: [00]: 00000000:00000000 - 00000000:0009e000: RAM (XEN) HVM24: [01]: 00000000:0009e000 - 00000000:000a0000: RESERVED (XEN) HVM24: HOLE: 00000000:000a0000 - 00000000:000e0000 (XEN) HVM24: [02]: 00000000:000e0000 - 00000000:00100000: RESERVED (XEN) HVM24: [03]: 00000000:00100000 - 00000000:e0000000: RAM (XEN) HVM24: HOLE: 00000000:e0000000 - 00000000:fc000000 (XEN) HVM24: [04]: 00000000:fc000000 - 00000001:00000000: RESERVED (XEN) HVM24: [05]: 00000001:00000000 - 00000001:00800000: RAM lspci: 08:00.0 VGA compatible controller: nVidia Corporation GF100 Region 0: Memory at f8000000 (32-bit, non-prefetchable) [disabled] [size=32M] Region 1: Memory at b8000000 (64-bit, prefetchable) [disabled] [size=128M] Region 3: Memory at b4000000 (64-bit, prefetchable) [disabled] [size=64M] Unless I'm reading this wrong, it means that physical GPU region 0 is in the domU reserved area, and GPU regions 1 and 2 and in the domU RAM area. b4000000 = 2880MB So in theory, that might mean that I should be able to get away with up to 2880MB of RAM for domU without encountering frame buffer corruption and the crash. I will test this shortly. > There's nothing we can do about this in > Xen other than make the guest MMIO hole the same size as the host MMIO > hole. Not sure I follow. Do you mean make it so that pBAR = vBAR? Gordan --------------020804050901070200000706 Content-Type: text/plain; charset=UTF-8; name="xl-dmesg5" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="xl-dmesg5" (XEN) HVM24: HVM Loader (XEN) HVM24: Detected Xen v4.3.0 (XEN) HVM24: Xenbus rings @0xfeffc000, event channel 10 (XEN) HVM24: System requested ROMBIOS (XEN) HVM24: CPU speed is 3322 MHz (XEN) HVM24: Relocating guest memory for lowmem MMIO space enabled (XEN) irq.c:270: Dom24 PCI link 0 changed 0 -> 5 (XEN) HVM24: PCI-ISA link 0 routed to IRQ5 (XEN) irq.c:270: Dom24 PCI link 1 changed 0 -> 10 (XEN) HVM24: PCI-ISA link 1 routed to IRQ10 (XEN) irq.c:270: Dom24 PCI link 2 changed 0 -> 11 (XEN) HVM24: PCI-ISA link 2 routed to IRQ11 (XEN) irq.c:270: Dom24 PCI link 3 changed 0 -> 5 (XEN) HVM24: PCI-ISA link 3 routed to IRQ5 (XEN) HVM24: pci dev 01:2 INTD->IRQ5 (XEN) HVM24: pci dev 01:3 INTA->IRQ10 (XEN) HVM24: pci dev 03:0 INTA->IRQ5 (XEN) HVM24: pci dev 04:0 INTA->IRQ5 (XEN) HVM24: pci dev 05:0 INTB->IRQ11 (XEN) HVM24: pci dev 06:0 INTA->IRQ11 (XEN) HVM24: pci dev 07:0 INTA->IRQ5 (XEN) HVM24: pci dev 08:0 INTB->IRQ10 (XEN) HVM24: Relocating 0x800 pages from 0e0000000 to 100000000 for lowmem MMIO hole (XEN) HVM24: RAM in high memory; setting high_mem resource base to 100800000 (XEN) HVM24: pci dev 07:0 bar 14 size 008000000: 0e000000c (XEN) memory_map:add: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:add: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) HVM24: pci dev 07:0 bar 1c size 004000000: 0e800000c (XEN) memory_map:add: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) HVM24: pci dev 07:0 bar 10 size 002000000: 0ec000000 (XEN) HVM24: pci dev 03:0 bar 14 size 001000000: 0ee000008 (XEN) HVM24: pci dev 02:0 bar 10 size 000800000: 0ef000008 (XEN) HVM24: pci dev 07:0 bar 30 size 000080000: 0ef800000 (XEN) HVM24: pci dev 04:0 bar 10 size 000020000: 0ef880000 (XEN) HVM24: pci dev 06:0 bar 10 size 000004000: 0ef8a0000 (XEN) memory_map:add: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) HVM24: pci dev 08:0 bar 10 size 000004000: 0ef8a4000 (XEN) memory_map:add: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) HVM24: pci dev 03:0 bar 10 size 000000100: 00000c001 (XEN) HVM24: pci dev 07:0 bar 24 size 000000080: 00000c101 (XEN) ioport_map:add: dom24 gport=c100 mport=df80 nr=80 (XEN) HVM24: pci dev 04:0 bar 14 size 000000040: 00000c181 (XEN) HVM24: pci dev 01:2 bar 20 size 000000020: 00000c1c1 (XEN) HVM24: pci dev 05:0 bar 20 size 000000020: 00000c1e1 (XEN) ioport_map:add: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) HVM24: pci dev 01:1 bar 20 size 000000010: 00000c201 (XEN) HVM24: Multiprocessor initialisation: (XEN) HVM24: - CPU0 ... 40-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done. (XEN) HVM24: - CPU1 ... 40-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done. (XEN) HVM24: - CPU2 ... 40-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done. (XEN) HVM24: - CPU3 ... 40-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done. (XEN) HVM24: - CPU4 ... 40-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done. (XEN) HVM24: - CPU5 ... 40-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done. (XEN) HVM24: - CPU6 ... 40-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done. (XEN) HVM24: - CPU7 ... 40-bit phys ... fixed MTRRs ... var MTRRs [3/8] ... done. (XEN) HVM24: Testing HVM environment: (XEN) HVM24: - REP INSB across page boundaries ... passed (XEN) HVM24: - GS base MSRs and SWAPGS ... passed (XEN) HVM24: Passed 2 of 2 tests (XEN) HVM24: Writing SMBIOS tables ... (XEN) HVM24: Loading ROMBIOS ... (XEN) HVM24: 9628 bytes of ROMBIOS high-memory extensions: (XEN) HVM24: Relocating to 0xfc001000-0xfc00359c ... done (XEN) HVM24: Creating MP tables ... (XEN) HVM24: Loading Standard VGABIOS ... (XEN) HVM24: Loading PCI Option ROM ... (XEN) HVM24: - Manufacturer: http://ipxe.org (XEN) HVM24: - Product name: iPXE (XEN) HVM24: Option ROMs: (XEN) HVM24: c0000-c9fff: VGA BIOS (XEN) HVM24: ca000-dafff: Etherboot ROM (XEN) HVM24: Loading ACPI ... (XEN) HVM24: vm86 TSS at fc00f700 (XEN) HVM24: BIOS map: (XEN) HVM24: f0000-fffff: Main BIOS (XEN) HVM24: E820 table: (XEN) HVM24: [00]: 00000000:00000000 - 00000000:0009e000: RAM (XEN) HVM24: [01]: 00000000:0009e000 - 00000000:000a0000: RESERVED (XEN) HVM24: HOLE: 00000000:000a0000 - 00000000:000e0000 (XEN) HVM24: [02]: 00000000:000e0000 - 00000000:00100000: RESERVED (XEN) HVM24: [03]: 00000000:00100000 - 00000000:e0000000: RAM (XEN) HVM24: HOLE: 00000000:e0000000 - 00000000:fc000000 (XEN) HVM24: [04]: 00000000:fc000000 - 00000001:00000000: RESERVED (XEN) HVM24: [05]: 00000001:00000000 - 00000001:00800000: RAM (XEN) HVM24: Invoking ROMBIOS ... (XEN) HVM24: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $ (XEN) stdvga.c:147:d24 entering stdvga and caching modes (XEN) HVM24: VGABios $Id: vgabios.c,v 1.67 2008/01/27 09:44:12 vruppert Exp $ (XEN) HVM24: VBE Bios $Id: vbe.c,v 1.60 2008/03/02 07:47:21 vruppert Exp $ (XEN) HVM24: Bochs BIOS - build: 06/23/99 (XEN) HVM24: $Revision: 1.221 $ $Date: 2008/12/07 17:32:29 $ (XEN) HVM24: Options: apmbios pcibios eltorito PMM (XEN) HVM24: (XEN) HVM24: ata0-0: PCHS=16383/16/63 translation=lba LCHS=1024/255/63 (XEN) HVM24: ata0 master: QEMU HARDDISK ATA-7 Hard-Disk ( 64 GBytes) (XEN) HVM24: IDE time out (XEN) HVM24: (XEN) HVM24: (XEN) HVM24: (XEN) HVM24: Press F12 for boot menu. (XEN) HVM24: (XEN) HVM24: Booting from Hard Disk... (XEN) HVM24: Booting from 0000:7c00 (XEN) HVM24: int13_harddisk: function 41, unmapped device for ELDL=81 (XEN) HVM24: int13_harddisk: function 08, unmapped device for ELDL=81 (XEN) HVM24: *** int 15h function AX=00c0, BX=0000 not yet supported! (XEN) HVM24: *** int 15h function AX=ec00, BX=0002 not yet supported! (XEN) HVM24: KBD: unsupported int 16h function 03 (XEN) HVM24: *** int 15h function AX=e980, BX=0000 not yet supported! (XEN) HVM24: int13_harddisk: function 41, unmapped device for ELDL=81 (XEN) HVM24: int13_harddisk: function 02, unmapped device for ELDL=81 (XEN) HVM24: int13_harddisk: function 41, unmapped device for ELDL=82 (XEN) HVM24: int13_harddisk: function 02, unmapped device for ELDL=82 (XEN) HVM24: int13_harddisk: function 41, unmapped device for ELDL=83 (XEN) HVM24: int13_harddisk: function 02, unmapped device for ELDL=83 (XEN) HVM24: int13_harddisk: function 41, unmapped device for ELDL=84 (XEN) HVM24: int13_harddisk: function 02, unmapped device for ELDL=84 (XEN) HVM24: int13_harddisk: function 41, unmapped device for ELDL=85 (XEN) HVM24: int13_harddisk: function 02, unmapped device for ELDL=85 (XEN) HVM24: int13_harddisk: function 41, unmapped device for ELDL=86 (XEN) HVM24: int13_harddisk: function 02, unmapped device for ELDL=86 (XEN) HVM24: int13_harddisk: function 41, unmapped device for ELDL=87 (XEN) HVM24: int13_harddisk: function 02, unmapped device for ELDL=87 (XEN) HVM24: int13_harddisk: function 41, ELDL out of range 88 (XEN) HVM24: int13_harddisk: function 02, ELDL out of range 88 (XEN) HVM24: int13_harddisk: function 41, ELDL out of range 89 (XEN) HVM24: int13_harddisk: function 02, ELDL out of range 89 (XEN) HVM24: int13_harddisk: function 41, ELDL out of range 8a (XEN) HVM24: int13_harddisk: function 02, ELDL out of range 8a (XEN) HVM24: int13_harddisk: function 41, ELDL out of range 8b (XEN) HVM24: int13_harddisk: function 02, ELDL out of range 8b (XEN) HVM24: int13_harddisk: function 41, ELDL out of range 8c (XEN) HVM24: int13_harddisk: function 02, ELDL out of range 8c (XEN) HVM24: int13_harddisk: function 41, ELDL out of range 8d (XEN) HVM24: int13_harddisk: function 02, ELDL out of range 8d (XEN) HVM24: int13_harddisk: function 41, ELDL out of range 8e (XEN) HVM24: int13_harddisk: function 02, ELDL out of range 8e (XEN) HVM24: int13_harddisk: function 41, ELDL out of range 8f (XEN) HVM24: int13_harddisk: function 02, ELDL out of range 8f (XEN) irq.c:375: Dom24 callback via changed to Direct Vector 0xe9 (XEN) ioport_map:remove: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:add: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:remove: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:add: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:remove: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:add: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:remove: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:add: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:remove: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:add: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:remove: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:add: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:remove: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) ioport_map:add: dom24 gport=c1e0 mport=9a00 nr=20 (XEN) memory_map:remove: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a0 mfn=d7efc nr=4 (XEN) memory_map:remove: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:remove: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:remove: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:remove: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:add: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:add: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:add: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:add: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:remove: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:remove: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:remove: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:remove: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:add: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:add: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:add: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:add: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:remove: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:remove: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:remove: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:remove: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:add: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:add: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:add: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:add: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:remove: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:remove: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:remove: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:remove: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:add: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:add: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:add: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:add: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:remove: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:remove: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:remove: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:remove: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:add: dom24 gfn=ec000 mfn=f8000 nr=2000 (XEN) memory_map:add: dom24 gfn=e0000 mfn=b8000 nr=8000 (XEN) memory_map:add: dom24 gfn=e8000 mfn=b4000 nr=4000 (XEN) ioport_map:add: dom24 gport=c100 mport=df80 nr=80 (XEN) memory_map:remove: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:remove: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) memory_map:add: dom24 gfn=ef8a4 mfn=fbdfc nr=4 (XEN) irq.c:270: Dom24 PCI link 0 changed 5 -> 0 (XEN) irq.c:270: Dom24 PCI link 1 changed 10 -> 0 (XEN) irq.c:270: Dom24 PCI link 2 changed 11 -> 0 (XEN) irq.c:270: Dom24 PCI link 3 changed 5 -> 0 --------------020804050901070200000706 Content-Type: text/plain; charset=UTF-8; name="dom0-lspci" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="dom0-lspci" 00:00.0 Host bridge: Intel Corporation 5520 I/O Hub to ESI Port (rev 22) Subsystem: eVga.com. Corp. Device 101a Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- 00:02.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 2 (rev 22) (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: Intel Corporation Device 0000 Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- Address: fee00000 Data: 4029 Masking: 00000002 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 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 x2, 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 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 0, PowerLimit 0.000000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- 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: -6dB Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] Advanced Error Reporting UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol- UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol- CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr- CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+ AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Kernel driver in use: pcieport Kernel modules: shpchp 00:03.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 3 (rev 22) (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- SERR+ TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: Intel Corporation Device 0000 Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- Address: fee00000 Data: 4031 Masking: 00000002 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr+ UncorrErr+ FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 33, PowerLimit 75.000000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- 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: -6dB Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] 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: 0e, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Capabilities: [160] Vendor Specific Information Kernel driver in use: pcieport Kernel modules: shpchp 00:07.0 PCI bridge: Intel Corporation 5520/5500/X58 I/O Hub PCI Express Root Port 7 (rev 22) (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Subsystem: Intel Corporation Device 0000 Capabilities: [60] MSI: Enable+ Count=1/2 Maskable+ 64bit- Address: fee00000 Data: 4039 Masking: 00000002 Pending: 00000000 Capabilities: [90] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable+ Non-Fatal+ Fatal+ Unsupported+ RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Latency L0 <512ns, L1 <64us ClockPM- Surprise+ LLActRep+ BwNot+ LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 37, PowerLimit 75.000000; Interlock- NoCompl- SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Off, PwrInd Off, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet+ LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BCD, TimeoutDis+ ARIFwd+ DevCtl2: Completion Timeout: 260ms to 900ms, TimeoutDis- ARIFwd- 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: -6dB Capabilities: [e0] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] 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: 0e, GenCap- CGenEn- ChkCap- ChkEn- Capabilities: [150] Access Control Services ACSCap: SrcValid+ TransBlk+ ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- ACSCtl: SrcValid+ TransBlk- ReqRedir+ CmpltRedir+ UpstreamFwd+ EgressCtrl- DirectTrans- Capabilities: [160] Vendor Specific Information Kernel driver in use: pcieport Kernel modules: shpchp 00:13.0 PIC: Intel Corporation 5520/5500/X58 I/O Hub I/OxAPIC Interrupt Controller (rev 22) (prog-if 20 [IO(X)-APIC]) Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- Capabilities: [130] Root Complex Link Kernel driver in use: snd_hda_intel Kernel modules: snd-hda-intel 00:1c.0 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 1 (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) 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 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, 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 x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surpise+ Slot # 0, PowerLimit 10.000000; 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- Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee00000 Data: 4041 Capabilities: [90] Subsystem: eVga.com. Corp. Device 101a Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] Virtual Channel Capabilities: [180] Root Complex Link Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.2 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 3 (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) 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 #3, Speed 2.5GT/s, Width x1, ASPM L0s L1, Latency L0 <256ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM L0s L1 Enabled; 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+ Surpise+ Slot # 0, PowerLimit 10.000000; 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- Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee00000 Data: 4049 Capabilities: [90] Subsystem: eVga.com. Corp. Device 101a Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] Virtual Channel Capabilities: [180] Root Complex Link Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.4 PCI bridge: Intel Corporation 82801JI (ICH10 Family) PCI Express Root Port 5 (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v1) 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 <256ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM L0s L1 Enabled; 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+ Surpise+ Slot # 0, PowerLimit 10.000000; 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- Capabilities: [80] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee00000 Data: 4051 Capabilities: [90] Subsystem: eVga.com. Corp. Device 101a Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [100] Virtual Channel Capabilities: [180] Root Complex Link Kernel driver in use: pcieport Kernel modules: shpchp 00:1d.0 USB Controller: Intel Corporation 82801JI (ICH10 Family) USB UHCI Controller #1 (prog-if 00 [UHCI]) Subsystem: eVga.com. Corp. Device 101a Control: I/O+ Mem- BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [50] Subsystem: eVga.com. Corp. Device 101a 00:1f.0 ISA bridge: Intel Corporation 82801JIR (ICH10R) LPC Interface Controller Subsystem: eVga.com. Corp. Device 101a Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- SERR- Kernel driver in use: lpc_ich Kernel modules: lpc_ich 00:1f.2 SATA controller: Intel Corporation 82801JI (ICH10 Family) SATA AHCI Controller (prog-if 01 [AHCI 1.0]) Subsystem: eVga.com. Corp. Device 101a Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- Capabilities: [b0] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: ahci Kernel modules: ahci 00:1f.3 SMBus: Intel Corporation 82801JI (ICH10 Family) SMBus Controller Subsystem: eVga.com. Corp. Device 101a Control: I/O+ Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] Express (v2) Upstream Port, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 75.000000W DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s, Latency L0 <512ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x16, 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: -6dB Capabilities: [a0] Subsystem: nVidia Corporation Device c55e Kernel driver in use: pcieport Kernel modules: shpchp 06:00.0 PCI bridge: nVidia Corporation NF200 PCIe 2.0 switch for mainboards (rev a3) (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] Express (v2) Downstream Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s, Latency L0 <512ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 1, PowerLimit 0.000000; 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, 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: -6dB Kernel driver in use: pcieport Kernel modules: shpchp 06:02.0 PCI bridge: nVidia Corporation NF200 PCIe 2.0 switch for mainboards (rev a3) (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] Express (v2) Downstream 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 x16, ASPM L0s, Latency L0 <512ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 3, PowerLimit 0.000000; 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, 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: -6dB Kernel driver in use: pcieport Kernel modules: shpchp 07:00.0 VGA compatible controller: nVidia Corporation Device 06d9 (rev a3) (prog-if 00 [VGA controller]) Subsystem: ASUSTeK Computer Inc. Device 8342 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Capabilities: [100] Virtual Channel Capabilities: [128] Power Budgeting Capabilities: [600] Vendor Specific Information Kernel driver in use: pciback Kernel modules: nouveau, nvidiafb 07:00.1 Audio device: nVidia Corporation GF100 High Definition Audio Controller (rev a1) Subsystem: ASUSTeK Computer Inc. Device 8342 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- Capabilities: [100] Virtual Channel Capabilities: [128] Power Budgeting Capabilities: [600] Vendor Specific Information Kernel driver in use: pciback Kernel modules: nouveau, nvidiafb 08:00.1 Audio device: nVidia Corporation GF100 High Definition Audio Controller (rev a1) Subsystem: nVidia Corporation Device 075f Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] Express (v2) Upstream Port, MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-SlotPowerLimit 75.000000W DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag+ PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend- LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s, Latency L0 <512ns, L1 <4us ClockPM- Surprise- LLActRep- BwNot- LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x16, 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: -6dB Capabilities: [a0] Subsystem: nVidia Corporation Device c55e Kernel driver in use: pcieport Kernel modules: shpchp 0a:00.0 PCI bridge: nVidia Corporation NF200 PCIe 2.0 switch for mainboards (rev a3) (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] Express (v2) Downstream 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, Latency L0 <512ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 5GT/s, Width x4, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt+ SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 1, PowerLimit 0.000000; 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, 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 Kernel driver in use: pcieport Kernel modules: shpchp 0a:01.0 PCI bridge: nVidia Corporation NF200 PCIe 2.0 switch for mainboards (rev a3) (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] Express (v2) Downstream 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, Latency L0 <512ns, L1 <4us 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- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 2, PowerLimit 0.000000; 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, 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: -6dB Kernel driver in use: pcieport Kernel modules: shpchp 0a:02.0 PCI bridge: nVidia Corporation NF200 PCIe 2.0 switch for mainboards (rev a3) (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- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Power Management version 3 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [60] Express (v2) Downstream 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 x16, ASPM L0s, Latency L0 <512ns, L1 <4us ClockPM- Surprise- LLActRep+ BwNot+ LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x16, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surpise- Slot # 3, PowerLimit 0.000000; 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- DevCap2: Completion Timeout: Not Supported, TimeoutDis- ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- 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: -6dB Kernel driver in use: pcieport Kernel modules: shpchp 0c:00.0 PCI bridge: Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG PCI to PCIe Bridge (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- SERR- TAbort- 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- Bridge: PM- B3+ Capabilities: [60] MSI: Enable- Count=1/16 Maskable- 64bit+ Address: 0000000000000000 Data: 0000 Capabilities: [80] Subsystem: Creative Labs Device 0010 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 4096 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] 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 modules: shpchp 0d:00.0 Audio device: Creative Labs [SB X-Fi Xtreme Audio] CA0110-IBG Subsystem: Creative Labs SB1040 Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- Kernel driver in use: radeon Kernel modules: radeon 0e:00.1 Audio device: ATI Technologies Inc HD48x0 audio Subsystem: PC Partner Limited Sapphire HD 4850 512MB GDDR3 PCI-E Dual Slot Fansink Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- Kernel driver in use: snd_hda_intel Kernel modules: snd-hda-intel 0f:00.0 USB Controller: NEC Corporation uPD720200 USB 3.0 Host Controller (rev 03) (prog-if 30 [XHCI]) Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR-