Skip to content

Instantly share code, notes, and snippets.

@arrjay
Last active January 16, 2016 05:47
Show Gist options
  • Save arrjay/3c516a8eaef16e997bb8 to your computer and use it in GitHub Desktop.
Save arrjay/3c516a8eaef16e997bb8 to your computer and use it in GitHub Desktop.
fedora kvm vga + usb card passthrough (uefi) with fedora guest - WARNING GUEST REBOOT CRASHES HOST
<domain type='kvm' id='6'>
<name>fedora</name>
<uuid>f27b54f7-3e1f-43ef-a433-173ac03361d4</uuid>
<memory unit='KiB'>1572864</memory>
<currentMemory unit='KiB'>1572864</currentMemory>
<memoryBacking>
<nosharepages/>
</memoryBacking>
<vcpu placement='static'>2</vcpu>
<resource>
<partition>/machine</partition>
</resource>
<os>
<type arch='x86_64' machine='pc-i440fx-2.4'>hvm</type>
<loader readonly='yes' type='pflash'>/usr/share/edk2.git/ovmf-x64/OVMF_CODE-pure-efi.fd</loader>
<nvram>/var/lib/libvirt/qemu/nvram/fedora_VARS.fd</nvram>
<boot dev='hd'/>
</os>
<features>
<acpi/>
<apic/>
<pae/>
<hyperv>
<relaxed state='on'/>
<vapic state='on'/>
<spinlocks state='on' retries='4095'/>
</hyperv>
</features>
<cpu mode='custom' match='exact'>
<model fallback='allow'>Opteron_G5</model>
</cpu>
<clock offset='utc'>
<timer name='rtc' tickpolicy='catchup' track='guest'/>
<timer name='pit' tickpolicy='delay'/>
<timer name='hpet' present='no'/>
</clock>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<pm>
<suspend-to-mem enabled='no'/>
<suspend-to-disk enabled='no'/>
</pm>
<devices>
<emulator>/usr/bin/qemu-kvm</emulator>
<disk type='block' device='disk'>
<driver name='qemu' type='raw' cache='none' io='native'/>
<source dev='/dev/fedora_shadowbox/vm_fedora'/>
<backingStore/>
<target dev='vda' bus='virtio'/>
<alias name='virtio-disk0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x08' function='0x0'/>
</disk>
<controller type='usb' index='0' model='ich9-ehci1'>
<alias name='usb'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x7'/>
</controller>
<controller type='usb' index='0' model='ich9-uhci1'>
<alias name='usb'/>
<master startport='0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x0' multifunction='on'/>
</controller>
<controller type='usb' index='0' model='ich9-uhci2'>
<alias name='usb'/>
<master startport='2'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x1'/>
</controller>
<controller type='usb' index='0' model='ich9-uhci3'>
<alias name='usb'/>
<master startport='4'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x05' function='0x2'/>
</controller>
<controller type='pci' index='0' model='pci-root'>
<alias name='pci.0'/>
</controller>
<controller type='virtio-serial' index='0'>
<alias name='virtio-serial0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x04' function='0x0'/>
</controller>
<interface type='bridge'>
<mac address='52:54:00:74:76:35'/>
<source bridge='br0'/>
<target dev='vnet0'/>
<model type='virtio'/>
<alias name='net0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/>
</interface>
<serial type='pty'>
<source path='/dev/pts/2'/>
<target port='0'/>
<alias name='serial0'/>
</serial>
<console type='pty' tty='/dev/pts/2'>
<source path='/dev/pts/2'/>
<target type='serial' port='0'/>
<alias name='serial0'/>
</console>
<channel type='unix'>
<source mode='bind' path='/var/lib/libvirt/qemu/channel/target/fedora.org.qemu.guest_agent.0'/>
<target type='virtio' name='org.qemu.guest_agent.0' state='disconnected'/>
<alias name='channel0'/>
<address type='virtio-serial' controller='0' bus='0' port='1'/>
</channel>
<hostdev mode='subsystem' type='pci' managed='yes'>
<driver name='vfio'/>
<source>
<address domain='0x0000' bus='0x02' slot='0x00' function='0x0'/>
</source>
<alias name='hostdev0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x06' function='0x0'/>
</hostdev>
<hostdev mode='subsystem' type='pci' managed='yes'>
<driver name='vfio'/>
<source>
<address domain='0x0000' bus='0x01' slot='0x00' function='0x0'/>
</source>
<alias name='hostdev1'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x02' function='0x0'/>
</hostdev>
<hostdev mode='subsystem' type='pci' managed='yes'>
<driver name='vfio'/>
<source>
<address domain='0x0000' bus='0x01' slot='0x00' function='0x1'/>
</source>
<alias name='hostdev2'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x07' function='0x0'/>
</hostdev>
<memballoon model='virtio'>
<alias name='balloon0'/>
<address type='pci' domain='0x0000' bus='0x00' slot='0x09' function='0x0'/>
</memballoon>
</devices>
<seclabel type='dynamic' model='selinux' relabel='yes'>
<label>system_u:system_r:svirt_t:s0:c29,c410</label>
<imagelabel>system_u:object_r:svirt_image_t:s0:c29,c410</imagelabel>
</seclabel>
</domain>
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.3.3-300.fc23.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 5.3.1 20151207 (Red Hat 5.3.1-2) (GCC) ) #1 SMP Tue Jan 5 23:31:01 UTC 2016
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.3.3-300.fc23.x86_64 root=/dev/mapper/fedora_dynclient--78-root ro rd.lvm.lv=fedora_dynclient-78/root rd.lvm.lv=fedora_dynclient-78/swap rhgb quiet LANG=en_US.UTF-8
[ 0.000000] tseg: 0000000000
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000005ebf4fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005ebf5000-0x000000005ec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005ec11000-0x000000005ec30fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005ec31000-0x000000005ec42fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005ec43000-0x000000005ec8dfff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005ec8e000-0x000000005ee12fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005ee13000-0x000000005fe92fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005fe93000-0x000000005feeafff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005feeb000-0x000000005fef2fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000005fef3000-0x000000005fef6fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000005fef7000-0x000000005ffcffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000005ffd0000-0x000000005ffeffff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000005fff0000-0x000000005fffffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x5e113018-0x5e122a57] usable ==> usable
[ 0.000000] e820: update [mem 0x5e0e3018-0x5e112c57] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x000000005e0e3017] usable
[ 0.000000] reserve setup_data: [mem 0x000000005e0e3018-0x000000005e112c57] usable
[ 0.000000] reserve setup_data: [mem 0x000000005e112c58-0x000000005e113017] usable
[ 0.000000] reserve setup_data: [mem 0x000000005e113018-0x000000005e122a57] usable
[ 0.000000] reserve setup_data: [mem 0x000000005e122a58-0x000000005ebf4fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000005ebf5000-0x000000005ec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000005ec11000-0x000000005ec30fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000005ec31000-0x000000005ec42fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000005ec43000-0x000000005ec8dfff] usable
[ 0.000000] reserve setup_data: [mem 0x000000005ec8e000-0x000000005ee12fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000005ee13000-0x000000005fe92fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000005fe93000-0x000000005feeafff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000005feeb000-0x000000005fef2fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000005fef3000-0x000000005fef6fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000005fef7000-0x000000005ffcffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000005ffd0000-0x000000005ffeffff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000005fff0000-0x000000005fffffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000ffe00000-0x00000000ffffffff] reserved
[ 0.000000] efi: EFI v2.50 by EDK II
[ 0.000000] efi: SMBIOS=0x5fec9000 ACPI=0x5fef2000 ACPI 2.0=0x5fef2014
[ 0.000000] SMBIOS 2.8 present.
[ 0.000000] DMI: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 0.0.0 02/06/2015
[ 0.000000] Hypervisor detected: KVM
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x60000 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: write-back
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-FFFFF uncachable
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0060000000 mask FFE0000000 uncachable
[ 0.000000] 1 base 0080000000 mask FF80000000 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] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] Base memory trampoline at [ffff880000099000] 99000 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 [0x0304b000, 0x0304bfff] PGTABLE
[ 0.000000] BRK [0x0304c000, 0x0304cfff] PGTABLE
[ 0.000000] BRK [0x0304d000, 0x0304dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x5de00000-0x5dffffff]
[ 0.000000] [mem 0x5de00000-0x5dffffff] page 2M
[ 0.000000] BRK [0x0304e000, 0x0304efff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x40000000-0x5ddfffff]
[ 0.000000] [mem 0x40000000-0x5ddfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x20000000-0x3fffffff]
[ 0.000000] [mem 0x20000000-0x3fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x1fffffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x1fffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x5e000000-0x5ebf4fff]
[ 0.000000] [mem 0x5e000000-0x5e9fffff] page 2M
[ 0.000000] [mem 0x5ea00000-0x5ebf4fff] page 4k
[ 0.000000] BRK [0x0304f000, 0x0304ffff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x5ec11000-0x5ec30fff]
[ 0.000000] [mem 0x5ec11000-0x5ec30fff] page 4k
[ 0.000000] BRK [0x03050000, 0x03050fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x5ec43000-0x5ec8dfff]
[ 0.000000] [mem 0x5ec43000-0x5ec8dfff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x5ee13000-0x5fe92fff]
[ 0.000000] [mem 0x5ee13000-0x5effffff] page 4k
[ 0.000000] [mem 0x5f000000-0x5fdfffff] page 2M
[ 0.000000] [mem 0x5fe00000-0x5fe92fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x5fef7000-0x5ffcffff]
[ 0.000000] [mem 0x5fef7000-0x5ffcffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x5fff0000-0x5fffffff]
[ 0.000000] [mem 0x5fff0000-0x5fffffff] page 4k
[ 0.000000] RAMDISK: [mem 0x3dc21000-0x3ed06fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x000000005FEF2014 000024 (v02 BOCHS )
[ 0.000000] ACPI: XSDT 0x000000005FEF10E8 00003C (v01 BOCHS BXPCFACP 00000001 01000013)
[ 0.000000] ACPI: FACP 0x000000005FEEF000 000074 (v01 BOCHS BXPCFACP 00000001 BXPC 00000001)
[ 0.000000] ACPI: DSDT 0x000000005FEF0000 000BD4 (v01 BOCHS BXPCDSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: FACS 0x000000005FEF5000 000040
[ 0.000000] ACPI: SSDT 0x000000005FEEE000 0009C2 (v01 BOCHS BXPCSSDT 00000001 BXPC 00000001)
[ 0.000000] ACPI: APIC 0x000000005FEED000 000080 (v01 BOCHS BXPCAPIC 00000001 BXPC 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000005fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x5ee96000-0x5eea9fff]
[ 0.000000] kvm-clock: Using msrs 4b564d01 and 4b564d00
[ 0.000000] kvm-clock: cpu 0, msr 0:5fff0001, primary cpu clock
[ 0.000000] clocksource: kvm-clock: mask: 0xffffffffffffffff max_cycles: 0x1cd42e4dffb, max_idle_ns: 881590591483 ns
[ 0.000000] [ffffea0000000000-ffffea00017fffff] PMD -> [ffff88005c000000-ffff88005d7fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x000000005fffffff]
[ 0.000000] Normal empty
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x000000005ebf4fff]
[ 0.000000] node 0: [mem 0x000000005ec11000-0x000000005ec30fff]
[ 0.000000] node 0: [mem 0x000000005ec43000-0x000000005ec8dfff]
[ 0.000000] node 0: [mem 0x000000005ee13000-0x000000005fe92fff]
[ 0.000000] node 0: [mem 0x000000005fef7000-0x000000005ffcffff]
[ 0.000000] node 0: [mem 0x000000005fff0000-0x000000005fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000005fffffff]
[ 0.000000] On node 0 totalpages: 392552
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 2039 pages reserved
[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 6080 pages used for memmap
[ 0.000000] DMA32 zone: 388553 pages, LIFO batch:31
[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[ 0.000000] ACPI: PM-Timer IO Port: 0xb008
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] dfl dfl lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 0, version 17, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 5 global_irq 5 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 10 global_irq 10 high level)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 11 global_irq 11 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ5 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] ACPI: IRQ10 used by override.
[ 0.000000] ACPI: IRQ11 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5e0e3000-0x5e0e3fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5e112000-0x5e112fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5e113000-0x5e113fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5e122000-0x5e122fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5ebf5000-0x5ec10fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5ec31000-0x5ec42fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5ec8e000-0x5ee12fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5fe93000-0x5feeafff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5feeb000-0x5fef2fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5fef3000-0x5fef6fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x5ffd0000-0x5ffeffff]
[ 0.000000] e820: [mem 0x60000000-0xffdfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on KVM
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88005de00000 s98328 r8192 d32744 u1048576
[ 0.000000] pcpu-alloc: s98328 r8192 d32744 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] KVM setup async PF for cpu 0
[ 0.000000] kvm-stealtime: cpu 0, msr 5de0d900
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 384369
[ 0.000000] Policy zone: DMA32
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.3.3-300.fc23.x86_64 root=/dev/mapper/fedora_dynclient--78-root ro rd.lvm.lv=fedora_dynclient-78/root rd.lvm.lv=fedora_dynclient-78/swap rhgb quiet LANG=en_US.UTF-8
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 1472688K/1570208K available (7705K kernel code, 1283K rwdata, 3376K rodata, 1520K init, 1552K bss, 97520K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=2.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=2
[ 0.000000] NR_IRQS:65792 nr_irqs:440 16
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-1.
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] tsc: Detected 3899.996 MHz processor
[ 0.000000] tsc: Marking TSC unstable due to TSCs unsynchronized
[ 0.001000] Calibrating delay loop (skipped) preset value.. 7799.99 BogoMIPS (lpj=3899996)
[ 0.001000] pid_max: default: 32768 minimum: 301
[ 0.001000] ACPI: Core revision 20150818
[ 0.001000] ACPI: 2 ACPI AML tables successfully acquired and loaded
[ 0.001875] Security Framework initialized
[ 0.001879] Yama: becoming mindful.
[ 0.001884] SELinux: Initializing.
[ 0.001893] SELinux: Starting in permissive mode
[ 0.002098] Dentry cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.002621] Inode-cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.002878] Mount-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.002882] Mountpoint-cache hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.003147] Initializing cgroup subsys io
[ 0.003153] Initializing cgroup subsys memory
[ 0.003160] Initializing cgroup subsys devices
[ 0.003162] Initializing cgroup subsys freezer
[ 0.003165] Initializing cgroup subsys net_cls
[ 0.003167] Initializing cgroup subsys perf_event
[ 0.003169] Initializing cgroup subsys net_prio
[ 0.003171] Initializing cgroup subsys hugetlb
[ 0.003176] Initializing cgroup subsys pids
[ 0.003302] mce: CPU supports 10 MCE banks
[ 0.003346] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[ 0.003347] Last level dTLB entries: 4KB 512, 2MB 255, 4MB 127, 1GB 0
[ 0.004758] Freeing SMP alternatives memory: 28K (ffffffff81ebe000 - ffffffff81ec5000)
[ 0.009463] ftrace: allocating 29064 entries in 114 pages
[ 0.015275] x2apic enabled
[ 0.016004] Switched APIC routing to physical x2apic.
[ 0.016848] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.017000] smpboot: CPU0: AMD Opteron 63xx class CPU (family: 0x15, model: 0x2, stepping: 0x0)
[ 0.017000] Performance Events: AMD PMU driver.
[ 0.017000] ... version: 0
[ 0.017000] ... bit width: 48
[ 0.017000] ... generic registers: 4
[ 0.017000] ... value mask: 0000ffffffffffff
[ 0.017000] ... max period: 00007fffffffffff
[ 0.017000] ... fixed-purpose events: 0
[ 0.017000] ... event mask: 000000000000000f
[ 0.017000] x86: Booting SMP configuration:
[ 0.017000] .... node #0, CPUs: #1
[ 0.017000] kvm-clock: cpu 1, msr 0:5fff0041, secondary cpu clock
[ 0.028083] x86: Booted up 1 node, 2 CPUs
[ 0.028087] smpboot: Total of 2 processors activated (15599.98 BogoMIPS)
[ 0.028073] KVM setup async PF for cpu 1
[ 0.028073] kvm-stealtime: cpu 1, msr 5df0d900
[ 0.028512] devtmpfs: initialized
[ 0.030790] PM: Registering ACPI NVS region [mem 0x5fef3000-0x5fef6fff] (16384 bytes)
[ 0.030790] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.030790] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.030790] pinctrl core: initialized pinctrl subsystem
[ 0.031120] RTC time: 4:57:16, date: 01/16/16
[ 0.031268] NET: Registered protocol family 16
[ 0.033017] cpuidle: using governor menu
[ 0.033809] ACPI: bus type PCI registered
[ 0.033812] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.034093] PCI: Using configuration type 1 for base access
[ 0.034095] PCI: Using configuration type 1 for extended access
[ 0.034246] mtrr: your CPUs had inconsistent fixed MTRR settings
[ 0.034247] mtrr: your CPUs had inconsistent variable MTRR settings
[ 0.034248] mtrr: your CPUs had inconsistent MTRRdefType settings
[ 0.034249] mtrr: probably your BIOS does not setup all CPUs.
[ 0.034249] mtrr: corrected configuration.
[ 0.037099] ACPI: Added _OSI(Module Device)
[ 0.037099] ACPI: Added _OSI(Processor Device)
[ 0.037099] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.037099] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.038573] ACPI: Interpreter enabled
[ 0.038578] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150818/hwxface-580)
[ 0.038581] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[ 0.038584] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150818/hwxface-580)
[ 0.038586] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S4_] (20150818/hwxface-580)
[ 0.038591] ACPI: (supports S0 S5)
[ 0.038593] ACPI: Using IOAPIC for interrupt routing
[ 0.038608] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.041236] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.041242] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.041247] acpi PNP0A03:00: _OSC failed (AE_NOT_FOUND); disabling ASPM
[ 0.041580] acpiphp: Slot [2] registered
[ 0.041609] acpiphp: Slot [3] registered
[ 0.041632] acpiphp: Slot [4] registered
[ 0.041669] acpiphp: Slot [6] registered
[ 0.041694] acpiphp: Slot [7] registered
[ 0.041719] acpiphp: Slot [8] registered
[ 0.041741] acpiphp: Slot [9] registered
[ 0.041763] acpiphp: Slot [10] registered
[ 0.041785] acpiphp: Slot [11] registered
[ 0.041807] acpiphp: Slot [12] registered
[ 0.041830] acpiphp: Slot [13] registered
[ 0.041852] acpiphp: Slot [14] registered
[ 0.041874] acpiphp: Slot [15] registered
[ 0.041896] acpiphp: Slot [16] registered
[ 0.041925] acpiphp: Slot [17] registered
[ 0.041947] acpiphp: Slot [18] registered
[ 0.041968] acpiphp: Slot [19] registered
[ 0.042001] acpiphp: Slot [20] registered
[ 0.042024] acpiphp: Slot [21] registered
[ 0.042046] acpiphp: Slot [22] registered
[ 0.042068] acpiphp: Slot [23] registered
[ 0.042096] acpiphp: Slot [24] registered
[ 0.042125] acpiphp: Slot [25] registered
[ 0.042147] acpiphp: Slot [26] registered
[ 0.042170] acpiphp: Slot [27] registered
[ 0.042192] acpiphp: Slot [28] registered
[ 0.042214] acpiphp: Slot [29] registered
[ 0.042235] acpiphp: Slot [30] registered
[ 0.042257] acpiphp: Slot [31] registered
[ 0.042271] PCI host bridge to bus 0000:00
[ 0.042274] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.042276] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7 window]
[ 0.042278] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.042281] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.042283] pci_bus 0000:00: root bus resource [mem 0x60000000-0xfebfffff window]
[ 0.042326] pci 0000:00:00.0: [8086:1237] type 00 class 0x060000
[ 0.042952] pci 0000:00:01.0: [8086:7000] type 00 class 0x060100
[ 0.043596] pci 0000:00:01.1: [8086:7010] type 00 class 0x010180
[ 0.056011] pci 0000:00:01.1: reg 0x20: [io 0xc200-0xc20f]
[ 0.061047] pci 0000:00:01.1: legacy IDE quirk: reg 0x10: [io 0x01f0-0x01f7]
[ 0.061051] pci 0000:00:01.1: legacy IDE quirk: reg 0x14: [io 0x03f6]
[ 0.061052] pci 0000:00:01.1: legacy IDE quirk: reg 0x18: [io 0x0170-0x0177]
[ 0.061054] pci 0000:00:01.1: legacy IDE quirk: reg 0x1c: [io 0x0376]
[ 0.061239] pci 0000:00:01.3: [8086:7113] type 00 class 0x068000
[ 0.062317] pci 0000:00:01.3: quirk: [io 0xb000-0xb03f] claimed by PIIX4 ACPI
[ 0.062327] pci 0000:00:01.3: quirk: [io 0xb100-0xb10f] claimed by PIIX4 SMB
[ 0.062591] pci 0000:00:02.0: [1002:6738] type 00 class 0x030000
[ 0.065024] pci 0000:00:02.0: reg 0x10: [mem 0x80000000-0x8fffffff 64bit pref]
[ 0.068035] pci 0000:00:02.0: reg 0x18: [mem 0x90000000-0x9001ffff 64bit]
[ 0.071023] pci 0000:00:02.0: reg 0x20: [io 0xc000-0xc0ff]
[ 0.077023] pci 0000:00:02.0: reg 0x30: [mem 0xfffe0000-0xffffffff pref]
[ 0.077199] pci 0000:00:02.0: supports D1 D2
[ 0.078142] pci 0000:00:03.0: [1af4:1000] type 00 class 0x020000
[ 0.081011] pci 0000:00:03.0: reg 0x10: [io 0xc1e0-0xc1ff]
[ 0.084011] pci 0000:00:03.0: reg 0x14: [mem 0x90039000-0x90039fff]
[ 0.098012] pci 0000:00:03.0: reg 0x30: [mem 0xfffc0000-0xffffffff pref]
[ 0.099302] pci 0000:00:04.0: [1af4:1003] type 00 class 0x078000
[ 0.101011] pci 0000:00:04.0: reg 0x10: [io 0xc1c0-0xc1df]
[ 0.104010] pci 0000:00:04.0: reg 0x14: [mem 0x90038000-0x90038fff]
[ 0.121251] pci 0000:00:05.0: [8086:2934] type 00 class 0x0c0300
[ 0.133012] pci 0000:00:05.0: reg 0x20: [io 0xc1a0-0xc1bf]
[ 0.138235] pci 0000:00:05.1: [8086:2935] type 00 class 0x0c0300
[ 0.150011] pci 0000:00:05.1: reg 0x20: [io 0xc180-0xc19f]
[ 0.156205] pci 0000:00:05.2: [8086:2936] type 00 class 0x0c0300
[ 0.168010] pci 0000:00:05.2: reg 0x20: [io 0xc160-0xc17f]
[ 0.174043] pci 0000:00:05.7: [8086:293a] type 00 class 0x0c0320
[ 0.176010] pci 0000:00:05.7: reg 0x10: [mem 0x90037000-0x90037fff]
[ 0.193271] pci 0000:00:06.0: [1b73:1100] type 00 class 0x0c0330
[ 0.195035] pci 0000:00:06.0: reg 0x10: [mem 0x90020000-0x9002ffff 64bit]
[ 0.198027] pci 0000:00:06.0: reg 0x18: [mem 0x90034000-0x90034fff 64bit]
[ 0.201039] pci 0000:00:06.0: reg 0x20: [mem 0x90035000-0x90035fff 64bit]
[ 0.206198] pci 0000:00:06.0: supports D1
[ 0.206202] pci 0000:00:06.0: PME# supported from D0 D1 D3hot
[ 0.206527] pci 0000:00:07.0: [1002:aa88] type 00 class 0x040300
[ 0.208022] pci 0000:00:07.0: reg 0x10: [mem 0x90030000-0x90033fff 64bit]
[ 0.222199] pci 0000:00:07.0: supports D1 D2
[ 0.222416] pci 0000:00:08.0: [1af4:1001] type 00 class 0x010000
[ 0.224011] pci 0000:00:08.0: reg 0x10: [io 0xc100-0xc13f]
[ 0.227011] pci 0000:00:08.0: reg 0x14: [mem 0x90036000-0x90036fff]
[ 0.243274] pci 0000:00:09.0: [1af4:1002] type 00 class 0x00ff00
[ 0.245010] pci 0000:00:09.0: reg 0x10: [io 0xc140-0xc15f]
[ 0.262661] ACPI: PCI Interrupt Link [LNKA] (IRQs 5 10 *11)
[ 0.262767] ACPI: PCI Interrupt Link [LNKB] (IRQs 5 10 *11)
[ 0.262965] ACPI: PCI Interrupt Link [LNKC] (IRQs 5 *10 11)
[ 0.263061] ACPI: PCI Interrupt Link [LNKD] (IRQs 5 *10 11)
[ 0.263169] ACPI: PCI Interrupt Link [LNKS] (IRQs *9)
[ 0.263534] ACPI: Enabled 16 GPEs in block 00 to 0F
[ 0.263647] vgaarb: setting as boot device: PCI:0000:00:02.0
[ 0.263647] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.263647] vgaarb: loaded
[ 0.263647] vgaarb: bridge control possible 0000:00:02.0
[ 0.263647] SCSI subsystem initialized
[ 0.263647] libata version 3.00 loaded.
[ 0.263647] ACPI: bus type USB registered
[ 0.263647] usbcore: registered new interface driver usbfs
[ 0.263647] usbcore: registered new interface driver hub
[ 0.263647] usbcore: registered new device driver usb
[ 0.264133] PCI: Using ACPI for IRQ routing
[ 0.264133] PCI: pci_cache_line_size set to 64 bytes
[ 0.264309] e820: reserve RAM buffer [mem 0x5e0e3018-0x5fffffff]
[ 0.264312] e820: reserve RAM buffer [mem 0x5e113018-0x5fffffff]
[ 0.264313] e820: reserve RAM buffer [mem 0x5ebf5000-0x5fffffff]
[ 0.264315] e820: reserve RAM buffer [mem 0x5ec31000-0x5fffffff]
[ 0.264316] e820: reserve RAM buffer [mem 0x5ec8e000-0x5fffffff]
[ 0.264318] e820: reserve RAM buffer [mem 0x5fe93000-0x5fffffff]
[ 0.264319] e820: reserve RAM buffer [mem 0x5ffd0000-0x5fffffff]
[ 0.264437] NetLabel: Initializing
[ 0.264439] NetLabel: domain hash size = 128
[ 0.264439] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.264449] NetLabel: unlabeled traffic allowed by default
[ 0.264535] clocksource: Switched to clocksource kvm-clock
[ 0.272522] pnp: PnP ACPI init
[ 0.272582] pnp 00:00: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.272620] pnp 00:01: Plug and Play ACPI device, IDs PNP0303 (active)
[ 0.272646] pnp 00:02: Plug and Play ACPI device, IDs PNP0f13 (active)
[ 0.272669] pnp 00:03: [dma 2]
[ 0.272685] pnp 00:03: Plug and Play ACPI device, IDs PNP0700 (active)
[ 0.272777] pnp 00:04: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.272955] pnp: PnP ACPI: found 5 devices
[ 0.280126] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.280136] pci 0000:00:02.0: can't claim BAR 6 [mem 0xfffe0000-0xffffffff pref]: no compatible bridge window
[ 0.280138] pci 0000:00:03.0: can't claim BAR 6 [mem 0xfffc0000-0xffffffff pref]: no compatible bridge window
[ 0.280148] pci 0000:00:03.0: BAR 6: assigned [mem 0x60000000-0x6003ffff pref]
[ 0.280151] pci 0000:00:02.0: BAR 6: assigned [mem 0x60040000-0x6005ffff pref]
[ 0.280154] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7 window]
[ 0.280155] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff window]
[ 0.280157] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff window]
[ 0.280159] pci_bus 0000:00: resource 7 [mem 0x60000000-0xfebfffff window]
[ 0.280196] NET: Registered protocol family 2
[ 0.280391] TCP established hash table entries: 16384 (order: 5, 131072 bytes)
[ 0.280438] TCP bind hash table entries: 16384 (order: 6, 262144 bytes)
[ 0.280503] TCP: Hash tables configured (established 16384 bind 16384)
[ 0.280535] UDP hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.280547] UDP-Lite hash table entries: 1024 (order: 3, 32768 bytes)
[ 0.280596] NET: Registered protocol family 1
[ 0.280610] pci 0000:00:00.0: Limiting direct PCI/PCI transfers
[ 0.280642] pci 0000:00:01.0: PIIX3: Enabling Passive Release
[ 0.280662] pci 0000:00:01.0: Activating ISA DMA hang workarounds
[ 0.280705] pci 0000:00:02.0: Video device with shadowed ROM
[ 0.294413] PCI: CLS 64 bytes, default 64
[ 0.294496] Unpacking initramfs...
[ 0.533729] Freeing initrd memory: 17304K (ffff88003dc21000 - ffff88003ed07000)
[ 0.533837] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x706eb0792cc, max_idle_ns: 881591209130 ns
[ 0.533900] microcode: CPU0: patch_level=0x01000065
[ 0.533918] microcode: CPU1: patch_level=0x01000065
[ 0.534019] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.534550] futex hash table entries: 512 (order: 3, 32768 bytes)
[ 0.534576] audit: initializing netlink subsys (disabled)
[ 0.534596] audit: type=2000 audit(1452920239.528:1): initialized
[ 0.534798] Initialise system trusted keyring
[ 0.534897] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.536573] zbud: loaded
[ 0.536773] VFS: Disk quotas dquot_6.6.0
[ 0.536806] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.537231] Key type big_key registered
[ 0.537233] SELinux: Registering netfilter hooks
[ 0.542044] NET: Registered protocol family 38
[ 0.542053] Key type asymmetric registered
[ 0.542056] Asymmetric key parser 'x509' registered
[ 0.542085] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.542113] io scheduler noop registered
[ 0.542116] io scheduler deadline registered
[ 0.542156] io scheduler cfq registered (default)
[ 0.542267] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.542275] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.542374] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[ 0.542377] ACPI: Power Button [PWRF]
[ 0.542588] GHES: HEST is not enabled!
[ 0.542673] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.567630] 00:04: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.569596] Non-volatile memory driver v1.3
[ 0.569634] Linux agpgart interface v0.103
[ 0.570073] ata_piix 0000:00:01.1: version 2.13
[ 0.570603] scsi host0: ata_piix
[ 0.570699] scsi host1: ata_piix
[ 0.570738] ata1: PATA max MWDMA2 cmd 0x1f0 ctl 0x3f6 bmdma 0xc200 irq 14
[ 0.570739] ata2: PATA max MWDMA2 cmd 0x170 ctl 0x376 bmdma 0xc208 irq 15
[ 0.570839] libphy: Fixed MDIO Bus: probed
[ 0.570841] ata1: port disabled--ignoring
[ 0.570930] ata2: port disabled--ignoring
[ 0.592676] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 11
[ 0.594791] xhci_hcd 0000:00:06.0: xHCI Host Controller
[ 0.594915] xhci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 1
[ 0.595132] xhci_hcd 0000:00:06.0: hcc params 0x200071a1 hci version 0x100 quirks 0x00000010
[ 0.618233] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.618236] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.618238] usb usb1: Product: xHCI Host Controller
[ 0.618240] usb usb1: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.618241] usb usb1: SerialNumber: 0000:00:06.0
[ 0.618437] hub 1-0:1.0: USB hub found
[ 0.618449] hub 1-0:1.0: 4 ports detected
[ 0.618559] xhci_hcd 0000:00:06.0: xHCI Host Controller
[ 0.618613] xhci_hcd 0000:00:06.0: new USB bus registered, assigned bus number 2
[ 0.618648] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.618664] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.618666] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.618667] usb usb2: Product: xHCI Host Controller
[ 0.618668] usb usb2: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.618670] usb usb2: SerialNumber: 0000:00:06.0
[ 0.618767] hub 2-0:1.0: USB hub found
[ 0.618776] hub 2-0:1.0: 4 ports detected
[ 0.618896] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.618900] ehci-pci: EHCI PCI platform driver
[ 0.640651] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 10
[ 0.642951] ehci-pci 0000:00:05.7: EHCI Host Controller
[ 0.643101] ehci-pci 0000:00:05.7: new USB bus registered, assigned bus number 3
[ 0.643284] ehci-pci 0000:00:05.7: irq 10, io mem 0x90037000
[ 0.649076] ehci-pci 0000:00:05.7: USB 2.0 started, EHCI 1.00
[ 0.649139] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.649141] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.649142] usb usb3: Product: EHCI Host Controller
[ 0.649144] usb usb3: Manufacturer: Linux 4.3.3-300.fc23.x86_64 ehci_hcd
[ 0.649145] usb usb3: SerialNumber: 0000:00:05.7
[ 0.649296] hub 3-0:1.0: USB hub found
[ 0.649301] hub 3-0:1.0: 6 ports detected
[ 0.649578] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.649583] ohci-pci: OHCI PCI platform driver
[ 0.649596] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.672852] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 11
[ 0.675232] uhci_hcd 0000:00:05.0: UHCI Host Controller
[ 0.675402] uhci_hcd 0000:00:05.0: new USB bus registered, assigned bus number 4
[ 0.675423] uhci_hcd 0000:00:05.0: detected 2 ports
[ 0.675518] uhci_hcd 0000:00:05.0: irq 11, io base 0x0000c1a0
[ 0.675605] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.675607] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.675609] usb usb4: Product: UHCI Host Controller
[ 0.675612] usb usb4: Manufacturer: Linux 4.3.3-300.fc23.x86_64 uhci_hcd
[ 0.675613] usb usb4: SerialNumber: 0000:00:05.0
[ 0.675737] hub 4-0:1.0: USB hub found
[ 0.675744] hub 4-0:1.0: 2 ports detected
[ 0.700479] uhci_hcd 0000:00:05.1: UHCI Host Controller
[ 0.700598] uhci_hcd 0000:00:05.1: new USB bus registered, assigned bus number 5
[ 0.700618] uhci_hcd 0000:00:05.1: detected 2 ports
[ 0.700672] uhci_hcd 0000:00:05.1: irq 11, io base 0x0000c180
[ 0.700743] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.700744] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.700746] usb usb5: Product: UHCI Host Controller
[ 0.700747] usb usb5: Manufacturer: Linux 4.3.3-300.fc23.x86_64 uhci_hcd
[ 0.700749] usb usb5: SerialNumber: 0000:00:05.1
[ 0.700872] hub 5-0:1.0: USB hub found
[ 0.700877] hub 5-0:1.0: 2 ports detected
[ 0.723458] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 10
[ 0.726157] uhci_hcd 0000:00:05.2: UHCI Host Controller
[ 0.726241] uhci_hcd 0000:00:05.2: new USB bus registered, assigned bus number 6
[ 0.726264] uhci_hcd 0000:00:05.2: detected 2 ports
[ 0.726319] uhci_hcd 0000:00:05.2: irq 10, io base 0x0000c160
[ 0.726414] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.726416] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.726417] usb usb6: Product: UHCI Host Controller
[ 0.726419] usb usb6: Manufacturer: Linux 4.3.3-300.fc23.x86_64 uhci_hcd
[ 0.726420] usb usb6: SerialNumber: 0000:00:05.2
[ 0.726524] hub 6-0:1.0: USB hub found
[ 0.726530] hub 6-0:1.0: 2 ports detected
[ 0.726719] usbcore: registered new interface driver usbserial
[ 0.726726] usbcore: registered new interface driver usbserial_generic
[ 0.726733] usbserial: USB Serial support registered for generic
[ 0.726766] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12
[ 0.727577] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.727582] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.727688] mousedev: PS/2 mouse device common for all mice
[ 0.727927] rtc_cmos 00:00: RTC can wake from S4
[ 0.728251] rtc_cmos 00:00: rtc core: registered rtc_cmos as rtc0
[ 0.728415] rtc_cmos 00:00: alarms up to one day, 114 bytes nvram
[ 0.728476] device-mapper: uevent: version 1.0.3
[ 0.728577] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[ 0.728789] hidraw: raw HID events driver (C) Jiri Kosina
[ 0.728839] usbcore: registered new interface driver usbhid
[ 0.728841] usbhid: USB HID core driver
[ 0.728915] drop_monitor: Initializing network drop monitor service
[ 0.728980] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 0.729084] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input1
[ 0.729228] Initializing XFRM netlink socket
[ 0.729376] NET: Registered protocol family 10
[ 0.729698] mip6: Mobile IPv6
[ 0.729703] NET: Registered protocol family 17
[ 0.729915] AVX version of gcm_enc/dec engaged.
[ 0.729917] AES CTR mode by8 optimization enabled
[ 0.730455] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input4
[ 0.730790] input: VirtualPS/2 VMware VMMouse as /devices/platform/i8042/serio1/input/input3
[ 0.756124] registered taskstats version 1
[ 0.756139] Loading compiled-in X.509 certificates
[ 0.756931] Loaded X.509 cert 'Fedora kernel signing key: 703694d4f6e20d93ac1e25efb30b6fc8c7f9cc80'
[ 0.756960] zswap: loaded using pool lzo/zbud
[ 0.757544] Magic number: 0:36:970
[ 0.757669] rtc_cmos 00:00: setting system clock to 2016-01-16 04:57:17 UTC (1452920237)
[ 0.757744] PM: Hibernation image not present or could not be loaded.
[ 0.758278] Freeing unused kernel memory: 1520K (ffffffff81d42000 - ffffffff81ebe000)
[ 0.758282] Write protecting the kernel read-only data: 12288k
[ 0.758706] Freeing unused kernel memory: 476K (ffff880002789000 - ffff880002800000)
[ 0.758971] Freeing unused kernel memory: 720K (ffff880002b4c000 - ffff880002c00000)
[ 0.762553] random: systemd urandom read with 3 bits of entropy available
[ 0.763376] systemd[1]: systemd 222 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 0.763398] systemd[1]: Detected virtualization microsoft.
[ 0.763402] systemd[1]: Detected architecture x86-64.
[ 0.763404] systemd[1]: Running in initial RAM disk.
[ 0.763441] systemd[1]: Set hostname to <dynclient-78.dyn.produxi.net>.
[ 0.805345] systemd[1]: Reached target Timers.
[ 0.805368] systemd[1]: Starting Timers.
[ 0.805375] systemd[1]: Reached target Local File Systems.
[ 0.805381] systemd[1]: Starting Local File Systems.
[ 0.805387] systemd[1]: Reached target Swap.
[ 0.805393] systemd[1]: Starting Swap.
[ 0.805624] systemd[1]: Created slice -.slice.
[ 0.805629] systemd[1]: Starting -.slice.
[ 0.805724] systemd[1]: Listening on Journal Audit Socket.
[ 0.805733] systemd[1]: Starting Journal Audit Socket.
[ 0.805774] systemd[1]: Listening on Journal Socket.
[ 0.805781] systemd[1]: Starting Journal Socket.
[ 0.805807] systemd[1]: Listening on udev Control Socket.
[ 0.805813] systemd[1]: Starting udev Control Socket.
[ 0.805836] systemd[1]: Listening on Journal Socket (/dev/log).
[ 0.805841] systemd[1]: Starting Journal Socket (/dev/log).
[ 0.805857] systemd[1]: Listening on udev Kernel Socket.
[ 0.805862] systemd[1]: Starting udev Kernel Socket.
[ 0.805868] systemd[1]: Reached target Sockets.
[ 0.805873] systemd[1]: Starting Sockets.
[ 0.805934] systemd[1]: Created slice System Slice.
[ 0.805941] systemd[1]: Starting System Slice.
[ 0.805947] systemd[1]: Reached target Slices.
[ 0.805952] systemd[1]: Starting Slices.
[ 0.806064] systemd[1]: Started Load Kernel Modules.
[ 0.806588] systemd[1]: Starting Apply Kernel Variables...
[ 0.807148] systemd[1]: Starting Setup Virtual Console...
[ 0.809416] systemd[1]: Starting Journal Service...
[ 0.811128] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 0.811171] systemd[1]: Started dracut ask for additional cmdline parameters.
[ 0.811905] systemd[1]: Starting dracut cmdline hook...
[ 0.812480] systemd[1]: Started Apply Kernel Variables.
[ 0.815538] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 0.815577] audit: type=1130 audit(1452920237.557:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=kmod-static-nodes comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.820476] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 0.826308] systemd[1]: Started Create Static Device Nodes in /dev.
[ 0.826399] audit: type=1130 audit(1452920237.568:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.849161] systemd[1]: Started Journal Service.
[ 0.849249] audit: type=1130 audit(1452920237.591:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.911647] audit: type=1130 audit(1452920237.653:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.919523] audit: type=1130 audit(1452920237.661:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.942810] audit: type=1130 audit(1452920237.684:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.969346] audit: type=1130 audit(1452920237.711:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 0.971049] usb 1-3: new low-speed USB device number 2 using xhci_hcd
[ 1.045647] [drm] Initialized drm 1.1.0 20060810
[ 1.090039] virtio-pci 0000:00:03.0: virtio_pci: leaving for legacy driver
[ 1.130420] virtio-pci 0000:00:04.0: virtio_pci: leaving for legacy driver
[ 1.177897] [drm] radeon kernel modesetting enabled.
[ 1.182870] virtio-pci 0000:00:08.0: virtio_pci: leaving for legacy driver
[ 1.185973] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 1.185976] AMD IOMMUv2 functionality not available on this system
[ 1.196152] CRAT table not found
[ 1.196156] Finished initializing topology ret=0
[ 1.199031] kfd kfd: Initialized module
[ 1.221986] virtio-pci 0000:00:09.0: virtio_pci: leaving for legacy driver
[ 1.255920] [drm] initializing kernel modesetting (BARTS 0x1002:0x6738 0x1787:0x2305).
[ 1.255933] [drm] register mmio base: 0x90000000
[ 1.255935] [drm] register mmio size: 131072
[ 1.255976] radeon 0000:00:02.0: Invalid ROM contents
[ 1.256031] radeon 0000:00:02.0: Invalid ROM contents
[ 1.256056] ATOM BIOS: BARTS
[ 1.256133] [drm] GPU not posted. posting now...
[ 1.264190] radeon 0000:00:02.0: VRAM: 1024M 0x0000000000000000 - 0x000000003FFFFFFF (1024M used)
[ 1.264194] radeon 0000:00:02.0: GTT: 1024M 0x0000000040000000 - 0x000000007FFFFFFF
[ 1.264196] [drm] Detected VRAM RAM=1024M, BAR=256M
[ 1.264198] [drm] RAM width 256bits DDR
[ 1.264260] [TTM] Zone kernel: Available graphics memory: 765322 kiB
[ 1.264261] [TTM] Initializing pool allocator
[ 1.264267] [TTM] Initializing DMA pool allocator
[ 1.264290] [drm] radeon: 1024M of VRAM memory ready
[ 1.264291] [drm] radeon: 1024M of GTT memory ready.
[ 1.264307] [drm] Loading BARTS Microcode
[ 1.264424] [drm] Internal thermal controller with fan control
[ 1.269576] [drm] radeon: dpm initialized
[ 1.269730] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 1.281078] [drm] PCIE GART of 1024M enabled (table at 0x0000000000274000).
[ 1.281234] radeon 0000:00:02.0: WB enabled
[ 1.281237] radeon 0000:00:02.0: fence driver on ring 0 use gpu addr 0x0000000040000c00 and cpu addr 0xffff88003def8c00
[ 1.281240] radeon 0000:00:02.0: fence driver on ring 3 use gpu addr 0x0000000040000c0c and cpu addr 0xffff88003def8c0c
[ 1.287145] radeon 0000:00:02.0: fence driver on ring 5 use gpu addr 0x0000000000072118 and cpu addr 0xffffc90000832118
[ 1.287150] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 1.287151] [drm] Driver supports precise vblank timestamp query.
[ 1.287153] radeon 0000:00:02.0: radeon: MSI limited to 32-bit
[ 1.322499] vda: vda1 vda2 vda3
[ 1.354414] radeon 0000:00:02.0: radeon: using MSI.
[ 1.354780] [drm] radeon: irq initialized.
[ 1.371533] [drm] ring test on 0 succeeded in 2 usecs
[ 1.371547] [drm] ring test on 3 succeeded in 5 usecs
[ 1.548739] [drm] ring test on 5 succeeded in 2 usecs
[ 1.548750] [drm] UVD initialized successfully.
[ 1.548951] [drm] ib test on ring 0 succeeded in 0 usecs
[ 1.549059] [drm] ib test on ring 3 succeeded in 0 usecs
[ 2.200098] [drm] ib test on ring 5 succeeded
[ 2.201421] [drm] Radeon Display Connectors
[ 2.201427] [drm] Connector 0:
[ 2.201429] [drm] DP-1
[ 2.201432] [drm] HPD4
[ 2.201436] [drm] DDC: 0x6430 0x6430 0x6434 0x6434 0x6438 0x6438 0x643c 0x643c
[ 2.201438] [drm] Encoders:
[ 2.201441] [drm] DFP1: INTERNAL_UNIPHY2
[ 2.201443] [drm] Connector 1:
[ 2.201445] [drm] DP-2
[ 2.201447] [drm] HPD5
[ 2.201451] [drm] DDC: 0x6440 0x6440 0x6444 0x6444 0x6448 0x6448 0x644c 0x644c
[ 2.201453] [drm] Encoders:
[ 2.201456] [drm] DFP2: INTERNAL_UNIPHY2
[ 2.201458] [drm] Connector 2:
[ 2.201459] [drm] HDMI-A-1
[ 2.201462] [drm] HPD3
[ 2.201465] [drm] DDC: 0x6460 0x6460 0x6464 0x6464 0x6468 0x6468 0x646c 0x646c
[ 2.201467] [drm] Encoders:
[ 2.201469] [drm] DFP3: INTERNAL_UNIPHY1
[ 2.201472] [drm] Connector 3:
[ 2.201473] [drm] DVI-D-1
[ 2.201475] [drm] HPD1
[ 2.201478] [drm] DDC: 0x6480 0x6480 0x6484 0x6484 0x6488 0x6488 0x648c 0x648c
[ 2.201480] [drm] Encoders:
[ 2.201482] [drm] DFP4: INTERNAL_UNIPHY1
[ 2.201484] [drm] Connector 4:
[ 2.201486] [drm] DVI-I-1
[ 2.201488] [drm] HPD6
[ 2.201491] [drm] DDC: 0x6470 0x6470 0x6474 0x6474 0x6478 0x6478 0x647c 0x647c
[ 2.201493] [drm] Encoders:
[ 2.201495] [drm] DFP5: INTERNAL_UNIPHY
[ 2.201498] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 2.266090] [drm] fb mappable at 0x80475000
[ 2.266093] [drm] vram apper at 0x80000000
[ 2.266094] [drm] size 7680000
[ 2.266095] [drm] fb depth is 24
[ 2.266096] [drm] pitch is 6400
[ 2.266218] fbcon: radeondrmfb (fb0) is primary device
[ 2.392342] Console: switching to colour frame buffer device 200x75
[ 2.423855] radeon 0000:00:02.0: fb0: radeondrmfb frame buffer device
[ 2.461149] [drm] Initialized radeon 2.43.0 20080528 for 0000:00:02.0 on minor 0
[ 2.669396] audit: type=1130 audit(1452920239.411:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.730976] audit: type=1130 audit(1452920239.472:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.814831] SGI XFS with ACLs, security attributes, no debug enabled
[ 2.821270] XFS (dm-0): Mounting V5 Filesystem
[ 2.861545] XFS (dm-0): Ending clean mount
[ 2.978667] systemd-journald[159]: Received SIGTERM from PID 1 (systemd).
[ 3.113047] SELinux: 32768 avtab hash slots, 103318 rules.
[ 3.130790] SELinux: 32768 avtab hash slots, 103318 rules.
[ 3.171045] SELinux: 8 users, 14 roles, 4901 types, 306 bools, 1 sens, 1024 cats
[ 3.171048] SELinux: 92 classes, 103318 rules
[ 3.173966] SELinux: Completing initialization.
[ 3.173968] SELinux: Setting up existing superblocks.
[ 3.188911] systemd[1]: Successfully loaded SELinux policy in 103.626ms.
[ 3.236933] systemd[1]: Relabelled /dev and /run in 24.131ms.
[ 3.260044] usb 1-3: new low-speed USB device number 3 using xhci_hcd
[ 3.430432] usb 1-3: New USB device found, idVendor=0e8f, idProduct=0020
[ 3.430436] usb 1-3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 3.430439] usb 1-3: Product: PS2toUSB Adapter
[ 3.430441] usb 1-3: Manufacturer: GASIA
[ 3.430914] usb 1-3: ep 0x81 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 3.430921] usb 1-3: ep 0x82 - rounding interval to 64 microframes, ep desc says 80 microframes
[ 3.433774] input: GASIA PS2toUSB Adapter as /devices/pci0000:00/0000:00:06.0/usb1/1-3/1-3:1.0/0003:0E8F:0020.0001/input/input5
[ 3.484381] hid-generic 0003:0E8F:0020.0001: input,hidraw0: USB HID v1.10 Keyboard [GASIA PS2toUSB Adapter] on usb-0000:00:06.0-3/input0
[ 3.514611] input: GASIA PS2toUSB Adapter as /devices/pci0000:00/0000:00:06.0/usb1/1-3/1-3:1.1/0003:0E8F:0020.0002/input/input6
[ 3.570215] hid-generic 0003:0E8F:0020.0002: input,hidraw1: USB HID v1.10 Mouse [GASIA PS2toUSB Adapter] on usb-0000:00:06.0-3/input1
[ 3.633404] RPC: Registered named UNIX socket transport module.
[ 3.633409] RPC: Registered udp transport module.
[ 3.633411] RPC: Registered tcp transport module.
[ 3.633412] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 3.691386] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 3.693768] systemd-journald[484]: Received request to flush runtime journal from PID 1
[ 4.190673] ACPI: No IRQ available for PCI Interrupt Link [LNKS]. Try pci=noacpi or acpi=off
[ 4.190680] piix4_smbus 0000:00:01.3: PCI INT A: no GSI
[ 4.190748] piix4_smbus 0000:00:01.3: SMBus Host Controller at 0xb100, revision 0
[ 4.336451] EXT4-fs (vda2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.427619] ppdev: user-space parallel port driver
[ 4.492767] virtio_net virtio0 ens3: renamed from eth0
[ 4.547117] Adding 1261564k swap on /dev/mapper/fedora_dynclient--78-swap. Priority:-1 extents:1 across:1261564k FS
[ 4.559283] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:07.0/sound/card0/input7
[ 5.821883] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 5.880319] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 5.970547] Ebtables v2.0 registered
[ 6.006465] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 6.539582] IPv6: ADDRCONF(NETDEV_UP): ens3: link is not ready
00:00.0 Host bridge: Intel Corporation 440FX - 82441FX PMC [Natoma] (rev 02)
Subsystem: Red Hat, Inc Qemu virtual machine
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
00:01.0 ISA bridge: Intel Corporation 82371SB PIIX3 ISA [Natoma/Triton II]
Subsystem: Red Hat, Inc Qemu virtual machine
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
00:01.1 IDE interface: Intel Corporation 82371SB PIIX3 IDE [Natoma/Triton II] (prog-if 80 [Master])
Subsystem: Red Hat, Inc Qemu virtual machine
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Region 0: [virtual] Memory at 000001f0 (32-bit, non-prefetchable) [size=8]
Region 1: [virtual] Memory at 000003f0 (type 3, non-prefetchable)
Region 2: [virtual] Memory at 00000170 (32-bit, non-prefetchable) [size=8]
Region 3: [virtual] Memory at 00000370 (type 3, non-prefetchable)
Region 4: I/O ports at c200 [size=16]
Kernel driver in use: ata_piix
Kernel modules: pata_acpi, ata_generic
00:01.3 Bridge: Intel Corporation 82371AB/EB/MB PIIX4 ACPI (rev 03)
Subsystem: Red Hat, Inc Qemu virtual machine
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 9
Kernel driver in use: piix4_smbus
Kernel modules: i2c_piix4
00:02.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] (prog-if 00 [VGA controller])
Subsystem: Hightech Information System Ltd. Device 2305
Physical Slot: 2
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 31
Region 0: Memory at 80000000 (64-bit, prefetchable) [size=256M]
Region 2: Memory at 90000000 (64-bit, non-prefetchable) [size=128K]
Region 4: I/O ports at c000 [size=256]
Expansion ROM at 60040000 [disabled] [size=128K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x8, 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
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee01000 Data: 4052
Kernel driver in use: radeon
Kernel modules: radeon
00:03.0 Ethernet controller: Red Hat, Inc Virtio network device
Subsystem: Red Hat, Inc Device 0001
Physical Slot: 3
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 0
Region 0: I/O ports at c1e0 [size=32]
Region 1: Memory at 90039000 (32-bit, non-prefetchable) [size=4K]
Expansion ROM at 60000000 [disabled] [size=256K]
Capabilities: [40] MSI-X: Enable+ Count=3 Masked-
Vector table: BAR=1 offset=00000000
PBA: BAR=1 offset=00000800
Kernel driver in use: virtio-pci
Kernel modules: virtio_pci
00:04.0 Communication controller: Red Hat, Inc Virtio console
Subsystem: Red Hat, Inc Device 0003
Physical Slot: 4
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin A routed to IRQ 0
Region 0: I/O ports at c1c0 [size=32]
Region 1: Memory at 90038000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] MSI-X: Enable+ Count=2 Masked-
Vector table: BAR=1 offset=00000000
PBA: BAR=1 offset=00000800
Kernel driver in use: virtio-pci
Kernel modules: virtio_pci
00:05.0 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #1 (rev 03) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc QEMU Virtual Machine
Control: I/O+ Mem+ BusMaster+ 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 11
Region 4: I/O ports at c1a0 [size=32]
Kernel driver in use: uhci_hcd
00:05.1 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #2 (rev 03) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc QEMU Virtual Machine
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0
Interrupt: pin B routed to IRQ 11
Region 4: I/O ports at c180 [size=32]
Kernel driver in use: uhci_hcd
00:05.2 USB controller: Intel Corporation 82801I (ICH9 Family) USB UHCI Controller #3 (rev 03) (prog-if 00 [UHCI])
Subsystem: Red Hat, Inc QEMU Virtual Machine
Control: I/O+ Mem+ BusMaster+ 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 C routed to IRQ 10
Region 4: I/O ports at c160 [size=32]
Kernel driver in use: uhci_hcd
00:05.7 USB controller: Intel Corporation 82801I (ICH9 Family) USB2 EHCI Controller #1 (rev 03) (prog-if 20 [EHCI])
Subsystem: Red Hat, Inc QEMU Virtual Machine
Control: I/O+ Mem+ BusMaster+ 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 D routed to IRQ 10
Region 0: Memory at 90037000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: ehci-pci
00:06.0 USB controller: Fresco Logic FL1100 USB 3.0 Host Controller (rev 01) (prog-if 30 [XHCI])
Subsystem: Fresco Logic FL1100 USB 3.0 Host Controller
Physical Slot: 6
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 0
Region 0: Memory at 90020000 (64-bit, non-prefetchable) [size=64K]
Region 2: Memory at 90034000 (64-bit, non-prefetchable) [size=4K]
Region 4: Memory at 90035000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [70] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 512 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 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 unlimited
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- 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
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [b0] MSI-X: Enable+ Count=8 Masked-
Vector table: BAR=2 offset=00000000
PBA: BAR=4 offset=00000000
Kernel driver in use: xhci_hcd
00:07.0 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Barts HDMI Audio [Radeon HD 6800 Series]
Subsystem: Hightech Information System Ltd. Device aa88
Physical Slot: 7
Control: I/O+ Mem+ BusMaster+ 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 35
Region 0: Memory at 90030000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x8, 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
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [a0] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 4022
Kernel driver in use: snd_hda_intel
Kernel modules: snd_hda_intel
00:08.0 SCSI storage controller: Red Hat, Inc Virtio block device
Subsystem: Red Hat, Inc Device 0002
Physical Slot: 8
Control: I/O+ Mem+ BusMaster+ 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 0
Region 0: I/O ports at c100 [size=64]
Region 1: Memory at 90036000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [40] MSI-X: Enable+ Count=2 Masked-
Vector table: BAR=1 offset=00000000
PBA: BAR=1 offset=00000800
Kernel driver in use: virtio-pci
Kernel modules: virtio_pci
00:09.0 Unclassified device [00ff]: Red Hat, Inc Virtio memory balloon
Subsystem: Red Hat, Inc Device 0005
Physical Slot: 9
Control: I/O+ Mem+ BusMaster+ 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 11
Region 0: I/O ports at c140 [size=32]
Kernel driver in use: virtio-pci
Kernel modules: virtio_pci
[ 6.818]
X.Org X Server 1.18.0
Release Date: 2015-11-09
[ 6.818] X Protocol Version 11, Revision 0
[ 6.818] Build Operating System: 4.2.5-300.fc23.x86_64
[ 6.818] Current Operating System: Linux dynclient-78.dyn.produxi.net 4.3.3-300.fc23.x86_64 #1 SMP Tue Jan 5 23:31:01 UTC 2016 x86_64
[ 6.818] Kernel command line: BOOT_IMAGE=/vmlinuz-4.3.3-300.fc23.x86_64 root=/dev/mapper/fedora_dynclient--78-root ro rd.lvm.lv=fedora_dynclient-78/root rd.lvm.lv=fedora_dynclient-78/swap rhgb quiet LANG=en_US.UTF-8
[ 6.818] Build Date: 16 November 2015 10:08:25AM
[ 6.818] Build ID: xorg-x11-server 1.18.0-2.fc23
[ 6.818] Current version of pixman: 0.33.6
[ 6.818] Before reporting problems, check http://wiki.x.org
to make sure that you have the latest version.
[ 6.818] Markers: (--) probed, (**) from config file, (==) default setting,
(++) from command line, (!!) notice, (II) informational,
(WW) warning, (EE) error, (NI) not implemented, (??) unknown.
[ 6.818] (==) Log file: "/var/log/Xorg.0.log", Time: Fri Jan 15 23:57:23 2016
[ 6.821] (==) Using config directory: "/etc/X11/xorg.conf.d"
[ 6.821] (==) Using system config directory "/usr/share/X11/xorg.conf.d"
[ 6.824] (==) No Layout section. Using the first Screen section.
[ 6.824] (==) No screen section available. Using defaults.
[ 6.824] (**) |-->Screen "Default Screen Section" (0)
[ 6.824] (**) | |-->Monitor "<default monitor>"
[ 6.826] (==) No monitor specified for screen "Default Screen Section".
Using a default monitor configuration.
[ 6.826] (==) Automatically adding devices
[ 6.826] (==) Automatically enabling devices
[ 6.826] (==) Automatically adding GPU devices
[ 6.826] (==) Max clients allowed: 256, resource mask: 0x1fffff
[ 6.826] (==) FontPath set to:
catalogue:/etc/X11/fontpath.d,
built-ins
[ 6.826] (==) ModulePath set to "/usr/lib64/xorg/modules"
[ 6.826] (II) The server relies on udev to provide the list of input devices.
If no devices become available, reconfigure udev or disable AutoAddDevices.
[ 6.826] (II) Loader magic: 0x81cde0
[ 6.826] (II) Module ABI versions:
[ 6.826] X.Org ANSI C Emulation: 0.4
[ 6.826] X.Org Video Driver: 20.0
[ 6.826] X.Org XInput driver : 22.1
[ 6.826] X.Org Server Extension : 9.0
[ 6.830] (++) using VT number 1
[ 6.830] (II) systemd-logind: logind integration requires -keeptty and -keeptty was not provided, disabling logind integration
[ 6.831] (II) xfree86: Adding drm device (/dev/dri/card0)
[ 6.842] (--) PCI:*(0:0:2:0) 1002:6738:1787:2305 rev 0, Mem @ 0x80000000/268435456, 0x90000000/131072, I/O @ 0x0000c000/256, BIOS @ 0x????????/131072
[ 6.843] (II) LoadModule: "glx"
[ 6.844] (II) Loading /usr/lib64/xorg/modules/extensions/libglx.so
[ 6.882] (II) Module glx: vendor="X.Org Foundation"
[ 6.882] compiled for 1.18.0, module version = 1.0.0
[ 6.883] ABI class: X.Org Server Extension, version 9.0
[ 6.883] (==) AIGLX enabled
[ 6.883] (==) Matched ati as autoconfigured driver 0
[ 6.883] (==) Matched ati as autoconfigured driver 1
[ 6.883] (==) Matched modesetting as autoconfigured driver 2
[ 6.883] (==) Matched fbdev as autoconfigured driver 3
[ 6.883] (==) Matched vesa as autoconfigured driver 4
[ 6.883] (==) Assigned the driver to the xf86ConfigLayout
[ 6.883] (II) LoadModule: "ati"
[ 6.883] (II) Loading /usr/lib64/xorg/modules/drivers/ati_drv.so
[ 6.884] (II) Module ati: vendor="X.Org Foundation"
[ 6.884] compiled for 1.17.99.901, module version = 7.5.99
[ 6.884] Module class: X.Org Video Driver
[ 6.884] ABI class: X.Org Video Driver, version 20.0
[ 6.884] (II) LoadModule: "radeon"
[ 6.884] (II) Loading /usr/lib64/xorg/modules/drivers/radeon_drv.so
[ 6.891] (II) Module radeon: vendor="X.Org Foundation"
[ 6.891] compiled for 1.17.99.901, module version = 7.5.99
[ 6.891] Module class: X.Org Video Driver
[ 6.891] ABI class: X.Org Video Driver, version 20.0
[ 6.891] (II) LoadModule: "modesetting"
[ 6.891] (II) Loading /usr/lib64/xorg/modules/drivers/modesetting_drv.so
[ 6.893] (II) Module modesetting: vendor="X.Org Foundation"
[ 6.893] compiled for 1.18.0, module version = 1.18.0
[ 6.893] Module class: X.Org Video Driver
[ 6.893] ABI class: X.Org Video Driver, version 20.0
[ 6.893] (II) LoadModule: "fbdev"
[ 6.893] (II) Loading /usr/lib64/xorg/modules/drivers/fbdev_drv.so
[ 6.895] (II) Module fbdev: vendor="X.Org Foundation"
[ 6.895] compiled for 1.17.99.901, module version = 0.4.3
[ 6.895] Module class: X.Org Video Driver
[ 6.895] ABI class: X.Org Video Driver, version 20.0
[ 6.895] (II) LoadModule: "vesa"
[ 6.895] (II) Loading /usr/lib64/xorg/modules/drivers/vesa_drv.so
[ 6.896] (II) Module vesa: vendor="X.Org Foundation"
[ 6.896] compiled for 1.17.99.901, module version = 2.3.2
[ 6.896] Module class: X.Org Video Driver
[ 6.896] ABI class: X.Org Video Driver, version 20.0
[ 6.896] (II) RADEON: Driver for ATI Radeon chipsets:
ATI Radeon Mobility X600 (M24) 3150 (PCIE), ATI FireMV 2400 (PCI),
ATI Radeon Mobility X300 (M24) 3152 (PCIE),
ATI FireGL M24 GL 3154 (PCIE), ATI FireMV 2400 3155 (PCI),
ATI Radeon X600 (RV380) 3E50 (PCIE),
ATI FireGL V3200 (RV380) 3E54 (PCIE), ATI Radeon IGP320 (A3) 4136,
ATI Radeon IGP330/340/350 (A4) 4137, ATI Radeon 9500 AD (AGP),
ATI Radeon 9500 AE (AGP), ATI Radeon 9600TX AF (AGP),
ATI FireGL Z1 AG (AGP), ATI Radeon 9800SE AH (AGP),
ATI Radeon 9800 AI (AGP), ATI Radeon 9800 AJ (AGP),
ATI FireGL X2 AK (AGP), ATI Radeon 9600 AP (AGP),
ATI Radeon 9600SE AQ (AGP), ATI Radeon 9600XT AR (AGP),
ATI Radeon 9600 AS (AGP), ATI FireGL T2 AT (AGP), ATI Radeon 9650,
ATI FireGL RV360 AV (AGP), ATI Radeon 7000 IGP (A4+) 4237,
ATI Radeon 8500 AIW BB (AGP), ATI Radeon IGP320M (U1) 4336,
ATI Radeon IGP330M/340M/350M (U2) 4337,
ATI Radeon Mobility 7000 IGP 4437, ATI Radeon 9000/PRO If (AGP/PCI),
ATI Radeon 9000 Ig (AGP/PCI), ATI Radeon X800 (R420) JH (AGP),
ATI Radeon X800PRO (R420) JI (AGP),
ATI Radeon X800SE (R420) JJ (AGP), ATI Radeon X800 (R420) JK (AGP),
ATI Radeon X800 (R420) JL (AGP), ATI FireGL X3 (R420) JM (AGP),
ATI Radeon Mobility 9800 (M18) JN (AGP),
ATI Radeon X800 SE (R420) (AGP), ATI Radeon X800XT (R420) JP (AGP),
ATI Radeon X800 VE (R420) JT (AGP), ATI Radeon X850 (R480) (AGP),
ATI Radeon X850 XT (R480) (AGP), ATI Radeon X850 SE (R480) (AGP),
ATI Radeon X850 PRO (R480) (AGP), ATI Radeon X850 XT PE (R480) (AGP),
ATI Radeon Mobility M7 LW (AGP),
ATI Mobility FireGL 7800 M7 LX (AGP),
ATI Radeon Mobility M6 LY (AGP), ATI Radeon Mobility M6 LZ (AGP),
ATI FireGL Mobility 9000 (M9) Ld (AGP),
ATI Radeon Mobility 9000 (M9) Lf (AGP),
ATI Radeon Mobility 9000 (M9) Lg (AGP), ATI FireMV 2400 PCI,
ATI Radeon 9700 Pro ND (AGP), ATI Radeon 9700/9500Pro NE (AGP),
ATI Radeon 9600TX NF (AGP), ATI FireGL X1 NG (AGP),
ATI Radeon 9800PRO NH (AGP), ATI Radeon 9800 NI (AGP),
ATI FireGL X2 NK (AGP), ATI Radeon 9800XT NJ (AGP),
ATI Radeon Mobility 9600/9700 (M10/M11) NP (AGP),
ATI Radeon Mobility 9600 (M10) NQ (AGP),
ATI Radeon Mobility 9600 (M11) NR (AGP),
ATI Radeon Mobility 9600 (M10) NS (AGP),
ATI FireGL Mobility T2 (M10) NT (AGP),
ATI FireGL Mobility T2e (M11) NV (AGP), ATI Radeon QD (AGP),
ATI Radeon QE (AGP), ATI Radeon QF (AGP), ATI Radeon QG (AGP),
ATI FireGL 8700/8800 QH (AGP), ATI Radeon 8500 QL (AGP),
ATI Radeon 9100 QM (AGP), ATI Radeon 7500 QW (AGP/PCI),
ATI Radeon 7500 QX (AGP/PCI), ATI Radeon VE/7000 QY (AGP/PCI),
ATI Radeon VE/7000 QZ (AGP/PCI), ATI ES1000 515E (PCI),
ATI Radeon Mobility X300 (M22) 5460 (PCIE),
ATI Radeon Mobility X600 SE (M24C) 5462 (PCIE),
ATI FireGL M22 GL 5464 (PCIE), ATI Radeon X800 (R423) UH (PCIE),
ATI Radeon X800PRO (R423) UI (PCIE),
ATI Radeon X800LE (R423) UJ (PCIE),
ATI Radeon X800SE (R423) UK (PCIE),
ATI Radeon X800 XTP (R430) (PCIE), ATI Radeon X800 XL (R430) (PCIE),
ATI Radeon X800 SE (R430) (PCIE), ATI Radeon X800 (R430) (PCIE),
ATI FireGL V7100 (R423) (PCIE), ATI FireGL V5100 (R423) UQ (PCIE),
ATI FireGL unknown (R423) UR (PCIE),
ATI FireGL unknown (R423) UT (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility FireGL V5000 (M26) (PCIE),
ATI Mobility Radeon X700 XL (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Mobility Radeon X700 (M26) (PCIE),
ATI Radeon X550XTX 5657 (PCIE), ATI Radeon 9100 IGP (A5) 5834,
ATI Radeon Mobility 9100 IGP (U3) 5835,
ATI Radeon XPRESS 200 5954 (PCIE),
ATI Radeon XPRESS 200M 5955 (PCIE), ATI Radeon 9250 5960 (AGP),
ATI Radeon 9200 5961 (AGP), ATI Radeon 9200 5962 (AGP),
ATI Radeon 9200SE 5964 (AGP), ATI FireMV 2200 (PCI),
ATI ES1000 5969 (PCI), ATI Radeon XPRESS 200 5974 (PCIE),
ATI Radeon XPRESS 200M 5975 (PCIE),
ATI Radeon XPRESS 200 5A41 (PCIE),
ATI Radeon XPRESS 200M 5A42 (PCIE),
ATI Radeon XPRESS 200 5A61 (PCIE),
ATI Radeon XPRESS 200M 5A62 (PCIE),
ATI Radeon X300 (RV370) 5B60 (PCIE),
ATI Radeon X600 (RV370) 5B62 (PCIE),
ATI Radeon X550 (RV370) 5B63 (PCIE),
ATI FireGL V3100 (RV370) 5B64 (PCIE),
ATI FireMV 2200 PCIE (RV370) 5B65 (PCIE),
ATI Radeon Mobility 9200 (M9+) 5C61 (AGP),
ATI Radeon Mobility 9200 (M9+) 5C63 (AGP),
ATI Mobility Radeon X800 XT (M28) (PCIE),
ATI Mobility FireGL V5100 (M28) (PCIE),
ATI Mobility Radeon X800 (M28) (PCIE), ATI Radeon X850 5D4C (PCIE),
ATI Radeon X850 XT PE (R480) (PCIE),
ATI Radeon X850 SE (R480) (PCIE), ATI Radeon X850 PRO (R480) (PCIE),
ATI unknown Radeon / FireGL (R480) 5D50 (PCIE),
ATI Radeon X850 XT (R480) (PCIE),
ATI Radeon X800XT (R423) 5D57 (PCIE),
ATI FireGL V5000 (RV410) (PCIE), ATI Radeon X700 XT (RV410) (PCIE),
ATI Radeon X700 PRO (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X700 (RV410) (PCIE),
ATI Radeon X700 SE (RV410) (PCIE), ATI Radeon X1800,
ATI Mobility Radeon X1800 XT, ATI Mobility Radeon X1800,
ATI Mobility FireGL V7200, ATI FireGL V7200, ATI FireGL V5300,
ATI Mobility FireGL V7100, ATI Radeon X1800, ATI Radeon X1800,
ATI Radeon X1800, ATI Radeon X1800, ATI Radeon X1800,
ATI FireGL V7300, ATI FireGL V7350, ATI Radeon X1600, ATI RV505,
ATI Radeon X1300/X1550, ATI Radeon X1550, ATI M54-GL,
ATI Mobility Radeon X1400, ATI Radeon X1300/X1550,
ATI Radeon X1550 64-bit, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Mobility Radeon X1300,
ATI Mobility Radeon X1300, ATI Radeon X1300, ATI Radeon X1300,
ATI RV505, ATI RV505, ATI FireGL V3300, ATI FireGL V3350,
ATI Radeon X1300, ATI Radeon X1550 64-bit, ATI Radeon X1300/X1550,
ATI Radeon X1600, ATI Radeon X1300/X1550, ATI Mobility Radeon X1450,
ATI Radeon X1300/X1550, ATI Mobility Radeon X2300,
ATI Mobility Radeon X2300, ATI Mobility Radeon X1350,
ATI Mobility Radeon X1350, ATI Mobility Radeon X1450,
ATI Radeon X1300, ATI Radeon X1550, ATI Mobility Radeon X1350,
ATI FireMV 2250, ATI Radeon X1550 64-bit, ATI Radeon X1600,
ATI Radeon X1650, ATI Radeon X1600, ATI Radeon X1600,
ATI Mobility FireGL V5200, ATI Mobility Radeon X1600,
ATI Radeon X1650, ATI Radeon X1650, ATI Radeon X1600,
ATI Radeon X1300 XT/X1600 Pro, ATI FireGL V3400,
ATI Mobility FireGL V5250, ATI Mobility Radeon X1700,
ATI Mobility Radeon X1700 XT, ATI FireGL V5200,
ATI Mobility Radeon X1700, ATI Radeon X2300HD,
ATI Mobility Radeon HD 2300, ATI Mobility Radeon HD 2300,
ATI Radeon X1950, ATI Radeon X1900, ATI Radeon X1950,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI Radeon X1900, ATI Radeon X1900, ATI Radeon X1900,
ATI AMD Stream Processor, ATI Radeon X1900, ATI Radeon X1950,
ATI RV560, ATI RV560, ATI Mobility Radeon X1900, ATI RV560,
ATI Radeon X1950 GT, ATI RV570, ATI RV570, ATI FireGL V7400,
ATI RV560, ATI Radeon X1650, ATI Radeon X1650, ATI RV560,
ATI Radeon 9100 PRO IGP 7834, ATI Radeon Mobility 9200 IGP 7835,
ATI Radeon X1200, ATI Radeon X1200, ATI Radeon X1200,
ATI Radeon X1200, ATI Radeon X1200, ATI RS740, ATI RS740M, ATI RS740,
ATI RS740M, ATI Radeon HD 2900 XT, ATI Radeon HD 2900 XT,
ATI Radeon HD 2900 XT, ATI Radeon HD 2900 Pro, ATI Radeon HD 2900 GT,
ATI FireGL V8650, ATI FireGL V8600, ATI FireGL V7600,
ATI Radeon 4800 Series, ATI Radeon HD 4870 x2,
ATI Radeon 4800 Series, ATI Radeon HD 4850 x2,
ATI FirePro V8750 (FireGL), ATI FirePro V7760 (FireGL),
ATI Mobility RADEON HD 4850, ATI Mobility RADEON HD 4850 X2,
ATI Radeon 4800 Series, ATI FirePro RV770, AMD FireStream 9270,
AMD FireStream 9250, ATI FirePro V8700 (FireGL),
ATI Mobility RADEON HD 4870, ATI Mobility RADEON M98,
ATI Mobility RADEON HD 4870, ATI Radeon 4800 Series,
ATI Radeon 4800 Series, ATI FirePro M7750, ATI M98, ATI M98, ATI M98,
ATI Mobility Radeon HD 4650, ATI Radeon RV730 (AGP),
ATI Mobility Radeon HD 4670, ATI FirePro M5750,
ATI Mobility Radeon HD 4670, ATI Radeon RV730 (AGP),
ATI RV730XT [Radeon HD 4670], ATI RADEON E4600,
ATI Radeon HD 4600 Series, ATI RV730 PRO [Radeon HD 4650],
ATI FirePro V7750 (FireGL), ATI FirePro V5700 (FireGL),
ATI FirePro V3750 (FireGL), ATI Mobility Radeon HD 4830,
ATI Mobility Radeon HD 4850, ATI FirePro M7740, ATI RV740,
ATI Radeon HD 4770, ATI Radeon HD 4700 Series, ATI Radeon HD 4770,
ATI FirePro M5750, ATI RV610, ATI Radeon HD 2400 XT,
ATI Radeon HD 2400 Pro, ATI Radeon HD 2400 PRO AGP, ATI FireGL V4000,
ATI RV610, ATI Radeon HD 2350, ATI Mobility Radeon HD 2400 XT,
ATI Mobility Radeon HD 2400, ATI RADEON E2400, ATI RV610,
ATI FireMV 2260, ATI RV670, ATI Radeon HD3870,
ATI Mobility Radeon HD 3850, ATI Radeon HD3850,
ATI Mobility Radeon HD 3850 X2, ATI RV670,
ATI Mobility Radeon HD 3870, ATI Mobility Radeon HD 3870 X2,
ATI Radeon HD3870 X2, ATI FireGL V7700, ATI Radeon HD3850,
ATI Radeon HD3690, AMD Firestream 9170, ATI Radeon HD 4550,
ATI Radeon RV710, ATI Radeon RV710, ATI Radeon RV710,
ATI Radeon HD 4350, ATI Mobility Radeon 4300 Series,
ATI Mobility Radeon 4500 Series, ATI Mobility Radeon 4500 Series,
ATI FirePro RG220, ATI Mobility Radeon 4330, ATI RV630,
ATI Mobility Radeon HD 2600, ATI Mobility Radeon HD 2600 XT,
ATI Radeon HD 2600 XT AGP, ATI Radeon HD 2600 Pro AGP,
ATI Radeon HD 2600 XT, ATI Radeon HD 2600 Pro, ATI Gemini RV630,
ATI Gemini Mobility Radeon HD 2600 XT, ATI FireGL V5600,
ATI FireGL V3600, ATI Radeon HD 2600 LE,
ATI Mobility FireGL Graphics Processor, ATI Radeon HD 3470,
ATI Mobility Radeon HD 3430, ATI Mobility Radeon HD 3400 Series,
ATI Radeon HD 3450, ATI Radeon HD 3450, ATI Radeon HD 3430,
ATI Radeon HD 3450, ATI FirePro V3700, ATI FireMV 2450,
ATI FireMV 2260, ATI FireMV 2260, ATI Radeon HD 3600 Series,
ATI Radeon HD 3650 AGP, ATI Radeon HD 3600 PRO,
ATI Radeon HD 3600 XT, ATI Radeon HD 3600 PRO,
ATI Mobility Radeon HD 3650, ATI Mobility Radeon HD 3670,
ATI Mobility FireGL V5700, ATI Mobility FireGL V5725,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3200 Graphics, ATI Radeon 3100 Graphics,
ATI Radeon HD 3300 Graphics, ATI Radeon HD 3200 Graphics,
ATI Radeon 3000 Graphics, SUMO, SUMO, SUMO2, SUMO2, SUMO2, SUMO2,
SUMO, SUMO, SUMO2, SUMO, SUMO, SUMO, SUMO, SUMO, ATI Radeon HD 4200,
ATI Radeon 4100, ATI Mobility Radeon HD 4200,
ATI Mobility Radeon 4100, ATI Radeon HD 4290, ATI Radeon HD 4250,
AMD Radeon HD 6310 Graphics, AMD Radeon HD 6310 Graphics,
AMD Radeon HD 6250 Graphics, AMD Radeon HD 6250 Graphics,
AMD Radeon HD 6300 Series Graphics,
AMD Radeon HD 6200 Series Graphics, PALM, PALM, PALM, CYPRESS,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, AMD Firestream 9370,
AMD Firestream 9350, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5800 Series,
ATI Radeon HD 5800 Series, ATI Radeon HD 5900 Series,
ATI Radeon HD 5900 Series, ATI Mobility Radeon HD 5800 Series,
ATI Mobility Radeon HD 5800 Series,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter,
ATI Mobility Radeon HD 5800 Series, ATI Radeon HD 5700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Radeon HD 5700 Series, ATI Radeon HD 6700 Series,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon HD 5570,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI Radeon HD 5670,
ATI Radeon HD 5570, ATI Radeon HD 5500 Series, REDWOOD,
ATI Mobility Radeon HD 5000 Series,
ATI Mobility Radeon HD 5000 Series, ATI Mobility Radeon Graphics,
ATI Mobility Radeon Graphics, CEDAR,
ATI FirePro (FireGL) Graphics Adapter,
ATI FirePro (FireGL) Graphics Adapter, ATI FirePro 2270, CEDAR,
ATI Radeon HD 5450, CEDAR, CEDAR, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN, CAYMAN,
AMD Radeon HD 6900 Series, AMD Radeon HD 6900 Series, CAYMAN, CAYMAN,
CAYMAN, AMD Radeon HD 6900M Series, Mobility Radeon HD 6000 Series,
BARTS, BARTS, Mobility Radeon HD 6000 Series,
Mobility Radeon HD 6000 Series, BARTS, BARTS, BARTS, BARTS,
AMD Radeon HD 6800 Series, AMD Radeon HD 6800 Series,
AMD Radeon HD 6700 Series, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS, TURKS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS,
CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, CAICOS, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, ARUBA,
ARUBA, ARUBA, ARUBA, ARUBA, ARUBA, TAHITI, TAHITI, TAHITI, TAHITI,
TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI, TAHITI,
TAHITI, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN, PITCAIRN,
VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE, VERDE,
VERDE, VERDE, VERDE, VERDE, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND, OLAND,
HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, HAINAN, BONAIRE, BONAIRE,
BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE, BONAIRE,
BONAIRE, BONAIRE, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI, KABINI,
KABINI, KABINI, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS, MULLINS,
MULLINS, MULLINS, MULLINS, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI, KAVERI,
KAVERI, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII, HAWAII,
HAWAII, HAWAII, HAWAII, HAWAII, HAWAII
[ 6.899] (II) modesetting: Driver for Modesetting Kernel Drivers: kms
[ 6.899] (II) FBDEV: driver for framebuffer: fbdev
[ 6.899] (II) VESA: driver for VESA chipsets: vesa
[ 6.902] (II) [KMS] Kernel modesetting enabled.
[ 6.902] (WW) Falling back to old probe method for modesetting
[ 6.902] (WW) Falling back to old probe method for fbdev
[ 6.902] (II) Loading sub module "fbdevhw"
[ 6.902] (II) LoadModule: "fbdevhw"
[ 6.905] (II) Loading /usr/lib64/xorg/modules/libfbdevhw.so
[ 6.906] (II) Module fbdevhw: vendor="X.Org Foundation"
[ 6.906] compiled for 1.18.0, module version = 0.0.2
[ 6.906] ABI class: X.Org Video Driver, version 20.0
[ 6.906] (WW) Falling back to old probe method for vesa
[ 6.906] (II) RADEON(0): Creating default Display subsection in Screen section
"Default Screen Section" for depth/fbbpp 24/32
[ 6.906] (==) RADEON(0): Depth 24, (--) framebuffer bpp 32
[ 6.906] (II) RADEON(0): Pixel depth = 24 bits stored in 4 bytes (32 bpp pixmaps)
[ 6.906] (==) RADEON(0): Default visual is TrueColor
[ 6.906] (==) RADEON(0): RGB weight 888
[ 6.906] (II) RADEON(0): Using 8 bits per RGB (8 bit DAC)
[ 6.906] (--) RADEON(0): Chipset: "AMD Radeon HD 6800 Series" (ChipID = 0x6738)
[ 6.907] (II) Loading sub module "dri2"
[ 6.907] (II) LoadModule: "dri2"
[ 6.907] (II) Module "dri2" already built-in
[ 6.907] (II) Loading sub module "exa"
[ 6.907] (II) LoadModule: "exa"
[ 6.907] (II) Loading /usr/lib64/xorg/modules/libexa.so
[ 6.909] (II) Module exa: vendor="X.Org Foundation"
[ 6.909] compiled for 1.18.0, module version = 2.6.0
[ 6.909] ABI class: X.Org Video Driver, version 20.0
[ 6.909] (II) RADEON(0): KMS Color Tiling: enabled
[ 6.909] (II) RADEON(0): KMS Color Tiling 2D: enabled
[ 6.909] (II) RADEON(0): KMS Pageflipping: enabled
[ 6.909] (II) RADEON(0): SwapBuffers wait for vsync: enabled
[ 6.912] (II) RADEON(0): Output DisplayPort-0 has no monitor section
[ 6.915] (II) RADEON(0): Output DisplayPort-1 has no monitor section
[ 6.916] (II) RADEON(0): Output HDMI-0 has no monitor section
[ 6.917] (II) RADEON(0): Output DVI-0 has no monitor section
[ 6.955] (II) RADEON(0): Output DVI-1 has no monitor section
[ 6.961] (II) RADEON(0): EDID for output DisplayPort-0
[ 6.964] (II) RADEON(0): EDID for output DisplayPort-1
[ 6.967] (II) RADEON(0): EDID for output HDMI-0
[ 6.968] (II) RADEON(0): EDID for output DVI-0
[ 7.003] (II) RADEON(0): EDID for output DVI-1
[ 7.003] (II) RADEON(0): Manufacturer: DEL Model: a020 Serial#: 826756428
[ 7.003] (II) RADEON(0): Year: 2011 Week: 40
[ 7.003] (II) RADEON(0): EDID Version: 1.3
[ 7.003] (II) RADEON(0): Analog Display Input, Input Voltage Level: 0.700/0.300 V
[ 7.003] (II) RADEON(0): Sync: Separate Composite SyncOnGreen
[ 7.003] (II) RADEON(0): Max Image Size [cm]: horiz.: 41 vert.: 31
[ 7.003] (II) RADEON(0): Gamma: 2.20
[ 7.003] (II) RADEON(0): DPMS capabilities: StandBy Suspend Off; RGB/Color Display
[ 7.003] (II) RADEON(0): Default color space is primary color space
[ 7.003] (II) RADEON(0): First detailed timing is preferred mode
[ 7.003] (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
[ 7.003] (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
[ 7.003] (II) RADEON(0): Supported established timings:
[ 7.003] (II) RADEON(0): 720x400@70Hz
[ 7.003] (II) RADEON(0): 640x480@60Hz
[ 7.003] (II) RADEON(0): 640x480@75Hz
[ 7.003] (II) RADEON(0): 800x600@60Hz
[ 7.003] (II) RADEON(0): 800x600@75Hz
[ 7.003] (II) RADEON(0): 1024x768@60Hz
[ 7.003] (II) RADEON(0): 1024x768@75Hz
[ 7.003] (II) RADEON(0): 1280x1024@75Hz
[ 7.003] (II) RADEON(0): Manufacturer's mask: 0
[ 7.003] (II) RADEON(0): Supported standard timings:
[ 7.003] (II) RADEON(0): #0: hsize: 1280 vsize 1024 refresh: 60 vid: 32897
[ 7.003] (II) RADEON(0): #1: hsize: 1600 vsize 1200 refresh: 60 vid: 16553
[ 7.003] (II) RADEON(0): #2: hsize: 1152 vsize 864 refresh: 75 vid: 20337
[ 7.003] (II) RADEON(0): Supported detailed timing:
[ 7.003] (II) RADEON(0): clock: 162.0 MHz Image Size: 367 x 275 mm
[ 7.003] (II) RADEON(0): h_active: 1600 h_sync: 1664 h_sync_end 1856 h_blank_end 2160 h_border: 0
[ 7.003] (II) RADEON(0): v_active: 1200 v_sync: 1201 v_sync_end 1204 v_blanking: 1250 v_border: 0
[ 7.003] (II) RADEON(0): Serial No: G324H19R1GML
[ 7.003] (II) RADEON(0): Monitor name: DELL 2007FP
[ 7.003] (II) RADEON(0): Ranges: V min: 56 V max: 76 Hz, H min: 30 H max: 83 kHz, PixClock max 175 MHz
[ 7.003] (II) RADEON(0): EDID (in hex):
[ 7.003] (II) RADEON(0): 00ffffffffffff0010ac20a04c4d4731
[ 7.003] (II) RADEON(0): 281501030e291f78eeee91a3544c9926
[ 7.003] (II) RADEON(0): 0f5054a54b008180a940714f01010101
[ 7.003] (II) RADEON(0): 010101010101483f403062b0324040c0
[ 7.003] (II) RADEON(0): 13006f131100001e000000ff00473332
[ 7.003] (II) RADEON(0): 344831395231474d4c0a000000fc0044
[ 7.003] (II) RADEON(0): 454c4c203230303746500a20000000fd
[ 7.003] (II) RADEON(0): 00384c1e5311000a20202020202000d4
[ 7.003] (II) RADEON(0): Printing probed modes for output DVI-1
[ 7.003] (II) RADEON(0): Modeline "1600x1200"x60.0 162.00 1600 1664 1856 2160 1200 1201 1204 1250 +hsync +vsync (75.0 kHz eP)
[ 7.003] (II) RADEON(0): Modeline "1280x1024"x75.0 135.00 1280 1296 1440 1688 1024 1025 1028 1066 +hsync +vsync (80.0 kHz e)
[ 7.003] (II) RADEON(0): Modeline "1280x1024"x60.0 108.00 1280 1328 1440 1688 1024 1025 1028 1066 +hsync +vsync (64.0 kHz e)
[ 7.003] (II) RADEON(0): Modeline "1152x864"x75.0 108.00 1152 1216 1344 1600 864 865 868 900 +hsync +vsync (67.5 kHz e)
[ 7.003] (II) RADEON(0): Modeline "1024x768"x75.1 78.80 1024 1040 1136 1312 768 769 772 800 +hsync +vsync (60.1 kHz e)
[ 7.003] (II) RADEON(0): Modeline "1024x768"x60.0 65.00 1024 1048 1184 1344 768 771 777 806 -hsync -vsync (48.4 kHz e)
[ 7.003] (II) RADEON(0): Modeline "800x600"x75.0 49.50 800 816 896 1056 600 601 604 625 +hsync +vsync (46.9 kHz e)
[ 7.003] (II) RADEON(0): Modeline "800x600"x60.3 40.00 800 840 968 1056 600 601 605 628 +hsync +vsync (37.9 kHz e)
[ 7.003] (II) RADEON(0): Modeline "640x480"x75.0 31.50 640 656 720 840 480 481 484 500 -hsync -vsync (37.5 kHz e)
[ 7.003] (II) RADEON(0): Modeline "640x480"x60.0 25.20 640 656 752 800 480 490 492 525 -hsync -vsync (31.5 kHz e)
[ 7.003] (II) RADEON(0): Modeline "720x400"x70.1 28.32 720 738 846 900 400 412 414 449 -hsync +vsync (31.5 kHz e)
[ 7.003] (II) RADEON(0): Output DisplayPort-0 disconnected
[ 7.003] (II) RADEON(0): Output DisplayPort-1 disconnected
[ 7.003] (II) RADEON(0): Output HDMI-0 disconnected
[ 7.003] (II) RADEON(0): Output DVI-0 disconnected
[ 7.003] (II) RADEON(0): Output DVI-1 connected
[ 7.003] (II) RADEON(0): Using exact sizes for initial modes
[ 7.003] (II) RADEON(0): Output DVI-1 using initial mode 1600x1200 +0+0
[ 7.003] (II) RADEON(0): Using default gamma of (1.0, 1.0, 1.0) unless otherwise stated.
[ 7.003] (II) RADEON(0): mem size init: gart size :3fdde000 vram size: s:40000000 visible:3f438000
[ 7.003] (II) RADEON(0): EXA: Driver will allow EXA pixmaps in VRAM
[ 7.003] (==) RADEON(0): DPI set to (96, 96)
[ 7.003] (II) Loading sub module "fb"
[ 7.003] (II) LoadModule: "fb"
[ 7.004] (II) Loading /usr/lib64/xorg/modules/libfb.so
[ 7.007] (II) Module fb: vendor="X.Org Foundation"
[ 7.007] compiled for 1.18.0, module version = 1.0.0
[ 7.007] ABI class: X.Org ANSI C Emulation, version 0.4
[ 7.007] (II) Loading sub module "ramdac"
[ 7.007] (II) LoadModule: "ramdac"
[ 7.007] (II) Module "ramdac" already built-in
[ 7.007] (II) UnloadModule: "modesetting"
[ 7.007] (II) Unloading modesetting
[ 7.007] (II) UnloadModule: "fbdev"
[ 7.007] (II) Unloading fbdev
[ 7.007] (II) UnloadSubModule: "fbdevhw"
[ 7.007] (II) Unloading fbdevhw
[ 7.007] (II) UnloadModule: "vesa"
[ 7.008] (II) Unloading vesa
[ 7.008] (--) Depth 24 pixmap format is 32 bpp
[ 7.009] (II) RADEON(0): [DRI2] Setup complete
[ 7.009] (II) RADEON(0): [DRI2] DRI driver: r600
[ 7.009] (II) RADEON(0): [DRI2] VDPAU driver: r600
[ 7.009] (II) RADEON(0): Front buffer size: 8320K
[ 7.009] (II) RADEON(0): VRAM usage limit set to 925286K
[ 7.011] (==) RADEON(0): DRI3 disabled
[ 7.011] (==) RADEON(0): Backing store enabled
[ 7.011] (II) RADEON(0): Direct rendering enabled
[ 7.011] (II) EXA(0): Driver allocated offscreen pixmaps
[ 7.011] (II) EXA(0): Driver registered support for the following operations:
[ 7.011] (II) Solid
[ 7.011] (II) Copy
[ 7.011] (II) Composite (RENDER acceleration)
[ 7.011] (II) UploadToScreen
[ 7.011] (II) DownloadFromScreen
[ 7.011] (II) RADEON(0): Acceleration enabled
[ 7.011] (==) RADEON(0): DPMS enabled
[ 7.011] (==) RADEON(0): Silken mouse enabled
[ 7.013] (II) RADEON(0): Set up textured video
[ 7.013] (II) RADEON(0): [XvMC] Associated with Radeon Textured Video.
[ 7.013] (II) RADEON(0): [XvMC] Extension initialized.
[ 7.013] (II) RADEON(0): RandR 1.2 enabled, ignore the following RandR disabled message.
[ 7.015] (--) RandR disabled
[ 7.021] (II) SELinux: Disabled by boolean
[ 7.256] (II) AIGLX: enabled GLX_MESA_copy_sub_buffer
[ 7.256] (II) AIGLX: enabled GLX_ARB_create_context
[ 7.256] (II) AIGLX: enabled GLX_ARB_create_context_profile
[ 7.256] (II) AIGLX: enabled GLX_EXT_create_context_es2_profile
[ 7.256] (II) AIGLX: enabled GLX_INTEL_swap_event
[ 7.256] (II) AIGLX: enabled GLX_SGI_swap_control and GLX_MESA_swap_control
[ 7.256] (II) AIGLX: enabled GLX_EXT_framebuffer_sRGB
[ 7.256] (II) AIGLX: enabled GLX_ARB_fbconfig_float
[ 7.256] (II) AIGLX: GLX_EXT_texture_from_pixmap backed by buffer objects
[ 7.256] (II) AIGLX: enabled GLX_ARB_create_context_robustness
[ 7.258] (II) AIGLX: Loaded and initialized r600
[ 7.258] (II) GLX: Initialized DRI2 GL provider for screen 0
[ 7.259] (II) RADEON(0): Setting screen physical size to 423 x 317
[ 7.401] (II) config/udev: Adding input device Power Button (/dev/input/event0)
[ 7.401] (**) Power Button: Applying InputClass "evdev keyboard catchall"
[ 7.401] (**) Power Button: Applying InputClass "system-keyboard"
[ 7.401] (II) LoadModule: "evdev"
[ 7.401] (II) Loading /usr/lib64/xorg/modules/input/evdev_drv.so
[ 7.411] (II) Module evdev: vendor="X.Org Foundation"
[ 7.411] compiled for 1.17.99.901, module version = 2.9.99
[ 7.411] Module class: X.Org XInput Driver
[ 7.411] ABI class: X.Org XInput driver, version 22.1
[ 7.411] (II) Using input driver 'evdev' for 'Power Button'
[ 7.411] (**) Power Button: always reports core events
[ 7.411] (**) evdev: Power Button: Device: "/dev/input/event0"
[ 7.411] (--) evdev: Power Button: Vendor 0 Product 0x1
[ 7.411] (--) evdev: Power Button: Found keys
[ 7.411] (II) evdev: Power Button: Configuring as keyboard
[ 7.411] (**) Option "config_info" "udev:/sys/devices/LNXSYSTM:00/LNXPWRBN:00/input/input0/event0"
[ 7.411] (II) XINPUT: Adding extended input device "Power Button" (type: KEYBOARD, id 6)
[ 7.411] (**) Option "xkb_rules" "evdev"
[ 7.411] (**) Option "xkb_layout" "us"
[ 7.413] (II) config/udev: Adding input device GASIA PS2toUSB Adapter (/dev/input/event4)
[ 7.413] (**) GASIA PS2toUSB Adapter: Applying InputClass "evdev keyboard catchall"
[ 7.413] (**) GASIA PS2toUSB Adapter: Applying InputClass "system-keyboard"
[ 7.413] (II) Using input driver 'evdev' for 'GASIA PS2toUSB Adapter'
[ 7.413] (**) GASIA PS2toUSB Adapter: always reports core events
[ 7.413] (**) evdev: GASIA PS2toUSB Adapter: Device: "/dev/input/event4"
[ 7.413] (--) evdev: GASIA PS2toUSB Adapter: Vendor 0xe8f Product 0x20
[ 7.413] (--) evdev: GASIA PS2toUSB Adapter: Found keys
[ 7.413] (II) evdev: GASIA PS2toUSB Adapter: Configuring as keyboard
[ 7.413] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-3/1-3:1.0/0003:0E8F:0020.0001/input/input5/event4"
[ 7.413] (II) XINPUT: Adding extended input device "GASIA PS2toUSB Adapter" (type: KEYBOARD, id 7)
[ 7.413] (**) Option "xkb_rules" "evdev"
[ 7.413] (**) Option "xkb_layout" "us"
[ 7.415] (II) config/udev: Adding input device GASIA PS2toUSB Adapter (/dev/input/event5)
[ 7.415] (**) GASIA PS2toUSB Adapter: Applying InputClass "evdev pointer catchall"
[ 7.415] (**) GASIA PS2toUSB Adapter: Applying InputClass "evdev keyboard catchall"
[ 7.415] (**) GASIA PS2toUSB Adapter: Applying InputClass "system-keyboard"
[ 7.415] (II) Using input driver 'evdev' for 'GASIA PS2toUSB Adapter'
[ 7.415] (**) GASIA PS2toUSB Adapter: always reports core events
[ 7.415] (**) evdev: GASIA PS2toUSB Adapter: Device: "/dev/input/event5"
[ 7.415] (--) evdev: GASIA PS2toUSB Adapter: Vendor 0xe8f Product 0x20
[ 7.415] (--) evdev: GASIA PS2toUSB Adapter: Found 9 mouse buttons
[ 7.415] (--) evdev: GASIA PS2toUSB Adapter: Found scroll wheel(s)
[ 7.415] (--) evdev: GASIA PS2toUSB Adapter: Found relative axes
[ 7.415] (--) evdev: GASIA PS2toUSB Adapter: Found x and y relative axes
[ 7.415] (--) evdev: GASIA PS2toUSB Adapter: Found absolute axes
[ 7.415] (II) evdev: GASIA PS2toUSB Adapter: Forcing absolute x/y axes to exist.
[ 7.415] (--) evdev: GASIA PS2toUSB Adapter: Found keys
[ 7.415] (II) evdev: GASIA PS2toUSB Adapter: Configuring as mouse
[ 7.415] (II) evdev: GASIA PS2toUSB Adapter: Configuring as keyboard
[ 7.415] (II) evdev: GASIA PS2toUSB Adapter: Adding scrollwheel support
[ 7.415] (**) evdev: GASIA PS2toUSB Adapter: YAxisMapping: buttons 4 and 5
[ 7.415] (**) evdev: GASIA PS2toUSB Adapter: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 7.415] (**) Option "config_info" "udev:/sys/devices/pci0000:00/0000:00:06.0/usb1/1-3/1-3:1.1/0003:0E8F:0020.0002/input/input6/event5"
[ 7.415] (II) XINPUT: Adding extended input device "GASIA PS2toUSB Adapter" (type: KEYBOARD, id 8)
[ 7.415] (**) Option "xkb_rules" "evdev"
[ 7.415] (**) Option "xkb_layout" "us"
[ 7.416] (II) evdev: GASIA PS2toUSB Adapter: initialized for relative axes.
[ 7.416] (WW) evdev: GASIA PS2toUSB Adapter: ignoring absolute axes.
[ 7.416] (**) GASIA PS2toUSB Adapter: (accel) keeping acceleration scheme 1
[ 7.416] (**) GASIA PS2toUSB Adapter: (accel) acceleration profile 0
[ 7.416] (**) GASIA PS2toUSB Adapter: (accel) acceleration factor: 2.000
[ 7.416] (**) GASIA PS2toUSB Adapter: (accel) acceleration threshold: 4
[ 7.417] (II) config/udev: Adding input device GASIA PS2toUSB Adapter (/dev/input/mouse1)
[ 7.417] (**) GASIA PS2toUSB Adapter: Applying InputClass "system-keyboard"
[ 7.417] (II) No input driver specified, ignoring this device.
[ 7.417] (II) This device may have been added with another device file.
[ 7.418] (II) config/udev: Adding input device HDA ATI HDMI HDMI/DP,pcm=3 (/dev/input/event6)
[ 7.418] (II) No input driver specified, ignoring this device.
[ 7.418] (II) This device may have been added with another device file.
[ 7.418] (II) config/udev: Adding input device AT Translated Set 2 keyboard (/dev/input/event1)
[ 7.418] (**) AT Translated Set 2 keyboard: Applying InputClass "evdev keyboard catchall"
[ 7.418] (**) AT Translated Set 2 keyboard: Applying InputClass "system-keyboard"
[ 7.418] (II) Using input driver 'evdev' for 'AT Translated Set 2 keyboard'
[ 7.418] (**) AT Translated Set 2 keyboard: always reports core events
[ 7.418] (**) evdev: AT Translated Set 2 keyboard: Device: "/dev/input/event1"
[ 7.419] (--) evdev: AT Translated Set 2 keyboard: Vendor 0x1 Product 0x1
[ 7.419] (--) evdev: AT Translated Set 2 keyboard: Found keys
[ 7.419] (II) evdev: AT Translated Set 2 keyboard: Configuring as keyboard
[ 7.419] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio0/input/input1/event1"
[ 7.419] (II) XINPUT: Adding extended input device "AT Translated Set 2 keyboard" (type: KEYBOARD, id 9)
[ 7.419] (**) Option "xkb_rules" "evdev"
[ 7.419] (**) Option "xkb_layout" "us"
[ 7.420] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event3)
[ 7.420] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "evdev pointer catchall"
[ 7.420] (II) Using input driver 'evdev' for 'VirtualPS/2 VMware VMMouse'
[ 7.420] (**) VirtualPS/2 VMware VMMouse: always reports core events
[ 7.420] (**) evdev: VirtualPS/2 VMware VMMouse: Device: "/dev/input/event3"
[ 7.420] (--) evdev: VirtualPS/2 VMware VMMouse: Vendor 0x2 Product 0x13
[ 7.420] (--) evdev: VirtualPS/2 VMware VMMouse: Found 3 mouse buttons
[ 7.420] (--) evdev: VirtualPS/2 VMware VMMouse: Found scroll wheel(s)
[ 7.420] (--) evdev: VirtualPS/2 VMware VMMouse: Found relative axes
[ 7.420] (--) evdev: VirtualPS/2 VMware VMMouse: Found x and y relative axes
[ 7.420] (II) evdev: VirtualPS/2 VMware VMMouse: Configuring as mouse
[ 7.420] (II) evdev: VirtualPS/2 VMware VMMouse: Adding scrollwheel support
[ 7.420] (**) evdev: VirtualPS/2 VMware VMMouse: YAxisMapping: buttons 4 and 5
[ 7.420] (**) evdev: VirtualPS/2 VMware VMMouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 7.420] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input3/event3"
[ 7.420] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: MOUSE, id 10)
[ 7.420] (II) evdev: VirtualPS/2 VMware VMMouse: initialized for relative axes.
[ 7.420] (**) VirtualPS/2 VMware VMMouse: (accel) keeping acceleration scheme 1
[ 7.420] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration profile 0
[ 7.420] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[ 7.420] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[ 7.421] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/mouse0)
[ 7.421] (II) No input driver specified, ignoring this device.
[ 7.421] (II) This device may have been added with another device file.
[ 7.422] (II) config/udev: Adding input device VirtualPS/2 VMware VMMouse (/dev/input/event2)
[ 7.422] (**) VirtualPS/2 VMware VMMouse: Applying InputClass "evdev pointer catchall"
[ 7.422] (II) Using input driver 'evdev' for 'VirtualPS/2 VMware VMMouse'
[ 7.422] (**) VirtualPS/2 VMware VMMouse: always reports core events
[ 7.422] (**) evdev: VirtualPS/2 VMware VMMouse: Device: "/dev/input/event2"
[ 7.422] (--) evdev: VirtualPS/2 VMware VMMouse: Vendor 0x2 Product 0x13
[ 7.422] (--) evdev: VirtualPS/2 VMware VMMouse: Found 3 mouse buttons
[ 7.422] (--) evdev: VirtualPS/2 VMware VMMouse: Found absolute axes
[ 7.422] (--) evdev: VirtualPS/2 VMware VMMouse: Found x and y absolute axes
[ 7.422] (--) evdev: VirtualPS/2 VMware VMMouse: Found absolute touchscreen
[ 7.422] (II) evdev: VirtualPS/2 VMware VMMouse: Configuring as touchscreen
[ 7.422] (**) evdev: VirtualPS/2 VMware VMMouse: YAxisMapping: buttons 4 and 5
[ 7.422] (**) evdev: VirtualPS/2 VMware VMMouse: EmulateWheelButton: 4, EmulateWheelInertia: 10, EmulateWheelTimeout: 200
[ 7.422] (**) Option "config_info" "udev:/sys/devices/platform/i8042/serio1/input/input4/event2"
[ 7.422] (II) XINPUT: Adding extended input device "VirtualPS/2 VMware VMMouse" (type: TOUCHSCREEN, id 11)
[ 7.422] (II) evdev: VirtualPS/2 VMware VMMouse: initialized for absolute axes.
[ 7.422] (**) VirtualPS/2 VMware VMMouse: (accel) keeping acceleration scheme 1
[ 7.422] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration profile 0
[ 7.422] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration factor: 2.000
[ 7.422] (**) VirtualPS/2 VMware VMMouse: (accel) acceleration threshold: 4
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 4.3.3-300.fc23.x86_64 (mockbuild@bkernel01.phx2.fedoraproject.org) (gcc version 5.3.1 20151207 (Red Hat 5.3.1-2) (GCC) ) #1 SMP Tue Jan 5 23:31:01 UTC 2016
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-4.3.3-300.fc23.x86_64 root=/dev/mapper/fedora_shadowbox-root ro rd.lvm.lv=fedora_shadowbox/root rd.lvm.lv=fedora_shadowbox/swap rhgb quiet LANG=en_US.UTF-8 pci-stub.ids=1002:6738,1002:aa88,1b73:1100,1b4b:9230
[ 0.000000] tseg: 00bd800000
[ 0.000000] x86/fpu: xstate_offset[2]: 0240, xstate_sizes[2]: 0100
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x01: 'x87 floating point registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x02: 'SSE registers'
[ 0.000000] x86/fpu: Supporting XSAVE feature 0x04: 'AVX registers'
[ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 0x340 bytes, using 'standard' format.
[ 0.000000] x86/fpu: Using 'lazy' FPU context switches.
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x00000000bb88ffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bb890000-0x00000000bbd05fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bbd06000-0x00000000bc052fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bc053000-0x00000000bca46fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bca47000-0x00000000bca47fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bca48000-0x00000000bcc4dfff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x00000000bcc4e000-0x00000000bd063fff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000bd064000-0x00000000bd7f2fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000bd7f3000-0x00000000bd7fffff] usable
[ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] BIOS-e820: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000053fffffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] e820: update [mem 0x80f57018-0x80f66457] usable ==> usable
[ 0.000000] e820: update [mem 0x80f47018-0x80f56a57] usable ==> usable
[ 0.000000] e820: update [mem 0x80f3f018-0x80f46a57] usable ==> usable
[ 0.000000] e820: update [mem 0xacfea018-0xacfef257] usable ==> usable
[ 0.000000] e820: update [mem 0x80f32018-0x80f3e857] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x0000000080f32017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000080f32018-0x0000000080f3e857] usable
[ 0.000000] reserve setup_data: [mem 0x0000000080f3e858-0x0000000080f3f017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000080f3f018-0x0000000080f46a57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000080f46a58-0x0000000080f47017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000080f47018-0x0000000080f56a57] usable
[ 0.000000] reserve setup_data: [mem 0x0000000080f56a58-0x0000000080f57017] usable
[ 0.000000] reserve setup_data: [mem 0x0000000080f57018-0x0000000080f66457] usable
[ 0.000000] reserve setup_data: [mem 0x0000000080f66458-0x00000000acfea017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000acfea018-0x00000000acfef257] usable
[ 0.000000] reserve setup_data: [mem 0x00000000acfef258-0x00000000bb88ffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bb890000-0x00000000bbd05fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bbd06000-0x00000000bc052fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000bc053000-0x00000000bca46fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bca47000-0x00000000bca47fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bca48000-0x00000000bcc4dfff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x00000000bcc4e000-0x00000000bd063fff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000bd064000-0x00000000bd7f2fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000bd7f3000-0x00000000bd7fffff] usable
[ 0.000000] reserve setup_data: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fec10000-0x00000000fec10fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed00000-0x00000000fed00fff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000fed80000-0x00000000fed8ffff] reserved
[ 0.000000] reserve setup_data: [mem 0x00000000ff800000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100001000-0x000000053fffffff] usable
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI=0xbc043000 ACPI 2.0=0xbc043000 SMBIOS=0xf04c0 MPS=0xfd520
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: To Be Filled By O.E.M. To Be Filled By O.E.M./FM2A85X Extreme6, BIOS P2.30 07/11/2013
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x540000 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-D7FFF write-protect
[ 0.000000] D8000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000000 mask FFFF80000000 write-back
[ 0.000000] 1 base 000080000000 mask FFFFC0000000 write-back
[ 0.000000] 2 base 0000BD800000 mask FFFFFF800000 uncachable
[ 0.000000] 3 base 0000BE000000 mask FFFFFE000000 uncachable
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 0000000540000000 aka 21504M
[ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT
[ 0.000000] e820: update [mem 0xbd800000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0xbd800 max_arch_pfn = 0x400000000
[ 0.000000] found SMP MP-table at [mem 0x000fd920-0x000fd92f] mapped at [ffff8800000fd920]
[ 0.000000] Base memory trampoline at [ffff880000091000] 91000 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 [0x0304b000, 0x0304bfff] PGTABLE
[ 0.000000] BRK [0x0304c000, 0x0304cfff] PGTABLE
[ 0.000000] BRK [0x0304d000, 0x0304dfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x53fe00000-0x53fffffff]
[ 0.000000] [mem 0x53fe00000-0x53fffffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x520000000-0x53fdfffff]
[ 0.000000] [mem 0x520000000-0x53fdfffff] page 1G
[ 0.000000] init_memory_mapping: [mem 0x00100000-0xbb88ffff]
[ 0.000000] [mem 0x00100000-0x001fffff] page 4k
[ 0.000000] [mem 0x00200000-0x3fffffff] page 2M
[ 0.000000] [mem 0x40000000-0x7fffffff] page 1G
[ 0.000000] [mem 0x80000000-0xbb7fffff] page 2M
[ 0.000000] [mem 0xbb800000-0xbb88ffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0xbca47000-0xbca47fff]
[ 0.000000] [mem 0xbca47000-0xbca47fff] page 4k
[ 0.000000] BRK [0x0304e000, 0x0304efff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xbcc4e000-0xbd063fff]
[ 0.000000] [mem 0xbcc4e000-0xbcdfffff] page 4k
[ 0.000000] [mem 0xbce00000-0xbcffffff] page 2M
[ 0.000000] [mem 0xbd000000-0xbd063fff] page 4k
[ 0.000000] BRK [0x0304f000, 0x0304ffff] PGTABLE
[ 0.000000] BRK [0x03050000, 0x03050fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0xbd7f3000-0xbd7fffff]
[ 0.000000] [mem 0xbd7f3000-0xbd7fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100001000-0x51fffffff]
[ 0.000000] [mem 0x100001000-0x1001fffff] page 4k
[ 0.000000] [mem 0x100200000-0x13fffffff] page 2M
[ 0.000000] [mem 0x140000000-0x51fffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x3dc75000-0x3ed06fff]
[ 0.000000] ACPI: Early table checksum verification disabled
[ 0.000000] ACPI: RSDP 0x00000000BC043000 000024 (v02 ALASKA)
[ 0.000000] ACPI: XSDT 0x00000000BC043078 000074 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 0x00000000BC0491B8 0000F4 (v04 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20150818/tbfadt-654)
[ 0.000000] ACPI: DSDT 0x00000000BC043188 00602C (v02 ALASKA A M I 00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 0x00000000BC04BE80 000040
[ 0.000000] ACPI: APIC 0x00000000BC0492B0 000072 (v03 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 0x00000000BC049328 000044 (v01 ALASKA A M I 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 0x00000000BC049370 00003C (v01 ALASKA A M I 01072009 MSFT 00010013)
[ 0.000000] ACPI: AAFT 0x00000000BC0493B0 000100 (v01 ALASKA OEMAAFT 01072009 MSFT 00000097)
[ 0.000000] ACPI: HPET 0x00000000BC0494B0 000038 (v01 ALASKA A M I 01072009 AMI 00000005)
[ 0.000000] ACPI: IVRS 0x00000000BC0494E8 000070 (v02 AMD ANNAPURN 00000001 AMD 00000000)
[ 0.000000] ACPI: SSDT 0x00000000BC049558 000614 (v01 AMD ANNAPURN 00000001 AMD 00000001)
[ 0.000000] ACPI: SSDT 0x00000000BC049B70 0004B7 (v02 AMD ANNAPURN 00000001 MSFT 04000000)
[ 0.000000] ACPI: CRAT 0x00000000BC04A028 0001A8 (v01 AMD ANNAPURN 00000001 AMD 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000053fffffff]
[ 0.000000] NODE_DATA(0) allocated [mem 0x53ffe7000-0x53fffafff]
[ 0.000000] [ffffea0000000000-ffffea0014ffffff] PMD -> [ffff88052b600000-ffff88053f5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff]
[ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff]
[ 0.000000] Normal [mem 0x0000000100000000-0x000000053fffffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x0000000000001000-0x000000000009ffff]
[ 0.000000] node 0: [mem 0x0000000000100000-0x00000000bb88ffff]
[ 0.000000] node 0: [mem 0x00000000bca47000-0x00000000bca47fff]
[ 0.000000] node 0: [mem 0x00000000bcc4e000-0x00000000bd063fff]
[ 0.000000] node 0: [mem 0x00000000bd7f3000-0x00000000bd7fffff]
[ 0.000000] node 0: [mem 0x0000000100001000-0x000000053fffffff]
[ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000053fffffff]
[ 0.000000] On node 0 totalpages: 5225554
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 47 pages reserved
[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 11955 pages used for memmap
[ 0.000000] DMA32 zone: 765108 pages, LIFO batch:31
[ 0.000000] Normal zone: 69632 pages used for memmap
[ 0.000000] Normal zone: 4456447 pages, LIFO batch:31
[ 0.000000] tboot: non-0 tboot_addr but it is not of type E820_RESERVED
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] IOAPIC[0]: apic_id 3, version 33, address 0xfec00000, GSI 0-23
[ 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: 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, 2 hotplug CPUs
[ 0.000000] PM: Registered nosave memory: [mem 0x00000000-0x00000fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x80f32000-0x80f32fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x80f3e000-0x80f3efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x80f3f000-0x80f3ffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x80f46000-0x80f46fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x80f47000-0x80f47fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x80f56000-0x80f56fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x80f57000-0x80f57fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x80f66000-0x80f66fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xacfea000-0xacfeafff]
[ 0.000000] PM: Registered nosave memory: [mem 0xacfef000-0xacfeffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbb890000-0xbbd05fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbbd06000-0xbc052fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbc053000-0xbca46fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbca48000-0xbcc4dfff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbd064000-0xbd7f2fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xbd800000-0xfebfffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec00000-0xfec00fff]
[ 0.000000] PM: Registered nosave memory: [mem 0xfec01000-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-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] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[ 0.000000] e820: [mem 0xbd800000-0xfebfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1910969940391419 ns
[ 0.000000] setup_percpu: NR_CPUS:1024 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 34 pages/cpu @ffff88053fc00000 s98328 r8192 d32744 u524288
[ 0.000000] pcpu-alloc: s98328 r8192 d32744 u524288 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Node order, mobility grouping on. Total pages: 5143856
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-4.3.3-300.fc23.x86_64 root=/dev/mapper/fedora_shadowbox-root ro rd.lvm.lv=fedora_shadowbox/root rd.lvm.lv=fedora_shadowbox/swap rhgb quiet LANG=en_US.UTF-8 pci-stub.ids=1002:6738,1002:aa88,1b73:1100,1b4b:9230
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Memory: 20287568K/20902216K available (7705K kernel code, 1283K rwdata, 3376K rodata, 1520K init, 1552K bss, 614648K reserved, 0K cma-reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] Build-time adjustment of leaf fanout to 64.
[ 0.000000] RCU restricting CPUs from NR_CPUS=1024 to nr_cpu_ids=4.
[ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=4
[ 0.000000] NR_IRQS:65792 nr_irqs:456 16
[ 0.000000] Offload RCU callbacks from all CPUs
[ 0.000000] Offload RCU callbacks from CPUs: 0-3.
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484873504 ns
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.000000] tsc: Detected 3899.887 MHz processor
[ 0.000022] Calibrating delay loop (skipped), value calculated using timer frequency.. 7799.77 BogoMIPS (lpj=3899887)
[ 0.000025] pid_max: default: 32768 minimum: 301
[ 0.000031] ACPI: Core revision 20150818
[ 0.002968] ACPI: 3 ACPI AML tables successfully acquired and loaded
[ 0.019774] Security Framework initialized
[ 0.019776] Yama: becoming mindful.
[ 0.019780] SELinux: Initializing.
[ 0.019788] SELinux: Starting in permissive mode
[ 0.022025] Dentry cache hash table entries: 4194304 (order: 13, 33554432 bytes)
[ 0.031039] Inode-cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[ 0.035054] Mount-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.035091] Mountpoint-cache hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.035528] Initializing cgroup subsys io
[ 0.035535] Initializing cgroup subsys memory
[ 0.035542] Initializing cgroup subsys devices
[ 0.035544] Initializing cgroup subsys freezer
[ 0.035546] Initializing cgroup subsys net_cls
[ 0.035549] Initializing cgroup subsys perf_event
[ 0.035551] Initializing cgroup subsys net_prio
[ 0.035553] Initializing cgroup subsys hugetlb
[ 0.035556] Initializing cgroup subsys pids
[ 0.035576] CPU: Physical Processor ID: 0
[ 0.035577] CPU: Processor Core ID: 0
[ 0.035578] mce: CPU supports 7 MCE banks
[ 0.035589] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
[ 0.035590] Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512, 1GB 0
[ 0.035826] Freeing SMP alternatives memory: 28K (ffffffff81ebe000 - ffffffff81ec5000)
[ 0.066462] ftrace: allocating 29064 entries in 114 pages
[ 0.159122] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.270690] smpboot: CPU0: AMD A6-6400K APU with Radeon(tm) HD Graphics (family: 0x15, model: 0x13, stepping: 0x1)
[ 0.270713] Performance Events: Fam15h core perfctr, AMD PMU driver.
[ 0.270717] ... version: 0
[ 0.270718] ... bit width: 48
[ 0.270719] ... generic registers: 6
[ 0.270720] ... value mask: 0000ffffffffffff
[ 0.270720] ... max period: 00007fffffffffff
[ 0.270721] ... fixed-purpose events: 0
[ 0.270722] ... event mask: 000000000000003f
[ 0.271308] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.271397] x86: Booting SMP configuration:
[ 0.271399] .... node #0, CPUs: #1
[ 0.284500] x86: Booted up 1 node, 2 CPUs
[ 0.284504] smpboot: Total of 2 processors activated (15599.54 BogoMIPS)
[ 0.284919] devtmpfs: initialized
[ 0.289249] PM: Registering ACPI NVS region [mem 0xbbd06000-0xbc052fff] (3461120 bytes)
[ 0.289299] PM: Registering ACPI NVS region [mem 0xbca48000-0xbcc4dfff] (2121728 bytes)
[ 0.289397] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 1911260446275000 ns
[ 0.289469] atomic64_test: passed for x86-64 platform with CX8 and with SSE
[ 0.289471] pinctrl core: initialized pinctrl subsystem
[ 0.289511] RTC time: 4:56:35, date: 01/16/16
[ 0.289618] NET: Registered protocol family 16
[ 0.291520] cpuidle: using governor menu
[ 0.291690] ACPI: bus type PCI registered
[ 0.291692] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.291772] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.291775] PCI: not using MMCONFIG
[ 0.291776] PCI: Using configuration type 1 for base access
[ 0.291777] PCI: Using configuration type 1 for extended access
[ 0.294833] ACPI: Added _OSI(Module Device)
[ 0.294836] ACPI: Added _OSI(Processor Device)
[ 0.294837] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.294838] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.296019] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.297570] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored
[ 0.297811] ACPI: Interpreter enabled
[ 0.297817] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20150818/hwxface-580)
[ 0.297821] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20150818/hwxface-580)
[ 0.297824] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S3_] (20150818/hwxface-580)
[ 0.297833] ACPI: (supports S0 S4 S5)
[ 0.297834] ACPI: Using IOAPIC for interrupt routing
[ 0.297950] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.297980] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.297992] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.302594] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.302600] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 0.302715] acpi PNP0A03:00: _OSC: platform does not support [PME]
[ 0.302827] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
[ 0.303063] PCI host bridge to bus 0000:00
[ 0.303066] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 0.303068] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window]
[ 0.303070] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window]
[ 0.303071] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window]
[ 0.303073] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window]
[ 0.303074] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window]
[ 0.303076] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window]
[ 0.303077] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff window]
[ 0.303083] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[ 0.303174] pci 0000:00:00.2: [1022:1419] type 00 class 0x080600
[ 0.303273] pci 0000:00:01.0: [1002:9996] type 00 class 0x030000
[ 0.303286] pci 0000:00:01.0: reg 0x10: [mem 0xd0000000-0xd1ffffff pref]
[ 0.303290] pci 0000:00:01.0: reg 0x14: [io 0xf000-0xf0ff]
[ 0.303295] pci 0000:00:01.0: reg 0x18: [mem 0xfe500000-0xfe53ffff]
[ 0.303318] pci 0000:00:01.0: supports D1 D2
[ 0.303385] pci 0000:00:02.0: [1022:1412] type 01 class 0x060400
[ 0.303416] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold
[ 0.303460] pci 0000:00:02.0: System wakeup disabled by ACPI
[ 0.303496] pci 0000:00:03.0: [1022:1413] type 01 class 0x060400
[ 0.303528] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 0.303573] pci 0000:00:03.0: System wakeup disabled by ACPI
[ 0.303609] pci 0000:00:04.0: [1022:1414] type 01 class 0x060400
[ 0.303640] pci 0000:00:04.0: PME# supported from D0 D3hot D3cold
[ 0.303683] pci 0000:00:04.0: System wakeup disabled by ACPI
[ 0.303738] pci 0000:00:10.0: [1022:7812] type 00 class 0x0c0330
[ 0.303772] pci 0000:00:10.0: reg 0x10: [mem 0xfe546000-0xfe547fff 64bit]
[ 0.303837] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[ 0.303888] pci 0000:00:10.0: System wakeup disabled by ACPI
[ 0.303933] pci 0000:00:10.1: [1022:7812] type 00 class 0x0c0330
[ 0.303967] pci 0000:00:10.1: reg 0x10: [mem 0xfe544000-0xfe545fff 64bit]
[ 0.304032] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[ 0.304081] pci 0000:00:10.1: System wakeup disabled by ACPI
[ 0.304124] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[ 0.304145] pci 0000:00:11.0: reg 0x10: [io 0xf140-0xf147]
[ 0.304152] pci 0000:00:11.0: reg 0x14: [io 0xf130-0xf133]
[ 0.304160] pci 0000:00:11.0: reg 0x18: [io 0xf120-0xf127]
[ 0.304167] pci 0000:00:11.0: reg 0x1c: [io 0xf110-0xf113]
[ 0.304174] pci 0000:00:11.0: reg 0x20: [io 0xf100-0xf10f]
[ 0.304182] pci 0000:00:11.0: reg 0x24: [mem 0xfe54d000-0xfe54d7ff]
[ 0.304272] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[ 0.304285] pci 0000:00:12.0: reg 0x10: [mem 0xfe54c000-0xfe54cfff]
[ 0.304366] pci 0000:00:12.0: System wakeup disabled by ACPI
[ 0.304404] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[ 0.304424] pci 0000:00:12.2: reg 0x10: [mem 0xfe54b000-0xfe54b0ff]
[ 0.304476] pci 0000:00:12.2: supports D1 D2
[ 0.304477] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot
[ 0.304525] pci 0000:00:12.2: System wakeup disabled by ACPI
[ 0.304563] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[ 0.304576] pci 0000:00:13.0: reg 0x10: [mem 0xfe54a000-0xfe54afff]
[ 0.304656] pci 0000:00:13.0: System wakeup disabled by ACPI
[ 0.304695] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[ 0.304715] pci 0000:00:13.2: reg 0x10: [mem 0xfe549000-0xfe5490ff]
[ 0.304769] pci 0000:00:13.2: supports D1 D2
[ 0.304770] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot
[ 0.304813] pci 0000:00:13.2: System wakeup disabled by ACPI
[ 0.304852] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[ 0.304954] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[ 0.304975] pci 0000:00:14.2: reg 0x10: [mem 0xfe540000-0xfe543fff 64bit]
[ 0.305020] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 0.305062] pci 0000:00:14.2: System wakeup disabled by ACPI
[ 0.305097] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[ 0.305216] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[ 0.305281] pci 0000:00:14.4: System wakeup disabled by ACPI
[ 0.305316] pci 0000:00:14.5: [1022:7809] type 00 class 0x0c0310
[ 0.305329] pci 0000:00:14.5: reg 0x10: [mem 0xfe548000-0xfe548fff]
[ 0.305412] pci 0000:00:14.5: System wakeup disabled by ACPI
[ 0.305451] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400
[ 0.305500] pci 0000:00:15.0: supports D1 D2
[ 0.305546] pci 0000:00:15.0: System wakeup disabled by ACPI
[ 0.305584] pci 0000:00:15.2: [1022:43a2] type 01 class 0x060400
[ 0.305633] pci 0000:00:15.2: supports D1 D2
[ 0.305677] pci 0000:00:15.2: System wakeup disabled by ACPI
[ 0.305715] pci 0000:00:15.3: [1022:43a3] type 01 class 0x060400
[ 0.305765] pci 0000:00:15.3: supports D1 D2
[ 0.305810] pci 0000:00:15.3: System wakeup disabled by ACPI
[ 0.305847] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[ 0.305918] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[ 0.305989] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[ 0.306060] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[ 0.306131] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[ 0.306200] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[ 0.306315] pci 0000:01:00.0: [1002:6738] type 00 class 0x030000
[ 0.306340] pci 0000:01:00.0: reg 0x10: [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.306349] pci 0000:01:00.0: reg 0x18: [mem 0xfe420000-0xfe43ffff 64bit]
[ 0.306355] pci 0000:01:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 0.306365] pci 0000:01:00.0: reg 0x30: [mem 0xfe400000-0xfe41ffff pref]
[ 0.306388] pci 0000:01:00.0: supports D1 D2
[ 0.306442] pci 0000:01:00.1: [1002:aa88] type 00 class 0x040300
[ 0.306466] pci 0000:01:00.1: reg 0x10: [mem 0xfe440000-0xfe443fff 64bit]
[ 0.306510] pci 0000:01:00.1: supports D1 D2
[ 0.307770] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 0.307775] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ 0.307778] pci 0000:00:02.0: bridge window [mem 0xfe400000-0xfe4fffff]
[ 0.307781] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.307840] pci 0000:02:00.0: [1b73:1100] type 00 class 0x0c0330
[ 0.307869] pci 0000:02:00.0: reg 0x10: [mem 0xfe300000-0xfe30ffff 64bit]
[ 0.307880] pci 0000:02:00.0: reg 0x18: [mem 0xfe311000-0xfe311fff 64bit]
[ 0.307891] pci 0000:02:00.0: reg 0x20: [mem 0xfe310000-0xfe310fff 64bit]
[ 0.307925] pci 0000:02:00.0: supports D1
[ 0.307927] pci 0000:02:00.0: PME# supported from D0 D1 D3hot
[ 0.309767] pci 0000:00:03.0: PCI bridge to [bus 02]
[ 0.309773] pci 0000:00:03.0: bridge window [mem 0xfe300000-0xfe3fffff]
[ 0.309833] pci 0000:03:00.0: [1b4b:9230] type 00 class 0x010601
[ 0.309852] pci 0000:03:00.0: reg 0x10: [io 0xd050-0xd057]
[ 0.309858] pci 0000:03:00.0: reg 0x14: [io 0xd040-0xd043]
[ 0.309864] pci 0000:03:00.0: reg 0x18: [io 0xd030-0xd037]
[ 0.309870] pci 0000:03:00.0: reg 0x1c: [io 0xd020-0xd023]
[ 0.309876] pci 0000:03:00.0: reg 0x20: [io 0xd000-0xd01f]
[ 0.309882] pci 0000:03:00.0: reg 0x24: [mem 0xfe210000-0xfe2107ff]
[ 0.309889] pci 0000:03:00.0: reg 0x30: [mem 0xfe200000-0xfe20ffff pref]
[ 0.309913] pci 0000:03:00.0: PME# supported from D3hot
[ 0.311770] pci 0000:00:04.0: PCI bridge to [bus 03]
[ 0.311775] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
[ 0.311778] pci 0000:00:04.0: bridge window [mem 0xfe200000-0xfe2fffff]
[ 0.311838] pci 0000:04:05.0: [14f1:8800] type 00 class 0x040000
[ 0.311864] pci 0000:04:05.0: reg 0x10: [mem 0xfd000000-0xfdffffff]
[ 0.311982] pci 0000:04:05.1: [14f1:8801] type 00 class 0x048000
[ 0.312003] pci 0000:04:05.1: reg 0x10: [mem 0xfc000000-0xfcffffff]
[ 0.312102] pci 0000:04:05.2: [14f1:8802] type 00 class 0x048000
[ 0.312123] pci 0000:04:05.2: reg 0x10: [mem 0xfb000000-0xfbffffff]
[ 0.312229] pci 0000:04:06.0: [14f1:8800] type 00 class 0x040000
[ 0.312254] pci 0000:04:06.0: reg 0x10: [mem 0xfa000000-0xfaffffff]
[ 0.312356] pci 0000:04:06.1: [14f1:8801] type 00 class 0x048000
[ 0.312378] pci 0000:04:06.1: reg 0x10: [mem 0xf9000000-0xf9ffffff]
[ 0.312476] pci 0000:04:06.2: [14f1:8802] type 00 class 0x048000
[ 0.312497] pci 0000:04:06.2: reg 0x10: [mem 0xf8000000-0xf8ffffff]
[ 0.312629] pci 0000:00:14.4: PCI bridge to [bus 04] (subtractive decode)
[ 0.312634] pci 0000:00:14.4: bridge window [mem 0xf8000000-0xfdffffff]
[ 0.312638] pci 0000:00:14.4: bridge window [io 0x0000-0x03af window] (subtractive decode)
[ 0.312639] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode)
[ 0.312641] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df window] (subtractive decode)
[ 0.312642] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff window] (subtractive decode)
[ 0.312644] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode)
[ 0.312645] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode)
[ 0.312646] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff window] (subtractive decode)
[ 0.312697] pci 0000:05:00.0: [1106:3432] type 00 class 0x0c0330
[ 0.312724] pci 0000:05:00.0: reg 0x10: [mem 0xfe100000-0xfe100fff]
[ 0.312799] pci 0000:05:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.314780] pci 0000:00:15.0: PCI bridge to [bus 05]
[ 0.314788] pci 0000:00:15.0: bridge window [mem 0xfe100000-0xfe1fffff]
[ 0.314870] pci 0000:06:00.0: [1b21:1042] type 00 class 0x0c0330
[ 0.314912] pci 0000:06:00.0: reg 0x10: [mem 0xfe000000-0xfe007fff 64bit]
[ 0.315012] pci 0000:06:00.0: PME# supported from D3hot D3cold
[ 0.316779] pci 0000:00:15.2: PCI bridge to [bus 06]
[ 0.316787] pci 0000:00:15.2: bridge window [mem 0xfe000000-0xfe0fffff]
[ 0.316863] pci 0000:07:00.0: [10ec:8168] type 00 class 0x020000
[ 0.316900] pci 0000:07:00.0: reg 0x10: [io 0xc000-0xc0ff]
[ 0.316926] pci 0000:07:00.0: reg 0x18: [mem 0xd2004000-0xd2004fff 64bit pref]
[ 0.316942] pci 0000:07:00.0: reg 0x20: [mem 0xd2000000-0xd2003fff 64bit pref]
[ 0.317002] pci 0000:07:00.0: supports D1 D2
[ 0.317003] pci 0000:07:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.318785] pci 0000:00:15.3: PCI bridge to [bus 07]
[ 0.318792] pci 0000:00:15.3: bridge window [io 0xc000-0xcfff]
[ 0.318798] pci 0000:00:15.3: bridge window [mem 0xd2000000-0xd20fffff 64bit pref]
[ 0.319303] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[ 0.319356] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[ 0.319411] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[ 0.319464] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[ 0.319508] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[ 0.319545] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[ 0.319579] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[ 0.319613] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[ 0.319806] vgaarb: setting as boot device: PCI:0000:00:01.0
[ 0.319809] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.319815] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[ 0.319818] vgaarb: loaded
[ 0.319819] vgaarb: bridge control possible 0000:01:00.0
[ 0.319820] vgaarb: no bridge control possible 0000:00:01.0
[ 0.319914] SCSI subsystem initialized
[ 0.319968] libata version 3.00 loaded.
[ 0.320001] ACPI: bus type USB registered
[ 0.320018] usbcore: registered new interface driver usbfs
[ 0.320028] usbcore: registered new interface driver hub
[ 0.320042] usbcore: registered new device driver usb
[ 0.320178] PCI: Using ACPI for IRQ routing
[ 0.326788] PCI: pci_cache_line_size set to 64 bytes
[ 0.326871] e820: reserve RAM buffer [mem 0x80f32018-0x83ffffff]
[ 0.326873] e820: reserve RAM buffer [mem 0x80f3f018-0x83ffffff]
[ 0.326875] e820: reserve RAM buffer [mem 0x80f47018-0x83ffffff]
[ 0.326876] e820: reserve RAM buffer [mem 0x80f57018-0x83ffffff]
[ 0.326876] e820: reserve RAM buffer [mem 0xacfea018-0xafffffff]
[ 0.326877] e820: reserve RAM buffer [mem 0xbb890000-0xbbffffff]
[ 0.326878] e820: reserve RAM buffer [mem 0xbca48000-0xbfffffff]
[ 0.326879] e820: reserve RAM buffer [mem 0xbd064000-0xbfffffff]
[ 0.326880] e820: reserve RAM buffer [mem 0xbd800000-0xbfffffff]
[ 0.326989] NetLabel: Initializing
[ 0.326991] NetLabel: domain hash size = 128
[ 0.326992] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.327001] NetLabel: unlabeled traffic allowed by default
[ 0.327057] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.327060] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 0.329106] clocksource: Switched to clocksource hpet
[ 0.336925] pnp: PnP ACPI init
[ 0.337052] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.337056] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.337143] system 00:01: [mem 0xbe000000-0xbfffffff] could not be reserved
[ 0.337145] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.337219] system 00:02: [mem 0xfeb80000-0xfebfffff] could not be reserved
[ 0.337222] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.337472] system 00:03: [io 0x04d0-0x04d1] has been reserved
[ 0.337474] system 00:03: [io 0x040b] has been reserved
[ 0.337476] system 00:03: [io 0x04d6] has been reserved
[ 0.337478] system 00:03: [io 0x0c00-0x0c01] has been reserved
[ 0.337479] system 00:03: [io 0x0c14] has been reserved
[ 0.337481] system 00:03: [io 0x0c50-0x0c51] has been reserved
[ 0.337483] system 00:03: [io 0x0c52] has been reserved
[ 0.337484] system 00:03: [io 0x0c6c] has been reserved
[ 0.337486] system 00:03: [io 0x0c6f] has been reserved
[ 0.337487] system 00:03: [io 0x0cd0-0x0cd1] has been reserved
[ 0.337489] system 00:03: [io 0x0cd2-0x0cd3] has been reserved
[ 0.337490] system 00:03: [io 0x0cd4-0x0cd5] has been reserved
[ 0.337492] system 00:03: [io 0x0cd6-0x0cd7] has been reserved
[ 0.337493] system 00:03: [io 0x0cd8-0x0cdf] has been reserved
[ 0.337495] system 00:03: [io 0x0800-0x089f] could not be reserved
[ 0.337496] system 00:03: [io 0x0b20-0x0b3f] has been reserved
[ 0.337498] system 00:03: [io 0x0900-0x090f] has been reserved
[ 0.337499] system 00:03: [io 0x0910-0x091f] has been reserved
[ 0.337501] system 00:03: [io 0xfe00-0xfefe] has been reserved
[ 0.337503] system 00:03: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.337505] system 00:03: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.337507] system 00:03: [mem 0xfed80000-0xfed8ffff] has been reserved
[ 0.337509] system 00:03: [mem 0xfed61000-0xfed70fff] has been reserved
[ 0.337510] system 00:03: [mem 0xfec10000-0xfec10fff] has been reserved
[ 0.337512] system 00:03: [mem 0xfed00000-0xfed00fff] could not be reserved
[ 0.337514] system 00:03: [mem 0xff800000-0xffffffff] has been reserved
[ 0.337516] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.337591] system 00:04: [io 0x0290-0x029f] has been reserved
[ 0.337594] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.337760] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.337787] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.337839] system 00:07: [io 0x04d0-0x04d1] has been reserved
[ 0.337842] system 00:07: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.338013] pnp 00:08: [dma 0 disabled]
[ 0.338054] pnp 00:08: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.338177] pnp: PnP ACPI: found 9 devices
[ 0.344763] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns
[ 0.344804] pci 0000:00:02.0: PCI bridge to [bus 01]
[ 0.344807] pci 0000:00:02.0: bridge window [io 0xe000-0xefff]
[ 0.344810] pci 0000:00:02.0: bridge window [mem 0xfe400000-0xfe4fffff]
[ 0.344813] pci 0000:00:02.0: bridge window [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.344816] pci 0000:00:03.0: PCI bridge to [bus 02]
[ 0.344818] pci 0000:00:03.0: bridge window [mem 0xfe300000-0xfe3fffff]
[ 0.344822] pci 0000:00:04.0: PCI bridge to [bus 03]
[ 0.344824] pci 0000:00:04.0: bridge window [io 0xd000-0xdfff]
[ 0.344826] pci 0000:00:04.0: bridge window [mem 0xfe200000-0xfe2fffff]
[ 0.344831] pci 0000:00:14.4: PCI bridge to [bus 04]
[ 0.344834] pci 0000:00:14.4: bridge window [mem 0xf8000000-0xfdffffff]
[ 0.344841] pci 0000:00:15.0: PCI bridge to [bus 05]
[ 0.344844] pci 0000:00:15.0: bridge window [mem 0xfe100000-0xfe1fffff]
[ 0.344849] pci 0000:00:15.2: PCI bridge to [bus 06]
[ 0.344853] pci 0000:00:15.2: bridge window [mem 0xfe000000-0xfe0fffff]
[ 0.344858] pci 0000:00:15.3: PCI bridge to [bus 07]
[ 0.344860] pci 0000:00:15.3: bridge window [io 0xc000-0xcfff]
[ 0.344865] pci 0000:00:15.3: bridge window [mem 0xd2000000-0xd20fffff 64bit pref]
[ 0.344870] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window]
[ 0.344871] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.344873] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window]
[ 0.344874] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window]
[ 0.344876] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.344877] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.344879] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff window]
[ 0.344880] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 0.344881] pci_bus 0000:01: resource 1 [mem 0xfe400000-0xfe4fffff]
[ 0.344883] pci_bus 0000:01: resource 2 [mem 0xc0000000-0xcfffffff 64bit pref]
[ 0.344884] pci_bus 0000:02: resource 1 [mem 0xfe300000-0xfe3fffff]
[ 0.344886] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.344887] pci_bus 0000:03: resource 1 [mem 0xfe200000-0xfe2fffff]
[ 0.344889] pci_bus 0000:04: resource 1 [mem 0xf8000000-0xfdffffff]
[ 0.344890] pci_bus 0000:04: resource 4 [io 0x0000-0x03af window]
[ 0.344892] pci_bus 0000:04: resource 5 [io 0x03e0-0x0cf7 window]
[ 0.344893] pci_bus 0000:04: resource 6 [io 0x03b0-0x03df window]
[ 0.344894] pci_bus 0000:04: resource 7 [io 0x0d00-0xffff window]
[ 0.344896] pci_bus 0000:04: resource 8 [mem 0x000a0000-0x000bffff window]
[ 0.344897] pci_bus 0000:04: resource 9 [mem 0x000c0000-0x000dffff window]
[ 0.344898] pci_bus 0000:04: resource 10 [mem 0xc0000000-0xffffffff window]
[ 0.344900] pci_bus 0000:05: resource 1 [mem 0xfe100000-0xfe1fffff]
[ 0.344901] pci_bus 0000:06: resource 1 [mem 0xfe000000-0xfe0fffff]
[ 0.344903] pci_bus 0000:07: resource 0 [io 0xc000-0xcfff]
[ 0.344904] pci_bus 0000:07: resource 2 [mem 0xd2000000-0xd20fffff 64bit pref]
[ 0.344942] NET: Registered protocol family 2
[ 0.345232] TCP established hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.345762] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[ 0.345995] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.346069] UDP hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.346240] UDP-Lite hash table entries: 16384 (order: 7, 524288 bytes)
[ 0.346423] NET: Registered protocol family 1
[ 0.346440] pci 0000:00:01.0: Video device with shadowed ROM
[ 0.564652] PCI: CLS 64 bytes, default 64
[ 0.564731] Unpacking initramfs...
[ 0.785205] Freeing initrd memory: 16968K (ffff88003dc75000 - ffff88003ed07000)
[ 0.786120] iommu: Adding device 0000:00:00.0 to group 0
[ 0.786492] iommu: Adding device 0000:00:01.0 to group 1
[ 0.786855] iommu: Adding device 0000:00:02.0 to group 2
[ 0.787226] iommu: Adding device 0000:00:03.0 to group 3
[ 0.787590] iommu: Adding device 0000:00:04.0 to group 4
[ 0.787973] iommu: Adding device 0000:00:10.0 to group 5
[ 0.787991] iommu: Adding device 0000:00:10.1 to group 5
[ 0.788350] iommu: Adding device 0000:00:11.0 to group 6
[ 0.788724] iommu: Adding device 0000:00:12.0 to group 7
[ 0.788738] iommu: Adding device 0000:00:12.2 to group 7
[ 0.789122] iommu: Adding device 0000:00:13.0 to group 8
[ 0.789139] iommu: Adding device 0000:00:13.2 to group 8
[ 0.789515] iommu: Adding device 0000:00:14.0 to group 9
[ 0.789530] iommu: Adding device 0000:00:14.2 to group 9
[ 0.789544] iommu: Adding device 0000:00:14.3 to group 9
[ 0.789911] iommu: Adding device 0000:00:14.4 to group 10
[ 0.790272] iommu: Adding device 0000:00:14.5 to group 11
[ 0.790653] iommu: Adding device 0000:00:15.0 to group 12
[ 0.790670] iommu: Adding device 0000:00:15.2 to group 12
[ 0.790687] iommu: Adding device 0000:00:15.3 to group 12
[ 0.791085] iommu: Adding device 0000:00:18.0 to group 13
[ 0.791102] iommu: Adding device 0000:00:18.1 to group 13
[ 0.791117] iommu: Adding device 0000:00:18.2 to group 13
[ 0.791133] iommu: Adding device 0000:00:18.3 to group 13
[ 0.791148] iommu: Adding device 0000:00:18.4 to group 13
[ 0.791166] iommu: Adding device 0000:00:18.5 to group 13
[ 0.791176] iommu: Adding device 0000:01:00.0 to group 2
[ 0.791186] iommu: Adding device 0000:01:00.1 to group 2
[ 0.791195] iommu: Adding device 0000:02:00.0 to group 3
[ 0.791207] iommu: Adding device 0000:03:00.0 to group 4
[ 0.791214] iommu: Adding device 0000:04:05.0 to group 10
[ 0.791222] iommu: Adding device 0000:04:05.1 to group 10
[ 0.791229] iommu: Adding device 0000:04:05.2 to group 10
[ 0.791237] iommu: Adding device 0000:04:06.0 to group 10
[ 0.791245] iommu: Adding device 0000:04:06.1 to group 10
[ 0.791252] iommu: Adding device 0000:04:06.2 to group 10
[ 0.791261] iommu: Adding device 0000:05:00.0 to group 12
[ 0.791271] iommu: Adding device 0000:06:00.0 to group 12
[ 0.791283] iommu: Adding device 0000:07:00.0 to group 12
[ 0.791285] AMD-Vi: Found IOMMU at 0000:00:00.2 cap 0x40
[ 0.791286] AMD-Vi: Extended features: PreF PPR GT IA
[ 0.791289] AMD-Vi: Interrupt remapping enabled
[ 0.791419] AMD-Vi: Lazy IO/TLB flushing enabled
[ 0.793709] perf: AMD NB counters detected
[ 0.793766] microcode: CPU0: patch_level=0x06001119
[ 0.793776] microcode: CPU1: patch_level=0x06001119
[ 0.793842] microcode: Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[ 0.793845] LVT offset 0 assigned for vector 0x400
[ 0.793856] perf: AMD IBS detected (0x000000ff)
[ 0.794366] futex hash table entries: 1024 (order: 4, 65536 bytes)
[ 0.794400] audit: initializing netlink subsys (disabled)
[ 0.794421] audit: type=2000 audit(1452920195.569:1): initialized
[ 0.794659] Initialise system trusted keyring
[ 0.794743] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.796340] zbud: loaded
[ 0.796515] VFS: Disk quotas dquot_6.6.0
[ 0.796547] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.796943] Key type big_key registered
[ 0.796946] SELinux: Registering netfilter hooks
[ 0.801220] NET: Registered protocol family 38
[ 0.801229] Key type asymmetric registered
[ 0.801231] Asymmetric key parser 'x509' registered
[ 0.801258] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 250)
[ 0.801292] io scheduler noop registered
[ 0.801295] io scheduler deadline registered
[ 0.801333] io scheduler cfq registered (default)
[ 0.802013] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.802019] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.802033] pci-stub: add 1002:6738 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[ 0.802055] pci-stub 0000:01:00.0: claimed by stub
[ 0.802058] pci-stub: add 1002:AA88 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[ 0.802078] pci-stub 0000:01:00.1: claimed by stub
[ 0.802081] pci-stub: add 1B73:1100 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[ 0.802101] pci-stub 0000:02:00.0: claimed by stub
[ 0.802104] pci-stub: add 1B4B:9230 sub=FFFFFFFF:FFFFFFFF cls=00000000/00000000
[ 0.802125] pci-stub 0000:03:00.0: claimed by stub
[ 0.802143] efifb: probing for efifb
[ 0.802160] efifb: framebuffer at 0xd0000000, mapped to 0xffffc90003800000, using 1200k, total 1200k
[ 0.802162] efifb: mode is 640x480x32, linelength=2560, pages=1
[ 0.802162] efifb: scrolling: redraw
[ 0.802164] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 0.802277] Console: switching to colour frame buffer device 80x30
[ 0.802897] fb0: EFI VGA frame buffer device
[ 0.802966] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
[ 0.802968] ACPI: Power Button [PWRB]
[ 0.803005] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.803006] ACPI: Power Button [PWRF]
[ 0.803198] GHES: HEST is not enabled!
[ 0.803268] Serial: 8250/16550 driver, 32 ports, IRQ sharing enabled
[ 0.823823] 00:08: ttyS0 at I/O 0x3f8 (irq = 4, base_baud = 115200) is a 16550A
[ 0.825472] Non-volatile memory driver v1.3
[ 0.825509] Linux agpgart interface v0.103
[ 0.827577] ahci 0000:00:11.0: version 3.0
[ 0.827778] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 8 ports 6 Gbps 0xff impl SATA mode
[ 0.827781] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck led clo pmp pio slum part sxs
[ 0.829072] scsi host0: ahci
[ 0.829176] scsi host1: ahci
[ 0.829263] scsi host2: ahci
[ 0.829352] scsi host3: ahci
[ 0.829440] scsi host4: ahci
[ 0.829528] scsi host5: ahci
[ 0.829615] scsi host6: ahci
[ 0.829702] scsi host7: ahci
[ 0.829745] ata1: SATA max UDMA/133 abar m2048@0xfe54d000 port 0xfe54d100 irq 25
[ 0.829747] ata2: SATA max UDMA/133 abar m2048@0xfe54d000 port 0xfe54d180 irq 26
[ 0.829749] ata3: SATA max UDMA/133 abar m2048@0xfe54d000 port 0xfe54d200 irq 27
[ 0.829751] ata4: SATA max UDMA/133 abar m2048@0xfe54d000 port 0xfe54d280 irq 28
[ 0.829753] ata5: SATA max UDMA/133 abar m2048@0xfe54d000 port 0xfe54d300 irq 29
[ 0.829755] ata6: SATA max UDMA/133 abar m2048@0xfe54d000 port 0xfe54d380 irq 30
[ 0.829757] ata7: SATA max UDMA/133 abar m2048@0xfe54d000 port 0xfe54d400 irq 31
[ 0.829759] ata8: SATA max UDMA/133 abar m2048@0xfe54d000 port 0xfe54d480 irq 32
[ 0.829897] libphy: Fixed MDIO Bus: probed
[ 0.830119] QUIRK: Enable AMD PLL fix
[ 0.830138] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 0.830176] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 1
[ 0.830362] xhci_hcd 0000:00:10.0: hcc params 0x014042c3 hci version 0x96 quirks 0x00000608
[ 0.830552] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.830553] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.830555] usb usb1: Product: xHCI Host Controller
[ 0.830556] usb usb1: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.830558] usb usb1: SerialNumber: 0000:00:10.0
[ 0.830661] hub 1-0:1.0: USB hub found
[ 0.830669] hub 1-0:1.0: 2 ports detected
[ 0.830752] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 0.830795] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 2
[ 0.833790] usb usb2: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.833805] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.833806] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.833808] usb usb2: Product: xHCI Host Controller
[ 0.833809] usb usb2: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.833810] usb usb2: SerialNumber: 0000:00:10.0
[ 0.833930] hub 2-0:1.0: USB hub found
[ 0.833944] hub 2-0:1.0: 2 ports detected
[ 0.834145] xhci_hcd 0000:00:10.1: xHCI Host Controller
[ 0.834185] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 3
[ 0.834363] xhci_hcd 0000:00:10.1: hcc params 0x014042c3 hci version 0x96 quirks 0x00000608
[ 0.834575] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.834577] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.834579] usb usb3: Product: xHCI Host Controller
[ 0.834580] usb usb3: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.834581] usb usb3: SerialNumber: 0000:00:10.1
[ 0.834677] hub 3-0:1.0: USB hub found
[ 0.834687] hub 3-0:1.0: 2 ports detected
[ 0.834784] xhci_hcd 0000:00:10.1: xHCI Host Controller
[ 0.834822] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 4
[ 0.837790] usb usb4: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.837804] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.837805] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.837807] usb usb4: Product: xHCI Host Controller
[ 0.837808] usb usb4: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.837809] usb usb4: SerialNumber: 0000:00:10.1
[ 0.837897] hub 4-0:1.0: USB hub found
[ 0.837904] hub 4-0:1.0: 2 ports detected
[ 0.838028] xhci_hcd 0000:05:00.0: xHCI Host Controller
[ 0.838072] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 5
[ 0.838250] xhci_hcd 0000:05:00.0: hcc params 0x002810eb hci version 0x96 quirks 0x00080080
[ 0.838348] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.838349] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.838351] usb usb5: Product: xHCI Host Controller
[ 0.838352] usb usb5: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.838353] usb usb5: SerialNumber: 0000:05:00.0
[ 0.838452] hub 5-0:1.0: USB hub found
[ 0.838458] hub 5-0:1.0: 1 port detected
[ 0.838524] xhci_hcd 0000:05:00.0: xHCI Host Controller
[ 0.838562] xhci_hcd 0000:05:00.0: new USB bus registered, assigned bus number 6
[ 0.838585] usb usb6: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.838599] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.838600] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.838601] usb usb6: Product: xHCI Host Controller
[ 0.838603] usb usb6: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.838604] usb usb6: SerialNumber: 0000:05:00.0
[ 0.838691] hub 6-0:1.0: USB hub found
[ 0.838699] hub 6-0:1.0: 4 ports detected
[ 0.838844] xhci_hcd 0000:06:00.0: xHCI Host Controller
[ 0.838884] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 7
[ 0.901695] xhci_hcd 0000:06:00.0: hcc params 0x0200f180 hci version 0x96 quirks 0x00080000
[ 0.901830] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.901831] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.901833] usb usb7: Product: xHCI Host Controller
[ 0.901834] usb usb7: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.901835] usb usb7: SerialNumber: 0000:06:00.0
[ 0.901928] hub 7-0:1.0: USB hub found
[ 0.901935] hub 7-0:1.0: 2 ports detected
[ 0.902014] xhci_hcd 0000:06:00.0: xHCI Host Controller
[ 0.902053] xhci_hcd 0000:06:00.0: new USB bus registered, assigned bus number 8
[ 0.902090] usb usb8: We don't know the algorithms for LPM for this host, disabling LPM.
[ 0.902106] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003
[ 0.902108] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.902109] usb usb8: Product: xHCI Host Controller
[ 0.902111] usb usb8: Manufacturer: Linux 4.3.3-300.fc23.x86_64 xhci-hcd
[ 0.902112] usb usb8: SerialNumber: 0000:06:00.0
[ 0.902196] hub 8-0:1.0: USB hub found
[ 0.902203] hub 8-0:1.0: 2 ports detected
[ 0.902284] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.902288] ehci-pci: EHCI PCI platform driver
[ 0.902396] ehci-pci 0000:00:12.2: EHCI Host Controller
[ 0.902438] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 9
[ 0.902441] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 0.902449] ehci-pci 0000:00:12.2: debug port 1
[ 0.902483] ehci-pci 0000:00:12.2: irq 17, io mem 0xfe54b000
[ 0.908094] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 0.908152] usb usb9: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.908154] usb usb9: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.908155] usb usb9: Product: EHCI Host Controller
[ 0.908156] usb usb9: Manufacturer: Linux 4.3.3-300.fc23.x86_64 ehci_hcd
[ 0.908158] usb usb9: SerialNumber: 0000:00:12.2
[ 0.908280] hub 9-0:1.0: USB hub found
[ 0.908284] hub 9-0:1.0: 5 ports detected
[ 0.908518] ehci-pci 0000:00:13.2: EHCI Host Controller
[ 0.908562] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 10
[ 0.908565] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 0.908573] ehci-pci 0000:00:13.2: debug port 1
[ 0.908600] ehci-pci 0000:00:13.2: irq 17, io mem 0xfe549000
[ 0.914103] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 0.914155] usb usb10: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.914156] usb usb10: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.914158] usb usb10: Product: EHCI Host Controller
[ 0.914159] usb usb10: Manufacturer: Linux 4.3.3-300.fc23.x86_64 ehci_hcd
[ 0.914160] usb usb10: SerialNumber: 0000:00:13.2
[ 0.914276] hub 10-0:1.0: USB hub found
[ 0.914281] hub 10-0:1.0: 5 ports detected
[ 0.914411] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.914414] ohci-pci: OHCI PCI platform driver
[ 0.914528] ohci-pci 0000:00:12.0: OHCI PCI host controller
[ 0.914571] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 11
[ 0.914601] ohci-pci 0000:00:12.0: irq 18, io mem 0xfe54c000
[ 0.969253] usb usb11: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.969256] usb usb11: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.969258] usb usb11: Product: OHCI PCI host controller
[ 0.969259] usb usb11: Manufacturer: Linux 4.3.3-300.fc23.x86_64 ohci_hcd
[ 0.969260] usb usb11: SerialNumber: 0000:00:12.0
[ 0.969399] hub 11-0:1.0: USB hub found
[ 0.969407] hub 11-0:1.0: 5 ports detected
[ 0.969628] ohci-pci 0000:00:13.0: OHCI PCI host controller
[ 0.969673] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 12
[ 0.969694] ohci-pci 0000:00:13.0: irq 18, io mem 0xfe54a000
[ 1.024362] usb usb12: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.024365] usb usb12: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.024366] usb usb12: Product: OHCI PCI host controller
[ 1.024368] usb usb12: Manufacturer: Linux 4.3.3-300.fc23.x86_64 ohci_hcd
[ 1.024369] usb usb12: SerialNumber: 0000:00:13.0
[ 1.024512] hub 12-0:1.0: USB hub found
[ 1.024519] hub 12-0:1.0: 5 ports detected
[ 1.024740] ohci-pci 0000:00:14.5: OHCI PCI host controller
[ 1.024785] ohci-pci 0000:00:14.5: new USB bus registered, assigned bus number 13
[ 1.024804] ohci-pci 0000:00:14.5: irq 18, io mem 0xfe548000
[ 1.079448] usb usb13: New USB device found, idVendor=1d6b, idProduct=0001
[ 1.079451] usb usb13: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 1.079453] usb usb13: Product: OHCI PCI host controller
[ 1.079454] usb usb13: Manufacturer: Linux 4.3.3-300.fc23.x86_64 ohci_hcd
[ 1.079455] usb usb13: SerialNumber: 0000:00:14.5
[ 1.079590] hub 13-0:1.0: USB hub found
[ 1.079597] hub 13-0:1.0: 2 ports detected
[ 1.079687] uhci_hcd: USB Universal Host Controller Interface driver
[ 1.079740] usbcore: registered new interface driver usbserial
[ 1.079748] usbcore: registered new interface driver usbserial_generic
[ 1.079754] usbserial: USB Serial support registered for generic
[ 1.079786] i8042: PNP: No PS/2 controller found. Probing ports directly.
[ 1.082058] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 1.082064] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 1.082198] mousedev: PS/2 mouse device common for all mice
[ 1.082377] rtc_cmos 00:06: RTC can wake from S4
[ 1.082481] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
[ 1.082504] rtc_cmos 00:06: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 1.082553] device-mapper: uevent: version 1.0.3
[ 1.082623] device-mapper: ioctl: 4.33.0-ioctl (2015-8-18) initialised: dm-devel@redhat.com
[ 1.082806] hidraw: raw HID events driver (C) Jiri Kosina
[ 1.082854] usbcore: registered new interface driver usbhid
[ 1.082855] usbhid: USB HID core driver
[ 1.082921] drop_monitor: Initializing network drop monitor service
[ 1.082981] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 1.083011] Initializing XFRM netlink socket
[ 1.083114] NET: Registered protocol family 10
[ 1.083294] mip6: Mobile IPv6
[ 1.083297] NET: Registered protocol family 17
[ 1.083515] AVX version of gcm_enc/dec engaged.
[ 1.083516] AES CTR mode by8 optimization enabled
[ 1.105802] registered taskstats version 1
[ 1.105816] Loading compiled-in X.509 certificates
[ 1.106571] Loaded X.509 cert 'Fedora kernel signing key: 703694d4f6e20d93ac1e25efb30b6fc8c7f9cc80'
[ 1.106598] zswap: loaded using pool lzo/zbud
[ 1.107357] Magic number: 0:483:919
[ 1.107455] rtc_cmos 00:06: setting system clock to 2016-01-16 04:56:36 UTC (1452920196)
[ 1.107541] PM: Hibernation image not present or could not be loaded.
[ 1.132466] usb 1-1: new high-speed USB device number 2 using xhci_hcd
[ 1.136485] ata6: SATA link down (SStatus 0 SControl 300)
[ 1.136523] ata1: SATA link down (SStatus 0 SControl 300)
[ 1.136543] ata5: SATA link down (SStatus 0 SControl 300)
[ 1.138485] ata7: SATA link down (SStatus 0 SControl 300)
[ 1.138508] ata8: SATA link down (SStatus 0 SControl 300)
[ 1.146487] usb 5-1: new high-speed USB device number 2 using xhci_hcd
[ 1.210592] usb 9-2: new high-speed USB device number 2 using ehci-pci
[ 1.252628] usb 1-1: New USB device found, idVendor=05ac, idProduct=12a8
[ 1.252631] usb 1-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.252633] usb 1-1: Product: iPhone
[ 1.252644] usb 1-1: Manufacturer: Apple Inc.
[ 1.252645] usb 1-1: SerialNumber: a5f100054dd8221c8edf3b0fa1bb8f6a4a8cbe99
[ 1.252755] usb 1-1: ep 0x2 - rounding interval to 8 microframes, ep desc says 10 microframes
[ 1.252760] usb 1-1: ep 0x81 - rounding interval to 8 microframes, ep desc says 10 microframes
[ 1.260414] usb 5-1: New USB device found, idVendor=2109, idProduct=0811
[ 1.260417] usb 5-1: New USB device strings: Mfr=0, Product=1, SerialNumber=0
[ 1.260419] usb 5-1: Product: USB2.0 Hub
[ 1.260869] hub 5-1:1.0: USB hub found
[ 1.261011] hub 5-1:1.0: 4 ports detected
[ 1.289732] ata3: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.291668] ata3.00: supports DRM functions and may not be fully accessible
[ 1.291722] ata4: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
[ 1.291738] ata2: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.291748] ata3.00: READ LOG DMA EXT failed, trying unqueued
[ 1.291782] ata3.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.291784] ata3.00: ATA-9: Samsung SSD 850 PRO 256GB, EXM01B6Q, max UDMA/133
[ 1.291785] ata3.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 1.292025] ata2.00: ATA-8: INTEL SSDSA2CW080G3, 4PC10362, max UDMA/133
[ 1.292027] ata2.00: 156301488 sectors, multi 1: LBA48 NCQ (depth 31/32)
[ 1.292031] ata3.00: supports DRM functions and may not be fully accessible
[ 1.292086] ata3.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.292144] ata3.00: configured for UDMA/133
[ 1.292351] ata2.00: configured for UDMA/133
[ 1.292498] scsi 1:0:0:0: Direct-Access ATA INTEL SSDSA2CW08 0362 PQ: 0 ANSI: 5
[ 1.292643] ata2.00: Enabling discard_zeroes_data
[ 1.292656] sd 1:0:0:0: [sda] 156301488 512-byte logical blocks: (80.0 GB/74.5 GiB)
[ 1.292724] sd 1:0:0:0: [sda] Write Protect is off
[ 1.292727] sd 1:0:0:0: Attached scsi generic sg0 type 0
[ 1.292728] sd 1:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.292746] sd 1:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.292898] ata2.00: Enabling discard_zeroes_data
[ 1.292913] scsi 2:0:0:0: Direct-Access ATA Samsung SSD 850 1B6Q PQ: 0 ANSI: 5
[ 1.293055] sd 2:0:0:0: [sdb] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 1.293089] sd 2:0:0:0: Attached scsi generic sg1 type 0
[ 1.293108] sd 2:0:0:0: [sdb] Write Protect is off
[ 1.293111] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[ 1.293136] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.293597] ata4.00: supports DRM functions and may not be fully accessible
[ 1.293649] ata4.00: READ LOG DMA EXT failed, trying unqueued
[ 1.293680] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.293682] ata4.00: ATA-9: Samsung SSD 850 PRO 256GB, EXM01B6Q, max UDMA/133
[ 1.293684] ata4.00: 500118192 sectors, multi 1: LBA48 NCQ (depth 31/32), AA
[ 1.293842] sd 2:0:0:0: [sdb] Attached SCSI disk
[ 1.293913] ata4.00: supports DRM functions and may not be fully accessible
[ 1.293968] ata4.00: failed to get NCQ Send/Recv Log Emask 0x1
[ 1.294025] ata4.00: configured for UDMA/133
[ 1.294151] scsi 3:0:0:0: Direct-Access ATA Samsung SSD 850 1B6Q PQ: 0 ANSI: 5
[ 1.294298] sd 3:0:0:0: [sdc] 500118192 512-byte logical blocks: (256 GB/238 GiB)
[ 1.294336] sd 3:0:0:0: Attached scsi generic sg2 type 0
[ 1.294351] sd 3:0:0:0: [sdc] Write Protect is off
[ 1.294354] sd 3:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[ 1.294370] sd 3:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.294827] sda: sda1 sda2 sda3
[ 1.294969] sd 3:0:0:0: [sdc] Attached SCSI disk
[ 1.295028] ata2.00: Enabling discard_zeroes_data
[ 1.295131] sd 1:0:0:0: [sda] Attached SCSI disk
[ 1.295555] Freeing unused kernel memory: 1520K (ffffffff81d42000 - ffffffff81ebe000)
[ 1.295558] Write protecting the kernel read-only data: 12288k
[ 1.295847] Freeing unused kernel memory: 476K (ffff880002789000 - ffff880002800000)
[ 1.296058] Freeing unused kernel memory: 720K (ffff880002b4c000 - ffff880002c00000)
[ 1.328272] usb 9-2: New USB device found, idVendor=058f, idProduct=6377
[ 1.328279] usb 9-2: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 1.328280] usb 9-2: Product: Mass Storage Device
[ 1.328282] usb 9-2: Manufacturer: Generic
[ 1.328283] usb 9-2: SerialNumber: 058F412D8PB1
[ 1.728073] random: systemd urandom read with 5 bits of entropy available
[ 1.728826] systemd[1]: systemd 222 running in system mode. (+PAM +AUDIT +SELINUX +IMA -APPARMOR +SMACK +SYSVINIT +UTMP +LIBCRYPTSETUP +GCRYPT +GNUTLS +ACL +XZ -LZ4 +SECCOMP +BLKID +ELFUTILS +KMOD +IDN)
[ 1.728955] systemd[1]: Detected architecture x86-64.
[ 1.728957] systemd[1]: Running in initial RAM disk.
[ 1.728975] systemd[1]: Set hostname to <shadowbox>.
[ 1.764435] systemd[1]: Reached target Local File Systems.
[ 1.764445] systemd[1]: Starting Local File Systems.
[ 1.764725] systemd[1]: Created slice -.slice.
[ 1.764732] systemd[1]: Starting -.slice.
[ 1.764819] systemd[1]: Listening on Journal Audit Socket.
[ 1.764825] systemd[1]: Starting Journal Audit Socket.
[ 1.764858] systemd[1]: Listening on udev Control Socket.
[ 1.764864] systemd[1]: Starting udev Control Socket.
[ 1.764896] systemd[1]: Listening on Journal Socket.
[ 1.764903] systemd[1]: Starting Journal Socket.
[ 1.764933] systemd[1]: Listening on Journal Socket (/dev/log).
[ 1.764939] systemd[1]: Starting Journal Socket (/dev/log).
[ 1.764948] systemd[1]: Reached target Timers.
[ 1.764953] systemd[1]: Starting Timers.
[ 1.765015] systemd[1]: Created slice System Slice.
[ 1.765021] systemd[1]: Starting System Slice.
[ 1.765464] systemd[1]: Starting Setup Virtual Console...
[ 1.765605] systemd[1]: Started Load Kernel Modules.
[ 1.766949] systemd[1]: Starting Apply Kernel Variables...
[ 1.766977] systemd[1]: Reached target Slices.
[ 1.766990] systemd[1]: Starting Slices.
[ 1.767010] systemd[1]: Reached target Swap.
[ 1.767019] systemd[1]: Starting Swap.
[ 1.767682] systemd[1]: Starting Journal Service...
[ 1.768342] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 1.768389] systemd[1]: Started dracut ask for additional cmdline parameters.
[ 1.769740] systemd[1]: Starting dracut cmdline hook...
[ 1.769798] systemd[1]: Listening on udev Kernel Socket.
[ 1.769810] systemd[1]: Starting udev Kernel Socket.
[ 1.769824] systemd[1]: Reached target Sockets.
[ 1.769830] systemd[1]: Starting Sockets.
[ 1.771810] systemd[1]: Started Create list of required static device nodes for the current kernel.
[ 1.779103] systemd[1]: Started Apply Kernel Variables.
[ 1.786731] systemd[1]: Starting Create Static Device Nodes in /dev...
[ 1.794853] tsc: Refined TSC clocksource calibration: 3899.997 MHz
[ 1.794858] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x706eb0792cc, max_idle_ns: 881591209130 ns
[ 1.796805] systemd[1]: Started Create Static Device Nodes in /dev.
[ 1.796855] audit: type=1130 audit(1452920197.186:2): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-tmpfiles-setup-dev comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.837947] systemd[1]: Started Journal Service.
[ 1.838011] audit: type=1130 audit(1452920197.227:3): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-journald comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.882420] audit: type=1130 audit(1452920197.271:4): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-vconsole-setup comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.886430] audit: type=1130 audit(1452920197.275:5): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-cmdline comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.891810] audit: type=1130 audit(1452920197.281:6): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udevd comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 1.963380] audit: type=1130 audit(1452920197.352:7): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-udev-trigger comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 2.002690] [drm] Initialized drm 1.1.0 20060810
[ 2.052635] usb-storage 9-2:1.0: USB Mass Storage device detected
[ 2.057829] scsi host8: usb-storage 9-2:1.0
[ 2.057932] usbcore: registered new interface driver usb-storage
[ 2.068812] usbcore: registered new interface driver uas
[ 2.110022] [drm] radeon kernel modesetting enabled.
[ 2.115412] AMD IOMMUv2 driver by Joerg Roedel <jroedel@suse.de>
[ 2.127116] Found CRAT image with size=424
[ 2.127121] Parsing CRAT table with 1 nodes
[ 2.127123] Found CU entry in CRAT table with proximity_domain=0 caps=0
[ 2.127124] CU CPU: cores=2 id_base=16
[ 2.127126] Found memory entry in CRAT table with proximity_domain=0
[ 2.127127] Found memory entry in CRAT table with proximity_domain=0
[ 2.127128] Found cache entry in CRAT table with processor_id=16
[ 2.127130] Found cache entry in CRAT table with processor_id=16
[ 2.127131] Found cache entry in CRAT table with processor_id=16
[ 2.127132] Found cache entry in CRAT table with processor_id=17
[ 2.127133] Creating topology SYSFS entries
[ 2.127162] Finished initializing topology ret=0
[ 2.127199] kfd kfd: Initialized module
[ 2.127545] checking generic (d0000000 12c000) vs hw (d0000000 2000000)
[ 2.127547] fb: switching to radeondrmfb from EFI VGA
[ 2.127573] Console: switching to colour dummy device 80x25
[ 2.128679] [drm] initializing kernel modesetting (ARUBA 0x1002:0x9996 0x1849:0x9901).
[ 2.128698] [drm] register mmio base: 0xFE500000
[ 2.128699] [drm] register mmio size: 262144
[ 2.128747] ATOM BIOS: 113
[ 2.128838] radeon 0000:00:01.0: VRAM: 32M 0x0000000000000000 - 0x0000000001FFFFFF (32M used)
[ 2.128840] radeon 0000:00:01.0: GTT: 1024M 0x0000000002000000 - 0x0000000041FFFFFF
[ 2.128842] [drm] Detected VRAM RAM=32M, BAR=32M
[ 2.128843] [drm] RAM width 64bits DDR
[ 2.131136] [TTM] Zone kernel: Available graphics memory: 10279606 kiB
[ 2.131140] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 2.131141] [TTM] Initializing pool allocator
[ 2.131148] [TTM] Initializing DMA pool allocator
[ 2.131172] [drm] radeon: 32M of VRAM memory ready
[ 2.131174] [drm] radeon: 1024M of GTT memory ready.
[ 2.131190] [drm] Loading ARUBA Microcode
[ 2.131258] [drm] Internal thermal controller without fan control
[ 2.131597] [drm] radeon: dpm initialized
[ 2.132718] [drm] Found VCE firmware/feedback version 50.0.1 / 17!
[ 2.133026] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 2.161019] [drm] PCIE GART of 1024M enabled (table at 0x00000000002E8000).
[ 2.161235] radeon 0000:00:01.0: WB enabled
[ 2.161240] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000002000c00 and cpu addr 0xffff8800aca1ec00
[ 2.161970] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90003835a18
[ 2.182208] radeon 0000:00:01.0: fence driver on ring 6 use gpu addr 0x0000000002000c18 and cpu addr 0xffff8800aca1ec18
[ 2.182213] radeon 0000:00:01.0: fence driver on ring 7 use gpu addr 0x0000000002000c1c and cpu addr 0xffff8800aca1ec1c
[ 2.182215] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000002000c04 and cpu addr 0xffff8800aca1ec04
[ 2.182218] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000002000c08 and cpu addr 0xffff8800aca1ec08
[ 2.182220] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000002000c0c and cpu addr 0xffff8800aca1ec0c
[ 2.182222] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000002000c10 and cpu addr 0xffff8800aca1ec10
[ 2.182225] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 2.182226] [drm] Driver supports precise vblank timestamp query.
[ 2.182228] radeon 0000:00:01.0: radeon: MSI limited to 32-bit
[ 2.182369] radeon 0000:00:01.0: radeon: using MSI.
[ 2.182649] [drm] radeon: irq initialized.
[ 2.212634] [drm] ring test on 0 succeeded in 2 usecs
[ 2.212645] [drm] ring test on 3 succeeded in 4 usecs
[ 2.212651] [drm] ring test on 4 succeeded in 3 usecs
[ 2.286365] [drm] ring test on 5 succeeded in 1 usecs
[ 2.313405] [drm] UVD initialized successfully.
[ 2.432688] [drm] ring test on 6 succeeded in 18 usecs
[ 2.432700] [drm] ring test on 7 succeeded in 3 usecs
[ 2.432701] [drm] VCE initialized successfully.
[ 2.433401] [drm] ib test on ring 0 succeeded in 0 usecs
[ 2.434070] [drm] ib test on ring 3 succeeded in 0 usecs
[ 2.434591] [drm] ib test on ring 4 succeeded in 0 usecs
[ 2.455258] [drm] ib test on ring 5 succeeded
[ 2.796283] clocksource: Switched to clocksource tsc
[ 2.975783] [drm] ib test on ring 6 succeeded
[ 2.976315] [drm] ib test on ring 7 succeeded
[ 2.976851] [drm] Radeon Display Connectors
[ 2.976853] [drm] Connector 0:
[ 2.976855] [drm] VGA-1
[ 2.976856] [drm] HPD1
[ 2.976858] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[ 2.976859] [drm] Encoders:
[ 2.976860] [drm] CRT1: INTERNAL_UNIPHY2
[ 2.976861] [drm] CRT1: NUTMEG
[ 2.976862] [drm] Connector 1:
[ 2.976863] [drm] HDMI-A-1
[ 2.976864] [drm] HPD2
[ 2.976865] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ 2.976866] [drm] Encoders:
[ 2.976867] [drm] DFP1: INTERNAL_UNIPHY2
[ 2.976868] [drm] Connector 2:
[ 2.976869] [drm] DVI-D-1
[ 2.976869] [drm] HPD3
[ 2.976871] [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[ 2.976872] [drm] Encoders:
[ 2.976873] [drm] DFP2: INTERNAL_UNIPHY
[ 3.043404] radeon 0000:00:01.0: No connectors reported connected with modes
[ 3.043410] [drm] Cannot find any crtc or sizes - going 1024x768
[ 3.043618] [drm] fb mappable at 0xD04EC000
[ 3.043620] [drm] vram apper at 0xD0000000
[ 3.043621] [drm] size 786432
[ 3.043622] [drm] fb depth is 8
[ 3.043623] [drm] pitch is 1024
[ 3.043700] fbcon: radeondrmfb (fb0) is primary device
[ 3.059424] scsi 8:0:0:0: Direct-Access Generic USB SD Reader 1.00 PQ: 0 ANSI: 0
[ 3.060043] scsi 8:0:0:1: Direct-Access Generic USB CF Reader 1.01 PQ: 0 ANSI: 0
[ 3.060668] scsi 8:0:0:2: Direct-Access Generic USB SM Reader 1.02 PQ: 0 ANSI: 0
[ 3.061293] scsi 8:0:0:3: Direct-Access Generic USB MS Reader 1.03 PQ: 0 ANSI: 0
[ 3.062045] scsi 8:0:0:4: Direct-Access Generic Mini SD Reader 1.06 PQ: 0 ANSI: 0
[ 3.064398] sd 8:0:0:0: Attached scsi generic sg3 type 0
[ 3.064548] sd 8:0:0:1: Attached scsi generic sg4 type 0
[ 3.064712] sd 8:0:0:2: Attached scsi generic sg5 type 0
[ 3.064853] sd 8:0:0:3: Attached scsi generic sg6 type 0
[ 3.064993] sd 8:0:0:4: Attached scsi generic sg7 type 0
[ 3.066800] sd 8:0:0:0: [sdd] Attached SCSI removable disk
[ 3.068803] sd 8:0:0:1: [sde] Attached SCSI removable disk
[ 3.070806] sd 8:0:0:2: [sdf] Attached SCSI removable disk
[ 3.072809] sd 8:0:0:3: [sdg] Attached SCSI removable disk
[ 3.075061] sd 8:0:0:4: [sdh] Attached SCSI removable disk
[ 3.089279] Console: switching to colour frame buffer device 128x48
[ 3.089858] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[ 3.097960] [drm] Initialized radeon 2.43.0 20080528 for 0000:00:01.0 on minor 0
[ 3.302983] audit: type=1130 audit(1452920198.690:8): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=plymouth-start comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.363064] audit: type=1130 audit(1452920198.750:9): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=dracut-initqueue comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.380256] audit: type=1130 audit(1452920198.768:10): pid=1 uid=0 auid=4294967295 ses=4294967295 subj=kernel msg='unit=systemd-fsck-root comm="systemd" exe="/usr/lib/systemd/systemd" hostname=? addr=? terminal=? res=success'
[ 3.434408] SGI XFS with ACLs, security attributes, no debug enabled
[ 3.438319] XFS (dm-0): Mounting V5 Filesystem
[ 3.478977] XFS (dm-0): Ending clean mount
[ 3.579548] systemd-journald[192]: Received SIGTERM from PID 1 (systemd).
[ 3.683363] SELinux: 32768 avtab hash slots, 103318 rules.
[ 3.700125] SELinux: 32768 avtab hash slots, 103318 rules.
[ 3.736367] SELinux: 8 users, 14 roles, 4901 types, 306 bools, 1 sens, 1024 cats
[ 3.736370] SELinux: 92 classes, 103318 rules
[ 3.739319] SELinux: Completing initialization.
[ 3.739322] SELinux: Setting up existing superblocks.
[ 3.753508] systemd[1]: Successfully loaded SELinux policy in 95.447ms.
[ 3.796439] systemd[1]: Relabelled /dev and /run in 24.104ms.
[ 4.023631] RPC: Registered named UNIX socket transport module.
[ 4.023636] RPC: Registered udp transport module.
[ 4.023638] RPC: Registered tcp transport module.
[ 4.023640] RPC: Registered tcp NFSv4.1 backchannel transport module.
[ 4.051371] systemd-journald[529]: Received request to flush runtime journal from PID 1
[ 4.072950] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[ 4.271555] acpi-cpufreq: overriding BIOS provided _PSD data
[ 4.291892] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 4.293087] FUJITSU Extended Socket Network Device Driver - version 1.0 - Copyright (c) 2015 FUJITSU LIMITED
[ 4.359049] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 4.359095] piix4_smbus 0000:00:14.0: Auxiliary SMBus Host Controller at 0xb20
[ 4.377108] media: Linux media interface: v0.10
[ 4.388331] md: bind<sdc>
[ 4.390366] md: bind<sdb>
[ 4.400202] md: raid0 personality registered for level 0
[ 4.403131] md/raid0:md0: md_size is 999710720 sectors.
[ 4.403135] md: RAID0 configuration for md0 - 1 zone
[ 4.403136] md: zone0=[sdb/sdc]
[ 4.403140] zone-offset= 0KB, device-offset= 0KB, size= 499855360KB
[ 4.403157] md0: detected capacity change from 0 to 511851888640
[ 4.404236] md0: p1 p2 p3 p4
[ 4.525534] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null)
[ 4.531395] snd_hda_codec_realtek hdaudioC0D0: autoconfig for ALC898: line_outs=3 (0x14/0x15/0x16/0x0/0x0) type:line
[ 4.531399] snd_hda_codec_realtek hdaudioC0D0: speaker_outs=0 (0x0/0x0/0x0/0x0/0x0)
[ 4.531401] snd_hda_codec_realtek hdaudioC0D0: hp_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 4.531403] snd_hda_codec_realtek hdaudioC0D0: mono: mono_out=0x0
[ 4.531409] snd_hda_codec_realtek hdaudioC0D0: dig-out=0x1e/0x0
[ 4.531410] snd_hda_codec_realtek hdaudioC0D0: inputs:
[ 4.531412] snd_hda_codec_realtek hdaudioC0D0: Front Mic=0x19
[ 4.531414] snd_hda_codec_realtek hdaudioC0D0: Rear Mic=0x18
[ 4.531415] snd_hda_codec_realtek hdaudioC0D0: Line=0x1a
[ 4.558938] Linux video capture interface: v2.00
[ 4.572306] input: HD-Audio Generic Rear Mic as /devices/pci0000:00/0000:00:14.2/sound/card0/input5
[ 4.572428] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card0/input6
[ 4.572564] input: HD-Audio Generic Line Out Front as /devices/pci0000:00/0000:00:14.2/sound/card0/input7
[ 4.572659] input: HD-Audio Generic Line Out Surround as /devices/pci0000:00/0000:00:14.2/sound/card0/input8
[ 4.572727] input: HD-Audio Generic Line Out CLFE as /devices/pci0000:00/0000:00:14.2/sound/card0/input9
[ 4.655631] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 4.656001] cx8800 0000:04:05.0: enabling device (0000 -> 0002)
[ 4.656022] cx88[0]: subsystem: 11bd:0051, board: Pinnacle PCTV HD 800i [card=58,autodetected], frontend(s): 1
[ 4.662946] r8169 0000:07:00.0 eth0: RTL8168evl/8111evl at 0xffffc9000319e000, bc:5f:f4:cb:47:69, XID 0c900800 IRQ 44
[ 4.662950] r8169 0000:07:00.0 eth0: jumbo features [frames: 9200 bytes, tx checksumming: ko]
[ 4.795008] tuner 9-0064: Tuner -1 found with type(s) Radio TV.
[ 4.846049] xc5000 9-0064: creating new instance
[ 4.847130] xc5000: Successfully identified at address 0x64
[ 4.847131] xc5000: Firmware has not been loaded previously
[ 4.848017] kvm: Nested Virtualization enabled
[ 4.848021] kvm: Nested Paging enabled
[ 4.882667] Registered IR keymap rc-pinnacle-pctv-hd
[ 4.882757] input: cx88 IR (Pinnacle PCTV HD 800i) as /devices/pci0000:00/0000:00:14.4/0000:04:05.0/rc/rc0/input10
[ 4.883079] rc0: cx88 IR (Pinnacle PCTV HD 800i) as /devices/pci0000:00/0000:00:14.4/0000:04:05.0/rc/rc0
[ 4.887171] IR NEC protocol handler initialized
[ 4.893050] IR RC5(x/sz) protocol handler initialized
[ 4.895060] IR RC6 protocol handler initialized
[ 4.899562] IR JVC protocol handler initialized
[ 4.901906] IR Sony protocol handler initialized
[ 4.906135] IR Sharp protocol handler initialized
[ 4.906136] IR SANYO protocol handler initialized
[ 4.911235] IR MCE Keyboard/mouse protocol handler initialized
[ 4.912316] input: MCE IR Keyboard/Mouse (cx88xx) as /devices/virtual/input/input11
[ 4.913802] lirc_dev: IR Remote Control driver registered, major 245
[ 4.914392] IR XMP protocol handler initialized
[ 4.914654] cx88[0]/0: found at 0000:04:05.0, rev: 5, irq: 20, latency: 32, mmio: 0xfd000000
[ 4.914987] cx88[0]/0: registered device video0 [v4l2]
[ 4.915029] cx88[0]/0: registered device vbi0
[ 4.915944] cx8800 0000:04:06.0: enabling device (0000 -> 0002)
[ 4.915973] cx88[1]: subsystem: 11bd:0051, board: Pinnacle PCTV HD 800i [card=58,autodetected], frontend(s): 1
[ 4.916772] rc rc0: lirc_dev: driver ir-lirc-codec (cx88xx) registered at minor = 0
[ 4.916776] IR LIRC bridge handler initialized
[ 4.938060] Adding 8388604k swap on /dev/mapper/fedora_shadowbox-swap. Priority:-1 extents:1 across:8388604k SSFS
[ 5.037998] r8169 0000:07:00.0 enp7s0: renamed from eth0
[ 5.046275] tuner 10-0064: Tuner -1 found with type(s) Radio TV.
[ 5.089321] xc5000 10-0064: creating new instance
[ 5.090402] xc5000: Successfully identified at address 0x64
[ 5.090404] xc5000: Firmware has not been loaded previously
[ 5.093205] Registered IR keymap rc-pinnacle-pctv-hd
[ 5.093582] input: cx88 IR (Pinnacle PCTV HD 800i) as /devices/pci0000:00/0000:00:14.4/0000:04:06.0/rc/rc1/input12
[ 5.093836] rc1: cx88 IR (Pinnacle PCTV HD 800i) as /devices/pci0000:00/0000:00:14.4/0000:04:06.0/rc/rc1
[ 5.095761] input: MCE IR Keyboard/Mouse (cx88xx) as /devices/virtual/input/input13
[ 5.095967] rc rc1: lirc_dev: driver ir-lirc-codec (cx88xx) registered at minor = 1
[ 5.095975] cx88[1]/0: found at 0000:04:06.0, rev: 5, irq: 21, latency: 32, mmio: 0xfa000000
[ 5.096581] cx88[1]/0: registered device video1 [v4l2]
[ 5.096623] cx88[1]/0: registered device vbi1
[ 5.097099] cx88_audio 0000:04:05.1: enabling device (0000 -> 0002)
[ 5.097147] cx88[0]/1: CX88x/0: ALSA support for cx2388x boards
[ 5.098224] cx88_audio 0000:04:06.1: enabling device (0000 -> 0002)
[ 5.098261] cx88[1]/1: CX88x/1: ALSA support for cx2388x boards
[ 5.098757] cx88[0]/2: cx2388x 8802 Driver Manager
[ 5.098770] cx88-mpeg driver manager 0000:04:05.2: enabling device (0000 -> 0002)
[ 5.098783] cx88[0]/2: found at 0000:04:05.2, rev: 5, irq: 20, latency: 32, mmio: 0xfb000000
[ 5.098850] cx88[1]/2: cx2388x 8802 Driver Manager
[ 5.098857] cx88-mpeg driver manager 0000:04:06.2: enabling device (0000 -> 0002)
[ 5.098868] cx88[1]/2: found at 0000:04:06.2, rev: 5, irq: 21, latency: 32, mmio: 0xf8000000
[ 5.119331] cx88/2: cx2388x dvb driver version 1.0.0 loaded
[ 5.119335] cx88/2: registering cx8802 driver, type: dvb access: shared
[ 5.119338] cx88[0]/2: subsystem: 11bd:0051, board: Pinnacle PCTV HD 800i [card=58]
[ 5.119340] cx88[0]/2: cx2388x based DVB/ATSC card
[ 5.119341] cx8802_alloc_frontends() allocating 1 frontend(s)
[ 5.185264] xc5000 9-0064: attaching existing instance
[ 5.186342] xc5000: Successfully identified at address 0x64
[ 5.186345] xc5000: Firmware has not been loaded previously
[ 5.188176] DVB: registering new adapter (cx88[0])
[ 5.188183] cx88-mpeg driver manager 0000:04:05.2: DVB: registering adapter 0 frontend 0 (Samsung S5H1409 QAM/8VSB Frontend)...
[ 5.188951] cx88[1]/2: subsystem: 11bd:0051, board: Pinnacle PCTV HD 800i [card=58]
[ 5.188954] cx88[1]/2: cx2388x based DVB/ATSC card
[ 5.188956] cx8802_alloc_frontends() allocating 1 frontend(s)
[ 5.245381] xc5000 10-0064: attaching existing instance
[ 5.246467] xc5000: Successfully identified at address 0x64
[ 5.246469] xc5000: Firmware has not been loaded previously
[ 5.252210] DVB: registering new adapter (cx88[1])
[ 5.252219] cx88-mpeg driver manager 0000:04:06.2: DVB: registering adapter 1 frontend 0 (Samsung S5H1409 QAM/8VSB Frontend)...
[ 5.258478] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[ 5.856702] nf_conntrack version 0.5.0 (65536 buckets, 262144 max)
[ 5.880826] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 5.951151] Ebtables v2.0 registered
[ 5.980548] bridge: automatic filtering via arp/ip/ip6tables has been deprecated. Update your scripts to load br_netfilter if you need this.
[ 6.412656] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 6.526492] r8169 0000:07:00.0 enp7s0: link down
[ 6.526864] IPv6: ADDRCONF(NETDEV_UP): enp7s0: link is not ready
[ 6.542588] IPv6: ADDRCONF(NETDEV_UP): br0: link is not ready
[ 9.035234] r8169 0000:07:00.0 enp7s0: link up
[ 9.035247] IPv6: ADDRCONF(NETDEV_CHANGE): enp7s0: link becomes ready
[ 9.098434] device enp7s0 entered promiscuous mode
[ 9.098493] br0: port 1(enp7s0) entered forwarding state
[ 9.098504] br0: port 1(enp7s0) entered forwarding state
[ 9.182574] tun: Universal TUN/TAP device driver, 1.6
[ 9.182578] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[ 9.199595] device virbr0-nic entered promiscuous mode
[ 9.351436] virbr0: port 1(virbr0-nic) entered listening state
[ 9.351448] virbr0: port 1(virbr0-nic) entered listening state
[ 9.407970] virbr0: port 1(virbr0-nic) entered disabled state
[ 10.220121] random: nonblocking pool is initialized
[ 24.165612] br0: port 1(enp7s0) entered forwarding state
[ 31.631311] VFIO - User Level meta-driver version: 0.3
[ 31.656457] vgaarb: device changed decodes: PCI:0000:01:00.0,olddecodes=io+mem,decodes=io+mem:owns=none
[ 31.711307] device vnet0 entered promiscuous mode
[ 31.717349] br0: port 2(vnet0) entered forwarding state
[ 31.717364] br0: port 2(vnet0) entered forwarding state
[ 32.135993] qemu-system-x86: sending ioctl 5326 to a partition!
[ 32.136006] qemu-system-x86: sending ioctl 80200204 to a partition!
[ 32.598643] vfio-pci 0000:01:00.0: enabling device (0000 -> 0003)
[ 32.612642] vfio-pci 0000:01:00.1: enabling device (0000 -> 0002)
[ 37.537161] kvm: zapping shadow pages for mmio generation wraparound
[ 37.547559] kvm: zapping shadow pages for mmio generation wraparound
[ 43.676299] kvm [1414]: vcpu0 unhandled rdmsr: 0xc0011021
[ 43.826173] kvm [1414]: vcpu1 unhandled rdmsr: 0xc0011021
[ 43.832067] kvm [1414]: vcpu0 unhandled rdmsr: 0x570
[ 43.832094] kvm [1414]: vcpu1 unhandled rdmsr: 0x570
[ 46.795088] br0: port 2(vnet0) entered forwarding state
00:00.0 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Complex
Subsystem: ASRock Incorporation Device 1410
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:00.2 IOMMU: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) I/O Memory Management Unit
Subsystem: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) I/O Memory Management Unit
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Interrupt: pin A routed to IRQ 24
Capabilities: [40] Secure device <?>
Capabilities: [54] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee0300c Data: 4141
Capabilities: [64] HyperTransport: MSI Mapping Enable+ Fixed+
00:01.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Richland [Radeon HD 8470D] (prog-if 00 [VGA controller])
Subsystem: ASRock Incorporation Device 9901
Control: I/O+ Mem+ BusMaster+ 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 43
Region 0: Memory at d0000000 (32-bit, prefetchable) [size=32M]
Region 1: I/O ports at f000 [size=256]
Region 2: Memory at fe500000 (32-bit, non-prefetchable) [size=256K]
Expansion ROM at <unassigned> [disabled]
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 128 bytes, PhantFunc 0
ExtTag+ RBE+
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-
DevCap2: Completion Timeout: Not Supported, TimeoutDis-, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
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: radeon
Kernel modules: radeon
00:02.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Port (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
Interrupt: pin A routed to IRQ 18
Bus: primary=00, secondary=01, subordinate=01, sec-latency=0
I/O behind bridge: 0000e000-0000efff
Memory behind bridge: fe400000-fe4fffff
Prefetchable memory behind bridge: 00000000c0000000-00000000cfffffff
Secondary status: 66MHz- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort+ <SERR- <PERR-
BridgeCtl: Parity- SERR- NoISA- VGA- MAbort- >Reset- FastB2B-
PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn-
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Root Port (Slot+), MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x8, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise-
Slot #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: 0000000000000000 Data: 0000
Capabilities: [b0] Subsystem: Advanced Micro Devices, Inc. [AMD] Trinity A-series APU
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:03.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Port (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
Interrupt: pin A routed to IRQ 19
Bus: primary=00, secondary=02, subordinate=02, sec-latency=0
Memory behind bridge: fe300000-fe3fffff
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 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x8, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- 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: 0000000000000000 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 <?>
Kernel driver in use: pcieport
Kernel modules: shpchp
00:04.0 PCI bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Root Port (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
Interrupt: pin A routed to IRQ 16
Bus: primary=00, secondary=03, subordinate=03, sec-latency=0
I/O behind bridge: 0000d000-0000dfff
Memory behind bridge: fe200000-fe2fffff
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 256 bytes, PhantFunc 0
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x4, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp+
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x2, 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: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [a0] MSI: Enable- Count=1/1 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [b0] Subsystem: Advanced Micro Devices, Inc. [AMD] Trinity A-series APU
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:10.0 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 03) (prog-if 30 [XHCI])
Subsystem: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller
Control: I/O- Mem+ BusMaster+ 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 0
Region 0: Memory at fe546000 (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
ExtTag- RBE+
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-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Capabilities: [100 v1] Latency Tolerance Reporting
Max snoop latency: 0ns
Max no snoop latency: 0ns
Kernel driver in use: xhci_hcd
00:10.1 USB controller: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller (rev 03) (prog-if 30 [XHCI])
Subsystem: Advanced Micro Devices, Inc. [AMD] FCH USB XHCI Controller
Control: I/O- Mem+ BusMaster+ 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 0
Region 0: Memory at fe544000 (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
ExtTag- RBE+
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-
DevCap2: Completion Timeout: Not Supported, TimeoutDis+, LTR+, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
Kernel driver in use: 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 25
Region 0: I/O ports at f140 [size=8]
Region 1: I/O ports at f130 [size=4]
Region 2: I/O ports at f120 [size=8]
Region 3: I/O ports at f110 [size=4]
Region 4: I/O ports at f100 [size=16]
Region 5: Memory at fe54d000 (32-bit, non-prefetchable) [size=2K]
Capabilities: [50] MSI: Enable+ Count=8/8 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 fe54c000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: 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 fe54b000 (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 fe54a000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: 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 fe549000 (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 14)
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.2 Audio device: Advanced Micro Devices, Inc. [AMD] FCH Azalia Controller (rev 01)
Subsystem: ASRock Incorporation Device 1898
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 fe540000 (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=04, subordinate=04, sec-latency=64
Memory behind bridge: f8000000-fdffffff
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 fe548000 (32-bit, non-prefetchable) [size=4K]
Kernel driver in use: 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
Interrupt: pin A routed to IRQ 16
Bus: primary=00, secondary=05, subordinate=05, sec-latency=0
Memory behind bridge: fe100000-fe1fffff
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
ExtTag+ RBE+
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, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
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: 0000000000000000 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:15.2 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 2) (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
Interrupt: pin A routed to IRQ 16
Bus: primary=00, secondary=06, subordinate=06, sec-latency=0
Memory behind bridge: fe000000-fe0fffff
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
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
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: 0000000000000000 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:15.3 PCI bridge: Advanced Micro Devices, Inc. [AMD] Hudson PCI to PCI bridge (PCIE port 3) (prog-if 00 [Normal decode])
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 16
Bus: primary=00, secondary=07, subordinate=07, sec-latency=0
I/O behind bridge: 0000c000-0000cfff
Prefetchable memory behind bridge: 00000000d2000000-00000000d20fffff
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
ExtTag+ RBE+
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 128 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep+ BwNot+ ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt-
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: 0000000000000000 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] Family 15h (Models 10h-1fh) Processor Function 0
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
00:18.1 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 1
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
00:18.2 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 2
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
00:18.3 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 3
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Capabilities: [f0] Secure device <?>
Kernel driver in use: k10temp
Kernel modules: k10temp
00:18.4 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 4
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
00:18.5 Host bridge: Advanced Micro Devices, Inc. [AMD] Family 15h (Models 10h-1fh) Processor Function 5
Control: I/O- Mem- BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
Status: Cap- 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
01:00.0 VGA compatible controller: Advanced Micro Devices, Inc. [AMD/ATI] Barts XT [Radeon HD 6870] (prog-if 00 [VGA controller])
Subsystem: Hightech Information System Ltd. Device 2305
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 48
Region 0: Memory at c0000000 (64-bit, prefetchable) [size=256M]
Region 2: Memory at fe420000 (64-bit, non-prefetchable) [size=128K]
Region 4: I/O ports at e000 [size=256]
Expansion ROM at fe400000 [disabled] [size=128K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x8, 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: -3.5dB, 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: [150 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Kernel driver in use: vfio-pci
Kernel modules: radeon
01:00.1 Audio device: Advanced Micro Devices, Inc. [AMD/ATI] Barts HDMI Audio [Radeon HD 6800 Series]
Subsystem: Hightech Information System Ltd. Device aa88
Control: I/O+ Mem+ BusMaster+ 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 49
Region 0: Memory at fe440000 (64-bit, non-prefetchable) [size=16K]
Capabilities: [50] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [58] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <4us, L1 unlimited
ExtTag+ AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x16, ASPM L0s L1, Exit Latency L0s <64ns, L1 <1us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x8, 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
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: [100 v1] Vendor Specific Information: ID=0001 Rev=1 Len=010 <?>
Capabilities: [150 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap+ CGenEn- ChkCap+ ChkEn-
Kernel driver in use: vfio-pci
Kernel modules: snd_hda_intel
02:00.0 USB controller: Fresco Logic FL1100 USB 3.0 Host Controller (rev 01) (prog-if 30 [XHCI])
Subsystem: Fresco Logic FL1100 USB 3.0 Host Controller
Control: I/O+ Mem+ BusMaster+ 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 0
Region 0: Memory at fe300000 (64-bit, non-prefetchable) [size=64K]
Region 2: Memory at fe311000 (64-bit, non-prefetchable) [size=4K]
Region 4: Memory at fe310000 (64-bit, non-prefetchable) [size=4K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2- AuxCurrent=0mA PME(D0+,D1+,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [70] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 512 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 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 unlimited
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- 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: 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: [b0] MSI-X: Enable+ Count=8 Masked-
Vector table: BAR=2 offset=00000000
PBA: BAR=4 offset=00000000
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-
Kernel driver in use: vfio-pci
03:00.0 SATA controller: Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller (rev 11) (prog-if 01 [AHCI 1.0])
Subsystem: Marvell Technology Group Ltd. 88SE9230 PCIe SATA 6Gb/s Controller
Control: I/O+ Mem+ BusMaster+ 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 16
Region 0: I/O ports at d050 [size=8]
Region 1: I/O ports at d040 [size=4]
Region 2: I/O ports at d030 [size=8]
Region 3: I/O ports at d020 [size=4]
Region 4: I/O ports at d000 [size=32]
Region 5: Memory at fe210000 (32-bit, non-prefetchable) [size=2K]
Expansion ROM at fe200000 [disabled] [size=64K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot+,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable- Count=1/1 Maskable- 64bit-
Address: 00000000 Data: 0000
Capabilities: [70] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <1us, L1 <8us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 256 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq+ AuxPwr- TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x2, ASPM L0s L1, Exit Latency L0s <512ns, L1 <64us
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x2, 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: 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: [e0] SATA HBA v0.0 BAR4 Offset=00000004
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-
Kernel driver in use: pci-stub
04:05.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
Subsystem: Pinnacle Systems Inc. Device 0051
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 (5000ns min, 13750ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 20
Region 0: Memory at fd000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [44] Vital Product Data
No end tag found
Capabilities: [4c] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: cx8800
Kernel modules: cx8800
04:05.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
Subsystem: Pinnacle Systems Inc. Device 0051
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 (1000ns min, 63750ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 20
Region 0: Memory at fc000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [4c] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: cx88_audio
Kernel modules: cx88_alsa
04:05.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
Subsystem: Pinnacle Systems Inc. Device 0051
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 (1500ns min, 22000ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 20
Region 0: Memory at fb000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [4c] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: cx88-mpeg driver manager
Kernel modules: cx8802
04:06.0 Multimedia video controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder (rev 05)
Subsystem: Pinnacle Systems Inc. Device 0051
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 (5000ns min, 13750ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 21
Region 0: Memory at fa000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [44] Vital Product Data
No end tag found
Capabilities: [4c] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: cx8800
Kernel modules: cx8800
04:06.1 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [Audio Port] (rev 05)
Subsystem: Pinnacle Systems Inc. Device 0051
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 (1000ns min, 63750ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 21
Region 0: Memory at f9000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [4c] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: cx88_audio
Kernel modules: cx88_alsa
04:06.2 Multimedia controller: Conexant Systems, Inc. CX23880/1/2/3 PCI Video and Audio Decoder [MPEG Port] (rev 05)
Subsystem: Pinnacle Systems Inc. Device 0051
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 (1500ns min, 22000ns max), Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 21
Region 0: Memory at f8000000 (32-bit, non-prefetchable) [size=16M]
Capabilities: [4c] Power Management version 2
Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Kernel driver in use: cx88-mpeg driver manager
Kernel modules: cx8802
05:00.0 USB controller: VIA Technologies, Inc. VL80x xHCI USB 3.0 Controller (rev 03) (prog-if 30 [XHCI])
Subsystem: VIA Technologies, Inc. VL80x xHCI USB 3.0 Controller
Control: I/O- Mem+ BusMaster+ 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 39
Region 0: Memory at fe100000 (32-bit, non-prefetchable) [size=4K]
Capabilities: [80] 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: [90] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [c4] Express (v2) Endpoint, MSI 00
DevCap: MaxPayload 256 bytes, PhantFunc 0, Latency L0s <512ns, L1 <16us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed 5GT/s, Width x1, ASPM not supported, Exit Latency L0s <2us, L1 <16us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk-
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range B, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -3.5dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [100 v1] Advanced Error Reporting
UESta: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UEMsk: DLP- SDES- TLP- FCP- CmpltTO- CmpltAbrt- UnxCmplt- RxOF- MalfTLP- ECRC- UnsupReq- ACSViol-
UESvrt: DLP+ SDES+ TLP- FCP+ CmpltTO- CmpltAbrt- UnxCmplt- RxOF+ MalfTLP+ ECRC- UnsupReq- ACSViol-
CESta: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr-
CEMsk: RxErr- BadTLP- BadDLLP- Rollover- Timeout- NonFatalErr+
AERCap: First Error Pointer: 00, GenCap- CGenEn- ChkCap- ChkEn-
Kernel driver in use: xhci_hcd
06:00.0 USB controller: ASMedia Technology Inc. ASM1042 SuperSpeed USB Host Controller (prog-if 30 [XHCI])
Subsystem: Device 174c:2104
Control: I/O- Mem+ BusMaster+ 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 0
Region 0: Memory at fe000000 (64-bit, non-prefetchable) [size=32K]
Capabilities: [50] MSI: Enable- Count=1/8 Maskable- 64bit+
Address: 0000000000000000 Data: 0000
Capabilities: [68] MSI-X: Enable+ Count=8 Masked-
Vector table: BAR=0 offset=00002000
PBA: BAR=0 offset=00002080
Capabilities: [78] Power Management version 3
Flags: PMEClk- DSI- D1- D2- AuxCurrent=55mA PME(D0-,D1-,D2-,D3hot+,D3cold+)
Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [80] Express (v2) Legacy Endpoint, MSI 00
DevCap: MaxPayload 512 bytes, PhantFunc 0, Latency L0s <64ns, L1 <2us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop+
MaxPayload 128 bytes, MaxReadReq 512 bytes
DevSta: CorrErr+ UncorrErr- FatalErr- UnsuppReq- AuxPwr- TransPend-
LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 unlimited
ClockPM- Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 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: 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: [100 v1] Virtual Channel
Caps: LPEVC=0 RefClk=100ns PATEntryBits=1
Arb: Fixed- WRR32- WRR64- WRR128-
Ctrl: ArbSelect=Fixed
Status: InProgress-
VC0: Caps: PATOffset=00 MaxTimeSlots=1 RejSnoopTrans-
Arb: Fixed- WRR32- WRR64- WRR128- TWRR128- WRR256-
Ctrl: Enable+ ID=0 ArbSelect=Fixed TC/VC=01
Status: NegoPending- InProgress-
Kernel driver in use: xhci_hcd
07:00.0 Ethernet controller: Realtek Semiconductor Co., Ltd. RTL8111/8168/8411 PCI Express Gigabit Ethernet Controller (rev 06)
Subsystem: ASRock Incorporation Motherboard (one of many)
Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+
Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
Latency: 0, Cache Line Size: 64 bytes
Interrupt: pin A routed to IRQ 44
Region 0: I/O ports at c000 [size=256]
Region 2: Memory at d2004000 (64-bit, prefetchable) [size=4K]
Region 4: Memory at d2000000 (64-bit, prefetchable) [size=16K]
Capabilities: [40] Power Management version 3
Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=375mA PME(D0+,D1+,D2+,D3hot+,D3cold+)
Status: D0 NoSoftRst+ PME-Enable- DSel=0 DScale=0 PME-
Capabilities: [50] MSI: Enable+ Count=1/1 Maskable- 64bit+
Address: 00000000fee00000 Data: 0000
Capabilities: [70] Express (v2) Endpoint, MSI 01
DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <512ns, L1 <64us
ExtTag- AttnBtn- AttnInd- PwrInd- RBE+ FLReset-
DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported-
RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop-
MaxPayload 128 bytes, MaxReadReq 4096 bytes
DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend-
LnkCap: Port #0, Speed 2.5GT/s, Width x1, ASPM L0s L1, Exit Latency L0s unlimited, L1 <64us
ClockPM+ Surprise- LLActRep- BwNot- ASPMOptComp-
LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- CommClk+
ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt-
LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt-
DevCap2: Completion Timeout: Range ABCD, TimeoutDis+, LTR-, OBFF Not Supported
DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis-, LTR-, OBFF Disabled
LnkCtl2: Target Link Speed: 2.5GT/s, EnterCompliance- SpeedDis-
Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS-
Compliance De-emphasis: -6dB
LnkSta2: Current De-emphasis Level: -6dB, EqualizationComplete-, EqualizationPhase1-
EqualizationPhase2-, EqualizationPhase3-, LinkEqualizationRequest-
Capabilities: [b0] MSI-X: Enable- Count=4 Masked-
Vector table: BAR=4 offset=00000000
PBA: BAR=4 offset=00000800
Capabilities: [d0] Vital Product Data
No end tag found
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 01-00-00-00-68-4c-e0-00
Kernel driver in use: r8169
Kernel modules: r8169
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment