yep! enabling You need to enable CONFIG_DYNAMIC_DEBUG. did the trick! here is my new dmesg output: 2016-09-14 22:39 GMT+03:00 c400 <c400c400@xxxxxxxxx>: > 2016-09-14 15:43 GMT+03:00 Oliver Neukum <oneukum@xxxxxxxx>: >> On Wed, 2016-09-14 at 15:22 +0300, c400 wrote: >>> may be i can help to test something else? I am ready and have enough free time >> >> You may need to mount debugfs at /sys/kernel/debug >> >> HTH >> Oliver >> >> > mount -t debugfs none /sys/kernel/debug/ > mount: none is already mounted or /sys/kernel/debug busy > > ls /sys/kernel/debug/ > > acpi extfrag mce sleep_time > bcache fault_around_bytes nfsd suspend_stats > bdi hid pm_qos tracing > boot_params hwpoison pstate_snb usb > dma_buf intel_powerclamp ras wakeup_sources > dri kprobes regmap x86 > > 2016-09-14 15:22 GMT+03:00 c400 <c400c400@xxxxxxxxx>: >> may be i can help to test something else? I am ready and have enough free time >> >> 2016-09-12 20:44 GMT+03:00 c400 <c400c400@xxxxxxxxx>: >>> [182047.000570] xhci_hcd 0000:02:00.0: remove, state 4 >>> [182047.000577] usb usb4: USB disconnect, device number 1 >>> [182047.023980] xhci_hcd 0000:02:00.0: Host not halted after 16000 microseconds. >>> [182047.023982] xhci_hcd 0000:02:00.0: Host controller not halted, >>> aborting reset. >>> [182047.023996] xhci_hcd 0000:02:00.0: USB bus 4 deregistered >>> [182047.024103] xhci_hcd 0000:02:00.0: remove, state 1 >>> [182047.024108] usb usb3: USB disconnect, device number 1 >>> [182047.024320] xhci_hcd 0000:02:00.0: USB bus 3 deregistered >>> [182058.617466] xhci_hcd 0000:02:00.0: xHCI Host Controller >>> [182058.617556] xhci_hcd 0000:02:00.0: new USB bus registered, >>> assigned bus number 3 >>> [182058.640820] xhci_hcd 0000:02:00.0: Host not halted after 16000 microseconds. >>> [182058.640822] xhci_hcd 0000:02:00.0: can't setup: -110 >>> [182058.640824] xhci_hcd 0000:02:00.0: USB bus 3 deregistered >>> [182058.640944] xhci_hcd 0000:02:00.0: init 0000:02:00.0 fail, -110 >>> [182058.640947] xhci_hcd: probe of 0000:02:00.0 failed with error -110 >>> >>> can not see my flash inserted into the USB >>> >>> echo -n 'module xhci_hcd =p' > /sys/kernel/debug/dynamic_debug/control >>> Do not have such folder >>> (i`ve recompiled my kernel (make defconfig) with some small changes. >>> may be i need to enable something in kernelt?
[ 0.000000] Linux version 4.7.3-gentoo (root@ss) (gcc version 4.9.3 (Gentoo 4.9.3 p1.5, pie-0.6.4) ) #1 SMP Wed Sep 14 19:49:51 Local time zone must be set--see zic [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-4.7.3-gentoo root=/dev/sda2 ro [ 0.000000] x86/fpu: xstate_offset[2]: 576, xstate_sizes[2]: 256 [ 0.000000] x86/fpu: Supporting XSAVE feature 0x001: 'x87 floating point registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x002: 'SSE registers' [ 0.000000] x86/fpu: Supporting XSAVE feature 0x004: 'AVX registers' [ 0.000000] x86/fpu: Enabled xstate features 0x7, context size is 832 bytes, using 'standard' format. [ 0.000000] x86/fpu: Using 'eager' FPU context switches. [ 0.000000] e820: BIOS-provided physical RAM map: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009abff] usable [ 0.000000] BIOS-e820: [mem 0x000000000009ac00-0x000000000009ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000007de7afff] usable [ 0.000000] BIOS-e820: [mem 0x000000007de7b000-0x000000007e028fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007e029000-0x000000007e211fff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x000000007e212000-0x000000007f361fff] reserved [ 0.000000] BIOS-e820: [mem 0x000000007f362000-0x000000007f7fffff] ACPI NVS [ 0.000000] BIOS-e820: [mem 0x0000000080000000-0x000000008fffffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed3ffff] reserved [ 0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000107fffffff] usable [ 0.000000] NX (Execute Disable) protection: active [ 0.000000] SMBIOS 2.7 present. [ 0.000000] DMI: Supermicro X9SRE/X9SRE-3F/X9SRi/X9SRi-3F/X9SRE/X9SRE-3F/X9SRi/X9SRi-3F, BIOS 3.2a 08/31/2015 [ 0.000000] e820: update [mem 0x00000000-0x00000fff] usable ==> reserved [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable [ 0.000000] e820: last_pfn = 0x1080000 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 uncachable [ 0.000000] C0000-FFFFF write-protect [ 0.000000] MTRR variable ranges enabled: [ 0.000000] 0 base 000000000000 mask 3FF000000000 write-back [ 0.000000] 1 base 001000000000 mask 3FFF80000000 write-back [ 0.000000] 2 base 000080000000 mask 3FFF80000000 uncachable [ 0.000000] 3 disabled [ 0.000000] 4 disabled [ 0.000000] 5 disabled [ 0.000000] 6 disabled [ 0.000000] 7 disabled [ 0.000000] 8 disabled [ 0.000000] 9 disabled [ 0.000000] x86/PAT: Configuration [0-7]: WB WC UC- UC WB WC UC- WT [ 0.000000] total RAM covered: 65536M [ 0.000000] Found optimal setting for mtrr clean up [ 0.000000] gran_size: 64K chunk_size: 64K num_reg: 6 lose cover RAM: 0G [ 0.000000] e820: update [mem 0x80000000-0xffffffff] usable ==> reserved [ 0.000000] e820: last_pfn = 0x7de7b max_arch_pfn = 0x400000000 [ 0.000000] found SMP MP-table at [mem 0x000fd8f0-0x000fd8ff] mapped at [ffff8800000fd8f0] [ 0.000000] Scanning 1 areas for low memory corruption [ 0.000000] Base memory trampoline at [ffff880000094000] 94000 size 24576 [ 0.000000] Using GB pages for direct mapping [ 0.000000] BRK [0x1ca96000, 0x1ca96fff] PGTABLE [ 0.000000] BRK [0x1ca97000, 0x1ca97fff] PGTABLE [ 0.000000] BRK [0x1ca98000, 0x1ca98fff] PGTABLE [ 0.000000] ACPI: Early table checksum verification disabled [ 0.000000] ACPI: RSDP 0x00000000000F04A0 000024 (v02 SUPERM) [ 0.000000] ACPI: XSDT 0x000000007E135088 00008C (v01 SUPERM SMCI--MB 00000001 AMI 00010013) [ 0.000000] ACPI: FACP 0x000000007E13FD90 0000F4 (v04 SUPERM SMCI--MB 00000001 AMI 00010013) [ 0.000000] ACPI: DSDT 0x000000007E1351A8 00ABE6 (v02 SUPERM SMCI--MB 00000000 INTL 20091112) [ 0.000000] ACPI: FACS 0x000000007E209080 000040 [ 0.000000] ACPI: APIC 0x000000007E13FE88 000100 (v03 00000001 AMI 00010013) [ 0.000000] ACPI: FPDT 0x000000007E13FF88 000044 (v01 00000001 AMI 00010013) [ 0.000000] ACPI: HPET 0x000000007E13FFD0 000038 (v01 SUPERM SMCI--MB 00000001 AMI. 00000005) [ 0.000000] ACPI: PRAD 0x000000007E140008 0000BE (v02 PRADID PRADTID 00000001 MSFT 04000000) [ 0.000000] ACPI: SPMI 0x000000007E1400C8 000040 (v05 A M I OEMSPMI 00000000 AMI. 00000000) [ 0.000000] ACPI: SSDT 0x000000007E140108 0C7AE8 (v02 INTEL CpuPm 00004000 INTL 20091112) [ 0.000000] ACPI: EINJ 0x000000007E207BF0 000130 (v01 AMI AMI EINJ 00000000 00000000) [ 0.000000] ACPI: ERST 0x000000007E207D20 000230 (v01 AMIER AMI ERST 00000000 00000000) [ 0.000000] ACPI: HEST 0x000000007E207F50 0000A8 (v01 AMI AMI HEST 00000000 00000000) [ 0.000000] ACPI: BERT 0x000000007E207FF8 000030 (v01 AMI AMI BERT 00000000 00000000) [ 0.000000] ACPI: DMAR 0x000000007E208028 0000BC (v01 A M I OEMDMAR 00000001 INTL 00000001) [ 0.000000] ACPI: MCFG 0x000000007E2080E8 00003C (v01 SUPERM SMCI--MB 00000001 MSFT 00000097) [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] Zone ranges: [ 0.000000] DMA [mem 0x0000000000001000-0x0000000000ffffff] [ 0.000000] DMA32 [mem 0x0000000001000000-0x00000000ffffffff] [ 0.000000] Normal [mem 0x0000000100000000-0x000000107fffffff] [ 0.000000] Movable zone start for each node [ 0.000000] Early memory node ranges [ 0.000000] node 0: [mem 0x0000000000001000-0x0000000000099fff] [ 0.000000] node 0: [mem 0x0000000000100000-0x000000007de7afff] [ 0.000000] node 0: [mem 0x0000000100000000-0x000000107fffffff] [ 0.000000] Initmem setup node 0 [mem 0x0000000000001000-0x000000107fffffff] [ 0.000000] On node 0 totalpages: 16768532 [ 0.000000] DMA zone: 64 pages used for memmap [ 0.000000] DMA zone: 21 pages reserved [ 0.000000] DMA zone: 3993 pages, LIFO batch:0 [ 0.000000] DMA32 zone: 7994 pages used for memmap [ 0.000000] DMA32 zone: 511611 pages, LIFO batch:31 [ 0.000000] Normal zone: 253952 pages used for memmap [ 0.000000] Normal zone: 16252928 pages, LIFO batch:31 [ 0.000000] ACPI: PM-Timer IO Port: 0x408 [ 0.000000] ACPI: Local APIC address 0xfee00000 [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x02] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x04] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x06] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x08] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0a] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x03] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x05] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x07] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x09] high edge lint[0x1]) [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x0b] high edge lint[0x1]) [ 0.000000] IOAPIC[0]: apic_id 0, version 32, address 0xfec00000, GSI 0-23 [ 0.000000] IOAPIC[1]: apic_id 2, version 32, address 0xfec01000, GSI 24-47 [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high 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: 0x8086a701 base: 0xfed00000 [ 0.000000] smpboot: Allowing 12 CPUs, 0 hotplug CPUs [ 0.000000] e820: [mem 0x90000000-0xfed1bfff] available for PCI devices [ 0.000000] clocksource: refined-jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645519600211568 ns [ 0.000000] setup_percpu: NR_CPUS:64 nr_cpumask_bits:64 nr_cpu_ids:12 nr_node_ids:1 [ 0.000000] percpu: Embedded 33 pages/cpu @ffff88103f200000 s96152 r8192 d30824 u262144 [ 0.000000] pcpu-alloc: s96152 r8192 d30824 u262144 alloc=1*2097152 [ 0.000000] pcpu-alloc: [0] 00 01 02 03 04 05 06 07 [0] 08 09 10 11 -- -- -- -- [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 16506501 [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-4.7.3-gentoo root=/dev/sda2 ro [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) [ 0.000000] Dentry cache hash table entries: 8388608 (order: 14, 67108864 bytes) [ 0.000000] Inode-cache hash table entries: 4194304 (order: 13, 33554432 bytes) [ 0.000000] Memory: 65848480K/67074128K available (5527K kernel code, 813K rwdata, 1880K rodata, 972K init, 824K bss, 1225648K reserved, 0K cma-reserved) [ 0.000000] SLUB: HWalign=64, Order=0-3, MinObjects=0, CPUs=12, 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=64 to nr_cpu_ids=12. [ 0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=64, nr_cpu_ids=12 [ 0.000000] NR_IRQS:4352 nr_irqs:928 16 [ 0.000000] Console: colour VGA+ 80x25 [ 0.000000] console [tty0] enabled [ 0.000000] clocksource: hpet: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 133484882848 ns [ 0.000000] hpet clockevent registered [ 0.000000] tsc: Fast TSC calibration using PIT [ 0.000000] tsc: Detected 2500.101 MHz processor [ 0.000033] Calibrating delay loop (skipped), value calculated using timer frequency.. 5000.20 BogoMIPS (lpj=10000404) [ 0.000377] pid_max: default: 32768 minimum: 301 [ 0.000557] ACPI: Core revision 20160422 [ 0.039587] ACPI: 2 ACPI AML tables successfully acquired and loaded [ 0.040006] Security Framework initialized [ 0.040172] SELinux: Initializing. [ 0.040349] SELinux: Starting in permissive mode [ 0.040357] Mount-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.040529] Mountpoint-cache hash table entries: 131072 (order: 8, 1048576 bytes) [ 0.041248] CPU: Physical Processor ID: 0 [ 0.041423] CPU: Processor Core ID: 0 [ 0.041611] mce: CPU supports 18 MCE banks [ 0.041799] CPU0: Thermal monitoring enabled (TM1) [ 0.042002] process: using mwait in idle threads [ 0.042176] Last level iTLB entries: 4KB 512, 2MB 8, 4MB 8 [ 0.042343] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32, 1GB 0 [ 0.042985] Freeing SMP alternatives memory: 28K (ffffffff9c9c0000 - ffffffff9c9c7000) [ 0.043545] smpboot: Max logical packages: 2 [ 0.043713] smpboot: APIC(0) Converting physical 0 to logical package 0 [ 0.043902] Switched APIC routing to physical flat. [ 0.044572] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 [ 0.084436] TSC deadline timer enabled [ 0.084439] smpboot: CPU0: Intel(R) Xeon(R) CPU E5-2640 0 @ 2.50GHz (family: 0x6, model: 0x2d, stepping: 0x7) [ 0.084896] Performance Events: PEBS fmt1+, 16-deep LBR, SandyBridge events, full-width counters, Intel PMU driver. [ 0.085476] ... version: 3 [ 0.085641] ... bit width: 48 [ 0.085805] ... generic registers: 4 [ 0.085970] ... value mask: 0000ffffffffffff [ 0.086143] ... max period: 0000ffffffffffff [ 0.086311] ... fixed-purpose events: 3 [ 0.086476] ... event mask: 000000070000000f [ 0.087111] x86: Booting SMP configuration: [ 0.087285] .... node #0, CPUs: #1 #2 #3 #4 #5 #6 #7 #8 #9 #10 #11 [ 0.970925] x86: Booted up 1 node, 12 CPUs [ 0.971267] smpboot: Total of 12 processors activated (60014.73 BogoMIPS) [ 0.988592] devtmpfs: initialized [ 0.988771] device: 'platform': device_add [ 0.988781] PM: Adding info for No Bus:platform [ 0.988790] bus: 'platform': registered [ 0.988797] bus: 'cpu': registered [ 0.988799] device: 'cpu': device_add [ 0.988808] PM: Adding info for No Bus:cpu [ 0.988814] bus: 'container': registered [ 0.988815] device: 'container': device_add [ 0.988820] PM: Adding info for No Bus:container [ 0.988925] PM: Registering ACPI NVS region [mem 0x7e029000-0x7e211fff] (2002944 bytes) [ 0.989230] PM: Registering ACPI NVS region [mem 0x7f362000-0x7f7fffff] (4841472 bytes) [ 0.989572] bus: 'workqueue': registered [ 0.989574] device: 'workqueue': device_add [ 0.989579] PM: Adding info for No Bus:workqueue [ 0.989623] clocksource: jiffies: mask: 0xffffffff max_cycles: 0xffffffff, max_idle_ns: 7645041785100000 ns [ 0.989642] kworker/u24:0 (70) used greatest stack depth: 14056 bytes left [ 0.990109] xor: automatically using best checksumming function: [ 1.027124] avx : 24209.000 MB/sec [ 1.027317] RTC time: 20:22:08, date: 09/14/16 [ 1.027576] NET: Registered protocol family 16 [ 1.027765] device class 'bdi': registering [ 1.027786] device class 'pci_bus': registering [ 1.027798] bus: 'pci': registered [ 1.027799] device class 'tty': registering [ 1.027803] device class 'vtconsole': registering [ 1.027807] device: 'vtcon0': device_add [ 1.027817] PM: Adding info for No Bus:vtcon0 [ 1.027832] bus: 'i2c': registered [ 1.027835] bus: 'i2c': add driver dummy [ 1.051157] cpuidle: using governor ladder [ 1.067161] cpuidle: using governor menu [ 1.067375] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it [ 1.067661] ACPI: bus type PCI registered [ 1.067844] device class 'dma': registering [ 1.067856] device class 'dmi': registering [ 1.067860] device: 'id': device_add [ 1.067879] PM: Adding info for No Bus:id [ 1.067891] PCI: Using configuration type 1 for base access [ 1.068085] core: PMU erratum BJ122, BV98, HSD29 worked around, HT is on [ 1.068264] device: 'cpu0': device_add [ 1.068268] bus: 'cpu': add device cpu0 [ 1.068273] PM: Adding info for cpu:cpu0 [ 1.068291] device: 'cpu1': device_add [ 1.068294] bus: 'cpu': add device cpu1 [ 1.068299] PM: Adding info for cpu:cpu1 [ 1.068314] device: 'cpu2': device_add [ 1.068318] bus: 'cpu': add device cpu2 [ 1.068323] PM: Adding info for cpu:cpu2 [ 1.068337] device: 'cpu3': device_add [ 1.068340] bus: 'cpu': add device cpu3 [ 1.068345] PM: Adding info for cpu:cpu3 [ 1.068359] device: 'cpu4': device_add [ 1.068362] bus: 'cpu': add device cpu4 [ 1.068368] PM: Adding info for cpu:cpu4 [ 1.068382] device: 'cpu5': device_add [ 1.068386] bus: 'cpu': add device cpu5 [ 1.068390] PM: Adding info for cpu:cpu5 [ 1.068404] device: 'cpu6': device_add [ 1.068408] bus: 'cpu': add device cpu6 [ 1.068412] PM: Adding info for cpu:cpu6 [ 1.068427] device: 'cpu7': device_add [ 1.068431] bus: 'cpu': add device cpu7 [ 1.068435] PM: Adding info for cpu:cpu7 [ 1.068450] device: 'cpu8': device_add [ 1.068453] bus: 'cpu': add device cpu8 [ 1.068458] PM: Adding info for cpu:cpu8 [ 1.068472] device: 'cpu9': device_add [ 1.068475] bus: 'cpu': add device cpu9 [ 1.068480] PM: Adding info for cpu:cpu9 [ 1.068495] device: 'cpu10': device_add [ 1.068498] bus: 'cpu': add device cpu10 [ 1.068503] PM: Adding info for cpu:cpu10 [ 1.068517] device: 'cpu11': device_add [ 1.068521] bus: 'cpu': add device cpu11 [ 1.068525] PM: Adding info for cpu:cpu11 [ 1.087253] device: 'writeback': device_add [ 1.087260] bus: 'workqueue': add device writeback [ 1.087268] PM: Adding info for workqueue:writeback [ 1.087299] HugeTLB registered 1 GB page size, pre-allocated 0 pages [ 1.087471] HugeTLB registered 2 MB page size, pre-allocated 0 pages [ 1.087739] device class 'block': registering [ 1.155198] raid6: sse2x1 gen() 6741 MB/s [ 1.223214] raid6: sse2x1 xor() 5281 MB/s [ 1.291228] raid6: sse2x2 gen() 8434 MB/s [ 1.359252] raid6: sse2x2 xor() 6150 MB/s [ 1.427269] raid6: sse2x4 gen() 9731 MB/s [ 1.495288] raid6: sse2x4 xor() 7257 MB/s [ 1.495462] raid6: using algorithm sse2x4 gen() 9731 MB/s [ 1.495628] raid6: .... xor() 7257 MB/s, rmw enabled [ 1.495802] raid6: using ssse3x2 recovery algorithm [ 1.495980] device class 'misc': registering [ 1.496019] ACPI: Added _OSI(Module Device) [ 1.496184] ACPI: Added _OSI(Processor Device) [ 1.496358] ACPI: Added _OSI(3.0 _SCP Extensions) [ 1.496531] ACPI: Added _OSI(Processor Aggregator Device) [ 1.496862] ACPI: Executed 1 blocks of module-level executable AML code [ 1.758431] \_SB_ (0811B06E-4A27-44F9-8D60-3CBBC22E7B48): _OSC invalid UUID [ 1.758434] _OSC request data: 1 f [ 1.760245] ACPI: Interpreter enabled [ 1.760426] ACPI: (supports S0 S1 S5) [ 1.760603] ACPI: Using IOAPIC for interrupt routing [ 1.760808] bus: 'acpi': registered [ 1.760811] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug [ 1.761119] device: 'LNXSYSTM:00': device_add [ 1.761124] bus: 'acpi': add device LNXSYSTM:00 [ 1.761131] PM: Adding info for acpi:LNXSYSTM:00 [ 1.761172] device: 'LNXSYBUS:00': device_add [ 1.761174] bus: 'acpi': add device LNXSYBUS:00 [ 1.761179] PM: Adding info for acpi:LNXSYBUS:00 [ 1.761240] device: 'PNP0A08:00': device_add [ 1.761243] bus: 'acpi': add device PNP0A08:00 [ 1.761248] PM: Adding info for acpi:PNP0A08:00 [ 1.761287] device: 'PNP0C01:00': device_add [ 1.761289] bus: 'acpi': add device PNP0C01:00 [ 1.761294] PM: Adding info for acpi:PNP0C01:00 [ 1.761337] device: 'PNP0C02:00': device_add [ 1.761340] bus: 'acpi': add device PNP0C02:00 [ 1.761346] PM: Adding info for acpi:PNP0C02:00 [ 1.761373] device: 'device:00': device_add [ 1.761375] bus: 'acpi': add device device:00 [ 1.761380] PM: Adding info for acpi:device:00 [ 1.761403] device: 'PNP0000:00': device_add [ 1.761405] bus: 'acpi': add device PNP0000:00 [ 1.761410] PM: Adding info for acpi:PNP0000:00 [ 1.761433] device: 'PNP0200:00': device_add [ 1.761436] bus: 'acpi': add device PNP0200:00 [ 1.761441] PM: Adding info for acpi:PNP0200:00 [ 1.761464] device: 'PNP0100:00': device_add [ 1.761466] bus: 'acpi': add device PNP0100:00 [ 1.761471] PM: Adding info for acpi:PNP0100:00 [ 1.761494] device: 'PNP0B00:00': device_add [ 1.761496] bus: 'acpi': add device PNP0B00:00 [ 1.761502] PM: Adding info for acpi:PNP0B00:00 [ 1.761523] device: 'PNP0800:00': device_add [ 1.761525] bus: 'acpi': add device PNP0800:00 [ 1.761530] PM: Adding info for acpi:PNP0800:00 [ 1.761554] device: 'PNP0C02:01': device_add [ 1.761556] bus: 'acpi': add device PNP0C02:01 [ 1.761561] PM: Adding info for acpi:PNP0C02:01 [ 1.761584] device: 'PNP0C04:00': device_add [ 1.761587] bus: 'acpi': add device PNP0C04:00 [ 1.761592] PM: Adding info for acpi:PNP0C04:00 [ 1.761621] device: 'PNP0C02:02': device_add [ 1.761624] bus: 'acpi': add device PNP0C02:02 [ 1.761628] PM: Adding info for acpi:PNP0C02:02 [ 1.761760] device: 'PNP0303:00': device_add [ 1.761763] bus: 'acpi': add device PNP0303:00 [ 1.761769] PM: Adding info for acpi:PNP0303:00 [ 1.761864] device: 'PNP0F03:00': device_add [ 1.761867] bus: 'acpi': add device PNP0F03:00 [ 1.761872] PM: Adding info for acpi:PNP0F03:00 [ 1.762058] device: 'PNP0501:00': device_add [ 1.762061] bus: 'acpi': add device PNP0501:00 [ 1.762067] PM: Adding info for acpi:PNP0501:00 [ 1.762250] device: 'PNP0501:01': device_add [ 1.762254] bus: 'acpi': add device PNP0501:01 [ 1.762259] PM: Adding info for acpi:PNP0501:01 [ 1.762297] device: 'PNP0C02:03': device_add [ 1.762300] bus: 'acpi': add device PNP0C02:03 [ 1.762305] PM: Adding info for acpi:PNP0C02:03 [ 1.762355] device: 'PNP0501:02': device_add [ 1.762358] bus: 'acpi': add device PNP0501:02 [ 1.762364] PM: Adding info for acpi:PNP0501:02 [ 1.762446] device: 'IPI0001:00': device_add [ 1.762449] bus: 'acpi': add device IPI0001:00 [ 1.762454] PM: Adding info for acpi:IPI0001:00 [ 1.762491] device: 'PNP0C01:01': device_add [ 1.762494] bus: 'acpi': add device PNP0C01:01 [ 1.762499] PM: Adding info for acpi:PNP0C01:01 [ 1.762534] device: 'INT3F0D:00': device_add [ 1.762537] bus: 'acpi': add device INT3F0D:00 [ 1.762542] PM: Adding info for acpi:INT3F0D:00 [ 1.762690] device: 'device:01': device_add [ 1.762693] bus: 'acpi': add device device:01 [ 1.762698] PM: Adding info for acpi:device:01 [ 1.762724] device: 'device:02': device_add [ 1.762727] bus: 'acpi': add device device:02 [ 1.762732] PM: Adding info for acpi:device:02 [ 1.762767] device: 'device:03': device_add [ 1.762770] bus: 'acpi': add device device:03 [ 1.762775] PM: Adding info for acpi:device:03 [ 1.762796] device: 'device:04': device_add [ 1.762798] bus: 'acpi': add device device:04 [ 1.762803] PM: Adding info for acpi:device:04 [ 1.762824] device: 'device:05': device_add [ 1.762827] bus: 'acpi': add device device:05 [ 1.762832] PM: Adding info for acpi:device:05 [ 1.762852] device: 'device:06': device_add [ 1.762855] bus: 'acpi': add device device:06 [ 1.762860] PM: Adding info for acpi:device:06 [ 1.762880] device: 'device:07': device_add [ 1.762883] bus: 'acpi': add device device:07 [ 1.762888] PM: Adding info for acpi:device:07 [ 1.762910] device: 'device:08': device_add [ 1.762912] bus: 'acpi': add device device:08 [ 1.762917] PM: Adding info for acpi:device:08 [ 1.762948] device: 'device:09': device_add [ 1.762951] bus: 'acpi': add device device:09 [ 1.762956] PM: Adding info for acpi:device:09 [ 1.762991] device: 'device:0a': device_add [ 1.762993] bus: 'acpi': add device device:0a [ 1.762999] PM: Adding info for acpi:device:0a [ 1.763019] device: 'device:0b': device_add [ 1.763022] bus: 'acpi': add device device:0b [ 1.763027] PM: Adding info for acpi:device:0b [ 1.763047] device: 'device:0c': device_add [ 1.763050] bus: 'acpi': add device device:0c [ 1.763055] PM: Adding info for acpi:device:0c [ 1.763075] device: 'device:0d': device_add [ 1.763077] bus: 'acpi': add device device:0d [ 1.763083] PM: Adding info for acpi:device:0d [ 1.763104] device: 'device:0e': device_add [ 1.763106] bus: 'acpi': add device device:0e [ 1.763111] PM: Adding info for acpi:device:0e [ 1.763132] device: 'device:0f': device_add [ 1.763134] bus: 'acpi': add device device:0f [ 1.763139] PM: Adding info for acpi:device:0f [ 1.763218] device: 'device:10': device_add [ 1.763221] bus: 'acpi': add device device:10 [ 1.763227] PM: Adding info for acpi:device:10 [ 1.763249] device: 'device:11': device_add [ 1.763252] bus: 'acpi': add device device:11 [ 1.763257] PM: Adding info for acpi:device:11 [ 1.763277] device: 'device:12': device_add [ 1.763280] bus: 'acpi': add device device:12 [ 1.763285] PM: Adding info for acpi:device:12 [ 1.763305] device: 'device:13': device_add [ 1.763308] bus: 'acpi': add device device:13 [ 1.763314] PM: Adding info for acpi:device:13 [ 1.763334] device: 'device:14': device_add [ 1.763337] bus: 'acpi': add device device:14 [ 1.763345] PM: Adding info for acpi:device:14 [ 1.763366] device: 'device:15': device_add [ 1.763369] bus: 'acpi': add device device:15 [ 1.763374] PM: Adding info for acpi:device:15 [ 1.763395] device: 'device:16': device_add [ 1.763397] bus: 'acpi': add device device:16 [ 1.763403] PM: Adding info for acpi:device:16 [ 1.763423] device: 'device:17': device_add [ 1.763426] bus: 'acpi': add device device:17 [ 1.763431] PM: Adding info for acpi:device:17 [ 1.763452] device: 'device:18': device_add [ 1.763455] bus: 'acpi': add device device:18 [ 1.763460] PM: Adding info for acpi:device:18 [ 1.763481] device: 'device:19': device_add [ 1.763484] bus: 'acpi': add device device:19 [ 1.763489] PM: Adding info for acpi:device:19 [ 1.763509] device: 'device:1a': device_add [ 1.763512] bus: 'acpi': add device device:1a [ 1.763517] PM: Adding info for acpi:device:1a [ 1.763589] device: 'device:1b': device_add [ 1.763592] bus: 'acpi': add device device:1b [ 1.763598] PM: Adding info for acpi:device:1b [ 1.763620] device: 'device:1c': device_add [ 1.763622] bus: 'acpi': add device device:1c [ 1.763627] PM: Adding info for acpi:device:1c [ 1.763647] device: 'device:1d': device_add [ 1.763650] bus: 'acpi': add device device:1d [ 1.763655] PM: Adding info for acpi:device:1d [ 1.763675] device: 'device:1e': device_add [ 1.763678] bus: 'acpi': add device device:1e [ 1.763684] PM: Adding info for acpi:device:1e [ 1.763704] device: 'device:1f': device_add [ 1.763707] bus: 'acpi': add device device:1f [ 1.763712] PM: Adding info for acpi:device:1f [ 1.763733] device: 'device:20': device_add [ 1.763735] bus: 'acpi': add device device:20 [ 1.763740] PM: Adding info for acpi:device:20 [ 1.763761] device: 'device:21': device_add [ 1.763763] bus: 'acpi': add device device:21 [ 1.763769] PM: Adding info for acpi:device:21 [ 1.763790] device: 'device:22': device_add [ 1.763792] bus: 'acpi': add device device:22 [ 1.763797] PM: Adding info for acpi:device:22 [ 1.763818] device: 'device:23': device_add [ 1.763820] bus: 'acpi': add device device:23 [ 1.763825] PM: Adding info for acpi:device:23 [ 1.763907] device: 'device:24': device_add [ 1.763912] bus: 'acpi': add device device:24 [ 1.763917] PM: Adding info for acpi:device:24 [ 1.763990] device: 'device:25': device_add [ 1.763993] bus: 'acpi': add device device:25 [ 1.763999] PM: Adding info for acpi:device:25 [ 1.764067] device: 'device:26': device_add [ 1.764070] bus: 'acpi': add device device:26 [ 1.764076] PM: Adding info for acpi:device:26 [ 1.764148] device: 'device:27': device_add [ 1.764151] bus: 'acpi': add device device:27 [ 1.764156] PM: Adding info for acpi:device:27 [ 1.764227] device: 'device:28': device_add [ 1.764230] bus: 'acpi': add device device:28 [ 1.764236] PM: Adding info for acpi:device:28 [ 1.764307] device: 'device:29': device_add [ 1.764309] bus: 'acpi': add device device:29 [ 1.764315] PM: Adding info for acpi:device:29 [ 1.764340] device: 'device:2a': device_add [ 1.764343] bus: 'acpi': add device device:2a [ 1.764348] PM: Adding info for acpi:device:2a [ 1.764411] device: 'device:2b': device_add [ 1.764414] bus: 'acpi': add device device:2b [ 1.764419] PM: Adding info for acpi:device:2b [ 1.764483] device: 'device:2c': device_add [ 1.764486] bus: 'acpi': add device device:2c [ 1.764492] PM: Adding info for acpi:device:2c [ 1.764555] device: 'device:2d': device_add [ 1.764557] bus: 'acpi': add device device:2d [ 1.764563] PM: Adding info for acpi:device:2d [ 1.764628] device: 'device:2e': device_add [ 1.764631] bus: 'acpi': add device device:2e [ 1.764636] PM: Adding info for acpi:device:2e [ 1.764699] device: 'device:2f': device_add [ 1.764702] bus: 'acpi': add device device:2f [ 1.764712] PM: Adding info for acpi:device:2f [ 1.764775] device: 'device:30': device_add [ 1.764778] bus: 'acpi': add device device:30 [ 1.764783] PM: Adding info for acpi:device:30 [ 1.764817] device: 'device:31': device_add [ 1.764820] bus: 'acpi': add device device:31 [ 1.764825] PM: Adding info for acpi:device:31 [ 1.764874] device: 'device:32': device_add [ 1.764877] bus: 'acpi': add device device:32 [ 1.764883] PM: Adding info for acpi:device:32 [ 1.764958] device: 'device:33': device_add [ 1.764961] bus: 'acpi': add device device:33 [ 1.764967] PM: Adding info for acpi:device:33 [ 1.764997] device: 'device:34': device_add [ 1.765000] bus: 'acpi': add device device:34 [ 1.765005] PM: Adding info for acpi:device:34 [ 1.765037] device: 'device:35': device_add [ 1.765040] bus: 'acpi': add device device:35 [ 1.765045] PM: Adding info for acpi:device:35 [ 1.765110] device: 'device:36': device_add [ 1.765113] bus: 'acpi': add device device:36 [ 1.765118] PM: Adding info for acpi:device:36 [ 1.765182] device: 'device:37': device_add [ 1.765184] bus: 'acpi': add device device:37 [ 1.765198] PM: Adding info for acpi:device:37 [ 1.765263] device: 'device:38': device_add [ 1.765266] bus: 'acpi': add device device:38 [ 1.765272] PM: Adding info for acpi:device:38 [ 1.765337] device: 'device:39': device_add [ 1.765340] bus: 'acpi': add device device:39 [ 1.765345] PM: Adding info for acpi:device:39 [ 1.765413] device: 'device:3a': device_add [ 1.765415] bus: 'acpi': add device device:3a [ 1.765429] PM: Adding info for acpi:device:3a [ 1.765494] device: 'device:3b': device_add [ 1.765497] bus: 'acpi': add device device:3b [ 1.765502] PM: Adding info for acpi:device:3b [ 1.765543] device: 'PNP0103:00': device_add [ 1.765546] bus: 'acpi': add device PNP0103:00 [ 1.765551] PM: Adding info for acpi:PNP0103:00 [ 1.765600] device: 'PNP0A03:00': device_add [ 1.765604] bus: 'acpi': add device PNP0A03:00 [ 1.765609] PM: Adding info for acpi:PNP0A03:00 [ 1.765669] device: 'PNP0C0E:00': device_add [ 1.765672] bus: 'acpi': add device PNP0C0E:00 [ 1.765677] PM: Adding info for acpi:PNP0C0E:00 [ 1.765748] device: 'PNP0C0C:00': device_add [ 1.765751] bus: 'acpi': add device PNP0C0C:00 [ 1.765763] PM: Adding info for acpi:PNP0C0C:00 [ 1.766100] device: 'PNP0C0F:00': device_add [ 1.766104] bus: 'acpi': add device PNP0C0F:00 [ 1.766109] PM: Adding info for acpi:PNP0C0F:00 [ 1.766157] device: 'PNP0C0F:01': device_add [ 1.766161] bus: 'acpi': add device PNP0C0F:01 [ 1.766166] PM: Adding info for acpi:PNP0C0F:01 [ 1.766213] device: 'PNP0C0F:02': device_add [ 1.766216] bus: 'acpi': add device PNP0C0F:02 [ 1.766221] PM: Adding info for acpi:PNP0C0F:02 [ 1.766268] device: 'PNP0C0F:03': device_add [ 1.766270] bus: 'acpi': add device PNP0C0F:03 [ 1.766276] PM: Adding info for acpi:PNP0C0F:03 [ 1.766323] device: 'PNP0C0F:04': device_add [ 1.766326] bus: 'acpi': add device PNP0C0F:04 [ 1.766331] PM: Adding info for acpi:PNP0C0F:04 [ 1.766377] device: 'PNP0C0F:05': device_add [ 1.766380] bus: 'acpi': add device PNP0C0F:05 [ 1.766386] PM: Adding info for acpi:PNP0C0F:05 [ 1.766433] device: 'PNP0C0F:06': device_add [ 1.766436] bus: 'acpi': add device PNP0C0F:06 [ 1.766441] PM: Adding info for acpi:PNP0C0F:06 [ 1.766487] device: 'PNP0C0F:07': device_add [ 1.766490] bus: 'acpi': add device PNP0C0F:07 [ 1.766495] PM: Adding info for acpi:PNP0C0F:07 [ 1.766522] device: 'PNP0C01:02': device_add [ 1.766525] bus: 'acpi': add device PNP0C01:02 [ 1.766530] PM: Adding info for acpi:PNP0C01:02 [ 1.766582] device: 'PNP0C33:00': device_add [ 1.766585] bus: 'acpi': add device PNP0C33:00 [ 1.766590] PM: Adding info for acpi:PNP0C33:00 [ 1.766629] device: 'PNP0C14:00': device_add [ 1.766631] bus: 'acpi': add device PNP0C14:00 [ 1.766637] PM: Adding info for acpi:PNP0C14:00 [ 1.766683] device: 'PNP0C31:00': device_add [ 1.766685] bus: 'acpi': add device PNP0C31:00 [ 1.766691] PM: Adding info for acpi:PNP0C31:00 [ 1.766772] device: 'ACPI0004:00': device_add [ 1.766775] bus: 'acpi': add device ACPI0004:00 [ 1.766781] PM: Adding info for acpi:ACPI0004:00 [ 1.766827] device: 'LNXCPU:00': device_add [ 1.766830] bus: 'acpi': add device LNXCPU:00 [ 1.766835] PM: Adding info for acpi:LNXCPU:00 [ 1.766904] device: 'LNXCPU:01': device_add [ 1.766907] bus: 'acpi': add device LNXCPU:01 [ 1.766912] PM: Adding info for acpi:LNXCPU:01 [ 1.766981] device: 'LNXCPU:02': device_add [ 1.766984] bus: 'acpi': add device LNXCPU:02 [ 1.766989] PM: Adding info for acpi:LNXCPU:02 [ 1.767058] device: 'LNXCPU:03': device_add [ 1.767061] bus: 'acpi': add device LNXCPU:03 [ 1.767066] PM: Adding info for acpi:LNXCPU:03 [ 1.767133] device: 'LNXCPU:04': device_add [ 1.767136] bus: 'acpi': add device LNXCPU:04 [ 1.767142] PM: Adding info for acpi:LNXCPU:04 [ 1.767210] device: 'LNXCPU:05': device_add [ 1.767212] bus: 'acpi': add device LNXCPU:05 [ 1.767218] PM: Adding info for acpi:LNXCPU:05 [ 1.767285] device: 'LNXCPU:06': device_add [ 1.767288] bus: 'acpi': add device LNXCPU:06 [ 1.767294] PM: Adding info for acpi:LNXCPU:06 [ 1.767362] device: 'LNXCPU:07': device_add [ 1.767365] bus: 'acpi': add device LNXCPU:07 [ 1.767370] PM: Adding info for acpi:LNXCPU:07 [ 1.767438] device: 'LNXCPU:08': device_add [ 1.767440] bus: 'acpi': add device LNXCPU:08 [ 1.767445] PM: Adding info for acpi:LNXCPU:08 [ 1.767514] device: 'LNXCPU:09': device_add [ 1.767517] bus: 'acpi': add device LNXCPU:09 [ 1.767522] PM: Adding info for acpi:LNXCPU:09 [ 1.767599] device: 'LNXCPU:0a': device_add [ 1.767602] bus: 'acpi': add device LNXCPU:0a [ 1.767607] PM: Adding info for acpi:LNXCPU:0a [ 1.767679] device: 'LNXCPU:0b': device_add [ 1.767682] bus: 'acpi': add device LNXCPU:0b [ 1.767690] PM: Adding info for acpi:LNXCPU:0b [ 1.767761] device: 'LNXCPU:0c': device_add [ 1.767763] bus: 'acpi': add device LNXCPU:0c [ 1.767769] PM: Adding info for acpi:LNXCPU:0c [ 1.767846] device: 'LNXCPU:0d': device_add [ 1.767849] bus: 'acpi': add device LNXCPU:0d [ 1.767854] PM: Adding info for acpi:LNXCPU:0d [ 1.767933] device: 'LNXCPU:0e': device_add [ 1.767936] bus: 'acpi': add device LNXCPU:0e [ 1.767942] PM: Adding info for acpi:LNXCPU:0e [ 1.768012] device: 'LNXCPU:0f': device_add [ 1.768015] bus: 'acpi': add device LNXCPU:0f [ 1.768020] PM: Adding info for acpi:LNXCPU:0f [ 1.768089] device: 'LNXCPU:10': device_add [ 1.768092] bus: 'acpi': add device LNXCPU:10 [ 1.768098] PM: Adding info for acpi:LNXCPU:10 [ 1.768168] device: 'LNXCPU:11': device_add [ 1.768170] bus: 'acpi': add device LNXCPU:11 [ 1.768176] PM: Adding info for acpi:LNXCPU:11 [ 1.768246] device: 'LNXCPU:12': device_add [ 1.768249] bus: 'acpi': add device LNXCPU:12 [ 1.768254] PM: Adding info for acpi:LNXCPU:12 [ 1.768323] device: 'LNXCPU:13': device_add [ 1.768326] bus: 'acpi': add device LNXCPU:13 [ 1.768331] PM: Adding info for acpi:LNXCPU:13 [ 1.768399] device: 'LNXCPU:14': device_add [ 1.768402] bus: 'acpi': add device LNXCPU:14 [ 1.768407] PM: Adding info for acpi:LNXCPU:14 [ 1.768475] device: 'LNXCPU:15': device_add [ 1.768478] bus: 'acpi': add device LNXCPU:15 [ 1.768484] PM: Adding info for acpi:LNXCPU:15 [ 1.768553] device: 'LNXCPU:16': device_add [ 1.768556] bus: 'acpi': add device LNXCPU:16 [ 1.768561] PM: Adding info for acpi:LNXCPU:16 [ 1.768629] device: 'LNXCPU:17': device_add [ 1.768632] bus: 'acpi': add device LNXCPU:17 [ 1.768638] PM: Adding info for acpi:LNXCPU:17 [ 1.768707] device: 'LNXCPU:18': device_add [ 1.768710] bus: 'acpi': add device LNXCPU:18 [ 1.768715] PM: Adding info for acpi:LNXCPU:18 [ 1.768783] device: 'LNXCPU:19': device_add [ 1.768786] bus: 'acpi': add device LNXCPU:19 [ 1.768791] PM: Adding info for acpi:LNXCPU:19 [ 1.768859] device: 'LNXCPU:1a': device_add [ 1.768862] bus: 'acpi': add device LNXCPU:1a [ 1.768868] PM: Adding info for acpi:LNXCPU:1a [ 1.768938] device: 'LNXCPU:1b': device_add [ 1.768941] bus: 'acpi': add device LNXCPU:1b [ 1.768946] PM: Adding info for acpi:LNXCPU:1b [ 1.769013] device: 'LNXCPU:1c': device_add [ 1.769017] bus: 'acpi': add device LNXCPU:1c [ 1.769023] PM: Adding info for acpi:LNXCPU:1c [ 1.769089] device: 'LNXCPU:1d': device_add [ 1.769092] bus: 'acpi': add device LNXCPU:1d [ 1.769097] PM: Adding info for acpi:LNXCPU:1d [ 1.769193] device: 'ACPI0004:01': device_add [ 1.769196] bus: 'acpi': add device ACPI0004:01 [ 1.769202] PM: Adding info for acpi:ACPI0004:01 [ 1.769248] device: 'LNXCPU:1e': device_add [ 1.769251] bus: 'acpi': add device LNXCPU:1e [ 1.769256] PM: Adding info for acpi:LNXCPU:1e [ 1.769324] device: 'LNXCPU:1f': device_add [ 1.769326] bus: 'acpi': add device LNXCPU:1f [ 1.769332] PM: Adding info for acpi:LNXCPU:1f [ 1.769399] device: 'LNXCPU:20': device_add [ 1.769402] bus: 'acpi': add device LNXCPU:20 [ 1.769408] PM: Adding info for acpi:LNXCPU:20 [ 1.769476] device: 'LNXCPU:21': device_add [ 1.769479] bus: 'acpi': add device LNXCPU:21 [ 1.769484] PM: Adding info for acpi:LNXCPU:21 [ 1.769552] device: 'LNXCPU:22': device_add [ 1.769555] bus: 'acpi': add device LNXCPU:22 [ 1.769561] PM: Adding info for acpi:LNXCPU:22 [ 1.769629] device: 'LNXCPU:23': device_add [ 1.769631] bus: 'acpi': add device LNXCPU:23 [ 1.769636] PM: Adding info for acpi:LNXCPU:23 [ 1.769704] device: 'LNXCPU:24': device_add [ 1.769707] bus: 'acpi': add device LNXCPU:24 [ 1.769712] PM: Adding info for acpi:LNXCPU:24 [ 1.769780] device: 'LNXCPU:25': device_add [ 1.769783] bus: 'acpi': add device LNXCPU:25 [ 1.769789] PM: Adding info for acpi:LNXCPU:25 [ 1.769857] device: 'LNXCPU:26': device_add [ 1.769859] bus: 'acpi': add device LNXCPU:26 [ 1.769865] PM: Adding info for acpi:LNXCPU:26 [ 1.769932] device: 'LNXCPU:27': device_add [ 1.769935] bus: 'acpi': add device LNXCPU:27 [ 1.769941] PM: Adding info for acpi:LNXCPU:27 [ 1.770011] device: 'LNXCPU:28': device_add [ 1.770014] bus: 'acpi': add device LNXCPU:28 [ 1.770019] PM: Adding info for acpi:LNXCPU:28 [ 1.770087] device: 'LNXCPU:29': device_add [ 1.770090] bus: 'acpi': add device LNXCPU:29 [ 1.770095] PM: Adding info for acpi:LNXCPU:29 [ 1.770165] device: 'LNXCPU:2a': device_add [ 1.770168] bus: 'acpi': add device LNXCPU:2a [ 1.770173] PM: Adding info for acpi:LNXCPU:2a [ 1.770241] device: 'LNXCPU:2b': device_add [ 1.770244] bus: 'acpi': add device LNXCPU:2b [ 1.770249] PM: Adding info for acpi:LNXCPU:2b [ 1.770317] device: 'LNXCPU:2c': device_add [ 1.770320] bus: 'acpi': add device LNXCPU:2c [ 1.770326] PM: Adding info for acpi:LNXCPU:2c [ 1.770402] device: 'LNXCPU:2d': device_add [ 1.770405] bus: 'acpi': add device LNXCPU:2d [ 1.770410] PM: Adding info for acpi:LNXCPU:2d [ 1.770478] device: 'LNXCPU:2e': device_add [ 1.770480] bus: 'acpi': add device LNXCPU:2e [ 1.770486] PM: Adding info for acpi:LNXCPU:2e [ 1.770554] device: 'LNXCPU:2f': device_add [ 1.770557] bus: 'acpi': add device LNXCPU:2f [ 1.770562] PM: Adding info for acpi:LNXCPU:2f [ 1.770630] device: 'LNXCPU:30': device_add [ 1.770633] bus: 'acpi': add device LNXCPU:30 [ 1.770638] PM: Adding info for acpi:LNXCPU:30 [ 1.770706] device: 'LNXCPU:31': device_add [ 1.770708] bus: 'acpi': add device LNXCPU:31 [ 1.770714] PM: Adding info for acpi:LNXCPU:31 [ 1.770782] device: 'LNXCPU:32': device_add [ 1.770785] bus: 'acpi': add device LNXCPU:32 [ 1.770791] PM: Adding info for acpi:LNXCPU:32 [ 1.770858] device: 'LNXCPU:33': device_add [ 1.770861] bus: 'acpi': add device LNXCPU:33 [ 1.770867] PM: Adding info for acpi:LNXCPU:33 [ 1.770942] device: 'LNXCPU:34': device_add [ 1.770945] bus: 'acpi': add device LNXCPU:34 [ 1.770951] PM: Adding info for acpi:LNXCPU:34 [ 1.771026] device: 'LNXCPU:35': device_add [ 1.771029] bus: 'acpi': add device LNXCPU:35 [ 1.771034] PM: Adding info for acpi:LNXCPU:35 [ 1.771102] device: 'LNXCPU:36': device_add [ 1.771106] bus: 'acpi': add device LNXCPU:36 [ 1.771111] PM: Adding info for acpi:LNXCPU:36 [ 1.771186] device: 'LNXCPU:37': device_add [ 1.771189] bus: 'acpi': add device LNXCPU:37 [ 1.771194] PM: Adding info for acpi:LNXCPU:37 [ 1.771264] device: 'LNXCPU:38': device_add [ 1.771267] bus: 'acpi': add device LNXCPU:38 [ 1.771273] PM: Adding info for acpi:LNXCPU:38 [ 1.771355] device: 'LNXCPU:39': device_add [ 1.771358] bus: 'acpi': add device LNXCPU:39 [ 1.771363] PM: Adding info for acpi:LNXCPU:39 [ 1.771440] device: 'LNXCPU:3a': device_add [ 1.771443] bus: 'acpi': add device LNXCPU:3a [ 1.771448] PM: Adding info for acpi:LNXCPU:3a [ 1.771517] device: 'LNXCPU:3b': device_add [ 1.771520] bus: 'acpi': add device LNXCPU:3b [ 1.771525] PM: Adding info for acpi:LNXCPU:3b [ 1.771622] device: 'ACPI0004:02': device_add [ 1.771625] bus: 'acpi': add device ACPI0004:02 [ 1.771630] PM: Adding info for acpi:ACPI0004:02 [ 1.771674] device: 'LNXCPU:3c': device_add [ 1.771677] bus: 'acpi': add device LNXCPU:3c [ 1.771683] PM: Adding info for acpi:LNXCPU:3c [ 1.771751] device: 'LNXCPU:3d': device_add [ 1.771753] bus: 'acpi': add device LNXCPU:3d [ 1.771758] PM: Adding info for acpi:LNXCPU:3d [ 1.771828] device: 'LNXCPU:3e': device_add [ 1.771831] bus: 'acpi': add device LNXCPU:3e [ 1.771836] PM: Adding info for acpi:LNXCPU:3e [ 1.771909] device: 'LNXCPU:3f': device_add [ 1.771913] bus: 'acpi': add device LNXCPU:3f [ 1.771919] PM: Adding info for acpi:LNXCPU:3f [ 1.771989] device: 'LNXCPU:40': device_add [ 1.771991] bus: 'acpi': add device LNXCPU:40 [ 1.771997] PM: Adding info for acpi:LNXCPU:40 [ 1.772065] device: 'LNXCPU:41': device_add [ 1.772068] bus: 'acpi': add device LNXCPU:41 [ 1.772074] PM: Adding info for acpi:LNXCPU:41 [ 1.772144] device: 'LNXCPU:42': device_add [ 1.772146] bus: 'acpi': add device LNXCPU:42 [ 1.772151] PM: Adding info for acpi:LNXCPU:42 [ 1.772221] device: 'LNXCPU:43': device_add [ 1.772224] bus: 'acpi': add device LNXCPU:43 [ 1.772230] PM: Adding info for acpi:LNXCPU:43 [ 1.772298] device: 'LNXCPU:44': device_add [ 1.772301] bus: 'acpi': add device LNXCPU:44 [ 1.772306] PM: Adding info for acpi:LNXCPU:44 [ 1.772374] device: 'LNXCPU:45': device_add [ 1.772377] bus: 'acpi': add device LNXCPU:45 [ 1.772382] PM: Adding info for acpi:LNXCPU:45 [ 1.772459] device: 'LNXCPU:46': device_add [ 1.772464] bus: 'acpi': add device LNXCPU:46 [ 1.772469] PM: Adding info for acpi:LNXCPU:46 [ 1.772546] device: 'LNXCPU:47': device_add [ 1.772549] bus: 'acpi': add device LNXCPU:47 [ 1.772554] PM: Adding info for acpi:LNXCPU:47 [ 1.772624] device: 'LNXCPU:48': device_add [ 1.772627] bus: 'acpi': add device LNXCPU:48 [ 1.772633] PM: Adding info for acpi:LNXCPU:48 [ 1.772710] device: 'LNXCPU:49': device_add [ 1.772713] bus: 'acpi': add device LNXCPU:49 [ 1.772718] PM: Adding info for acpi:LNXCPU:49 [ 1.772794] device: 'LNXCPU:4a': device_add [ 1.772796] bus: 'acpi': add device LNXCPU:4a [ 1.772801] PM: Adding info for acpi:LNXCPU:4a [ 1.772870] device: 'LNXCPU:4b': device_add [ 1.772873] bus: 'acpi': add device LNXCPU:4b [ 1.772878] PM: Adding info for acpi:LNXCPU:4b [ 1.772945] device: 'LNXCPU:4c': device_add [ 1.772948] bus: 'acpi': add device LNXCPU:4c [ 1.772953] PM: Adding info for acpi:LNXCPU:4c [ 1.773028] device: 'LNXCPU:4d': device_add [ 1.773030] bus: 'acpi': add device LNXCPU:4d [ 1.773036] PM: Adding info for acpi:LNXCPU:4d [ 1.773104] device: 'LNXCPU:4e': device_add [ 1.773107] bus: 'acpi': add device LNXCPU:4e [ 1.773112] PM: Adding info for acpi:LNXCPU:4e [ 1.773180] device: 'LNXCPU:4f': device_add [ 1.773183] bus: 'acpi': add device LNXCPU:4f [ 1.773188] PM: Adding info for acpi:LNXCPU:4f [ 1.773256] device: 'LNXCPU:50': device_add [ 1.773259] bus: 'acpi': add device LNXCPU:50 [ 1.773264] PM: Adding info for acpi:LNXCPU:50 [ 1.773331] device: 'LNXCPU:51': device_add [ 1.773334] bus: 'acpi': add device LNXCPU:51 [ 1.773339] PM: Adding info for acpi:LNXCPU:51 [ 1.773406] device: 'LNXCPU:52': device_add [ 1.773408] bus: 'acpi': add device LNXCPU:52 [ 1.773414] PM: Adding info for acpi:LNXCPU:52 [ 1.773482] device: 'LNXCPU:53': device_add [ 1.773485] bus: 'acpi': add device LNXCPU:53 [ 1.773490] PM: Adding info for acpi:LNXCPU:53 [ 1.773566] device: 'LNXCPU:54': device_add [ 1.773568] bus: 'acpi': add device LNXCPU:54 [ 1.773574] PM: Adding info for acpi:LNXCPU:54 [ 1.773649] device: 'LNXCPU:55': device_add [ 1.773652] bus: 'acpi': add device LNXCPU:55 [ 1.773657] PM: Adding info for acpi:LNXCPU:55 [ 1.773724] device: 'LNXCPU:56': device_add [ 1.773727] bus: 'acpi': add device LNXCPU:56 [ 1.773732] PM: Adding info for acpi:LNXCPU:56 [ 1.773800] device: 'LNXCPU:57': device_add [ 1.773803] bus: 'acpi': add device LNXCPU:57 [ 1.773808] PM: Adding info for acpi:LNXCPU:57 [ 1.773876] device: 'LNXCPU:58': device_add [ 1.773879] bus: 'acpi': add device LNXCPU:58 [ 1.773884] PM: Adding info for acpi:LNXCPU:58 [ 1.773952] device: 'LNXCPU:59': device_add [ 1.773955] bus: 'acpi': add device LNXCPU:59 [ 1.773961] PM: Adding info for acpi:LNXCPU:59 [ 1.774062] device: 'ACPI0004:03': device_add [ 1.774066] bus: 'acpi': add device ACPI0004:03 [ 1.774071] PM: Adding info for acpi:ACPI0004:03 [ 1.774115] device: 'LNXCPU:5a': device_add [ 1.774118] bus: 'acpi': add device LNXCPU:5a [ 1.774123] PM: Adding info for acpi:LNXCPU:5a [ 1.774192] device: 'LNXCPU:5b': device_add [ 1.774194] bus: 'acpi': add device LNXCPU:5b [ 1.774199] PM: Adding info for acpi:LNXCPU:5b [ 1.774269] device: 'LNXCPU:5c': device_add [ 1.774272] bus: 'acpi': add device LNXCPU:5c [ 1.774277] PM: Adding info for acpi:LNXCPU:5c [ 1.774352] device: 'LNXCPU:5d': device_add [ 1.774355] bus: 'acpi': add device LNXCPU:5d [ 1.774361] PM: Adding info for acpi:LNXCPU:5d [ 1.774428] device: 'LNXCPU:5e': device_add [ 1.774431] bus: 'acpi': add device LNXCPU:5e [ 1.774436] PM: Adding info for acpi:LNXCPU:5e [ 1.774503] device: 'LNXCPU:5f': device_add [ 1.774506] bus: 'acpi': add device LNXCPU:5f [ 1.774512] PM: Adding info for acpi:LNXCPU:5f [ 1.774579] device: 'LNXCPU:60': device_add [ 1.774582] bus: 'acpi': add device LNXCPU:60 [ 1.774587] PM: Adding info for acpi:LNXCPU:60 [ 1.774655] device: 'LNXCPU:61': device_add [ 1.774657] bus: 'acpi': add device LNXCPU:61 [ 1.774662] PM: Adding info for acpi:LNXCPU:61 [ 1.774729] device: 'LNXCPU:62': device_add [ 1.774733] bus: 'acpi': add device LNXCPU:62 [ 1.774738] PM: Adding info for acpi:LNXCPU:62 [ 1.774813] device: 'LNXCPU:63': device_add [ 1.774816] bus: 'acpi': add device LNXCPU:63 [ 1.774821] PM: Adding info for acpi:LNXCPU:63 [ 1.774888] device: 'LNXCPU:64': device_add [ 1.774891] bus: 'acpi': add device LNXCPU:64 [ 1.774897] PM: Adding info for acpi:LNXCPU:64 [ 1.774964] device: 'LNXCPU:65': device_add [ 1.774967] bus: 'acpi': add device LNXCPU:65 [ 1.774972] PM: Adding info for acpi:LNXCPU:65 [ 1.775047] device: 'LNXCPU:66': device_add [ 1.775050] bus: 'acpi': add device LNXCPU:66 [ 1.775055] PM: Adding info for acpi:LNXCPU:66 [ 1.775124] device: 'LNXCPU:67': device_add [ 1.775127] bus: 'acpi': add device LNXCPU:67 [ 1.775132] PM: Adding info for acpi:LNXCPU:67 [ 1.775201] device: 'LNXCPU:68': device_add [ 1.775204] bus: 'acpi': add device LNXCPU:68 [ 1.775209] PM: Adding info for acpi:LNXCPU:68 [ 1.775276] device: 'LNXCPU:69': device_add [ 1.775279] bus: 'acpi': add device LNXCPU:69 [ 1.775285] PM: Adding info for acpi:LNXCPU:69 [ 1.775352] device: 'LNXCPU:6a': device_add [ 1.775355] bus: 'acpi': add device LNXCPU:6a [ 1.775360] PM: Adding info for acpi:LNXCPU:6a [ 1.775428] device: 'LNXCPU:6b': device_add [ 1.775430] bus: 'acpi': add device LNXCPU:6b [ 1.775436] PM: Adding info for acpi:LNXCPU:6b [ 1.775504] device: 'LNXCPU:6c': device_add [ 1.775507] bus: 'acpi': add device LNXCPU:6c [ 1.775512] PM: Adding info for acpi:LNXCPU:6c [ 1.775579] device: 'LNXCPU:6d': device_add [ 1.775582] bus: 'acpi': add device LNXCPU:6d [ 1.775588] PM: Adding info for acpi:LNXCPU:6d [ 1.775655] device: 'LNXCPU:6e': device_add [ 1.775658] bus: 'acpi': add device LNXCPU:6e [ 1.775664] PM: Adding info for acpi:LNXCPU:6e [ 1.775731] device: 'LNXCPU:6f': device_add [ 1.775734] bus: 'acpi': add device LNXCPU:6f [ 1.775739] PM: Adding info for acpi:LNXCPU:6f [ 1.775814] device: 'LNXCPU:70': device_add [ 1.775817] bus: 'acpi': add device LNXCPU:70 [ 1.775823] PM: Adding info for acpi:LNXCPU:70 [ 1.775898] device: 'LNXCPU:71': device_add [ 1.775901] bus: 'acpi': add device LNXCPU:71 [ 1.775906] PM: Adding info for acpi:LNXCPU:71 [ 1.775981] device: 'LNXCPU:72': device_add [ 1.775984] bus: 'acpi': add device LNXCPU:72 [ 1.775990] PM: Adding info for acpi:LNXCPU:72 [ 1.776057] device: 'LNXCPU:73': device_add [ 1.776061] bus: 'acpi': add device LNXCPU:73 [ 1.776066] PM: Adding info for acpi:LNXCPU:73 [ 1.776134] device: 'LNXCPU:74': device_add [ 1.776137] bus: 'acpi': add device LNXCPU:74 [ 1.776142] PM: Adding info for acpi:LNXCPU:74 [ 1.776209] device: 'LNXCPU:75': device_add [ 1.776212] bus: 'acpi': add device LNXCPU:75 [ 1.776218] PM: Adding info for acpi:LNXCPU:75 [ 1.776286] device: 'LNXCPU:76': device_add [ 1.776288] bus: 'acpi': add device LNXCPU:76 [ 1.776293] PM: Adding info for acpi:LNXCPU:76 [ 1.776361] device: 'LNXCPU:77': device_add [ 1.776363] bus: 'acpi': add device LNXCPU:77 [ 1.776369] PM: Adding info for acpi:LNXCPU:77 [ 1.776420] device: 'LNXSYBUS:01': device_add [ 1.776422] bus: 'acpi': add device LNXSYBUS:01 [ 1.776428] PM: Adding info for acpi:LNXSYBUS:01 [ 1.776499] device: 'PNP0C02:04': device_add [ 1.776502] bus: 'acpi': add device PNP0C02:04 [ 1.776507] PM: Adding info for acpi:PNP0C02:04 [ 1.776659] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-fe]) [ 1.776835] acpi PNP0A08:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.777075] acpi PNP0A08:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 1.777470] device: 'pci0000:00': device_add [ 1.777480] PM: Adding info for No Bus:pci0000:00 [ 1.777482] device: '0000:00': device_add [ 1.777493] PM: Adding info for No Bus:0000:00 [ 1.777550] PCI host bridge to bus 0000:00 [ 1.777722] pci_bus 0000:00: root bus resource [io 0x0000-0x03af window] [ 1.777893] pci_bus 0000:00: root bus resource [io 0x03e0-0x0cf7 window] [ 1.778067] pci_bus 0000:00: root bus resource [io 0x03b0-0x03df window] [ 1.778241] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff window] [ 1.778414] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff window] [ 1.778710] pci_bus 0000:00: root bus resource [mem 0x000c0000-0x000dffff window] [ 1.779002] pci_bus 0000:00: root bus resource [mem 0xfed08000-0xfed08fff window] [ 1.779292] pci_bus 0000:00: root bus resource [mem 0xfed0e000-0xfed0ffff window] [ 1.779577] pci_bus 0000:00: root bus resource [mem 0x80000000-0xfbffffff window] [ 1.779863] pci_bus 0000:00: root bus resource [bus 00-fe] [ 1.780071] pci 0000:00:00.0: [8086:3c00] type 00 class 0x060000 [ 1.780127] pci 0000:00:00.0: PME# supported from D0 D3hot D3cold [ 1.780136] device: '0000:00:00.0': device_add [ 1.780168] bus: 'pci': add device 0000:00:00.0 [ 1.780188] PM: Adding info for pci:0000:00:00.0 [ 1.780206] pci 0000:00:01.0: [8086:3c02] type 01 class 0x060400 [ 1.780264] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold [ 1.780272] device: '0000:00:01.0': device_add [ 1.780322] pci 0000:00:01.0: System wakeup disabled by ACPI [ 1.780494] bus: 'pci': add device 0000:00:01.0 [ 1.780517] PM: Adding info for pci:0000:00:01.0 [ 1.780538] pci 0000:00:02.0: [8086:3c04] type 01 class 0x060400 [ 1.780594] pci 0000:00:02.0: PME# supported from D0 D3hot D3cold [ 1.780609] device: '0000:00:02.0': device_add [ 1.780642] pci 0000:00:02.0: System wakeup disabled by ACPI [ 1.780827] bus: 'pci': add device 0000:00:02.0 [ 1.780845] PM: Adding info for pci:0000:00:02.0 [ 1.780865] pci 0000:00:03.0: [8086:3c08] type 01 class 0x060400 [ 1.780921] pci 0000:00:03.0: PME# supported from D0 D3hot D3cold [ 1.780936] device: '0000:00:03.0': device_add [ 1.780968] pci 0000:00:03.0: System wakeup disabled by ACPI [ 1.781140] bus: 'pci': add device 0000:00:03.0 [ 1.781167] PM: Adding info for pci:0000:00:03.0 [ 1.781182] pci 0000:00:03.2: [8086:3c0a] type 01 class 0x060400 [ 1.781238] pci 0000:00:03.2: PME# supported from D0 D3hot D3cold [ 1.781246] device: '0000:00:03.2': device_add [ 1.781278] pci 0000:00:03.2: System wakeup disabled by ACPI [ 1.781455] bus: 'pci': add device 0000:00:03.2 [ 1.781477] PM: Adding info for pci:0000:00:03.2 [ 1.781495] pci 0000:00:04.0: [8086:3c20] type 00 class 0x088000 [ 1.781508] pci 0000:00:04.0: reg 0x10: [mem 0xfb11c000-0xfb11ffff 64bit] [ 1.781571] device: '0000:00:04.0': device_add [ 1.781600] bus: 'pci': add device 0000:00:04.0 [ 1.781614] PM: Adding info for pci:0000:00:04.0 [ 1.781630] pci 0000:00:04.1: [8086:3c21] type 00 class 0x088000 [ 1.781642] pci 0000:00:04.1: reg 0x10: [mem 0xfb118000-0xfb11bfff 64bit] [ 1.781703] device: '0000:00:04.1': device_add [ 1.781732] bus: 'pci': add device 0000:00:04.1 [ 1.781746] PM: Adding info for pci:0000:00:04.1 [ 1.781760] pci 0000:00:04.2: [8086:3c22] type 00 class 0x088000 [ 1.781772] pci 0000:00:04.2: reg 0x10: [mem 0xfb114000-0xfb117fff 64bit] [ 1.781833] device: '0000:00:04.2': device_add [ 1.781862] bus: 'pci': add device 0000:00:04.2 [ 1.781875] PM: Adding info for pci:0000:00:04.2 [ 1.781889] pci 0000:00:04.3: [8086:3c23] type 00 class 0x088000 [ 1.781902] pci 0000:00:04.3: reg 0x10: [mem 0xfb110000-0xfb113fff 64bit] [ 1.781962] device: '0000:00:04.3': device_add [ 1.781992] bus: 'pci': add device 0000:00:04.3 [ 1.782005] PM: Adding info for pci:0000:00:04.3 [ 1.782019] pci 0000:00:04.4: [8086:3c24] type 00 class 0x088000 [ 1.782031] pci 0000:00:04.4: reg 0x10: [mem 0xfb10c000-0xfb10ffff 64bit] [ 1.782092] device: '0000:00:04.4': device_add [ 1.782121] bus: 'pci': add device 0000:00:04.4 [ 1.782135] PM: Adding info for pci:0000:00:04.4 [ 1.782149] pci 0000:00:04.5: [8086:3c25] type 00 class 0x088000 [ 1.782161] pci 0000:00:04.5: reg 0x10: [mem 0xfb108000-0xfb10bfff 64bit] [ 1.782222] device: '0000:00:04.5': device_add [ 1.782251] bus: 'pci': add device 0000:00:04.5 [ 1.782265] PM: Adding info for pci:0000:00:04.5 [ 1.782279] pci 0000:00:04.6: [8086:3c26] type 00 class 0x088000 [ 1.782291] pci 0000:00:04.6: reg 0x10: [mem 0xfb104000-0xfb107fff 64bit] [ 1.782352] device: '0000:00:04.6': device_add [ 1.782381] bus: 'pci': add device 0000:00:04.6 [ 1.782394] PM: Adding info for pci:0000:00:04.6 [ 1.782409] pci 0000:00:04.7: [8086:3c27] type 00 class 0x088000 [ 1.782421] pci 0000:00:04.7: reg 0x10: [mem 0xfb100000-0xfb103fff 64bit] [ 1.782482] device: '0000:00:04.7': device_add [ 1.782510] bus: 'pci': add device 0000:00:04.7 [ 1.782532] PM: Adding info for pci:0000:00:04.7 [ 1.782546] pci 0000:00:05.0: [8086:3c28] type 00 class 0x088000 [ 1.782597] device: '0000:00:05.0': device_add [ 1.782626] bus: 'pci': add device 0000:00:05.0 [ 1.782649] PM: Adding info for pci:0000:00:05.0 [ 1.782663] pci 0000:00:05.2: [8086:3c2a] type 00 class 0x088000 [ 1.782714] device: '0000:00:05.2': device_add [ 1.782743] bus: 'pci': add device 0000:00:05.2 [ 1.782756] PM: Adding info for pci:0000:00:05.2 [ 1.782768] pci 0000:00:05.4: [8086:3c2c] type 00 class 0x080020 [ 1.782779] pci 0000:00:05.4: reg 0x10: [mem 0xfb125000-0xfb125fff] [ 1.782835] device: '0000:00:05.4': device_add [ 1.782865] bus: 'pci': add device 0000:00:05.4 [ 1.782878] PM: Adding info for pci:0000:00:05.4 [ 1.782903] pci 0000:00:11.0: [8086:1d3e] type 01 class 0x060400 [ 1.782985] pci 0000:00:11.0: PME# supported from D0 D3hot D3cold [ 1.782996] device: '0000:00:11.0': device_add [ 1.783029] bus: 'pci': add device 0000:00:11.0 [ 1.783049] PM: Adding info for pci:0000:00:11.0 [ 1.783068] pci 0000:00:16.0: [8086:1d3a] type 00 class 0x078000 [ 1.783087] pci 0000:00:16.0: reg 0x10: [mem 0xfed0e000-0xfed0e00f 64bit] [ 1.783155] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold [ 1.783170] device: '0000:00:16.0': device_add [ 1.783211] bus: 'pci': add device 0000:00:16.0 [ 1.783230] PM: Adding info for pci:0000:00:16.0 [ 1.783244] pci 0000:00:16.1: [8086:1d3b] type 00 class 0x078000 [ 1.783263] pci 0000:00:16.1: reg 0x10: [mem 0xfed0f000-0xfed0f00f 64bit] [ 1.783331] pci 0000:00:16.1: PME# supported from D0 D3hot D3cold [ 1.783345] device: '0000:00:16.1': device_add [ 1.783378] bus: 'pci': add device 0000:00:16.1 [ 1.783396] PM: Adding info for pci:0000:00:16.1 [ 1.783421] pci 0000:00:1a.0: [8086:1d2d] type 00 class 0x0c0320 [ 1.783438] pci 0000:00:1a.0: reg 0x10: [mem 0xfb123000-0xfb1233ff] [ 1.783520] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold [ 1.783529] device: '0000:00:1a.0': device_add [ 1.783561] pci 0000:00:1a.0: System wakeup disabled by ACPI [ 1.783739] bus: 'pci': add device 0000:00:1a.0 [ 1.783758] PM: Adding info for pci:0000:00:1a.0 [ 1.783777] pci 0000:00:1d.0: [8086:1d26] type 00 class 0x0c0320 [ 1.783793] pci 0000:00:1d.0: reg 0x10: [mem 0xfb122000-0xfb1223ff] [ 1.783875] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold [ 1.783884] device: '0000:00:1d.0': device_add [ 1.783919] pci 0000:00:1d.0: System wakeup disabled by ACPI [ 1.784101] bus: 'pci': add device 0000:00:1d.0 [ 1.784120] PM: Adding info for pci:0000:00:1d.0 [ 1.784134] pci 0000:00:1e.0: [8086:244e] type 01 class 0x060401 [ 1.784184] device: '0000:00:1e.0': device_add [ 1.784216] pci 0000:00:1e.0: System wakeup disabled by ACPI [ 1.784386] bus: 'pci': add device 0000:00:1e.0 [ 1.784412] PM: Adding info for pci:0000:00:1e.0 [ 1.784428] pci 0000:00:1f.0: [8086:1d41] type 00 class 0x060100 [ 1.784532] device: '0000:00:1f.0': device_add [ 1.784564] bus: 'pci': add device 0000:00:1f.0 [ 1.784582] PM: Adding info for pci:0000:00:1f.0 [ 1.784598] pci 0000:00:1f.2: [8086:1d02] type 00 class 0x010601 [ 1.784612] pci 0000:00:1f.2: reg 0x10: [io 0xf050-0xf057] [ 1.784620] pci 0000:00:1f.2: reg 0x14: [io 0xf040-0xf043] [ 1.784627] pci 0000:00:1f.2: reg 0x18: [io 0xf030-0xf037] [ 1.784634] pci 0000:00:1f.2: reg 0x1c: [io 0xf020-0xf023] [ 1.784641] pci 0000:00:1f.2: reg 0x20: [io 0xf000-0xf01f] [ 1.784649] pci 0000:00:1f.2: reg 0x24: [mem 0xfb121000-0xfb1217ff] [ 1.784688] pci 0000:00:1f.2: PME# supported from D3hot [ 1.784696] device: '0000:00:1f.2': device_add [ 1.784728] bus: 'pci': add device 0000:00:1f.2 [ 1.784747] PM: Adding info for pci:0000:00:1f.2 [ 1.784758] pci 0000:00:1f.3: [8086:1d22] type 00 class 0x0c0500 [ 1.784772] pci 0000:00:1f.3: reg 0x10: [mem 0xfb120000-0xfb1200ff 64bit] [ 1.784792] pci 0000:00:1f.3: reg 0x20: [io 0x1180-0x119f] [ 1.784816] device: '0000:00:1f.3': device_add [ 1.784846] bus: 'pci': add device 0000:00:1f.3 [ 1.784860] PM: Adding info for pci:0000:00:1f.3 [ 1.784875] pci 0000:00:1f.6: [8086:1d24] type 00 class 0x118000 [ 1.784894] pci 0000:00:1f.6: reg 0x10: [mem 0xfed08000-0xfed08fff 64bit] [ 1.784959] device: '0000:00:1f.6': device_add [ 1.784988] bus: 'pci': add device 0000:00:1f.6 [ 1.785002] PM: Adding info for pci:0000:00:1f.6 [ 1.785032] device: '0000:01': device_add [ 1.785043] PM: Adding info for No Bus:0000:01 [ 1.785052] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.785250] device: '0000:02': device_add [ 1.785260] PM: Adding info for No Bus:0000:02 [ 1.785272] pci 0000:02:00.0: [1106:3483] type 00 class 0x0c0330 [ 1.785283] pci 0000:02:00.0: reg 0x10: [mem 0xfbb00000-0xfbb00fff 64bit] [ 1.785335] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold [ 1.785344] device: '0000:02:00.0': device_add [ 1.785348] bus: 'pci': add device 0000:02:00.0 [ 1.785368] PM: Adding info for pci:0000:02:00.0 [ 1.792122] pci 0000:00:02.0: PCI bridge to [bus 02] [ 1.792308] pci 0000:00:02.0: bridge window [mem 0xfbb00000-0xfbbfffff] [ 1.792343] device: '0000:03': device_add [ 1.792354] PM: Adding info for No Bus:0000:03 [ 1.792370] pci 0000:03:00.0: [8086:1521] type 00 class 0x020000 [ 1.792380] pci 0000:03:00.0: reg 0x10: [mem 0xfba20000-0xfba3ffff] [ 1.792398] pci 0000:03:00.0: reg 0x1c: [mem 0xfba44000-0xfba47fff] [ 1.792452] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold [ 1.792470] device: '0000:03:00.0': device_add [ 1.792474] bus: 'pci': add device 0000:03:00.0 [ 1.792492] PM: Adding info for pci:0000:03:00.0 [ 1.792508] pci 0000:03:00.1: [8086:1521] type 00 class 0x020000 [ 1.792518] pci 0000:03:00.1: reg 0x10: [mem 0xfba00000-0xfba1ffff] [ 1.792536] pci 0000:03:00.1: reg 0x1c: [mem 0xfba40000-0xfba43fff] [ 1.792588] pci 0000:03:00.1: PME# supported from D0 D3hot D3cold [ 1.792603] device: '0000:03:00.1': device_add [ 1.792606] bus: 'pci': add device 0000:03:00.1 [ 1.792625] PM: Adding info for pci:0000:03:00.1 [ 1.800126] pci 0000:00:03.0: PCI bridge to [bus 03-04] [ 1.800312] pci 0000:00:03.0: bridge window [mem 0xfba00000-0xfbafffff] [ 1.800348] device: '0000:05': device_add [ 1.800357] PM: Adding info for No Bus:0000:05 [ 1.800371] pci 0000:05:00.0: [9005:028b] type 00 class 0x010400 [ 1.800381] pci 0000:05:00.0: reg 0x10: [mem 0xfb400000-0xfb7fffff 64bit] [ 1.800390] pci 0000:05:00.0: reg 0x18: [mem 0xfb841000-0xfb8417ff 64bit] [ 1.800396] pci 0000:05:00.0: reg 0x20: [mem 0xfb840000-0xfb8400ff] [ 1.800407] pci 0000:05:00.0: reg 0x30: [mem 0xfb800000-0xfb83ffff pref] [ 1.800438] pci 0000:05:00.0: supports D1 [ 1.800446] pci 0000:05:00.0: PME# supported from D0 [ 1.800455] device: '0000:05:00.0': device_add [ 1.800459] bus: 'pci': add device 0000:05:00.0 [ 1.800481] PM: Adding info for pci:0000:05:00.0 [ 1.808130] pci 0000:00:03.2: PCI bridge to [bus 05] [ 1.808317] pci 0000:00:03.2: bridge window [mem 0xfb400000-0xfb8fffff] [ 1.808360] device: '0000:06': device_add [ 1.808371] PM: Adding info for No Bus:0000:06 [ 1.808378] pci 0000:00:11.0: PCI bridge to [bus 06] [ 1.808576] device: '0000:07': device_add [ 1.808585] PM: Adding info for No Bus:0000:07 [ 1.808602] pci 0000:07:04.0: [102b:0532] type 00 class 0x030000 [ 1.808617] pci 0000:07:04.0: reg 0x10: [mem 0xf9000000-0xf9ffffff pref] [ 1.808627] pci 0000:07:04.0: reg 0x14: [mem 0xfb000000-0xfb003fff] [ 1.808636] pci 0000:07:04.0: reg 0x18: [mem 0xfa800000-0xfaffffff] [ 1.808699] device: '0000:07:04.0': device_add [ 1.808707] bus: 'pci': add device 0000:07:04.0 [ 1.808721] PM: Adding info for pci:0000:07:04.0 [ 1.808759] pci 0000:00:1e.0: PCI bridge to [bus 07] (subtractive decode) [ 1.808931] pci 0000:00:1e.0: bridge window [mem 0xfa800000-0xfb0fffff] [ 1.808944] pci 0000:00:1e.0: bridge window [mem 0xf9000000-0xf9ffffff 64bit pref] [ 1.808946] pci 0000:00:1e.0: bridge window [io 0x0000-0x03af window] (subtractive decode) [ 1.808947] pci 0000:00:1e.0: bridge window [io 0x03e0-0x0cf7 window] (subtractive decode) [ 1.808954] pci 0000:00:1e.0: bridge window [io 0x03b0-0x03df window] (subtractive decode) [ 1.808955] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff window] (subtractive decode) [ 1.808957] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff window] (subtractive decode) [ 1.808959] pci 0000:00:1e.0: bridge window [mem 0x000c0000-0x000dffff window] (subtractive decode) [ 1.808961] pci 0000:00:1e.0: bridge window [mem 0xfed08000-0xfed08fff window] (subtractive decode) [ 1.808962] pci 0000:00:1e.0: bridge window [mem 0xfed0e000-0xfed0ffff window] (subtractive decode) [ 1.808964] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xfbffffff window] (subtractive decode) [ 1.808999] pci_bus 0000:00: on NUMA node 0 [ 1.809063] Registering platform device 'PNP0800:00'. Parent at 0000:00:1f.0 [ 1.809064] device: 'PNP0800:00': device_add [ 1.809069] bus: 'platform': add device PNP0800:00 [ 1.809077] PM: Adding info for platform:PNP0800:00 [ 1.809098] Registering platform device 'PNP0C04:00'. Parent at 0000:00:1f.0 [ 1.809099] device: 'PNP0C04:00': device_add [ 1.809103] bus: 'platform': add device PNP0C04:00 [ 1.809109] PM: Adding info for platform:PNP0C04:00 [ 1.809417] Registering platform device 'IPI0001:00'. Parent at 0000:00:1f.0 [ 1.809419] device: 'IPI0001:00': device_add [ 1.809424] bus: 'platform': add device IPI0001:00 [ 1.809430] PM: Adding info for platform:IPI0001:00 [ 1.809551] Registering platform device 'PNP0103:00'. Parent at pci0000:00 [ 1.809552] device: 'PNP0103:00': device_add [ 1.809557] bus: 'platform': add device PNP0103:00 [ 1.809564] PM: Adding info for platform:PNP0103:00 [ 1.809597] ACPI: PCI Root Bridge [UNC0] (domain 0000 [bus ff]) [ 1.809767] acpi PNP0A03:00: _OSC: OS supports [ASPM ClockPM Segments MSI] [ 1.809945] acpi PNP0A03:00: _OSC: not requesting OS control; OS requires [ExtendedConfig ASPM ClockPM MSI] [ 1.810253] device: 'pci0000:ff': device_add [ 1.810261] PM: Adding info for No Bus:pci0000:ff [ 1.810263] device: '0000:ff': device_add [ 1.810272] PM: Adding info for No Bus:0000:ff [ 1.810279] PCI host bridge to bus 0000:ff [ 1.810445] pci_bus 0000:ff: root bus resource [bus ff] [ 1.810620] pci 0000:ff:08.0: [8086:3c80] type 00 class 0x088000 [ 1.810647] device: '0000:ff:08.0': device_add [ 1.810651] bus: 'pci': add device 0000:ff:08.0 [ 1.810665] PM: Adding info for pci:0000:ff:08.0 [ 1.810685] pci 0000:ff:08.3: [8086:3c83] type 00 class 0x088000 [ 1.810716] device: '0000:ff:08.3': device_add [ 1.810720] bus: 'pci': add device 0000:ff:08.3 [ 1.810734] PM: Adding info for pci:0000:ff:08.3 [ 1.810746] pci 0000:ff:08.4: [8086:3c84] type 00 class 0x088000 [ 1.810783] device: '0000:ff:08.4': device_add [ 1.810786] bus: 'pci': add device 0000:ff:08.4 [ 1.810800] PM: Adding info for pci:0000:ff:08.4 [ 1.810814] pci 0000:ff:09.0: [8086:3c90] type 00 class 0x088000 [ 1.810841] device: '0000:ff:09.0': device_add [ 1.810845] bus: 'pci': add device 0000:ff:09.0 [ 1.810859] PM: Adding info for pci:0000:ff:09.0 [ 1.810871] pci 0000:ff:09.3: [8086:3c93] type 00 class 0x088000 [ 1.810901] device: '0000:ff:09.3': device_add [ 1.810905] bus: 'pci': add device 0000:ff:09.3 [ 1.810918] PM: Adding info for pci:0000:ff:09.3 [ 1.810930] pci 0000:ff:09.4: [8086:3c94] type 00 class 0x088000 [ 1.810967] device: '0000:ff:09.4': device_add [ 1.810970] bus: 'pci': add device 0000:ff:09.4 [ 1.810984] PM: Adding info for pci:0000:ff:09.4 [ 1.810994] pci 0000:ff:0a.0: [8086:3cc0] type 00 class 0x088000 [ 1.811014] device: '0000:ff:0a.0': device_add [ 1.811017] bus: 'pci': add device 0000:ff:0a.0 [ 1.811031] PM: Adding info for pci:0000:ff:0a.0 [ 1.811039] pci 0000:ff:0a.1: [8086:3cc1] type 00 class 0x088000 [ 1.811059] device: '0000:ff:0a.1': device_add [ 1.811063] bus: 'pci': add device 0000:ff:0a.1 [ 1.811077] PM: Adding info for pci:0000:ff:0a.1 [ 1.811085] pci 0000:ff:0a.2: [8086:3cc2] type 00 class 0x088000 [ 1.811105] device: '0000:ff:0a.2': device_add [ 1.811109] bus: 'pci': add device 0000:ff:0a.2 [ 1.811123] PM: Adding info for pci:0000:ff:0a.2 [ 1.811131] pci 0000:ff:0a.3: [8086:3cd0] type 00 class 0x088000 [ 1.811151] device: '0000:ff:0a.3': device_add [ 1.811155] bus: 'pci': add device 0000:ff:0a.3 [ 1.811168] PM: Adding info for pci:0000:ff:0a.3 [ 1.811179] pci 0000:ff:0b.0: [8086:3ce0] type 00 class 0x088000 [ 1.811204] device: '0000:ff:0b.0': device_add [ 1.811208] bus: 'pci': add device 0000:ff:0b.0 [ 1.811222] PM: Adding info for pci:0000:ff:0b.0 [ 1.811231] pci 0000:ff:0b.3: [8086:3ce3] type 00 class 0x088000 [ 1.811249] device: '0000:ff:0b.3': device_add [ 1.811253] bus: 'pci': add device 0000:ff:0b.3 [ 1.811267] PM: Adding info for pci:0000:ff:0b.3 [ 1.811277] pci 0000:ff:0c.0: [8086:3ce8] type 00 class 0x088000 [ 1.811304] device: '0000:ff:0c.0': device_add [ 1.811307] bus: 'pci': add device 0000:ff:0c.0 [ 1.811321] PM: Adding info for pci:0000:ff:0c.0 [ 1.811330] pci 0000:ff:0c.1: [8086:3ce8] type 00 class 0x088000 [ 1.811356] device: '0000:ff:0c.1': device_add [ 1.811360] bus: 'pci': add device 0000:ff:0c.1 [ 1.811373] PM: Adding info for pci:0000:ff:0c.1 [ 1.811381] pci 0000:ff:0c.2: [8086:3ce8] type 00 class 0x088000 [ 1.811400] device: '0000:ff:0c.2': device_add [ 1.811404] bus: 'pci': add device 0000:ff:0c.2 [ 1.811417] PM: Adding info for pci:0000:ff:0c.2 [ 1.811427] pci 0000:ff:0c.6: [8086:3cf4] type 00 class 0x088000 [ 1.811446] device: '0000:ff:0c.6': device_add [ 1.811450] bus: 'pci': add device 0000:ff:0c.6 [ 1.811463] PM: Adding info for pci:0000:ff:0c.6 [ 1.811472] pci 0000:ff:0c.7: [8086:3cf6] type 00 class 0x088000 [ 1.811491] device: '0000:ff:0c.7': device_add [ 1.811494] bus: 'pci': add device 0000:ff:0c.7 [ 1.811508] PM: Adding info for pci:0000:ff:0c.7 [ 1.811517] pci 0000:ff:0d.0: [8086:3ce8] type 00 class 0x088000 [ 1.811537] device: '0000:ff:0d.0': device_add [ 1.811540] bus: 'pci': add device 0000:ff:0d.0 [ 1.811554] PM: Adding info for pci:0000:ff:0d.0 [ 1.811563] pci 0000:ff:0d.1: [8086:3ce8] type 00 class 0x088000 [ 1.811582] device: '0000:ff:0d.1': device_add [ 1.811585] bus: 'pci': add device 0000:ff:0d.1 [ 1.811599] PM: Adding info for pci:0000:ff:0d.1 [ 1.811608] pci 0000:ff:0d.2: [8086:3ce8] type 00 class 0x088000 [ 1.811626] device: '0000:ff:0d.2': device_add [ 1.811630] bus: 'pci': add device 0000:ff:0d.2 [ 1.811644] PM: Adding info for pci:0000:ff:0d.2 [ 1.811654] pci 0000:ff:0d.6: [8086:3cf5] type 00 class 0x088000 [ 1.811672] device: '0000:ff:0d.6': device_add [ 1.811676] bus: 'pci': add device 0000:ff:0d.6 [ 1.811689] PM: Adding info for pci:0000:ff:0d.6 [ 1.811698] pci 0000:ff:0e.0: [8086:3ca0] type 00 class 0x088000 [ 1.811722] device: '0000:ff:0e.0': device_add [ 1.811726] bus: 'pci': add device 0000:ff:0e.0 [ 1.811739] PM: Adding info for pci:0000:ff:0e.0 [ 1.811748] pci 0000:ff:0e.1: [8086:3c46] type 00 class 0x110100 [ 1.811770] device: '0000:ff:0e.1': device_add [ 1.811773] bus: 'pci': add device 0000:ff:0e.1 [ 1.811787] PM: Adding info for pci:0000:ff:0e.1 [ 1.811801] pci 0000:ff:0f.0: [8086:3ca8] type 00 class 0x088000 [ 1.811835] device: '0000:ff:0f.0': device_add [ 1.811839] bus: 'pci': add device 0000:ff:0f.0 [ 1.811853] PM: Adding info for pci:0000:ff:0f.0 [ 1.811864] pci 0000:ff:0f.1: [8086:3c71] type 00 class 0x088000 [ 1.811892] device: '0000:ff:0f.1': device_add [ 1.811896] bus: 'pci': add device 0000:ff:0f.1 [ 1.811909] PM: Adding info for pci:0000:ff:0f.1 [ 1.811923] pci 0000:ff:0f.2: [8086:3caa] type 00 class 0x088000 [ 1.811955] device: '0000:ff:0f.2': device_add [ 1.811959] bus: 'pci': add device 0000:ff:0f.2 [ 1.811973] PM: Adding info for pci:0000:ff:0f.2 [ 1.811986] pci 0000:ff:0f.3: [8086:3cab] type 00 class 0x088000 [ 1.812015] device: '0000:ff:0f.3': device_add [ 1.812019] bus: 'pci': add device 0000:ff:0f.3 [ 1.812033] PM: Adding info for pci:0000:ff:0f.3 [ 1.812046] pci 0000:ff:0f.4: [8086:3cac] type 00 class 0x088000 [ 1.812074] device: '0000:ff:0f.4': device_add [ 1.812078] bus: 'pci': add device 0000:ff:0f.4 [ 1.812091] PM: Adding info for pci:0000:ff:0f.4 [ 1.812101] pci 0000:ff:0f.5: [8086:3cad] type 00 class 0x088000 [ 1.812134] device: '0000:ff:0f.5': device_add [ 1.812138] bus: 'pci': add device 0000:ff:0f.5 [ 1.812151] PM: Adding info for pci:0000:ff:0f.5 [ 1.812160] pci 0000:ff:0f.6: [8086:3cae] type 00 class 0x088000 [ 1.812188] device: '0000:ff:0f.6': device_add [ 1.812192] bus: 'pci': add device 0000:ff:0f.6 [ 1.812205] PM: Adding info for pci:0000:ff:0f.6 [ 1.812220] pci 0000:ff:10.0: [8086:3cb0] type 00 class 0x088000 [ 1.812249] device: '0000:ff:10.0': device_add [ 1.812253] bus: 'pci': add device 0000:ff:10.0 [ 1.812266] PM: Adding info for pci:0000:ff:10.0 [ 1.812281] pci 0000:ff:10.1: [8086:3cb1] type 00 class 0x088000 [ 1.812312] device: '0000:ff:10.1': device_add [ 1.812316] bus: 'pci': add device 0000:ff:10.1 [ 1.812329] PM: Adding info for pci:0000:ff:10.1 [ 1.812340] pci 0000:ff:10.2: [8086:3cb2] type 00 class 0x088000 [ 1.812370] device: '0000:ff:10.2': device_add [ 1.812374] bus: 'pci': add device 0000:ff:10.2 [ 1.812387] PM: Adding info for pci:0000:ff:10.2 [ 1.812401] pci 0000:ff:10.3: [8086:3cb3] type 00 class 0x088000 [ 1.812430] device: '0000:ff:10.3': device_add [ 1.812434] bus: 'pci': add device 0000:ff:10.3 [ 1.812447] PM: Adding info for pci:0000:ff:10.3 [ 1.812461] pci 0000:ff:10.4: [8086:3cb4] type 00 class 0x088000 [ 1.812495] device: '0000:ff:10.4': device_add [ 1.812500] bus: 'pci': add device 0000:ff:10.4 [ 1.812513] PM: Adding info for pci:0000:ff:10.4 [ 1.812527] pci 0000:ff:10.5: [8086:3cb5] type 00 class 0x088000 [ 1.812556] device: '0000:ff:10.5': device_add [ 1.812559] bus: 'pci': add device 0000:ff:10.5 [ 1.812573] PM: Adding info for pci:0000:ff:10.5 [ 1.812586] pci 0000:ff:10.6: [8086:3cb6] type 00 class 0x088000 [ 1.812615] device: '0000:ff:10.6': device_add [ 1.812618] bus: 'pci': add device 0000:ff:10.6 [ 1.812632] PM: Adding info for pci:0000:ff:10.6 [ 1.812646] pci 0000:ff:10.7: [8086:3cb7] type 00 class 0x088000 [ 1.812674] device: '0000:ff:10.7': device_add [ 1.812678] bus: 'pci': add device 0000:ff:10.7 [ 1.812691] PM: Adding info for pci:0000:ff:10.7 [ 1.812701] pci 0000:ff:11.0: [8086:3cb8] type 00 class 0x088000 [ 1.812728] device: '0000:ff:11.0': device_add [ 1.812732] bus: 'pci': add device 0000:ff:11.0 [ 1.812746] PM: Adding info for pci:0000:ff:11.0 [ 1.812760] pci 0000:ff:13.0: [8086:3ce4] type 00 class 0x088000 [ 1.812786] device: '0000:ff:13.0': device_add [ 1.812790] bus: 'pci': add device 0000:ff:13.0 [ 1.812803] PM: Adding info for pci:0000:ff:13.0 [ 1.812812] pci 0000:ff:13.1: [8086:3c43] type 00 class 0x110100 [ 1.812838] device: '0000:ff:13.1': device_add [ 1.812842] bus: 'pci': add device 0000:ff:13.1 [ 1.812855] PM: Adding info for pci:0000:ff:13.1 [ 1.812866] pci 0000:ff:13.4: [8086:3ce6] type 00 class 0x110100 [ 1.812885] device: '0000:ff:13.4': device_add [ 1.812889] bus: 'pci': add device 0000:ff:13.4 [ 1.812902] PM: Adding info for pci:0000:ff:13.4 [ 1.812911] pci 0000:ff:13.5: [8086:3c44] type 00 class 0x110100 [ 1.812930] device: '0000:ff:13.5': device_add [ 1.812934] bus: 'pci': add device 0000:ff:13.5 [ 1.812947] PM: Adding info for pci:0000:ff:13.5 [ 1.812956] pci 0000:ff:13.6: [8086:3c45] type 00 class 0x088000 [ 1.812975] device: '0000:ff:13.6': device_add [ 1.812979] bus: 'pci': add device 0000:ff:13.6 [ 1.812992] PM: Adding info for pci:0000:ff:13.6 [ 1.813009] pci_bus 0000:ff: on NUMA node 0 [ 1.813043] Registering platform device 'PNP0C0C:00'. Parent at platform [ 1.813045] device: 'PNP0C0C:00': device_add [ 1.813049] bus: 'platform': add device PNP0C0C:00 [ 1.813061] PM: Adding info for platform:PNP0C0C:00 [ 1.813099] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 10 *11 12 14 15) [ 1.813865] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 *5 6 7 10 11 12 14 15) [ 1.814615] ACPI: PCI Interrupt Link [LNKC] (IRQs *3 4 5 6 10 11 12 14 15) [ 1.815316] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 *4 5 6 10 11 12 14 15) [ 1.816030] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 10 11 12 14 15) *0 [ 1.816939] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 7 10 11 12 14 15) *0 [ 1.817834] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 10 11 12 14 15) *0 [ 1.818727] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 *7 10 11 12 14 15) [ 1.819474] Registering platform device 'PNP0C14:00'. Parent at platform [ 1.819476] device: 'PNP0C14:00': device_add [ 1.819481] bus: 'platform': add device PNP0C14:00 [ 1.819487] PM: Adding info for platform:PNP0C14:00 [ 1.819525] device: 'ACPI0004:00': device_add [ 1.819531] bus: 'container': add device ACPI0004:00 [ 1.819536] PM: Adding info for container:ACPI0004:00 [ 1.820480] device: 'LNXPWRBN:00': device_add [ 1.820484] bus: 'acpi': add device LNXPWRBN:00 [ 1.820490] PM: Adding info for acpi:LNXPWRBN:00 [ 1.820507] ACPI: Enabled 1 GPEs in block 00 to 3F [ 1.820807] bus: 'acpi': add driver ec [ 1.820851] bus: 'pnp': registered [ 1.820854] device: 'vga_arbiter': device_add [ 1.820862] PM: Adding info for No Bus:vga_arbiter [ 1.820900] vgaarb: setting as boot device: PCI:0000:07:04.0 [ 1.820926] ACPI Error: [\_SB_.PRAD] Namespace lookup failure, AE_NOT_FOUND (20160422/psargs-359) [ 1.820930] ACPI Error: Method parse/execution failed [\_GPE._L24] (Node ffff881038ccbbb8), AE_NOT_FOUND (20160422/psparse-542) [ 1.820935] ACPI Exception: AE_NOT_FOUND, while evaluating GPE method [_L24] (20160422/evgpe-592) [ 1.821968] vgaarb: device added: PCI:0000:07:04.0,decodes=io+mem,owns=io+mem,locks=none [ 1.822256] vgaarb: loaded [ 1.822434] vgaarb: bridge control possible 0000:07:04.0 [ 1.822644] device class 'scsi_host': registering [ 1.822661] bus: 'scsi': registered [ 1.822662] device class 'scsi_device': registering [ 1.822667] SCSI subsystem initialized [ 1.822873] device class 'ata_link': registering [ 1.822886] device class 'ata_port': registering [ 1.822891] device class 'ata_device': registering [ 1.822898] libata version 3.00 loaded. [ 1.822908] bus: 'serio': registered [ 1.822909] device class 'input': registering [ 1.822918] device class 'rtc': registering [ 1.822923] device class 'pps': registering [ 1.822927] pps_core: LinuxPPS API ver. 1 registered [ 1.823096] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti <giometti@xxxxxxxx> [ 1.823390] device class 'ptp': registering [ 1.823401] PTP clock support registered [ 1.823574] device class 'power_supply': registering [ 1.823626] device class 'leds': registering [ 1.823642] PCI: Using ACPI for IRQ routing [ 1.823826] PCI: pci_cache_line_size set to 64 bytes [ 1.823946] e820: reserve RAM buffer [mem 0x0009ac00-0x0009ffff] [ 1.823949] e820: reserve RAM buffer [mem 0x7de7b000-0x7fffffff] [ 1.823955] device class 'net': registering [ 1.823971] device: 'lo': device_add [ 1.824011] PM: Adding info for No Bus:lo [ 1.824056] NetLabel: Initializing [ 1.824223] NetLabel: domain hash size = 128 [ 1.824389] NetLabel: protocols = UNLABELED CIPSOv4 [ 1.824583] NetLabel: unlabeled traffic allowed by default [ 1.824777] amd_nb: Cannot enumerate AMD northbridges [ 1.824980] clocksource: Switched to clocksource hpet [ 1.828015] VFS: Disk quotas dquot_6.6.0 [ 1.828208] VFS: Dquot-cache hash table entries: 512 (order 0, 4096 bytes) [ 1.828432] device class 'mem': registering [ 1.828442] device: 'mem': device_add [ 1.828452] PM: Adding info for No Bus:mem [ 1.828477] device: 'kmem': device_add [ 1.828484] PM: Adding info for No Bus:kmem [ 1.828497] device: 'null': device_add [ 1.828503] PM: Adding info for No Bus:null [ 1.828516] device: 'port': device_add [ 1.828522] PM: Adding info for No Bus:port [ 1.828534] device: 'zero': device_add [ 1.828541] PM: Adding info for No Bus:zero [ 1.828554] device: 'full': device_add [ 1.828560] PM: Adding info for No Bus:full [ 1.828573] device: 'random': device_add [ 1.828579] PM: Adding info for No Bus:random [ 1.828592] device: 'urandom': device_add [ 1.828598] PM: Adding info for No Bus:urandom [ 1.828610] device: 'kmsg': device_add [ 1.828617] PM: Adding info for No Bus:kmsg [ 1.828630] device: 'tty': device_add [ 1.828637] PM: Adding info for No Bus:tty [ 1.828650] device: 'console': device_add [ 1.828657] PM: Adding info for No Bus:console [ 1.828670] device: 'tty0': device_add [ 1.828677] PM: Adding info for No Bus:tty0 [ 1.828689] device class 'vc': registering [ 1.828694] device: 'vcs': device_add [ 1.828701] PM: Adding info for No Bus:vcs [ 1.828726] device: 'vcsa': device_add [ 1.828732] PM: Adding info for No Bus:vcsa [ 1.828745] device: 'vcs1': device_add [ 1.828752] PM: Adding info for No Bus:vcs1 [ 1.828765] device: 'vcsa1': device_add [ 1.828771] PM: Adding info for No Bus:vcsa1 [ 1.828785] device: 'tty1': device_add [ 1.828792] PM: Adding info for No Bus:tty1 [ 1.828807] device: 'tty2': device_add [ 1.828813] PM: Adding info for No Bus:tty2 [ 1.828832] device: 'tty3': device_add [ 1.828838] PM: Adding info for No Bus:tty3 [ 1.828851] device: 'tty4': device_add [ 1.828857] PM: Adding info for No Bus:tty4 [ 1.828870] device: 'tty5': device_add [ 1.828876] PM: Adding info for No Bus:tty5 [ 1.828888] device: 'tty6': device_add [ 1.828894] PM: Adding info for No Bus:tty6 [ 1.828907] device: 'tty7': device_add [ 1.828913] PM: Adding info for No Bus:tty7 [ 1.828926] device: 'tty8': device_add [ 1.828932] PM: Adding info for No Bus:tty8 [ 1.828946] device: 'tty9': device_add [ 1.828952] PM: Adding info for No Bus:tty9 [ 1.828967] device: 'tty10': device_add [ 1.828974] PM: Adding info for No Bus:tty10 [ 1.829019] device: 'tty11': device_add [ 1.829025] PM: Adding info for No Bus:tty11 [ 1.829041] device: 'tty12': device_add [ 1.829048] PM: Adding info for No Bus:tty12 [ 1.829060] device: 'tty13': device_add [ 1.829067] PM: Adding info for No Bus:tty13 [ 1.829079] device: 'tty14': device_add [ 1.829086] PM: Adding info for No Bus:tty14 [ 1.829098] device: 'tty15': device_add [ 1.829105] PM: Adding info for No Bus:tty15 [ 1.829118] device: 'tty16': device_add [ 1.829124] PM: Adding info for No Bus:tty16 [ 1.829139] device: 'tty17': device_add [ 1.829146] PM: Adding info for No Bus:tty17 [ 1.829159] device: 'tty18': device_add [ 1.829165] PM: Adding info for No Bus:tty18 [ 1.829178] device: 'tty19': device_add [ 1.829184] PM: Adding info for No Bus:tty19 [ 1.829196] device: 'tty20': device_add [ 1.829203] PM: Adding info for No Bus:tty20 [ 1.829218] device: 'tty21': device_add [ 1.829225] PM: Adding info for No Bus:tty21 [ 1.829240] device: 'tty22': device_add [ 1.829247] PM: Adding info for No Bus:tty22 [ 1.829262] device: 'tty23': device_add [ 1.829268] PM: Adding info for No Bus:tty23 [ 1.829280] device: 'tty24': device_add [ 1.829287] PM: Adding info for No Bus:tty24 [ 1.829299] device: 'tty25': device_add [ 1.829306] PM: Adding info for No Bus:tty25 [ 1.829320] device: 'tty26': device_add [ 1.829326] PM: Adding info for No Bus:tty26 [ 1.829339] device: 'tty27': device_add [ 1.829346] PM: Adding info for No Bus:tty27 [ 1.829358] device: 'tty28': device_add [ 1.829365] PM: Adding info for No Bus:tty28 [ 1.829377] device: 'tty29': device_add [ 1.829383] PM: Adding info for No Bus:tty29 [ 1.829395] device: 'tty30': device_add [ 1.829402] PM: Adding info for No Bus:tty30 [ 1.829416] device: 'tty31': device_add [ 1.829422] PM: Adding info for No Bus:tty31 [ 1.829436] device: 'tty32': device_add [ 1.829442] PM: Adding info for No Bus:tty32 [ 1.829454] device: 'tty33': device_add [ 1.829461] PM: Adding info for No Bus:tty33 [ 1.829473] device: 'tty34': device_add [ 1.829480] PM: Adding info for No Bus:tty34 [ 1.829493] device: 'tty35': device_add [ 1.829499] PM: Adding info for No Bus:tty35 [ 1.829514] device: 'tty36': device_add [ 1.829520] PM: Adding info for No Bus:tty36 [ 1.829534] device: 'tty37': device_add [ 1.829540] PM: Adding info for No Bus:tty37 [ 1.829553] device: 'tty38': device_add [ 1.829560] PM: Adding info for No Bus:tty38 [ 1.829573] device: 'tty39': device_add [ 1.829579] PM: Adding info for No Bus:tty39 [ 1.829591] device: 'tty40': device_add [ 1.829597] PM: Adding info for No Bus:tty40 [ 1.829612] device: 'tty41': device_add [ 1.829619] PM: Adding info for No Bus:tty41 [ 1.829632] device: 'tty42': device_add [ 1.829638] PM: Adding info for No Bus:tty42 [ 1.829655] device: 'tty43': device_add [ 1.829662] PM: Adding info for No Bus:tty43 [ 1.829674] device: 'tty44': device_add [ 1.829682] PM: Adding info for No Bus:tty44 [ 1.829694] device: 'tty45': device_add [ 1.829701] PM: Adding info for No Bus:tty45 [ 1.829715] device: 'tty46': device_add [ 1.829722] PM: Adding info for No Bus:tty46 [ 1.829735] device: 'tty47': device_add [ 1.829742] PM: Adding info for No Bus:tty47 [ 1.829755] device: 'tty48': device_add [ 1.829762] PM: Adding info for No Bus:tty48 [ 1.829774] device: 'tty49': device_add [ 1.829781] PM: Adding info for No Bus:tty49 [ 1.829793] device: 'tty50': device_add [ 1.829800] PM: Adding info for No Bus:tty50 [ 1.829812] device: 'tty51': device_add [ 1.829819] PM: Adding info for No Bus:tty51 [ 1.829834] device: 'tty52': device_add [ 1.829841] PM: Adding info for No Bus:tty52 [ 1.829854] device: 'tty53': device_add [ 1.829861] PM: Adding info for No Bus:tty53 [ 1.829874] device: 'tty54': device_add [ 1.829880] PM: Adding info for No Bus:tty54 [ 1.829892] device: 'tty55': device_add [ 1.829899] PM: Adding info for No Bus:tty55 [ 1.829911] device: 'tty56': device_add [ 1.829918] PM: Adding info for No Bus:tty56 [ 1.829932] device: 'tty57': device_add [ 1.829938] PM: Adding info for No Bus:tty57 [ 1.829952] device: 'tty58': device_add [ 1.829959] PM: Adding info for No Bus:tty58 [ 1.829972] device: 'tty59': device_add [ 1.829978] PM: Adding info for No Bus:tty59 [ 1.829990] device: 'tty60': device_add [ 1.829997] PM: Adding info for No Bus:tty60 [ 1.830009] device: 'tty61': device_add [ 1.830016] PM: Adding info for No Bus:tty61 [ 1.830028] device: 'tty62': device_add [ 1.830034] PM: Adding info for No Bus:tty62 [ 1.830049] device: 'tty63': device_add [ 1.830055] PM: Adding info for No Bus:tty63 [ 1.830100] bus: 'pnp': add driver system [ 1.830108] pnp: PnP ACPI init [ 1.830284] device: 'pnp0': device_add [ 1.830290] PM: Adding info for No Bus:pnp0 [ 1.830336] device: '00:00': device_add [ 1.830341] bus: 'pnp': add device 00:00 [ 1.830349] PM: Adding info for pnp:00:00 [ 1.830355] bus: 'pnp': driver_probe_device: matched device 00:00 with driver system [ 1.830357] bus: 'pnp': really_probe: probing driver system with device 00:00 [ 1.830359] devices_kset: Moving 00:00 to end of list [ 1.830363] system 00:00: [mem 0xfc000000-0xfcffffff] has been reserved [ 1.830534] system 00:00: [mem 0xfd000000-0xfdffffff] has been reserved [ 1.830704] system 00:00: [mem 0xfe000000-0xfeafffff] has been reserved [ 1.830882] system 00:00: [mem 0xfeb00000-0xfebfffff] has been reserved [ 1.831078] driver: 'system': driver_bound: bound to device '00:00' [ 1.831080] bus: 'pnp': really_probe: bound device 00:00 to driver system [ 1.831083] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) [ 1.831147] device: '00:01': device_add [ 1.831153] bus: 'pnp': add device 00:01 [ 1.831160] PM: Adding info for pnp:00:01 [ 1.831166] bus: 'pnp': driver_probe_device: matched device 00:01 with driver system [ 1.831167] bus: 'pnp': really_probe: probing driver system with device 00:01 [ 1.831169] devices_kset: Moving 00:01 to end of list [ 1.831172] system 00:01: [mem 0xfbffc000-0xfbffdfff] has been reserved [ 1.831346] driver: 'system': driver_bound: bound to device '00:01' [ 1.831347] bus: 'pnp': really_probe: bound device 00:01 to driver system [ 1.831350] system 00:01: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.831364] device: '00:02': device_add [ 1.831368] bus: 'pnp': add device 00:02 [ 1.831375] PM: Adding info for pnp:00:02 [ 1.831380] pnp 00:02: Plug and Play ACPI device, IDs PNP0b00 (active) [ 1.831429] device: '00:03': device_add [ 1.831434] bus: 'pnp': add device 00:03 [ 1.831441] PM: Adding info for pnp:00:03 [ 1.831446] bus: 'pnp': driver_probe_device: matched device 00:03 with driver system [ 1.831447] bus: 'pnp': really_probe: probing driver system with device 00:03 [ 1.831449] devices_kset: Moving 00:03 to end of list [ 1.831452] system 00:03: [io 0x04d0-0x04d1] has been reserved [ 1.831618] system 00:03: [mem 0x00000400-0x000004ff] could not be reserved [ 1.831783] driver: 'system': driver_bound: bound to device '00:03' [ 1.831785] bus: 'pnp': really_probe: bound device 00:03 to driver system [ 1.831792] system 00:03: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.831866] device: '00:04': device_add [ 1.831871] bus: 'pnp': add device 00:04 [ 1.831878] PM: Adding info for pnp:00:04 [ 1.831883] bus: 'pnp': driver_probe_device: matched device 00:04 with driver system [ 1.831884] bus: 'pnp': really_probe: probing driver system with device 00:04 [ 1.831887] devices_kset: Moving 00:04 to end of list [ 1.831889] system 00:04: [io 0x0a30-0x0a3f] has been reserved [ 1.832053] driver: 'system': driver_bound: bound to device '00:04' [ 1.832062] bus: 'pnp': really_probe: bound device 00:04 to driver system [ 1.832070] system 00:04: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.832109] device: '00:05': device_add [ 1.832114] bus: 'pnp': add device 00:05 [ 1.832127] PM: Adding info for pnp:00:05 [ 1.832132] pnp 00:05: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active) [ 1.832375] device: '00:06': device_add [ 1.832380] bus: 'pnp': add device 00:06 [ 1.832388] PM: Adding info for pnp:00:06 [ 1.832393] bus: 'pnp': driver_probe_device: matched device 00:06 with driver system [ 1.832401] bus: 'pnp': really_probe: probing driver system with device 00:06 [ 1.832403] devices_kset: Moving 00:06 to end of list [ 1.832406] system 00:06: [io 0x0b00-0x0b7f] has been reserved [ 1.832571] driver: 'system': driver_bound: bound to device '00:06' [ 1.832572] bus: 'pnp': really_probe: bound device 00:06 to driver system [ 1.832579] system 00:06: Plug and Play ACPI device, IDs PNP0c02 (active) [ 1.832731] device: '00:07': device_add [ 1.832738] bus: 'pnp': add device 00:07 [ 1.832745] PM: Adding info for pnp:00:07 [ 1.832750] bus: 'pnp': driver_probe_device: matched device 00:07 with driver system [ 1.832751] bus: 'pnp': really_probe: probing driver system with device 00:07 [ 1.832753] devices_kset: Moving 00:07 to end of list [ 1.832756] system 00:07: [io 0x0400-0x0453] has been reserved [ 1.832921] system 00:07: [io 0x0458-0x047f] has been reserved [ 1.833152] system 00:07: [io 0x1180-0x119f] has been reserved [ 1.833320] system 00:07: [io 0x0500-0x057f] has been reserved [ 1.833497] system 00:07: [mem 0xfed1c000-0xfed1ffff] has been reserved [ 1.833669] system 00:07: [mem 0xfec00000-0xfecfffff] could not be reserved [ 1.833849] system 00:07: [mem 0xff000000-0xffffffff] has been reserved [ 1.834021] driver: 'system': driver_bound: bound to device '00:07' [ 1.834022] bus: 'pnp': really_probe: bound device 00:07 to driver system [ 1.834030] system 00:07: Plug and Play ACPI device, IDs PNP0c01 (active) [ 1.834085] device: '00:08': device_add [ 1.834091] bus: 'pnp': add device 00:08 [ 1.834098] PM: Adding info for pnp:00:08 [ 1.834103] bus: 'pnp': driver_probe_device: matched device 00:08 with driver system [ 1.834104] bus: 'pnp': really_probe: probing driver system with device 00:08 [ 1.834107] devices_kset: Moving 00:08 to end of list [ 1.834109] system 00:08: [io 0x0454-0x0457] has been reserved [ 1.834279] driver: 'system': driver_bound: bound to device '00:08' [ 1.834287] bus: 'pnp': really_probe: bound device 00:08 to driver system [ 1.834289] system 00:08: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active) [ 1.834481] device: '00:09': device_add [ 1.834487] bus: 'pnp': add device 00:09 [ 1.834493] PM: Adding info for pnp:00:09 [ 1.834498] bus: 'pnp': driver_probe_device: matched device 00:09 with driver system [ 1.834500] bus: 'pnp': really_probe: probing driver system with device 00:09 [ 1.834502] devices_kset: Moving 00:09 to end of list [ 1.834504] system 00:09: [mem 0x00000000-0x0009ffff] could not be reserved [ 1.834678] driver: 'system': driver_bound: bound to device '00:09' [ 1.834686] bus: 'pnp': really_probe: bound device 00:09 to driver system [ 1.834688] system 00:09: Plug and Play ACPI device, IDs PNP0c01 (active) [ 1.834839] pnp: PnP ACPI: found 10 devices [ 1.835009] device class 'thermal': registering [ 1.839502] clocksource: acpi_pm: mask: 0xffffff max_cycles: 0xffffff, max_idle_ns: 2085701024 ns [ 1.839852] pci 0000:00:01.0: PCI bridge to [bus 01] [ 1.840034] pci 0000:00:02.0: PCI bridge to [bus 02] [ 1.840203] pci 0000:00:02.0: bridge window [mem 0xfbb00000-0xfbbfffff] [ 1.840385] pci 0000:00:03.0: PCI bridge to [bus 03-04] [ 1.840554] pci 0000:00:03.0: bridge window [mem 0xfba00000-0xfbafffff] [ 1.840728] pci 0000:00:03.2: PCI bridge to [bus 05] [ 1.840901] pci 0000:00:03.2: bridge window [mem 0xfb400000-0xfb8fffff] [ 1.841108] pci 0000:00:11.0: PCI bridge to [bus 06] [ 1.841290] pci 0000:00:1e.0: PCI bridge to [bus 07] [ 1.841462] pci 0000:00:1e.0: bridge window [mem 0xfa800000-0xfb0fffff] [ 1.841636] pci 0000:00:1e.0: bridge window [mem 0xf9000000-0xf9ffffff 64bit pref] [ 1.841934] pci_bus 0000:00: resource 4 [io 0x0000-0x03af window] [ 1.841936] pci_bus 0000:00: resource 5 [io 0x03e0-0x0cf7 window] [ 1.841944] pci_bus 0000:00: resource 6 [io 0x03b0-0x03df window] [ 1.841946] pci_bus 0000:00: resource 7 [io 0x0d00-0xffff window] [ 1.841947] pci_bus 0000:00: resource 8 [mem 0x000a0000-0x000bffff window] [ 1.841949] pci_bus 0000:00: resource 9 [mem 0x000c0000-0x000dffff window] [ 1.841950] pci_bus 0000:00: resource 10 [mem 0xfed08000-0xfed08fff window] [ 1.841952] pci_bus 0000:00: resource 11 [mem 0xfed0e000-0xfed0ffff window] [ 1.841953] pci_bus 0000:00: resource 12 [mem 0x80000000-0xfbffffff window] [ 1.841955] pci_bus 0000:02: resource 1 [mem 0xfbb00000-0xfbbfffff] [ 1.841957] pci_bus 0000:03: resource 1 [mem 0xfba00000-0xfbafffff] [ 1.841958] pci_bus 0000:05: resource 1 [mem 0xfb400000-0xfb8fffff] [ 1.841960] pci_bus 0000:07: resource 1 [mem 0xfa800000-0xfb0fffff] [ 1.841961] pci_bus 0000:07: resource 2 [mem 0xf9000000-0xf9ffffff 64bit pref] [ 1.841963] pci_bus 0000:07: resource 4 [io 0x0000-0x03af window] [ 1.841964] pci_bus 0000:07: resource 5 [io 0x03e0-0x0cf7 window] [ 1.841966] pci_bus 0000:07: resource 6 [io 0x03b0-0x03df window] [ 1.841967] pci_bus 0000:07: resource 7 [io 0x0d00-0xffff window] [ 1.841969] pci_bus 0000:07: resource 8 [mem 0x000a0000-0x000bffff window] [ 1.841970] pci_bus 0000:07: resource 9 [mem 0x000c0000-0x000dffff window] [ 1.841972] pci_bus 0000:07: resource 10 [mem 0xfed08000-0xfed08fff window] [ 1.841973] pci_bus 0000:07: resource 11 [mem 0xfed0e000-0xfed0ffff window] [ 1.841975] pci_bus 0000:07: resource 12 [mem 0x80000000-0xfbffffff window] [ 1.842004] NET: Registered protocol family 2 [ 1.842328] TCP established hash table entries: 524288 (order: 10, 4194304 bytes) [ 1.843317] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes) [ 1.843612] TCP: Hash tables configured (established 524288 bind 65536) [ 1.843815] UDP hash table entries: 32768 (order: 8, 1048576 bytes) [ 1.844142] UDP-Lite hash table entries: 32768 (order: 8, 1048576 bytes) [ 1.889198] pci 0000:07:04.0: Video device with shadowed ROM at [mem 0x000c0000-0x000dffff] [ 1.889526] PCI: CLS 64 bytes, default 64 [ 1.889642] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) [ 1.889822] software IO TLB [mem 0x79e7b000-0x7de7b000] (64MB) mapped at [ffff880079e7b000-ffff88007de7afff] [ 1.890138] RAPL PMU: API unit is 2^-32 Joules, 3 fixed counters, 163840 ms ovfl timer [ 1.890431] RAPL PMU: hw unit of domain pp0-core 2^-16 Joules [ 1.890599] RAPL PMU: hw unit of domain package 2^-16 Joules [ 1.890777] RAPL PMU: hw unit of domain dram 2^-16 Joules [ 1.890964] bus: 'pci': add driver snbep_uncore [ 1.890976] bus: 'pci': driver_probe_device: matched device 0000:ff:0e.1 with driver snbep_uncore [ 1.890978] bus: 'pci': really_probe: probing driver snbep_uncore with device 0000:ff:0e.1 [ 1.890982] devices_kset: Moving 0000:ff:0e.1 to end of list [ 1.890989] driver: 'snbep_uncore': driver_bound: bound to device '0000:ff:0e.1' [ 1.890990] bus: 'pci': really_probe: bound device 0000:ff:0e.1 to driver snbep_uncore [ 1.890993] bus: 'pci': driver_probe_device: matched device 0000:ff:10.0 with driver snbep_uncore [ 1.890994] bus: 'pci': really_probe: probing driver snbep_uncore with device 0000:ff:10.0 [ 1.890997] devices_kset: Moving 0000:ff:10.0 to end of list [ 1.891002] driver: 'snbep_uncore': driver_bound: bound to device '0000:ff:10.0' [ 1.891003] bus: 'pci': really_probe: bound device 0000:ff:10.0 to driver snbep_uncore [ 1.891005] bus: 'pci': driver_probe_device: matched device 0000:ff:10.1 with driver snbep_uncore [ 1.891006] bus: 'pci': really_probe: probing driver snbep_uncore with device 0000:ff:10.1 [ 1.891009] devices_kset: Moving 0000:ff:10.1 to end of list [ 1.891013] driver: 'snbep_uncore': driver_bound: bound to device '0000:ff:10.1' [ 1.891014] bus: 'pci': really_probe: bound device 0000:ff:10.1 to driver snbep_uncore [ 1.891016] bus: 'pci': driver_probe_device: matched device 0000:ff:10.4 with driver snbep_uncore [ 1.891017] bus: 'pci': really_probe: probing driver snbep_uncore with device 0000:ff:10.4 [ 1.891020] devices_kset: Moving 0000:ff:10.4 to end of list [ 1.891026] driver: 'snbep_uncore': driver_bound: bound to device '0000:ff:10.4' [ 1.891027] bus: 'pci': really_probe: bound device 0000:ff:10.4 to driver snbep_uncore [ 1.891028] bus: 'pci': driver_probe_device: matched device 0000:ff:10.5 with driver snbep_uncore [ 1.891029] bus: 'pci': really_probe: probing driver snbep_uncore with device 0000:ff:10.5 [ 1.891032] devices_kset: Moving 0000:ff:10.5 to end of list [ 1.891037] driver: 'snbep_uncore': driver_bound: bound to device '0000:ff:10.5' [ 1.891038] bus: 'pci': really_probe: bound device 0000:ff:10.5 to driver snbep_uncore [ 1.891040] bus: 'pci': driver_probe_device: matched device 0000:ff:13.1 with driver snbep_uncore [ 1.891041] bus: 'pci': really_probe: probing driver snbep_uncore with device 0000:ff:13.1 [ 1.891044] devices_kset: Moving 0000:ff:13.1 to end of list [ 1.891049] driver: 'snbep_uncore': driver_bound: bound to device '0000:ff:13.1' [ 1.891050] bus: 'pci': really_probe: bound device 0000:ff:13.1 to driver snbep_uncore [ 1.891051] bus: 'pci': driver_probe_device: matched device 0000:ff:13.5 with driver snbep_uncore [ 1.891053] bus: 'pci': really_probe: probing driver snbep_uncore with device 0000:ff:13.5 [ 1.891056] devices_kset: Moving 0000:ff:13.5 to end of list [ 1.891060] driver: 'snbep_uncore': driver_bound: bound to device '0000:ff:13.5' [ 1.891061] bus: 'pci': really_probe: bound device 0000:ff:13.5 to driver snbep_uncore [ 1.891063] bus: 'pci': driver_probe_device: matched device 0000:ff:13.6 with driver snbep_uncore [ 1.891064] bus: 'pci': really_probe: probing driver snbep_uncore with device 0000:ff:13.6 [ 1.891067] devices_kset: Moving 0000:ff:13.6 to end of list [ 1.891071] driver: 'snbep_uncore': driver_bound: bound to device '0000:ff:13.6' [ 1.891073] bus: 'pci': really_probe: bound device 0000:ff:13.6 to driver snbep_uncore [ 1.891168] device class 'msr': registering [ 1.891175] device: 'msr0': device_add [ 1.891185] PM: Adding info for No Bus:msr0 [ 1.891213] device: 'msr1': device_add [ 1.891220] PM: Adding info for No Bus:msr1 [ 1.891237] device: 'msr2': device_add [ 1.891244] PM: Adding info for No Bus:msr2 [ 1.891266] device: 'msr3': device_add [ 1.891272] PM: Adding info for No Bus:msr3 [ 1.891294] device: 'msr4': device_add [ 1.891301] PM: Adding info for No Bus:msr4 [ 1.891317] device: 'msr5': device_add [ 1.891324] PM: Adding info for No Bus:msr5 [ 1.891339] device: 'msr6': device_add [ 1.891346] PM: Adding info for No Bus:msr6 [ 1.891365] device: 'msr7': device_add [ 1.891372] PM: Adding info for No Bus:msr7 [ 1.891390] device: 'msr8': device_add [ 1.891396] PM: Adding info for No Bus:msr8 [ 1.891412] device: 'msr9': device_add [ 1.891418] PM: Adding info for No Bus:msr9 [ 1.891436] device: 'msr10': device_add [ 1.891442] PM: Adding info for No Bus:msr10 [ 1.891469] device: 'msr11': device_add [ 1.891475] PM: Adding info for No Bus:msr11 [ 1.891497] device class 'cpuid': registering [ 1.891502] device: 'cpu0': device_add [ 1.891510] PM: Adding info for No Bus:cpu0 [ 1.891534] device: 'cpu1': device_add [ 1.891547] PM: Adding info for No Bus:cpu1 [ 1.891563] device: 'cpu2': device_add [ 1.891570] PM: Adding info for No Bus:cpu2 [ 1.891583] device: 'cpu3': device_add [ 1.891589] PM: Adding info for No Bus:cpu3 [ 1.891603] device: 'cpu4': device_add [ 1.891609] PM: Adding info for No Bus:cpu4 [ 1.891623] device: 'cpu5': device_add [ 1.891629] PM: Adding info for No Bus:cpu5 [ 1.891643] device: 'cpu6': device_add [ 1.891650] PM: Adding info for No Bus:cpu6 [ 1.891664] device: 'cpu7': device_add [ 1.891670] PM: Adding info for No Bus:cpu7 [ 1.891683] device: 'cpu8': device_add [ 1.891689] PM: Adding info for No Bus:cpu8 [ 1.891703] device: 'cpu9': device_add [ 1.891710] PM: Adding info for No Bus:cpu9 [ 1.891724] device: 'cpu10': device_add [ 1.891730] PM: Adding info for No Bus:cpu10 [ 1.891744] device: 'cpu11': device_add [ 1.891750] PM: Adding info for No Bus:cpu11 [ 1.891766] Registering platform device 'pcspkr'. Parent at platform [ 1.891767] device: 'pcspkr': device_add [ 1.891770] bus: 'platform': add device pcspkr [ 1.891778] PM: Adding info for platform:pcspkr [ 1.891784] Scanning for low memory corruption every 60 seconds [ 1.891986] Registering platform device 'platform-framebuffer.0'. Parent at platform [ 1.891987] device: 'platform-framebuffer.0': device_add [ 1.891990] bus: 'platform': add device platform-framebuffer.0 [ 1.892014] PM: Adding info for platform:platform-framebuffer.0 [ 1.892070] bus: 'clocksource': registered [ 1.892072] device: 'clocksource': device_add [ 1.892079] PM: Adding info for No Bus:clocksource [ 1.892081] device: 'clocksource0': device_add [ 1.892084] bus: 'clocksource': add device clocksource0 [ 1.892089] PM: Adding info for clocksource:clocksource0 [ 1.892097] bus: 'platform': add driver alarmtimer [ 1.892106] Registering platform device 'alarmtimer'. Parent at platform [ 1.892108] device: 'alarmtimer': device_add [ 1.892110] bus: 'platform': add device alarmtimer [ 1.892117] PM: Adding info for platform:alarmtimer [ 1.892122] bus: 'platform': driver_probe_device: matched device alarmtimer with driver alarmtimer [ 1.892123] bus: 'platform': really_probe: probing driver alarmtimer with device alarmtimer [ 1.892126] devices_kset: Moving alarmtimer to end of list [ 1.892128] driver: 'alarmtimer': driver_bound: bound to device 'alarmtimer' [ 1.892130] bus: 'platform': really_probe: bound device alarmtimer to driver alarmtimer [ 1.892139] bus: 'clockevents': registered [ 1.892141] device: 'clockevents': device_add [ 1.892146] PM: Adding info for No Bus:clockevents [ 1.892148] device: 'clockevent0': device_add [ 1.892151] bus: 'clockevents': add device clockevent0 [ 1.892156] PM: Adding info for clockevents:clockevent0 [ 1.892162] device: 'clockevent1': device_add [ 1.892164] bus: 'clockevents': add device clockevent1 [ 1.892170] PM: Adding info for clockevents:clockevent1 [ 1.892175] device: 'clockevent2': device_add [ 1.892177] bus: 'clockevents': add device clockevent2 [ 1.892182] PM: Adding info for clockevents:clockevent2 [ 1.892188] device: 'clockevent3': device_add [ 1.892190] bus: 'clockevents': add device clockevent3 [ 1.892195] PM: Adding info for clockevents:clockevent3 [ 1.892201] device: 'clockevent4': device_add [ 1.892203] bus: 'clockevents': add device clockevent4 [ 1.892209] PM: Adding info for clockevents:clockevent4 [ 1.892214] device: 'clockevent5': device_add [ 1.892216] bus: 'clockevents': add device clockevent5 [ 1.892221] PM: Adding info for clockevents:clockevent5 [ 1.892226] device: 'clockevent6': device_add [ 1.892229] bus: 'clockevents': add device clockevent6 [ 1.892234] PM: Adding info for clockevents:clockevent6 [ 1.892239] device: 'clockevent7': device_add [ 1.892241] bus: 'clockevents': add device clockevent7 [ 1.892247] PM: Adding info for clockevents:clockevent7 [ 1.892251] device: 'clockevent8': device_add [ 1.892254] bus: 'clockevents': add device clockevent8 [ 1.892259] PM: Adding info for clockevents:clockevent8 [ 1.892265] device: 'clockevent9': device_add [ 1.892267] bus: 'clockevents': add device clockevent9 [ 1.892272] PM: Adding info for clockevents:clockevent9 [ 1.892277] device: 'clockevent10': device_add [ 1.892280] bus: 'clockevents': add device clockevent10 [ 1.892285] PM: Adding info for clockevents:clockevent10 [ 1.892291] device: 'clockevent11': device_add [ 1.892293] bus: 'clockevents': add device clockevent11 [ 1.892298] PM: Adding info for clockevents:clockevent11 [ 1.892304] device: 'broadcast': device_add [ 1.892306] bus: 'clockevents': add device broadcast [ 1.892311] PM: Adding info for clockevents:broadcast [ 1.892320] futex hash table entries: 4096 (order: 6, 262144 bytes) [ 1.892545] audit: initializing netlink subsys (disabled) [ 1.892742] audit: type=2000 audit(1473884528.720:1): initialized [ 1.893069] bus: 'event_source': registered [ 1.893071] device: 'cstate_pkg': device_add [ 1.893078] bus: 'event_source': add device cstate_pkg [ 1.893085] PM: Adding info for event_source:cstate_pkg [ 1.893090] device: 'cstate_core': device_add [ 1.893098] bus: 'event_source': add device cstate_core [ 1.893104] PM: Adding info for event_source:cstate_core [ 1.893109] device: 'uncore_pcu': device_add [ 1.893118] bus: 'event_source': add device uncore_pcu [ 1.893125] PM: Adding info for event_source:uncore_pcu [ 1.893129] device: 'uncore_cbox_5': device_add [ 1.893137] bus: 'event_source': add device uncore_cbox_5 [ 1.893144] PM: Adding info for event_source:uncore_cbox_5 [ 1.893148] device: 'uncore_cbox_4': device_add [ 1.893156] bus: 'event_source': add device uncore_cbox_4 [ 1.893163] PM: Adding info for event_source:uncore_cbox_4 [ 1.893167] device: 'uncore_cbox_3': device_add [ 1.893175] bus: 'event_source': add device uncore_cbox_3 [ 1.893181] PM: Adding info for event_source:uncore_cbox_3 [ 1.893185] device: 'uncore_cbox_2': device_add [ 1.893193] bus: 'event_source': add device uncore_cbox_2 [ 1.893199] PM: Adding info for event_source:uncore_cbox_2 [ 1.893203] device: 'uncore_cbox_1': device_add [ 1.893212] bus: 'event_source': add device uncore_cbox_1 [ 1.893218] PM: Adding info for event_source:uncore_cbox_1 [ 1.893222] device: 'uncore_cbox_0': device_add [ 1.893230] bus: 'event_source': add device uncore_cbox_0 [ 1.893237] PM: Adding info for event_source:uncore_cbox_0 [ 1.893240] device: 'uncore_ubox': device_add [ 1.893246] bus: 'event_source': add device uncore_ubox [ 1.893252] PM: Adding info for event_source:uncore_ubox [ 1.893256] device: 'uncore_r3qpi_1': device_add [ 1.893262] bus: 'event_source': add device uncore_r3qpi_1 [ 1.893269] PM: Adding info for event_source:uncore_r3qpi_1 [ 1.893273] device: 'uncore_r3qpi_0': device_add [ 1.893278] bus: 'event_source': add device uncore_r3qpi_0 [ 1.893285] PM: Adding info for event_source:uncore_r3qpi_0 [ 1.893289] device: 'uncore_r2pcie': device_add [ 1.893295] bus: 'event_source': add device uncore_r2pcie [ 1.893302] PM: Adding info for event_source:uncore_r2pcie [ 1.893306] device: 'uncore_imc_3': device_add [ 1.893317] bus: 'event_source': add device uncore_imc_3 [ 1.893323] PM: Adding info for event_source:uncore_imc_3 [ 1.893327] device: 'uncore_imc_2': device_add [ 1.893336] bus: 'event_source': add device uncore_imc_2 [ 1.893343] PM: Adding info for event_source:uncore_imc_2 [ 1.893347] device: 'uncore_imc_1': device_add [ 1.893357] bus: 'event_source': add device uncore_imc_1 [ 1.893363] PM: Adding info for event_source:uncore_imc_1 [ 1.893367] device: 'uncore_imc_0': device_add [ 1.893377] bus: 'event_source': add device uncore_imc_0 [ 1.893383] PM: Adding info for event_source:uncore_imc_0 [ 1.893387] device: 'uncore_ha': device_add [ 1.893392] bus: 'event_source': add device uncore_ha [ 1.893399] PM: Adding info for event_source:uncore_ha [ 1.893403] device: 'power': device_add [ 1.893412] bus: 'event_source': add device power [ 1.893418] PM: Adding info for event_source:power [ 1.893422] device: 'msr': device_add [ 1.893429] bus: 'event_source': add device msr [ 1.893435] PM: Adding info for event_source:msr [ 1.893439] device: 'intel_bts': device_add [ 1.893442] bus: 'event_source': add device intel_bts [ 1.893448] PM: Adding info for event_source:intel_bts [ 1.893452] device: 'cpu': device_add [ 1.893469] bus: 'event_source': add device cpu [ 1.893476] PM: Adding info for event_source:cpu [ 1.893479] device: 'breakpoint': device_add [ 1.893482] bus: 'event_source': add device breakpoint [ 1.893488] PM: Adding info for event_source:breakpoint [ 1.893492] device: 'tracepoint': device_add [ 1.893494] bus: 'event_source': add device tracepoint [ 1.893500] PM: Adding info for event_source:tracepoint [ 1.893504] device: 'software': device_add [ 1.893507] bus: 'event_source': add device software [ 1.893513] PM: Adding info for event_source:software [ 1.893587] workingset: timestamp_bits=44 max_order=24 bucket_order=0 [ 1.895630] device: 'autofs': device_add [ 1.895639] PM: Adding info for No Bus:autofs [ 1.895718] SELinux: Registering netfilter hooks [ 1.896757] async_tx: api initialized (async) [ 1.897004] device class 'bsg': registering [ 1.897011] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 251) [ 1.897339] io scheduler noop registered [ 1.897511] io scheduler deadline registered [ 1.897710] io scheduler cfq registered (default) [ 1.897971] bus: 'pci_express': registered [ 1.897973] bus: 'pci': add driver pcieport [ 1.897976] bus: 'pci': driver_probe_device: matched device 0000:00:01.0 with driver pcieport [ 1.897978] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:01.0 [ 1.897981] devices_kset: Moving 0000:00:01.0 to end of list [ 1.898081] driver: 'pcieport': driver_bound: bound to device '0000:00:01.0' [ 1.898083] bus: 'pci': really_probe: bound device 0000:00:01.0 to driver pcieport [ 1.898085] bus: 'pci': driver_probe_device: matched device 0000:00:02.0 with driver pcieport [ 1.898086] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:02.0 [ 1.898090] devices_kset: Moving 0000:00:02.0 to end of list [ 1.898114] driver: 'pcieport': driver_bound: bound to device '0000:00:02.0' [ 1.898116] bus: 'pci': really_probe: bound device 0000:00:02.0 to driver pcieport [ 1.898117] bus: 'pci': driver_probe_device: matched device 0000:00:03.0 with driver pcieport [ 1.898118] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:03.0 [ 1.898121] devices_kset: Moving 0000:00:03.0 to end of list [ 1.898201] driver: 'pcieport': driver_bound: bound to device '0000:00:03.0' [ 1.898203] bus: 'pci': really_probe: bound device 0000:00:03.0 to driver pcieport [ 1.898204] bus: 'pci': driver_probe_device: matched device 0000:00:03.2 with driver pcieport [ 1.898206] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:03.2 [ 1.898209] devices_kset: Moving 0000:00:03.2 to end of list [ 1.898285] driver: 'pcieport': driver_bound: bound to device '0000:00:03.2' [ 1.898286] bus: 'pci': really_probe: bound device 0000:00:03.2 to driver pcieport [ 1.898288] bus: 'pci': driver_probe_device: matched device 0000:00:11.0 with driver pcieport [ 1.898290] bus: 'pci': really_probe: probing driver pcieport with device 0000:00:11.0 [ 1.898293] devices_kset: Moving 0000:00:11.0 to end of list [ 1.898389] driver: 'pcieport': driver_bound: bound to device '0000:00:11.0' [ 1.898391] bus: 'pci': really_probe: bound device 0000:00:11.0 to driver pcieport [ 1.898405] bus: 'pci_express': add driver aer [ 1.898412] bus: 'pci_express': add driver pcie_pme [ 1.898422] device: 'ptmx': device_add [ 1.898432] PM: Adding info for No Bus:ptmx [ 1.898450] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled [ 1.898642] bus: 'pnp': add driver serial [ 1.898681] Registering platform device 'serial8250'. Parent at platform [ 1.898682] device: 'serial8250': device_add [ 1.898685] bus: 'platform': add device serial8250 [ 1.898692] PM: Adding info for platform:serial8250 [ 1.898712] device: 'ttyS0': device_add [ 1.898729] PM: Adding info for No Bus:ttyS0 [ 1.898758] device: 'ttyS1': device_add [ 1.898772] PM: Adding info for No Bus:ttyS1 [ 2.177128] serial8250: ttyS2 at I/O 0x3e8 (irq = 10, base_baud = 115200) is a 16550A [ 2.177433] device: 'ttyS2': device_add [ 2.177450] PM: Adding info for No Bus:ttyS2 [ 2.177483] device: 'ttyS3': device_add [ 2.177498] PM: Adding info for No Bus:ttyS3 [ 2.177518] bus: 'platform': add driver serial8250 [ 2.177522] bus: 'platform': driver_probe_device: matched device serial8250 with driver serial8250 [ 2.177523] bus: 'platform': really_probe: probing driver serial8250 with device serial8250 [ 2.177526] devices_kset: Moving serial8250 to end of list [ 2.177527] driver: 'serial8250': driver_bound: bound to device 'serial8250' [ 2.177529] bus: 'platform': really_probe: bound device serial8250 to driver serial8250 [ 2.177536] bus: 'pci': add driver serial [ 2.177612] bus: 'pci': add driver 8250_mid [ 2.177631] device: 'nvram': device_add [ 2.177639] PM: Adding info for No Bus:nvram [ 2.177659] Non-volatile memory driver v1.3 [ 2.177832] intel_idle: MWAIT substates: 0x21120 [ 2.177833] intel_idle: v0.4.1 model 0x2D [ 2.178221] intel_idle: lapic_timer_reliable_states 0xffffffff [ 2.178223] bus: 'acpi': add driver button [ 2.178237] bus: 'acpi': driver_probe_device: matched device PNP0C0C:00 with driver button [ 2.178239] bus: 'acpi': really_probe: probing driver button with device PNP0C0C:00 [ 2.178242] devices_kset: Moving PNP0C0C:00 to end of list [ 2.178247] device: 'input0': device_add [ 2.178267] PM: Adding info for No Bus:input0 [ 2.178280] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0 [ 2.178585] ACPI: Power Button [PWRB] [ 2.178759] driver: 'button': driver_bound: bound to device 'PNP0C0C:00' [ 2.178761] bus: 'acpi': really_probe: bound device PNP0C0C:00 to driver button [ 2.178775] bus: 'acpi': driver_probe_device: matched device LNXPWRBN:00 with driver button [ 2.178777] bus: 'acpi': really_probe: probing driver button with device LNXPWRBN:00 [ 2.178780] devices_kset: Moving LNXPWRBN:00 to end of list [ 2.178783] device: 'input1': device_add [ 2.178801] PM: Adding info for No Bus:input1 [ 2.178810] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1 [ 2.179091] ACPI: Power Button [PWRF] [ 2.179285] driver: 'button': driver_bound: bound to device 'LNXPWRBN:00' [ 2.179287] bus: 'acpi': really_probe: bound device LNXPWRBN:00 to driver button [ 2.179294] bus: 'cpu': add driver processor [ 2.179297] bus: 'cpu': driver_probe_device: matched device cpu0 with driver processor [ 2.179298] bus: 'cpu': really_probe: probing driver processor with device cpu0 [ 2.179300] devices_kset: Moving cpu0 to end of list [ 2.180241] device: 'cooling_device0': device_add [ 2.180253] PM: Adding info for No Bus:cooling_device0 [ 2.180261] driver: 'processor': driver_bound: bound to device 'cpu0' [ 2.180262] bus: 'cpu': really_probe: bound device cpu0 to driver processor [ 2.180265] bus: 'cpu': driver_probe_device: matched device cpu1 with driver processor [ 2.180266] bus: 'cpu': really_probe: probing driver processor with device cpu1 [ 2.180268] devices_kset: Moving cpu1 to end of list [ 2.181219] device: 'cooling_device1': device_add [ 2.181232] PM: Adding info for No Bus:cooling_device1 [ 2.181243] driver: 'processor': driver_bound: bound to device 'cpu1' [ 2.181244] bus: 'cpu': really_probe: bound device cpu1 to driver processor [ 2.181247] bus: 'cpu': driver_probe_device: matched device cpu2 with driver processor [ 2.181248] bus: 'cpu': really_probe: probing driver processor with device cpu2 [ 2.181253] devices_kset: Moving cpu2 to end of list [ 2.182198] device: 'cooling_device2': device_add [ 2.182211] PM: Adding info for No Bus:cooling_device2 [ 2.182220] driver: 'processor': driver_bound: bound to device 'cpu2' [ 2.182222] bus: 'cpu': really_probe: bound device cpu2 to driver processor [ 2.182224] bus: 'cpu': driver_probe_device: matched device cpu3 with driver processor [ 2.182225] bus: 'cpu': really_probe: probing driver processor with device cpu3 [ 2.182228] devices_kset: Moving cpu3 to end of list [ 2.183186] device: 'cooling_device3': device_add [ 2.183198] PM: Adding info for No Bus:cooling_device3 [ 2.183206] driver: 'processor': driver_bound: bound to device 'cpu3' [ 2.183208] bus: 'cpu': really_probe: bound device cpu3 to driver processor [ 2.183210] bus: 'cpu': driver_probe_device: matched device cpu4 with driver processor [ 2.183211] bus: 'cpu': really_probe: probing driver processor with device cpu4 [ 2.183214] devices_kset: Moving cpu4 to end of list [ 2.184168] device: 'cooling_device4': device_add [ 2.184183] PM: Adding info for No Bus:cooling_device4 [ 2.184195] driver: 'processor': driver_bound: bound to device 'cpu4' [ 2.184197] bus: 'cpu': really_probe: bound device cpu4 to driver processor [ 2.184199] bus: 'cpu': driver_probe_device: matched device cpu5 with driver processor [ 2.184201] bus: 'cpu': really_probe: probing driver processor with device cpu5 [ 2.184205] devices_kset: Moving cpu5 to end of list [ 2.185190] device: 'cooling_device5': device_add [ 2.185202] PM: Adding info for No Bus:cooling_device5 [ 2.185211] driver: 'processor': driver_bound: bound to device 'cpu5' [ 2.185213] bus: 'cpu': really_probe: bound device cpu5 to driver processor [ 2.185215] bus: 'cpu': driver_probe_device: matched device cpu6 with driver processor [ 2.185217] bus: 'cpu': really_probe: probing driver processor with device cpu6 [ 2.185219] devices_kset: Moving cpu6 to end of list [ 2.186194] device: 'cooling_device6': device_add [ 2.186210] PM: Adding info for No Bus:cooling_device6 [ 2.186223] driver: 'processor': driver_bound: bound to device 'cpu6' [ 2.186225] bus: 'cpu': really_probe: bound device cpu6 to driver processor [ 2.186228] bus: 'cpu': driver_probe_device: matched device cpu7 with driver processor [ 2.186231] bus: 'cpu': really_probe: probing driver processor with device cpu7 [ 2.186238] devices_kset: Moving cpu7 to end of list [ 2.187206] device: 'cooling_device7': device_add [ 2.187219] PM: Adding info for No Bus:cooling_device7 [ 2.187229] driver: 'processor': driver_bound: bound to device 'cpu7' [ 2.187231] bus: 'cpu': really_probe: bound device cpu7 to driver processor [ 2.187233] bus: 'cpu': driver_probe_device: matched device cpu8 with driver processor [ 2.187234] bus: 'cpu': really_probe: probing driver processor with device cpu8 [ 2.187239] devices_kset: Moving cpu8 to end of list [ 2.188172] device: 'cooling_device8': device_add [ 2.188186] PM: Adding info for No Bus:cooling_device8 [ 2.188196] driver: 'processor': driver_bound: bound to device 'cpu8' [ 2.188198] bus: 'cpu': really_probe: bound device cpu8 to driver processor [ 2.188200] bus: 'cpu': driver_probe_device: matched device cpu9 with driver processor [ 2.188201] bus: 'cpu': really_probe: probing driver processor with device cpu9 [ 2.188206] devices_kset: Moving cpu9 to end of list [ 2.189183] device: 'cooling_device9': device_add [ 2.189196] PM: Adding info for No Bus:cooling_device9 [ 2.189206] driver: 'processor': driver_bound: bound to device 'cpu9' [ 2.189207] bus: 'cpu': really_probe: bound device cpu9 to driver processor [ 2.189210] bus: 'cpu': driver_probe_device: matched device cpu10 with driver processor [ 2.189211] bus: 'cpu': really_probe: probing driver processor with device cpu10 [ 2.189216] devices_kset: Moving cpu10 to end of list [ 2.190159] device: 'cooling_device10': device_add [ 2.190172] PM: Adding info for No Bus:cooling_device10 [ 2.190182] driver: 'processor': driver_bound: bound to device 'cpu10' [ 2.190184] bus: 'cpu': really_probe: bound device cpu10 to driver processor [ 2.190186] bus: 'cpu': driver_probe_device: matched device cpu11 with driver processor [ 2.190188] bus: 'cpu': really_probe: probing driver processor with device cpu11 [ 2.190192] devices_kset: Moving cpu11 to end of list [ 2.191129] device: 'cooling_device11': device_add [ 2.191143] PM: Adding info for No Bus:cooling_device11 [ 2.191153] driver: 'processor': driver_bound: bound to device 'cpu11' [ 2.191155] bus: 'cpu': really_probe: bound device cpu11 to driver processor [ 2.191239] device: 'cache': device_add [ 2.191246] PM: Adding info for No Bus:cache [ 2.191250] device: 'index0': device_add [ 2.191261] PM: Adding info for No Bus:index0 [ 2.191263] device: 'index1': device_add [ 2.191273] PM: Adding info for No Bus:index1 [ 2.191274] device: 'index2': device_add [ 2.191284] PM: Adding info for No Bus:index2 [ 2.191285] device: 'index3': device_add [ 2.191296] PM: Adding info for No Bus:index3 [ 2.191324] device: 'cache': device_add [ 2.191329] PM: Adding info for No Bus:cache [ 2.191331] device: 'index0': device_add [ 2.191340] PM: Adding info for No Bus:index0 [ 2.191342] device: 'index1': device_add [ 2.191352] PM: Adding info for No Bus:index1 [ 2.191354] device: 'index2': device_add [ 2.191363] PM: Adding info for No Bus:index2 [ 2.191365] device: 'index3': device_add [ 2.191375] PM: Adding info for No Bus:index3 [ 2.191382] device: 'cache': device_add [ 2.191387] PM: Adding info for No Bus:cache [ 2.191389] device: 'index0': device_add [ 2.191399] PM: Adding info for No Bus:index0 [ 2.191401] device: 'index1': device_add [ 2.191411] PM: Adding info for No Bus:index1 [ 2.191413] device: 'index2': device_add [ 2.191423] PM: Adding info for No Bus:index2 [ 2.191424] device: 'index3': device_add [ 2.191433] PM: Adding info for No Bus:index3 [ 2.191441] device: 'cache': device_add [ 2.191446] PM: Adding info for No Bus:cache [ 2.191448] device: 'index0': device_add [ 2.191458] PM: Adding info for No Bus:index0 [ 2.191460] device: 'index1': device_add [ 2.191469] PM: Adding info for No Bus:index1 [ 2.191471] device: 'index2': device_add [ 2.191481] PM: Adding info for No Bus:index2 [ 2.191482] device: 'index3': device_add [ 2.191492] PM: Adding info for No Bus:index3 [ 2.191500] device: 'cache': device_add [ 2.191505] PM: Adding info for No Bus:cache [ 2.191507] device: 'index0': device_add [ 2.191516] PM: Adding info for No Bus:index0 [ 2.191517] device: 'index1': device_add [ 2.191527] PM: Adding info for No Bus:index1 [ 2.191529] device: 'index2': device_add [ 2.191538] PM: Adding info for No Bus:index2 [ 2.191539] device: 'index3': device_add [ 2.191549] PM: Adding info for No Bus:index3 [ 2.191558] device: 'cache': device_add [ 2.191565] PM: Adding info for No Bus:cache [ 2.191567] device: 'index0': device_add [ 2.191576] PM: Adding info for No Bus:index0 [ 2.191578] device: 'index1': device_add [ 2.191588] PM: Adding info for No Bus:index1 [ 2.191589] device: 'index2': device_add [ 2.191598] PM: Adding info for No Bus:index2 [ 2.191600] device: 'index3': device_add [ 2.191610] PM: Adding info for No Bus:index3 [ 2.191640] device: 'cache': device_add [ 2.191645] PM: Adding info for No Bus:cache [ 2.191647] device: 'index0': device_add [ 2.191657] PM: Adding info for No Bus:index0 [ 2.191659] device: 'index1': device_add [ 2.191668] PM: Adding info for No Bus:index1 [ 2.191669] device: 'index2': device_add [ 2.191679] PM: Adding info for No Bus:index2 [ 2.191681] device: 'index3': device_add [ 2.191690] PM: Adding info for No Bus:index3 [ 2.191719] device: 'cache': device_add [ 2.191723] PM: Adding info for No Bus:cache [ 2.191725] device: 'index0': device_add [ 2.191736] PM: Adding info for No Bus:index0 [ 2.191738] device: 'index1': device_add [ 2.191747] PM: Adding info for No Bus:index1 [ 2.191748] device: 'index2': device_add [ 2.191758] PM: Adding info for No Bus:index2 [ 2.191760] device: 'index3': device_add [ 2.191769] PM: Adding info for No Bus:index3 [ 2.191784] device: 'cache': device_add [ 2.191792] PM: Adding info for No Bus:cache [ 2.191794] device: 'index0': device_add [ 2.191803] PM: Adding info for No Bus:index0 [ 2.191805] device: 'index1': device_add [ 2.191814] PM: Adding info for No Bus:index1 [ 2.191816] device: 'index2': device_add [ 2.191825] PM: Adding info for No Bus:index2 [ 2.191827] device: 'index3': device_add [ 2.191836] PM: Adding info for No Bus:index3 [ 2.191843] device: 'cache': device_add [ 2.191848] PM: Adding info for No Bus:cache [ 2.191850] device: 'index0': device_add [ 2.191859] PM: Adding info for No Bus:index0 [ 2.191861] device: 'index1': device_add [ 2.191870] PM: Adding info for No Bus:index1 [ 2.191872] device: 'index2': device_add [ 2.191881] PM: Adding info for No Bus:index2 [ 2.191882] device: 'index3': device_add [ 2.191892] PM: Adding info for No Bus:index3 [ 2.191899] device: 'cache': device_add [ 2.191904] PM: Adding info for No Bus:cache [ 2.191906] device: 'index0': device_add [ 2.191916] PM: Adding info for No Bus:index0 [ 2.191917] device: 'index1': device_add [ 2.191926] PM: Adding info for No Bus:index1 [ 2.191928] device: 'index2': device_add [ 2.191937] PM: Adding info for No Bus:index2 [ 2.191939] device: 'index3': device_add [ 2.191948] PM: Adding info for No Bus:index3 [ 2.191952] device: 'cache': device_add [ 2.191957] PM: Adding info for No Bus:cache [ 2.191959] device: 'index0': device_add [ 2.191968] PM: Adding info for No Bus:index0 [ 2.191970] device: 'index1': device_add [ 2.191979] PM: Adding info for No Bus:index1 [ 2.191981] device: 'index2': device_add [ 2.191990] PM: Adding info for No Bus:index2 [ 2.191992] device: 'index3': device_add [ 2.192001] PM: Adding info for No Bus:index3 [ 2.192004] device: 'loop-control': device_add [ 2.192011] PM: Adding info for No Bus:loop-control [ 2.192131] device: '7:0': device_add [ 2.192143] PM: Adding info for No Bus:7:0 [ 2.192155] device: 'loop0': device_add [ 2.192170] PM: Adding info for No Bus:loop0 [ 2.192391] device: '7:1': device_add [ 2.192402] PM: Adding info for No Bus:7:1 [ 2.192410] device: 'loop1': device_add [ 2.192422] PM: Adding info for No Bus:loop1 [ 2.192624] device: '7:2': device_add [ 2.192641] PM: Adding info for No Bus:7:2 [ 2.192652] device: 'loop2': device_add [ 2.192666] PM: Adding info for No Bus:loop2 [ 2.192816] device: '7:3': device_add [ 2.192826] PM: Adding info for No Bus:7:3 [ 2.192834] device: 'loop3': device_add [ 2.192849] PM: Adding info for No Bus:loop3 [ 2.193018] device: '7:4': device_add [ 2.193029] PM: Adding info for No Bus:7:4 [ 2.193036] device: 'loop4': device_add [ 2.193049] PM: Adding info for No Bus:loop4 [ 2.193235] device: '7:5': device_add [ 2.193245] PM: Adding info for No Bus:7:5 [ 2.193253] device: 'loop5': device_add [ 2.193265] PM: Adding info for No Bus:loop5 [ 2.193402] device: '7:6': device_add [ 2.193412] PM: Adding info for No Bus:7:6 [ 2.193419] device: 'loop6': device_add [ 2.193432] PM: Adding info for No Bus:loop6 [ 2.193575] device: '7:7': device_add [ 2.193585] PM: Adding info for No Bus:7:7 [ 2.193592] device: 'loop7': device_add [ 2.193604] PM: Adding info for No Bus:loop7 [ 2.193680] loop: module loaded [ 2.193856] device class 'spi_transport': registering [ 2.193862] device class 'spi_host': registering [ 2.193868] device class 'scsi_disk': registering [ 2.193876] bus: 'scsi': add driver sd [ 2.193884] device class 'scsi_generic': registering [ 2.193889] bus: 'pci': add driver ahci [ 2.193908] bus: 'pci': driver_probe_device: matched device 0000:00:1f.2 with driver ahci [ 2.193910] bus: 'pci': really_probe: probing driver ahci with device 0000:00:1f.2 [ 2.193913] devices_kset: Moving 0000:00:1f.2 to end of list [ 2.193916] ahci 0000:00:1f.2: version 3.0 [ 2.204150] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x3f impl SATA mode [ 2.204443] ahci 0000:00:1f.2: flags: 64bit ncq sntf pm led clo pio slum part ems apst [ 2.249091] device: 'ata1': device_add [ 2.249101] PM: Adding info for No Bus:ata1 [ 2.249104] device: 'ata1': device_add [ 2.249113] PM: Adding info for No Bus:ata1 [ 2.249123] device: 'link1': device_add [ 2.249129] PM: Adding info for No Bus:link1 [ 2.249130] device: 'link1': device_add [ 2.249138] PM: Adding info for No Bus:link1 [ 2.249152] device: 'dev1.0': device_add [ 2.249158] PM: Adding info for No Bus:dev1.0 [ 2.249159] device: 'dev1.0': device_add [ 2.249167] PM: Adding info for No Bus:dev1.0 [ 2.249178] device: 'ata2': device_add [ 2.249184] PM: Adding info for No Bus:ata2 [ 2.249185] device: 'ata2': device_add [ 2.249193] PM: Adding info for No Bus:ata2 [ 2.249199] device: 'link2': device_add [ 2.249205] PM: Adding info for No Bus:link2 [ 2.249206] device: 'link2': device_add [ 2.249215] PM: Adding info for No Bus:link2 [ 2.249224] device: 'dev2.0': device_add [ 2.249230] PM: Adding info for No Bus:dev2.0 [ 2.249231] device: 'dev2.0': device_add [ 2.249239] PM: Adding info for No Bus:dev2.0 [ 2.249248] device: 'ata3': device_add [ 2.249254] PM: Adding info for No Bus:ata3 [ 2.249255] device: 'ata3': device_add [ 2.249262] PM: Adding info for No Bus:ata3 [ 2.249268] device: 'link3': device_add [ 2.249275] PM: Adding info for No Bus:link3 [ 2.249276] device: 'link3': device_add [ 2.249284] PM: Adding info for No Bus:link3 [ 2.249292] device: 'dev3.0': device_add [ 2.249297] PM: Adding info for No Bus:dev3.0 [ 2.249299] device: 'dev3.0': device_add [ 2.249306] PM: Adding info for No Bus:dev3.0 [ 2.249320] device: 'ata4': device_add [ 2.249326] PM: Adding info for No Bus:ata4 [ 2.249327] device: 'ata4': device_add [ 2.249334] PM: Adding info for No Bus:ata4 [ 2.249341] device: 'link4': device_add [ 2.249346] PM: Adding info for No Bus:link4 [ 2.249347] device: 'link4': device_add [ 2.249355] PM: Adding info for No Bus:link4 [ 2.249363] device: 'dev4.0': device_add [ 2.249368] PM: Adding info for No Bus:dev4.0 [ 2.249369] device: 'dev4.0': device_add [ 2.249377] PM: Adding info for No Bus:dev4.0 [ 2.249386] device: 'ata5': device_add [ 2.249391] PM: Adding info for No Bus:ata5 [ 2.249393] device: 'ata5': device_add [ 2.249400] PM: Adding info for No Bus:ata5 [ 2.249408] device: 'link5': device_add [ 2.249413] PM: Adding info for No Bus:link5 [ 2.249414] device: 'link5': device_add [ 2.249421] PM: Adding info for No Bus:link5 [ 2.249431] device: 'dev5.0': device_add [ 2.249437] PM: Adding info for No Bus:dev5.0 [ 2.249438] device: 'dev5.0': device_add [ 2.249446] PM: Adding info for No Bus:dev5.0 [ 2.249455] device: 'ata6': device_add [ 2.249461] PM: Adding info for No Bus:ata6 [ 2.249463] device: 'ata6': device_add [ 2.249470] PM: Adding info for No Bus:ata6 [ 2.249476] device: 'link6': device_add [ 2.249481] PM: Adding info for No Bus:link6 [ 2.249482] device: 'link6': device_add [ 2.249490] PM: Adding info for No Bus:link6 [ 2.249500] device: 'dev6.0': device_add [ 2.249506] PM: Adding info for No Bus:dev6.0 [ 2.249507] device: 'dev6.0': device_add [ 2.249515] PM: Adding info for No Bus:dev6.0 [ 2.249630] scsi host0: ahci [ 2.249814] device: 'host0': device_add [ 2.249818] bus: 'scsi': add device host0 [ 2.249824] PM: Adding info for scsi:host0 [ 2.249832] device: 'host0': device_add [ 2.249852] PM: Adding info for No Bus:host0 [ 2.249963] scsi host1: ahci [ 2.250127] device: 'host1': device_add [ 2.250130] bus: 'scsi': add device host1 [ 2.250135] PM: Adding info for scsi:host1 [ 2.250140] device: 'host1': device_add [ 2.250156] PM: Adding info for No Bus:host1 [ 2.250258] scsi host2: ahci [ 2.250423] device: 'host2': device_add [ 2.250426] bus: 'scsi': add device host2 [ 2.250431] PM: Adding info for scsi:host2 [ 2.250436] device: 'host2': device_add [ 2.250452] PM: Adding info for No Bus:host2 [ 2.250549] scsi host3: ahci [ 2.250743] device: 'host3': device_add [ 2.250746] bus: 'scsi': add device host3 [ 2.250751] PM: Adding info for scsi:host3 [ 2.250755] device: 'host3': device_add [ 2.250771] PM: Adding info for No Bus:host3 [ 2.250908] scsi host4: ahci [ 2.251076] device: 'host4': device_add [ 2.251079] bus: 'scsi': add device host4 [ 2.251084] PM: Adding info for scsi:host4 [ 2.251088] device: 'host4': device_add [ 2.251104] PM: Adding info for No Bus:host4 [ 2.251264] scsi host5: ahci [ 2.251431] device: 'host5': device_add [ 2.251434] bus: 'scsi': add device host5 [ 2.251439] PM: Adding info for scsi:host5 [ 2.251443] device: 'host5': device_add [ 2.251459] PM: Adding info for No Bus:host5 [ 2.251469] ata1: SATA max UDMA/133 abar m2048@0xfb121000 port 0xfb121100 irq 27 [ 2.251758] ata2: SATA max UDMA/133 abar m2048@0xfb121000 port 0xfb121180 irq 27 [ 2.254734] ata3: SATA max UDMA/133 abar m2048@0xfb121000 port 0xfb121200 irq 27 [ 2.255018] ata4: SATA max UDMA/133 abar m2048@0xfb121000 port 0xfb121280 irq 27 [ 2.255312] ata5: SATA max UDMA/133 abar m2048@0xfb121000 port 0xfb121300 irq 27 [ 2.255608] ata6: SATA max UDMA/133 abar m2048@0xfb121000 port 0xfb121380 irq 27 [ 2.255921] driver: 'ahci': driver_bound: bound to device '0000:00:1f.2' [ 2.255923] bus: 'pci': really_probe: bound device 0000:00:1f.2 to driver ahci [ 2.255969] bus: 'pci': add driver ata_piix [ 2.255999] bus: 'pci': add driver pata_oldpiix [ 2.256012] bus: 'pci': add driver pata_sch [ 2.256029] bus: 'pnp': add driver i8042 kbd [ 2.256040] bus: 'pnp': add driver i8042 aux [ 2.256044] bus: 'pnp': driver_probe_device: matched device 00:05 with driver i8042 aux [ 2.256046] bus: 'pnp': really_probe: probing driver i8042 aux with device 00:05 [ 2.256049] devices_kset: Moving 00:05 to end of list [ 2.256052] driver: 'i8042 aux': driver_bound: bound to device '00:05' [ 2.256053] bus: 'pnp': really_probe: bound device 00:05 to driver i8042 aux [ 2.256060] i8042: PNP: PS/2 Controller [PNP0f03:PS2M] at 0x60,0x64 irq 12 [ 2.256239] i8042: PNP: PS/2 controller doesn't have KBD irq; using default 1 [ 2.256447] Registering platform device 'i8042'. Parent at platform [ 2.256448] device: 'i8042': device_add [ 2.256451] bus: 'platform': add device i8042 [ 2.256458] PM: Adding info for platform:i8042 [ 2.256463] bus: 'platform': add driver i8042 [ 2.256466] bus: 'platform': driver_probe_device: matched device i8042 with driver i8042 [ 2.256468] bus: 'platform': really_probe: probing driver i8042 with device i8042 [ 2.256470] devices_kset: Moving i8042 to end of list [ 2.258922] serio: i8042 KBD port at 0x60,0x64 irq 1 [ 2.259108] serio: i8042 AUX port at 0x60,0x64 irq 12 [ 2.259298] driver: 'i8042': driver_bound: bound to device 'i8042' [ 2.259299] bus: 'platform': really_probe: bound device i8042 to driver i8042 [ 2.259310] device: 'mice': device_add [ 2.259318] PM: Adding info for No Bus:mice [ 2.259343] mousedev: PS/2 mouse device common for all mice [ 2.259535] device: 'serio0': device_add [ 2.259544] bus: 'serio': add device serio0 [ 2.259554] PM: Adding info for serio:serio0 [ 2.259560] device: 'serio1': device_add [ 2.259568] bus: 'serio': add device serio1 [ 2.259578] PM: Adding info for serio:serio1 [ 2.259586] device: 'event0': device_add [ 2.259594] PM: Adding info for No Bus:event0 [ 2.259643] device: 'event1': device_add [ 2.259650] PM: Adding info for No Bus:event1 [ 2.259710] bus: 'serio': add driver atkbd [ 2.259725] bus: 'serio': driver_probe_device: matched device serio0 with driver atkbd [ 2.259727] bus: 'serio': really_probe: probing driver atkbd with device serio0 [ 2.259729] devices_kset: Moving serio0 to end of list [ 2.259749] bus: 'serio': add driver psmouse [ 2.259763] bus: 'pnp': add driver rtc_cmos [ 2.259766] bus: 'pnp': driver_probe_device: matched device 00:02 with driver rtc_cmos [ 2.259767] bus: 'pnp': really_probe: probing driver rtc_cmos with device 00:02 [ 2.259770] devices_kset: Moving 00:02 to end of list [ 2.259781] rtc_cmos 00:02: RTC can wake from S4 [ 2.260056] device: 'rtc0': device_add [ 2.260068] PM: Adding info for No Bus:rtc0 [ 2.260114] rtc_cmos 00:02: rtc core: registered rtc_cmos as rtc0 [ 2.260319] rtc_cmos 00:02: alarms up to one month, y3k, 114 bytes nvram, hpet irqs [ 2.260593] driver: 'rtc_cmos': driver_bound: bound to device '00:02' [ 2.260594] bus: 'pnp': really_probe: bound device 00:02 to driver rtc_cmos [ 2.260610] md: linear personality registered for level -1 [ 2.260784] md: raid0 personality registered for level 0 [ 2.260963] md: raid1 personality registered for level 1 [ 2.261164] md: raid10 personality registered for level 10 [ 2.261361] device: 'raid5wq': device_add [ 2.261366] bus: 'workqueue': add device raid5wq [ 2.261374] PM: Adding info for workqueue:raid5wq [ 2.261381] md: raid6 personality registered for level 6 [ 2.261553] md: raid5 personality registered for level 5 [ 2.261731] md: raid4 personality registered for level 4 [ 2.261944] device: 'device-mapper': device_add [ 2.261950] PM: Adding info for No Bus:device-mapper [ 2.262004] device-mapper: ioctl: 4.34.0-ioctl (2015-10-28) initialised: dm-devel@xxxxxxxxxx [ 2.262409] device-mapper: multipath: version 1.11.0 loaded [ 2.262593] device-mapper: multipath round-robin: version 1.1.0 loaded [ 2.262772] device-mapper: multipath queue-length: version 0.2.0 loaded [ 2.262950] device-mapper: multipath service-time: version 0.3.0 loaded [ 2.263151] device-mapper: raid: Loading target version 1.8.0 [ 2.263340] intel_pstate: Intel P-state driver initializing [ 2.264061] bus: 'hid': registered [ 2.264065] device class 'hidraw': registering [ 2.264074] hidraw: raw HID events driver (C) Jiri Kosina [ 2.264263] bus: 'hid': add driver hid-generic [ 2.264279] bus: 'hid': add driver gyration [ 2.264292] bus: 'hid': add driver pantherlord [ 2.264304] bus: 'hid': add driver petalynx [ 2.264315] bus: 'hid': add driver samsung [ 2.264327] bus: 'hid': add driver sunplus [ 2.264338] bus: 'hid': add driver topseed [ 2.264484] Key type dns_resolver registered [ 2.264708] bus: 'machinecheck': registered [ 2.264711] device: 'machinecheck': device_add [ 2.264724] PM: Adding info for No Bus:machinecheck [ 2.264729] device: 'machinecheck0': device_add [ 2.264734] bus: 'machinecheck': add device machinecheck0 [ 2.264745] PM: Adding info for machinecheck:machinecheck0 [ 2.264787] device: 'machinecheck1': device_add [ 2.264792] bus: 'machinecheck': add device machinecheck1 [ 2.264803] PM: Adding info for machinecheck:machinecheck1 [ 2.264841] device: 'machinecheck2': device_add [ 2.264846] bus: 'machinecheck': add device machinecheck2 [ 2.264857] PM: Adding info for machinecheck:machinecheck2 [ 2.264896] device: 'machinecheck3': device_add [ 2.264900] bus: 'machinecheck': add device machinecheck3 [ 2.264911] PM: Adding info for machinecheck:machinecheck3 [ 2.264949] device: 'machinecheck4': device_add [ 2.264954] bus: 'machinecheck': add device machinecheck4 [ 2.264993] PM: Adding info for machinecheck:machinecheck4 [ 2.265039] device: 'machinecheck5': device_add [ 2.265044] bus: 'machinecheck': add device machinecheck5 [ 2.265055] PM: Adding info for machinecheck:machinecheck5 [ 2.265093] device: 'machinecheck6': device_add [ 2.265098] bus: 'machinecheck': add device machinecheck6 [ 2.265109] PM: Adding info for machinecheck:machinecheck6 [ 2.265146] device: 'machinecheck7': device_add [ 2.265151] bus: 'machinecheck': add device machinecheck7 [ 2.265162] PM: Adding info for machinecheck:machinecheck7 [ 2.265199] device: 'machinecheck8': device_add [ 2.265204] bus: 'machinecheck': add device machinecheck8 [ 2.265215] PM: Adding info for machinecheck:machinecheck8 [ 2.265252] device: 'machinecheck9': device_add [ 2.265257] bus: 'machinecheck': add device machinecheck9 [ 2.265268] PM: Adding info for machinecheck:machinecheck9 [ 2.265305] device: 'machinecheck10': device_add [ 2.265310] bus: 'machinecheck': add device machinecheck10 [ 2.265321] PM: Adding info for machinecheck:machinecheck10 [ 2.265358] device: 'machinecheck11': device_add [ 2.265364] bus: 'machinecheck': add device machinecheck11 [ 2.265374] PM: Adding info for machinecheck:machinecheck11 [ 2.265414] device: 'mcelog': device_add [ 2.265428] PM: Adding info for No Bus:mcelog [ 2.265508] Registering platform device 'microcode'. Parent at platform [ 2.265511] device: 'microcode': device_add [ 2.265518] bus: 'platform': add device microcode [ 2.265532] PM: Adding info for platform:microcode [ 2.265584] microcode: CPU0 sig=0x206d7, pf=0x1, revision=0x710 [ 2.265779] microcode: CPU1 sig=0x206d7, pf=0x1, revision=0x710 [ 2.265967] microcode: CPU2 sig=0x206d7, pf=0x1, revision=0x710 [ 2.266173] microcode: CPU3 sig=0x206d7, pf=0x1, revision=0x710 [ 2.266378] microcode: CPU4 sig=0x206d7, pf=0x1, revision=0x710 [ 2.266592] microcode: CPU5 sig=0x206d7, pf=0x1, revision=0x710 [ 2.266812] microcode: CPU6 sig=0x206d7, pf=0x1, revision=0x710 [ 2.267019] microcode: CPU7 sig=0x206d7, pf=0x1, revision=0x710 [ 2.267208] microcode: CPU8 sig=0x206d7, pf=0x1, revision=0x710 [ 2.267417] microcode: CPU9 sig=0x206d7, pf=0x1, revision=0x710 [ 2.267619] microcode: CPU10 sig=0x206d7, pf=0x1, revision=0x710 [ 2.267820] microcode: CPU11 sig=0x206d7, pf=0x1, revision=0x710 [ 2.268022] device: 'microcode': device_add [ 2.268036] PM: Adding info for No Bus:microcode [ 2.268081] microcode: Microcode Update Driver: v2.01 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba [ 2.268409] device: 'cpu_dma_latency': device_add [ 2.268424] PM: Adding info for No Bus:cpu_dma_latency [ 2.268467] device: 'network_latency': device_add [ 2.268481] PM: Adding info for No Bus:network_latency [ 2.268532] device: 'network_throughput': device_add [ 2.268545] PM: Adding info for No Bus:network_throughput [ 2.268625] device: 'memory_bandwidth': device_add [ 2.268650] PM: Adding info for No Bus:memory_bandwidth [ 2.268702] registered taskstats version 1 [ 2.269496] Key type encrypted registered [ 2.270375] Magic number: 0:17:397 [ 2.270589] mem random: hash matches [ 2.281373] atkbd: probe of serio0 rejects match -19 [ 2.281378] bus: 'serio': driver_probe_device: matched device serio1 with driver atkbd [ 2.281380] bus: 'serio': really_probe: probing driver atkbd with device serio1 [ 2.281384] devices_kset: Moving serio1 to end of list [ 2.303078] atkbd: probe of serio1 rejects match -19 [ 2.303084] bus: 'serio': driver_probe_device: matched device serio1 with driver psmouse [ 2.303087] bus: 'serio': really_probe: probing driver psmouse with device serio1 [ 2.303091] devices_kset: Moving serio1 to end of list [ 2.314115] psmouse: probe of serio1 rejects match -19 [ 2.568696] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) [ 2.568886] ata3: SATA link down (SStatus 0 SControl 300) [ 2.569106] ata2: SATA link down (SStatus 0 SControl 300) [ 2.569294] ata5: SATA link down (SStatus 0 SControl 300) [ 2.569484] ata6: SATA link down (SStatus 0 SControl 300) [ 2.569672] ata4: SATA link down (SStatus 0 SControl 300) [ 2.583807] ata1.00: ATA-8: KINGSTON SV300S37A60G, 525ABBF0, max UDMA/133 [ 2.583990] ata1.00: 117231408 sectors, multi 16: LBA48 NCQ (depth 31/32), AA [ 2.595021] ata1.00: configured for UDMA/133 [ 2.595503] scsi 0:0:0:0: Direct-Access ATA KINGSTON SV300S3 BBF0 PQ: 0 ANSI: 5 [ 2.617082] device: 'target0:0:0': device_add [ 2.617090] bus: 'scsi': add device target0:0:0 [ 2.617098] PM: Adding info for scsi:target0:0:0 [ 2.617108] device: '0:0:0:0': device_add [ 2.617128] bus: 'scsi': add device 0:0:0:0 [ 2.617134] PM: Adding info for scsi:0:0:0:0 [ 2.617139] bus: 'scsi': driver_probe_device: matched device 0:0:0:0 with driver sd [ 2.617141] bus: 'scsi': really_probe: probing driver sd with device 0:0:0:0 [ 2.617143] devices_kset: Moving 0:0:0:0 to end of list [ 2.617151] device: '0:0:0:0': device_add [ 2.617166] PM: Adding info for No Bus:0:0:0:0 [ 2.617171] driver: 'sd': driver_bound: bound to device '0:0:0:0' [ 2.617175] bus: 'scsi': really_probe: bound device 0:0:0:0 to driver sd [ 2.617176] device: '0:0:0:0': device_add [ 2.617185] PM: Adding info for No Bus:0:0:0:0 [ 2.617195] device: 'sg0': device_add [ 2.617203] PM: Adding info for No Bus:sg0 [ 2.617234] sd 0:0:0:0: Attached scsi generic sg0 type 0 [ 2.617256] sd 0:0:0:0: [sda] 117231408 512-byte logical blocks: (60.0 GB/55.9 GiB) [ 2.617596] sd 0:0:0:0: [sda] Write Protect is off [ 2.617598] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 [ 2.617710] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA [ 2.617715] device: '8:0': device_add [ 2.617730] PM: Adding info for No Bus:8:0 [ 2.617742] device: 'sda': device_add [ 2.617756] PM: Adding info for No Bus:sda [ 2.618163] device: '0:0:0:0': device_add [ 2.618172] PM: Adding info for No Bus:0:0:0:0 [ 2.618601] sda: sda1 sda2 [ 2.618774] device: 'sda1': device_add [ 2.618792] PM: Adding info for No Bus:sda1 [ 2.618931] device: 'sda2': device_add [ 2.618958] PM: Adding info for No Bus:sda2 [ 2.619511] sd 0:0:0:0: [sda] Attached SCSI disk [ 2.619727] md: Waiting for all devices to be available before autodetect [ 2.619897] md: If you don't use raid, use raid=noautodetect [ 2.620231] device: '9:0': device_add [ 2.620246] PM: Adding info for No Bus:9:0 [ 2.620257] device: 'md0': device_add [ 2.620271] PM: Adding info for No Bus:md0 [ 2.620376] md: Autodetecting RAID arrays. [ 2.620550] md: Scanned 0 and added 0 devices. [ 2.620726] md: autorun ... [ 2.620891] md: ... autorun DONE. [ 2.621390] EXT4-fs (sda2): couldn't mount as ext3 due to feature incompatibilities [ 2.621820] EXT4-fs (sda2): couldn't mount as ext2 due to feature incompatibilities [ 2.624602] EXT4-fs (sda2): mounted filesystem with ordered data mode. Opts: (null) [ 2.624910] VFS: Mounted root (ext4 filesystem) readonly on device 8:2. [ 2.626242] devtmpfs: mounted [ 2.627042] Freeing unused kernel memory: 972K (ffffffff9c8cd000 - ffffffff9c9c0000) [ 2.627341] Write protecting the kernel read-only data: 8192k [ 2.627849] Freeing unused kernel memory: 596K (ffff88001c56b000 - ffff88001c600000) [ 2.628571] Freeing unused kernel memory: 168K (ffff88001c7d6000 - ffff88001c800000) [ 2.684325] setfont (1081) used greatest stack depth: 13744 bytes left [ 2.685800] kbd_mode (1083) used greatest stack depth: 13344 bytes left [ 2.716082] init-early.sh (1079) used greatest stack depth: 12952 bytes left [ 2.888966] tsc: Refined TSC clocksource calibration: 2499.999 MHz [ 2.888969] clocksource: tsc: mask: 0xffffffffffffffff max_cycles: 0x240938fe3e8, max_idle_ns: 440795307177 ns [ 3.008253] NET: Registered protocol family 1 [ 3.061428] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.063003] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.063015] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.063027] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.063044] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.070901] random: udevadm: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.071466] random: udevadm: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.073552] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.073569] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.073576] random: systemd-udevd: uninitialized urandom read (16 bytes read, 15 bits of entropy available) [ 3.125815] dca service started, version 1.12.1 [ 3.125819] device class 'dca': registering [ 3.128011] device class 'hwmon': registering [ 3.128235] ioatdma: Intel(R) QuickData Technology Driver 4.00 [ 3.128244] bus: 'pci': add driver ioatdma [ 3.128251] bus: 'pci': driver_probe_device: matched device 0000:00:04.0 with driver ioatdma [ 3.128253] bus: 'pci': really_probe: probing driver ioatdma with device 0000:00:04.0 [ 3.128257] devices_kset: Moving 0000:00:04.0 to end of list [ 3.128285] Adaptec aacraid driver 1.2-1[41066]-ms [ 3.128289] bus: 'pci': add driver aacraid [ 3.128303] bus: 'pci': driver_probe_device: matched device 0000:05:00.0 with driver aacraid [ 3.128306] bus: 'pci': really_probe: probing driver aacraid with device 0000:05:00.0 [ 3.128311] devices_kset: Moving 0000:05:00.0 to end of list [ 3.128314] aacraid 0000:05:00.0: can't disable ASPM; OS doesn't have ASPM control [ 3.128389] ioatdma 0000:00:04.0: channel error register unreachable [ 3.128390] ioatdma 0000:00:04.0: channel enumeration error [ 3.128393] ioatdma 0000:00:04.0: Intel(R) I/OAT DMA Engine init failed [ 3.128454] ioatdma: probe of 0000:00:04.0 rejects match -19 [ 3.128456] bus: 'pci': driver_probe_device: matched device 0000:00:04.1 with driver ioatdma [ 3.128458] bus: 'pci': really_probe: probing driver ioatdma with device 0000:00:04.1 [ 3.128461] devices_kset: Moving 0000:00:04.1 to end of list [ 3.128526] ioatdma 0000:00:04.1: channel error register unreachable [ 3.128528] ioatdma 0000:00:04.1: channel enumeration error [ 3.128530] ioatdma 0000:00:04.1: Intel(R) I/OAT DMA Engine init failed [ 3.128606] ioatdma: probe of 0000:00:04.1 rejects match -19 [ 3.128609] bus: 'pci': driver_probe_device: matched device 0000:00:04.2 with driver ioatdma [ 3.128611] bus: 'pci': really_probe: probing driver ioatdma with device 0000:00:04.2 [ 3.128615] devices_kset: Moving 0000:00:04.2 to end of list [ 3.128678] bus: 'pci': add driver i801_smbus [ 3.128702] ioatdma 0000:00:04.2: channel error register unreachable [ 3.128704] ioatdma 0000:00:04.2: channel enumeration error [ 3.128707] ioatdma 0000:00:04.2: Intel(R) I/OAT DMA Engine init failed [ 3.128777] ioatdma: probe of 0000:00:04.2 rejects match -19 [ 3.128780] bus: 'pci': driver_probe_device: matched device 0000:00:1f.3 with driver i801_smbus [ 3.128782] bus: 'pci': really_probe: probing driver i801_smbus with device 0000:00:1f.3 [ 3.128786] devices_kset: Moving 0000:00:1f.3 to end of list [ 3.128891] i801_smbus 0000:00:1f.3: SMBus using PCI interrupt [ 3.128896] device: 'i2c-0': device_add [ 3.128904] bus: 'i2c': add device i2c-0 [ 3.128913] PM: Adding info for i2c:i2c-0 [ 3.128982] driver: 'i801_smbus': driver_bound: bound to device '0000:00:1f.3' [ 3.128986] bus: 'pci': really_probe: bound device 0000:00:1f.3 to driver i801_smbus [ 3.128989] bus: 'pci': driver_probe_device: matched device 0000:00:04.3 with driver ioatdma [ 3.128991] bus: 'pci': really_probe: probing driver ioatdma with device 0000:00:04.3 [ 3.128995] devices_kset: Moving 0000:00:04.3 to end of list [ 3.129078] ioatdma 0000:00:04.3: channel error register unreachable [ 3.129080] ioatdma 0000:00:04.3: channel enumeration error [ 3.129082] ioatdma 0000:00:04.3: Intel(R) I/OAT DMA Engine init failed [ 3.129138] ioatdma: probe of 0000:00:04.3 rejects match -19 [ 3.129140] bus: 'pci': driver_probe_device: matched device 0000:00:04.4 with driver ioatdma [ 3.129141] bus: 'pci': really_probe: probing driver ioatdma with device 0000:00:04.4 [ 3.129144] devices_kset: Moving 0000:00:04.4 to end of list [ 3.129202] ioatdma 0000:00:04.4: channel error register unreachable [ 3.129203] ioatdma 0000:00:04.4: channel enumeration error [ 3.129205] ioatdma 0000:00:04.4: Intel(R) I/OAT DMA Engine init failed [ 3.129255] ioatdma: probe of 0000:00:04.4 rejects match -19 [ 3.129257] bus: 'pci': driver_probe_device: matched device 0000:00:04.5 with driver ioatdma [ 3.129258] bus: 'pci': really_probe: probing driver ioatdma with device 0000:00:04.5 [ 3.129261] devices_kset: Moving 0000:00:04.5 to end of list [ 3.129325] ioatdma 0000:00:04.5: channel error register unreachable [ 3.129328] ioatdma 0000:00:04.5: channel enumeration error [ 3.129331] ioatdma 0000:00:04.5: Intel(R) I/OAT DMA Engine init failed [ 3.129407] ioatdma: probe of 0000:00:04.5 rejects match -19 [ 3.129410] bus: 'pci': driver_probe_device: matched device 0000:00:04.6 with driver ioatdma [ 3.129412] bus: 'pci': really_probe: probing driver ioatdma with device 0000:00:04.6 [ 3.129417] devices_kset: Moving 0000:00:04.6 to end of list [ 3.129501] ioatdma 0000:00:04.6: channel error register unreachable [ 3.129504] ioatdma 0000:00:04.6: channel enumeration error [ 3.129507] ioatdma 0000:00:04.6: Intel(R) I/OAT DMA Engine init failed [ 3.129582] ioatdma: probe of 0000:00:04.6 rejects match -19 [ 3.129585] bus: 'pci': driver_probe_device: matched device 0000:00:04.7 with driver ioatdma [ 3.129587] bus: 'pci': really_probe: probing driver ioatdma with device 0000:00:04.7 [ 3.129592] devices_kset: Moving 0000:00:04.7 to end of list [ 3.129662] ioatdma 0000:00:04.7: channel error register unreachable [ 3.129663] ioatdma 0000:00:04.7: channel enumeration error [ 3.129665] ioatdma 0000:00:04.7: Intel(R) I/OAT DMA Engine init failed [ 3.129718] ioatdma: probe of 0000:00:04.7 rejects match -19 [ 3.181506] igb: Intel(R) Gigabit Ethernet Network Driver - version 5.3.0-k [ 3.181509] igb: Copyright (c) 2007-2014 Intel Corporation. [ 3.181512] bus: 'pci': add driver igb [ 3.181522] bus: 'pci': driver_probe_device: matched device 0000:03:00.0 with driver igb [ 3.181525] bus: 'pci': really_probe: probing driver igb with device 0000:03:00.0 [ 3.181530] devices_kset: Moving 0000:03:00.0 to end of list [ 3.182322] ACPI: bus type USB registered [ 3.182327] device class 'graphics': registering [ 3.182333] bus: 'usb': registered [ 3.182335] bus: 'usb': add driver usbfs [ 3.182347] usbcore: registered new interface driver usbfs [ 3.182350] bus: 'usb': add driver hub [ 3.182361] usbcore: registered new interface driver hub [ 3.182392] bus: 'usb': add driver usb [ 3.182409] usbcore: registered new device driver usb [ 3.183865] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver [ 3.185375] ehci-pci: EHCI PCI platform driver [ 3.185379] bus: 'pci': add driver ehci-pci [ 3.185386] bus: 'pci': driver_probe_device: matched device 0000:00:1a.0 with driver ehci-pci [ 3.185388] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:1a.0 [ 3.185392] devices_kset: Moving 0000:00:1a.0 to end of list [ 3.185544] ehci-pci 0000:00:1a.0: EHCI Host Controller [ 3.185552] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 1 [ 3.185565] ehci-pci 0000:00:1a.0: debug port 2 [ 3.185710] bus: 'pci': add driver xhci_hcd [ 3.185715] bus: 'pci': driver_probe_device: matched device 0000:02:00.0 with driver xhci_hcd [ 3.185717] bus: 'pci': really_probe: probing driver xhci_hcd with device 0000:02:00.0 [ 3.185720] devices_kset: Moving 0000:02:00.0 to end of list [ 3.186411] AVX version of gcm_enc/dec engaged. [ 3.186413] AES CTR mode by8 optimization enabled [ 3.187412] device class 'drm': registering [ 3.187422] [drm] Initialized drm 1.1.0 20060810 [ 3.188950] device: 'ttm': device_add [ 3.188965] PM: Adding info for No Bus:ttm [ 3.189457] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported [ 3.189481] ehci-pci 0000:00:1a.0: irq 16, io mem 0xfb123000 [ 3.189674] device: 'cooling_device12': device_add [ 3.189686] PM: Adding info for No Bus:cooling_device12 [ 3.190526] bus: 'platform': add driver coretemp [ 3.190544] Registering platform device 'coretemp.0'. Parent at platform [ 3.190545] device: 'coretemp.0': device_add [ 3.190549] bus: 'platform': add device coretemp.0 [ 3.190557] PM: Adding info for platform:coretemp.0 [ 3.190562] bus: 'platform': driver_probe_device: matched device coretemp.0 with driver coretemp [ 3.190564] bus: 'platform': really_probe: probing driver coretemp with device coretemp.0 [ 3.190566] devices_kset: Moving coretemp.0 to end of list [ 3.190572] device: 'hwmon0': device_add [ 3.190580] PM: Adding info for No Bus:hwmon0 [ 3.190585] driver: 'coretemp': driver_bound: bound to device 'coretemp.0' [ 3.190588] bus: 'platform': really_probe: bound device coretemp.0 to driver coretemp [ 3.193163] bus: 'pci': add driver mgag200 [ 3.193170] bus: 'pci': driver_probe_device: matched device 0000:07:04.0 with driver mgag200 [ 3.193172] bus: 'pci': really_probe: probing driver mgag200 with device 0000:07:04.0 [ 3.193175] devices_kset: Moving 0000:07:04.0 to end of list [ 3.193248] device: 'controlD64': device_add [ 3.193258] PM: Adding info for No Bus:controlD64 [ 3.193356] device: 'card0': device_add [ 3.193367] PM: Adding info for No Bus:card0 [ 3.194760] device: 'fbcon': device_add [ 3.194769] PM: Adding info for No Bus:fbcon [ 3.199125] [TTM] Zone kernel: Available graphics memory: 32925122 kiB [ 3.199127] [TTM] Zone dma32: Available graphics memory: 2097152 kiB [ 3.199128] [TTM] Initializing pool allocator [ 3.199131] [TTM] Initializing DMA pool allocator [ 3.199166] device: 'card0-VGA-1': device_add [ 3.199177] PM: Adding info for No Bus:card0-VGA-1 [ 3.199196] device: 'i2c-1': device_add [ 3.199212] bus: 'i2c': add device i2c-1 [ 3.199217] PM: Adding info for i2c:i2c-1 [ 3.200967] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 [ 3.201056] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.201058] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.201060] usb usb1: Product: EHCI Host Controller [ 3.201061] usb usb1: Manufacturer: Linux 4.7.3-gentoo ehci_hcd [ 3.201062] usb usb1: SerialNumber: 0000:00:1a.0 [ 3.201065] device: 'usb1': device_add [ 3.201095] bus: 'usb': add device usb1 [ 3.201105] PM: Adding info for usb:usb1 [ 3.201192] bus: 'usb': driver_probe_device: matched device usb1 with driver usb [ 3.201195] bus: 'usb': really_probe: probing driver usb with device usb1 [ 3.201199] devices_kset: Moving usb1 to end of list [ 3.201213] device: '1-0:1.0': device_add [ 3.201225] bus: 'usb': add device 1-0:1.0 [ 3.201231] PM: Adding info for usb:1-0:1.0 [ 3.201244] bus: 'usb': driver_probe_device: matched device 1-0:1.0 with driver hub [ 3.201246] bus: 'usb': really_probe: probing driver hub with device 1-0:1.0 [ 3.201250] devices_kset: Moving 1-0:1.0 to end of list [ 3.201254] hub 1-0:1.0: USB hub found [ 3.201263] hub 1-0:1.0: 2 ports detected [ 3.201273] device: 'usb1-port1': device_add [ 3.201306] PM: Adding info for No Bus:usb1-port1 [ 3.201311] device: 'usb1-port2': device_add [ 3.201323] PM: Adding info for No Bus:usb1-port2 [ 3.201347] driver: 'hub': driver_bound: bound to device '1-0:1.0' [ 3.201351] bus: 'usb': really_probe: bound device 1-0:1.0 to driver hub [ 3.201355] device: 'ep_81': device_add [ 3.201371] PM: Adding info for No Bus:ep_81 [ 3.201374] driver: 'usb': driver_bound: bound to device 'usb1' [ 3.201381] bus: 'usb': really_probe: bound device usb1 to driver usb [ 3.201384] device: 'ep_00': device_add [ 3.201398] PM: Adding info for No Bus:ep_00 [ 3.201421] driver: 'ehci-pci': driver_bound: bound to device '0000:00:1a.0' [ 3.201424] bus: 'pci': really_probe: bound device 0000:00:1a.0 to driver ehci-pci [ 3.201426] bus: 'pci': driver_probe_device: matched device 0000:00:1d.0 with driver ehci-pci [ 3.201427] bus: 'pci': really_probe: probing driver ehci-pci with device 0000:00:1d.0 [ 3.201442] devices_kset: Moving 0000:00:1d.0 to end of list [ 3.201455] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 3.201463] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 [ 3.201639] xhci_hcd 0000:02:00.0: hcc params 0x002841eb hci version 0x100 quirks 0x00000090 [ 3.201700] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.201702] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.201703] usb usb2: Product: xHCI Host Controller [ 3.201705] usb usb2: Manufacturer: Linux 4.7.3-gentoo xhci-hcd [ 3.201706] usb usb2: SerialNumber: 0000:02:00.0 [ 3.201709] device: 'usb2': device_add [ 3.201728] bus: 'usb': add device usb2 [ 3.201738] PM: Adding info for usb:usb2 [ 3.201829] bus: 'usb': driver_probe_device: matched device usb2 with driver usb [ 3.201831] bus: 'usb': really_probe: probing driver usb with device usb2 [ 3.201834] devices_kset: Moving usb2 to end of list [ 3.201844] device: '2-0:1.0': device_add [ 3.201854] bus: 'usb': add device 2-0:1.0 [ 3.201857] PM: Adding info for usb:2-0:1.0 [ 3.201864] bus: 'usb': driver_probe_device: matched device 2-0:1.0 with driver hub [ 3.201865] bus: 'usb': really_probe: probing driver hub with device 2-0:1.0 [ 3.201867] devices_kset: Moving 2-0:1.0 to end of list [ 3.201869] hub 2-0:1.0: USB hub found [ 3.201875] hub 2-0:1.0: 1 port detected [ 3.201881] device: 'usb2-port1': device_add [ 3.201887] PM: Adding info for No Bus:usb2-port1 [ 3.201899] driver: 'hub': driver_bound: bound to device '2-0:1.0' [ 3.201902] bus: 'usb': really_probe: bound device 2-0:1.0 to driver hub [ 3.201904] device: 'ep_81': device_add [ 3.201925] PM: Adding info for No Bus:ep_81 [ 3.201927] driver: 'usb': driver_bound: bound to device 'usb2' [ 3.201928] bus: 'usb': really_probe: bound device usb2 to driver usb [ 3.201930] device: 'ep_00': device_add [ 3.201938] PM: Adding info for No Bus:ep_00 [ 3.201954] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 3.201957] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 3 [ 3.201968] usb usb3: We don't know the algorithms for LPM for this host, disabling LPM. [ 3.201973] ehci-pci 0000:00:1d.0: EHCI Host Controller [ 3.201982] usb usb3: New USB device found, idVendor=1d6b, idProduct=0003 [ 3.201984] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.201985] usb usb3: Product: xHCI Host Controller [ 3.201986] usb usb3: Manufacturer: Linux 4.7.3-gentoo xhci-hcd [ 3.201988] usb usb3: SerialNumber: 0000:02:00.0 [ 3.201990] device: 'usb3': device_add [ 3.202022] bus: 'usb': add device usb3 [ 3.202031] PM: Adding info for usb:usb3 [ 3.202129] bus: 'usb': driver_probe_device: matched device usb3 with driver usb [ 3.202131] bus: 'usb': really_probe: probing driver usb with device usb3 [ 3.202134] devices_kset: Moving usb3 to end of list [ 3.202146] device: '3-0:1.0': device_add [ 3.202154] bus: 'usb': add device 3-0:1.0 [ 3.202157] PM: Adding info for usb:3-0:1.0 [ 3.202164] bus: 'usb': driver_probe_device: matched device 3-0:1.0 with driver hub [ 3.202165] bus: 'usb': really_probe: probing driver hub with device 3-0:1.0 [ 3.202168] devices_kset: Moving 3-0:1.0 to end of list [ 3.202170] hub 3-0:1.0: USB hub found [ 3.202176] hub 3-0:1.0: 4 ports detected [ 3.202181] device: 'usb3-port1': device_add [ 3.202189] PM: Adding info for No Bus:usb3-port1 [ 3.202199] device: 'usb3-port2': device_add [ 3.202205] PM: Adding info for No Bus:usb3-port2 [ 3.202208] device: 'usb3-port3': device_add [ 3.202213] PM: Adding info for No Bus:usb3-port3 [ 3.202216] device: 'usb3-port4': device_add [ 3.202222] PM: Adding info for No Bus:usb3-port4 [ 3.202240] driver: 'hub': driver_bound: bound to device '3-0:1.0' [ 3.202242] bus: 'usb': really_probe: bound device 3-0:1.0 to driver hub [ 3.202245] device: 'ep_81': device_add [ 3.202266] PM: Adding info for No Bus:ep_81 [ 3.202267] driver: 'usb': driver_bound: bound to device 'usb3' [ 3.202269] bus: 'usb': really_probe: bound device usb3 to driver usb [ 3.202271] device: 'ep_00': device_add [ 3.202280] PM: Adding info for No Bus:ep_00 [ 3.202283] driver: 'xhci_hcd': driver_bound: bound to device '0000:02:00.0' [ 3.202286] bus: 'pci': really_probe: bound device 0000:02:00.0 to driver xhci_hcd [ 3.202289] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4 [ 3.202307] ehci-pci 0000:00:1d.0: debug port 2 [ 3.206209] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported [ 3.206219] ehci-pci 0000:00:1d.0: irq 23, io mem 0xfb122000 [ 3.217031] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 [ 3.217063] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002 [ 3.217078] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 [ 3.217079] usb usb4: Product: EHCI Host Controller [ 3.217080] usb usb4: Manufacturer: Linux 4.7.3-gentoo ehci_hcd [ 3.217082] usb usb4: SerialNumber: 0000:00:1d.0 [ 3.217085] device: 'usb4': device_add [ 3.217122] bus: 'usb': add device usb4 [ 3.217150] PM: Adding info for usb:usb4 [ 3.217275] bus: 'usb': driver_probe_device: matched device usb4 with driver usb [ 3.217278] bus: 'usb': really_probe: probing driver usb with device usb4 [ 3.217282] devices_kset: Moving usb4 to end of list [ 3.217295] device: '4-0:1.0': device_add [ 3.217319] bus: 'usb': add device 4-0:1.0 [ 3.217324] PM: Adding info for usb:4-0:1.0 [ 3.217335] bus: 'usb': driver_probe_device: matched device 4-0:1.0 with driver hub [ 3.217337] bus: 'usb': really_probe: probing driver hub with device 4-0:1.0 [ 3.217342] devices_kset: Moving 4-0:1.0 to end of list [ 3.217345] hub 4-0:1.0: USB hub found [ 3.217353] hub 4-0:1.0: 2 ports detected [ 3.217362] device: 'usb4-port1': device_add [ 3.217395] PM: Adding info for No Bus:usb4-port1 [ 3.217399] device: 'usb4-port2': device_add [ 3.217409] PM: Adding info for No Bus:usb4-port2 [ 3.217430] driver: 'hub': driver_bound: bound to device '4-0:1.0' [ 3.217434] bus: 'usb': really_probe: bound device 4-0:1.0 to driver hub [ 3.217438] device: 'ep_81': device_add [ 3.217465] PM: Adding info for No Bus:ep_81 [ 3.217468] driver: 'usb': driver_bound: bound to device 'usb4' [ 3.217471] bus: 'usb': really_probe: bound device usb4 to driver usb [ 3.217474] device: 'ep_00': device_add [ 3.217489] PM: Adding info for No Bus:ep_00 [ 3.217516] driver: 'ehci-pci': driver_bound: bound to device '0000:00:1d.0' [ 3.217520] bus: 'pci': really_probe: bound device 0000:00:1d.0 to driver ehci-pci [ 3.234955] device: 'i2c-2': device_add [ 3.234962] bus: 'i2c': add device i2c-2 [ 3.234968] PM: Adding info for i2c:i2c-2 [ 3.234999] device: 'eth0': device_add [ 3.235034] PM: Adding info for No Bus:eth0 [ 3.235227] device: '2-007c': device_add [ 3.235231] bus: 'i2c': add device 2-007c [ 3.235237] PM: Adding info for i2c:2-007c [ 3.235244] device: 'hwmon1': device_add [ 3.235254] PM: Adding info for No Bus:hwmon1 [ 3.235267] device: 'ptp0': device_add [ 3.235278] PM: Adding info for No Bus:ptp0 [ 3.235352] igb 0000:03:00.0: added PHC on eth0 [ 3.235354] igb 0000:03:00.0: Intel(R) Gigabit Ethernet Network Connection [ 3.235356] igb 0000:03:00.0: eth0: (PCIe:5.0Gb/s:Width x4) 00:25:90:79:97:4c [ 3.235428] igb 0000:03:00.0: eth0: PBA No: FFFFFF-0FF [ 3.235429] igb 0000:03:00.0: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 3.235434] driver: 'igb': driver_bound: bound to device '0000:03:00.0' [ 3.235438] bus: 'pci': really_probe: bound device 0000:03:00.0 to driver igb [ 3.235441] bus: 'pci': driver_probe_device: matched device 0000:03:00.1 with driver igb [ 3.235442] bus: 'pci': really_probe: probing driver igb with device 0000:03:00.1 [ 3.235446] devices_kset: Moving 0000:03:00.1 to end of list [ 3.257066] device: 'fb0': device_add [ 3.257078] PM: Adding info for No Bus:fb0 [ 3.257172] fbcon: mgadrmfb (fb0) is primary device [ 3.257179] device: 'vtcon1': device_add [ 3.257187] PM: Adding info for No Bus:vtcon1 [ 3.289065] device: 'i2c-3': device_add [ 3.289072] bus: 'i2c': add device i2c-3 [ 3.289077] PM: Adding info for i2c:i2c-3 [ 3.289106] device: 'eth1': device_add [ 3.289138] PM: Adding info for No Bus:eth1 [ 3.289246] device: 'ptp1': device_add [ 3.289257] PM: Adding info for No Bus:ptp1 [ 3.289326] igb 0000:03:00.1: added PHC on eth1 [ 3.289327] igb 0000:03:00.1: Intel(R) Gigabit Ethernet Network Connection [ 3.289328] igb 0000:03:00.1: eth1: (PCIe:5.0Gb/s:Width x4) 00:25:90:79:97:4d [ 3.289400] igb 0000:03:00.1: eth1: PBA No: FFFFFF-0FF [ 3.289401] igb 0000:03:00.1: Using MSI-X interrupts. 8 rx queue(s), 8 tx queue(s) [ 3.289405] driver: 'igb': driver_bound: bound to device '0000:03:00.1' [ 3.289409] bus: 'pci': really_probe: bound device 0000:03:00.1 to driver igb [ 3.293883] igb 0000:03:00.1 eno2: renamed from eth1 [ 3.293885] net eth1: renaming to eno2 [ 3.512947] usb 2-1: new high-speed USB device number 2 using xhci_hcd [ 3.512949] usb 1-1: new high-speed USB device number 2 using ehci-pci [ 3.528943] usb 4-1: new high-speed USB device number 2 using ehci-pci [ 3.633044] igb 0000:03:00.0 eno1: renamed from eth0 [ 3.633046] net eth0: renaming to eno1 [ 3.646831] usb 1-1: New USB device found, idVendor=8087, idProduct=0024 [ 3.646832] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.646833] device: '1-1': device_add [ 3.646854] bus: 'usb': add device 1-1 [ 3.646859] PM: Adding info for usb:1-1 [ 3.647012] bus: 'usb': driver_probe_device: matched device 1-1 with driver usb [ 3.647046] bus: 'usb': really_probe: probing driver usb with device 1-1 [ 3.647049] devices_kset: Moving 1-1 to end of list [ 3.647661] device: '1-1:1.0': device_add [ 3.647669] bus: 'usb': add device 1-1:1.0 [ 3.647672] PM: Adding info for usb:1-1:1.0 [ 3.647685] bus: 'usb': driver_probe_device: matched device 1-1:1.0 with driver hub [ 3.647714] bus: 'usb': really_probe: probing driver hub with device 1-1:1.0 [ 3.647717] devices_kset: Moving 1-1:1.0 to end of list [ 3.647776] hub 1-1:1.0: USB hub found [ 3.648488] hub 1-1:1.0: 6 ports detected [ 3.649971] device: '1-1-port1': device_add [ 3.650005] PM: Adding info for No Bus:1-1-port1 [ 3.650010] device: '1-1-port2': device_add [ 3.650030] PM: Adding info for No Bus:1-1-port2 [ 3.650032] device: '1-1-port3': device_add [ 3.650051] PM: Adding info for No Bus:1-1-port3 [ 3.650054] device: '1-1-port4': device_add [ 3.650072] PM: Adding info for No Bus:1-1-port4 [ 3.650075] device: '1-1-port5': device_add [ 3.650094] PM: Adding info for No Bus:1-1-port5 [ 3.650097] device: '1-1-port6': device_add [ 3.650116] PM: Adding info for No Bus:1-1-port6 [ 3.652430] driver: 'hub': driver_bound: bound to device '1-1:1.0' [ 3.652434] bus: 'usb': really_probe: bound device 1-1:1.0 to driver hub [ 3.652438] device: 'ep_81': device_add [ 3.652450] PM: Adding info for No Bus:ep_81 [ 3.652452] driver: 'usb': driver_bound: bound to device '1-1' [ 3.652452] bus: 'usb': really_probe: bound device 1-1 to driver usb [ 3.652456] device: 'ep_00': device_add [ 3.652465] PM: Adding info for No Bus:ep_00 [ 3.663197] usb 4-1: New USB device found, idVendor=8087, idProduct=0024 [ 3.663199] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 [ 3.663200] device: '4-1': device_add [ 3.663220] bus: 'usb': add device 4-1 [ 3.663225] PM: Adding info for usb:4-1 [ 3.663379] bus: 'usb': driver_probe_device: matched device 4-1 with driver usb [ 3.663399] bus: 'usb': really_probe: probing driver usb with device 4-1 [ 3.663402] devices_kset: Moving 4-1 to end of list [ 3.664031] device: '4-1:1.0': device_add [ 3.664039] bus: 'usb': add device 4-1:1.0 [ 3.664042] PM: Adding info for usb:4-1:1.0 [ 3.664052] bus: 'usb': driver_probe_device: matched device 4-1:1.0 with driver hub [ 3.664053] bus: 'usb': really_probe: probing driver hub with device 4-1:1.0 [ 3.664085] devices_kset: Moving 4-1:1.0 to end of list [ 3.664087] hub 4-1:1.0: USB hub found [ 3.664650] hub 4-1:1.0: 8 ports detected [ 3.665690] device: '4-1-port1': device_add [ 3.665826] PM: Adding info for No Bus:4-1-port1 [ 3.665831] device: '4-1-port2': device_add [ 3.665854] PM: Adding info for No Bus:4-1-port2 [ 3.665857] device: '4-1-port3': device_add [ 3.665878] PM: Adding info for No Bus:4-1-port3 [ 3.665881] device: '4-1-port4': device_add [ 3.665901] PM: Adding info for No Bus:4-1-port4 [ 3.665903] device: '4-1-port5': device_add [ 3.665924] PM: Adding info for No Bus:4-1-port5 [ 3.665928] device: '4-1-port6': device_add [ 3.665947] PM: Adding info for No Bus:4-1-port6 [ 3.665950] device: '4-1-port7': device_add [ 3.665970] PM: Adding info for No Bus:4-1-port7 [ 3.665972] device: '4-1-port8': device_add [ 3.665994] PM: Adding info for No Bus:4-1-port8 [ 3.669216] driver: 'hub': driver_bound: bound to device '4-1:1.0' [ 3.669219] bus: 'usb': really_probe: bound device 4-1:1.0 to driver hub [ 3.669221] device: 'ep_81': device_add [ 3.669231] PM: Adding info for No Bus:ep_81 [ 3.669232] driver: 'usb': driver_bound: bound to device '4-1' [ 3.669234] bus: 'usb': really_probe: bound device 4-1 to driver usb [ 3.669238] device: 'ep_00': device_add [ 3.669246] PM: Adding info for No Bus:ep_00 [ 3.734311] Console: switching to colour frame buffer device 160x50 [ 3.831600] AAC0: kernel 5.2-0[19147] Apr 16 2014 [ 3.831601] AAC0: monitor 5.2-0[19147] [ 3.831601] AAC0: bios 5.2-0[19147] [ 3.831602] AAC0: serial 3B041301CEF [ 3.831603] AAC0: Non-DASD support enabled. [ 3.831603] AAC0: 64bit support enabled. [ 3.831604] AAC0: 64 Bit DAC enabled [ 3.839648] mgag200 0000:07:04.0: fb0: mgadrmfb frame buffer device [ 3.848946] [drm] Initialized mgag200 1.0.0 20110418 for 0000:07:04.0 on minor 0 [ 3.848949] driver: 'mgag200': driver_bound: bound to device '0000:07:04.0' [ 3.848953] bus: 'pci': really_probe: bound device 0000:07:04.0 to driver mgag200 [ 3.857649] scsi host6: aacraid [ 3.857653] device: 'host6': device_add [ 3.857659] bus: 'scsi': add device host6 [ 3.857667] PM: Adding info for scsi:host6 [ 3.857675] device: 'host6': device_add [ 3.857694] PM: Adding info for No Bus:host6 [ 3.857961] scsi 6:0:0:0: Direct-Access Adaptec R5-test V1.0 PQ: 0 ANSI: 2 [ 3.857971] device: 'target6:0:0': device_add [ 3.857988] bus: 'scsi': add device target6:0:0 [ 3.857993] PM: Adding info for scsi:target6:0:0 [ 3.858002] device: '6:0:0:0': device_add [ 3.858019] bus: 'scsi': add device 6:0:0:0 [ 3.858024] PM: Adding info for scsi:6:0:0:0 [ 3.858028] bus: 'scsi': driver_probe_device: matched device 6:0:0:0 with driver sd [ 3.858030] bus: 'scsi': really_probe: probing driver sd with device 6:0:0:0 [ 3.858032] devices_kset: Moving 6:0:0:0 to end of list [ 3.858037] device: '6:0:0:0': device_add [ 3.858050] PM: Adding info for No Bus:6:0:0:0 [ 3.858056] driver: 'sd': driver_bound: bound to device '6:0:0:0' [ 3.858057] bus: 'scsi': really_probe: bound device 6:0:0:0 to driver sd [ 3.858059] device: '6:0:0:0': device_add [ 3.858078] PM: Adding info for No Bus:6:0:0:0 [ 3.858086] device: 'sg1': device_add [ 3.858094] PM: Adding info for No Bus:sg1 [ 3.858138] sd 6:0:0:0: Attached scsi generic sg1 type 0 [ 3.858141] device: '6:0:0:0': device_add [ 3.858149] PM: Adding info for No Bus:6:0:0:0 [ 3.858294] sd 6:0:0:0: [sdb] Very big device. Trying to use READ CAPACITY(16). [ 3.858313] sd 6:0:0:0: [sdb] 17553141760 512-byte logical blocks: (8.99 TB/8.17 TiB) [ 3.858411] sd 6:0:0:0: [sdb] Write Protect is off [ 3.858415] sd 6:0:0:0: [sdb] Mode Sense: 12 00 10 08 [ 3.858538] sd 6:0:0:0: [sdb] Write cache: disabled, read cache: enabled, supports DPO and FUA [ 3.858545] device: '8:16': device_add [ 3.858560] PM: Adding info for No Bus:8:16 [ 3.858586] device: 'sdb': device_add [ 3.858601] PM: Adding info for No Bus:sdb [ 3.858805] sd 6:0:0:0: [sdb] Very big device. Trying to use READ CAPACITY(16). [ 3.886595] sdb: sdb1 [ 3.886607] device: 'sdb1': device_add [ 3.886626] PM: Adding info for No Bus:sdb1 [ 3.886744] sd 6:0:0:0: [sdb] Very big device. Trying to use READ CAPACITY(16). [ 3.886797] sd 6:0:0:0: [sdb] Attached SCSI removable disk [ 3.890251] clocksource: Switched to clocksource tsc [ 3.896041] scsi 6:1:0:0: Direct-Access ST3000NC002-1DY1 CN02 PQ: 1 ANSI: 5 [ 3.920974] usb 1-1.6: new full-speed USB device number 3 using ehci-pci [ 3.944928] usb 4-1.1: new high-speed USB device number 3 using ehci-pci [ 3.952915] device: 'target6:1:0': device_add [ 3.952931] bus: 'scsi': add device target6:1:0 [ 3.952962] PM: Adding info for scsi:target6:1:0 [ 3.952972] device: '6:1:0:0': device_add [ 3.952990] bus: 'scsi': add device 6:1:0:0 [ 3.952995] PM: Adding info for scsi:6:1:0:0 [ 3.952999] device: '6:1:0:0': device_add [ 3.953018] PM: Adding info for No Bus:6:1:0:0 [ 3.953027] device: 'sg2': device_add [ 3.953033] PM: Adding info for No Bus:sg2 [ 3.953121] scsi 6:1:0:0: Attached scsi generic sg2 type 0 [ 3.953125] device: '6:1:0:0': device_add [ 3.953134] PM: Adding info for No Bus:6:1:0:0 [ 3.953911] scsi 6:1:1:0: Direct-Access ST3000DM001-9YN1 CC4H PQ: 1 ANSI: 5 [ 3.976947] device: 'target6:1:1': device_add [ 3.976966] bus: 'scsi': add device target6:1:1 [ 3.976973] PM: Adding info for scsi:target6:1:1 [ 3.976982] device: '6:1:1:0': device_add [ 3.976999] bus: 'scsi': add device 6:1:1:0 [ 3.977004] PM: Adding info for scsi:6:1:1:0 [ 3.977008] device: '6:1:1:0': device_add [ 3.977015] PM: Adding info for No Bus:6:1:1:0 [ 3.977023] device: 'sg3': device_add [ 3.977030] PM: Adding info for No Bus:sg3 [ 3.977115] scsi 6:1:1:0: Attached scsi generic sg3 type 0 [ 3.977119] device: '6:1:1:0': device_add [ 3.977128] PM: Adding info for No Bus:6:1:1:0 [ 3.977719] scsi 6:1:2:0: Direct-Access ST3000NM0033-9ZM SN03 PQ: 1 ANSI: 5 [ 4.004960] device: 'target6:1:2': device_add [ 4.004981] bus: 'scsi': add device target6:1:2 [ 4.004988] PM: Adding info for scsi:target6:1:2 [ 4.004998] device: '6:1:2:0': device_add [ 4.005015] bus: 'scsi': add device 6:1:2:0 [ 4.005020] PM: Adding info for scsi:6:1:2:0 [ 4.005024] device: '6:1:2:0': device_add [ 4.005042] PM: Adding info for No Bus:6:1:2:0 [ 4.005050] device: 'sg4': device_add [ 4.005057] PM: Adding info for No Bus:sg4 [ 4.005210] scsi 6:1:2:0: Attached scsi generic sg4 type 0 [ 4.005214] device: '6:1:2:0': device_add [ 4.005223] PM: Adding info for No Bus:6:1:2:0 [ 4.005984] scsi 6:1:3:0: Direct-Access ST3000NC002-1DY1 CN02 PQ: 1 ANSI: 5 [ 4.014400] usb 1-1.6: New USB device found, idVendor=0557, idProduct=2221 [ 4.014406] usb 1-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 4.014410] usb 1-1.6: Product: Hermon USB hidmouse Device [ 4.014413] usb 1-1.6: Manufacturer: Winbond Electronics Corp [ 4.014428] device: '1-1.6': device_add [ 4.014449] bus: 'usb': add device 1-1.6 [ 4.014455] PM: Adding info for usb:1-1.6 [ 4.014621] bus: 'usb': driver_probe_device: matched device 1-1.6 with driver usb [ 4.014624] bus: 'usb': really_probe: probing driver usb with device 1-1.6 [ 4.014628] devices_kset: Moving 1-1.6 to end of list [ 4.014870] device: '1-1.6:1.0': device_add [ 4.014881] bus: 'usb': add device 1-1.6:1.0 [ 4.014884] PM: Adding info for usb:1-1.6:1.0 [ 4.014896] device: 'ep_82': device_add [ 4.014910] PM: Adding info for No Bus:ep_82 [ 4.014912] device: '1-1.6:1.1': device_add [ 4.014925] bus: 'usb': add device 1-1.6:1.1 [ 4.014929] PM: Adding info for usb:1-1.6:1.1 [ 4.014940] device: 'ep_81': device_add [ 4.014954] PM: Adding info for No Bus:ep_81 [ 4.014957] driver: 'usb': driver_bound: bound to device '1-1.6' [ 4.014961] bus: 'usb': really_probe: bound device 1-1.6 to driver usb [ 4.014968] device: 'ep_00': device_add [ 4.014985] PM: Adding info for No Bus:ep_00 [ 4.020541] bus: 'usb': add driver usbhid [ 4.020559] bus: 'usb': driver_probe_device: matched device 1-1.6:1.0 with driver usbhid [ 4.020560] bus: 'usb': really_probe: probing driver usbhid with device 1-1.6:1.0 [ 4.020563] devices_kset: Moving 1-1.6:1.0 to end of list [ 4.021113] device: '0003:0557:2221.0001': device_add [ 4.021119] bus: 'hid': add device 0003:0557:2221.0001 [ 4.021127] PM: Adding info for hid:0003:0557:2221.0001 [ 4.021138] bus: 'hid': driver_probe_device: matched device 0003:0557:2221.0001 with driver hid-generic [ 4.021139] bus: 'hid': really_probe: probing driver hid-generic with device 0003:0557:2221.0001 [ 4.021142] devices_kset: Moving 0003:0557:2221.0001 to end of list [ 4.021206] device: 'input5': device_add [ 4.021225] PM: Adding info for No Bus:input5 [ 4.021238] input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.0/0003:0557:2221.0001/input/input5 [ 4.021244] device: 'mouse0': device_add [ 4.021250] PM: Adding info for No Bus:mouse0 [ 4.021325] device: 'event2': device_add [ 4.021346] PM: Adding info for No Bus:event2 [ 4.021468] device: 'hidraw0': device_add [ 4.021481] PM: Adding info for No Bus:hidraw0 [ 4.021568] hid-generic 0003:0557:2221.0001: input,hidraw0: USB HID v1.00 Mouse [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.6/input0 [ 4.021570] driver: 'hid-generic': driver_bound: bound to device '0003:0557:2221.0001' [ 4.021573] bus: 'hid': really_probe: bound device 0003:0557:2221.0001 to driver hid-generic [ 4.021576] driver: 'usbhid': driver_bound: bound to device '1-1.6:1.0' [ 4.021577] bus: 'usb': really_probe: bound device 1-1.6:1.0 to driver usbhid [ 4.021579] bus: 'usb': driver_probe_device: matched device 1-1.6:1.1 with driver usbhid [ 4.021580] bus: 'usb': really_probe: probing driver usbhid with device 1-1.6:1.1 [ 4.021583] devices_kset: Moving 1-1.6:1.1 to end of list [ 4.022098] device: '0003:0557:2221.0002': device_add [ 4.022103] bus: 'hid': add device 0003:0557:2221.0002 [ 4.022110] PM: Adding info for hid:0003:0557:2221.0002 [ 4.022121] bus: 'hid': driver_probe_device: matched device 0003:0557:2221.0002 with driver hid-generic [ 4.022122] bus: 'hid': really_probe: probing driver hid-generic with device 0003:0557:2221.0002 [ 4.022124] devices_kset: Moving 0003:0557:2221.0002 to end of list [ 4.022192] device: 'input6': device_add [ 4.022210] PM: Adding info for No Bus:input6 [ 4.022237] input: Winbond Electronics Corp Hermon USB hidmouse Device as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.6/1-1.6:1.1/0003:0557:2221.0002/input/input6 [ 4.036900] device: 'target6:1:3': device_add [ 4.036914] bus: 'scsi': add device target6:1:3 [ 4.036941] PM: Adding info for scsi:target6:1:3 [ 4.036950] device: '6:1:3:0': device_add [ 4.036968] bus: 'scsi': add device 6:1:3:0 [ 4.036973] PM: Adding info for scsi:6:1:3:0 [ 4.036978] device: '6:1:3:0': device_add [ 4.036985] PM: Adding info for No Bus:6:1:3:0 [ 4.037004] device: 'sg5': device_add [ 4.037011] PM: Adding info for No Bus:sg5 [ 4.037094] scsi 6:1:3:0: Attached scsi generic sg5 type 0 [ 4.037096] device: '6:1:3:0': device_add [ 4.037103] PM: Adding info for No Bus:6:1:3:0 [ 4.038494] usb 4-1.1: New USB device found, idVendor=05e3, idProduct=0608 [ 4.038496] usb 4-1.1: New USB device strings: Mfr=0, Product=1, SerialNumber=0 [ 4.038498] usb 4-1.1: Product: USB2.0 Hub [ 4.038500] device: '4-1.1': device_add [ 4.038524] bus: 'usb': add device 4-1.1 [ 4.038530] PM: Adding info for usb:4-1.1 [ 4.038571] bus: 'usb': driver_probe_device: matched device 4-1.1 with driver usb [ 4.038573] bus: 'usb': really_probe: probing driver usb with device 4-1.1 [ 4.038577] devices_kset: Moving 4-1.1 to end of list [ 4.038884] device: '4-1.1:1.0': device_add [ 4.038896] bus: 'usb': add device 4-1.1:1.0 [ 4.038899] PM: Adding info for usb:4-1.1:1.0 [ 4.038909] bus: 'usb': driver_probe_device: matched device 4-1.1:1.0 with driver hub [ 4.038911] bus: 'usb': really_probe: probing driver hub with device 4-1.1:1.0 [ 4.038914] devices_kset: Moving 4-1.1:1.0 to end of list [ 4.038918] hub 4-1.1:1.0: USB hub found [ 4.039235] hub 4-1.1:1.0: 4 ports detected [ 4.039609] device: '4-1.1-port1': device_add [ 4.039618] PM: Adding info for No Bus:4-1.1-port1 [ 4.039623] device: '4-1.1-port2': device_add [ 4.039629] PM: Adding info for No Bus:4-1.1-port2 [ 4.039633] device: '4-1.1-port3': device_add [ 4.039639] PM: Adding info for No Bus:4-1.1-port3 [ 4.039642] device: '4-1.1-port4': device_add [ 4.039647] PM: Adding info for No Bus:4-1.1-port4 [ 4.040858] driver: 'hub': driver_bound: bound to device '4-1.1:1.0' [ 4.040861] bus: 'usb': really_probe: bound device 4-1.1:1.0 to driver hub [ 4.040864] device: 'ep_81': device_add [ 4.040876] PM: Adding info for No Bus:ep_81 [ 4.040878] driver: 'usb': driver_bound: bound to device '4-1.1' [ 4.040880] bus: 'usb': really_probe: bound device 4-1.1 to driver usb [ 4.040894] device: 'ep_00': device_add [ 4.040904] PM: Adding info for No Bus:ep_00 [ 4.076900] device: 'input6::numlock': device_add [ 4.076914] PM: Adding info for No Bus:input6::numlock [ 4.076930] device: 'input6::capslock': device_add [ 4.076939] PM: Adding info for No Bus:input6::capslock [ 4.076947] device: 'input6::scrolllock': device_add [ 4.076954] PM: Adding info for No Bus:input6::scrolllock [ 4.076959] device: 'input6::compose': device_add [ 4.076968] PM: Adding info for No Bus:input6::compose [ 4.076972] device: 'input6::kana': device_add [ 4.076979] PM: Adding info for No Bus:input6::kana [ 4.076988] device: 'event3': device_add [ 4.076994] PM: Adding info for No Bus:event3 [ 4.077015] device: 'hidraw1': device_add [ 4.077022] PM: Adding info for No Bus:hidraw1 [ 4.077037] hid-generic 0003:0557:2221.0002: input,hidraw1: USB HID v1.00 Keyboard [Winbond Electronics Corp Hermon USB hidmouse Device] on usb-0000:00:1a.0-1.6/input1 [ 4.077039] driver: 'hid-generic': driver_bound: bound to device '0003:0557:2221.0002' [ 4.077041] bus: 'hid': really_probe: bound device 0003:0557:2221.0002 to driver hid-generic [ 4.077044] driver: 'usbhid': driver_bound: bound to device '1-1.6:1.1' [ 4.077048] bus: 'usb': really_probe: bound device 1-1.6:1.1 to driver usbhid [ 4.077058] usbcore: registered new interface driver usbhid [ 4.077059] usbhid: USB HID core driver [ 4.172628] driver: 'aacraid': driver_bound: bound to device '0000:05:00.0' [ 4.172633] bus: 'pci': really_probe: bound device 0000:05:00.0 to driver aacraid [ 4.291591] systemd-udevd (1366) used greatest stack depth: 12760 bytes left [ 4.291634] systemd-udevd (1361) used greatest stack depth: 12544 bytes left [ 4.291662] systemd-udevd (1354) used greatest stack depth: 10888 bytes left [ 4.308901] usb 4-1.1.1: new low-speed USB device number 4 using ehci-pci [ 4.421087] usb 4-1.1.1: New USB device found, idVendor=04d9, idProduct=1503 [ 4.421090] usb 4-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=0 [ 4.421092] usb 4-1.1.1: Product: USB Keyboard [ 4.421093] usb 4-1.1.1: Manufacturer: [ 4.421096] device: '4-1.1.1': device_add [ 4.421121] bus: 'usb': add device 4-1.1.1 [ 4.421129] PM: Adding info for usb:4-1.1.1 [ 4.421253] bus: 'usb': driver_probe_device: matched device 4-1.1.1 with driver usb [ 4.421255] bus: 'usb': really_probe: probing driver usb with device 4-1.1.1 [ 4.421259] devices_kset: Moving 4-1.1.1 to end of list [ 4.422196] device: '4-1.1.1:1.0': device_add [ 4.422206] bus: 'usb': add device 4-1.1.1:1.0 [ 4.422209] PM: Adding info for usb:4-1.1.1:1.0 [ 4.422222] bus: 'usb': driver_probe_device: matched device 4-1.1.1:1.0 with driver usbhid [ 4.422224] bus: 'usb': really_probe: probing driver usbhid with device 4-1.1.1:1.0 [ 4.422228] devices_kset: Moving 4-1.1.1:1.0 to end of list [ 4.431784] device: '0003:04D9:1503.0003': device_add [ 4.431790] bus: 'hid': add device 0003:04D9:1503.0003 [ 4.431797] PM: Adding info for hid:0003:04D9:1503.0003 [ 4.431808] bus: 'hid': driver_probe_device: matched device 0003:04D9:1503.0003 with driver hid-generic [ 4.431810] bus: 'hid': really_probe: probing driver hid-generic with device 0003:04D9:1503.0003 [ 4.431812] devices_kset: Moving 0003:04D9:1503.0003 to end of list [ 4.431872] device: 'input7': device_add [ 4.431892] PM: Adding info for No Bus:input7 [ 4.431908] input: USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.1/4-1.1.1/4-1.1.1:1.0/0003:04D9:1503.0003/input/input7 [ 4.484961] device: 'input7::numlock': device_add [ 4.484974] PM: Adding info for No Bus:input7::numlock [ 4.484988] device: 'input7::capslock': device_add [ 4.484996] PM: Adding info for No Bus:input7::capslock [ 4.485004] device: 'input7::scrolllock': device_add [ 4.485011] PM: Adding info for No Bus:input7::scrolllock [ 4.485018] device: 'event4': device_add [ 4.485024] PM: Adding info for No Bus:event4 [ 4.485110] device: 'hidraw2': device_add [ 4.485121] PM: Adding info for No Bus:hidraw2 [ 4.485274] hid-generic 0003:04D9:1503.0003: input,hidraw2: USB HID v1.10 Keyboard [ USB Keyboard] on usb-0000:00:1d.0-1.1.1/input0 [ 4.485276] driver: 'hid-generic': driver_bound: bound to device '0003:04D9:1503.0003' [ 4.485281] bus: 'hid': really_probe: bound device 0003:04D9:1503.0003 to driver hid-generic [ 4.485283] driver: 'usbhid': driver_bound: bound to device '4-1.1.1:1.0' [ 4.485285] bus: 'usb': really_probe: bound device 4-1.1.1:1.0 to driver usbhid [ 4.485288] device: 'ep_81': device_add [ 4.485309] PM: Adding info for No Bus:ep_81 [ 4.485311] device: '4-1.1.1:1.1': device_add [ 4.485319] bus: 'usb': add device 4-1.1.1:1.1 [ 4.485322] PM: Adding info for usb:4-1.1.1:1.1 [ 4.485332] bus: 'usb': driver_probe_device: matched device 4-1.1.1:1.1 with driver usbhid [ 4.485333] bus: 'usb': really_probe: probing driver usbhid with device 4-1.1.1:1.1 [ 4.485336] devices_kset: Moving 4-1.1.1:1.1 to end of list [ 4.499786] device: '0003:04D9:1503.0004': device_add [ 4.499792] bus: 'hid': add device 0003:04D9:1503.0004 [ 4.499799] PM: Adding info for hid:0003:04D9:1503.0004 [ 4.499809] bus: 'hid': driver_probe_device: matched device 0003:04D9:1503.0004 with driver hid-generic [ 4.499810] bus: 'hid': really_probe: probing driver hid-generic with device 0003:04D9:1503.0004 [ 4.499812] devices_kset: Moving 0003:04D9:1503.0004 to end of list [ 4.502100] device: 'input8': device_add [ 4.502121] PM: Adding info for No Bus:input8 [ 4.502138] input: USB Keyboard as /devices/pci0000:00/0000:00:1d.0/usb4/4-1/4-1.1/4-1.1.1/4-1.1.1:1.1/0003:04D9:1503.0004/input/input8 [ 4.556948] device: 'event5': device_add [ 4.556959] PM: Adding info for No Bus:event5 [ 4.557088] device: 'hidraw3': device_add [ 4.557099] PM: Adding info for No Bus:hidraw3 [ 4.557245] hid-generic 0003:04D9:1503.0004: input,hidraw3: USB HID v1.10 Device [ USB Keyboard] on usb-0000:00:1d.0-1.1.1/input1 [ 4.557247] driver: 'hid-generic': driver_bound: bound to device '0003:04D9:1503.0004' [ 4.557250] bus: 'hid': really_probe: bound device 0003:04D9:1503.0004 to driver hid-generic [ 4.557252] driver: 'usbhid': driver_bound: bound to device '4-1.1.1:1.1' [ 4.557254] bus: 'usb': really_probe: bound device 4-1.1.1:1.1 to driver usbhid [ 4.557256] device: 'ep_82': device_add [ 4.557280] PM: Adding info for No Bus:ep_82 [ 4.557282] driver: 'usb': driver_bound: bound to device '4-1.1.1' [ 4.557283] bus: 'usb': really_probe: bound device 4-1.1.1 to driver usb [ 4.557290] device: 'ep_00': device_add [ 4.557298] PM: Adding info for No Bus:ep_00 [ 4.982633] RPC: Registered named UNIX socket transport module. [ 4.982635] RPC: Registered udp transport module. [ 4.982636] RPC: Registered tcp transport module. [ 4.982637] RPC: Registered tcp NFSv4.1 backchannel transport module. [ 5.002896] FS-Cache: Loaded [ 5.211918] NFS: Registering the id_resolver key type [ 5.211926] Key type id_resolver registered [ 5.211927] Key type id_legacy registered [ 5.236684] nfs4filelayout_init: NFSv4 File Layout Driver Registering... [ 5.292513] nfs4flexfilelayout_init: NFSv4 Flexfile Layout Driver Registering... [ 5.322519] Installing knfsd (copyright (C) 1996 okir@xxxxxxxxxxxx). [ 5.374317] FS-Cache: Netfs 'cifs' registered for caching [ 5.374394] Key type cifs.spnego registered [ 5.374396] Key type cifs.idmap registered [ 5.398550] ntfs: driver 2.1.32 [Flags: R/O MODULE]. [ 5.422318] fuse init (API version 7.25) [ 5.422367] device: 'fuse': device_add [ 5.422378] PM: Adding info for No Bus:fuse [ 5.444959] device class 'cuse': registering [ 5.444967] device: 'cuse': device_add [ 5.444974] PM: Adding info for No Bus:cuse [ 6.350006] NET: Registered protocol family 38 [ 6.456311] bus: 'pci': add driver pci-stub [ 6.474806] device: 'hw_random': device_add [ 6.474819] PM: Adding info for No Bus:hw_random [ 6.492780] bus: 'platform': add driver timeriomem_rng [ 6.568646] device class 'lcd': registering [ 6.587896] device class 'backlight': registering [ 6.606257] bus: 'platform': add driver generic-bl [ 6.778331] bus: 'acpi': add driver ac [ 6.797780] bus: 'platform': add driver acpi-fan [ 6.817435] bus: 'acpi': add driver video [ 6.835785] bus: 'acpi': add driver thermal [ 6.854228] bus: 'acpi': add driver battery [ 6.873069] bus: 'acpi': add driver processor_aggregator [ 7.023190] bus: 'pci': add driver lpc_sch [ 7.078084] igbvf: Intel(R) Gigabit Virtual Function Network Driver - version 2.0.2-k [ 7.078086] igbvf: Copyright (c) 2009 - 2012 Intel Corporation. [ 7.078088] bus: 'pci': add driver igbvf [ 7.114522] console [netcon0] enabled [ 7.114524] netconsole: network logging started [ 7.133797] bus: 'usb': add driver rtl8150 [ 7.133814] usbcore: registered new interface driver rtl8150 [ 7.153008] bus: 'usb': add driver r8152 [ 7.153032] usbcore: registered new interface driver r8152 [ 7.171120] bus: 'usb': add driver ipheth [ 7.171133] usbcore: registered new interface driver ipheth [ 7.225229] uhci_hcd: USB Universal Host Controller Interface driver [ 7.225242] bus: 'pci': add driver uhci_hcd [ 7.305258] device class 'usbmon': registering [ 7.305270] device: 'usbmon0': device_add [ 7.305281] PM: Adding info for No Bus:usbmon0 [ 7.305348] device: 'usbmon1': device_add [ 7.305358] PM: Adding info for No Bus:usbmon1 [ 7.305419] device: 'usbmon2': device_add [ 7.305428] PM: Adding info for No Bus:usbmon2 [ 7.305490] device: 'usbmon3': device_add [ 7.305498] PM: Adding info for No Bus:usbmon3 [ 7.305540] device: 'usbmon4': device_add [ 7.305548] PM: Adding info for No Bus:usbmon4 [ 7.326158] bus: 'usb': add driver usb-storage [ 7.326209] usbcore: registered new interface driver usb-storage [ 7.400079] bus: 'platform': add driver isch_smbus [ 7.417883] bus: 'pci': add driver ismt_smbus [ 7.435432] bus: 'pci': add driver piix4_smbus [ 7.452870] i2c /dev entries driver [ 7.452873] device class 'i2c-dev': registering [ 7.452881] device: 'i2c-0': device_add [ 7.452892] PM: Adding info for No Bus:i2c-0 [ 7.452914] device: 'i2c-1': device_add [ 7.452934] PM: Adding info for No Bus:i2c-1 [ 7.452948] device: 'i2c-2': device_add [ 7.452956] PM: Adding info for No Bus:i2c-2 [ 7.452969] device: 'i2c-3': device_add [ 7.452977] PM: Adding info for No Bus:i2c-3 [ 7.504234] md: multipath personality registered for level -4 [ 7.520877] md: faulty personality registered for level -5 [ 7.761024] bus: 'hid': add driver ntrig [ 7.778751] bus: 'hid': add driver sony [ 7.813074] bus: 'pci': add driver intel ips [ 7.831295] bus: 'acpi': add driver intel_rapid_start [ 7.885843] bus: 'acpi': add driver power_meter [ 7.922160] bus: 'platform': add driver nct6775 [ 7.922200] nct6775: Found NCT6776D/F or compatible chip at 0x2e:0xa30 [ 7.922215] Registering platform device 'nct6775.2608'. Parent at platform [ 7.922217] device: 'nct6775.2608': device_add [ 7.922222] bus: 'platform': add device nct6775.2608 [ 7.922230] PM: Adding info for platform:nct6775.2608 [ 7.922237] bus: 'platform': driver_probe_device: matched device nct6775.2608 with driver nct6775 [ 7.922239] bus: 'platform': really_probe: probing driver nct6775 with device nct6775.2608 [ 7.922241] devices_kset: Moving nct6775.2608 to end of list [ 7.922679] device: 'hwmon2': device_add [ 7.923193] PM: Adding info for No Bus:hwmon2 [ 7.923204] driver: 'nct6775': driver_bound: bound to device 'nct6775.2608' [ 7.923219] bus: 'platform': really_probe: bound device nct6775.2608 to driver nct6775 [ 7.940895] bus: 'i2c': add driver nct7904 [ 7.977345] oprofile: using NMI interrupt. [ 8.049809] Netfilter messages via NETLINK v0.30. [ 8.089436] nf_conntrack version 0.5.0 (65536 buckets, 262144 max) [ 8.107146] ctnetlink v0.93: registering with nfnetlink. [ 8.624916] usb 2-1: device descriptor read/64, error -110 [ 8.694223] ip_tables: (C) 2000-2006 Netfilter Core Team [ 8.864354] Initializing XFRM netlink socket [ 8.899036] NET: Registered protocol family 17 [ 9.219690] EXT4-fs (sda2): re-mounted. Opts: discard [ 9.633233] device: 'vcs2': device_add [ 9.633246] PM: Adding info for No Bus:vcs2 [ 9.633322] device: 'vcsa2': device_add [ 9.633332] PM: Adding info for No Bus:vcsa2 [ 9.633622] device: 'vcs3': device_add [ 9.633631] PM: Adding info for No Bus:vcs3 [ 9.633703] device: 'vcsa3': device_add [ 9.633713] PM: Adding info for No Bus:vcsa3 [ 9.633864] device: 'vcs4': device_add [ 9.633874] PM: Adding info for No Bus:vcs4 [ 9.633944] device: 'vcsa4': device_add [ 9.633953] PM: Adding info for No Bus:vcsa4 [ 9.634100] device: 'vcs5': device_add [ 9.634110] PM: Adding info for No Bus:vcs5 [ 9.634160] device: 'vcsa5': device_add [ 9.634167] PM: Adding info for No Bus:vcsa5 [ 9.634357] device: 'vcs6': device_add [ 9.634364] PM: Adding info for No Bus:vcs6 [ 9.634414] device: 'vcsa6': device_add [ 9.634420] PM: Adding info for No Bus:vcsa6 [ 9.634504] device: 'vcs7': device_add [ 9.634511] PM: Adding info for No Bus:vcs7 [ 9.634564] device: 'vcsa7': device_add [ 9.634570] PM: Adding info for No Bus:vcsa7 [ 9.634641] device: 'vcs8': device_add [ 9.634648] PM: Adding info for No Bus:vcs8 [ 9.634671] device: 'vcsa8': device_add [ 9.634678] PM: Adding info for No Bus:vcsa8 [ 9.634804] device: 'vcs9': device_add [ 9.634815] PM: Adding info for No Bus:vcs9 [ 9.634841] device: 'vcsa9': device_add [ 9.634848] PM: Adding info for No Bus:vcsa9 [ 9.634958] device: 'vcs10': device_add [ 9.634965] PM: Adding info for No Bus:vcs10 [ 9.635010] device: 'vcsa10': device_add [ 9.635016] PM: Adding info for No Bus:vcsa10 [ 9.635125] device: 'vcs11': device_add [ 9.635131] PM: Adding info for No Bus:vcs11 [ 9.635314] device: 'vcsa11': device_add [ 9.635323] PM: Adding info for No Bus:vcsa11 [ 9.635400] device: 'vcs12': device_add [ 9.635407] PM: Adding info for No Bus:vcs12 [ 9.635420] device: 'vcsa12': device_add [ 9.635428] PM: Adding info for No Bus:vcsa12 [ 14.406853] igb 0000:03:00.0 eno1: igb: eno1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX [ 23.838834] usb 2-1: device descriptor read/64, error -110 [ 24.054461] usb 2-1: new high-speed USB device number 3 using xhci_hcd [ 29.164986] usb 2-1: device descriptor read/64, error -110 [ 44.377123] usb 2-1: device descriptor read/64, error -110 [ 44.592839] usb 2-1: new high-speed USB device number 4 using xhci_hcd [ 49.596314] xhci_hcd 0000:02:00.0: Command timeout [ 49.596321] xhci_hcd 0000:02:00.0: Abort command ring [ 61.128571] xhci_hcd 0000:02:00.0: Stopped the command ring failed, maybe the host is dead [ 61.128575] xhci_hcd 0000:02:00.0: // Halt the HC [ 61.151685] xhci_hcd 0000:02:00.0: Host not halted after 16000 microseconds. [ 61.151695] xhci_hcd 0000:02:00.0: Abort command ring failed [ 61.151698] xhci_hcd 0000:02:00.0: HC died; cleaning up [ 61.151702] xhci_hcd 0000:02:00.0: xHCI host controller is dead. [ 61.151722] xhci_hcd 0000:02:00.0: Timeout while waiting for setup device command [ 61.354478] xhci_hcd 0000:02:00.0: Endpoint 0x0 ep reset callback called [ 61.370472] xhci_hcd 0000:02:00.0: Ep 0x0: URB ffff881035fefc00 submitted for non-responsive xHCI host. [ 61.370476] xhci_hcd 0000:02:00.0: Ep 0x0: URB ffff881035fefc00 submitted for non-responsive xHCI host. [ 61.370478] xhci_hcd 0000:02:00.0: Ep 0x0: URB ffff881035fefc00 submitted for non-responsive xHCI host. [ 61.370480] usb 2-1: device descriptor read/8, error -108 [ 61.490469] xhci_hcd 0000:02:00.0: Ep 0x0: URB ffff881035fefc00 submitted for non-responsive xHCI host. [ 61.490472] xhci_hcd 0000:02:00.0: Ep 0x0: URB ffff881035fefc00 submitted for non-responsive xHCI host. [ 61.490474] xhci_hcd 0000:02:00.0: Ep 0x0: URB ffff881035fefc00 submitted for non-responsive xHCI host. [ 61.490476] usb 2-1: device descriptor read/8, error -108 [ 61.594469] xhci_hcd 0000:02:00.0: Endpoint 0x0 ep reset callback called [ 61.594475] xhci_hcd 0000:02:00.0: xHCI dying or halted, can't queue_command [ 61.594477] xhci_hcd 0000:02:00.0: FIXME: allocate a command ring segment [ 61.594478] usb usb2-port1: couldn't allocate usb_device [ 70.980103] random: nonblocking pool is initialized [ 74.719104] bus: 'pci': remove driver xhci_hcd [ 74.719111] xhci_hcd 0000:02:00.0: remove, state 4 [ 74.719116] usb usb3: USB disconnect, device number 1 [ 74.719118] device: 'ep_81': device_unregister [ 74.719129] PM: Removing info for No Bus:ep_81 [ 74.719143] bus: 'usb': remove device 3-0:1.0 [ 74.719148] device: 'usb3-port4': device_unregister [ 74.719155] PM: Removing info for No Bus:usb3-port4 [ 74.719157] device: 'usb3-port3': device_unregister [ 74.719163] PM: Removing info for No Bus:usb3-port3 [ 74.719165] device: 'usb3-port2': device_unregister [ 74.719170] PM: Removing info for No Bus:usb3-port2 [ 74.719175] device: 'usb3-port1': device_unregister [ 74.719185] PM: Removing info for No Bus:usb3-port1 [ 74.719188] PM: Removing info for usb:3-0:1.0 [ 74.719204] xHCI xhci_drop_endpoint called for root hub [ 74.719206] xHCI xhci_check_bandwidth called for root hub [ 74.719208] device: 'ep_00': device_unregister [ 74.719217] PM: Removing info for No Bus:ep_00 [ 74.719297] bus: 'usb': remove device usb3 [ 74.719303] PM: Removing info for usb:usb3 [ 74.719316] xhci_hcd 0000:02:00.0: // Halt the HC [ 74.742402] xhci_hcd 0000:02:00.0: Host not halted after 16000 microseconds. [ 74.742405] xhci_hcd 0000:02:00.0: Host controller not halted, aborting reset. [ 74.742414] xhci_hcd 0000:02:00.0: USB bus 3 deregistered [ 74.742426] device: 'usbmon3': device_unregister [ 74.742519] PM: Removing info for No Bus:usbmon3 [ 74.742531] device: 'usbmon3': device_create_release [ 74.742539] xhci_hcd 0000:02:00.0: remove, state 1 [ 74.742544] usb usb2: USB disconnect, device number 1 [ 74.742546] device: 'ep_81': device_unregister [ 74.742559] PM: Removing info for No Bus:ep_81 [ 74.742574] bus: 'usb': remove device 2-0:1.0 [ 74.742579] device: 'usb2-port1': device_unregister [ 74.742588] PM: Removing info for No Bus:usb2-port1 [ 74.742593] PM: Removing info for usb:2-0:1.0 [ 74.742616] xHCI xhci_drop_endpoint called for root hub [ 74.742618] xHCI xhci_check_bandwidth called for root hub [ 74.742620] device: 'ep_00': device_unregister [ 74.742631] PM: Removing info for No Bus:ep_00 [ 74.742716] bus: 'usb': remove device usb2 [ 74.742721] PM: Removing info for usb:usb2 [ 74.742757] xhci_hcd 0000:02:00.0: // Disabling event ring interrupts [ 74.742760] xhci_hcd 0000:02:00.0: cleaning up memory [ 74.742763] xhci_hcd 0000:02:00.0: Freed ERST [ 74.742765] xhci_hcd 0000:02:00.0: Freed event ring [ 74.742768] xhci_hcd 0000:02:00.0: Freed command ring [ 74.742773] xhci_hcd 0000:02:00.0: Freed segment pool [ 74.742775] xhci_hcd 0000:02:00.0: Freed device context pool [ 74.742777] xhci_hcd 0000:02:00.0: Freed small stream array pool [ 74.742778] xhci_hcd 0000:02:00.0: Freed medium stream array pool [ 74.742799] xhci_hcd 0000:02:00.0: xhci_stop completed - status = 0 [ 74.742800] xhci_hcd 0000:02:00.0: USB bus 2 deregistered [ 74.742813] device: 'usbmon2': device_unregister [ 74.742839] PM: Removing info for No Bus:usbmon2 [ 74.742859] device: 'usbmon2': device_create_release [ 74.742941] driver: 'xhci_hcd': driver_release [ 90.143177] bus: 'pci': add driver xhci_hcd [ 90.143188] bus: 'pci': driver_probe_device: matched device 0000:02:00.0 with driver xhci_hcd [ 90.143190] bus: 'pci': really_probe: probing driver xhci_hcd with device 0000:02:00.0 [ 90.143194] devices_kset: Moving 0000:02:00.0 to end of list [ 90.143286] xhci_hcd 0000:02:00.0: xHCI Host Controller [ 90.143301] device: 'usbmon2': device_add [ 90.143315] PM: Adding info for No Bus:usbmon2 [ 90.143380] xhci_hcd 0000:02:00.0: new USB bus registered, assigned bus number 2 [ 90.143390] xhci_hcd 0000:02:00.0: xHCI capability registers at ffffc900042a4000: [ 90.143392] xhci_hcd 0000:02:00.0: CAPLENGTH AND HCIVERSION 0x1000020: [ 90.143395] xhci_hcd 0000:02:00.0: CAPLENGTH: 0x20 [ 90.143397] xhci_hcd 0000:02:00.0: HCIVERSION: 0x100 [ 90.143399] xhci_hcd 0000:02:00.0: HCSPARAMS 1: 0x5000420 [ 90.143401] xhci_hcd 0000:02:00.0: Max device slots: 32 [ 90.143403] xhci_hcd 0000:02:00.0: Max interrupters: 4 [ 90.143405] xhci_hcd 0000:02:00.0: Max ports: 5 [ 90.143407] xhci_hcd 0000:02:00.0: HCSPARAMS 2: 0xfc000031 [ 90.143409] xhci_hcd 0000:02:00.0: Isoc scheduling threshold: 1 [ 90.143411] xhci_hcd 0000:02:00.0: Maximum allowed segments in event ring: 3 [ 90.143414] xhci_hcd 0000:02:00.0: HCSPARAMS 3 0xe70004: [ 90.143415] xhci_hcd 0000:02:00.0: Worst case U1 device exit latency: 4 [ 90.143428] xhci_hcd 0000:02:00.0: Worst case U2 device exit latency: 231 [ 90.143430] xhci_hcd 0000:02:00.0: HCC PARAMS 0x2841eb: [ 90.143432] xhci_hcd 0000:02:00.0: HC generates 64 bit addresses [ 90.143434] xhci_hcd 0000:02:00.0: HC hasn't Contiguous Frame ID Capability [ 90.143436] xhci_hcd 0000:02:00.0: HC can't generate Stopped - Short Package event [ 90.143438] xhci_hcd 0000:02:00.0: FIXME: more HCCPARAMS debugging [ 90.143440] xhci_hcd 0000:02:00.0: RTSOFF 0x200: [ 90.143443] xhci_hcd 0000:02:00.0: HCC PARAMS2 0x0: [ 90.143445] xhci_hcd 0000:02:00.0: HC doesn't support Force save context capability [ 90.143447] xhci_hcd 0000:02:00.0: HC doesn't support Large ESIT Payload Capability [ 90.143449] xhci_hcd 0000:02:00.0: HC doesn't support Extended TBC capability [ 90.143451] xhci_hcd 0000:02:00.0: xHCI operational registers at ffffc900042a4020: [ 90.143453] xhci_hcd 0000:02:00.0: USBCMD 0x0: [ 90.143455] xhci_hcd 0000:02:00.0: HC is being stopped [ 90.143457] xhci_hcd 0000:02:00.0: HC has finished hard reset [ 90.143459] xhci_hcd 0000:02:00.0: Event Interrupts disabled [ 90.143461] xhci_hcd 0000:02:00.0: Host System Error Interrupts disabled [ 90.143463] xhci_hcd 0000:02:00.0: HC has finished light reset [ 90.143466] xhci_hcd 0000:02:00.0: USBSTS 0x1000: [ 90.143468] xhci_hcd 0000:02:00.0: Event ring is empty [ 90.143470] xhci_hcd 0000:02:00.0: No Host System Error [ 90.143472] xhci_hcd 0000:02:00.0: HC is running [ 90.143475] xhci_hcd 0000:02:00.0: ffffc900042a4420 port status reg = 0x40000e03 [ 90.143478] xhci_hcd 0000:02:00.0: ffffc900042a4424 port power reg = 0x0 [ 90.143480] xhci_hcd 0000:02:00.0: ffffc900042a4428 port link reg = 0x0 [ 90.143483] xhci_hcd 0000:02:00.0: ffffc900042a442c port reserved reg = 0x0 [ 90.143485] xhci_hcd 0000:02:00.0: ffffc900042a4430 port status reg = 0xa0002a0 [ 90.143488] xhci_hcd 0000:02:00.0: ffffc900042a4434 port power reg = 0x0 [ 90.143490] xhci_hcd 0000:02:00.0: ffffc900042a4438 port link reg = 0x0 [ 90.143493] xhci_hcd 0000:02:00.0: ffffc900042a443c port reserved reg = 0x0 [ 90.143495] xhci_hcd 0000:02:00.0: ffffc900042a4440 port status reg = 0xa0002a0 [ 90.143498] xhci_hcd 0000:02:00.0: ffffc900042a4444 port power reg = 0x0 [ 90.143500] xhci_hcd 0000:02:00.0: ffffc900042a4448 port link reg = 0x0 [ 90.143503] xhci_hcd 0000:02:00.0: ffffc900042a444c port reserved reg = 0x0 [ 90.143505] xhci_hcd 0000:02:00.0: ffffc900042a4450 port status reg = 0xa0002a0 [ 90.143507] xhci_hcd 0000:02:00.0: ffffc900042a4454 port power reg = 0x0 [ 90.143510] xhci_hcd 0000:02:00.0: ffffc900042a4458 port link reg = 0x0 [ 90.143512] xhci_hcd 0000:02:00.0: ffffc900042a445c port reserved reg = 0x0 [ 90.143515] xhci_hcd 0000:02:00.0: ffffc900042a4460 port status reg = 0xa0002a0 [ 90.143517] xhci_hcd 0000:02:00.0: ffffc900042a4464 port power reg = 0x0 [ 90.143520] xhci_hcd 0000:02:00.0: ffffc900042a4468 port link reg = 0x0 [ 90.143522] xhci_hcd 0000:02:00.0: ffffc900042a446c port reserved reg = 0x0 [ 90.143525] xhci_hcd 0000:02:00.0: QUIRK: Resetting on resume [ 90.143527] xhci_hcd 0000:02:00.0: // Halt the HC [ 90.166739] xhci_hcd 0000:02:00.0: Host not halted after 16000 microseconds. [ 90.166741] xhci_hcd 0000:02:00.0: can't setup: -110 [ 90.166744] xhci_hcd 0000:02:00.0: USB bus 2 deregistered [ 90.166754] device: 'usbmon2': device_unregister [ 90.166798] PM: Removing info for No Bus:usbmon2 [ 90.166806] device: 'usbmon2': device_create_release [ 90.166849] xhci_hcd 0000:02:00.0: init 0000:02:00.0 fail, -110 [ 90.166851] xhci_hcd: probe of 0000:02:00.0 failed with error -110