Hi Alex,

I've attached what you've requested after I reenabled iommu.

On Fri, Sep 5, 2014 at 9:01 PM, Alex Williamson
<alex.william...@redhat.com> wrote:
> On Fri, 2014-09-05 at 20:00 -0700, Jason Newton wrote:
>> Hi,
>>
>> I have an AR9462 connected over minipcie, it came with the ASRock
>> FM2A88x-itx motherboard and I'm using an AMD A10-7850K cpu with it.  When I
>> have IOMMU enabled, and this is desirable for opencl related things, the
>> AR9462 malfunctions with these two errors occurring:
>>
>> AMD-Vi: Event logged [INVALID_DEVICE_REQUEST device=00:00.1
>> address=0x000000fdf8080020 flags=0x0a00]
>>
>> Followed by this  looping error, which reoccurs shortly after associating
>> and obtaining an IP.  I've attached a large snippet from dmesg, due to it's
>> length.
>>
>> I'm not sure where the error is coming from but I did see that Alex
>> Williamson posted a patch that dealt with aliased devices (like pci
>> bridges) and AMD's IOMMU issues, see
>> e028a9e6b8a637af09ac4114083280df4a7045f1 for reference.
>>
>> I then disable IOMMU in the bios, and immediately the ath9k/AR9462 pair is
>> working without flaw or retries.  Bios is up to date btw, updated it after
>> building the machine last friday.
>>
>> So anyone have a clue what's going on here?
>
> Please boot with "amd_iommu_dump" on the kernel boot line and send the
> full dmesg log and 'sudo lspci -vvv' output.  Thanks,
>
> Alex
>
[    0.000000] Initializing cgroup subsys cpuset
[    0.000000] Initializing cgroup subsys cpu
[    0.000000] Initializing cgroup subsys cpuacct
[    0.000000] Linux version 3.16.1-8.g2ab6585-desktop (geeko@buildhost) (gcc 
version 4.8.3 20140627 [gcc-4_8-branch revision 212064] (SUSE Linux) ) #1 SMP 
PREEMPT Wed Sep 3 14:16:22 UTC 2014 (2ab6585)
[    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.16.1-8.g2ab6585-desktop 
root=UUID=d424eb7b-0019-4413-b552-d0d929e1b6c6 amd_iommu_dump
[    0.000000] e820: BIOS-provided physical RAM map:
[    0.000000] BIOS-e820: [mem 0x0000000000000000-0x0000000000098bff] usable
[    0.000000] BIOS-e820: [mem 0x0000000000098c00-0x000000000009ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007bdc9fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007bdca000-0x000000007bdf9fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007bdfa000-0x000000007c0b8fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007c0b9000-0x000000007c174fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007c175000-0x000000007e12dfff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007e12e000-0x000000007e12efff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e12f000-0x000000007e334fff] ACPI NVS
[    0.000000] BIOS-e820: [mem 0x000000007e335000-0x000000007e48afff] usable
[    0.000000] BIOS-e820: [mem 0x000000007e48b000-0x000000007f02efff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f02f000-0x000000007f071fff] usable
[    0.000000] BIOS-e820: [mem 0x000000007f072000-0x000000007f7f0fff] reserved
[    0.000000] BIOS-e820: [mem 0x000000007f7f1000-0x000000007f7fffff] usable
[    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec01fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed40000-0x00000000fed44fff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[    0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[    0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000043effffff] usable
[    0.000000] NX (Execute Disable) protection: active
[    0.000000] SMBIOS 2.7 present.
[    0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./FM2A88X-ITX+, 
BIOS P2.40 08/01/2014
[    0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[    0.000000] AGP: No AGP bridge found
[    0.000000] e820: last_pfn = 0x43f000 max_arch_pfn = 0x400000000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF write-through
[    0.000000]   C0000-D3FFF write-protect
[    0.000000]   D4000-E7FFF uncachable
[    0.000000]   E8000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000000 mask FFFF80000000 write-back
[    0.000000]   1 base 00007F800000 mask FFFFFF800000 uncachable
[    0.000000]   2 disabled
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] TOM2: 000000043f000000 aka 17392M
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] e820: update [mem 0x7f800000-0xffffffff] usable ==> reserved
[    0.000000] e820: last_pfn = 0x7f800 max_arch_pfn = 0x400000000
[    0.000000] found SMP MP-table at [mem 0x000fd800-0x000fd80f] mapped at 
[ffff8800000fd800]
[    0.000000] Scanning 1 areas for low memory corruption
[    0.000000] Base memory trampoline at [ffff880000092000] 92000 size 24576
[    0.000000] Using GB pages for direct mapping
[    0.000000] init_memory_mapping: [mem 0x00000000-0x000fffff]
[    0.000000]  [mem 0x00000000-0x000fffff] page 4k
[    0.000000] BRK [0x0220c000, 0x0220cfff] PGTABLE
[    0.000000] BRK [0x0220d000, 0x0220dfff] PGTABLE
[    0.000000] BRK [0x0220e000, 0x0220efff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x43ee00000-0x43effffff]
[    0.000000]  [mem 0x43ee00000-0x43effffff] page 2M
[    0.000000] BRK [0x0220f000, 0x0220ffff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x43c000000-0x43edfffff]
[    0.000000]  [mem 0x43c000000-0x43edfffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x400000000-0x43bffffff]
[    0.000000]  [mem 0x400000000-0x43bffffff] page 2M
[    0.000000] init_memory_mapping: [mem 0x00100000-0x7bdc9fff]
[    0.000000]  [mem 0x00100000-0x001fffff] page 4k
[    0.000000]  [mem 0x00200000-0x7bbfffff] page 2M
[    0.000000]  [mem 0x7bc00000-0x7bdc9fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7bdfa000-0x7c0b8fff]
[    0.000000]  [mem 0x7bdfa000-0x7bdfffff] page 4k
[    0.000000]  [mem 0x7be00000-0x7bffffff] page 2M
[    0.000000]  [mem 0x7c000000-0x7c0b8fff] page 4k
[    0.000000] BRK [0x02210000, 0x02210fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e12e000-0x7e12efff]
[    0.000000]  [mem 0x7e12e000-0x7e12efff] page 4k
[    0.000000] BRK [0x02211000, 0x02211fff] PGTABLE
[    0.000000] init_memory_mapping: [mem 0x7e335000-0x7e48afff]
[    0.000000]  [mem 0x7e335000-0x7e48afff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7f02f000-0x7f071fff]
[    0.000000]  [mem 0x7f02f000-0x7f071fff] page 4k
[    0.000000] init_memory_mapping: [mem 0x7f7f1000-0x7f7fffff]
[    0.000000]  [mem 0x7f7f1000-0x7f7fffff] page 4k
[    0.000000] init_memory_mapping: [mem 0x100000000-0x3ffffffff]
[    0.000000]  [mem 0x100000000-0x3ffffffff] page 1G
[    0.000000] RAMDISK: [mem 0x35162000-0x368a8fff]
[    0.000000] ACPI: Early table checksum verification disabled
[    0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 ALASKA)
[    0.000000] ACPI: XSDT 0x000000007C13D080 00007C (v01 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: FACP 0x000000007C142DB8 00010C (v05 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has 
zero address or length: 0x0000000000000000/0x1 (20140424/tbfadt-649)
[    0.000000] ACPI: DSDT 0x000000007C13D190 005C23 (v02 ALASKA A M I    
00000000 INTL 20051117)
[    0.000000] ACPI: FACS 0x000000007C16B080 000040
[    0.000000] ACPI: APIC 0x000000007C142EC8 00007E (v03 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: FPDT 0x000000007C142F48 000044 (v01 ALASKA A M I    
01072009 AMI  00010013)
[    0.000000] ACPI: MCFG 0x000000007C142F90 00003C (v01 ALASKA A M I    
01072009 MSFT 00010013)
[    0.000000] ACPI: HPET 0x000000007C142FD0 000038 (v01 ALASKA A M I    
01072009 AMI  00000005)
[    0.000000] ACPI: AAFT 0x000000007C143008 0002DC (v01 ALASKA OEMAAFT  
01072009 MSFT 00000097)
[    0.000000] ACPI: IVRS 0x000000007C1432E8 000078 (v02 AMD    BANTRY   
00000001 AMD  00000000)
[    0.000000] ACPI: SSDT 0x000000007C143360 000B9C (v01 AMD    BANTRY   
00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007C143F00 00033B (v02 AMD    BANTRY   
00000002 MSFT 04000000)
[    0.000000] ACPI: CRAT 0x000000007C144240 0005A0 (v01 AMD    BANTRY   
00000001 AMD  00000001)
[    0.000000] ACPI: SSDT 0x000000007C1447E0 001115 (v01 AMD    CPMCMN   
00000001 INTL 20051117)
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] No NUMA configuration found
[    0.000000] Faking a node at [mem 0x0000000000000000-0x000000043effffff]
[    0.000000] Initmem setup node 0 [mem 0x00000000-0x43effffff]
[    0.000000]   NODE_DATA [mem 0x43efe6000-0x43eff9fff]
[    0.000000]  [ffffea0000000000-ffffea000edfffff] PMD -> 
[ffff88042f600000-ffff88043c7fffff] on node 0
[    0.000000] Zone ranges:
[    0.000000]   DMA      [mem 0x00001000-0x00ffffff]
[    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
[    0.000000]   Normal   [mem 0x100000000-0x43effffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00001000-0x00097fff]
[    0.000000]   node   0: [mem 0x00100000-0x7bdc9fff]
[    0.000000]   node   0: [mem 0x7bdfa000-0x7c0b8fff]
[    0.000000]   node   0: [mem 0x7e12e000-0x7e12efff]
[    0.000000]   node   0: [mem 0x7e335000-0x7e48afff]
[    0.000000]   node   0: [mem 0x7f02f000-0x7f071fff]
[    0.000000]   node   0: [mem 0x7f7f1000-0x7f7fffff]
[    0.000000]   node   0: [mem 0x100000000-0x43effffff]
[    0.000000] On node 0 totalpages: 3912137
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 21 pages reserved
[    0.000000]   DMA zone: 3991 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 6896 pages used for memmap
[    0.000000]   DMA32 zone: 504370 pages, LIFO batch:31
[    0.000000]   Normal zone: 46536 pages used for memmap
[    0.000000]   Normal zone: 3403776 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x808
[    0.000000] ACPI: Local APIC address 0xfee00000
[    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x10] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
[    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[    0.000000] ACPI: IOAPIC (id[0x05] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[    0.000000] ACPI: IOAPIC (id[0x06] address[0xfec01000] gsi_base[24])
[    0.000000] IOAPIC[1]: apic_id 6, version 33, address 0xfec01000, GSI 24-55
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
[    0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[    0.000000] nr_irqs_gsi: 72
[    0.000000] PM: Registered nosave memory: [mem 0x00098000-0x00098fff]
[    0.000000] PM: Registered nosave memory: [mem 0x00099000-0x0009ffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000dffff]
[    0.000000] PM: Registered nosave memory: [mem 0x000e0000-0x000fffff]
[    0.000000] PM: Registered nosave memory: [mem 0x7bdca000-0x7bdf9fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7c0b9000-0x7c174fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7c175000-0x7e12dfff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e12f000-0x7e334fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7e48b000-0x7f02efff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f072000-0x7f7f0fff]
[    0.000000] PM: Registered nosave memory: [mem 0x7f800000-0xfebfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec01fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec02000-0xfec0ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec10000-0xfec10fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfec11000-0xfecfffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed00000-0xfed00fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed01000-0xfed3ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed40000-0xfed44fff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed45000-0xfed7ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed80000-0xfed8ffff]
[    0.000000] PM: Registered nosave memory: [mem 0xfed90000-0xff7fffff]
[    0.000000] PM: Registered nosave memory: [mem 0xff800000-0xffffffff]
[    0.000000] e820: [mem 0x7f800000-0xfebfffff] available for PCI devices
[    0.000000] Booting paravirtualized kernel on bare hardware
[    0.000000] setup_percpu: NR_CPUS:512 nr_cpumask_bits:512 nr_cpu_ids:4 
nr_node_ids:1
[    0.000000] PERCPU: Embedded 28 pages/cpu @ffff88043ec00000 s83200 r8192 
d23296 u524288
[    0.000000] pcpu-alloc: s83200 r8192 d23296 u524288 alloc=1*2097152
[    0.000000] pcpu-alloc: [0] 0 1 2 3 
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total 
pages: 3858628
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: 
BOOT_IMAGE=/vmlinuz-3.16.1-8.g2ab6585-desktop 
root=UUID=d424eb7b-0019-4413-b552-d0d929e1b6c6 amd_iommu_dump
[    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[    0.000000] AGP: Checking aperture...
[    0.000000] AGP: No AGP bridge found
[    0.000000] AGP: Node 0: aperture [bus addr 0x00000000-0x01ffffff] (32MB)
[    0.000000] AGP: Your BIOS doesn't leave a aperture memory hole
[    0.000000] AGP: Please enable the IOMMU option in the BIOS setup
[    0.000000] AGP: This costs you 64MB of RAM
[    0.000000] AGP: Mapping aperture over RAM [mem 0x70000000-0x73ffffff] 
(65536KB)
[    0.000000] PM: Registered nosave memory: [mem 0x70000000-0x73ffffff]
[    0.000000] Memory: 15258688K/15648548K available (6292K kernel code, 1008K 
rwdata, 4704K rodata, 1564K init, 1532K bss, 389860K reserved)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000]  RCU dyntick-idle grace-period acceleration is enabled.
[    0.000000]  RCU restricting CPUs from NR_CPUS=512 to nr_cpu_ids=4.
[    0.000000]  Offload RCU callbacks from all CPUs
[    0.000000]  Offload RCU callbacks from CPUs: 0-3.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=4
[    0.000000] NR_IRQS:33024 nr_irqs:1024 16
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour dummy device 80x25
[    0.000000] console [tty0] enabled
[    0.000000] allocated 62914560 bytes of page_cgroup
[    0.000000] please try 'cgroup_disable=memory' option if you don't want 
memory cgroups
[    0.000000] hpet clockevent registered
[    0.000000] tsc: Fast TSC calibration using PIT
[    0.000000] tsc: Detected 3693.090 MHz processor
[    0.000022] Calibrating delay loop (skipped), value calculated using timer 
frequency.. 7386.18 BogoMIPS (lpj=3693090)
[    0.000026] pid_max: default: 32768 minimum: 301
[    0.000036] ACPI: Core revision 20140424
[    0.005265] ACPI: All ACPI Tables successfully acquired
[    0.007134] Security Framework initialized
[    0.007153] AppArmor: AppArmor initialized
[    0.008074] Dentry cache hash table entries: 2097152 (order: 12, 16777216 
bytes)
[    0.011810] Inode-cache hash table entries: 1048576 (order: 11, 8388608 
bytes)
[    0.013481] Mount-cache hash table entries: 32768 (order: 6, 262144 bytes)
[    0.013499] Mountpoint-cache hash table entries: 32768 (order: 6, 262144 
bytes)
[    0.013784] Initializing cgroup subsys memory
[    0.013805] Initializing cgroup subsys devices
[    0.013812] Initializing cgroup subsys freezer
[    0.013816] Initializing cgroup subsys net_cls
[    0.013822] Initializing cgroup subsys blkio
[    0.013826] Initializing cgroup subsys perf_event
[    0.013829] Initializing cgroup subsys net_prio
[    0.013836] Initializing cgroup subsys hugetlb
[    0.013857] tseg: 007f800000
[    0.013859] CPU: Physical Processor ID: 0
[    0.013861] CPU: Processor Core ID: 0
[    0.013863] mce: CPU supports 7 MCE banks
[    0.013869] LVT offset 1 assigned for vector 0xf9
[    0.013876] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
tlb_flushall_shift: 6
[    0.013951] Freeing SMP alternatives memory: 24K (ffffffff82085000 - 
ffffffff8208b000)
[    0.014555] ftrace: allocating 24381 entries in 96 pages
[    0.021820] AMD-Vi: device: 00:00.2 cap: 0040 seg: 0 flags: b8 info 0000
[    0.021827] AMD-Vi:        mmio-addr: 00000000feb80000
[    0.021844] AMD-Vi:   DEV_SELECT_RANGE_START  devid: 00:01.0 flags: 00
[    0.021848] AMD-Vi:   DEV_RANGE_END           devid: ff:1f.6
[    0.022730] AMD-Vi:   DEV_ALIAS_RANGE                 devid: 02:00.0 flags: 
00 devid_to: 00:14.4
[    0.022735] AMD-Vi:   DEV_RANGE_END           devid: 02:1f.7
[    0.022745] AMD-Vi:   DEV_SPECIAL(HPET[0])           devid: 00:14.0
[    0.022749] AMD-Vi:   DEV_SPECIAL(IOAPIC[5])         devid: 00:14.0
[    0.022753] AMD-Vi:   DEV_SPECIAL(IOAPIC[6])         devid: 00:00.0
[    0.101461] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[    0.111460] smpboot: CPU0: AMD A10-7850K Radeon R7, 12 Compute Cores 4C+8G 
(fam: 15, model: 30, stepping: 01)
[    0.213300] Performance Events: Fam15h core perfctr, AMD PMU driver.
[    0.213308] ... version:                0
[    0.213311] ... bit width:              48
[    0.213313] ... generic registers:      6
[    0.213316] ... value mask:             0000ffffffffffff
[    0.213319] ... max period:             00007fffffffffff
[    0.213322] ... fixed-purpose events:   0
[    0.213324] ... event mask:             000000000000003f
[    0.222530] NMI watchdog: enabled on all CPUs, permanently consumes one 
hw-PMU counter.
[    0.224588] x86: Booting SMP configuration:
[    0.224596] .... node  #0, CPUs:      #1 #2 #3
[    0.267493] x86: Booted up 1 node, 4 CPUs
[    0.267499] smpboot: Total of 4 processors activated (29544.72 BogoMIPS)
[    0.268128] devtmpfs: initialized
[    0.271526] PM: Registering ACPI NVS region [mem 0x7c0b9000-0x7c174fff] 
(770048 bytes)
[    0.271548] PM: Registering ACPI NVS region [mem 0x7e12f000-0x7e334fff] 
(2121728 bytes)
[    0.272480] pinctrl core: initialized pinctrl subsystem
[    0.272575] RTC time: 13:20:21, date: 09/06/14
[    0.272638] NET: Registered protocol family 16
[    0.272770] cpuidle: using governor ladder
[    0.272774] cpuidle: using governor menu
[    0.272892] ACPI: bus type PCI registered
[    0.272895] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[    0.272981] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 
0xe0000000-0xefffffff] (base 0xe0000000)
[    0.272987] PCI: not using MMCONFIG
[    0.272990] PCI: Using configuration type 1 for base access
[    0.272993] PCI: Using configuration type 1 for extended access
[    0.273358] mtrr: your CPUs had inconsistent variable MTRR settings
[    0.273362] mtrr: probably your BIOS does not setup all CPUs.
[    0.273365] mtrr: corrected configuration.
[    0.276263] ACPI: Added _OSI(Module Device)
[    0.276267] ACPI: Added _OSI(Processor Device)
[    0.276270] ACPI: Added _OSI(3.0 _SCP Extensions)
[    0.276273] ACPI: Added _OSI(Processor Aggregator Device)
[    0.278390] ACPI: Executed 1 blocks of module-level executable AML code
[    0.284085] ACPI: Interpreter enabled
[    0.284093] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S1_] (20140424/hwxface-580)
[    0.284102] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State 
[\_S2_] (20140424/hwxface-580)
[    0.284123] ACPI: (supports S0 S3 S4 S5)
[    0.284126] ACPI: Using IOAPIC for interrupt routing
[    0.284185] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 
0xe0000000-0xefffffff] (base 0xe0000000)
[    0.284250] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI 
motherboard resources
[    0.284575] PCI: Using host bridge windows from ACPI; if necessary, use 
"pci=nocrs" and report a bug
[    0.310371] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[    0.310385] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM 
Segments MSI]
[    0.310822] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug PME AER 
PCIeCapability]
[    0.311593] PCI host bridge to bus 0000:00
[    0.311599] pci_bus 0000:00: root bus resource [bus 00-ff]
[    0.311603] pci_bus 0000:00: root bus resource [io  0x0000-0x03af]
[    0.311608] pci_bus 0000:00: root bus resource [io  0x03e0-0x0cf7]
[    0.311612] pci_bus 0000:00: root bus resource [io  0x03b0-0x03df]
[    0.311616] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
[    0.311621] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[    0.311625] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[    0.311629] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[    0.311639] pci 0000:00:00.0: [1022:1422] type 00 class 0x060000
[    0.311841] pci 0000:00:00.2: [1022:1423] type 00 class 0x080600
[    0.311996] pci 0000:00:01.0: [1002:130f] type 00 class 0x030000
[    0.312005] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit 
pref]
[    0.312012] pci 0000:00:01.0: reg 0x18: [mem 0xd0000000-0xd07fffff 64bit 
pref]
[    0.312016] pci 0000:00:01.0: reg 0x20: [io  0xf000-0xf0ff]
[    0.312020] pci 0000:00:01.0: reg 0x24: [mem 0xff700000-0xff73ffff]
[    0.312025] pci 0000:00:01.0: reg 0x30: [mem 0xff740000-0xff75ffff pref]
[    0.312050] pci 0000:00:01.0: supports D1 D2
[    0.312052] pci 0000:00:01.0: PME# supported from D1 D2 D3hot
[    0.312158] pci 0000:00:01.1: [1002:1308] type 00 class 0x040300
[    0.312167] pci 0000:00:01.1: reg 0x10: [mem 0xff764000-0xff767fff 64bit]
[    0.312203] pci 0000:00:01.1: supports D1 D2
[    0.312295] pci 0000:00:02.0: [1022:1424] type 00 class 0x060000
[    0.312430] pci 0000:00:03.0: [1022:1424] type 00 class 0x060000
[    0.312537] pci 0000:00:03.1: [1022:1426] type 01 class 0x060400
[    0.312581] pci 0000:00:03.1: PME# supported from D0 D3hot D3cold
[    0.312652] pci 0000:00:03.1: System wakeup disabled by ACPI
[    0.312761] pci 0000:00:04.0: [1022:1424] type 00 class 0x060000
[    0.312900] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[    0.312921] pci 0000:00:10.0: reg 0x10: [mem 0xff76a000-0xff76bfff 64bit]
[    0.313011] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[    0.313088] pci 0000:00:10.0: System wakeup disabled by ACPI
[    0.313143] pci 0000:00:10.1: [1022:7814] type 00 class 0x0c0330
[    0.313163] pci 0000:00:10.1: reg 0x10: [mem 0xff768000-0xff769fff 64bit]
[    0.313253] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[    0.313329] pci 0000:00:10.1: System wakeup disabled by ACPI
[    0.313382] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[    0.313398] pci 0000:00:11.0: reg 0x10: [io  0xf190-0xf197]
[    0.313406] pci 0000:00:11.0: reg 0x14: [io  0xf180-0xf183]
[    0.313414] pci 0000:00:11.0: reg 0x18: [io  0xf170-0xf177]
[    0.313422] pci 0000:00:11.0: reg 0x1c: [io  0xf160-0xf163]
[    0.313429] pci 0000:00:11.0: reg 0x20: [io  0xf150-0xf15f]
[    0.313441] pci 0000:00:11.0: reg 0x24: [mem 0xff771000-0xff7717ff]
[    0.313601] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[    0.313613] pci 0000:00:12.0: reg 0x10: [mem 0xff770000-0xff770fff]
[    0.313717] pci 0000:00:12.0: System wakeup disabled by ACPI
[    0.313817] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[    0.313833] pci 0000:00:12.2: reg 0x10: [mem 0xff76f000-0xff76f0ff]
[    0.313898] pci 0000:00:12.2: supports D1 D2
[    0.313900] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.313967] pci 0000:00:12.2: System wakeup disabled by ACPI
[    0.314014] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[    0.314025] pci 0000:00:13.0: reg 0x10: [mem 0xff76e000-0xff76efff]
[    0.314130] pci 0000:00:13.0: System wakeup disabled by ACPI
[    0.314206] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[    0.314222] pci 0000:00:13.2: reg 0x10: [mem 0xff76d000-0xff76d0ff]
[    0.314287] pci 0000:00:13.2: supports D1 D2
[    0.314289] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[    0.314355] pci 0000:00:13.2: System wakeup disabled by ACPI
[    0.314432] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[    0.314602] pci 0000:00:14.1: [1022:780c] type 00 class 0x01018a
[    0.314613] pci 0000:00:14.1: reg 0x10: [io  0xf140-0xf147]
[    0.314621] pci 0000:00:14.1: reg 0x14: [io  0xf130-0xf133]
[    0.314629] pci 0000:00:14.1: reg 0x18: [io  0xf120-0xf127]
[    0.314637] pci 0000:00:14.1: reg 0x1c: [io  0xf110-0xf113]
[    0.314645] pci 0000:00:14.1: reg 0x20: [io  0xf100-0xf10f]
[    0.314661] pci 0000:00:14.1: legacy IDE quirk: reg 0x10: [io  0x01f0-0x01f7]
[    0.314666] pci 0000:00:14.1: legacy IDE quirk: reg 0x14: [io  0x03f6]
[    0.314670] pci 0000:00:14.1: legacy IDE quirk: reg 0x18: [io  0x0170-0x0177]
[    0.314674] pci 0000:00:14.1: legacy IDE quirk: reg 0x1c: [io  0x0376]
[    0.314810] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[    0.314828] pci 0000:00:14.2: reg 0x10: [mem 0xff760000-0xff763fff 64bit]
[    0.314881] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[    0.314945] pci 0000:00:14.2: System wakeup disabled by ACPI
[    0.314987] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[    0.315128] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[    0.315215] pci 0000:00:14.4: System wakeup disabled by ACPI
[    0.315257] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
[    0.315269] pci 0000:00:14.5: reg 0x10: [mem 0xff76c000-0xff76cfff]
[    0.315373] pci 0000:00:14.5: System wakeup disabled by ACPI
[    0.315454] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400
[    0.315519] pci 0000:00:15.0: supports D1 D2
[    0.315520] pci 0000:00:15.0: PME# supported from D0 D3hot D3cold
[    0.315593] pci 0000:00:15.0: System wakeup disabled by ACPI
[    0.315673] pci 0000:00:18.0: [1022:141a] type 00 class 0x060000
[    0.315790] pci 0000:00:18.1: [1022:141b] type 00 class 0x060000
[    0.315884] pci 0000:00:18.2: [1022:141c] type 00 class 0x060000
[    0.315975] pci 0000:00:18.3: [1022:141d] type 00 class 0x060000
[    0.316069] pci 0000:00:18.4: [1022:141e] type 00 class 0x060000
[    0.316160] pci 0000:00:18.5: [1022:141f] type 00 class 0x060000
[    0.316313] pci 0000:01:00.0: [168c:0034] type 00 class 0x028000
[    0.316332] pci 0000:01:00.0: reg 0x10: [mem 0xff600000-0xff67ffff 64bit]
[    0.316368] pci 0000:01:00.0: reg 0x30: [mem 0xff680000-0xff68ffff pref]
[    0.316417] pci 0000:01:00.0: supports D1
[    0.316419] pci 0000:01:00.0: PME# supported from D0 D1 D3hot
[    0.318524] pci 0000:00:03.1: PCI bridge to [bus 01]
[    0.318537] pci 0000:00:03.1:   bridge window [mem 0xff600000-0xff6fffff]
[    0.318692] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[    0.318703] pci 0000:00:14.4:   bridge window [io  0x0000-0x03af] 
(subtractive decode)
[    0.318704] pci 0000:00:14.4:   bridge window [io  0x03e0-0x0cf7] 
(subtractive decode)
[    0.318706] pci 0000:00:14.4:   bridge window [io  0x03b0-0x03df] 
(subtractive decode)
[    0.318707] pci 0000:00:14.4:   bridge window [io  0x0d00-0xffff] 
(subtractive decode)
[    0.318709] pci 0000:00:14.4:   bridge window [mem 0x000a0000-0x000bffff] 
(subtractive decode)
[    0.318710] pci 0000:00:14.4:   bridge window [mem 0x000c0000-0x000dffff] 
(subtractive decode)
[    0.318712] pci 0000:00:14.4:   bridge window [mem 0xc0000000-0xffffffff] 
(subtractive decode)
[    0.318787] pci 0000:03:00.0: [1969:10a1] type 00 class 0x020000
[    0.318815] pci 0000:03:00.0: reg 0x10: [mem 0xff500000-0xff53ffff 64bit]
[    0.318827] pci 0000:03:00.0: reg 0x18: [io  0xe000-0xe07f]
[    0.318939] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.320586] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.320600] pci 0000:00:15.0:   bridge window [io  0xe000-0xefff]
[    0.320604] pci 0000:00:15.0:   bridge window [mem 0xff500000-0xff5fffff]
[    0.321151] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 *11 14 15)
[    0.321265] ACPI: PCI Interrupt Link [LNKB] (IRQs *4 5 7 10 11 14 15)
[    0.321381] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 *10 11 14 15)
[    0.321505] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 *5 7 10 11 14 15)
[    0.321599] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[    0.321672] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[    0.321792] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[    0.321864] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[    0.322174] vgaarb: device added: 
PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[    0.322187] vgaarb: loaded
[    0.322189] vgaarb: bridge control possible 0000:00:01.0
[    0.322301] SCSI subsystem initialized
[    0.322381] libata version 3.00 loaded.
[    0.322397] ACPI: bus type USB registered
[    0.322429] usbcore: registered new interface driver usbfs
[    0.322441] usbcore: registered new interface driver hub
[    0.322473] usbcore: registered new device driver usb
[    0.322523] PCI: Using ACPI for IRQ routing
[    0.329258] PCI: pci_cache_line_size set to 64 bytes
[    0.329316] e820: reserve RAM buffer [mem 0x00098c00-0x0009ffff]
[    0.329318] e820: reserve RAM buffer [mem 0x7bdca000-0x7bffffff]
[    0.329319] e820: reserve RAM buffer [mem 0x7c0b9000-0x7fffffff]
[    0.329320] e820: reserve RAM buffer [mem 0x7e12f000-0x7fffffff]
[    0.329322] e820: reserve RAM buffer [mem 0x7e48b000-0x7fffffff]
[    0.329323] e820: reserve RAM buffer [mem 0x7f072000-0x7fffffff]
[    0.329324] e820: reserve RAM buffer [mem 0x7f800000-0x7fffffff]
[    0.329325] e820: reserve RAM buffer [mem 0x43f000000-0x43fffffff]
[    0.329461] NetLabel: Initializing
[    0.329465] NetLabel:  domain hash size = 128
[    0.329468] NetLabel:  protocols = UNLABELED CIPSOv4
[    0.329487] NetLabel:  unlabeled traffic allowed by default
[    0.329552] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[    0.329558] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[    0.331674] Switched to clocksource hpet
[    0.338921] AppArmor: AppArmor Filesystem Enabled
[    0.338960] pnp: PnP ACPI init
[    0.338977] ACPI: bus type PNP registered
[    0.339126] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[    0.339132] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[    0.339240] system 00:01: [mem 0x80000000-0xbfffffff] has been reserved
[    0.339246] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.339354] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
[    0.339359] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.339522] system 00:03: [io  0x0290-0x029f] has been reserved
[    0.339526] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.339569] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.339683] pnp 00:05: Plug and Play ACPI device, IDs PNP0b00 (active)
[    0.339755] system 00:06: [io  0x04d0-0x04d1] has been reserved
[    0.339760] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.340241] system 00:07: [io  0x04d0-0x04d1] has been reserved
[    0.340246] system 00:07: [io  0x040b] has been reserved
[    0.340249] system 00:07: [io  0x04d6] has been reserved
[    0.340253] system 00:07: [io  0x0c00-0x0c01] has been reserved
[    0.340258] system 00:07: [io  0x0c14] has been reserved
[    0.340262] system 00:07: [io  0x0c50-0x0c51] has been reserved
[    0.340266] system 00:07: [io  0x0c52] has been reserved
[    0.340269] system 00:07: [io  0x0c6c] has been reserved
[    0.340273] system 00:07: [io  0x0c6f] has been reserved
[    0.340277] system 00:07: [io  0x0cd0-0x0cd1] has been reserved
[    0.340281] system 00:07: [io  0x0cd2-0x0cd3] has been reserved
[    0.340285] system 00:07: [io  0x0cd4-0x0cd5] has been reserved
[    0.340289] system 00:07: [io  0x0cd6-0x0cd7] has been reserved
[    0.340293] system 00:07: [io  0x0cd8-0x0cdf] has been reserved
[    0.340298] system 00:07: [io  0x0800-0x089f] could not be reserved
[    0.340302] system 00:07: [io  0x0b20-0x0b3f] has been reserved
[    0.340307] system 00:07: [io  0x0900-0x090f] has been reserved
[    0.340312] system 00:07: [io  0x0910-0x091f] has been reserved
[    0.340316] system 00:07: [io  0xfe00-0xfefe] has been reserved
[    0.340321] system 00:07: [mem 0xfec00000-0xfec00fff] could not be reserved
[    0.340326] system 00:07: [mem 0xfee00000-0xfee00fff] has been reserved
[    0.340330] system 00:07: [mem 0xfed80000-0xfed8ffff] has been reserved
[    0.340335] system 00:07: [mem 0xfed61000-0xfed70fff] has been reserved
[    0.340339] system 00:07: [mem 0xfec10000-0xfec10fff] has been reserved
[    0.340344] system 00:07: [mem 0xfed00000-0xfed00fff] could not be reserved
[    0.340348] system 00:07: [mem 0xff800000-0xffffffff] has been reserved
[    0.340353] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[    0.340687] pnp: PnP ACPI: found 8 devices
[    0.340690] ACPI: bus type PNP unregistered
[    0.347894] pci 0000:00:03.1: PCI bridge to [bus 01]
[    0.347902] pci 0000:00:03.1:   bridge window [mem 0xff600000-0xff6fffff]
[    0.347909] pci 0000:00:14.4: PCI bridge to [bus 02]
[    0.347921] pci 0000:00:15.0: PCI bridge to [bus 03]
[    0.347925] pci 0000:00:15.0:   bridge window [io  0xe000-0xefff]
[    0.347932] pci 0000:00:15.0:   bridge window [mem 0xff500000-0xff5fffff]
[    0.347941] pci_bus 0000:00: resource 4 [io  0x0000-0x03af]
[    0.347942] pci_bus 0000:00: resource 5 [io  0x03e0-0x0cf7]
[    0.347944] pci_bus 0000:00: resource 6 [io  0x03b0-0x03df]
[    0.347945] pci_bus 0000:00: resource 7 [io  0x0d00-0xffff]
[    0.347946] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[    0.347948] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[    0.347949] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[    0.347951] pci_bus 0000:01: resource 1 [mem 0xff600000-0xff6fffff]
[    0.347953] pci_bus 0000:02: resource 4 [io  0x0000-0x03af]
[    0.347954] pci_bus 0000:02: resource 5 [io  0x03e0-0x0cf7]
[    0.347955] pci_bus 0000:02: resource 6 [io  0x03b0-0x03df]
[    0.347957] pci_bus 0000:02: resource 7 [io  0x0d00-0xffff]
[    0.347958] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
[    0.347959] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
[    0.347961] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
[    0.347962] pci_bus 0000:03: resource 0 [io  0xe000-0xefff]
[    0.347964] pci_bus 0000:03: resource 1 [mem 0xff500000-0xff5fffff]
[    0.348087] NET: Registered protocol family 2
[    0.348397] TCP established hash table entries: 131072 (order: 8, 1048576 
bytes)
[    0.348749] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.348925] TCP: Hash tables configured (established 131072 bind 65536)
[    0.348952] TCP: reno registered
[    0.348972] UDP hash table entries: 8192 (order: 6, 262144 bytes)
[    0.349041] UDP-Lite hash table entries: 8192 (order: 6, 262144 bytes)
[    0.349239] NET: Registered protocol family 1
[    0.349259] pci 0000:00:01.0: Boot video device
[    0.740667] pci 0000:03:00.0: set MSI_INTX_DISABLE_BUG flag
[    0.740678] PCI: CLS 64 bytes, default 64
[    0.740756] Unpacking initramfs...
[    0.939853] Freeing initrd memory: 23836K (ffff880035162000 - 
ffff8800368a9000)
[    0.939875] AMD-Vi: IOMMU performance counters supported
[    0.939987] ERROR: Unable to locate IOAPIC for GSI 56
[    0.939990] No IOAPIC for GSI 56
[    0.940264] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[    0.940268] AMD-Vi:  Extended features:  PPR GT IA PC
[    0.940274] AMD-Vi: Interrupt remapping enabled
[    0.940295] pci 0000:00:00.2: irq 72 for MSI/MSI-X
[    0.941229] AMD-Vi: Using passthrough domain for device 0000:00:01.0
[    0.951993] AMD-Vi: Lazy IO/TLB flushing enabled
[    0.952399] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[    0.952406] software IO TLB [mem 0x77dca000-0x7bdca000] (64MB) mapped at 
[ffff880077dca000-ffff88007bdc9fff]
[    0.952653] perf: AMD NB counters detected
[    0.952675] perf: amd_iommu: Detected. (2 banks, 4 counters/bank)
[    0.952719] microcode: CPU0: patch_level=0x06003104
[    0.952757] microcode: CPU1: patch_level=0x06003104
[    0.952769] microcode: CPU2: patch_level=0x06003104
[    0.952783] microcode: CPU3: patch_level=0x06003104
[    0.952855] microcode: Microcode Update Driver: v2.00 
<tig...@aivazian.fsnet.co.uk>, Peter Oruba
[    0.952864] LVT offset 0 assigned for vector 0x400
[    0.952878] perf: AMD IBS detected (0x000001ff)
[    0.952901] Scanning for low memory corruption every 60 seconds
[    0.953241] futex hash table entries: 1024 (order: 4, 65536 bytes)
[    0.953263] Initialise system trusted keyring
[    0.953324] audit: initializing netlink subsys (disabled)
[    0.953344] audit: type=2000 audit(1410009621.769:1): initialized
[    0.953789] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[    0.953830] zbud: loaded
[    0.954035] VFS: Disk quotas dquot_6.5.2
[    0.954083] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[    0.954289] msgmni has been set to 29848
[    0.954326] Key type big_key registered
[    0.954605] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 
252)
[    0.954652] io scheduler noop registered
[    0.954656] io scheduler deadline registered
[    0.954694] io scheduler cfq registered (default)
[    0.954911] pcieport 0000:00:03.1: irq 73 for MSI/MSI-X
[    0.955159] pcieport 0000:00:15.0: irq 74 for MSI/MSI-X
[    0.955240] pcieport 0000:00:03.1: Signaling PME through PCIe PME interrupt
[    0.955245] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[    0.955251] pcie_pme 0000:00:03.1:pcie01: service driver pcie_pme loaded
[    0.955295] pcieport 0000:00:15.0: Signaling PME through PCIe PME interrupt
[    0.955299] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[    0.955305] pcie_pme 0000:00:15.0:pcie01: service driver pcie_pme loaded
[    0.955320] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[    0.955338] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[    0.955379] vesafb: mode is 1920x1080x32, linelength=7680, pages=0
[    0.955383] vesafb: scrolling: redraw
[    0.955386] vesafb: Truecolor: size=0:8:8:8, shift=0:16:8:0
[    0.955406] vesafb: framebuffer at 0xc0000000, mapped to 0xffffc90011c80000, 
using 8128k, total 8128k
[    0.971874] Console: switching to colour frame buffer device 240x67
[    0.987568] fb0: VESA VGA frame buffer device
[    0.987656] GHES: HEST is not enabled!
[    0.987838] Serial: 8250/16550 driver, 32 ports, IRQ sharing disabled
[    0.989751] Non-volatile memory driver v1.3
[    0.989800] Linux agpgart interface v0.103
[    0.990002] ahci 0000:00:11.0: version 3.0
[    0.990160] ahci 0000:00:11.0: irq 75 for MSI/MSI-X
[    0.990164] ahci 0000:00:11.0: irq 76 for MSI/MSI-X
[    0.990168] ahci 0000:00:11.0: irq 77 for MSI/MSI-X
[    0.990172] ahci 0000:00:11.0: irq 78 for MSI/MSI-X
[    0.990223] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 3 ports 6 Gbps 0xb 
impl SATA mode
[    0.990314] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pmp pio 
slum part sxs 
[    0.991293] scsi0 : ahci
[    0.991471] scsi1 : ahci
[    0.991631] scsi2 : ahci
[    0.991792] scsi3 : ahci
[    0.991894] ata1: SATA max UDMA/133 abar m2048@0xff771000 port 0xff771100 
irq 75
[    0.992007] ata2: SATA max UDMA/133 abar m2048@0xff771000 port 0xff771180 
irq 76
[    0.992124] ata3: DUMMY
[    0.992154] ata4: SATA max UDMA/133 abar m2048@0xff771000 port 0xff771280 
irq 78
[    0.992260] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    0.992344] ehci-pci: EHCI PCI platform driver
[    0.992528] QUIRK: Enable AMD PLL fix
[    0.992543] ehci-pci 0000:00:12.2: EHCI Host Controller
[    0.992606] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus 
number 1
[    0.992690] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI 
dummy qh workaround
[    0.992854] ehci-pci 0000:00:12.2: debug port 1
[    0.992974] ehci-pci 0000:00:12.2: irq 17, io mem 0xff76f000
[    0.999268] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[    0.999398] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    0.999475] usb usb1: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    0.999555] usb usb1: Product: EHCI Host Controller
[    0.999610] usb usb1: Manufacturer: Linux 3.16.1-8.g2ab6585-desktop ehci_hcd
[    0.999688] usb usb1: SerialNumber: 0000:00:12.2
[    0.999976] hub 1-0:1.0: USB hub found
[    1.000026] hub 1-0:1.0: 5 ports detected
[    1.000523] ehci-pci 0000:00:13.2: EHCI Host Controller
[    1.000588] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus 
number 2
[    1.000673] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI 
dummy qh workaround
[    1.000837] ehci-pci 0000:00:13.2: debug port 1
[    1.000945] ehci-pci 0000:00:13.2: irq 17, io mem 0xff76d000
[    1.007264] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[    1.007393] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[    1.007470] usb usb2: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.007551] usb usb2: Product: EHCI Host Controller
[    1.007608] usb usb2: Manufacturer: Linux 3.16.1-8.g2ab6585-desktop ehci_hcd
[    1.007689] usb usb2: SerialNumber: 0000:00:13.2
[    1.007971] hub 2-0:1.0: USB hub found
[    1.011229] hub 2-0:1.0: 5 ports detected
[    1.014668] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    1.017908] uhci_hcd: USB Universal Host Controller Interface driver
[    1.021291] i8042: PNP: No PS/2 controller found. Probing ports directly.
[    1.027493] serio: i8042 KBD port at 0x60,0x64 irq 1
[    1.030784] serio: i8042 AUX port at 0x60,0x64 irq 12
[    1.034240] mousedev: PS/2 mouse device common for all mice
[    1.037767] rtc_cmos 00:05: RTC can wake from S4
[    1.041195] rtc_cmos 00:05: rtc core: registered rtc_cmos as rtc0
[    1.044323] rtc_cmos 00:05: alarms up to one month, y3k, 114 bytes nvram, 
hpet irqs
[    1.047443] ledtrig-cpu: registered to indicate activity on CPUs
[    1.050707] hidraw: raw HID events driver (C) Jiri Kosina
[    1.054094] usbcore: registered new interface driver usbhid
[    1.057354] usbhid: USB HID core driver
[    1.060663] TCP: cubic registered
[    1.064019] NET: Registered protocol family 10
[    1.068039] Loading compiled-in X.509 certificates
[    1.071219] registered taskstats version 1
[    1.074475] AppArmor: AppArmor sha1 policy hashing enabled
[    1.077999]   Magic number: 14:118:331
[    1.081165] tty tty52: hash matches
[    1.084512] rtc_cmos 00:05: setting system clock to 2014-09-06 13:20:22 UTC 
(1410009622)
[    1.087810] PM: Hibernation image not present or could not be loaded.
[    1.451855] ata2: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.455632] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.458816] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[    1.461985] ata1.00: supports DRM functions and may not be fully accessible
[    1.465196] ata2.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[    1.468233] ata2.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.471374] ata1.00: disabling queued TRIM support
[    1.471378] ata1.00: ATA-9: Crucial_CT120M500SSD1, MU05, max UDMA/133
[    1.474432] ata1.00: 234441648 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[    1.477577] ata4.00: ATA-9: WDC WD40EFRX-68WT0N0, 80.00A80, max UDMA/133
[    1.480608] ata4.00: 7814037168 sectors, multi 0: LBA48 NCQ (depth 31/32), AA
[    1.483765] ata2.00: configured for UDMA/133
[    1.486965] ata1.00: supports DRM functions and may not be fully accessible
[    1.490145] ata4.00: configured for UDMA/133
[    1.493322] ata1.00: disabling queued TRIM support
[    1.496857] ata1.00: configured for UDMA/133
[    1.500352] scsi 0:0:0:0: Direct-Access     ATA      Crucial_CT120M50 MU05 
PQ: 0 ANSI: 5
[    1.503857] sd 0:0:0:0: [sda] 234441648 512-byte logical blocks: (120 GB/111 
GiB)
[    1.507189] sd 0:0:0:0: [sda] 4096-byte physical blocks
[    1.507299] scsi 1:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68W 0A80 
PQ: 0 ANSI: 5
[    1.507529] sd 1:0:0:0: [sdb] 7814037168 512-byte logical blocks: (4.00 
TB/3.63 TiB)
[    1.507530] sd 1:0:0:0: [sdb] 4096-byte physical blocks
[    1.507563] sd 1:0:0:0: [sdb] Write Protect is off
[    1.507564] sd 1:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    1.507586] sd 1:0:0:0: [sdb] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.507648] scsi 3:0:0:0: Direct-Access     ATA      WDC WD40EFRX-68W 0A80 
PQ: 0 ANSI: 5
[    1.507827] sd 3:0:0:0: [sdc] 7814037168 512-byte logical blocks: (4.00 
TB/3.63 TiB)
[    1.507828] sd 3:0:0:0: [sdc] 4096-byte physical blocks
[    1.507893] sd 3:0:0:0: [sdc] Write Protect is off
[    1.507894] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    1.507921] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.515417]  sdb: unknown partition table
[    1.515550] sd 1:0:0:0: [sdb] Attached SCSI disk
[    1.519240]  sdc: unknown partition table
[    1.519497] sd 3:0:0:0: [sdc] Attached SCSI disk
[    1.556161] sd 0:0:0:0: [sda] Write Protect is off
[    1.559512] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    1.559548] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, 
doesn't support DPO or FUA
[    1.563442]  sda: sda1 sda2
[    1.567272] sd 0:0:0:0: [sda] Attached SCSI disk
[    1.571736] Freeing unused kernel memory: 1564K (ffffffff81efe000 - 
ffffffff82085000)
[    1.575096] Write protecting the kernel read-only data: 14336k
[    1.584266] Freeing unused kernel memory: 1888K (ffff880001628000 - 
ffff880001800000)
[    1.592180] Freeing unused kernel memory: 1440K (ffff880001c98000 - 
ffff880001e00000)
[    1.624525] alua: device handler registered
[    1.629960] emc: device handler registered
[    1.634746] hp_sw: device handler registered
[    1.639507] rdac: device handler registered
[    1.647400] systemd-udevd[128]: starting version 208
[    1.655156] ACPI: acpi_idle registered with cpuidle
[    1.663523] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.667034] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus 
number 3
[    1.670754] ohci-pci: OHCI PCI platform driver
[    1.670941] xhci_hcd 0000:00:10.0: irq 79 for MSI/MSI-X
[    1.670947] xhci_hcd 0000:00:10.0: irq 80 for MSI/MSI-X
[    1.670951] xhci_hcd 0000:00:10.0: irq 81 for MSI/MSI-X
[    1.670956] xhci_hcd 0000:00:10.0: irq 82 for MSI/MSI-X
[    1.670961] xhci_hcd 0000:00:10.0: irq 83 for MSI/MSI-X
[    1.671081] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[    1.671083] usb usb3: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.671084] usb usb3: Product: xHCI Host Controller
[    1.671085] usb usb3: Manufacturer: Linux 3.16.1-8.g2ab6585-desktop xhci_hcd
[    1.671086] usb usb3: SerialNumber: 0000:00:10.0
[    1.671246] hub 3-0:1.0: USB hub found
[    1.671254] hub 3-0:1.0: 2 ports detected
[    1.671350] xhci_hcd 0000:00:10.0: xHCI Host Controller
[    1.671352] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus 
number 4
[    1.674332] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[    1.674333] usb usb4: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.674334] usb usb4: Product: xHCI Host Controller
[    1.674334] usb usb4: Manufacturer: Linux 3.16.1-8.g2ab6585-desktop xhci_hcd
[    1.674335] usb usb4: SerialNumber: 0000:00:10.0
[    1.674473] hub 4-0:1.0: USB hub found
[    1.674481] hub 4-0:1.0: 2 ports detected
[    1.674723] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.674727] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus 
number 5
[    1.674934] xhci_hcd 0000:00:10.1: irq 84 for MSI/MSI-X
[    1.674940] xhci_hcd 0000:00:10.1: irq 85 for MSI/MSI-X
[    1.674944] xhci_hcd 0000:00:10.1: irq 86 for MSI/MSI-X
[    1.674949] xhci_hcd 0000:00:10.1: irq 87 for MSI/MSI-X
[    1.674954] xhci_hcd 0000:00:10.1: irq 88 for MSI/MSI-X
[    1.675071] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[    1.675072] usb usb5: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.675073] usb usb5: Product: xHCI Host Controller
[    1.675073] usb usb5: Manufacturer: Linux 3.16.1-8.g2ab6585-desktop xhci_hcd
[    1.675074] usb usb5: SerialNumber: 0000:00:10.1
[    1.675181] hub 5-0:1.0: USB hub found
[    1.675188] hub 5-0:1.0: 2 ports detected
[    1.675275] xhci_hcd 0000:00:10.1: xHCI Host Controller
[    1.675277] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus 
number 6
[    1.678345] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[    1.678346] usb usb6: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.678347] usb usb6: Product: xHCI Host Controller
[    1.678347] usb usb6: Manufacturer: Linux 3.16.1-8.g2ab6585-desktop xhci_hcd
[    1.678348] usb usb6: SerialNumber: 0000:00:10.1
[    1.678458] hub 6-0:1.0: USB hub found
[    1.678466] hub 6-0:1.0: 2 ports detected
[    1.788583] ohci-pci 0000:00:12.0: OHCI PCI host controller
[    1.792109] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus 
number 7
[    1.795588] ohci-pci 0000:00:12.0: irq 18, io mem 0xff770000
[    1.854566] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[    1.858613] usb usb7: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.861896] usb usb7: Product: OHCI PCI host controller
[    1.865078] usb usb7: Manufacturer: Linux 3.16.1-8.g2ab6585-desktop ohci_hcd
[    1.868376] usb usb7: SerialNumber: 0000:00:12.0
[    1.871893] hub 7-0:1.0: USB hub found
[    1.875157] hub 7-0:1.0: 5 ports detected
[    1.878691] ohci-pci 0000:00:13.0: OHCI PCI host controller
[    1.882000] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus 
number 8
[    1.885322] ohci-pci 0000:00:13.0: irq 18, io mem 0xff76e000
[    1.918405] random: nonblocking pool is initialized
[    1.943484] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[    1.947246] usb usb8: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    1.950499] usb usb8: Product: OHCI PCI host controller
[    1.953319] tsc: Refined TSC clocksource calibration: 3693.283 MHz
[    1.957070] usb usb8: Manufacturer: Linux 3.16.1-8.g2ab6585-desktop ohci_hcd
[    1.960499] usb usb8: SerialNumber: 0000:00:13.0
[    1.964085] hub 8-0:1.0: USB hub found
[    1.967323] hub 8-0:1.0: 5 ports detected
[    1.970751] ohci-pci 0000:00:14.5: OHCI PCI host controller
[    1.973930] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus 
number 9
[    1.977184] ohci-pci 0000:00:14.5: irq 18, io mem 0xff76c000
[    2.035394] usb usb9: New USB device found, idVendor=1d6b, idProduct=0001
[    2.039163] usb usb9: New USB device strings: Mfr=3, Product=2, 
SerialNumber=1
[    2.042324] usb usb9: Product: OHCI PCI host controller
[    2.045545] usb usb9: Manufacturer: Linux 3.16.1-8.g2ab6585-desktop ohci_hcd
[    2.048762] usb usb9: SerialNumber: 0000:00:14.5
[    2.052179] hub 9-0:1.0: USB hub found
[    2.055440] hub 9-0:1.0: 2 ports detected
[    2.298083] xor: automatically using best checksumming function:
[    2.307881]    avx       : 10932.000 MB/sec
[    2.324869] raid6: sse2x1    7507 MB/s
[    2.341854] raid6: sse2x2   10750 MB/s
[    2.350004] usb 3-2: new high-speed USB device number 2 using xhci_hcd
[    2.358835] raid6: sse2x4   12382 MB/s
[    2.358899] raid6: using algorithm sse2x4 (12382 MB/s)
[    2.358987] raid6: using ssse3x2 recovery algorithm
[    2.362535] Btrfs loaded, assert=on
[    2.401257] BTRFS: device label suse_root devid 1 transid 7609 /dev/sda2
[    2.428183] BTRFS info (device sda2): turning on discard
[    2.428282] BTRFS info (device sda2): use ssd allocation scheme
[    2.428384] BTRFS info (device sda2): enabling auto defrag
[    2.428479] BTRFS info (device sda2): disk space caching is enabled
[    2.464312] BTRFS info (device sda2): disk space caching is enabled
[    2.469729] usb 3-2: New USB device found, idVendor=0fca, idProduct=8012
[    2.469850] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    2.469973] usb 3-2: Product: RIM Network Device
[    2.470052] usb 3-2: Manufacturer: Research In Motion, Ltd.
[    2.470147] usb 3-2: SerialNumber: 19911987FD7CC2DA7ECA80304022B7D50C61D577
[    2.572792] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP 
+AUDIT +SELINUX -IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[    2.573965] systemd[1]: Set hostname to <foxcar>.
[    2.604363] device-mapper: uevent: version 1.0.3
[    2.604553] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: 
dm-de...@redhat.com
[    2.605372] LVM: Logical Volume autoactivation enabled.
[    2.605498] LVM: Activation generator successfully completed.
[    2.650427] systemd[1]: Starting Collect Read-Ahead Data...
[    2.651418] systemd[1]: Starting Replay Read-Ahead Data...
[    2.651904] systemd[1]: Starting System Time Synchronized.
[    2.652061] systemd[1]: Reached target System Time Synchronized.
[    2.652077] systemd[1]: Starting Remote File Systems (Pre).
[    2.652405] systemd[1]: Reached target Remote File Systems (Pre).
[    2.652433] systemd[1]: Starting Remote File Systems.
[    2.652760] systemd[1]: Reached target Remote File Systems.
[    2.652774] systemd[1]: Starting Syslog Socket.
[    2.653027] systemd[1]: Listening on Syslog Socket.
[    2.653041] systemd[1]: Starting Delayed Shutdown Socket.
[    2.653322] systemd[1]: Listening on Delayed Shutdown Socket.
[    2.653331] systemd[1]: Starting /dev/initctl Compatibility Named Pipe.
[    2.653602] systemd[1]: Listening on /dev/initctl Compatibility Named Pipe.
[    2.653612] systemd[1]: Starting LVM2 metadata daemon socket.
[    2.653820] systemd[1]: Listening on LVM2 metadata daemon socket.
[    2.653837] systemd[1]: Starting udev Kernel Socket.
[    2.654066] systemd[1]: Listening on udev Kernel Socket.
[    2.654078] systemd[1]: Starting udev Control Socket.
[    2.654260] systemd[1]: Listening on udev Control Socket.
[    2.654279] systemd[1]: Starting Journal Socket.
[    2.654483] systemd[1]: Listening on Journal Socket.
[    2.654511] systemd[1]: Starting Create dynamic rule for /dev/root link...
[    2.666464] systemd[1]: Starting LSB: Automatically rebuild the fglrx kernel 
module...
[    2.674893] systemd[1]: Starting Journal Service...
[    2.687351] systemd-journald[280]: Vacuuming done, freed 0 bytes
[    2.693510] systemd[1]: Started Journal Service.
[    2.789321] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    2.789388] sd 1:0:0:0: Attached scsi generic sg1 type 0
[    2.789430] sd 3:0:0:0: Attached scsi generic sg2 type 0
[    2.816721] systemd-udevd[365]: starting version 208
[    2.887197] BTRFS info (device sda2): disk space caching is enabled
[    2.893738] acpi-cpufreq: overriding BIOS provided _PSD data
[    2.910132] ACPI: Video Device [VGA] (multi-head: yes  rom: no  post: no)
[    2.910275] input: Video Bus as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A03:00/LNXVIDEO:00/input/input3
[    2.919653] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[    2.926846] input: Power Button as 
/devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input4
[    2.926897] ACPI: Power Button [PWRB]
[    2.926949] input: Power Button as 
/devices/LNXSYSTM:00/LNXPWRBN:00/input/input5
[    2.926974] ACPI: Power Button [PWRF]
[    2.942276] scsi4 : pata_atiixp
[    2.951876] input: PC Speaker as /devices/platform/pcspkr/input/input6
[    2.952153] scsi5 : pata_atiixp
[    2.952204] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
[    2.952205] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
[    2.952766] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, 
revision 0
[    2.952800] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 
0xb20
[    2.957262] Switched to clocksource tsc
[    2.979549] MCE: In-kernel MCE decoding enabled.
[    2.985940] usbcore: registered new interface driver cdc_ether
[    2.995360] EDAC MC: Ver: 3.0.0
[    3.002906] AMD64 EDAC driver v3.4.0
[    3.002937] EDAC amd64: DRAM ECC disabled.
[    3.002943] EDAC amd64: ECC disabled in the BIOS or no ECC capability, 
module will not load.
 Either enable ECC checking or force module loading by setting 
'ecc_enable_override'.
 (Note that use of the override may cause unknown side effects.)
[    3.020508] rndis_host 3-2:1.0: rndis media connect
[    3.031279] AVX version of gcm_enc/dec engaged.
[    3.035154] alx 0000:03:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet 
[d0:50:99:1c:1c:67]
[    3.038747] cfg80211: Calling CRDA to update world regulatory domain
[    3.048268] rndis_host 3-2:1.0 usb0: register 'rndis_host' at 
usb-0000:00:10.0-2, RNDIS device, 4a:9d:24:96:2c:24
[    3.048290] usbcore: registered new interface driver rndis_host
[    3.062305] usbcore: registered new interface driver rndis_wlan
[    3.063387] cfg80211: World regulatory domain updated:
[    3.063389] cfg80211:  DFS Master region: unset
[    3.063390] cfg80211:   (start_freq - end_freq @ bandwidth), 
(max_antenna_gain, max_eirp), (dfs_cac_time)
[    3.063391] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 
2000 mBm), (N/A)
[    3.063392] cfg80211:   (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 
2000 mBm), (N/A)
[    3.063393] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 
2000 mBm), (N/A)
[    3.063394] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 
2000 mBm), (N/A)
[    3.063395] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 
2000 mBm), (N/A)
[    3.115298] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: 
acl,user_xattr
[    3.130309] systemd-udevd[368]: renamed network interface usb0 to enp0s16f0u2
[    3.134447] usb 8-2: new low-speed USB device number 2 using ohci-pci
[    3.145613] systemd-journald[280]: Received request to flush runtime journal 
from PID 1
[    3.147039] kvm: Nested Virtualization enabled
[    3.147040] kvm: Nested Paging enabled
[    3.172235] ath: EEPROM regdomain: 0x60
[    3.172236] ath: EEPROM indicates we should expect a direct regpair map
[    3.172238] ath: Country alpha2 being used: 00
[    3.172238] ath: Regpair used: 0x60
[    3.177683] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[    3.177934] ieee80211 phy0: Atheros AR9462 Rev:2 mem=0xffffc90012600000, 
irq=32
[    3.196018] snd_hda_intel 0000:00:01.1: irq 89 for MSI/MSI-X
[    3.215714] input: HD-Audio Generic HDMI/DP,pcm=3 as 
/devices/pci0000:00/0000:00:01.1/sound/card0/input7
[    3.217353] sound hdaudioC1D0: ALC1150: SKU not ready 0x00000000
[    3.217724] sound hdaudioC1D0: autoconfig: line_outs=3 
(0x14/0x15/0x16/0x0/0x0) type:line
[    3.217726] sound hdaudioC1D0:    speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[    3.217727] sound hdaudioC1D0:    hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[    3.217728] sound hdaudioC1D0:    mono: mono_out=0x0
[    3.217730] sound hdaudioC1D0:    dig-out=0x1e/0x0
[    3.217730] sound hdaudioC1D0:    inputs:
[    3.217732] sound hdaudioC1D0:      Front Mic=0x19
[    3.217734] sound hdaudioC1D0:      Rear Mic=0x18
[    3.217735] sound hdaudioC1D0:      Line=0x1a
[    3.263004] input: HDA Digital PCBeep as 
/devices/pci0000:00/0000:00:14.2/sound/card1/hdaudioC1D0/input8
[    3.263312] input: HD-Audio Generic Front Mic as 
/devices/pci0000:00/0000:00:14.2/sound/card1/input9
[    3.263390] input: HD-Audio Generic Rear Mic as 
/devices/pci0000:00/0000:00:14.2/sound/card1/input10
[    3.263467] input: HD-Audio Generic Line as 
/devices/pci0000:00/0000:00:14.2/sound/card1/input11
[    3.263570] input: HD-Audio Generic Line Out Front as 
/devices/pci0000:00/0000:00:14.2/sound/card1/input12
[    3.263656] input: HD-Audio Generic Line Out Surround as 
/devices/pci0000:00/0000:00:14.2/sound/card1/input13
[    3.263743] input: HD-Audio Generic Line Out CLFE as 
/devices/pci0000:00/0000:00:14.2/sound/card1/input14
[    3.263819] input: HD-Audio Generic Front Headphone as 
/devices/pci0000:00/0000:00:14.2/sound/card1/input15
[    3.286159] usb 8-2: New USB device found, idVendor=046d, idProduct=c05a
[    3.286160] usb 8-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.286161] usb 8-2: Product: USB Optical Mouse
[    3.286162] usb 8-2: Manufacturer: Logitech
[    3.293376] input: Logitech USB Optical Mouse as 
/devices/pci0000:00/0000:00:13.0/usb8/8-2/8-2:1.0/0003:046D:C05A.0001/input/input16
[    3.293510] hid-generic 0003:046D:C05A.0001: input,hidraw0: USB HID v1.11 
Mouse [Logitech USB Optical Mouse] on usb-0000:00:13.0-2/input0
[    3.520819] usb 8-3: new low-speed USB device number 3 using ohci-pci
[    3.676815] usb 8-3: New USB device found, idVendor=046d, idProduct=c31d
[    3.683235] usb 8-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    3.690190] usb 8-3: Product: USB Keyboard
[    3.697222] usb 8-3: Manufacturer: Logitech
[    3.713240] input: Logitech USB Keyboard as 
/devices/pci0000:00/0000:00:13.0/usb8/8-3/8-3:1.0/0003:046D:C31D.0002/input/input17
[    3.719226] hid-generic 0003:046D:C31D.0002: input,hidraw1: USB HID v1.10 
Keyboard [Logitech USB Keyboard] on usb-0000:00:13.0-3/input0
[    3.738818] input: Logitech USB Keyboard as 
/devices/pci0000:00/0000:00:13.0/usb8/8-3/8-3:1.1/0003:046D:C31D.0003/input/input18
[    3.743668] hid-generic 0003:046D:C31D.0003: input,hidraw2: USB HID v1.10 
Device [Logitech USB Keyboard] on usb-0000:00:13.0-3/input1
[    3.870378] usb 8-5: new full-speed USB device number 4 using ohci-pci
[    4.027465] usb 8-5: string descriptor 0 read error: -22
[    4.032886] usb 8-5: New USB device found, idVendor=13d3, idProduct=3393
[    4.037992] usb 8-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    4.053976] Bluetooth: Core ver 2.19
[    4.058445] NET: Registered protocol family 31
[    4.062568] Bluetooth: HCI device and connection manager initialized
[    4.066874] Bluetooth: HCI socket layer initialized
[    4.070998] Bluetooth: L2CAP socket layer initialized
[    4.075192] Bluetooth: SCO socket layer initialized
[    4.081164] usbcore: registered new interface driver btusb
[    4.175390] usbcore: registered new interface driver ath3k
[    4.607918] usb 8-5: USB disconnect, device number 4
[    4.839601] usb 8-5: new full-speed USB device number 5 using ohci-pci
[    4.997553] usb 8-5: string descriptor 0 read error: -22
[    5.002612] usb 8-5: New USB device found, idVendor=13d3, idProduct=3393
[    5.006717] usb 8-5: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    5.030429] systemd-journald[280]: Received request to flush runtime journal 
from PID 1
[   10.082412] AMD IOMMUv2 driver by Joerg Roedel <joerg.roe...@amd.com>
[   10.093597] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, 
Starnberg, GERMANY' taints kernel.
[   10.097982] Disabling lock debugging due to kernel taint
[   10.125863] <6>[fglrx] Maximum main memory to use for locked dma buffers: 
14574 MBytes.
[   10.130851] <6>[fglrx]   vendor: 1002 device: 130f count: 1
[   10.135335] <6>[fglrx] IOMMU is enabled, CrossFire are not supported on this 
platform
[   10.139374] <6>[fglrx] Disable IOMMU in BIOS options or kernel boot 
parameters to support CF
[   10.143539] <6>[fglrx] ioport: bar 4, base 0xf000, size: 0x100
[   10.148082] <6>[fglrx] Kernel PAT support is enabled
[   10.152142] <6>[fglrx] module loaded - fglrx 14.20.7 [May 22 2014] with 1 
minors
[   10.199537] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[   10.199538] Bluetooth: BNEP filters: protocol multicast
[   10.199544] Bluetooth: BNEP socket layer initialized
[   10.263989] fuse init (API version 7.23)
[   10.842939] fglrx_pci 0000:00:01.0: irq 90 for MSI/MSI-X
[   10.843712] <6>[fglrx] Firegl kernel thread PID: 1973
[   10.843788] <6>[fglrx] Firegl kernel thread PID: 1974
[   10.843979] <6>[fglrx] Firegl kernel thread PID: 1975
[   10.844072] <6>[fglrx] IRQ 90 Enabled
[   10.851291] <6>[fglrx] Reserved FB block: Shared offset:0, size:1000000 
[   10.851295] <6>[fglrx] Reserved FB block: Unshared offset:fa38000, size:4000 
[   10.851296] <6>[fglrx] Reserved FB block: Unshared offset:fa3c000, 
size:4c4000 
[   10.851298] <6>[fglrx] Reserved FB block: Unshared offset:ff00000, 
size:100000 
[   10.851299] <6>[fglrx] Reserved FB block: Unshared offset:3ffd8000, 
size:28000 
[   10.939997] alx 0000:03:00.0: irq 91 for MSI/MSI-X
[   10.940174] IPv6: ADDRCONF(NETDEV_UP): eth0: link is not ready
[   10.941075] alx 0000:03:00.0 eth0: NIC Up: 1 Gbps Full
[   10.941321] IPv6: ADDRCONF(NETDEV_CHANGE): eth0: link becomes ready
[   13.489091] NET: Registered protocol family 17
[   19.253938] Bluetooth: RFCOMM TTY layer initialized
[   19.253949] Bluetooth: RFCOMM socket layer initialized
[   19.253955] Bluetooth: RFCOMM ver 1.11
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1422
        Subsystem: ASRock Incorporation Device 1422
        Control: I/O- Mem- BusMaster+ 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:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Device 1423
        Subsystem: Advanced Micro Devices, Inc. [AMD] Device 1423
        Control: I/O- Mem- BusMaster+ 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 72
        Capabilities: [40] Secure device <?>
        Capabilities: [54] MSI: Enable+ Count=1/4 Maskable- 64bit+
                Address: 00000000fee0f00c  Data: 4161
        Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+

00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] 
Kaveri (prog-if 00 [VGA controller])
        Subsystem: ASRock Incorporation Device 130f
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- 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 90
        Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
        Region 2: Memory at d0000000 (64-bit, prefetchable) [size=8M]
        Region 4: I/O ports at f000 [size=256]
        Region 5: Memory at ff700000 (32-bit, non-prefetchable) [size=256K]
        Expansion ROM at ff740000 [disabled] [size=128K]
        Capabilities: [48] Vendor Specific Information: Len=08 <?>
        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 Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 
<1us
                        ExtTag+ 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 unknown, Width x0, ASPM unknown, Latency 
L0 <64ns, L1 <1us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- 
DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, 
EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, 
LinkEqualizationRequest-
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee00000  Data: 0000
        Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 <?>
        Capabilities: [270 v1] #19
        Capabilities: [2b0 v1] Address Translation Service (ATS)
                ATSCap: Invalidate Queue Depth: 00
                ATSCtl: Enable+, Smallest Translation Unit: 00
        Capabilities: [2c0 v1] #13
        Capabilities: [2d0 v1] #1b
        Kernel driver in use: fglrx_pci
        Kernel modules: radeon, fglrx

00:01.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Device 1308
        Subsystem: ASRock Incorporation Device 1308
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- 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 89
        Region 0: Memory at ff764000 (64-bit, non-prefetchable) [size=16K]
        Capabilities: [48] Vendor Specific Information: Len=08 <?>
        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 Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 
<1us
                        ExtTag+ 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 unknown, Width x0, ASPM unknown, Latency 
L0 <64ns, L1 <1us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- 
DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, 
OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, 
EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, 
LinkEqualizationRequest-
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee00000  Data: 0000
        Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 <?>
        Kernel driver in use: snd_hda_intel
        Kernel modules: snd_hda_intel

00:02.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1424
        Control: I/O- 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:03.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1424
        Control: I/O- 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:03.1 PCI bridge: Advanced Micro Devices, Inc. [AMD] Device 1426 (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=01, subordinate=01, sec-latency=0
        I/O behind bridge: 0000f000-00000fff
        Memory behind bridge: ff600000-ff6fffff
        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 512 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 512 bytes
                DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- 
TransPend-
                LnkCap: Port #1, Speed 5GT/s, Width x4, 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-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
Surprise-
                        Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
LinkChg-
                        Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
Interlock-
                        Changed: MRL- PresDet- LinkState-
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ 
CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, 
OBFF Not Supported ARIFwd-
                DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, 
OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, 
EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, 
LinkEqualizationRequest-
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee00000  Data: 0000
        Capabilities: [b0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 
1234
        Capabilities: [b8] HyperTransport: MSI Mapping Enable+ Fixed+
        Capabilities: [100 v1] Vendor Specific Information: ID=0001 Rev=1 
Len=010 <?>
        Capabilities: [270 v1] #19
        Kernel driver in use: pcieport
        Kernel modules: shpchp

00:04.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 1424
        Control: I/O- 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:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI 
Controller (rev 09) (prog-if 30 [XHCI])
        Subsystem: ASRock Incorporation Device 7814
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- 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 18
        Region 0: Memory at ff76a000 (64-bit, non-prefetchable) [size=8K]
        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: [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) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 
unlimited, L1 unlimited
                        ExtTag- 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 unknown, Width x0, ASPM unknown, Latency 
L0 <64ns, L1 <1us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- 
DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, 
OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, 
EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, 
LinkEqualizationRequest-
        Capabilities: [100 v1] Latency Tolerance Reporting
                Max snoop latency: 0ns
                Max no snoop latency: 0ns
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_hcd

00:10.1 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI 
Controller (rev 09) (prog-if 30 [XHCI])
        Subsystem: ASRock Incorporation Device 7814
        Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- 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 17
        Region 0: Memory at ff768000 (64-bit, non-prefetchable) [size=8K]
        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: [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) Root Complex Integrated Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 
unlimited, L1 unlimited
                        ExtTag- 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 unknown, Width x0, ASPM unknown, Latency 
L0 <64ns, L1 <1us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; Disabled- Retrain- CommClk-
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed unknown, Width x0, TrErr- Train- SlotClk- 
DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, 
OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, 
EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, 
LinkEqualizationRequest-
        Kernel driver in use: xhci_hcd
        Kernel modules: xhci_hcd

00:11.0 SATA controller: Advanced Micro Devices, Inc. [AMD] FCH SATA Controller 
[AHCI mode] (rev 40) (prog-if 01 [AHCI 1.0])
        Subsystem: ASRock Incorporation Device 7801
        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: 32
        Interrupt: pin A routed to IRQ 75
        Region 0: I/O ports at f190 [size=8]
        Region 1: I/O ports at f180 [size=4]
        Region 2: I/O ports at f170 [size=8]
        Region 3: I/O ports at f160 [size=4]
        Region 4: I/O ports at f150 [size=16]
        Region 5: Memory at ff771000 (32-bit, non-prefetchable) [size=2K]
        Capabilities: [50] MSI: Enable+ Count=4/4 Maskable- 64bit+
                Address: 00000000fee00000  Data: 0000
        Capabilities: [70] SATA HBA v1.0 InCfgSpace
        Kernel driver in use: ahci

00:12.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI 
Controller (rev 11) (prog-if 10 [OHCI])
        Subsystem: ASRock Incorporation Device 7807
        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: 32, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at ff770000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci
        Kernel modules: ohci_pci

00:12.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI 
Controller (rev 11) (prog-if 20 [EHCI])
        Subsystem: ASRock Incorporation Device 7808
        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: 32, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 17
        Region 0: Memory at ff76f000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [c0] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                Bridge: PM- B3+
        Capabilities: [e4] Debug port: BAR=1 offset=00e0
        Kernel driver in use: ehci-pci

00:13.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI 
Controller (rev 11) (prog-if 10 [OHCI])
        Subsystem: ASRock Incorporation Device 7807
        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: 32, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 18
        Region 0: Memory at ff76e000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci
        Kernel modules: ohci_pci

00:13.2 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB EHCI 
Controller (rev 11) (prog-if 20 [EHCI])
        Subsystem: ASRock Incorporation Device 7808
        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: 32, Cache Line Size: 64 bytes
        Interrupt: pin B routed to IRQ 17
        Region 0: Memory at ff76d000 (32-bit, non-prefetchable) [size=256]
        Capabilities: [c0] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA 
PME(D0+,D1+,D2+,D3hot+,D3cold+)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
                Bridge: PM- B3+
        Capabilities: [e4] Debug port: BAR=1 offset=00e0
        Kernel driver in use: ehci-pci

00:14.0 SMBus: Advanced Micro Devices, Inc. [AMD] FCH SMBus Controller (rev 16)
        Subsystem: ASRock Incorporation Device 780b
        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
        Kernel modules: i2c_piix4

00:14.1 IDE interface: Advanced Micro Devices, Inc. [AMD] FCH IDE Controller 
(prog-if 8a [Master SecP PriP])
        Subsystem: ASRock Incorporation Device 780c
        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: 32
        Interrupt: pin B routed to IRQ 17
        Region 0: I/O ports at 01f0 [size=8]
        Region 1: I/O ports at 03f4
        Region 2: I/O ports at 0170 [size=8]
        Region 3: I/O ports at 0374
        Region 4: I/O ports at f100 [size=16]
        Kernel driver in use: pata_atiixp
        Kernel modules: pata_atiixp, pata_acpi, ata_generic

00:14.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller 
(rev 01)
        Subsystem: ASRock Incorporation Device 1150
        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: 32, Cache Line Size: 64 bytes
        Interrupt: pin A routed to IRQ 16
        Region 0: Memory at ff760000 (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
        Kernel modules: snd_hda_intel

00:14.3 ISA bridge: Advanced Micro Devices, Inc. [AMD] FCH LPC Bridge (rev 11)
        Subsystem: ASRock Incorporation Device 780e
        Control: I/O+ Mem+ BusMaster+ SpecCycle+ MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- 
<TAbort- <MAbort- >SERR- <PERR- INTx-
        Latency: 0

00:14.4 PCI bridge: Advanced Micro Devices, Inc. [AMD] FCH PCI Bridge (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=02, subordinate=02, sec-latency=64
        I/O behind bridge: 0000f000-00000fff
        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: Advanced Micro Devices, Inc. [AMD] FCH USB OHCI 
Controller (rev 11) (prog-if 10 [OHCI])
        Subsystem: ASRock Incorporation Device 7809
        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: 32, Cache Line Size: 64 bytes
        Interrupt: pin C routed to IRQ 18
        Region 0: Memory at ff76c000 (32-bit, non-prefetchable) [size=4K]
        Kernel driver in use: ohci-pci
        Kernel modules: ohci_pci

00:15.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge 
(PCIE port 0) (prog-if 00 [Normal decode])
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx+
        Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Latency: 0, Cache Line Size: 64 bytes
        Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
        I/O behind bridge: 0000e000-0000efff
        Memory behind bridge: ff500000-ff5fffff
        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 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 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive+ BWMgmt+ ABWMgmt-
                SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- 
Surprise-
                        Slot #0, PowerLimit 0.000W; Interlock- NoCompl+
                SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- 
LinkChg-
                        Control: AttnInd Unknown, PwrInd Unknown, Power- 
Interlock-
                SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ 
Interlock-
                        Changed: MRL- PresDet- LinkState+
                RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna+ 
CRSVisible-
                RootCap: CRSVisible-
                RootSta: PME ReqID 0000, PMEStatus- PMEPending-
                DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, 
OBFF Not Supported ARIFwd-
                DevCtl2: Completion Timeout: 65ms to 210ms, TimeoutDis-, LTR-, 
OBFF Disabled ARIFwd-
                LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -3.5dB, 
EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, 
LinkEqualizationRequest-
        Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
                Address: 00000000fee00000  Data: 0000
        Capabilities: [b0] Subsystem: Advanced Micro Devices, Inc. [AMD] Device 
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
        Kernel modules: shpchp

00:18.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 141a
        Control: I/O- 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.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 141b
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 141c
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-
        Kernel modules: amd64_edac_mod

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

00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 141e
        Control: I/O- 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.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Device 141f
        Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- SERR- FastB2B- DisINTx-
        Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- 
<MAbort- >SERR- <PERR- INTx-

01:00.0 Network controller: Qualcomm Atheros AR9462 Wireless Network Adapter 
(rev 01)
        Subsystem: AzureWave Device 2110
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- 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 32
        Region 0: Memory at ff600000 (64-bit, non-prefetchable) [size=512K]
        Expansion ROM at ff680000 [disabled] [size=64K]
        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/4 Maskable+ 64bit+
                Address: 0000000000000000  Data: 0000
                Masking: 00000000  Pending: 00000000
        Capabilities: [70] Express (v2) Endpoint, MSI 00
                DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s 
unlimited, 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 <4us, L1 <64us
                        ClockPM- Surprise- LLActRep- BwNot-
                LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+
                        ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
                LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ 
DLActive- BWMgmt- ABWMgmt-
                DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR-, 
OBFF Not Supported
                DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, 
OBFF Disabled
                LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
                         Transmit Margin: Normal Operating Range, 
EnterModifiedCompliance- ComplianceSOS-
                         Compliance De-emphasis: -6dB
                LnkSta2: Current De-emphasis Level: -6dB, 
EqualizationComplete-, EqualizationPhase1-
                         EqualizationPhase2-, EqualizationPhase3-, 
LinkEqualizationRequest-
        Capabilities: [100 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
        Capabilities: [140 v1] 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=01
                        Status: NegoPending- InProgress-
        Capabilities: [160 v1] Device Serial Number 00-00-00-00-00-00-00-00
        Kernel driver in use: ath9k
        Kernel modules: ath9k

03:00.0 Ethernet controller: Qualcomm Atheros QCA8171 Gigabit Ethernet (rev 10)
        Subsystem: ASRock Incorporation Device 10a1
        Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- 
Stepping- 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 91
        Region 0: Memory at ff500000 (64-bit, non-prefetchable) [size=256K]
        Region 2: I/O ports at e000 [size=128]
        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: [58] Express (v1) Endpoint, MSI 00
                DevCap: MaxPayload 4096 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 2.5GT/s, Width x1, ASPM L0s L1, Latency 
L0 unlimited, L1 unlimited
                        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: [c0] MSI: Enable+ Count=1/16 Maskable+ 64bit+
                Address: 00000000fee00000  Data: 0000
                Masking: 0000fffe  Pending: 00000000
        Capabilities: [d8] MSI-X: Enable- Count=16 Masked-
                Vector table: BAR=0 offset=00002000
                PBA: BAR=0 offset=00003000
        Capabilities: [100 v1] Advanced Error Reporting
                UESta:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UEMsk:  DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
                UESvrt: DLP- SDES+ TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- 
RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
                CESta:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
                CEMsk:  RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
                AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
        Capabilities: [180 v1] Device Serial Number 00-00-00-00-00-00-00-00
        Kernel driver in use: alx
        Kernel modules: alx

_______________________________________________
iommu mailing list
iommu@lists.linux-foundation.org
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to