DMA ring test failure on Radeon HD 8970M
Joe Julian
joe at julianfamily.org
Fri Nov 29 16:30:35 PST 2013
This MSI laptop has two crossfire connected video processors in it,
00:01.0 has a HD 8650G that seems to initialize properly, and at 01:00.0
an HD 8970M that fails the ring 3 test, "radeon: ring 3 test failed (0xDFCFFBFF)".
Throwing in some writel and readl tests before even trying the dma test,
I see that the memory isn't being changed with writel in the first
place.
----
tmp = 0xDEADBEEF;
writel(tmp, ptr);
tmp = readl(ptr);
if (tmp != 0xDEADBEEF)
DRM_ERROR("radeon: ring %d memory write failed (0x%
08X)\n", ring->idx, tmp);
----
radeon: ring 3 memory write failed (0xDFCFFBFF)
Looks to me like we're trying to write to a rom address, but I'm a
complete novice at this so I could be completely off.
I'm using kernel 3.13.0-0.rc1.git3
What else could I look at?
-------------- next part --------------
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Initializing cgroup subsys cpuacct
[ 0.000000] Linux version 3.13.0-0.rc1.git3.1.joe.fc20.x86_64 (jjulian at bunion-ii.julianfamily.org) (gcc version 4.8.2 20131017 (Red Hat 4.8.2-1) (GCC) ) #1 SMP Fri Nov 29 09:54:19 PST 2013
[ 0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.13.0-0.rc1.git3.1.joe.fc20.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=us rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root S rdblacklist=radeon LANG=en_US.UTF-8
[ 0.000000] e820: BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000008d30efff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008d30f000-0x000000008d33efff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008d33f000-0x000000008d353fff] ACPI data
[ 0.000000] BIOS-e820: [mem 0x000000008d354000-0x000000008dbaffff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008dbb0000-0x000000008eb29fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008eb2a000-0x000000008eb2afff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008eb2b000-0x000000008ed30fff] ACPI NVS
[ 0.000000] BIOS-e820: [mem 0x000000008ed31000-0x000000008ee7ffff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008ee80000-0x000000008f440fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008f441000-0x000000008f480fff] usable
[ 0.000000] BIOS-e820: [mem 0x000000008f481000-0x000000008f7f1fff] reserved
[ 0.000000] BIOS-e820: [mem 0x000000008f7f2000-0x000000008f7fffff] 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 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] BIOS-e820: [mem 0x0000000100001000-0x000000023effffff] usable
[ 0.000000] e820: update [mem 0x671b6018-0x671c6057] usable ==> usable
[ 0.000000] extended physical RAM map:
[ 0.000000] reserve setup_data: [mem 0x0000000000000000-0x000000000009ffff] usable
[ 0.000000] reserve setup_data: [mem 0x0000000000100000-0x00000000671b6017] usable
[ 0.000000] reserve setup_data: [mem 0x00000000671b6018-0x00000000671c6057] usable
[ 0.000000] reserve setup_data: [mem 0x00000000671c6058-0x000000008d30efff] usable
[ 0.000000] reserve setup_data: [mem 0x000000008d30f000-0x000000008d33efff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000008d33f000-0x000000008d353fff] ACPI data
[ 0.000000] reserve setup_data: [mem 0x000000008d354000-0x000000008dbaffff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000008dbb0000-0x000000008eb29fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000008eb2a000-0x000000008eb2afff] usable
[ 0.000000] reserve setup_data: [mem 0x000000008eb2b000-0x000000008ed30fff] ACPI NVS
[ 0.000000] reserve setup_data: [mem 0x000000008ed31000-0x000000008ee7ffff] usable
[ 0.000000] reserve setup_data: [mem 0x000000008ee80000-0x000000008f440fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000008f441000-0x000000008f480fff] usable
[ 0.000000] reserve setup_data: [mem 0x000000008f481000-0x000000008f7f1fff] reserved
[ 0.000000] reserve setup_data: [mem 0x000000008f7f2000-0x000000008f7fffff] 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 0x00000000ff000000-0x00000000ffffffff] reserved
[ 0.000000] reserve setup_data: [mem 0x0000000100001000-0x000000023effffff] usable
[ 0.000000] NX (Execute Disable) protection: active
[ 0.000000] efi: EFI v2.31 by American Megatrends
[ 0.000000] efi: ACPI=0x8d343000 ACPI 2.0=0x8d343000 SMBIOS=0x8ead7918
[ 0.000000] efi: mem00: type=7, attr=0xf, range=[0x0000000000000000-0x0000000000001000) (0MB)
[ 0.000000] efi: mem01: type=2, attr=0xf, range=[0x0000000000001000-0x0000000000002000) (0MB)
[ 0.000000] efi: mem02: type=7, attr=0xf, range=[0x0000000000002000-0x00000000000a0000) (0MB)
[ 0.000000] efi: mem03: type=7, attr=0xf, range=[0x0000000000100000-0x0000000001000000) (15MB)
[ 0.000000] efi: mem04: type=2, attr=0xf, range=[0x0000000001000000-0x0000000001100000) (1MB)
[ 0.000000] efi: mem05: type=7, attr=0xf, range=[0x0000000001100000-0x0000000002000000) (15MB)
[ 0.000000] efi: mem06: type=2, attr=0xf, range=[0x0000000002000000-0x00000000041b8000) (33MB)
[ 0.000000] efi: mem07: type=7, attr=0xf, range=[0x00000000041b8000-0x000000003d2e5000) (913MB)
[ 0.000000] efi: mem08: type=2, attr=0xf, range=[0x000000003d2e5000-0x0000000040000000) (45MB)
[ 0.000000] efi: mem09: type=7, attr=0xf, range=[0x0000000040000000-0x00000000671b6000) (625MB)
[ 0.000000] efi: mem10: type=2, attr=0xf, range=[0x00000000671b6000-0x0000000089ebc000) (557MB)
[ 0.000000] efi: mem11: type=7, attr=0xf, range=[0x0000000089ebc000-0x0000000089ec1000) (0MB)
[ 0.000000] efi: mem12: type=2, attr=0xf, range=[0x0000000089ec1000-0x000000008a08b000) (1MB)
[ 0.000000] efi: mem13: type=1, attr=0xf, range=[0x000000008a08b000-0x000000008a1c0000) (1MB)
[ 0.000000] efi: mem14: type=7, attr=0xf, range=[0x000000008a1c0000-0x000000008b559000) (19MB)
[ 0.000000] efi: mem15: type=4, attr=0xf, range=[0x000000008b559000-0x000000008b584000) (0MB)
[ 0.000000] efi: mem16: type=7, attr=0xf, range=[0x000000008b584000-0x000000008b5a4000) (0MB)
[ 0.000000] efi: mem17: type=4, attr=0xf, range=[0x000000008b5a4000-0x000000008b5aa000) (0MB)
[ 0.000000] efi: mem18: type=7, attr=0xf, range=[0x000000008b5aa000-0x000000008b5ad000) (0MB)
[ 0.000000] efi: mem19: type=4, attr=0xf, range=[0x000000008b5ad000-0x000000008cd0f000) (23MB)
[ 0.000000] efi: mem20: type=7, attr=0xf, range=[0x000000008cd0f000-0x000000008d06d000) (3MB)
[ 0.000000] efi: mem21: type=3, attr=0xf, range=[0x000000008d06d000-0x000000008d30f000) (2MB)
[ 0.000000] efi: mem22: type=0, attr=0xf, range=[0x000000008d30f000-0x000000008d33b000) (0MB)
[ 0.000000] efi: mem23: type=0, attr=0xf, range=[0x000000008d33b000-0x000000008d33f000) (0MB)
[ 0.000000] efi: mem24: type=9, attr=0xf, range=[0x000000008d33f000-0x000000008d343000) (0MB)
[ 0.000000] efi: mem25: type=9, attr=0xf, range=[0x000000008d343000-0x000000008d354000) (0MB)
[ 0.000000] efi: mem26: type=10, attr=0xf, range=[0x000000008d354000-0x000000008d706000) (3MB)
[ 0.000000] efi: mem27: type=10, attr=0xf, range=[0x000000008d706000-0x000000008dbb0000) (4MB)
[ 0.000000] efi: mem28: type=6, attr=0x800000000000000f, range=[0x000000008dbb0000-0x000000008e7e7000) (12MB)
[ 0.000000] efi: mem29: type=6, attr=0x800000000000000f, range=[0x000000008e7e7000-0x000000008ea15000) (2MB)
[ 0.000000] efi: mem30: type=6, attr=0x800000000000000f, range=[0x000000008ea15000-0x000000008ea18000) (0MB)
[ 0.000000] efi: mem31: type=6, attr=0x800000000000000f, range=[0x000000008ea18000-0x000000008ead9000) (0MB)
[ 0.000000] efi: mem32: type=5, attr=0x800000000000000f, range=[0x000000008ead9000-0x000000008eae9000) (0MB)
[ 0.000000] efi: mem33: type=5, attr=0x800000000000000f, range=[0x000000008eae9000-0x000000008eb2a000) (0MB)
[ 0.000000] efi: mem34: type=4, attr=0xf, range=[0x000000008eb2a000-0x000000008eb2b000) (0MB)
[ 0.000000] efi: mem35: type=10, attr=0xf, range=[0x000000008eb2b000-0x000000008ed31000) (2MB)
[ 0.000000] efi: mem36: type=4, attr=0xf, range=[0x000000008ed31000-0x000000008ee80000) (1MB)
[ 0.000000] efi: mem37: type=6, attr=0x800000000000000f, range=[0x000000008ee80000-0x000000008f441000) (5MB)
[ 0.000000] efi: mem38: type=4, attr=0xf, range=[0x000000008f441000-0x000000008f45a000) (0MB)
[ 0.000000] efi: mem39: type=3, attr=0xf, range=[0x000000008f45a000-0x000000008f474000) (0MB)
[ 0.000000] efi: mem40: type=4, attr=0xf, range=[0x000000008f474000-0x000000008f475000) (0MB)
[ 0.000000] efi: mem41: type=3, attr=0xf, range=[0x000000008f475000-0x000000008f477000) (0MB)
[ 0.000000] efi: mem42: type=4, attr=0xf, range=[0x000000008f477000-0x000000008f481000) (0MB)
[ 0.000000] efi: mem43: type=6, attr=0x800000000000000f, range=[0x000000008f481000-0x000000008f7f2000) (3MB)
[ 0.000000] efi: mem44: type=4, attr=0xf, range=[0x000000008f7f2000-0x000000008f800000) (0MB)
[ 0.000000] efi: mem45: type=7, attr=0xf, range=[0x0000000100001000-0x000000023f000000) (5103MB)
[ 0.000000] efi: mem46: type=11, attr=0x8000000000000001, range=[0x00000000fec00000-0x00000000fec01000) (0MB)
[ 0.000000] efi: mem47: type=11, attr=0x8000000000000001, range=[0x00000000fec10000-0x00000000fec11000) (0MB)
[ 0.000000] efi: mem48: type=11, attr=0x8000000000000001, range=[0x00000000fed00000-0x00000000fed01000) (0MB)
[ 0.000000] efi: mem49: type=11, attr=0x8000000000000001, range=[0x00000000fed80000-0x00000000fed81000) (0MB)
[ 0.000000] efi: mem50: type=11, attr=0x8000000000000001, range=[0x00000000fed81000-0x00000000fed90000) (0MB)
[ 0.000000] efi: mem51: type=11, attr=0x8000000000000001, range=[0x00000000ff000000-0x0000000100000000) (16MB)
[ 0.000000] SMBIOS 2.7 present.
[ 0.000000] DMI: Micro-Star International Co., Ltd. GX70 3BE/MS-176K, BIOS E176KAMS.706 05/07/2013
[ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved
[ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
[ 0.000000] e820: last_pfn = 0x23f000 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-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 FFFFF0000000 write-back
[ 0.000000] 2 base 00008F800000 mask FFFFFF800000 uncachable
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] TOM2: 000000023f000000 aka 9200M
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820: update [mem 0x8f800000-0xffffffff] usable ==> reserved
[ 0.000000] e820: last_pfn = 0x8f800 max_arch_pfn = 0x400000000
[ 0.000000] Scanning 1 areas for low memory corruption
[ 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 [0x03d96000, 0x03d96fff] PGTABLE
[ 0.000000] BRK [0x03d97000, 0x03d97fff] PGTABLE
[ 0.000000] BRK [0x03d98000, 0x03d98fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x23ee00000-0x23effffff]
[ 0.000000] [mem 0x23ee00000-0x23effffff] page 2M
[ 0.000000] BRK [0x03d99000, 0x03d99fff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x23c000000-0x23edfffff]
[ 0.000000] [mem 0x23c000000-0x23edfffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x200000000-0x23bffffff]
[ 0.000000] [mem 0x200000000-0x23bffffff] page 2M
[ 0.000000] init_memory_mapping: [mem 0x00100000-0x8d30efff]
[ 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-0x8d1fffff] page 2M
[ 0.000000] [mem 0x8d200000-0x8d30efff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x8eb2a000-0x8eb2afff]
[ 0.000000] [mem 0x8eb2a000-0x8eb2afff] page 4k
[ 0.000000] BRK [0x03d9a000, 0x03d9afff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x8ed31000-0x8ee7ffff]
[ 0.000000] [mem 0x8ed31000-0x8ee7ffff] page 4k
[ 0.000000] BRK [0x03d9b000, 0x03d9bfff] PGTABLE
[ 0.000000] init_memory_mapping: [mem 0x8f441000-0x8f480fff]
[ 0.000000] [mem 0x8f441000-0x8f480fff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x8f7f2000-0x8f7fffff]
[ 0.000000] [mem 0x8f7f2000-0x8f7fffff] page 4k
[ 0.000000] init_memory_mapping: [mem 0x100001000-0x1ffffffff]
[ 0.000000] [mem 0x100001000-0x1001fffff] page 4k
[ 0.000000] [mem 0x100200000-0x13fffffff] page 2M
[ 0.000000] [mem 0x140000000-0x1ffffffff] page 1G
[ 0.000000] RAMDISK: [mem 0x3d2e5000-0x3de42fff]
[ 0.000000] ACPI: RSDP 000000008d343000 000024 (v02 MSI_NB)
[ 0.000000] ACPI: XSDT 000000008d343080 000084 (v01 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: FACP 000000008d34bab8 00010C (v05 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI BIOS Warning (bug): Optional FADT field Pm2ControlBlock has zero address or length: 0x0000000000000000/0x1 (20130927/tbfadt-603)
[ 0.000000] ACPI: DSDT 000000008d343198 00891F (v02 MSI_NB MEGABOOK 00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 000000008dba6080 000040
[ 0.000000] ACPI: APIC 000000008d34bbc8 000072 (v03 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: FPDT 000000008d34bc40 000044 (v01 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: MCFG 000000008d34bc88 00003C (v01 MSI_NB MEGABOOK 01072009 MSFT 00010013)
[ 0.000000] ACPI: MSDM 000000008d34bcc8 000055 (v03 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: SLIC 000000008d34bd20 000176 (v01 MSI_NB MEGABOOK 01072009 AMI 00010013)
[ 0.000000] ACPI: HPET 000000008d34be98 000038 (v01 MSI_NB MEGABOOK 01072009 AMI 00000005)
[ 0.000000] ACPI: MSFF 000000008d34bed0 000029 (v01 MSI_NB MEGABOOK 00000010 AMI 00010013)
[ 0.000000] ACPI: VFCT 000000008d34bf00 005084 (v01 MSI_NB MEGABOOK 00000001 AMD 31504F47)
[ 0.000000] ACPI: SSDT 000000008d350f88 000A9C (v01 AMD PUMORI 00000001 AMD 00000001)
[ 0.000000] ACPI: SSDT 000000008d351a28 001F6E (v02 AMD PUMORI 00000001 MSFT 04000000)
[ 0.000000] ACPI: CRAT 000000008d353998 0002A8 (v01 AMD PUMORI 00000001 AMD 00000001)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] No NUMA configuration found
[ 0.000000] Faking a node at [mem 0x0000000000000000-0x000000023effffff]
[ 0.000000] Initmem setup node 0 [mem 0x00000000-0x23effffff]
[ 0.000000] NODE_DATA [mem 0x23efd2000-0x23eff8fff]
[ 0.000000] [ffffea0000000000-ffffea0008ffffff] PMD -> [ffff880237200000-ffff88023e5fffff] on node 0
[ 0.000000] Zone ranges:
[ 0.000000] DMA [mem 0x00001000-0x00ffffff]
[ 0.000000] DMA32 [mem 0x01000000-0xffffffff]
[ 0.000000] Normal [mem 0x100000000-0x23effffff]
[ 0.000000] Movable zone start for each node
[ 0.000000] Early memory node ranges
[ 0.000000] node 0: [mem 0x00001000-0x0009ffff]
[ 0.000000] node 0: [mem 0x00100000-0x8d30efff]
[ 0.000000] node 0: [mem 0x8eb2a000-0x8eb2afff]
[ 0.000000] node 0: [mem 0x8ed31000-0x8ee7ffff]
[ 0.000000] node 0: [mem 0x8f441000-0x8f480fff]
[ 0.000000] node 0: [mem 0x8f7f2000-0x8f7fffff]
[ 0.000000] node 0: [mem 0x100001000-0x23effffff]
[ 0.000000] On node 0 totalpages: 1885259
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 22 pages reserved
[ 0.000000] DMA zone: 3999 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 8979 pages used for memmap
[ 0.000000] DMA32 zone: 574637 pages, LIFO batch:31
[ 0.000000] Normal zone: 20416 pages used for memmap
[ 0.000000] Normal zone: 1306623 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 (acpi_id[0x01] lapic_id[0x10] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x11] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x12] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x13] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x05] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 5, version 33, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 low level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x10228210 base: 0xfed00000
[ 0.000000] smpboot: Allowing 4 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: [mem 0x000a0000-0x000fffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x671b6000-0x671b6fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x671c6000-0x671c6fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8d30f000-0x8d33efff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8d33f000-0x8d353fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8d354000-0x8dbaffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8dbb0000-0x8eb29fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8eb2b000-0x8ed30fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8ee80000-0x8f440fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8f481000-0x8f7f1fff]
[ 0.000000] PM: Registered nosave memory: [mem 0x8f800000-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-0xfeffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0xff000000-0xffffffff]
[ 0.000000] PM: Registered nosave memory: [mem 0x100000000-0x100000fff]
[ 0.000000] e820: [mem 0x8f800000-0xfebfffff] available for PCI devices
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8192 nr_cpumask_bits:4 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 478 pages/cpu @ffff880236a00000 s1925184 r8192 d24512 u2097152
[ 0.000000] pcpu-alloc: s1925184 r8192 d24512 u2097152 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 [0] 1 [0] 2 [0] 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 1855778
[ 0.000000] Policy zone: Normal
[ 0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.13.0-0.rc1.git3.1.joe.fc20.x86_64 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 vconsole.keymap=us rd.luks=0 vconsole.font=latarcyrheb-sun16 rd.lvm.lv=fedora/root S rdblacklist=radeon LANG=en_US.UTF-8
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
[ 0.000000] Memory: 7277084K/7541036K available (7601K kernel code, 1567K rwdata, 3224K rodata, 3736K init, 12668K bss, 263952K reserved)
[ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU lockdep checking is enabled.
[ 0.000000] RCU restricting CPUs from NR_CPUS=8192 to nr_cpu_ids=4.
[ 0.000000] NR_IRQS:524544 nr_irqs:712 16
[ 0.000000] Console: colour dummy device 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
[ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8
[ 0.000000] ... MAX_LOCK_DEPTH: 48
[ 0.000000] ... MAX_LOCKDEP_KEYS: 8191
[ 0.000000] ... CLASSHASH_SIZE: 4096
[ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384
[ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768
[ 0.000000] ... CHAINHASH_SIZE: 16384
[ 0.000000] memory used by lock dependency info: 6367 kB
[ 0.000000] per task-struct memory footprint: 2688 bytes
[ 0.000000] allocated 30408704 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] kmemleak: Kernel memory leak detector disabled
[ 0.000000] ODEBUG: 23 of 23 active objects replaced
[ 0.000000] hpet clockevent registered
[ 0.000000] tsc: Fast TSC calibration using PIT
[ 0.002000] tsc: Detected 2495.228 MHz processor
[ 0.000004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4990.45 BogoMIPS (lpj=2495228)
[ 0.000011] pid_max: default: 32768 minimum: 301
[ 0.000097] init_memory_mapping: [mem 0x8dbb0000-0x8ead8fff]
[ 0.000102] [mem 0x8dbb0000-0x8dbfffff] page 4k
[ 0.000103] [mem 0x8dc00000-0x8e9fffff] page 2M
[ 0.000104] [mem 0x8ea00000-0x8ead8fff] page 4k
[ 0.000158] init_memory_mapping: [mem 0x8ead9000-0x8eb29fff]
[ 0.000161] [mem 0x8ead9000-0x8eb29fff] page 4k
[ 0.000181] init_memory_mapping: [mem 0x8ee80000-0x8f440fff]
[ 0.000185] [mem 0x8ee80000-0x8effffff] page 4k
[ 0.000186] [mem 0x8f000000-0x8f3fffff] page 2M
[ 0.000187] [mem 0x8f400000-0x8f440fff] page 4k
[ 0.000218] init_memory_mapping: [mem 0x8f481000-0x8f7f1fff]
[ 0.000221] [mem 0x8f481000-0x8f7f1fff] page 4k
[ 0.003501] Security Framework initialized
[ 0.003517] SELinux: Initializing.
[ 0.003589] SELinux: Starting in permissive mode
[ 0.005666] Dentry cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[ 0.008862] Inode-cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.010086] Mount-cache hash table entries: 256
[ 0.011754] Initializing cgroup subsys memory
[ 0.011825] Initializing cgroup subsys devices
[ 0.011844] Initializing cgroup subsys freezer
[ 0.011863] Initializing cgroup subsys net_cls
[ 0.011871] Initializing cgroup subsys blkio
[ 0.011886] Initializing cgroup subsys perf_event
[ 0.011897] Initializing cgroup subsys hugetlb
[ 0.012047] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support
[ 0.012054] tseg: 008f800000
[ 0.012057] CPU: Physical Processor ID: 0
[ 0.012059] CPU: Processor Core ID: 0
[ 0.012063] mce: CPU supports 7 MCE banks
[ 0.012084] Last level iTLB entries: 4KB 512, 2MB 1024, 4MB 512
Last level dTLB entries: 4KB 1024, 2MB 1024, 4MB 512
tlb_flushall_shift: 5
[ 0.012204] Freeing SMP alternatives memory: 24K (ffffffff8212f000 - ffffffff82135000)
[ 0.013281] ACPI: Core revision 20130927
[ 0.118808] ACPI: All ACPI Tables successfully acquired
[ 0.123825] ftrace: allocating 25854 entries in 101 pages
[ 0.134001] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.144002] smpboot: CPU0: AMD A10-5750M APU with Radeon(tm) HD Graphics (fam: 15, model: 13, stepping: 01)
[ 0.245695] Performance Events: Fam15h core perfctr, AMD PMU driver.
[ 0.245713] ... version: 0
[ 0.245716] ... bit width: 48
[ 0.245719] ... generic registers: 6
[ 0.245723] ... value mask: 0000ffffffffffff
[ 0.245727] ... max period: 00007fffffffffff
[ 0.245730] ... fixed-purpose events: 0
[ 0.245733] ... event mask: 000000000000003f
[ 0.251493] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
[ 0.252310] x86: Booting SMP configuration:
[ 0.263347] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support
[ 0.277359] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support
[ 0.291279] [Firmware Info]: CPU: Re-enabling disabled Topology Extensions Support
[ 0.252314] .... node #0, CPUs: #1 #2 #3
[ 0.293498] x86: Booted up 1 node, 4 CPUs
[ 0.293509] smpboot: Total of 4 processors activated (19961.82 BogoMIPS)
[ 0.298293] devtmpfs: initialized
[ 0.302009] PM: Registering ACPI NVS region [mem 0x8d354000-0x8dbaffff] (8765440 bytes)
[ 0.315691] PM: Registering ACPI NVS region [mem 0x8eb2b000-0x8ed30fff] (2121728 bytes)
[ 0.329046] atomic64 test passed for x86-64 platform with CX8 and with SSE
[ 0.329053] pinctrl core: initialized pinctrl subsystem
[ 0.329597] RTC time: 16:20:23, date: 11/29/13
[ 0.330443] NET: Registered protocol family 16
[ 0.332126] cpuidle: using governor menu
[ 0.332606] ACPI: bus type PCI registered
[ 0.332611] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
[ 0.333658] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.333667] PCI: not using MMCONFIG
[ 0.333676] PCI: Using configuration type 1 for base access
[ 0.333681] PCI: Using configuration type 1 for extended access
[ 0.361879] bio: create slab <bio-0> at 0
[ 0.363372] ACPI: Added _OSI(Module Device)
[ 0.363377] ACPI: Added _OSI(Processor Device)
[ 0.363382] ACPI: Added _OSI(3.0 _SCP Extensions)
[ 0.363387] ACPI: Added _OSI(Processor Aggregator Device)
[ 0.379004] ACPI Error: No handler for Region [EC__] (ffff880233a69db0) [EmbeddedControl] (20130927/evregion-162)
[ 0.379015] ACPI Error: Region EmbeddedControl (ID=3) has no handler (20130927/exfldio-299)
[ 0.379097] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.EC__.EOSV] (Node ffff880233a6a730), AE_NOT_EXIST (20130927/psparse-536)
[ 0.379166] ACPI Error: Method parse/execution failed [\_SB_.PCI0.SBRG.EC__._REG] (Node ffff880233a6b700), AE_NOT_EXIST (20130927/psparse-536)
[ 0.384106] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.613857] ACPI: Interpreter enabled
[ 0.613894] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S1_] (20130927/hwxface-580)
[ 0.613936] ACPI Exception: AE_NOT_FOUND, While evaluating Sleep State [\_S2_] (20130927/hwxface-580)
[ 0.614149] ACPI: (supports S0 S3 S4 S5)
[ 0.614153] ACPI: Using IOAPIC for interrupt routing
[ 0.614796] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.616544] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.654805] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.660026] ACPI: No dock devices found.
[ 0.995473] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.995528] acpi PNP0A03:00: _OSC: OS supports [ExtendedConfig ASPM ClockPM Segments MSI]
[ 1.008937] acpi PNP0A03:00: _OSC: platform does not support [PME]
[ 1.022115] acpi PNP0A03:00: _OSC: OS now controls [PCIeHotplug AER PCIeCapability]
[ 1.045179] ACPI: \_SB_.PCI0.AMDN: can't evaluate _ADR (0x5)
[ 1.045929] ACPI: \_SB_.PCI0.S900: can't evaluate _ADR (0x5)
[ 1.052594] PCI host bridge to bus 0000:00
[ 1.052610] pci_bus 0000:00: root bus resource [bus 00-ff]
[ 1.052625] pci_bus 0000:00: root bus resource [io 0x0000-0x03af]
[ 1.052640] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7]
[ 1.052655] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df]
[ 1.052670] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff]
[ 1.052685] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
[ 1.052700] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff]
[ 1.052715] pci_bus 0000:00: root bus resource [mem 0xc0000000-0xffffffff]
[ 1.052765] pci 0000:00:00.0: [1022:1410] type 00 class 0x060000
[ 1.055766] pci 0000:00:01.0: [1002:990b] type 00 class 0x030000
[ 1.055787] pci 0000:00:01.0: reg 0x10: [mem 0xc0000000-0xcfffffff pref]
[ 1.055797] pci 0000:00:01.0: reg 0x14: [io 0xf000-0xf0ff]
[ 1.055807] pci 0000:00:01.0: reg 0x18: [mem 0xfeb00000-0xfeb3ffff]
[ 1.055911] pci 0000:00:01.0: supports D1 D2
[ 1.058910] pci 0000:00:01.1: [1002:9902] type 00 class 0x040300
[ 1.058922] pci 0000:00:01.1: reg 0x10: [mem 0xfeb44000-0xfeb47fff]
[ 1.059030] pci 0000:00:01.1: supports D1 D2
[ 1.062002] pci 0000:00:03.0: [1022:1413] type 01 class 0x060400
[ 1.062123] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold
[ 1.065256] pci 0000:00:10.0: [1022:7814] type 00 class 0x0c0330
[ 1.065283] pci 0000:00:10.0: reg 0x10: [mem 0xfeb4a000-0xfeb4bfff 64bit]
[ 1.065452] pci 0000:00:10.0: PME# supported from D0 D3hot D3cold
[ 1.068154] pci 0000:00:10.0: System wakeup disabled by ACPI
[ 1.068916] pci 0000:00:10.1: [1022:7814] type 00 class 0x0c0330
[ 1.068943] pci 0000:00:10.1: reg 0x10: [mem 0xfeb48000-0xfeb49fff 64bit]
[ 1.069111] pci 0000:00:10.1: PME# supported from D0 D3hot D3cold
[ 1.071828] pci 0000:00:10.1: System wakeup disabled by ACPI
[ 1.072527] pci 0000:00:11.0: [1022:7801] type 00 class 0x010601
[ 1.072554] pci 0000:00:11.0: reg 0x10: [io 0xf190-0xf197]
[ 1.072570] pci 0000:00:11.0: reg 0x14: [io 0xf180-0xf183]
[ 1.072583] pci 0000:00:11.0: reg 0x18: [io 0xf170-0xf177]
[ 1.072595] pci 0000:00:11.0: reg 0x1c: [io 0xf160-0xf163]
[ 1.072607] pci 0000:00:11.0: reg 0x20: [io 0xf150-0xf15f]
[ 1.072620] pci 0000:00:11.0: reg 0x24: [mem 0xfeb51000-0xfeb517ff]
[ 1.075666] pci 0000:00:12.0: [1022:7807] type 00 class 0x0c0310
[ 1.075685] pci 0000:00:12.0: reg 0x10: [mem 0xfeb50000-0xfeb50fff]
[ 1.078433] pci 0000:00:12.0: System wakeup disabled by ACPI
[ 1.079111] pci 0000:00:12.2: [1022:7808] type 00 class 0x0c0320
[ 1.079137] pci 0000:00:12.2: reg 0x10: [mem 0xfeb4f000-0xfeb4f0ff]
[ 1.079272] pci 0000:00:12.2: supports D1 D2
[ 1.079274] pci 0000:00:12.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.081996] pci 0000:00:12.2: System wakeup disabled by ACPI
[ 1.082684] pci 0000:00:13.0: [1022:7807] type 00 class 0x0c0310
[ 1.082702] pci 0000:00:13.0: reg 0x10: [mem 0xfeb4e000-0xfeb4efff]
[ 1.085408] pci 0000:00:13.0: System wakeup disabled by ACPI
[ 1.086081] pci 0000:00:13.2: [1022:7808] type 00 class 0x0c0320
[ 1.086107] pci 0000:00:13.2: reg 0x10: [mem 0xfeb4d000-0xfeb4d0ff]
[ 1.086241] pci 0000:00:13.2: supports D1 D2
[ 1.086244] pci 0000:00:13.2: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.088983] pci 0000:00:13.2: System wakeup disabled by ACPI
[ 1.089703] pci 0000:00:14.0: [1022:780b] type 00 class 0x0c0500
[ 1.092686] pci 0000:00:14.1: [1022:780c] type 00 class 0x01018a
[ 1.092702] pci 0000:00:14.1: reg 0x10: [io 0xf140-0xf147]
[ 1.092711] pci 0000:00:14.1: reg 0x14: [io 0xf130-0xf133]
[ 1.092721] pci 0000:00:14.1: reg 0x18: [io 0xf120-0xf127]
[ 1.092737] pci 0000:00:14.1: reg 0x1c: [io 0xf110-0xf113]
[ 1.092747] pci 0000:00:14.1: reg 0x20: [io 0xf100-0xf10f]
[ 1.095757] pci 0000:00:14.2: [1022:780d] type 00 class 0x040300
[ 1.095786] pci 0000:00:14.2: reg 0x10: [mem 0xfeb40000-0xfeb43fff 64bit]
[ 1.095898] pci 0000:00:14.2: PME# supported from D0 D3hot D3cold
[ 1.098924] pci 0000:00:14.3: [1022:780e] type 00 class 0x060100
[ 1.101990] pci 0000:00:14.4: [1022:780f] type 01 class 0x060401
[ 1.104675] pci 0000:00:14.4: System wakeup disabled by ACPI
[ 1.105592] pci 0000:00:14.7: [1022:7806] type 00 class 0x080501
[ 1.105613] pci 0000:00:14.7: reg 0x10: [mem 0xfeb4c000-0xfeb4c0ff 64bit]
[ 1.108669] pci 0000:00:15.0: [1022:43a0] type 01 class 0x060400
[ 1.108817] pci 0000:00:15.0: supports D1 D2
[ 1.111453] pci 0000:00:15.0: System wakeup disabled by ACPI
[ 1.112147] pci 0000:00:15.1: [1022:43a1] type 01 class 0x060400
[ 1.112294] pci 0000:00:15.1: supports D1 D2
[ 1.114870] pci 0000:00:15.1: System wakeup disabled by ACPI
[ 1.115517] pci 0000:00:18.0: [1022:1400] type 00 class 0x060000
[ 1.118317] pci 0000:00:18.1: [1022:1401] type 00 class 0x060000
[ 1.121195] pci 0000:00:18.2: [1022:1402] type 00 class 0x060000
[ 1.124154] pci 0000:00:18.3: [1022:1403] type 00 class 0x060000
[ 1.127081] pci 0000:00:18.4: [1022:1404] type 00 class 0x060000
[ 1.130047] pci 0000:00:18.5: [1022:1405] type 00 class 0x060000
[ 1.133804] pci 0000:01:00.0: [1002:6801] type 00 class 0x030000
[ 1.133826] pci 0000:01:00.0: reg 0x10: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 1.133842] pci 0000:01:00.0: reg 0x18: [mem 0xfea00000-0xfea3ffff 64bit]
[ 1.133851] pci 0000:01:00.0: reg 0x20: [io 0xe000-0xe0ff]
[ 1.133869] pci 0000:01:00.0: reg 0x30: [mem 0xfea40000-0xfea5ffff pref]
[ 1.133977] pci 0000:01:00.0: supports D1 D2
[ 1.133979] pci 0000:01:00.0: PME# supported from D1 D2 D3hot
[ 1.136779] pci 0000:00:03.0: PCI bridge to [bus 01]
[ 1.136796] pci 0000:00:03.0: bridge window [io 0xe000-0xefff]
[ 1.136801] pci 0000:00:03.0: bridge window [mem 0xfea00000-0xfeafffff]
[ 1.136808] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 1.137443] pci 0000:00:14.4: PCI bridge to [bus 02] (subtractive decode)
[ 1.137472] pci 0000:00:14.4: bridge window [io 0x0000-0x03af] (subtractive decode)
[ 1.137487] pci 0000:00:14.4: bridge window [io 0x03e0-0x0cf7] (subtractive decode)
[ 1.137501] pci 0000:00:14.4: bridge window [io 0x03b0-0x03df] (subtractive decode)
[ 1.137514] pci 0000:00:14.4: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 1.137527] pci 0000:00:14.4: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 1.137542] pci 0000:00:14.4: bridge window [mem 0x000c0000-0x000dffff] (subtractive decode)
[ 1.137555] pci 0000:00:14.4: bridge window [mem 0xc0000000-0xffffffff] (subtractive decode)
[ 1.138151] pci 0000:03:00.0: [1969:e091] type 00 class 0x020000
[ 1.138186] pci 0000:03:00.0: reg 0x10: [mem 0xfe900000-0xfe93ffff 64bit]
[ 1.138202] pci 0000:03:00.0: reg 0x18: [io 0xd000-0xd07f]
[ 1.138457] pci 0000:03:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.140769] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 1.140787] pci 0000:00:15.0: bridge window [io 0xd000-0xdfff]
[ 1.140793] pci 0000:00:15.0: bridge window [mem 0xfe900000-0xfe9fffff]
[ 1.141458] pci 0000:04:00.0: [10ec:8723] type 00 class 0x028000
[ 1.141483] pci 0000:04:00.0: reg 0x10: [io 0xc000-0xc0ff]
[ 1.141517] pci 0000:04:00.0: reg 0x18: [mem 0xfe800000-0xfe803fff 64bit]
[ 1.141683] pci 0000:04:00.0: supports D1 D2
[ 1.141685] pci 0000:04:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 1.143732] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 1.143750] pci 0000:00:15.1: bridge window [io 0xc000-0xcfff]
[ 1.143756] pci 0000:00:15.1: bridge window [mem 0xfe800000-0xfe8fffff]
[ 1.159995] ACPI: PCI Interrupt Link [LNKA] (IRQs 4 5 7 10 11 14 15) *0
[ 1.163030] ACPI: PCI Interrupt Link [LNKB] (IRQs 4 5 7 10 11 14 15) *0
[ 1.166269] ACPI: PCI Interrupt Link [LNKC] (IRQs 4 5 7 10 11 14 15) *0
[ 1.169405] ACPI: PCI Interrupt Link [LNKD] (IRQs 4 5 7 10 11 14 15) *0
[ 1.172076] ACPI: PCI Interrupt Link [LNKE] (IRQs 4 5 7 10 11 14 15) *0
[ 1.174295] ACPI: PCI Interrupt Link [LNKF] (IRQs 4 5 7 10 11 14 15) *0
[ 1.176529] ACPI: PCI Interrupt Link [LNKG] (IRQs 4 5 7 10 11 14 15) *0
[ 1.178698] ACPI: PCI Interrupt Link [LNKH] (IRQs 4 5 7 10 11 14 15) *0
[ 1.181933] ACPI: \_SB_.PCI0: notify handler is installed
[ 1.182153] Found 1 acpi root devices
[ 1.183043] ACPI : EC: GPE = 0x3, I/O: command/status = 0x66, data = 0x62
[ 1.184736] vgaarb: device added: PCI:0000:00:01.0,decodes=io+mem,owns=io+mem,locks=none
[ 1.184771] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=none,locks=none
[ 1.184779] vgaarb: loaded
[ 1.184782] vgaarb: bridge control possible 0000:01:00.0
[ 1.184786] vgaarb: no bridge control possible 0000:00:01.0
[ 1.186874] SCSI subsystem initialized
[ 1.187377] libata version 3.00 loaded.
[ 1.187823] ACPI: bus type USB registered
[ 1.188158] usbcore: registered new interface driver usbfs
[ 1.188315] usbcore: registered new interface driver hub
[ 1.188617] usbcore: registered new device driver usb
[ 1.189722] PCI: Using ACPI for IRQ routing
[ 1.199175] PCI: pci_cache_line_size set to 64 bytes
[ 1.199382] e820: reserve RAM buffer [mem 0x671b6018-0x67ffffff]
[ 1.199407] e820: reserve RAM buffer [mem 0x8d30f000-0x8fffffff]
[ 1.199418] e820: reserve RAM buffer [mem 0x8eb2b000-0x8fffffff]
[ 1.199436] e820: reserve RAM buffer [mem 0x8ee80000-0x8fffffff]
[ 1.199452] e820: reserve RAM buffer [mem 0x8f481000-0x8fffffff]
[ 1.199470] e820: reserve RAM buffer [mem 0x8f800000-0x8fffffff]
[ 1.199486] e820: reserve RAM buffer [mem 0x23f000000-0x23fffffff]
[ 1.201518] NetLabel: Initializing
[ 1.201522] NetLabel: domain hash size = 128
[ 1.201526] NetLabel: protocols = UNLABELED CIPSOv4
[ 1.201795] NetLabel: unlabeled traffic allowed by default
[ 1.202003] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 1.202011] hpet0: 3 comparators, 32-bit 14.318180 MHz counter
[ 1.204231] Switched to clocksource hpet
[ 1.378491] pnp: PnP ACPI init
[ 1.378666] ACPI: bus type PNP registered
[ 1.380953] system 00:00: [mem 0xe0000000-0xefffffff] has been reserved
[ 1.380990] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 1.381589] pnp 00:01: [dma 4]
[ 1.382001] pnp 00:01: Plug and Play ACPI device, IDs PNP0200 (active)
[ 1.382655] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 1.383194] pnp 00:03: Plug and Play ACPI device, IDs PNP0800 (active)
[ 1.384074] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.385466] system 00:05: [io 0x04d0-0x04d1] has been reserved
[ 1.385499] system 00:05: [io 0x034d-0x034f] has been reserved
[ 1.385508] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.386090] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 1.387181] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 (active)
[ 1.389050] pnp 00:08: Plug and Play ACPI device, IDs ETD0300 PNP0f13 (active)
[ 1.406251] system 00:09: [io 0x04d0-0x04d1] has been reserved
[ 1.406279] system 00:09: [io 0x040b] has been reserved
[ 1.406305] system 00:09: [io 0x04d6] has been reserved
[ 1.406331] system 00:09: [io 0x0c00-0x0c01] has been reserved
[ 1.406357] system 00:09: [io 0x0c14] has been reserved
[ 1.406382] system 00:09: [io 0x0c50-0x0c51] has been reserved
[ 1.406408] system 00:09: [io 0x0c52] has been reserved
[ 1.406433] system 00:09: [io 0x0c6c] has been reserved
[ 1.406458] system 00:09: [io 0x0c6f] has been reserved
[ 1.406483] system 00:09: [io 0x0cd0-0x0cd1] has been reserved
[ 1.406508] system 00:09: [io 0x0cd2-0x0cd3] has been reserved
[ 1.406534] system 00:09: [io 0x0cd4-0x0cd5] has been reserved
[ 1.406559] system 00:09: [io 0x0cd6-0x0cd7] has been reserved
[ 1.406584] system 00:09: [io 0x0cd8-0x0cdf] has been reserved
[ 1.406630] system 00:09: [io 0x0800-0x089f] could not be reserved
[ 1.406656] system 00:09: [io 0x0b20-0x0b3f] has been reserved
[ 1.406681] system 00:09: [io 0x0900-0x090f] has been reserved
[ 1.406720] system 00:09: [io 0x0910-0x091f] has been reserved
[ 1.406746] system 00:09: [io 0xfe00-0xfefe] has been reserved
[ 1.406793] system 00:09: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 1.406821] system 00:09: [mem 0xfee00000-0xfee00fff] has been reserved
[ 1.406848] system 00:09: [mem 0xfed80000-0xfed8ffff] has been reserved
[ 1.406874] system 00:09: [mem 0xfed61000-0xfed70fff] has been reserved
[ 1.406901] system 00:09: [mem 0xfec10000-0xfec10fff] has been reserved
[ 1.406928] system 00:09: [mem 0xfed00000-0xfed00fff] has been reserved
[ 1.406955] system 00:09: [mem 0xff000000-0xffffffff] has been reserved
[ 1.406964] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.411423] system 00:0a: [mem 0x90000000-0xbfffffff] has been reserved
[ 1.411433] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 1.418795] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[ 1.418851] pnp: PnP ACPI: found 12 devices
[ 1.418856] ACPI: bus type PNP unregistered
[ 1.450898] pci 0000:00:03.0: PCI bridge to [bus 01]
[ 1.450908] pci 0000:00:03.0: bridge window [io 0xe000-0xefff]
[ 1.450916] pci 0000:00:03.0: bridge window [mem 0xfea00000-0xfeafffff]
[ 1.450924] pci 0000:00:03.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 1.450935] pci 0000:00:14.4: PCI bridge to [bus 02]
[ 1.450952] pci 0000:00:15.0: PCI bridge to [bus 03]
[ 1.450958] pci 0000:00:15.0: bridge window [io 0xd000-0xdfff]
[ 1.450967] pci 0000:00:15.0: bridge window [mem 0xfe900000-0xfe9fffff]
[ 1.450980] pci 0000:00:15.1: PCI bridge to [bus 04]
[ 1.450986] pci 0000:00:15.1: bridge window [io 0xc000-0xcfff]
[ 1.450994] pci 0000:00:15.1: bridge window [mem 0xfe800000-0xfe8fffff]
[ 1.451019] pci_bus 0000:00: resource 4 [io 0x0000-0x03af]
[ 1.451021] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7]
[ 1.451023] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df]
[ 1.451025] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff]
[ 1.451027] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff]
[ 1.451029] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff]
[ 1.451031] pci_bus 0000:00: resource 10 [mem 0xc0000000-0xffffffff]
[ 1.451033] pci_bus 0000:01: resource 0 [io 0xe000-0xefff]
[ 1.451035] pci_bus 0000:01: resource 1 [mem 0xfea00000-0xfeafffff]
[ 1.451037] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[ 1.451039] pci_bus 0000:02: resource 4 [io 0x0000-0x03af]
[ 1.451041] pci_bus 0000:02: resource 5 [io 0x03e0-0x0cf7]
[ 1.451043] pci_bus 0000:02: resource 6 [io 0x03b0-0x03df]
[ 1.451045] pci_bus 0000:02: resource 7 [io 0x0d00-0xffff]
[ 1.451046] pci_bus 0000:02: resource 8 [mem 0x000a0000-0x000bffff]
[ 1.451048] pci_bus 0000:02: resource 9 [mem 0x000c0000-0x000dffff]
[ 1.451050] pci_bus 0000:02: resource 10 [mem 0xc0000000-0xffffffff]
[ 1.451052] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 1.451054] pci_bus 0000:03: resource 1 [mem 0xfe900000-0xfe9fffff]
[ 1.451056] pci_bus 0000:04: resource 0 [io 0xc000-0xcfff]
[ 1.451058] pci_bus 0000:04: resource 1 [mem 0xfe800000-0xfe8fffff]
[ 1.451341] NET: Registered protocol family 2
[ 1.453266] TCP established hash table entries: 65536 (order: 7, 524288 bytes)
[ 1.454584] TCP bind hash table entries: 65536 (order: 10, 5242880 bytes)
[ 1.458382] TCP: Hash tables configured (established 65536 bind 65536)
[ 1.458583] TCP: reno registered
[ 1.458780] UDP hash table entries: 4096 (order: 7, 786432 bytes)
[ 1.459479] UDP-Lite hash table entries: 4096 (order: 7, 786432 bytes)
[ 1.460911] NET: Registered protocol family 1
[ 1.460990] pci 0000:00:01.0: Boot video device
[ 1.514108] pci 0000:03:00.0: set MSI_INTX_DISABLE_BUG flag
[ 1.514155] PCI: CLS 64 bytes, default 64
[ 1.515027] Unpacking initramfs...
[ 1.869050] Freeing initrd memory: 11640K (ffff88003d2e5000 - ffff88003de43000)
[ 2.280851] DMA-API: preallocated 65536 debug entries
[ 2.280859] DMA-API: debugging enabled by kernel config
[ 2.280872] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
[ 2.280878] software IO TLB [mem 0x85ec1000-0x89ec1000] (64MB) mapped at [ffff880085ec1000-ffff880089ec0fff]
[ 2.283002] perf: AMD NB counters detected
[ 2.283171] LVT offset 0 assigned for vector 0x400
[ 2.283256] perf: AMD IBS detected (0x000000ff)
[ 2.288462] Scanning for low memory corruption every 60 seconds
[ 2.289556] cryptomgr_test (39) used greatest stack depth: 6224 bytes left
[ 2.296282] modprobe (47) used greatest stack depth: 5584 bytes left
[ 2.302104] cryptomgr_test (44) used greatest stack depth: 5312 bytes left
[ 2.302836] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
[ 2.307683] Initialise system trusted keyring
[ 2.307998] audit: initializing netlink socket (disabled)
[ 2.308120] type=2000 audit(1385742025.202:1): initialized
[ 2.335049] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 2.379480] zbud: loaded
[ 2.384044] VFS: Disk quotas dquot_6.5.2
[ 2.384482] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 2.392681] msgmni has been set to 14291
[ 2.393598] Key type big_key registered
[ 2.393602] SELinux: Registering netfilter hooks
[ 2.401639] alg: No test for stdrng (krng)
[ 2.401668] NET: Registered protocol family 38
[ 2.401729] Key type asymmetric registered
[ 2.401752] Asymmetric key parser 'x509' registered
[ 2.402312] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
[ 2.402825] io scheduler noop registered
[ 2.402830] io scheduler deadline registered
[ 2.403670] io scheduler cfq registered (default)
[ 2.405084] list_sort_test: start testing list_sort()
[ 2.419328] pcieport 0000:00:03.0: irq 40 for MSI/MSI-X
[ 2.430369] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 2.431335] pciehp 0000:00:03.0:pcie04: HPC vendor_id 1022 device_id 1413 ss_vid 1462 ss_did 10ef
[ 2.432213] pciehp 0000:00:03.0:pcie04: service driver pciehp loaded
[ 2.432274] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 2.433029] efifb: probing for efifb
[ 2.434301] efifb: framebuffer at 0xc0000000, mapped to 0xffffc90012480000, using 8100k, total 8100k
[ 2.434308] efifb: mode is 1920x1080x32, linelength=7680, pages=1
[ 2.434312] efifb: scrolling: redraw
[ 2.434316] efifb: Truecolor: size=8:8:8:8, shift=24:16:8:0
[ 2.440312] Console: switching to colour frame buffer device 240x67
[ 2.444344] fb0: EFI VGA frame buffer device
[ 2.453006] ACPI: AC Adapter [ADP1] (on-line)
[ 2.456365] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:08/PNP0C09:00/PNP0C0D:00/input/input0
[ 2.460611] ACPI: Lid Switch [LID0]
[ 2.461370] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[ 2.461474] ACPI: Power Button [PWRB]
[ 2.462211] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2
[ 2.462261] ACPI: Power Button [PWRF]
[ 2.462955] ACPI: acpi_idle registered with cpuidle
[ 2.488769] thermal LNXTHERM:00: registered as thermal_zone0
[ 2.488800] ACPI: Thermal Zone [THRM] (63 C)
[ 2.489061] GHES: HEST is not enabled!
[ 2.489927] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 2.499252] Non-volatile memory driver v1.3
[ 2.499276] Linux agpgart interface v0.103
[ 2.505981] ahci 0000:00:11.0: version 3.0
[ 2.512217] ahci 0000:00:11.0: irq 41 for MSI/MSI-X
[ 2.512762] ahci 0000:00:11.0: AHCI 0001.0300 32 slots 2 ports 6 Gbps 0xc impl SATA mode
[ 2.512802] ahci 0000:00:11.0: flags: 64bit ncq sntf ilck pm led clo pmp pio slum part
[ 2.528597] scsi0 : ahci
[ 2.531866] scsi1 : ahci
[ 2.533471] scsi2 : ahci
[ 2.535299] scsi3 : ahci
[ 2.536477] ata1: DUMMY
[ 2.536491] ata2: DUMMY
[ 2.536504] ata3: SATA max UDMA/133 abar m2048 at 0xfeb51000 port 0xfeb51200 irq 41
[ 2.536539] ata4: SATA max UDMA/133 abar m2048 at 0xfeb51000 port 0xfeb51280 irq 41
[ 2.538122] libphy: Fixed MDIO Bus: probed
[ 2.539095] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 2.539171] ehci-pci: EHCI PCI platform driver
[ 2.545450] QUIRK: Enable AMD PLL fix
[ 2.545605] ehci-pci 0000:00:12.2: EHCI Host Controller
[ 2.547094] ehci-pci 0000:00:12.2: new USB bus registered, assigned bus number 1
[ 2.547270] ehci-pci 0000:00:12.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 2.547336] ehci-pci 0000:00:12.2: debug port 1
[ 2.548041] ehci-pci 0000:00:12.2: irq 17, io mem 0xfeb4f000
[ 2.554072] ehci-pci 0000:00:12.2: USB 2.0 started, EHCI 1.00
[ 2.555527] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.555560] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.555592] usb usb1: Product: EHCI Host Controller
[ 2.555616] usb usb1: Manufacturer: Linux 3.13.0-0.rc1.git3.1.joe.fc20.x86_64 ehci_hcd
[ 2.556809] usb usb1: SerialNumber: 0000:00:12.2
[ 2.561209] hub 1-0:1.0: USB hub found
[ 2.562974] hub 1-0:1.0: 5 ports detected
[ 2.577433] ehci-pci 0000:00:13.2: EHCI Host Controller
[ 2.579349] ehci-pci 0000:00:13.2: new USB bus registered, assigned bus number 2
[ 2.580492] ehci-pci 0000:00:13.2: applying AMD SB700/SB800/Hudson-2/3 EHCI dummy qh workaround
[ 2.581564] ehci-pci 0000:00:13.2: debug port 1
[ 2.582824] ehci-pci 0000:00:13.2: irq 17, io mem 0xfeb4d000
[ 2.589151] ehci-pci 0000:00:13.2: USB 2.0 started, EHCI 1.00
[ 2.591205] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.592252] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.593300] usb usb2: Product: EHCI Host Controller
[ 2.594351] usb usb2: Manufacturer: Linux 3.13.0-0.rc1.git3.1.joe.fc20.x86_64 ehci_hcd
[ 2.595421] usb usb2: SerialNumber: 0000:00:13.2
[ 2.598778] hub 2-0:1.0: USB hub found
[ 2.600186] hub 2-0:1.0: 5 ports detected
[ 2.605200] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 2.606245] ohci-pci: OHCI PCI platform driver
[ 2.612268] ohci-pci 0000:00:12.0: OHCI PCI host controller
[ 2.614158] ohci-pci 0000:00:12.0: new USB bus registered, assigned bus number 3
[ 2.615591] ohci-pci 0000:00:12.0: irq 18, io mem 0xfeb50000
[ 2.672160] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.673310] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.674439] usb usb3: Product: OHCI PCI host controller
[ 2.674701] ACPI: Battery Slot [BAT1] (battery present)
[ 2.676585] usb usb3: Manufacturer: Linux 3.13.0-0.rc1.git3.1.joe.fc20.x86_64 ohci_hcd
[ 2.677628] usb usb3: SerialNumber: 0000:00:12.0
[ 2.680520] hub 3-0:1.0: USB hub found
[ 2.681731] hub 3-0:1.0: 5 ports detected
[ 2.691756] ohci-pci 0000:00:13.0: OHCI PCI host controller
[ 2.693458] ohci-pci 0000:00:13.0: new USB bus registered, assigned bus number 4
[ 2.694588] ohci-pci 0000:00:13.0: irq 18, io mem 0xfeb4e000
[ 2.750779] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 2.751778] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.752865] usb usb4: Product: OHCI PCI host controller
[ 2.753833] usb usb4: Manufacturer: Linux 3.13.0-0.rc1.git3.1.joe.fc20.x86_64 ohci_hcd
[ 2.754823] usb usb4: SerialNumber: 0000:00:13.0
[ 2.757756] hub 4-0:1.0: USB hub found
[ 2.759046] hub 4-0:1.0: 5 ports detected
[ 2.764355] uhci_hcd: USB Universal Host Controller Interface driver
[ 2.771294] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 2.773084] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 5
[ 2.774846] xhci_hcd 0000:00:10.0: irq 42 for MSI/MSI-X
[ 2.774972] xhci_hcd 0000:00:10.0: irq 43 for MSI/MSI-X
[ 2.775114] xhci_hcd 0000:00:10.0: irq 44 for MSI/MSI-X
[ 2.775239] xhci_hcd 0000:00:10.0: irq 45 for MSI/MSI-X
[ 2.775364] xhci_hcd 0000:00:10.0: irq 46 for MSI/MSI-X
[ 2.777901] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.778899] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.779905] usb usb5: Product: xHCI Host Controller
[ 2.780915] usb usb5: Manufacturer: Linux 3.13.0-0.rc1.git3.1.joe.fc20.x86_64 xhci_hcd
[ 2.781970] usb usb5: SerialNumber: 0000:00:10.0
[ 2.784840] hub 5-0:1.0: USB hub found
[ 2.786455] hub 5-0:1.0: 2 ports detected
[ 2.789626] xhci_hcd 0000:00:10.0: xHCI Host Controller
[ 2.791405] xhci_hcd 0000:00:10.0: new USB bus registered, assigned bus number 6
[ 2.793395] usb usb6: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.794490] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.795556] usb usb6: Product: xHCI Host Controller
[ 2.796576] usb usb6: Manufacturer: Linux 3.13.0-0.rc1.git3.1.joe.fc20.x86_64 xhci_hcd
[ 2.797607] usb usb6: SerialNumber: 0000:00:10.0
[ 2.800742] hub 6-0:1.0: USB hub found
[ 2.802056] hub 6-0:1.0: 2 ports detected
[ 2.815363] xhci_hcd 0000:00:10.1: xHCI Host Controller
[ 2.817128] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 7
[ 2.818917] xhci_hcd 0000:00:10.1: irq 47 for MSI/MSI-X
[ 2.819052] xhci_hcd 0000:00:10.1: irq 48 for MSI/MSI-X
[ 2.819176] xhci_hcd 0000:00:10.1: irq 49 for MSI/MSI-X
[ 2.819295] xhci_hcd 0000:00:10.1: irq 50 for MSI/MSI-X
[ 2.819415] xhci_hcd 0000:00:10.1: irq 51 for MSI/MSI-X
[ 2.821746] usb usb7: New USB device found, idVendor=1d6b, idProduct=0002
[ 2.822789] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.823927] usb usb7: Product: xHCI Host Controller
[ 2.825032] usb usb7: Manufacturer: Linux 3.13.0-0.rc1.git3.1.joe.fc20.x86_64 xhci_hcd
[ 2.826076] usb usb7: SerialNumber: 0000:00:10.1
[ 2.828877] hub 7-0:1.0: USB hub found
[ 2.830143] hub 7-0:1.0: 2 ports detected
[ 2.833217] xhci_hcd 0000:00:10.1: xHCI Host Controller
[ 2.834873] xhci_hcd 0000:00:10.1: new USB bus registered, assigned bus number 8
[ 2.836958] usb usb8: New USB device found, idVendor=1d6b, idProduct=0003
[ 2.838001] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 2.839041] usb usb8: Product: xHCI Host Controller
[ 2.840076] usb usb8: Manufacturer: Linux 3.13.0-0.rc1.git3.1.joe.fc20.x86_64 xhci_hcd
[ 2.841123] usb usb8: SerialNumber: 0000:00:10.1
[ 2.844065] hub 8-0:1.0: USB hub found
[ 2.845363] hub 8-0:1.0: 2 ports detected
[ 2.853476] usbcore: registered new interface driver usbserial
[ 2.854638] usbcore: registered new interface driver usbserial_generic
[ 2.855877] usbserial: USB Serial support registered for generic
[ 2.857288] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f13:PS2M] at 0x60,0x64 irq 1,12
[ 2.869378] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 2.870603] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 2.872914] mousedev: PS/2 mouse device common for all mice
[ 2.877380] rtc_cmos 00:02: RTC can wake from S4
[ 2.879800] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0
[ 2.881037] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 2.883467] device-mapper: uevent: version 1.0.3
[ 2.886130] device-mapper: ioctl: 4.27.0-ioctl (2013-10-30) initialised: dm-devel at redhat.com
[ 2.887848] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[ 2.893562] EFI Variables Facility v0.08 2004-May-17
[ 2.911862] hidraw: raw HID events driver (C) Jiri Kosina
[ 2.915023] usbcore: registered new interface driver usbhid
[ 2.916192] usbhid: USB HID core driver
[ 2.918110] drop_monitor: Initializing network drop monitor service
[ 2.919841] ip_tables: (C) 2000-2006 Netfilter Core Team
[ 2.921373] TCP: cubic registered
[ 2.922545] Initializing XFRM netlink socket
[ 2.926683] NET: Registered protocol family 10
[ 2.931325] mip6: Mobile IPv6
[ 2.932495] NET: Registered protocol family 17
[ 2.939568] Loading compiled-in X.509 certificates
[ 2.942104] Loaded X.509 cert 'Fedora kernel signing key: d90c8357eb97633b0817b603e4a93f4e459aa723'
[ 2.943380] registered taskstats version 1
[ 2.950408] Magic number: 5:180:339
[ 2.951778] rtc_cmos 00:02: setting system clock to 2013-11-29 16:20:26 UTC (1385742026)
[ 2.953996] PM: Hibernation image not present or could not be loaded.
[ 2.996809] ata3: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 2.998122] ata4: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 3.000716] ata4.00: ATA-8: Hitachi HTS727575A9E364, JF4OA0D0, max UDMA/133
[ 3.001906] ata4.00: 1465149168 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
[ 3.003231] ata3.00: ATAPI: TSSTcorp DVDWBD SN-406AB, TM00, max UDMA/100
[ 3.004926] ata4.00: configured for UDMA/133
[ 3.006165] ata3.00: configured for UDMA/100
[ 3.010465] scsi 2:0:0:0: CD-ROM TSSTcorp DVDWBD SN-406AB TM00 PQ: 0 ANSI: 5
[ 3.016057] sr0: scsi3-mmc drive: 47x/62x writer dvd-ram cd/rw xa/form2 cdda tray
[ 3.017178] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 3.021184] sr 2:0:0:0: Attached scsi CD-ROM sr0
[ 3.023372] sr 2:0:0:0: Attached scsi generic sg0 type 5
[ 3.027070] scsi 3:0:0:0: Direct-Access ATA Hitachi HTS72757 JF4O PQ: 0 ANSI: 5
[ 3.030737] sd 3:0:0:0: [sda] 1465149168 512-byte logical blocks: (750 GB/698 GiB)
[ 3.031637] sd 3:0:0:0: Attached scsi generic sg1 type 0
[ 3.033391] sd 3:0:0:0: [sda] 4096-byte physical blocks
[ 3.035376] sd 3:0:0:0: [sda] Write Protect is off
[ 3.036565] sd 3:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 3.036946] sd 3:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 3.102562] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8
[ 3.111987] sd 3:0:0:0: [sda] Attached SCSI disk
[ 3.116757] Freeing unused kernel memory: 3736K (ffffffff81d89000 - ffffffff8212f000)
[ 3.117961] Write protecting the kernel read-only data: 12288k
[ 3.121590] Freeing unused kernel memory: 580K (ffff88000276f000 - ffff880002800000)
[ 3.125744] Freeing unused kernel memory: 872K (ffff880002b26000 - ffff880002c00000)
[ 3.174105] systemd[1]: systemd 208 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
[ 3.176952] systemd[1]: Running in initial RAM disk.
[ 3.188198] systemd[1]: Set hostname to <bunion-ii.julianfamily.org>.
[ 3.197392] random: systemd urandom read with 28 bits of entropy available
[ 3.222787] systemd[1]: Expecting device dev-mapper-fedora\x2droot.device...
[ 3.227256] systemd[1]: Expecting device dev-mapper-fedora\x2dswap.device...
[ 3.232680] systemd[1]: Expecting device dev-disk-by\x2duuid-ba84456a\x2da699\x2d4188\x2dbd1e\x2ded5723ac5684.device...
[ 3.237282] systemd[1]: Starting -.slice.
[ 3.243985] systemd[1]: Created slice -.slice.
[ 3.245259] systemd[1]: Starting System Slice.
[ 3.250458] systemd[1]: Created slice System Slice.
[ 3.251720] systemd[1]: Starting Slices.
[ 3.252660] usb 3-4: new full-speed USB device number 2 using ohci-pci
[ 3.257731] systemd[1]: Reached target Slices.
[ 3.258964] systemd[1]: Starting Timers.
[ 3.263598] systemd[1]: Reached target Timers.
[ 3.264868] systemd[1]: Starting Journal Socket.
[ 3.272448] systemd[1]: Listening on Journal Socket.
[ 3.275461] systemd[1]: Starting dracut cmdline hook...
[ 3.282494] tsc: Refined TSC clocksource calibration: 2495.336 MHz
[ 3.287811] systemd[1]: Started Load Kernel Modules.
[ 3.289436] systemd[1]: Starting Create list of required static device nodes for the current kernel...
[ 3.301166] systemd[1]: Starting Setup Virtual Console...
[ 3.314125] systemd[1]: Starting Journal Service...
[ 3.332450] systemd[1]: Started Journal Service.
[ 3.352042] systemd-journald[98]: Vacuuming done, freed 0 bytes
[ 3.405596] usb 3-4: New USB device found, idVendor=1770, idProduct=ff00
[ 3.407298] usb 3-4: New USB device strings: Mfr=1, Product=1, SerialNumber=1
[ 3.408972] usb 3-4: Product: MSI EPF USB
[ 3.410646] usb 3-4: Manufacturer: MSI EPF USB
[ 3.412004] usb 3-4: SerialNumber: MSI EPF USB
[ 3.430052] hid-generic 0003:1770:FF00.0001: hiddev0,hidraw0: USB HID v1.10 Device [MSI EPF USB MSI EPF USB] on usb-0000:00:12.0-4/input0
[ 3.813862] psmouse serio1: elantech: assuming hardware version 3 (with firmware version 0x250f01)
[ 3.832102] psmouse serio1: elantech: Synaptics capabilities query result 0x18, 0x17, 0x0b.
[ 3.890080] systemd-udevd[198]: starting version 208
[ 3.932454] input: ETPS/2 Elantech Touchpad as /devices/platform/i8042/serio1/input/input5
[ 3.985344] udevadm (200) used greatest stack depth: 5256 bytes left
[ 4.000004] systemd-cgroups (211) used greatest stack depth: 4952 bytes left
[ 4.016033] usb 4-1: new full-speed USB device number 2 using ohci-pci
[ 4.175061] usb 4-1: New USB device found, idVendor=13d3, idProduct=3394
[ 4.176380] usb 4-1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 4.177755] usb 4-1: Product: RT Bluetooth Radio
[ 4.179115] usb 4-1: Manufacturer: Realtek
[ 4.180464] usb 4-1: SerialNumber: 00e04c000001
[ 4.283089] Switched to clocksource tsc
[ 4.352653] pata_atiixp 0000:00:14.1: enabling device (0000 -> 0001)
[ 4.366078] udevadm (213) used greatest stack depth: 4808 bytes left
[ 4.396784] ata_id (220) used greatest stack depth: 4016 bytes left
[ 4.546127] scsi4 : pata_atiixp
[ 4.550278] scsi5 : pata_atiixp
[ 4.554000] ata5: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0xf100 irq 14
[ 4.555585] ata6: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0xf108 irq 15
[ 4.808129] random: nonblocking pool is initialized
[ 6.052243] bio: create slab <bio-1> at 1
[ 6.518154] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
[ 7.112066] systemd-udevd (204) used greatest stack depth: 3344 bytes left
[ 7.257677] systemd-journald[98]: Received SIGTERM
[ 8.061771] type=1404 audit(1385742031.613:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
[ 8.577908] SELinux: 2048 avtab hash slots, 96481 rules.
[ 9.794744] SELinux: 2048 avtab hash slots, 96481 rules.
[ 11.715624] SELinux: 8 users, 82 roles, 4601 types, 261 bools, 1 sens, 1024 cats
[ 11.715629] SELinux: 83 classes, 96481 rules
[ 12.144726] SELinux: Completing initialization.
[ 12.144730] SELinux: Setting up existing superblocks.
[ 12.144912] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 12.145043] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
[ 12.145176] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
[ 12.145257] SELinux: initialized (dev proc, type proc), uses genfs_contexts
[ 12.145551] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 12.145698] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
[ 12.148781] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
[ 12.155968] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
[ 12.156058] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
[ 12.156175] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
[ 12.156266] SELinux: initialized (dev aio, type aio), not configured for labeling
[ 12.156349] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
[ 12.156581] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 12.156704] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
[ 12.156804] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
[ 12.156903] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
[ 12.159587] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
[ 12.159616] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 12.159650] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 12.159973] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 12.160170] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160322] SELinux: initialized (dev pstore, type pstore), uses genfs_contexts
[ 12.160437] SELinux: initialized (dev efivarfs, type efivarfs), uses genfs_contexts
[ 12.160590] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160624] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160653] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160705] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160725] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160741] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160759] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160820] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160836] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
[ 12.160950] SELinux: initialized (dev dm-1, type ext4), uses xattr
[ 12.232548] type=1403 audit(1385742035.788:3): policy loaded auid=4294967295 ses=4294967295
[ 12.282970] systemd[1]: Successfully loaded SELinux policy in 4.267142s.
[ 12.442246] systemd[1]: RTC configured in localtime, applying delta of -480 minutes to system time.
[ 12.582218] systemd[1]: Relabelled /dev and /run in 100.763ms.
[ 14.186241] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
[ 14.915633] systemd-journald[400]: Vacuuming done, freed 0 bytes
[ 15.008394] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
[ 15.011955] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
[ 15.015334] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
[ 15.402620] SELinux: initialized (dev binfmt_misc, type binfmt_misc), uses genfs_contexts
[ 15.603457] EXT4-fs (dm-1): re-mounted. Opts: (null)
[ 16.210337] systemd-udevd[443]: starting version 208
[ 16.994975] acpi-cpufreq: overriding BIOS provided _PSD data
[ 17.201945] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb00, revision 0
[ 17.214369] piix4_smbus 0000:00:14.0: SMBus Host Controller at 0xb20
[ 17.241809] shpchp: Standard Hot Plug PCI Controller Driver version: 0.4
[ 17.248074] ACPI: Video Device [VGA] (multi-head: yes rom: no post: no)
[ 17.348985] acpi device:14: registered as cooling_device4
[ 17.356189] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/device:13/LNXVIDEO:00/input/input6
[ 17.360389] ACPI: Video Device [VGA1] (multi-head: yes rom: no post: no)
[ 17.405980] wmi: Mapper loaded
[ 17.450984] acpi device:2c: registered as cooling_device5
[ 17.457240] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A03:00/LNXVIDEO:01/input/input7
[ 17.850677] snd_hda_intel 0000:00:01.1: enabling device (0000 -> 0002)
[ 17.871752] ALSA sound/pci/hda/hda_intel.c:3378 0000:00:01.1: Using LPIB position fix
[ 17.871758] ALSA sound/pci/hda/hda_intel.c:3499 0000:00:01.1: Force to non-snoop mode
[ 17.874168] snd_hda_intel 0000:00:01.1: irq 52 for MSI/MSI-X
[ 17.879565] ALSA sound/pci/hda/hda_intel.c:1799 0000:00:01.1: Enable sync_write for stable communication
[ 18.006997] input: HDA ATI HDMI HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:01.1/sound/card0/input9
[ 18.029189] input: HDA ATI HDMI HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:01.1/sound/card0/input8
[ 18.056086] sdhci: Secure Digital Host Controller Interface driver
[ 18.058321] sdhci: Copyright(c) Pierre Ossman
[ 18.091146] microcode: CPU0: patch_level=0x06001119
[ 18.092909] ALSA sound/pci/hda/hda_intel.c:3378 0000:00:14.2: Using LPIB position fix
[ 18.100549] ALSA sound/pci/hda/hda_intel.c:1799 0000:00:14.2: Enable sync_write for stable communication
[ 18.263165] sr 2:0:0:0: [sr0]
[ 18.263751] alx 0000:03:00.0 eth0: Qualcomm Atheros AR816x/AR817x Ethernet [8c:89:a5:0b:c8:be]
[ 18.267997] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 18.270431] sr 2:0:0:0: [sr0]
[ 18.272601] Sense Key : Illegal Request [current]
[ 18.274614] sr 2:0:0:0: [sr0]
[ 18.276617] Add. Sense: Read of scrambled sector without authentication
[ 18.278624] sr 2:0:0:0: [sr0] CDB:
[ 18.280677] Read(10): 28 00 00 00 80 00 00 00 02 00
[ 18.283071] end_request: I/O error, dev sr0, sector 131072
[ 18.285455] Buffer I/O error on device sr0, logical block 16384
[ 18.325293] sr 2:0:0:0: [sr0]
[ 18.327698] Result: hostbyte=DID_OK driverbyte=DRIVER_SENSE
[ 18.330087] sr 2:0:0:0: [sr0]
[ 18.332487] Sense Key : Illegal Request [current]
[ 18.334963] sr 2:0:0:0: [sr0]
[ 18.336820] Add. Sense: Read of scrambled sector without authentication
[ 18.338416] sr 2:0:0:0: [sr0] CDB:
[ 18.339984] Read(10): 28 00 00 00 80 00 00 00 02 00
[ 18.341593] end_request: I/O error, dev sr0, sector 131072
[ 18.343165] Buffer I/O error on device sr0, logical block 16384
[ 18.347042] ALSA sound/pci/hda/patch_realtek.c:419 SKU: Nid=0x1d sku_cfg=0x40300001
[ 18.347046] ALSA sound/pci/hda/patch_realtek.c:421 SKU: port_connectivity=0x1
[ 18.347048] ALSA sound/pci/hda/patch_realtek.c:422 SKU: enable_pcbeep=0x1
[ 18.347051] ALSA sound/pci/hda/patch_realtek.c:423 SKU: check_sum=0x00000000
[ 18.347054] ALSA sound/pci/hda/patch_realtek.c:424 SKU: customization=0x00000000
[ 18.347056] ALSA sound/pci/hda/patch_realtek.c:425 SKU: external_amp=0x0
[ 18.347058] ALSA sound/pci/hda/patch_realtek.c:426 SKU: platform_type=0x0
[ 18.347060] ALSA sound/pci/hda/patch_realtek.c:427 SKU: swap=0x0
[ 18.347063] ALSA sound/pci/hda/patch_realtek.c:428 SKU: override=0x1
[ 18.347508] ALSA sound/pci/hda/hda_auto_parser.c:393 autoconfig: line_outs=1 (0x17/0x0/0x0/0x0/0x0) type:line
[ 18.347512] ALSA sound/pci/hda/hda_auto_parser.c:397 speaker_outs=1 (0x1b/0x0/0x0/0x0/0x0)
[ 18.347515] ALSA sound/pci/hda/hda_auto_parser.c:401 hp_outs=1 (0x14/0x0/0x0/0x0/0x0)
[ 18.347517] ALSA sound/pci/hda/hda_auto_parser.c:402 mono: mono_out=0x0
[ 18.347519] ALSA sound/pci/hda/hda_auto_parser.c:405 dig-out=0x1e/0x0
[ 18.347521] ALSA sound/pci/hda/hda_auto_parser.c:406 inputs:
[ 18.347528] ALSA sound/pci/hda/hda_auto_parser.c:410 Mic=0x18
[ 18.347532] ALSA sound/pci/hda/hda_auto_parser.c:410 Internal Mic=0x12
[ 18.347535] ALSA sound/pci/hda/hda_auto_parser.c:410 Line=0x1a
[ 18.347539] ALSA sound/pci/hda/patch_realtek.c:491 realtek: No valid SSID, checking pincfg 0x40300001 for NID 0x1d
[ 18.347541] ALSA sound/pci/hda/patch_realtek.c:507 realtek: Enabling init ASM_ID=0x0001 CODEC_ID=10ec0892
[ 18.403523] input: HD-Audio Generic Headphone as /devices/pci0000:00/0000:00:14.2/sound/card1/input13
[ 18.418055] input: HD-Audio Generic Line Out as /devices/pci0000:00/0000:00:14.2/sound/card1/input12
[ 18.426280] input: HD-Audio Generic Line as /devices/pci0000:00/0000:00:14.2/sound/card1/input11
[ 18.433616] input: HD-Audio Generic Mic as /devices/pci0000:00/0000:00:14.2/sound/card1/input10
[ 18.460813] sdhci-pci 0000:00:14.7: SDHCI controller found [1022:7806] (rev 0)
[ 18.462809] sdhci-pci 0000:00:14.7: enabling device (0000 -> 0002)
[ 18.477356] cfg80211: Calling CRDA to update world regulatory domain
[ 18.488441] mmc0: SDHCI controller on PCI [0000:00:14.7] using ADMA
[ 18.632194] microcode: CPU1: patch_level=0x06001119
[ 18.633784] microcode: CPU2: patch_level=0x06001119
[ 18.635271] microcode: CPU3: patch_level=0x06001119
[ 18.639371] microcode: Microcode Update Driver: v2.00 <tigran at aivazian.fsnet.co.uk>, Peter Oruba
[ 18.735552] Bluetooth: Core ver 2.17
[ 18.737214] NET: Registered protocol family 31
[ 18.738684] Bluetooth: HCI device and connection manager initialized
[ 18.740224] Bluetooth: HCI socket layer initialized
[ 18.741895] Bluetooth: L2CAP socket layer initialized
[ 18.743757] Bluetooth: SCO socket layer initialized
[ 18.794848] input: MSI WMI hotkeys as /devices/virtual/input/input14
[ 18.873864] usbcore: registered new interface driver btusb
[ 19.412763] alg: No test for crc32 (crc32-pclmul)
[ 19.434260] rtl8723ae 0000:04:00.0: enabling device (0000 -> 0003)
[ 19.460310] rtl8723ae: Using firmware rtlwifi/rtl8723fw_B.bin
[ 20.517487] kvm: Nested Virtualization enabled
[ 20.519166] kvm: Nested Paging enabled
[ 20.610202] cfg80211: World regulatory domain updated:
[ 20.613134] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 20.616067] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 20.618941] cfg80211: (2457000 KHz - 2482000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 20.621813] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[ 20.624689] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 20.627495] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[ 20.665462] ieee80211 phy0: Selected rate control algorithm 'rtl_rc'
[ 20.679444] rtlwifi: wireless switch is on
[ 20.784086] systemd-udevd[446]: renamed network interface wlan0 to wlp4s0
[ 21.060669] systemd-udevd[457]: renamed network interface eth0 to enp3s0
[ 21.511002] Adding 7356412k swap on /dev/mapper/fedora-swap. Priority:-1 extents:1 across:7356412k FS
[ 21.562486] EXT4-fs (sda7): mounted filesystem with ordered data mode. Opts: (null)
[ 21.683362] SELinux: initialized (dev sda7, type ext4), uses xattr
[ 22.066812] FAT-fs (sda2): Volume was not properly unmounted. Some data may be corrupt. Please run fsck.
[ 22.070220] SELinux: initialized (dev sda2, type vfat), uses genfs_contexts
[ 22.311679] EXT4-fs (dm-2): mounted filesystem with ordered data mode. Opts: (null)
[ 22.312957] SELinux: initialized (dev dm-2, type ext4), uses xattr
[ 22.462923] systemd-journald[400]: Received request to flush runtime journal from PID 1
[ 22.508385] type=1400 audit(1385770846.072:4): avc: denied { setattr } for pid=561 comm="systemd-tmpfile" name="journal" dev="dm-1" ino=2490460 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_log_t:s0 tclass=dir
[ 22.515901] type=1400 audit(1385770846.080:5): avc: denied { setattr } for pid=561 comm="systemd-tmpfile" name="8c406b389f104d688ad3e0984cfb1b49" dev="dm-1" ino=2492762 scontext=system_u:system_r:systemd_tmpfiles_t:s0 tcontext=system_u:object_r:var_log_t:s0 tclass=dir
[ 28.385310] alsactl[567]: segfault at 1 ip 0000003c6f048d76 sp 00007fffa86c5050 error 4 in libc-2.18.so[3c6f000000+1b4000]
[ 30.210835] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 30.214471] Bluetooth: BNEP filters: protocol multicast
[ 30.218286] Bluetooth: BNEP socket layer initialized
[ 31.949563] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
[ 32.104611] ip6_tables: (C) 2000-2006 Netfilter Core Team
[ 32.609664] Ebtables v2.0 registered
[ 32.761532] Bridge firewalling registered
[ 33.451518] type=1400 audit(1385770857.025:6): avc: denied { getattr } for pid=635 comm="sulogin" path="/dev/initctl" dev="devtmpfs" ino=13431 scontext=system_u:system_r:sulogin_t:s0-s0:c0.c1023 tcontext=system_u:object_r:initctl_t:s0 tclass=fifo_file
[ 33.458011] type=1400 audit(1385770857.032:7): avc: denied { getattr } for pid=635 comm="sulogin" path="/proc/kcore" dev="proc" ino=4026532036 scontext=system_u:system_r:sulogin_t:s0-s0:c0.c1023 tcontext=system_u:object_r:proc_kcore_t:s0 tclass=file
[ 57.657634] [drm] Initialized drm 1.1.0 20060810
[ 57.791559] [drm] radeon kernel modesetting enabled.
[ 57.792795] VGA switcheroo: detected switching method \_SB_.PCI0.VGA_.ATPX handle
[ 57.794302] checking generic (c0000000 7e9000) vs hw (c0000000 10000000)
[ 57.794304] fb: conflicting fb hw usage radeondrmfb vs EFI VGA - removing generic driver
[ 57.795700] Console: switching to colour dummy device 80x25
[ 57.817999] [drm] initializing kernel modesetting (ARUBA 0x1002:0x990B 0x1462:0x10EF).
[ 57.818173] [drm] register mmio base: 0xFEB00000
[ 57.818178] [drm] register mmio size: 262144
[ 57.818248] [drm] ACPI VFCT contains a BIOS for 00:01.0 1002:990b, size 20480
[ 57.818330] ATOM BIOS: MSI_176K_Richland_APU
[ 57.818601] radeon 0000:00:01.0: VRAM: 768M 0x0000000000000000 - 0x000000002FFFFFFF (768M used)
[ 57.818608] radeon 0000:00:01.0: GTT: 1024M 0x0000000030000000 - 0x000000006FFFFFFF
[ 57.818615] [drm] Detected VRAM RAM=768M, BAR=256M
[ 57.818619] [drm] RAM width 32bits DDR
[ 57.821360] [TTM] Zone kernel: Available graphics memory: 3661214 kiB
[ 57.821369] [TTM] Zone dma32: Available graphics memory: 2097152 kiB
[ 57.821376] [TTM] Initializing pool allocator
[ 57.821767] [TTM] Initializing DMA pool allocator
[ 57.823991] [drm] radeon: 768M of VRAM memory ready
[ 57.824030] [drm] radeon: 1024M of GTT memory ready.
[ 57.853862] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 57.863305] [drm] Loading ARUBA Microcode
[ 57.896927] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
[ 57.899208] radeon 0000:00:01.0: WB enabled
[ 57.899215] radeon 0000:00:01.0: fence driver on ring 0 use gpu addr 0x0000000030000c00 and cpu addr 0xffff88022c822c00
[ 57.899997] radeon 0000:00:01.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc900143b5a18
[ 57.900006] radeon 0000:00:01.0: fence driver on ring 1 use gpu addr 0x0000000030000c04 and cpu addr 0xffff88022c822c04
[ 57.900014] radeon 0000:00:01.0: fence driver on ring 2 use gpu addr 0x0000000030000c08 and cpu addr 0xffff88022c822c08
[ 57.900021] radeon 0000:00:01.0: fence driver on ring 3 use gpu addr 0x0000000030000c0c and cpu addr 0xffff88022c822c0c
[ 57.900029] radeon 0000:00:01.0: fence driver on ring 4 use gpu addr 0x0000000030000c10 and cpu addr 0xffff88022c822c10
[ 57.900069] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 57.900074] [drm] Driver supports precise vblank timestamp query.
[ 57.900480] radeon 0000:00:01.0: irq 53 for MSI/MSI-X
[ 57.900737] radeon 0000:00:01.0: radeon: using MSI.
[ 57.901776] [drm] radeon: irq initialized.
[ 57.944853] [drm] ring test on 0 succeeded in 2 usecs
[ 57.944922] [drm] ring test on 3 succeeded in 1 usecs
[ 57.944936] [drm] ring test on 4 succeeded in 1 usecs
[ 58.001814] [drm] ring test on 5 succeeded in 1 usecs
[ 58.021977] [drm] UVD initialized successfully.
[ 58.046217] [drm] Enabling audio 0 support
[ 58.046225] [drm] Enabling audio 1 support
[ 58.046229] [drm] Enabling audio 2 support
[ 58.046233] [drm] Enabling audio 3 support
[ 58.046237] [drm] Enabling audio 4 support
[ 58.046241] [drm] Enabling audio 5 support
[ 58.047520] [drm] ib test on ring 0 succeeded in 0 usecs
[ 58.047532] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 58.047811] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 58.048372] [drm] ib test on ring 3 succeeded in 0 usecs
[ 58.049145] [drm] ib test on ring 4 succeeded in 1 usecs
[ 58.073026] [drm] ib test on ring 5 succeeded
[ 58.143097] [drm] radeon atom DIG backlight initialized
[ 58.143109] [drm] Radeon Display Connectors
[ 58.143114] [drm] Connector 0:
[ 58.143117] [drm] LVDS-1
[ 58.143121] [drm] HPD1
[ 58.143124] [drm] DDC: 0x6530 0x6530 0x6534 0x6534 0x6538 0x6538 0x653c 0x653c
[ 58.143130] [drm] Encoders:
[ 58.143133] [drm] LCD1: INTERNAL_UNIPHY2
[ 58.143137] [drm] LCD1: TRAVIS
[ 58.143140] [drm] Connector 1:
[ 58.143143] [drm] VGA-1
[ 58.143146] [drm] HPD2
[ 58.143149] [drm] DDC: 0x6540 0x6540 0x6544 0x6544 0x6548 0x6548 0x654c 0x654c
[ 58.143154] [drm] Encoders:
[ 58.143157] [drm] CRT1: INTERNAL_UNIPHY2
[ 58.143161] [drm] CRT1: NUTMEG
[ 58.143164] [drm] Connector 2:
[ 58.143167] [drm] DP-1
[ 58.143170] [drm] HPD3
[ 58.143173] [drm] DDC: 0x6550 0x6550 0x6554 0x6554 0x6558 0x6558 0x655c 0x655c
[ 58.143179] [drm] Encoders:
[ 58.143182] [drm] DFP1: INTERNAL_UNIPHY
[ 58.143185] [drm] Connector 3:
[ 58.143188] [drm] HDMI-A-1
[ 58.143191] [drm] HPD6
[ 58.143195] [drm] DDC: 0x6580 0x6580 0x6584 0x6584 0x6588 0x6588 0x658c 0x658c
[ 58.143200] [drm] Encoders:
[ 58.143203] [drm] DFP2: INTERNAL_UNIPHY
[ 58.178806] [drm] Internal thermal controller without fan control
[ 58.190990] [drm] radeon: dpm initialized
[ 58.306605] [drm] fb mappable at 0xC1488000
[ 58.306622] [drm] vram apper at 0xC0000000
[ 58.306631] [drm] size 8294400
[ 58.306638] [drm] fb depth is 24
[ 58.306646] [drm] pitch is 7680
[ 58.310437] fbcon: radeondrmfb (fb0) is primary device
[ 58.348665] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 58.348841] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 58.526049] Console: switching to colour frame buffer device 240x67
[ 58.532547] radeon 0000:00:01.0: fb0: radeondrmfb frame buffer device
[ 58.532582] radeon 0000:00:01.0: registered panic notifier
[ 58.561589] [drm] Initialized radeon 2.35.0 20080528 for 0000:00:01.0 on minor 0
[ 58.562245] radeon 0000:01:00.0: enabling device (0000 -> 0003)
[ 58.570914] [drm] initializing kernel modesetting (PITCAIRN 0x1002:0x6801 0x1462:0x10F1).
[ 58.571200] [drm] register mmio base: 0xFEA00000
[ 58.571232] [drm] register mmio size: 262144
[ 58.571297] vga_switcheroo: enabled
[ 58.586876] ATPX version 1
[ 58.649184] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 58.649307] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 58.950177] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 58.950383] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 59.250827] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 59.250950] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 59.551544] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 59.551676] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 59.852177] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 59.852296] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 60.153047] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 60.153204] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 60.453771] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 60.453966] ALSA sound/pci/hda/hda_eld.c:684 HDMI ATI/AMD: no speaker allocation for ELD
[ 61.008250] ACPI Error: Field [TEMP] at 524288 exceeds Buffer [TVGA] size 512000 (bits) (20130927/dsopcode-236)
[ 61.008749] ACPI Error: Method parse/execution failed [\_SB_.PCI0.VGA_.ATRM] (Node ffff880233ad1e30), AE_AML_BUFFER_LIMIT (20130927/psparse-536)
[ 61.009991] failed to evaluate ATRM got AE_AML_BUFFER_LIMIT
[ 61.010204] ATOM BIOS: MSI
[ 61.010270] [drm] GPU not posted. posting now...
[ 61.018737] radeon 0000:01:00.0: limiting VRAM
[ 61.018765] radeon 0000:01:00.0: VRAM: 1047552M 0x0000000000000000 - 0x000000FFBFFFFFFF (1047552M used)
[ 61.018814] radeon 0000:01:00.0: GTT: 1024M 0x000000FFC0000000 - 0x000000FFFFFFFFFF
[ 61.018853] [drm] Detected VRAM RAM=1047552M, BAR=256M
[ 61.018880] [drm] RAM width 256bits DDR
[ 61.019349] [drm] radeon: 1047552M of VRAM memory ready
[ 61.019408] [drm] radeon: 1024M of GTT memory ready.
[ 61.021368] [drm] GART: num cpu pages 262144, num gpu pages 262144
[ 61.025167] [drm] probing gen 2 caps for device 1022:1413 = 700d01/6
[ 61.025213] [drm] enabling PCIE gen 2 link speeds, disable with radeon.pcie_gen2=0
[ 61.402998] [drm] Loading PITCAIRN Microcode
[ 61.442415] [drm] PCIE GART of 1024M enabled (table at 0x0000000000276000).
[ 61.446374] radeon 0000:01:00.0: WB enabled
[ 61.447676] radeon 0000:01:00.0: fence driver on ring 0 use gpu addr 0x000000ffc0000c00 and cpu addr 0xffff880221137c00
[ 61.449025] radeon 0000:01:00.0: fence driver on ring 1 use gpu addr 0x000000ffc0000c04 and cpu addr 0xffff880221137c04
[ 61.450369] radeon 0000:01:00.0: fence driver on ring 2 use gpu addr 0x000000ffc0000c08 and cpu addr 0xffff880221137c08
[ 61.451716] radeon 0000:01:00.0: fence driver on ring 3 use gpu addr 0x000000ffc0000c0c and cpu addr 0xffff880221137c0c
[ 61.453036] radeon 0000:01:00.0: fence driver on ring 4 use gpu addr 0x000000ffc0000c10 and cpu addr 0xffff880221137c10
[ 61.455907] radeon 0000:01:00.0: fence driver on ring 5 use gpu addr 0x0000000000075a18 and cpu addr 0xffffc90014fb5a18
[ 61.457274] [drm] Supports vblank timestamp caching Rev 2 (21.10.2013).
[ 61.458580] [drm] Driver supports precise vblank timestamp query.
[ 61.460431] radeon 0000:01:00.0: irq 54 for MSI/MSI-X
[ 61.460735] radeon 0000:01:00.0: radeon: using MSI.
[ 61.462960] [drm] radeon: irq initialized.
[ 61.752988] [drm] ring test on 0 succeeded in 1 usecs
[ 61.754369] [drm] ring test on 1 succeeded in 1 usecs
[ 61.755891] [drm] ring test on 2 succeeded in 1 usecs
[ 61.757261] [drm:r600_dma_ring_test] *ERROR* radeon: ring 3 memory write failed (0xDFCFFBFF)
[ 62.130664] [drm:r600_dma_ring_test] *ERROR* radeon: ring 3 test failed (0xDFCFFBFF)
[ 62.133054] radeon 0000:01:00.0: disabling GPU acceleration
[ 62.426505] [drm] Radeon Display Connectors
[ 62.428120] [drm] Connector 0:
[ 62.429729] [drm] VGA-2
[ 62.431339] [drm] DDC: 0x65c0 0x65c0 0x65c4 0x65c4 0x65c8 0x65c8 0x65cc 0x65cc
[ 62.433006] [drm] Encoders:
[ 62.434659] [drm] CRT1: INTERNAL_KLDSCP_DAC1
[ 62.439095] [drm] Internal thermal controller without fan control
[ 62.443957] [drm] probing gen 2 caps for device 1022:1413 = 700d01/6
[ 64.188050] [drm] radeon: dpm initialized
[ 64.227731] radeon 0000:01:00.0: No connectors reported connected with modes
[ 64.230684] [drm] Cannot find any crtc or sizes - going 1024x768
[ 64.236677] [drm] fb mappable at 0xD0477000
[ 64.238053] [drm] vram apper at 0xD0000000
[ 64.239399] [drm] size 3145728
[ 64.240735] [drm] fb depth is 24
[ 64.242059] [drm] pitch is 4096
[ 64.246504] radeon 0000:01:00.0: fb1: radeondrmfb frame buffer device
[ 64.248734] [drm] Initialized radeon 2.35.0 20080528 for 0000:01:00.0 on minor 1
[ 64.258513] modprobe (1085) used greatest stack depth: 2328 bytes left
[ 70.914890] pciehp 0000:00:03.0:pcie04: Card not present on Slot(0)
More information about the xorg-driver-ati
mailing list