Re: Trouble with a USB 2.0 device with xhci_hcd

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Jan 21, 2013 at 12:56:09AM -0800, David Moore wrote:
> Hi Sarah,
> 
> Thanks for all your work on Linux USB 3.0 support. I am having some trouble
> getting a particular USB 2.0 camera to enumerate with xhci_hcd, and I was
> hoping you might be able to help me.
> 
> The device is a custom-designed board-level webcam, so it's a bit quirky to
> begin with, but it does work fine on USB 2.0 ports. Here is the lsusb info
> on it (when plugged into a working USB 2.0 port):

Everything looks right from the software side, but your device just
misbehaves under xHCI.  After getting a device address the first time,
the device babbles (sends too much data) when asked for its device
descriptor.  The port is disabled, then re-enabled and reset.  After
that, the device refuses to answer to the Set Address requests.

It's possible that the device is just buggy, and it expects the Windows
enumeration scheme.  Windows will send an 8-byte request for the device
descriptor, set the device address, and then ask for the whole device
descriptor.  We call this the 'new' enumerating scheme.  Some devices
barf when Linux first sets the device address, then asks for the device
descriptor (the 'old' enumeration scheme).

Currently, devices under xHCI will always see the old enumeration
scheme.  We'd have to add new API in order to facilitate the new
enumeration scheme.

You can test that hypothesis by loading the EHCI module and forcing it
to use the old enumeration scheme:

sudo modprobe ehci old_scheme_first=1 use_both_schemes=0

If you device doesn't enumerate under EHCI with those module parameters
set, then it probably doesn't tolerate the old enumeration scheme.

The other hypothesis is that the xHCI driver gets confused after the
first Set Address command times out.  After you attach the camera, do
other USB devices enumerate under xHCI?

> Another thing I'd like to do is operate these ports as EHCI ports instead
> of XHCI in order to solve my problem. I understand that ports can be
> switchable, but I've had to jump through some hoops to get them into EHCI
> mode. More on that later -- let's talk about the USB 3.0 issues first.

I don't want to facilitate people switching ports between EHCI and xHCI.
I don't like the Intel xHCI/EHCI port switchover mechanism, and I
frankly don't trust the BIOS to correct switchover the ports on the fly
after boot.  I would rather attempt to solve issues with USB devices
under xHCI than sweep the issues under the rug by using EHCI.

Sarah Sharp

> [    0.000000] Initializing cgroup subsys cpuset
> [    0.000000] Initializing cgroup subsys cpu
> [    0.000000] Linux version 3.7.3 (dmoore@localhost.localdomain) (gcc version 4.7.2 20121109 (Red Hat 4.7.2-8) (GCC) ) #1 SMP Sun Jan 20 19:49:57 PST 2013
> [    0.000000] Command line: BOOT_IMAGE=/vmlinuz-3.7.3 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora/root rhgb quiet LANG=en_US.UTF-8
> [    0.000000] e820: BIOS-provided physical RAM map:
> [    0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable
> [    0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable
> [    0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable
> [    0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000d6709fff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000d670a000-0x00000000d67fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000d6800000-0x00000000d6f4dfff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000d6f4e000-0x00000000d6ffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000d7000000-0x00000000d77b3fff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000d77b4000-0x00000000d77fffff] ACPI data
> [    0.000000] BIOS-e820: [mem 0x00000000d7800000-0x00000000d8f09fff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000d8f0a000-0x00000000d8ffffff] ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x00000000d9000000-0x00000000da6e9fff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000da6ea000-0x00000000da8e8fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000da8e9000-0x00000000da92bfff] ACPI NVS
> [    0.000000] BIOS-e820: [mem 0x00000000da92c000-0x00000000daffffff] usable
> [    0.000000] BIOS-e820: [mem 0x00000000db800000-0x00000000df9fffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fed00000-0x00000000fed03fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved
> [    0.000000] BIOS-e820: [mem 0x00000000ff000000-0x00000000ffffffff] reserved
> [    0.000000] BIOS-e820: [mem 0x0000000100000000-0x00000001205fffff] usable
> [    0.000000] NX (Execute Disable) protection: active
> [    0.000000] DMI 2.7 present.
> [    0.000000] DMI: Dell Inc. OptiPlex 7010/0GXM1W, BIOS A08 09/19/2012
> [    0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved
> [    0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable
> [    0.000000] No AGP bridge found
> [    0.000000] e820: last_pfn = 0x120600 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-D3FFF write-protect
> [    0.000000]   D4000-E7FFF uncachable
> [    0.000000]   E8000-FFFFF write-protect
> [    0.000000] MTRR variable ranges enabled:
> [    0.000000]   0 base 000000000 mask F00000000 write-back
> [    0.000000]   1 base 100000000 mask FE0000000 write-back
> [    0.000000]   2 base 120000000 mask FFFC00000 write-back
> [    0.000000]   3 base 120400000 mask FFFE00000 write-back
> [    0.000000]   4 base 0E0000000 mask FE0000000 uncachable
> [    0.000000]   5 base 0DC000000 mask FFC000000 uncachable
> [    0.000000]   6 base 0DB800000 mask FFF800000 uncachable
> [    0.000000]   7 disabled
> [    0.000000]   8 disabled
> [    0.000000]   9 disabled
> [    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
> [    0.000000] original variable MTRRs
> [    0.000000] reg 0, base: 0GB, range: 4GB, type WB
> [    0.000000] reg 1, base: 4GB, range: 512MB, type WB
> [    0.000000] reg 2, base: 4608MB, range: 4MB, type WB
> [    0.000000] reg 3, base: 4612MB, range: 2MB, type WB
> [    0.000000] reg 4, base: 3584MB, range: 512MB, type UC
> [    0.000000] reg 5, base: 3520MB, range: 64MB, type UC
> [    0.000000] reg 6, base: 3512MB, range: 8MB, type UC
> [    0.000000] total RAM covered: 4030M
> [    0.000000] Found optimal setting for mtrr clean up
> [    0.000000]  gran_size: 64K 	chunk_size: 2G 	num_reg: 7  	lose cover RAM: 0G
> [    0.000000] New variable MTRRs
> [    0.000000] reg 0, base: 0GB, range: 4GB, type WB
> [    0.000000] reg 1, base: 3512MB, range: 8MB, type UC
> [    0.000000] reg 2, base: 3520MB, range: 64MB, type UC
> [    0.000000] reg 3, base: 3584MB, range: 512MB, type UC
> [    0.000000] reg 4, base: 4GB, range: 512MB, type WB
> [    0.000000] reg 5, base: 4608MB, range: 4MB, type WB
> [    0.000000] reg 6, base: 4612MB, range: 2MB, type WB
> [    0.000000] e820: update [mem 0xdb800000-0xffffffff] usable ==> reserved
> [    0.000000] e820: last_pfn = 0xdb000 max_arch_pfn = 0x400000000
> [    0.000000] found SMP MP-table at [mem 0x000fd980-0x000fd98f] mapped at [ffff8800000fd980]
> [    0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff]
> [    0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576
> [    0.000000] init_memory_mapping: [mem 0x00000000-0xdaffffff]
> [    0.000000]  [mem 0x00000000-0xdaffffff] page 2M
> [    0.000000] kernel direct mapping tables up to 0xdaffffff @ [mem 0x1fffb000-0x1fffffff]
> [    0.000000] init_memory_mapping: [mem 0x100000000-0x1205fffff]
> [    0.000000]  [mem 0x100000000-0x1205fffff] page 2M
> [    0.000000] kernel direct mapping tables up to 0x1205fffff @ [mem 0xdaffe000-0xdaffffff]
> [    0.000000] RAMDISK: [mem 0x35b40000-0x36d97fff]
> [    0.000000] ACPI: RSDP 00000000000f0490 00024 (v02 DELL  )
> [    0.000000] ACPI: XSDT 00000000d77f4078 00074 (v01 DELL    CBX3    01072009 AMI  00010013)
> [    0.000000] ACPI: FACP 00000000d77fd788 0010C (v05 DELL    CBX3    01072009 AMI  00010013)
> [    0.000000] ACPI: DSDT 00000000d77f4180 09607 (v02 DELL    CBX3    00000022 INTL 20091112)
> [    0.000000] ACPI: FACS 00000000d8ffe080 00040
> [    0.000000] ACPI: APIC 00000000d77fd898 00092 (v03 DELL    CBX3    01072009 AMI  00010013)
> [    0.000000] ACPI: FPDT 00000000d77fd930 00044 (v01 DELL    CBX3    01072009 AMI  00010013)
> [    0.000000] ACPI: MCFG 00000000d77fd978 0003C (v01 DELL    CBX3    01072009 MSFT 00000097)
> [    0.000000] ACPI: ASF! 00000000d77fd9b8 000A5 (v32 INTEL       HCG 00000001 TFSM 000F4240)
> [    0.000000] ACPI: HPET 00000000d77fda60 00038 (v01 DELL    CBX3    01072009 AMI. 00000005)
> [    0.000000] ACPI: SSDT 00000000d77fda98 00415 (v01 SataRe SataTabl 00001000 INTL 20091112)
> [    0.000000] ACPI: SSDT 00000000d77fdeb0 009B9 (v01  PmRef  Cpu0Ist 00003000 INTL 20051117)
> [    0.000000] ACPI: SSDT 00000000d77fe870 00A92 (v01  PmRef    CpuPm 00003000 INTL 20051117)
> [    0.000000] ACPI: DMAR 00000000d77ff308 000B8 (v01 INTEL      SNB  00000001 INTL 00000001)
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] No NUMA configuration found
> [    0.000000] Faking a node at [mem 0x0000000000000000-0x00000001205fffff]
> [    0.000000] Initmem setup node 0 [mem 0x00000000-0x1205fffff]
> [    0.000000]   NODE_DATA [mem 0x1205ec000-0x1205fffff]
> [    0.000000]  [ffffea0000000000-ffffea00049fffff] PMD -> [ffff88011ba00000-ffff88011fbfffff] on node 0
> [    0.000000] Zone ranges:
> [    0.000000]   DMA      [mem 0x00010000-0x00ffffff]
> [    0.000000]   DMA32    [mem 0x01000000-0xffffffff]
> [    0.000000]   Normal   [mem 0x100000000-0x1205fffff]
> [    0.000000] Movable zone start for each node
> [    0.000000] Early memory node ranges
> [    0.000000]   node   0: [mem 0x00010000-0x0009cfff]
> [    0.000000]   node   0: [mem 0x00100000-0x1fffffff]
> [    0.000000]   node   0: [mem 0x20200000-0x40003fff]
> [    0.000000]   node   0: [mem 0x40005000-0xd6709fff]
> [    0.000000]   node   0: [mem 0xd6800000-0xd6f4dfff]
> [    0.000000]   node   0: [mem 0xd7000000-0xd77b3fff]
> [    0.000000]   node   0: [mem 0xd7800000-0xd8f09fff]
> [    0.000000]   node   0: [mem 0xd9000000-0xda6e9fff]
> [    0.000000]   node   0: [mem 0xda92c000-0xdaffffff]
> [    0.000000]   node   0: [mem 0x100000000-0x1205fffff]
> [    0.000000] On node 0 totalpages: 1027680
> [    0.000000]   DMA zone: 64 pages used for memmap
> [    0.000000]   DMA zone: 6 pages reserved
> [    0.000000]   DMA zone: 3911 pages, LIFO batch:0
> [    0.000000]   DMA32 zone: 16320 pages used for memmap
> [    0.000000]   DMA32 zone: 874771 pages, LIFO batch:31
> [    0.000000]   Normal zone: 2072 pages used for memmap
> [    0.000000]   Normal zone: 130536 pages, LIFO batch:31
> [    0.000000] ACPI: PM-Timer IO Port: 0x408
> [    0.000000] ACPI: Local APIC address 0xfee00000
> [    0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x02] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x04] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x06] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x01] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x03] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x05] enabled)
> [    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
> [    0.000000] ACPI: LAPIC_NMI (acpi_id[0xff] high edge lint[0x1])
> [    0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
> [    0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
> [    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
> [    0.000000] ACPI: IRQ0 used by override.
> [    0.000000] ACPI: IRQ2 used by override.
> [    0.000000] ACPI: IRQ9 used by override.
> [    0.000000] Using ACPI (MADT) for SMP configuration information
> [    0.000000] ACPI: HPET id: 0x8086a701 base: 0xfed00000
> [    0.000000] smpboot: Allowing 8 CPUs, 0 hotplug CPUs
> [    0.000000] nr_irqs_gsi: 40
> [    0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000
> [    0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000
> [    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
> [    0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
> [    0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000
> [    0.000000] PM: Registered nosave memory: 0000000040004000 - 0000000040005000
> [    0.000000] PM: Registered nosave memory: 00000000d670a000 - 00000000d6800000
> [    0.000000] PM: Registered nosave memory: 00000000d6f4e000 - 00000000d7000000
> [    0.000000] PM: Registered nosave memory: 00000000d77b4000 - 00000000d7800000
> [    0.000000] PM: Registered nosave memory: 00000000d8f0a000 - 00000000d9000000
> [    0.000000] PM: Registered nosave memory: 00000000da6ea000 - 00000000da8e9000
> [    0.000000] PM: Registered nosave memory: 00000000da8e9000 - 00000000da92c000
> [    0.000000] PM: Registered nosave memory: 00000000db000000 - 00000000db800000
> [    0.000000] PM: Registered nosave memory: 00000000db800000 - 00000000dfa00000
> [    0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000
> [    0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000
> [    0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000
> [    0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000
> [    0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed00000
> [    0.000000] PM: Registered nosave memory: 00000000fed00000 - 00000000fed04000
> [    0.000000] PM: Registered nosave memory: 00000000fed04000 - 00000000fed1c000
> [    0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000
> [    0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000
> [    0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000
> [    0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ff000000
> [    0.000000] PM: Registered nosave memory: 00000000ff000000 - 0000000100000000
> [    0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices
> [    0.000000] Booting paravirtualized kernel on bare hardware
> [    0.000000] setup_percpu: NR_CPUS:128 nr_cpumask_bits:128 nr_cpu_ids:8 nr_node_ids:1
> [    0.000000] PERCPU: Embedded 28 pages/cpu @ffff880120200000 s84288 r8192 d22208 u262144
> [    0.000000] pcpu-alloc: s84288 r8192 d22208 u262144 alloc=1*2097152
> [    0.000000] pcpu-alloc: [0] 0 1 2 3 4 5 6 7 
> [    0.000000] Built 1 zonelists in Node order, mobility grouping on.  Total pages: 1009218
> [    0.000000] Policy zone: Normal
> [    0.000000] Kernel command line: BOOT_IMAGE=/vmlinuz-3.7.3 root=/dev/mapper/fedora-root ro rd.lvm.lv=fedora/swap rd.md=0 rd.dm=0 rd.luks=0 vconsole.keymap=us rd.lvm.lv=fedora/root rhgb quiet LANG=en_US.UTF-8
> [    0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
> [    0.000000] __ex_table already sorted, skipping sort
> [    0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340
> [    0.000000] Checking aperture...
> [    0.000000] No AGP bridge found
> [    0.000000] Memory: 3941136k/4724736k available (6431k kernel code, 614016k absent, 169584k reserved, 6784k data, 1060k init)
> [    0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=8, Nodes=1
> [    0.000000] Hierarchical RCU implementation.
> [    0.000000] 	RCU restricting CPUs from NR_CPUS=128 to nr_cpu_ids=8.
> [    0.000000] NR_IRQS:8448 nr_irqs:744 16
> [    0.000000] Extended CMOS year: 2000
> [    0.000000] Console: colour dummy device 80x25
> [    0.000000] console [tty0] enabled
> [    0.000000] allocated 17301504 bytes of page_cgroup
> [    0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
> [    0.000000] hpet clockevent registered
> [    0.000000] tsc: Fast TSC calibration using PIT
> [    0.001000] tsc: Detected 3392.442 MHz processor
> [    0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 6784.88 BogoMIPS (lpj=3392442)
> [    0.000011] pid_max: default: 32768 minimum: 301
> [    0.000033] Security Framework initialized
> [    0.000039] SELinux:  Initializing.
> [    0.000044] SELinux:  Starting in permissive mode
> [    0.000278] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
> [    0.001163] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
> [    0.001542] Mount-cache hash table entries: 256
> [    0.001674] Initializing cgroup subsys cpuacct
> [    0.001676] Initializing cgroup subsys memory
> [    0.001682] Initializing cgroup subsys devices
> [    0.001683] Initializing cgroup subsys freezer
> [    0.001684] Initializing cgroup subsys net_cls
> [    0.001685] Initializing cgroup subsys blkio
> [    0.001686] Initializing cgroup subsys perf_event
> [    0.001705] CPU: Physical Processor ID: 0
> [    0.001705] CPU: Processor Core ID: 0
> [    0.001708] ENERGY_PERF_BIAS: Set to 'normal', was 'performance'
> ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8)
> [    0.001969] mce: CPU supports 9 MCE banks
> [    0.001979] CPU0: Thermal monitoring enabled (TM1)
> [    0.001984] process: using mwait in idle threads
> [    0.001986] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0
> Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32
> tlb_flushall_shift: 1
> [    0.002106] Freeing SMP alternatives: 24k freed
> [    0.002896] ACPI: Core revision 20120913
> [    0.006457] ftrace: allocating 23774 entries in 93 pages
> [    0.014672] dmar: Host address width 36
> [    0.014674] dmar: DRHD base: 0x000000fed90000 flags: 0x0
> [    0.014680] dmar: IOMMU 0: reg_base_addr fed90000 ver 1:0 cap c0000020e60262 ecap f0101a
> [    0.014681] dmar: DRHD base: 0x000000fed91000 flags: 0x1
> [    0.014684] dmar: IOMMU 1: reg_base_addr fed91000 ver 1:0 cap c9008020660262 ecap f0105a
> [    0.014685] dmar: RMRR base: 0x000000da861000 end: 0x000000da887fff
> [    0.014686] dmar: RMRR base: 0x000000db800000 end: 0x000000df9fffff
> [    0.014757] IOAPIC id 2 under DRHD base  0xfed91000 IOMMU 1
> [    0.014757] HPET id 0 under DRHD base 0xfed91000
> [    0.014910] Enabled IRQ remapping in x2apic mode
> [    0.014911] Enabling x2apic
> [    0.014912] Enabled x2apic
> [    0.014919] Switched APIC routing to cluster x2apic.
> [    0.015354] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
> [    0.025328] smpboot: CPU0: Intel(R) Core(TM) i7-3770 CPU @ 3.40GHz (fam: 06, model: 3a, stepping: 09)
> [    0.126648] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, Intel PMU driver.
> [    0.126652] ... version:                3
> [    0.126653] ... bit width:              48
> [    0.126653] ... generic registers:      4
> [    0.126654] ... value mask:             0000ffffffffffff
> [    0.126655] ... max period:             000000007fffffff
> [    0.126655] ... fixed-purpose events:   3
> [    0.126656] ... event mask:             000000070000000f
> [    0.140829] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter.
> [    0.127483] smpboot: Booting Node   0, Processors  #1 #2 #3 #4 #5 #6 #7 OK
> [    0.221452] Brought up 8 CPUs
> [    0.221456] smpboot: Total of 8 processors activated (54279.07 BogoMIPS)
> [    0.228029] devtmpfs: initialized
> [    0.228163] PM: Registering ACPI NVS region [mem 0xd8f0a000-0xd8ffffff] (1007616 bytes)
> [    0.228172] PM: Registering ACPI NVS region [mem 0xda8e9000-0xda92bfff] (274432 bytes)
> [    0.228606] atomic64 test passed for x86-64 platform with CX8 and with SSE
> [    0.228633] RTC time:  6:31:15, date: 01/21/13
> [    0.228661] NET: Registered protocol family 16
> [    0.228770] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
> [    0.228771] ACPI: bus type pci registered
> [    0.228809] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000)
> [    0.228811] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820
> [    0.235047] PCI: Using configuration type 1 for base access
> [    0.235052] dmi type 0xB1 record - unknown flag
> [    0.235572] bio: create slab <bio-0> at 0
> [    0.235614] ACPI: Added _OSI(Module Device)
> [    0.235615] ACPI: Added _OSI(Processor Device)
> [    0.235615] ACPI: Added _OSI(3.0 _SCP Extensions)
> [    0.235616] ACPI: Added _OSI(Processor Aggregator Device)
> [    0.236497] ACPI: EC: Look up EC in DSDT
> [    0.237407] ACPI: Executed 1 blocks of module-level executable AML code
> [    0.243593] ACPI: SSDT 00000000da890018 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
> [    0.243809] ACPI: Dynamic OEM Table Load:
> [    0.243810] ACPI: SSDT           (null) 0083B (v01  PmRef  Cpu0Cst 00003001 INTL 20051117)
> [    0.248451] ACPI: SSDT 00000000da891a98 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
> [    0.248686] ACPI: Dynamic OEM Table Load:
> [    0.248687] ACPI: SSDT           (null) 00303 (v01  PmRef    ApIst 00003000 INTL 20051117)
> [    0.253356] ACPI: SSDT 00000000da897c18 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
> [    0.253568] ACPI: Dynamic OEM Table Load:
> [    0.253569] ACPI: SSDT           (null) 00119 (v01  PmRef    ApCst 00003000 INTL 20051117)
> [    0.258963] ACPI: Interpreter enabled
> [    0.258965] ACPI: (supports S0 S3 S4 S5)
> [    0.258977] ACPI: Using IOAPIC for interrupt routing
> [    0.289367] ACPI: No dock devices found.
> [    0.289370] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
> [    0.289603] \_SB_.PCI0:_OSC invalid UUID
> [    0.289603] _OSC request data:1 8 1f 
> [    0.289606] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3e])
> [    0.289883] PCI host bridge to bus 0000:00
> [    0.289885] pci_bus 0000:00: root bus resource [bus 00-3e]
> [    0.289887] pci_bus 0000:00: root bus resource [io  0x0000-0x0cf7]
> [    0.289888] pci_bus 0000:00: root bus resource [io  0x0d00-0xffff]
> [    0.289889] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff]
> [    0.289890] pci_bus 0000:00: root bus resource [mem 0x000d4000-0x000d7fff]
> [    0.289891] pci_bus 0000:00: root bus resource [mem 0x000d8000-0x000dbfff]
> [    0.289892] pci_bus 0000:00: root bus resource [mem 0x000dc000-0x000dffff]
> [    0.289893] pci_bus 0000:00: root bus resource [mem 0x000e0000-0x000e3fff]
> [    0.289894] pci_bus 0000:00: root bus resource [mem 0x000e4000-0x000e7fff]
> [    0.289895] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfeafffff]
> [    0.289901] pci 0000:00:00.0: [8086:0150] type 00 class 0x060000
> [    0.289933] pci 0000:00:02.0: [8086:0162] type 00 class 0x030000
> [    0.289941] pci 0000:00:02.0: reg 10: [mem 0xf7800000-0xf7bfffff 64bit]
> [    0.289945] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref]
> [    0.289948] pci 0000:00:02.0: reg 20: [io  0xf000-0xf03f]
> [    0.289989] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330
> [    0.290008] pci 0000:00:14.0: reg 10: [mem 0xf7d20000-0xf7d2ffff 64bit]
> [    0.290073] pci 0000:00:14.0: PME# supported from D3hot D3cold
> [    0.290096] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000
> [    0.290112] pci 0000:00:19.0: reg 10: [mem 0xf7d00000-0xf7d1ffff]
> [    0.290120] pci 0000:00:19.0: reg 14: [mem 0xf7d39000-0xf7d39fff]
> [    0.290128] pci 0000:00:19.0: reg 18: [io  0xf080-0xf09f]
> [    0.290187] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold
> [    0.290211] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320
> [    0.290229] pci 0000:00:1a.0: reg 10: [mem 0xf7d38000-0xf7d383ff]
> [    0.290312] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold
> [    0.290337] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300
> [    0.290350] pci 0000:00:1b.0: reg 10: [mem 0xf7d30000-0xf7d33fff 64bit]
> [    0.290411] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
> [    0.290436] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400
> [    0.290566] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
> [    0.290599] pci 0000:00:1c.4: [8086:1e18] type 01 class 0x060400
> [    0.290675] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
> [    0.290703] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320
> [    0.290721] pci 0000:00:1d.0: reg 10: [mem 0xf7d37000-0xf7d373ff]
> [    0.290803] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold
> [    0.290825] pci 0000:00:1f.0: [8086:1e47] type 00 class 0x060100
> [    0.290939] pci 0000:00:1f.2: [8086:1e02] type 00 class 0x010601
> [    0.290955] pci 0000:00:1f.2: reg 10: [io  0xf0d0-0xf0d7]
> [    0.290961] pci 0000:00:1f.2: reg 14: [io  0xf0c0-0xf0c3]
> [    0.290969] pci 0000:00:1f.2: reg 18: [io  0xf0b0-0xf0b7]
> [    0.290976] pci 0000:00:1f.2: reg 1c: [io  0xf0a0-0xf0a3]
> [    0.290982] pci 0000:00:1f.2: reg 20: [io  0xf060-0xf07f]
> [    0.290989] pci 0000:00:1f.2: reg 24: [mem 0xf7d36000-0xf7d367ff]
> [    0.291029] pci 0000:00:1f.2: PME# supported from D3hot
> [    0.291045] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500
> [    0.291058] pci 0000:00:1f.3: reg 10: [mem 0xf7d35000-0xf7d350ff 64bit]
> [    0.291077] pci 0000:00:1f.3: reg 20: [io  0xf040-0xf05f]
> [    0.291172] pci 0000:00:1c.0: PCI bridge to [bus 01]
> [    0.291301] pci 0000:02:00.0: [14e4:165a] type 00 class 0x020000
> [    0.291368] pci 0000:02:00.0: reg 10: [mem 0xf7c00000-0xf7c0ffff 64bit]
> [    0.291773] pci 0000:02:00.0: PME# supported from D3hot D3cold
> [    0.293184] pci 0000:00:1c.4: PCI bridge to [bus 02]
> [    0.293200] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
> [    0.293218] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
> [    0.293287] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
> [    0.293308] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP05._PRT]
> [    0.293373] \_SB_.PCI0:_OSC invalid UUID
> [    0.293373] _OSC request data:1 1f 1f 
> [    0.293375]  pci0000:00: ACPI _OSC support notification failed, disabling PCIe ASPM
> [    0.293376]  pci0000:00: Unable to request _OSC control (_OSC support mask: 0x08)
> [    0.295232] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 10 *11 12 14 15)
> [    0.295266] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
> [    0.295297] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 *10 11 12 14 15)
> [    0.295322] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 10 *11 12 14 15)
> [    0.295353] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 *10 11 12 14 15)
> [    0.295381] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 10 11 12 14 15) *0, disabled.
> [    0.295412] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 *5 6 10 11 12 14 15)
> [    0.295441] ACPI: PCI Interrupt Link [LNKH] (IRQs *3 4 5 6 10 11 12 14 15)
> [    0.295489] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none
> [    0.295491] vgaarb: loaded
> [    0.295492] vgaarb: bridge control possible 0000:00:02.0
> [    0.295529] SCSI subsystem initialized
> [    0.295530] ACPI: bus type scsi registered
> [    0.295546] libata version 3.00 loaded.
> [    0.295558] ACPI: bus type usb registered
> [    0.295567] usbcore: registered new interface driver usbfs
> [    0.295571] usbcore: registered new interface driver hub
> [    0.295581] usbcore: registered new device driver usb
> [    0.295608] PCI: Using ACPI for IRQ routing
> [    0.297024] PCI: pci_cache_line_size set to 64 bytes
> [    0.297068] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff]
> [    0.297069] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff]
> [    0.297070] e820: reserve RAM buffer [mem 0xd670a000-0xd7ffffff]
> [    0.297071] e820: reserve RAM buffer [mem 0xd6f4e000-0xd7ffffff]
> [    0.297072] e820: reserve RAM buffer [mem 0xd77b4000-0xd7ffffff]
> [    0.297073] e820: reserve RAM buffer [mem 0xd8f0a000-0xdbffffff]
> [    0.297074] e820: reserve RAM buffer [mem 0xda6ea000-0xdbffffff]
> [    0.297075] e820: reserve RAM buffer [mem 0xdb000000-0xdbffffff]
> [    0.297076] e820: reserve RAM buffer [mem 0x120600000-0x123ffffff]
> [    0.297125] NetLabel: Initializing
> [    0.297126] NetLabel:  domain hash size = 128
> [    0.297127] NetLabel:  protocols = UNLABELED CIPSOv4
> [    0.297132] NetLabel:  unlabeled traffic allowed by default
> [    0.297170] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0, 0, 0, 0, 0
> [    0.297174] hpet0: 8 comparators, 64-bit 14.318180 MHz counter
> [    0.299180] Switching to clocksource hpet
> [    0.302173] pnp: PnP ACPI init
> [    0.302178] ACPI: bus type pnp registered
> [    0.302338] pnp 00:00: [bus 00-3e]
> [    0.302340] pnp 00:00: [io  0x0000-0x0cf7 window]
> [    0.302341] pnp 00:00: [io  0x0cf8-0x0cff]
> [    0.302342] pnp 00:00: [io  0x0d00-0xffff window]
> [    0.302344] pnp 00:00: [mem 0x000a0000-0x000bffff window]
> [    0.302345] pnp 00:00: [mem 0x000c0000-0x000c3fff window]
> [    0.302346] pnp 00:00: [mem 0x000c4000-0x000c7fff window]
> [    0.302347] pnp 00:00: [mem 0x000c8000-0x000cbfff window]
> [    0.302348] pnp 00:00: [mem 0x000cc000-0x000cffff window]
> [    0.302349] pnp 00:00: [mem 0x000d0000-0x000d3fff window]
> [    0.302350] pnp 00:00: [mem 0x000d4000-0x000d7fff window]
> [    0.302351] pnp 00:00: [mem 0x000d8000-0x000dbfff window]
> [    0.302352] pnp 00:00: [mem 0x000dc000-0x000dffff window]
> [    0.302353] pnp 00:00: [mem 0x000e0000-0x000e3fff window]
> [    0.302354] pnp 00:00: [mem 0x000e4000-0x000e7fff window]
> [    0.302355] pnp 00:00: [mem 0x000e8000-0x000ebfff window]
> [    0.302356] pnp 00:00: [mem 0x000ec000-0x000effff window]
> [    0.302357] pnp 00:00: [mem 0x000f0000-0x000fffff window]
> [    0.302358] pnp 00:00: [mem 0xdfa00000-0xfeafffff window]
> [    0.302359] pnp 00:00: [mem 0x00010000-0x0001ffff window]
> [    0.302375] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
> [    0.302388] pnp 00:01: [mem 0xfed40000-0xfed44fff]
> [    0.302400] system 00:01: [mem 0xfed40000-0xfed44fff] has been reserved
> [    0.302402] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.302408] pnp 00:02: [io  0x0000-0x001f]
> [    0.302410] pnp 00:02: [io  0x0081-0x0091]
> [    0.302411] pnp 00:02: [io  0x0093-0x009f]
> [    0.302412] pnp 00:02: [io  0x00c0-0x00df]
> [    0.302413] pnp 00:02: [dma 4]
> [    0.302422] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
> [    0.302427] pnp 00:03: [mem 0xff000000-0xffffffff]
> [    0.302434] pnp 00:03: Plug and Play ACPI device, IDs INT0800 (active)
> [    0.302487] pnp 00:04: [mem 0xfed00000-0xfed003ff]
> [    0.302496] pnp 00:04: Plug and Play ACPI device, IDs PNP0103 (active)
> [    0.302503] pnp 00:05: [io  0x002e-0x002f]
> [    0.302504] pnp 00:05: [io  0x004e-0x004f]
> [    0.302504] pnp 00:05: [io  0x0061]
> [    0.302505] pnp 00:05: [io  0x0063]
> [    0.302506] pnp 00:05: [io  0x0065]
> [    0.302507] pnp 00:05: [io  0x0067]
> [    0.302508] pnp 00:05: [io  0x0070]
> [    0.302509] pnp 00:05: [io  0x0080]
> [    0.302510] pnp 00:05: [io  0x0092]
> [    0.302511] pnp 00:05: [io  0x00b2-0x00b3]
> [    0.302512] pnp 00:05: [io  0x0680-0x069f]
> [    0.302513] pnp 00:05: [io  0x1000-0x100f]
> [    0.302514] pnp 00:05: [io  0xffff]
> [    0.302514] pnp 00:05: [io  0xffff]
> [    0.302515] pnp 00:05: [io  0x0400-0x0453]
> [    0.302516] pnp 00:05: [io  0x0458-0x047f]
> [    0.302517] pnp 00:05: [io  0x0500-0x057f]
> [    0.302518] pnp 00:05: [io  0x164e-0x164f]
> [    0.302532] system 00:05: [io  0x0680-0x069f] has been reserved
> [    0.302533] system 00:05: [io  0x1000-0x100f] has been reserved
> [    0.302534] system 00:05: [io  0xffff] has been reserved
> [    0.302535] system 00:05: [io  0xffff] has been reserved
> [    0.302536] system 00:05: [io  0x0400-0x0453] has been reserved
> [    0.302537] system 00:05: [io  0x0458-0x047f] has been reserved
> [    0.302539] system 00:05: [io  0x0500-0x057f] has been reserved
> [    0.302540] system 00:05: [io  0x164e-0x164f] has been reserved
> [    0.302541] system 00:05: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.302545] pnp 00:06: [io  0x0070-0x0077]
> [    0.302556] pnp 00:06: [irq 8]
> [    0.302565] pnp 00:06: Plug and Play ACPI device, IDs PNP0b00 (active)
> [    0.302579] pnp 00:07: [io  0x0454-0x0457]
> [    0.302590] system 00:07: [io  0x0454-0x0457] has been reserved
> [    0.302592] system 00:07: Plug and Play ACPI device, IDs INT3f0d PNP0c02 (active)
> [    0.302635] pnp 00:08: [io  0x0000-0xffffffffffffffff disabled]
> [    0.302636] pnp 00:08: [io  0x0a40-0x0a4f]
> [    0.302637] pnp 00:08: [io  0x0a00-0x0a3f]
> [    0.302649] system 00:08: [io  0x0a40-0x0a4f] has been reserved
> [    0.302650] system 00:08: [io  0x0a00-0x0a3f] has been reserved
> [    0.302652] system 00:08: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.302663] pnp 00:09: [io  0x0010-0x001f]
> [    0.302664] pnp 00:09: [io  0x0022-0x003f]
> [    0.302665] pnp 00:09: [io  0x0044-0x005f]
> [    0.302666] pnp 00:09: [io  0x0062-0x0063]
> [    0.302667] pnp 00:09: [io  0x0065-0x006f]
> [    0.302668] pnp 00:09: [io  0x0072-0x007f]
> [    0.302669] pnp 00:09: [io  0x0080]
> [    0.302670] pnp 00:09: [io  0x0084-0x0086]
> [    0.302671] pnp 00:09: [io  0x0088]
> [    0.302672] pnp 00:09: [io  0x008c-0x008e]
> [    0.302673] pnp 00:09: [io  0x0090-0x009f]
> [    0.302674] pnp 00:09: [io  0x00a2-0x00bf]
> [    0.302675] pnp 00:09: [io  0x00e0-0x00ef]
> [    0.302677] pnp 00:09: [io  0x04d0-0x04d1]
> [    0.302691] system 00:09: [io  0x04d0-0x04d1] has been reserved
> [    0.302692] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.302698] pnp 00:0a: [io  0x00f0-0x00ff]
> [    0.302706] pnp 00:0a: [irq 13]
> [    0.302714] pnp 00:0a: Plug and Play ACPI device, IDs PNP0c04 (active)
> [    0.303262] pnp 00:0b: [io  0x03f8-0x03ff]
> [    0.303270] pnp 00:0b: [irq 4]
> [    0.303271] pnp 00:0b: [dma 0 disabled]
> [    0.303297] pnp 00:0b: Plug and Play ACPI device, IDs PNP0501 (active)
> [    0.303414] pnp 00:0c: [mem 0xfed1c000-0xfed1ffff]
> [    0.303415] pnp 00:0c: [mem 0xfed10000-0xfed17fff]
> [    0.303416] pnp 00:0c: [mem 0xfed18000-0xfed18fff]
> [    0.303417] pnp 00:0c: [mem 0xfed19000-0xfed19fff]
> [    0.303418] pnp 00:0c: [mem 0xf8000000-0xfbffffff]
> [    0.303419] pnp 00:0c: [mem 0xfed20000-0xfed3ffff]
> [    0.303420] pnp 00:0c: [mem 0xfed90000-0xfed93fff]
> [    0.303421] pnp 00:0c: [mem 0xfed45000-0xfed8ffff]
> [    0.303422] pnp 00:0c: [mem 0xff000000-0xffffffff]
> [    0.303423] pnp 00:0c: [mem 0xfee00000-0xfeefffff]
> [    0.303424] pnp 00:0c: [mem 0xdfa00000-0xdfa00fff]
> [    0.303442] system 00:0c: [mem 0xfed1c000-0xfed1ffff] has been reserved
> [    0.303443] system 00:0c: [mem 0xfed10000-0xfed17fff] has been reserved
> [    0.303445] system 00:0c: [mem 0xfed18000-0xfed18fff] has been reserved
> [    0.303446] system 00:0c: [mem 0xfed19000-0xfed19fff] has been reserved
> [    0.303447] system 00:0c: [mem 0xf8000000-0xfbffffff] has been reserved
> [    0.303448] system 00:0c: [mem 0xfed20000-0xfed3ffff] has been reserved
> [    0.303450] system 00:0c: [mem 0xfed90000-0xfed93fff] could not be reserved
> [    0.303451] system 00:0c: [mem 0xfed45000-0xfed8ffff] has been reserved
> [    0.303452] system 00:0c: [mem 0xff000000-0xffffffff] has been reserved
> [    0.303453] system 00:0c: [mem 0xfee00000-0xfeefffff] could not be reserved
> [    0.303454] system 00:0c: [mem 0xdfa00000-0xdfa00fff] has been reserved
> [    0.303456] system 00:0c: Plug and Play ACPI device, IDs PNP0c02 (active)
> [    0.303542] pnp 00:0d: [mem 0x20000000-0x201fffff]
> [    0.303544] pnp 00:0d: [mem 0x40004000-0x40004fff]
> [    0.303560] system 00:0d: [mem 0x20000000-0x201fffff] has been reserved
> [    0.303561] system 00:0d: [mem 0x40004000-0x40004fff] has been reserved
> [    0.303562] system 00:0d: Plug and Play ACPI device, IDs PNP0c01 (active)
> [    0.303570] pnp: PnP ACPI: found 14 devices
> [    0.303571] ACPI: ACPI bus type pnp unregistered
> [    0.309421] pci 0000:00:1c.0: PCI bridge to [bus 01]
> [    0.309439] pci 0000:00:1c.4: PCI bridge to [bus 02]
> [    0.309444] pci 0000:00:1c.4:   bridge window [mem 0xf7c00000-0xf7cfffff]
> [    0.309466] pci_bus 0000:00: resource 4 [io  0x0000-0x0cf7]
> [    0.309467] pci_bus 0000:00: resource 5 [io  0x0d00-0xffff]
> [    0.309468] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
> [    0.309469] pci_bus 0000:00: resource 7 [mem 0x000d4000-0x000d7fff]
> [    0.309470] pci_bus 0000:00: resource 8 [mem 0x000d8000-0x000dbfff]
> [    0.309471] pci_bus 0000:00: resource 9 [mem 0x000dc000-0x000dffff]
> [    0.309472] pci_bus 0000:00: resource 10 [mem 0x000e0000-0x000e3fff]
> [    0.309473] pci_bus 0000:00: resource 11 [mem 0x000e4000-0x000e7fff]
> [    0.309474] pci_bus 0000:00: resource 12 [mem 0xdfa00000-0xfeafffff]
> [    0.309476] pci_bus 0000:02: resource 1 [mem 0xf7c00000-0xf7cfffff]
> [    0.309499] NET: Registered protocol family 2
> [    0.309936] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
> [    0.311412] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
> [    0.311595] TCP: Hash tables configured (established 524288 bind 65536)
> [    0.311617] TCP: reno registered
> [    0.311623] UDP hash table entries: 2048 (order: 4, 65536 bytes)
> [    0.311638] UDP-Lite hash table entries: 2048 (order: 4, 65536 bytes)
> [    0.311699] NET: Registered protocol family 1
> [    0.311708] pci 0000:00:02.0: Boot video device
> [    0.313924] pci 0000:00:14.0: Configurable ports to enable SuperSpeed: 0xf
> [    0.313928] pci 0000:00:14.0: USB 3.0 ports that are now enabled under xHCI: 0xf
> [    0.313931] pci 0000:00:14.0: Configurable USB 2.0 ports to hand over to xCHI: 0xf
> [    0.313934] pci 0000:00:14.0: USB 2.0 ports that are now switched over to xHCI: 0xf
> [    0.313971] pci 0000:00:1a.0: EHCI: BIOS handoff
> [    0.329180] pci 0000:00:1d.0: EHCI: BIOS handoff
> [    0.345114] PCI: CLS 64 bytes, default 64
> [    0.345152] Unpacking initramfs...
> [    0.549458] Freeing initrd memory: 18784k freed
> [    0.551394] PCI-DMA: Using software bounce buffering for IO (SWIOTLB)
> [    0.551398] software IO TLB [mem 0xd270a000-0xd6709fff] (64MB) mapped at [ffff8800d270a000-ffff8800d6709fff]
> [    0.553511] alg: No test for __gcm-aes-aesni (__driver-gcm-aes-aesni)
> [    0.553736] Initialise module verification
> [    0.553758] audit: initializing netlink socket (disabled)
> [    0.553772] type=2000 audit(1358749875.439:1): initialized
> [    0.569337] HugeTLB registered 2 MB page size, pre-allocated 0 pages
> [    0.570153] VFS: Disk quotas dquot_6.5.2
> [    0.570175] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
> [    0.570433] msgmni has been set to 7734
> [    0.570469] SELinux:  Registering netfilter hooks
> [    0.570931] alg: No test for stdrng (krng)
> [    0.570936] NET: Registered protocol family 38
> [    0.570937] Key type asymmetric registered
> [    0.570938] Asymmetric key parser 'x509' registered
> [    0.570956] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 252)
> [    0.570974] io scheduler noop registered
> [    0.570975] io scheduler deadline registered
> [    0.570979] io scheduler cfq registered (default)
> [    0.571135] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
> [    0.571144] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
> [    0.571145] acpiphp: ACPI Hot Plug PCI Controller Driver version: 0.5
> [    0.571338] vesafb: mode is 1920x1200x32, linelength=7680, pages=0
> [    0.571339] vesafb: scrolling: redraw
> [    0.571340] vesafb: Truecolor: size=8:8:8:8, shift=24:16:8:0
> [    0.572275] vesafb: framebuffer at 0xe0000000, mapped to 0xffffc90005000000, using 9024k, total 9024k
> [    0.691643] Console: switching to colour frame buffer device 240x75
> [    0.805662] fb0: VESA VGA frame buffer device
> [    0.805672] intel_idle: MWAIT substates: 0x1120
> [    0.805673] intel_idle: v0.4 model 0x3A
> [    0.805674] intel_idle: lapic_timer_reliable_states 0xffffffff
> [    0.805725] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input0
> [    0.805728] ACPI: Power Button [PWRB]
> [    0.805762] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
> [    0.805763] ACPI: Power Button [PWRF]
> [    0.805889] ACPI: Requesting acpi_cpufreq
> [    0.807829] ACPI: Invalid active0 threshold
> [    0.807883] thermal LNXTHERM:00: registered as thermal_zone0
> [    0.807884] ACPI: Thermal Zone [TZ00] (28 C)
> [    0.807981] thermal LNXTHERM:01: registered as thermal_zone1
> [    0.807982] ACPI: Thermal Zone [TZ01] (30 C)
> [    0.807994] GHES: HEST is not enabled!
> [    0.808026] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
> [    0.828826] 00:0b: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
> [    0.829098] Non-volatile memory driver v1.3
> [    0.829099] Linux agpgart interface v0.103
> [    0.829517] loop: module loaded
> [    0.829545] ahci 0000:00:1f.2: version 3.0
> [    0.829602] ahci 0000:00:1f.2: irq 42 for MSI/MSI-X
> [    0.829645] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x1 impl SATA mode
> [    0.829647] ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part ems apst 
> [    0.829651] ahci 0000:00:1f.2: setting latency timer to 64
> [    0.829901] scsi0 : ahci
> [    0.829945] scsi1 : ahci
> [    0.829977] scsi2 : ahci
> [    0.830007] scsi3 : ahci
> [    0.830039] scsi4 : ahci
> [    0.830069] scsi5 : ahci
> [    0.830090] ata1: SATA max UDMA/133 abar m2048@0xf7d36000 port 0xf7d36100 irq 42
> [    0.830090] ata2: DUMMY
> [    0.830091] ata3: DUMMY
> [    0.830092] ata4: DUMMY
> [    0.830092] ata5: DUMMY
> [    0.830093] ata6: DUMMY
> [    0.830126] libphy: Fixed MDIO Bus: probed
> [    0.830153] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
> [    0.830154] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
> [    0.830174] ehci_hcd 0000:00:1a.0: setting latency timer to 64
> [    0.830177] ehci_hcd 0000:00:1a.0: EHCI Host Controller
> [    0.830206] ehci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 1
> [    0.830224] ehci_hcd 0000:00:1a.0: debug port 2
> [    0.830229] ehci_hcd 0000:00:1a.0: reset hcs_params 0x200003 dbg=2 cc=0 pcc=0 ordered !ppc ports=3
> [    0.830232] ehci_hcd 0000:00:1a.0: reset hcc_params 36881 caching frame 1024 64 bit addr
> [    0.830242] ehci_hcd 0000:00:1a.0: support lpm
> [    0.830250] ehci_hcd 0000:00:1a.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
> [    0.834118] ehci_hcd 0000:00:1a.0: cache line size of 64 is not supported
> [    0.834119] ehci_hcd 0000:00:1a.0: supports USB remote wakeup
> [    0.834129] ehci_hcd 0000:00:1a.0: irq 16, io mem 0xf7d38000
> [    0.834133] ehci_hcd 0000:00:1a.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
> [    0.839668] ehci_hcd 0000:00:1a.0: USB 2.0 started, EHCI 1.00
> [    0.839695] usb usb1: default language 0x0409
> [    0.839699] usb usb1: udev 1, busnum 1, minor = 0
> [    0.839700] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
> [    0.839701] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    0.839702] usb usb1: Product: EHCI Host Controller
> [    0.839703] usb usb1: Manufacturer: Linux 3.7.3 ehci_hcd
> [    0.839704] usb usb1: SerialNumber: 0000:00:1a.0
> [    0.839758] usb usb1: usb_probe_device
> [    0.839760] usb usb1: configuration #1 chosen from 1 choice
> [    0.839764] usb usb1: adding 1-0:1.0 (config #1, interface 0)
> [    0.839773] hub 1-0:1.0: usb_probe_interface
> [    0.839775] hub 1-0:1.0: usb_probe_interface - got id
> [    0.839776] hub 1-0:1.0: USB hub found
> [    0.839779] hub 1-0:1.0: 3 ports detected
> [    0.839780] hub 1-0:1.0: standalone hub
> [    0.839780] hub 1-0:1.0: no power switching (usb 1.0)
> [    0.839781] hub 1-0:1.0: individual port over-current protection
> [    0.839782] hub 1-0:1.0: power on to power good time: 20ms
> [    0.839784] hub 1-0:1.0: local power source is good
> [    0.839829] hub 1-0:1.0: trying to enable port power on non-switchable hub
> [    0.839877] ehci_hcd 0000:00:1d.0: setting latency timer to 64
> [    0.839879] ehci_hcd 0000:00:1d.0: EHCI Host Controller
> [    0.839904] ehci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
> [    0.839918] ehci_hcd 0000:00:1d.0: debug port 2
> [    0.839921] ehci_hcd 0000:00:1d.0: reset hcs_params 0x200003 dbg=2 cc=0 pcc=0 ordered !ppc ports=3
> [    0.839924] ehci_hcd 0000:00:1d.0: reset hcc_params 36881 caching frame 1024 64 bit addr
> [    0.839930] ehci_hcd 0000:00:1d.0: support lpm
> [    0.839935] ehci_hcd 0000:00:1d.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
> [    0.843794] ehci_hcd 0000:00:1d.0: cache line size of 64 is not supported
> [    0.843795] ehci_hcd 0000:00:1d.0: supports USB remote wakeup
> [    0.843803] ehci_hcd 0000:00:1d.0: irq 23, io mem 0xf7d37000
> [    0.843806] ehci_hcd 0000:00:1d.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
> [    0.849638] ehci_hcd 0000:00:1d.0: USB 2.0 started, EHCI 1.00
> [    0.849663] usb usb2: default language 0x0409
> [    0.849666] usb usb2: udev 1, busnum 2, minor = 128
> [    0.849667] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
> [    0.849668] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    0.849669] usb usb2: Product: EHCI Host Controller
> [    0.849670] usb usb2: Manufacturer: Linux 3.7.3 ehci_hcd
> [    0.849671] usb usb2: SerialNumber: 0000:00:1d.0
> [    0.849715] usb usb2: usb_probe_device
> [    0.849716] usb usb2: configuration #1 chosen from 1 choice
> [    0.849720] usb usb2: adding 2-0:1.0 (config #1, interface 0)
> [    0.849730] hub 2-0:1.0: usb_probe_interface
> [    0.849731] hub 2-0:1.0: usb_probe_interface - got id
> [    0.849732] hub 2-0:1.0: USB hub found
> [    0.849736] hub 2-0:1.0: 3 ports detected
> [    0.849736] hub 2-0:1.0: standalone hub
> [    0.849737] hub 2-0:1.0: no power switching (usb 1.0)
> [    0.849738] hub 2-0:1.0: individual port over-current protection
> [    0.849739] hub 2-0:1.0: power on to power good time: 20ms
> [    0.849741] hub 2-0:1.0: local power source is good
> [    0.849783] hub 2-0:1.0: trying to enable port power on non-switchable hub
> [    0.849818] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
> [    0.849819] ohci_hcd: block sizes: ed 80 td 96
> [    0.849825] uhci_hcd: USB Universal Host Controller Interface driver
> [    0.849859] xhci_hcd 0000:00:14.0: setting latency timer to 64
> [    0.849862] xhci_hcd 0000:00:14.0: xHCI Host Controller
> [    0.849886] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 3
> [    0.849896] xhci_hcd 0000:00:14.0: xHCI capability registers at ffffc90004fc0000:
> [    0.849898] xhci_hcd 0000:00:14.0: CAPLENGTH AND HCIVERSION 0x1000080:
> [    0.849899] xhci_hcd 0000:00:14.0: CAPLENGTH: 0x80
> [    0.849900] xhci_hcd 0000:00:14.0: HCIVERSION: 0x100
> [    0.849902] xhci_hcd 0000:00:14.0: HCSPARAMS 1: 0x8000820
> [    0.849903] xhci_hcd 0000:00:14.0:   Max device slots: 32
> [    0.849904] xhci_hcd 0000:00:14.0:   Max interrupters: 8
> [    0.849905] xhci_hcd 0000:00:14.0:   Max ports: 8
> [    0.849907] xhci_hcd 0000:00:14.0: HCSPARAMS 2: 0x84000054
> [    0.849908] xhci_hcd 0000:00:14.0:   Isoc scheduling threshold: 4
> [    0.849909] xhci_hcd 0000:00:14.0:   Maximum allowed segments in event ring: 5
> [    0.849911] xhci_hcd 0000:00:14.0: HCSPARAMS 3 0x200000a:
> [    0.849912] xhci_hcd 0000:00:14.0:   Worst case U1 device exit latency: 10
> [    0.849913] xhci_hcd 0000:00:14.0:   Worst case U2 device exit latency: 512
> [    0.849915] xhci_hcd 0000:00:14.0: HCC PARAMS 0x20007181:
> [    0.849916] xhci_hcd 0000:00:14.0:   HC generates 64 bit addresses
> [    0.849917] xhci_hcd 0000:00:14.0:   FIXME: more HCCPARAMS debugging
> [    0.849920] xhci_hcd 0000:00:14.0: RTSOFF 0x2000:
> [    0.849921] xhci_hcd 0000:00:14.0: xHCI operational registers at ffffc90004fc0080:
> [    0.849923] xhci_hcd 0000:00:14.0: USBCMD 0x0:
> [    0.849924] xhci_hcd 0000:00:14.0:   HC is being stopped
> [    0.849925] xhci_hcd 0000:00:14.0:   HC has finished hard reset
> [    0.849926] xhci_hcd 0000:00:14.0:   Event Interrupts disabled
> [    0.849927] xhci_hcd 0000:00:14.0:   Host System Error Interrupts disabled
> [    0.849928] xhci_hcd 0000:00:14.0:   HC has finished light reset
> [    0.849931] xhci_hcd 0000:00:14.0: USBSTS 0x1:
> [    0.849932] xhci_hcd 0000:00:14.0:   Event ring is empty
> [    0.849933] xhci_hcd 0000:00:14.0:   No Host System Error
> [    0.849934] xhci_hcd 0000:00:14.0:   HC is halted
> [    0.849937] xhci_hcd 0000:00:14.0: ffffc90004fc0480 port status reg = 0x2a0
> [    0.849939] xhci_hcd 0000:00:14.0: ffffc90004fc0484 port power reg = 0x0
> [    0.849942] xhci_hcd 0000:00:14.0: ffffc90004fc0488 port link reg = 0x0
> [    0.849946] xhci_hcd 0000:00:14.0: ffffc90004fc048c port reserved reg = 0x0
> [    0.849948] xhci_hcd 0000:00:14.0: ffffc90004fc0490 port status reg = 0x2a0
> [    0.849951] xhci_hcd 0000:00:14.0: ffffc90004fc0494 port power reg = 0x0
> [    0.849954] xhci_hcd 0000:00:14.0: ffffc90004fc0498 port link reg = 0x0
> [    0.849957] xhci_hcd 0000:00:14.0: ffffc90004fc049c port reserved reg = 0x0
> [    0.849960] xhci_hcd 0000:00:14.0: ffffc90004fc04a0 port status reg = 0x2a0
> [    0.849962] xhci_hcd 0000:00:14.0: ffffc90004fc04a4 port power reg = 0x0
> [    0.849965] xhci_hcd 0000:00:14.0: ffffc90004fc04a8 port link reg = 0x0
> [    0.849968] xhci_hcd 0000:00:14.0: ffffc90004fc04ac port reserved reg = 0x0
> [    0.849971] xhci_hcd 0000:00:14.0: ffffc90004fc04b0 port status reg = 0x2a0
> [    0.849973] xhci_hcd 0000:00:14.0: ffffc90004fc04b4 port power reg = 0x0
> [    0.849976] xhci_hcd 0000:00:14.0: ffffc90004fc04b8 port link reg = 0x0
> [    0.849979] xhci_hcd 0000:00:14.0: ffffc90004fc04bc port reserved reg = 0x0
> [    0.849981] xhci_hcd 0000:00:14.0: ffffc90004fc04c0 port status reg = 0x802a0
> [    0.849984] xhci_hcd 0000:00:14.0: ffffc90004fc04c4 port power reg = 0x0
> [    0.849986] xhci_hcd 0000:00:14.0: ffffc90004fc04c8 port link reg = 0x0
> [    0.849989] xhci_hcd 0000:00:14.0: ffffc90004fc04cc port reserved reg = 0x0
> [    0.849992] xhci_hcd 0000:00:14.0: ffffc90004fc04d0 port status reg = 0x802a0
> [    0.849994] xhci_hcd 0000:00:14.0: ffffc90004fc04d4 port power reg = 0x0
> [    0.849997] xhci_hcd 0000:00:14.0: ffffc90004fc04d8 port link reg = 0x0
> [    0.850000] xhci_hcd 0000:00:14.0: ffffc90004fc04dc port reserved reg = 0x0
> [    0.850003] xhci_hcd 0000:00:14.0: ffffc90004fc04e0 port status reg = 0x802a0
> [    0.850005] xhci_hcd 0000:00:14.0: ffffc90004fc04e4 port power reg = 0x0
> [    0.850007] xhci_hcd 0000:00:14.0: ffffc90004fc04e8 port link reg = 0x0
> [    0.850011] xhci_hcd 0000:00:14.0: ffffc90004fc04ec port reserved reg = 0x0
> [    0.850013] xhci_hcd 0000:00:14.0: ffffc90004fc04f0 port status reg = 0x802a0
> [    0.850016] xhci_hcd 0000:00:14.0: ffffc90004fc04f4 port power reg = 0x0
> [    0.850018] xhci_hcd 0000:00:14.0: ffffc90004fc04f8 port link reg = 0x0
> [    0.850021] xhci_hcd 0000:00:14.0: ffffc90004fc04fc port reserved reg = 0x0
> [    0.850023] xhci_hcd 0000:00:14.0: // Halt the HC
> [    0.850027] xhci_hcd 0000:00:14.0: Resetting HCD
> [    0.850030] xhci_hcd 0000:00:14.0: // Reset the HC
> [    0.850036] xhci_hcd 0000:00:14.0: Wait for controller to be ready for doorbell rings
> [    0.850038] xhci_hcd 0000:00:14.0: Reset complete
> [    0.850040] xhci_hcd 0000:00:14.0: Enabling 64-bit DMA addresses.
> [    0.850041] xhci_hcd 0000:00:14.0: Calling HCD init
> [    0.850042] xhci_hcd 0000:00:14.0: xhci_init
> [    0.850043] xhci_hcd 0000:00:14.0: xHCI doesn't need link TRB QUIRK
> [    0.850045] xhci_hcd 0000:00:14.0: Supported page size register = 0x1
> [    0.850046] xhci_hcd 0000:00:14.0: Supported page size of 4K
> [    0.850047] xhci_hcd 0000:00:14.0: HCD page size set to 4K
> [    0.850050] xhci_hcd 0000:00:14.0: // xHC can handle at most 32 device slots.
> [    0.850052] xhci_hcd 0000:00:14.0: // Setting Max device slots reg = 0x20.
> [    0.850054] xhci_hcd 0000:00:14.0: // Device context base array address = 0x36806000 (DMA), ffff880036806000 (virt)
> [    0.850056] xhci_hcd 0000:00:14.0: Allocated command ring at ffff880114d9da80
> [    0.850057] xhci_hcd 0000:00:14.0: First segment DMA is 0x36807000
> [    0.850060] xhci_hcd 0000:00:14.0: // Setting command ring address to 0x20
> [    0.850064] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr low bits + flags = @00000000
> [    0.850065] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr high bits = @00000000
> [    0.850068] xhci_hcd 0000:00:14.0: // Doorbell array is located at offset 0x3000 from cap regs base addr
> [    0.850069] xhci_hcd 0000:00:14.0: // xHCI capability registers at ffffc90004fc0000:
> [    0.850071] xhci_hcd 0000:00:14.0: // @ffffc90004fc0000 = 0x1000080 (CAPLENGTH AND HCIVERSION)
> [    0.850072] xhci_hcd 0000:00:14.0: //   CAPLENGTH: 0x80
> [    0.850073] xhci_hcd 0000:00:14.0: // xHCI operational registers at ffffc90004fc0080:
> [    0.850076] xhci_hcd 0000:00:14.0: // @ffffc90004fc0018 = 0x2000 RTSOFF
> [    0.850077] xhci_hcd 0000:00:14.0: // xHCI runtime registers at ffffc90004fc2000:
> [    0.850079] xhci_hcd 0000:00:14.0: // @ffffc90004fc0014 = 0x3000 DBOFF
> [    0.850080] xhci_hcd 0000:00:14.0: // Doorbell array at ffffc90004fc3000:
> [    0.850081] xhci_hcd 0000:00:14.0: xHCI runtime registers at ffffc90004fc2000:
> [    0.850084] xhci_hcd 0000:00:14.0:   ffffc90004fc2000: Microframe index = 0x0
> [    0.850101] xhci_hcd 0000:00:14.0: // Allocating event ring
> [    0.850104] xhci_hcd 0000:00:14.0: TRB math tests passed.
> [    0.850105] xhci_hcd 0000:00:14.0: // Allocated event ring segment table at 0x36809000
> [    0.850106] xhci_hcd 0000:00:14.0: Set ERST to 0; private num segs = 1, virt addr = ffff880036809000, dma addr = 0x36809000
> [    0.850110] xhci_hcd 0000:00:14.0: // Write ERST size = 1 to ir_set 0 (some bits preserved)
> [    0.850111] xhci_hcd 0000:00:14.0: // Set ERST entries to point to event ring.
> [    0.850112] xhci_hcd 0000:00:14.0: // Set ERST base address for ir_set 0 = 0x36809000
> [    0.850117] xhci_hcd 0000:00:14.0: // Write event ring dequeue pointer, preserving EHB bit
> [    0.850118] xhci_hcd 0000:00:14.0: Wrote ERST address to ir_set 0.
> [    0.850120] xhci_hcd 0000:00:14.0: Allocating 16 scratchpad buffers
> [    0.850133] xhci_hcd 0000:00:14.0: Ext Cap ffffc90004fc8000, port offset = 1, count = 4, revision = 0x2
> [    0.850134] xhci_hcd 0000:00:14.0: xHCI 1.0: support USB2 software lpm
> [    0.850137] xhci_hcd 0000:00:14.0: Ext Cap ffffc90004fc8020, port offset = 5, count = 4, revision = 0x3
> [    0.850139] xhci_hcd 0000:00:14.0: Found 4 USB 2.0 ports and 4 USB 3.0 ports.
> [    0.850140] xhci_hcd 0000:00:14.0: USB 2.0 port at index 0, addr = ffffc90004fc0480
> [    0.850141] xhci_hcd 0000:00:14.0: USB 2.0 port at index 1, addr = ffffc90004fc0490
> [    0.850142] xhci_hcd 0000:00:14.0: USB 2.0 port at index 2, addr = ffffc90004fc04a0
> [    0.850143] xhci_hcd 0000:00:14.0: USB 2.0 port at index 3, addr = ffffc90004fc04b0
> [    0.850144] xhci_hcd 0000:00:14.0: USB 3.0 port at index 4, addr = ffffc90004fc04c0
> [    0.850145] xhci_hcd 0000:00:14.0: USB 3.0 port at index 5, addr = ffffc90004fc04d0
> [    0.850146] xhci_hcd 0000:00:14.0: USB 3.0 port at index 6, addr = ffffc90004fc04e0
> [    0.850147] xhci_hcd 0000:00:14.0: USB 3.0 port at index 7, addr = ffffc90004fc04f0
> [    0.850152] xhci_hcd 0000:00:14.0: Finished xhci_init
> [    0.850153] xhci_hcd 0000:00:14.0: Called HCD init
> [    0.850156] xhci_hcd 0000:00:14.0: Got SBRN 48
> [    0.850160] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported
> [    0.850161] xhci_hcd 0000:00:14.0: Finished xhci_pci_reinit
> [    0.850162] xhci_hcd 0000:00:14.0: supports USB remote wakeup
> [    0.850164] xhci_hcd 0000:00:14.0: irq 16, io mem 0xf7d20000
> [    0.850165] xhci_hcd 0000:00:14.0: xhci_run
> [    0.850177] xhci_hcd 0000:00:14.0: Failed to enable MSI-X
> [    0.850206] xhci_hcd 0000:00:14.0: irq 43 for MSI/MSI-X
> [    0.850218] xhci_hcd 0000:00:14.0: Setting event ring polling timer
> [    0.850220] xhci_hcd 0000:00:14.0: Command ring memory map follows:
> [    0.850221] xhci_hcd 0000:00:14.0: @0000000036807000 00000000 00000000 00000000 00000000
> [    0.850222] xhci_hcd 0000:00:14.0: @0000000036807010 00000000 00000000 00000000 00000000
> [    0.850223] xhci_hcd 0000:00:14.0: @0000000036807020 00000000 00000000 00000000 00000000
> [    0.850224] xhci_hcd 0000:00:14.0: @0000000036807030 00000000 00000000 00000000 00000000
> [    0.850226] xhci_hcd 0000:00:14.0: @0000000036807040 00000000 00000000 00000000 00000000
> [    0.850227] xhci_hcd 0000:00:14.0: @0000000036807050 00000000 00000000 00000000 00000000
> [    0.850228] xhci_hcd 0000:00:14.0: @0000000036807060 00000000 00000000 00000000 00000000
> [    0.850229] xhci_hcd 0000:00:14.0: @0000000036807070 00000000 00000000 00000000 00000000
> [    0.850230] xhci_hcd 0000:00:14.0: @0000000036807080 00000000 00000000 00000000 00000000
> [    0.850231] xhci_hcd 0000:00:14.0: @0000000036807090 00000000 00000000 00000000 00000000
> [    0.850232] xhci_hcd 0000:00:14.0: @00000000368070a0 00000000 00000000 00000000 00000000
> [    0.850233] xhci_hcd 0000:00:14.0: @00000000368070b0 00000000 00000000 00000000 00000000
> [    0.850234] xhci_hcd 0000:00:14.0: @00000000368070c0 00000000 00000000 00000000 00000000
> [    0.850235] xhci_hcd 0000:00:14.0: @00000000368070d0 00000000 00000000 00000000 00000000
> [    0.850236] xhci_hcd 0000:00:14.0: @00000000368070e0 00000000 00000000 00000000 00000000
> [    0.850238] xhci_hcd 0000:00:14.0: @00000000368070f0 00000000 00000000 00000000 00000000
> [    0.850239] xhci_hcd 0000:00:14.0: @0000000036807100 00000000 00000000 00000000 00000000
> [    0.850240] xhci_hcd 0000:00:14.0: @0000000036807110 00000000 00000000 00000000 00000000
> [    0.850241] xhci_hcd 0000:00:14.0: @0000000036807120 00000000 00000000 00000000 00000000
> [    0.850242] xhci_hcd 0000:00:14.0: @0000000036807130 00000000 00000000 00000000 00000000
> [    0.850243] xhci_hcd 0000:00:14.0: @0000000036807140 00000000 00000000 00000000 00000000
> [    0.850244] xhci_hcd 0000:00:14.0: @0000000036807150 00000000 00000000 00000000 00000000
> [    0.850245] xhci_hcd 0000:00:14.0: @0000000036807160 00000000 00000000 00000000 00000000
> [    0.850246] xhci_hcd 0000:00:14.0: @0000000036807170 00000000 00000000 00000000 00000000
> [    0.850247] xhci_hcd 0000:00:14.0: @0000000036807180 00000000 00000000 00000000 00000000
> [    0.850248] xhci_hcd 0000:00:14.0: @0000000036807190 00000000 00000000 00000000 00000000
> [    0.850249] xhci_hcd 0000:00:14.0: @00000000368071a0 00000000 00000000 00000000 00000000
> [    0.850251] xhci_hcd 0000:00:14.0: @00000000368071b0 00000000 00000000 00000000 00000000
> [    0.850252] xhci_hcd 0000:00:14.0: @00000000368071c0 00000000 00000000 00000000 00000000
> [    0.850253] xhci_hcd 0000:00:14.0: @00000000368071d0 00000000 00000000 00000000 00000000
> [    0.850254] xhci_hcd 0000:00:14.0: @00000000368071e0 00000000 00000000 00000000 00000000
> [    0.850255] xhci_hcd 0000:00:14.0: @00000000368071f0 00000000 00000000 00000000 00000000
> [    0.850256] xhci_hcd 0000:00:14.0: @0000000036807200 00000000 00000000 00000000 00000000
> [    0.850257] xhci_hcd 0000:00:14.0: @0000000036807210 00000000 00000000 00000000 00000000
> [    0.850258] xhci_hcd 0000:00:14.0: @0000000036807220 00000000 00000000 00000000 00000000
> [    0.850259] xhci_hcd 0000:00:14.0: @0000000036807230 00000000 00000000 00000000 00000000
> [    0.850260] xhci_hcd 0000:00:14.0: @0000000036807240 00000000 00000000 00000000 00000000
> [    0.850261] xhci_hcd 0000:00:14.0: @0000000036807250 00000000 00000000 00000000 00000000
> [    0.850263] xhci_hcd 0000:00:14.0: @0000000036807260 00000000 00000000 00000000 00000000
> [    0.850264] xhci_hcd 0000:00:14.0: @0000000036807270 00000000 00000000 00000000 00000000
> [    0.850265] xhci_hcd 0000:00:14.0: @0000000036807280 00000000 00000000 00000000 00000000
> [    0.850266] xhci_hcd 0000:00:14.0: @0000000036807290 00000000 00000000 00000000 00000000
> [    0.850267] xhci_hcd 0000:00:14.0: @00000000368072a0 00000000 00000000 00000000 00000000
> [    0.850268] xhci_hcd 0000:00:14.0: @00000000368072b0 00000000 00000000 00000000 00000000
> [    0.850269] xhci_hcd 0000:00:14.0: @00000000368072c0 00000000 00000000 00000000 00000000
> [    0.850270] xhci_hcd 0000:00:14.0: @00000000368072d0 00000000 00000000 00000000 00000000
> [    0.850271] xhci_hcd 0000:00:14.0: @00000000368072e0 00000000 00000000 00000000 00000000
> [    0.850272] xhci_hcd 0000:00:14.0: @00000000368072f0 00000000 00000000 00000000 00000000
> [    0.850273] xhci_hcd 0000:00:14.0: @0000000036807300 00000000 00000000 00000000 00000000
> [    0.850275] xhci_hcd 0000:00:14.0: @0000000036807310 00000000 00000000 00000000 00000000
> [    0.850276] xhci_hcd 0000:00:14.0: @0000000036807320 00000000 00000000 00000000 00000000
> [    0.850277] xhci_hcd 0000:00:14.0: @0000000036807330 00000000 00000000 00000000 00000000
> [    0.850278] xhci_hcd 0000:00:14.0: @0000000036807340 00000000 00000000 00000000 00000000
> [    0.850279] xhci_hcd 0000:00:14.0: @0000000036807350 00000000 00000000 00000000 00000000
> [    0.850280] xhci_hcd 0000:00:14.0: @0000000036807360 00000000 00000000 00000000 00000000
> [    0.850281] xhci_hcd 0000:00:14.0: @0000000036807370 00000000 00000000 00000000 00000000
> [    0.850282] xhci_hcd 0000:00:14.0: @0000000036807380 00000000 00000000 00000000 00000000
> [    0.850283] xhci_hcd 0000:00:14.0: @0000000036807390 00000000 00000000 00000000 00000000
> [    0.850284] xhci_hcd 0000:00:14.0: @00000000368073a0 00000000 00000000 00000000 00000000
> [    0.850285] xhci_hcd 0000:00:14.0: @00000000368073b0 00000000 00000000 00000000 00000000
> [    0.850286] xhci_hcd 0000:00:14.0: @00000000368073c0 00000000 00000000 00000000 00000000
> [    0.850288] xhci_hcd 0000:00:14.0: @00000000368073d0 00000000 00000000 00000000 00000000
> [    0.850289] xhci_hcd 0000:00:14.0: @00000000368073e0 00000000 00000000 00000000 00000000
> [    0.850290] xhci_hcd 0000:00:14.0: @00000000368073f0 36807000 00000000 00000000 00001802
> [    0.850291] xhci_hcd 0000:00:14.0:   Ring has not been updated
> [    0.850292] xhci_hcd 0000:00:14.0: Ring deq = ffff880036807000 (virt), 0x36807000 (dma)
> [    0.850293] xhci_hcd 0000:00:14.0: Ring deq updated 0 times
> [    0.850294] xhci_hcd 0000:00:14.0: Ring enq = ffff880036807000 (virt), 0x36807000 (dma)
> [    0.850295] xhci_hcd 0000:00:14.0: Ring enq updated 0 times
> [    0.850300] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr low bits + flags = @00000000
> [    0.850301] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr high bits = @00000000
> [    0.850302] xhci_hcd 0000:00:14.0: ERST memory map follows:
> [    0.850303] xhci_hcd 0000:00:14.0: @0000000036809000 36807400 00000000 00000040 00000000
> [    0.850304] xhci_hcd 0000:00:14.0: Event ring:
> [    0.850306] xhci_hcd 0000:00:14.0: @0000000036807400 00000000 00000000 00000000 00000000
> [    0.850307] xhci_hcd 0000:00:14.0: @0000000036807410 00000000 00000000 00000000 00000000
> [    0.850308] xhci_hcd 0000:00:14.0: @0000000036807420 00000000 00000000 00000000 00000000
> [    0.850309] xhci_hcd 0000:00:14.0: @0000000036807430 00000000 00000000 00000000 00000000
> [    0.850310] xhci_hcd 0000:00:14.0: @0000000036807440 00000000 00000000 00000000 00000000
> [    0.850311] xhci_hcd 0000:00:14.0: @0000000036807450 00000000 00000000 00000000 00000000
> [    0.850312] xhci_hcd 0000:00:14.0: @0000000036807460 00000000 00000000 00000000 00000000
> [    0.850313] xhci_hcd 0000:00:14.0: @0000000036807470 00000000 00000000 00000000 00000000
> [    0.850314] xhci_hcd 0000:00:14.0: @0000000036807480 00000000 00000000 00000000 00000000
> [    0.850315] xhci_hcd 0000:00:14.0: @0000000036807490 00000000 00000000 00000000 00000000
> [    0.850316] xhci_hcd 0000:00:14.0: @00000000368074a0 00000000 00000000 00000000 00000000
> [    0.850318] xhci_hcd 0000:00:14.0: @00000000368074b0 00000000 00000000 00000000 00000000
> [    0.850319] xhci_hcd 0000:00:14.0: @00000000368074c0 00000000 00000000 00000000 00000000
> [    0.850320] xhci_hcd 0000:00:14.0: @00000000368074d0 00000000 00000000 00000000 00000000
> [    0.850321] xhci_hcd 0000:00:14.0: @00000000368074e0 00000000 00000000 00000000 00000000
> [    0.850322] xhci_hcd 0000:00:14.0: @00000000368074f0 00000000 00000000 00000000 00000000
> [    0.850323] xhci_hcd 0000:00:14.0: @0000000036807500 00000000 00000000 00000000 00000000
> [    0.850324] xhci_hcd 0000:00:14.0: @0000000036807510 00000000 00000000 00000000 00000000
> [    0.850325] xhci_hcd 0000:00:14.0: @0000000036807520 00000000 00000000 00000000 00000000
> [    0.850326] xhci_hcd 0000:00:14.0: @0000000036807530 00000000 00000000 00000000 00000000
> [    0.850327] xhci_hcd 0000:00:14.0: @0000000036807540 00000000 00000000 00000000 00000000
> [    0.850328] xhci_hcd 0000:00:14.0: @0000000036807550 00000000 00000000 00000000 00000000
> [    0.850329] xhci_hcd 0000:00:14.0: @0000000036807560 00000000 00000000 00000000 00000000
> [    0.850331] xhci_hcd 0000:00:14.0: @0000000036807570 00000000 00000000 00000000 00000000
> [    0.850332] xhci_hcd 0000:00:14.0: @0000000036807580 00000000 00000000 00000000 00000000
> [    0.850333] xhci_hcd 0000:00:14.0: @0000000036807590 00000000 00000000 00000000 00000000
> [    0.850334] xhci_hcd 0000:00:14.0: @00000000368075a0 00000000 00000000 00000000 00000000
> [    0.850335] xhci_hcd 0000:00:14.0: @00000000368075b0 00000000 00000000 00000000 00000000
> [    0.850336] xhci_hcd 0000:00:14.0: @00000000368075c0 00000000 00000000 00000000 00000000
> [    0.850337] xhci_hcd 0000:00:14.0: @00000000368075d0 00000000 00000000 00000000 00000000
> [    0.850338] xhci_hcd 0000:00:14.0: @00000000368075e0 00000000 00000000 00000000 00000000
> [    0.850339] xhci_hcd 0000:00:14.0: @00000000368075f0 00000000 00000000 00000000 00000000
> [    0.850340] xhci_hcd 0000:00:14.0: @0000000036807600 00000000 00000000 00000000 00000000
> [    0.850341] xhci_hcd 0000:00:14.0: @0000000036807610 00000000 00000000 00000000 00000000
> [    0.850343] xhci_hcd 0000:00:14.0: @0000000036807620 00000000 00000000 00000000 00000000
> [    0.850344] xhci_hcd 0000:00:14.0: @0000000036807630 00000000 00000000 00000000 00000000
> [    0.850345] xhci_hcd 0000:00:14.0: @0000000036807640 00000000 00000000 00000000 00000000
> [    0.850346] xhci_hcd 0000:00:14.0: @0000000036807650 00000000 00000000 00000000 00000000
> [    0.850347] xhci_hcd 0000:00:14.0: @0000000036807660 00000000 00000000 00000000 00000000
> [    0.850348] xhci_hcd 0000:00:14.0: @0000000036807670 00000000 00000000 00000000 00000000
> [    0.850349] xhci_hcd 0000:00:14.0: @0000000036807680 00000000 00000000 00000000 00000000
> [    0.850350] xhci_hcd 0000:00:14.0: @0000000036807690 00000000 00000000 00000000 00000000
> [    0.850351] xhci_hcd 0000:00:14.0: @00000000368076a0 00000000 00000000 00000000 00000000
> [    0.850352] xhci_hcd 0000:00:14.0: @00000000368076b0 00000000 00000000 00000000 00000000
> [    0.850353] xhci_hcd 0000:00:14.0: @00000000368076c0 00000000 00000000 00000000 00000000
> [    0.850355] xhci_hcd 0000:00:14.0: @00000000368076d0 00000000 00000000 00000000 00000000
> [    0.850356] xhci_hcd 0000:00:14.0: @00000000368076e0 00000000 00000000 00000000 00000000
> [    0.850357] xhci_hcd 0000:00:14.0: @00000000368076f0 00000000 00000000 00000000 00000000
> [    0.850358] xhci_hcd 0000:00:14.0: @0000000036807700 00000000 00000000 00000000 00000000
> [    0.850359] xhci_hcd 0000:00:14.0: @0000000036807710 00000000 00000000 00000000 00000000
> [    0.850360] xhci_hcd 0000:00:14.0: @0000000036807720 00000000 00000000 00000000 00000000
> [    0.850361] xhci_hcd 0000:00:14.0: @0000000036807730 00000000 00000000 00000000 00000000
> [    0.850362] xhci_hcd 0000:00:14.0: @0000000036807740 00000000 00000000 00000000 00000000
> [    0.850363] xhci_hcd 0000:00:14.0: @0000000036807750 00000000 00000000 00000000 00000000
> [    0.850364] xhci_hcd 0000:00:14.0: @0000000036807760 00000000 00000000 00000000 00000000
> [    0.850365] xhci_hcd 0000:00:14.0: @0000000036807770 00000000 00000000 00000000 00000000
> [    0.850366] xhci_hcd 0000:00:14.0: @0000000036807780 00000000 00000000 00000000 00000000
> [    0.850368] xhci_hcd 0000:00:14.0: @0000000036807790 00000000 00000000 00000000 00000000
> [    0.850369] xhci_hcd 0000:00:14.0: @00000000368077a0 00000000 00000000 00000000 00000000
> [    0.850370] xhci_hcd 0000:00:14.0: @00000000368077b0 00000000 00000000 00000000 00000000
> [    0.850371] xhci_hcd 0000:00:14.0: @00000000368077c0 00000000 00000000 00000000 00000000
> [    0.850372] xhci_hcd 0000:00:14.0: @00000000368077d0 00000000 00000000 00000000 00000000
> [    0.850373] xhci_hcd 0000:00:14.0: @00000000368077e0 00000000 00000000 00000000 00000000
> [    0.850374] xhci_hcd 0000:00:14.0: @00000000368077f0 00000000 00000000 00000000 00000000
> [    0.850375] xhci_hcd 0000:00:14.0:   Ring has not been updated
> [    0.850376] xhci_hcd 0000:00:14.0: Ring deq = ffff880036807400 (virt), 0x36807400 (dma)
> [    0.850377] xhci_hcd 0000:00:14.0: Ring deq updated 0 times
> [    0.850378] xhci_hcd 0000:00:14.0: Ring enq = ffff880036807400 (virt), 0x36807400 (dma)
> [    0.850379] xhci_hcd 0000:00:14.0: Ring enq updated 0 times
> [    0.850385] xhci_hcd 0000:00:14.0: ERST deq = 64'h36807400
> [    0.850385] xhci_hcd 0000:00:14.0: // Set the interrupt modulation register
> [    0.850389] xhci_hcd 0000:00:14.0: // Enable interrupts, cmd = 0x4.
> [    0.850392] xhci_hcd 0000:00:14.0: // Enabling event ring interrupter ffffc90004fc2020 by writing 0x2 to irq_pending
> [    0.850395] xhci_hcd 0000:00:14.0:   ffffc90004fc2020: ir_set[0]
> [    0.850396] xhci_hcd 0000:00:14.0:   ffffc90004fc2020: ir_set.pending = 0x2
> [    0.850398] xhci_hcd 0000:00:14.0:   ffffc90004fc2024: ir_set.control = 0xa0
> [    0.850401] xhci_hcd 0000:00:14.0:   ffffc90004fc2028: ir_set.erst_size = 0x1
> [    0.850405] xhci_hcd 0000:00:14.0:   ffffc90004fc2030: ir_set.erst_base = @36809000
> [    0.850409] xhci_hcd 0000:00:14.0:   ffffc90004fc2038: ir_set.erst_dequeue = @36807400
> [    0.850410] xhci_hcd 0000:00:14.0: Finished xhci_run for USB2 roothub
> [    0.850414] usb usb3: default language 0x0409
> [    0.850418] usb usb3: udev 1, busnum 3, minor = 256
> [    0.850419] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002
> [    0.850420] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    0.850421] usb usb3: Product: xHCI Host Controller
> [    0.850422] usb usb3: Manufacturer: Linux 3.7.3 xhci_hcd
> [    0.850423] usb usb3: SerialNumber: 0000:00:14.0
> [    0.850464] usb usb3: usb_probe_device
> [    0.850466] usb usb3: configuration #1 chosen from 1 choice
> [    0.850467] xHCI xhci_add_endpoint called for root hub
> [    0.850468] xHCI xhci_check_bandwidth called for root hub
> [    0.850471] usb usb3: adding 3-0:1.0 (config #1, interface 0)
> [    0.850479] hub 3-0:1.0: usb_probe_interface
> [    0.850480] hub 3-0:1.0: usb_probe_interface - got id
> [    0.850481] hub 3-0:1.0: USB hub found
> [    0.850489] hub 3-0:1.0: 4 ports detected
> [    0.850490] hub 3-0:1.0: standalone hub
> [    0.850491] hub 3-0:1.0: no power switching (usb 1.0)
> [    0.850492] hub 3-0:1.0: individual port over-current protection
> [    0.850492] hub 3-0:1.0: Single TT
> [    0.850493] hub 3-0:1.0: TT requires at most 8 FS bit times (666 ns)
> [    0.850494] hub 3-0:1.0: power on to power good time: 20ms
> [    0.850496] hub 3-0:1.0: local power source is good
> [    0.850759] hub 3-0:1.0: trying to enable port power on non-switchable hub
> [    0.850766] xhci_hcd 0000:00:14.0: set port power, actual port 0 status  = 0x2a0
> [    0.850772] xhci_hcd 0000:00:14.0: set port power, actual port 1 status  = 0x2a0
> [    0.850777] xhci_hcd 0000:00:14.0: set port power, actual port 2 status  = 0x2a0
> [    0.850782] xhci_hcd 0000:00:14.0: set port power, actual port 3 status  = 0x2a0
> [    0.850803] xhci_hcd 0000:00:14.0: xHCI Host Controller
> [    0.850828] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 4
> [    0.850832] xhci_hcd 0000:00:14.0: Enabling 64-bit DMA addresses.
> [    0.850832] xhci_hcd 0000:00:14.0: supports USB remote wakeup
> [    0.850835] xhci_hcd 0000:00:14.0: // Turn on HC, cmd = 0x5.
> [    0.850838] xhci_hcd 0000:00:14.0: Finished xhci_run for USB3 roothub
> [    0.850846] usb usb4: skipped 1 descriptor after endpoint
> [    0.850847] usb usb4: default language 0x0409
> [    0.850850] usb usb4: udev 1, busnum 4, minor = 384
> [    0.850851] usb usb4: New USB device found, idVendor=1d6b, idProduct=0003
> [    0.850852] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
> [    0.850853] usb usb4: Product: xHCI Host Controller
> [    0.850854] usb usb4: Manufacturer: Linux 3.7.3 xhci_hcd
> [    0.850855] usb usb4: SerialNumber: 0000:00:14.0
> [    0.850895] usb usb4: usb_probe_device
> [    0.850896] usb usb4: configuration #1 chosen from 1 choice
> [    0.850897] xHCI xhci_add_endpoint called for root hub
> [    0.850898] xHCI xhci_check_bandwidth called for root hub
> [    0.850900] usb usb4: adding 4-0:1.0 (config #1, interface 0)
> [    0.850909] hub 4-0:1.0: usb_probe_interface
> [    0.850910] hub 4-0:1.0: usb_probe_interface - got id
> [    0.850912] hub 4-0:1.0: USB hub found
> [    0.850920] hub 4-0:1.0: 4 ports detected
> [    0.850921] hub 4-0:1.0: standalone hub
> [    0.850922] hub 4-0:1.0: no power switching (usb 1.0)
> [    0.850923] hub 4-0:1.0: individual port over-current protection
> [    0.850924] hub 4-0:1.0: TT requires at most 8 FS bit times (666 ns)
> [    0.850925] hub 4-0:1.0: power on to power good time: 20ms
> [    0.850926] hub 4-0:1.0: local power source is good
> [    0.851169] hub 4-0:1.0: trying to enable port power on non-switchable hub
> [    0.851176] xhci_hcd 0000:00:14.0: set port power, actual port 0 status  = 0x802a0
> [    0.851181] xhci_hcd 0000:00:14.0: set port power, actual port 1 status  = 0x802a0
> [    0.851186] xhci_hcd 0000:00:14.0: set port power, actual port 2 status  = 0x802a0
> [    0.851191] xhci_hcd 0000:00:14.0: set port power, actual port 3 status  = 0x802a0
> [    0.857645] usbcore: registered new interface driver usbserial
> [    0.857648] usbcore: registered new interface driver usbserial_generic
> [    0.857652] usbserial: USB Serial support registered for generic
> [    0.857670] i8042: PNP: No PS/2 controller found. Probing ports directly.
> [    0.860509] serio: i8042 KBD port at 0x60,0x64 irq 1
> [    0.860513] serio: i8042 AUX port at 0x60,0x64 irq 12
> [    0.860577] mousedev: PS/2 mouse device common for all mice
> [    0.860697] rtc_cmos 00:06: RTC can wake from S4
> [    0.860806] rtc_cmos 00:06: rtc core: registered rtc_cmos as rtc0
> [    0.860834] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
> [    0.860886] device-mapper: uevent: version 1.0.3
> [    0.860923] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel@xxxxxxxxxx
> [    0.861019] cpuidle: using governor ladder
> [    0.861104] cpuidle: using governor menu
> [    0.861246] EFI Variables Facility v0.08 2004-May-17
> [    0.861299] usbcore: registered new interface driver usbhid
> [    0.861300] usbhid: USB HID core driver
> [    0.861317] drop_monitor: Initializing network drop monitor service
> [    0.861364] ip_tables: (C) 2000-2006 Netfilter Core Team
> [    0.861393] TCP: cubic registered
> [    0.861396] Initializing XFRM netlink socket
> [    0.861462] NET: Registered protocol family 10
> [    0.861556] mip6: Mobile IPv6
> [    0.861558] NET: Registered protocol family 17
> [    0.861923] PM: Hibernation image not present or could not be loaded.
> [    0.861924] Loading module verification certificates
> [    0.862479] MODSIGN: Loaded cert 'Magrathea: Glacier signing key: ea6f2fec1541d2253163ab1d50a6b880c0e69350'
> [    0.862484] registered taskstats version 1
> [    0.862922]   Magic number: 13:657:519
> [    0.863018] rtc_cmos 00:06: setting system clock to 2013-01-21 06:31:15 UTC (1358749875)
> [    0.939437] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
> [    0.939444] hub 1-0:1.0: port 1: status 0501 change 0001
> [    0.949400] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001803 0  ACK POWER sig=j CSC CONNECT
> [    0.949407] hub 2-0:1.0: port 1: status 0501 change 0001
> [    0.950381] xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x2a0
> [    0.950386] xhci_hcd 0000:00:14.0: Get port status returned 0x100
> [    0.950392] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0x2a0
> [    0.950394] xhci_hcd 0000:00:14.0: Get port status returned 0x100
> [    0.950400] xhci_hcd 0000:00:14.0: get port status, actual port 2 status  = 0x2a0
> [    0.950402] xhci_hcd 0000:00:14.0: Get port status returned 0x100
> [    0.950407] xhci_hcd 0000:00:14.0: get port status, actual port 3 status  = 0x2a0
> [    0.950409] xhci_hcd 0000:00:14.0: Get port status returned 0x100
> [    0.950417] xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x802a0
> [    0.950420] xhci_hcd 0000:00:14.0: Get port status returned 0x2002a0
> [    0.950428] xhci_hcd 0000:00:14.0: clear port warm(BH) reset change, actual port 0 status  = 0x2a0
> [    0.950432] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0x802a0
> [    0.950434] xhci_hcd 0000:00:14.0: Get port status returned 0x2002a0
> [    0.950440] xhci_hcd 0000:00:14.0: clear port warm(BH) reset change, actual port 1 status  = 0x2a0
> [    0.950444] xhci_hcd 0000:00:14.0: get port status, actual port 2 status  = 0x802a0
> [    0.950446] xhci_hcd 0000:00:14.0: Get port status returned 0x2002a0
> [    0.950454] xhci_hcd 0000:00:14.0: clear port warm(BH) reset change, actual port 2 status  = 0x2a0
> [    0.950458] hub 3-0:1.0: state 7 ports 4 chg 0000 evt 0000
> [    0.950459] xhci_hcd 0000:00:14.0: get port status, actual port 3 status  = 0x802a0
> [    0.950462] xhci_hcd 0000:00:14.0: Get port status returned 0x2002a0
> [    0.950470] xhci_hcd 0000:00:14.0: clear port warm(BH) reset change, actual port 3 status  = 0x2a0
> [    1.039166] hub 1-0:1.0: state 7 ports 3 chg 0002 evt 0000
> [    1.039178] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
> [    1.090305] ehci_hcd 0000:00:1a.0: port 1 reset complete, port enabled
> [    1.090312] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [    1.133894] ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300)
> [    1.134563] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
> [    1.134568] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
> [    1.134572] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
> [    1.134660] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [    1.134969] ata1.00: ATA-8: LITEONIT LCT-128M3S, VQDC, max UDMA/133
> [    1.134974] ata1.00: 250069680 sectors, multi 16: LBA48 NCQ (depth 31/32), AA
> [    1.135065] ata1.00: failed to get Identify Device Data, Emask 0x1
> [    1.135756] ata1.00: ACPI cmd ef/10:06:00:00:00:00 (SET FEATURES) succeeded
> [    1.135761] ata1.00: ACPI cmd f5/00:00:00:00:00:00 (SECURITY FREEZE LOCK) filtered out
> [    1.135765] ata1.00: ACPI cmd b1/c1:00:00:00:00:00 (DEVICE CONFIGURATION OVERLAY) filtered out
> [    1.135853] ata1.00: ACPI cmd 00/00:00:00:00:00:a0 (NOP) rejected by device (Stat=0x51 Err=0x04)
> [    1.136244] ata1.00: failed to get Identify Device Data, Emask 0x1
> [    1.136251] ata1.00: configured for UDMA/133
> [    1.138081] scsi 0:0:0:0: Direct-Access     ATA      LITEONIT LCT-128 VQDC PQ: 0 ANSI: 5
> [    1.138305] sd 0:0:0:0: Attached scsi generic sg0 type 0
> [    1.138387] sd 0:0:0:0: [sda] 250069680 512-byte logical blocks: (128 GB/119 GiB)
> [    1.138676] sd 0:0:0:0: [sda] Write Protect is off
> [    1.138681] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
> [    1.138804] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
> [    1.140055]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 >
> [    1.140845] usb 1-1: new high-speed USB device number 2 using ehci_hcd
> [    1.140944] sd 0:0:0:0: [sda] Attached SCSI disk
> [    1.143144] Freeing unused kernel memory: 1060k freed
> [    1.143300] Write protecting the kernel read-only data: 12288k
> [    1.149780] Freeing unused kernel memory: 1752k freed
> [    1.155047] Freeing unused kernel memory: 1372k freed
> [    1.192013] ehci_hcd 0000:00:1a.0: port 1 reset complete, port enabled
> [    1.192020] ehci_hcd 0000:00:1a.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [    1.253560] systemd[1]: systemd 197 running in system mode. (+PAM +LIBWRAP +AUDIT +SELINUX +IMA +SYSVINIT +LIBCRYPTSETUP +GCRYPT +ACL +XZ)
> [    1.253688] systemd[1]: Running in initial RAM disk.
> [    1.253828] systemd[1]: Set hostname to <localhost.localdomain>.
> [    1.254645] ehci_hcd 0000:00:1a.0: set dev address 2 for port 1
> [    1.254652] ehci_hcd 0000:00:1a.0: LPM: no device attached
> [    1.254890] usb 1-1: udev 2, busnum 1, minor = 1
> [    1.254895] usb 1-1: New USB device found, idVendor=8087, idProduct=0024
> [    1.254898] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    1.255036] usb 1-1: usb_probe_device
> [    1.255042] usb 1-1: configuration #1 chosen from 1 choice
> [    1.255148] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
> [    1.255182] hub 1-1:1.0: usb_probe_interface
> [    1.255185] hub 1-1:1.0: usb_probe_interface - got id
> [    1.255188] hub 1-1:1.0: USB hub found
> [    1.255404] hub 1-1:1.0: 6 ports detected
> [    1.255409] hub 1-1:1.0: standalone hub
> [    1.255411] hub 1-1:1.0: individual port power switching
> [    1.255413] hub 1-1:1.0: individual port over-current protection
> [    1.255415] hub 1-1:1.0: Single TT
> [    1.255417] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
> [    1.255419] hub 1-1:1.0: power on to power good time: 100ms
> [    1.255632] hub 1-1:1.0: local power source is good
> [    1.256145] hub 1-1:1.0: enabling power on all ports
> [    1.256907] hub 2-0:1.0: state 7 ports 3 chg 0002 evt 0000
> [    1.256917] hub 2-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
> [    1.268863] systemd[1]: Starting udev Kernel Socket.
> [    1.268904] systemd[1]: Listening on udev Kernel Socket.
> [    1.268968] systemd[1]: Starting udev Control Socket.
> [    1.269009] systemd[1]: Listening on udev Control Socket.
> [    1.269027] systemd[1]: Starting Journal Socket.
> [    1.269084] systemd[1]: Listening on Journal Socket.
> [    1.269260] systemd[1]: Started Load Kernel Modules.
> [    1.269275] systemd[1]: Starting Journal Service...
> [    1.289581] systemd[1]: Started Journal Service.
> [    1.289867] systemd[1]: Starting Sockets.
> [    1.289893] systemd[1]: Reached target Sockets.
> [    1.289913] systemd[1]: Starting dracut cmdline hook...
> [    1.305528] systemd[1]: Starting Swap.
> [    1.305549] systemd[1]: Reached target Swap.
> [    1.305566] systemd[1]: Starting Local File Systems.
> [    1.305581] systemd[1]: Reached target Local File Systems.
> [    1.307558] ehci_hcd 0000:00:1d.0: port 1 reset complete, port enabled
> [    1.307568] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [    1.356314] hub 1-1:1.0: port 1: status 0101 change 0001
> [    1.358196] usb 2-1: new high-speed USB device number 2 using ehci_hcd
> [    1.409264] ehci_hcd 0000:00:1d.0: port 1 reset complete, port enabled
> [    1.409272] ehci_hcd 0000:00:1d.0: GetStatus port:1 status 001005 0  ACK POWER sig=se0 PE CONNECT
> [    1.450783] systemd-udevd[183]: starting version 197
> [    1.455948] usb 1-1: link qh256-0001/ffff8801153e4400 start 1 [1/0 us]
> [    1.471993] ehci_hcd 0000:00:1d.0: set dev address 2 for port 1
> [    1.472004] ehci_hcd 0000:00:1d.0: LPM: no device attached
> [    1.472226] usb 2-1: udev 2, busnum 2, minor = 129
> [    1.472232] usb 2-1: New USB device found, idVendor=8087, idProduct=0024
> [    1.472236] usb 2-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    1.472388] usb 2-1: usb_probe_device
> [    1.472393] usb 2-1: configuration #1 chosen from 1 choice
> [    1.472482] usb 2-1: adding 2-1:1.0 (config #1, interface 0)
> [    1.472525] hub 2-1:1.0: usb_probe_interface
> [    1.472530] hub 2-1:1.0: usb_probe_interface - got id
> [    1.472534] hub 2-1:1.0: USB hub found
> [    1.472597] hub 2-1:1.0: 8 ports detected
> [    1.472601] hub 2-1:1.0: standalone hub
> [    1.472604] hub 2-1:1.0: individual port power switching
> [    1.472607] hub 2-1:1.0: individual port over-current protection
> [    1.472611] hub 2-1:1.0: Single TT
> [    1.472614] hub 2-1:1.0: TT requires at most 8 FS bit times (666 ns)
> [    1.472618] hub 2-1:1.0: power on to power good time: 100ms
> [    1.472884] hub 2-1:1.0: local power source is good
> [    1.473682] hub 2-1:1.0: enabling power on all ports
> [    1.474662] hub 4-0:1.0: state 7 ports 4 chg 0000 evt 0000
> [    1.474672] hub 1-1:1.0: state 7 ports 6 chg 0002 evt 0000
> [    1.474873] hub 1-1:1.0: port 1, status 0101, change 0000, 12 Mb/s
> [    1.485973] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
> [    1.547770] usb 1-1.1: new high-speed USB device number 3 using ehci_hcd
> [    1.550647] tsc: Refined TSC clocksource calibration: 3392.304 MHz
> [    1.550653] Switching to clocksource tsc
> [    1.558716] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
> [    1.574548] usb 2-1: link qh256-0001/ffff880119b97500 start 1 [1/0 us]
> [    1.599373] [drm] Initialized drm 1.1.0 20060810
> [    1.635758] usb 1-1.1: udev 3, busnum 1, minor = 2
> [    1.635766] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2512
> [    1.635770] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    1.635909] usb 1-1.1: usb_probe_device
> [    1.635915] usb 1-1.1: configuration #1 chosen from 1 choice
> [    1.636021] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
> [    1.636064] hub 1-1.1:1.0: usb_probe_interface
> [    1.636069] hub 1-1.1:1.0: usb_probe_interface - got id
> [    1.636074] hub 1-1.1:1.0: USB hub found
> [    1.636138] hub 1-1.1:1.0: 2 ports detected
> [    1.636141] hub 1-1.1:1.0: compound device; port removable status: FR
> [    1.636143] hub 1-1.1:1.0: individual port power switching
> [    1.636145] hub 1-1.1:1.0: individual port over-current protection
> [    1.636147] hub 1-1.1:1.0: Single TT
> [    1.636149] hub 1-1.1:1.0: TT requires at most 8 FS bit times (666 ns)
> [    1.636151] hub 1-1.1:1.0: power on to power good time: 100ms
> [    1.636379] hub 1-1.1:1.0: local power source is good
> [    1.636408] hub 1-1.1:1.0: enabling power on all ports
> [    1.636665] hub 2-1:1.0: state 7 ports 8 chg 0000 evt 0000
> [    1.636672] hub 1-1:1.0: state 7 ports 6 chg 0000 evt 0002
> [    1.736240] hub 1-1.1:1.0: port 1: status 0101 change 0001
> [    1.736486] hub 1-1.1:1.0: port 2: status 0301 change 0001
> [    1.763602] pci 0000:00:00.0: Intel Ivybridge Chipset
> [    1.763737] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable
> [    1.765947] pci 0000:00:00.0: detected 65536K stolen memory
> [    1.766023] checking generic (e0000000 8d0000) vs hw (e0000000 10000000)
> [    1.766025] fb: conflicting fb hw usage inteldrmfb vs VESA VGA - removing generic driver
> [    1.138434] ACPI: Invalid Power Resource to register!
> [    1.766042] Console: switching 
> [    1.766044] to colour dummy device 80x25
> [    1.766198] i915 0000:00:02.0: setting latency timer to 64
> [    1.828806] i915 0000:00:02.0: irq 44 for MSI/MSI-X
> [    1.828817] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010).
> [    1.828828] [drm] Driver supports precise vblank timestamp query.
> [    1.828954] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem
> [    1.835828] usb 1-1.1: link qh256-0001/ffff880119b97980 start 2 [1/0 us]
> [    1.835868] hub 1-1.1:1.0: state 7 ports 2 chg 0006 evt 0000
> [    1.835936] hub 1-1.1:1.0: port 1, status 0101, change 0000, 12 Mb/s
> [    1.847892] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
> [    1.883168] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off
> [    1.910752] usb 1-1.1.1: new high-speed USB device number 4 using ehci_hcd
> [    1.921718] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
> [    1.996719] usb 1-1.1.1: udev 4, busnum 1, minor = 3
> [    1.996726] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=2602
> [    1.996730] usb 1-1.1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
> [    1.996860] usb 1-1.1.1: usb_probe_device
> [    1.996865] usb 1-1.1.1: configuration #1 chosen from 1 choice
> [    1.996987] usb 1-1.1.1: adding 1-1.1.1:1.0 (config #1, interface 0)
> [    1.997027] hub 1-1.1.1:1.0: usb_probe_interface
> [    1.997031] hub 1-1.1.1:1.0: usb_probe_interface - got id
> [    1.997036] hub 1-1.1.1:1.0: USB hub found
> [    1.997093] hub 1-1.1.1:1.0: 4 ports detected
> [    1.997098] hub 1-1.1.1:1.0: compound device; port removable status: FRRR
> [    1.997100] hub 1-1.1.1:1.0: ganged power switching
> [    1.997102] hub 1-1.1.1:1.0: global over-current protection
> [    1.997229] hub 1-1.1.1:1.0: TT per port
> [    1.997232] hub 1-1.1.1:1.0: TT requires at most 8 FS bit times (666 ns)
> [    1.997234] hub 1-1.1.1:1.0: power on to power good time: 100ms
> [    1.997474] hub 1-1.1.1:1.0: local power source is good
> [    1.997480] hub 1-1.1.1:1.0: no over-current condition exists
> [    1.997540] hub 1-1.1.1:1.0: enabling power on all ports
> [    1.998101] hub 1-1.1:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
> [    2.008437] hub 1-1.1:1.0: port 2 not reset yet, waiting 10ms
> [    2.043326] fbcon: inteldrmfb (fb0) is primary device
> [    2.070317] usb 1-1.1.2: new low-speed USB device number 5 using ehci_hcd
> [    2.082234] hub 1-1.1:1.0: port 2 not reset yet, waiting 10ms
> [    2.097234] hub 1-1.1.1:1.0: port 1: status 0101 change 0001
> [    2.097495] hub 1-1.1.1:1.0: port 2: status 0301 change 0001
> [    2.159046] usb 1-1.1.2: skipped 1 descriptor after interface
> [    2.159542] usb 1-1.1.2: default language 0x0409
> [    2.161910] usb 1-1.1.2: udev 5, busnum 1, minor = 4
> [    2.161912] usb 1-1.1.2: New USB device found, idVendor=045e, idProduct=0040
> [    2.161914] usb 1-1.1.2: New USB device strings: Mfr=1, Product=3, SerialNumber=0
> [    2.161916] usb 1-1.1.2: Product: Microsoft 3-Button Mouse with IntelliEye(TM)
> [    2.161917] usb 1-1.1.2: Manufacturer: Microsoft
> [    2.162065] usb 1-1.1.2: usb_probe_device
> [    2.162068] usb 1-1.1.2: configuration #1 chosen from 1 choice
> [    2.162558] usb 1-1.1.2: adding 1-1.1.2:1.0 (config #1, interface 0)
> [    2.162599] usbhid 1-1.1.2:1.0: usb_probe_interface
> [    2.162601] usbhid 1-1.1.2:1.0: usb_probe_interface - got id
> [    2.164747] input: Microsoft Microsoft 3-Button Mouse with IntelliEye(TM) as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input2
> [    2.164988] hid-generic 0003:045E:0040.0001: input,hidraw0: USB HID v1.10 Mouse [Microsoft Microsoft 3-Button Mouse with IntelliEye(TM)] on usb-0000:00:1a.0-1.1.2/input0
> [    2.165049] hub 1-1.1:1.0: state 7 ports 2 chg 0000 evt 0004
> [    2.196825] usb 1-1.1.1: link qh256-0001/ffff88011947ac80 start 3 [1/0 us]
> [    2.196859] hub 1-1.1.1:1.0: state 7 ports 4 chg 0006 evt 0000
> [    2.197032] hub 1-1.1.1:1.0: port 1, status 0101, change 0000, 12 Mb/s
> [    2.207898] hub 1-1.1.1:1.0: port 1 not reset yet, waiting 10ms
> [    2.269874] usb 1-1.1.1.1: new high-speed USB device number 6 using ehci_hcd
> [    2.283606] Console: switching to colour frame buffer device 240x75
> [    2.286657] hub 1-1.1.1:1.0: port 1 not reset yet, waiting 10ms
> [    2.290186] fb0: inteldrmfb frame buffer device
> [    2.290187] drm: registered panic notifier
> [    2.298051] acpi device:49: registered as cooling_device8
> [    2.298231] ACPI: Video Device [GFX0] (multi-head: yes  rom: no  post: no)
> [    2.298276] input: Video Bus as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0A08:00/LNXVIDEO:00/input/input3
> [    2.298362] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
> [    2.381482] usb 1-1.1.1.1: skipped 1 descriptor after endpoint
> [    2.389215] usb 1-1.1.1.1: default language 0x0409
> [    2.405723] bio: create slab <bio-1> at 1
> [    2.431127] usb 1-1.1.1.1: udev 6, busnum 1, minor = 5
> [    2.431134] usb 1-1.1.1.1: New USB device found, idVendor=0424, idProduct=2228
> [    2.431137] usb 1-1.1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
> [    2.431140] usb 1-1.1.1.1: Product: Flash Card Reader
> [    2.431143] usb 1-1.1.1.1: Manufacturer: Generic
> [    2.431145] usb 1-1.1.1.1: SerialNumber: 080328101932
> [    2.431269] usb 1-1.1.1.1: usb_probe_device
> [    2.431273] usb 1-1.1.1.1: configuration #1 chosen from 1 choice
> [    2.431344] usb 1-1.1.1.1: adding 1-1.1.1.1:1.0 (config #1, interface 0)
> [    2.431601] hub 1-1.1.1:1.0: port 2, status 0301, change 0000, 1.5 Mb/s
> [    2.439373] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
> [    2.442189] hub 1-1.1.1:1.0: port 2 not reset yet, waiting 10ms
> [    2.444481] Initializing USB Mass Storage driver...
> [    2.444508] usb-storage 1-1.1.1.1:1.0: usb_probe_interface
> [    2.444512] usb-storage 1-1.1.1.1:1.0: usb_probe_interface - got id
> [    2.444570] scsi6 : usb-storage 1-1.1.1.1:1.0
> [    2.444611] usbcore: registered new interface driver usb-storage
> [    2.444612] USB Mass Storage support registered.
> [    2.466140] EXT4-fs (dm-1): mounted filesystem with ordered data mode. Opts: (null)
> [    2.504057] usb 1-1.1.1.2: new low-speed USB device number 7 using ehci_hcd
> [    2.516986] hub 1-1.1.1:1.0: port 2 not reset yet, waiting 10ms
> [    2.602045] usb 1-1.1.1.2: skipped 1 descriptor after interface
> [    2.602051] usb 1-1.1.1.2: skipped 1 descriptor after interface
> [    2.602891] usb 1-1.1.1.2: default language 0x0409
> [    2.611756] usb 1-1.1.1.2: udev 7, busnum 1, minor = 6
> [    2.611761] usb 1-1.1.1.2: New USB device found, idVendor=045e, idProduct=00dd
> [    2.611764] usb 1-1.1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
> [    2.611766] usb 1-1.1.1.2: Product: Comfort Curve Keyboard 2000
> [    2.611769] usb 1-1.1.1.2: Manufacturer: Microsoft
> [    2.611914] usb 1-1.1.1.2: usb_probe_device
> [    2.611920] usb 1-1.1.1.2: configuration #1 chosen from 1 choice
> [    2.612627] usb 1-1.1.1.2: adding 1-1.1.1.2:1.0 (config #1, interface 0)
> [    2.612660] usbhid 1-1.1.1.2:1.0: usb_probe_interface
> [    2.612663] usbhid 1-1.1.1.2:1.0: usb_probe_interface - got id
> [    2.619932] input: Microsoft Comfort Curve Keyboard 2000 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1.2/1-1.1.1.2:1.0/input/input4
> [    2.619957] usb 1-1.1.1.2: link qh8-0e01/ffff8801153bcd00 start 4 [1/2 us]
> [    2.620156] hid-generic 0003:045E:00DD.0002: input,hidraw1: USB HID v1.11 Keyboard [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1a.0-1.1.1.2/input0
> [    2.620183] usb 1-1.1.1.2: adding 1-1.1.1.2:1.1 (config #1, interface 1)
> [    2.620212] usbhid 1-1.1.1.2:1.1: usb_probe_interface
> [    2.620215] usbhid 1-1.1.1.2:1.1: usb_probe_interface - got id
> [    2.631320] input: Microsoft Comfort Curve Keyboard 2000 as /devices/pci0000:00/0000:00:1a.0/usb1/1-1/1-1.1/1-1.1.1/1-1.1.1.2/1-1.1.1.2:1.1/input/input5
> [    2.631344] usb 1-1.1.1.2: link qh8-0e01/ffff8801153bcd80 start 5 [1/2 us]
> [    2.631446] hid-generic 0003:045E:00DD.0003: input,hidraw2: USB HID v1.11 Device [Microsoft Comfort Curve Keyboard 2000] on usb-0000:00:1a.0-1.1.1.2/input1
> [    2.722495] systemd-journald[122]: Received SIGTERM
> [    2.771785] type=1404 audit(1358749877.413:2): enforcing=1 old_enforcing=0 auid=4294967295 ses=4294967295
> [    2.815690] SELinux: 2048 avtab hash slots, 94087 rules.
> [    2.823768] SELinux: 2048 avtab hash slots, 94087 rules.
> [    2.881187] SELinux:  9 users, 15 roles, 4356 types, 237 bools, 1 sens, 1024 cats
> [    2.881189] SELinux:  83 classes, 94087 rules
> [    2.883484] SELinux:  Completing initialization.
> [    2.883485] SELinux:  Setting up existing superblocks.
> [    2.883489] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
> [    2.883492] SELinux: initialized (dev rootfs, type rootfs), uses genfs_contexts
> [    2.883498] SELinux: initialized (dev bdev, type bdev), uses genfs_contexts
> [    2.883500] SELinux: initialized (dev proc, type proc), uses genfs_contexts
> [    2.883505] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
> [    2.883526] SELinux: initialized (dev devtmpfs, type devtmpfs), uses transition SIDs
> [    2.883958] SELinux: initialized (dev sockfs, type sockfs), uses task SIDs
> [    2.883960] SELinux: initialized (dev debugfs, type debugfs), uses genfs_contexts
> [    2.884466] SELinux: initialized (dev pipefs, type pipefs), uses task SIDs
> [    2.884468] SELinux: initialized (dev anon_inodefs, type anon_inodefs), uses genfs_contexts
> [    2.884470] SELinux: initialized (dev devpts, type devpts), uses transition SIDs
> [    2.884478] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
> [    2.884482] SELinux: initialized (dev mqueue, type mqueue), uses transition SIDs
> [    2.884485] SELinux: initialized (dev selinuxfs, type selinuxfs), uses genfs_contexts
> [    2.884492] SELinux: initialized (dev sysfs, type sysfs), uses genfs_contexts
> [    2.884705] SELinux: initialized (dev securityfs, type securityfs), uses genfs_contexts
> [    2.884706] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
> [    2.884710] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
> [    2.884758] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
> [    2.884774] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    2.884775] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    2.884779] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    2.884788] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    2.884791] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    2.884794] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    2.884795] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    2.884797] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    2.884803] SELinux: initialized (dev cgroup, type cgroup), uses genfs_contexts
> [    2.884809] SELinux: initialized (dev dm-1, type ext4), uses xattr
> [    2.911348] type=1403 audit(1358749877.553:3): policy loaded auid=4294967295 ses=4294967295
> [    2.918394] systemd[1]: Successfully loaded SELinux policy in 148ms 71us.
> [    2.944159] systemd[1]: Relabelled /dev and /run in 13ms 912us.
> [    2.944653] hub 3-0:1.0: hub_suspend
> [    2.944658] usb usb3: bus auto-suspend, wakeup 1
> [    2.944677] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
> [    3.170463] SELinux: initialized (dev autofs, type autofs), uses genfs_contexts
> [    3.171613] SELinux: initialized (dev hugetlbfs, type hugetlbfs), uses transition SIDs
> [    3.267581] systemd-udevd[379]: starting version 197
> [    3.276921] SELinux: initialized (dev tmpfs, type tmpfs), uses transition SIDs
> [    3.391383] ACPI Warning: 0x0000000000000428-0x000000000000042f SystemIO conflicts with Region \PMIO 1 (20120913/utaddress-251)
> [    3.391389] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [    3.391395] ACPI Warning: 0x0000000000000530-0x000000000000053f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
> [    3.391398] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [    3.391399] ACPI Warning: 0x0000000000000500-0x000000000000052f SystemIO conflicts with Region \GPIO 1 (20120913/utaddress-251)
> [    3.391401] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [    3.391402] lpc_ich: Resource conflict(s) found affecting gpio_ich
> [    3.394869] input: PC Speaker as /devices/platform/pcspkr/input/input6
> [    3.396025] microcode: CPU0 sig=0x306a9, pf=0x2, revision=0x12
> [    3.402047] dcdbas dcdbas: Dell Systems Management Base Driver (version 5.6.0-3.2)
> [    3.404035] ACPI Warning: 0x000000000000f040-0x000000000000f05f SystemIO conflicts with Region \_SB_.PCI0.SBUS.SMBI 1 (20120913/utaddress-251)
> [    3.404041] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
> [    3.406895] microcode: CPU0 updated to revision 0x13, date = 2012-07-16
> [    3.406905] microcode: CPU1 sig=0x306a9, pf=0x2, revision=0x12
> [    3.407147] microcode: CPU1 updated to revision 0x13, date = 2012-07-16
> [    3.407152] microcode: CPU2 sig=0x306a9, pf=0x2, revision=0x12
> [    3.407384] microcode: CPU2 updated to revision 0x13, date = 2012-07-16
> [    3.407393] microcode: CPU3 sig=0x306a9, pf=0x2, revision=0x12
> [    3.407629] microcode: CPU3 updated to revision 0x13, date = 2012-07-16
> [    3.407639] microcode: CPU4 sig=0x306a9, pf=0x2, revision=0x12
> [    3.407880] microcode: CPU4 updated to revision 0x13, date = 2012-07-16
> [    3.407889] microcode: CPU5 sig=0x306a9, pf=0x2, revision=0x12
> [    3.408130] microcode: CPU5 updated to revision 0x13, date = 2012-07-16
> [    3.408140] microcode: CPU6 sig=0x306a9, pf=0x2, revision=0x12
> [    3.408375] microcode: CPU6 updated to revision 0x13, date = 2012-07-16
> [    3.408393] microcode: CPU7 sig=0x306a9, pf=0x2, revision=0x12
> [    3.408631] microcode: CPU7 updated to revision 0x13, date = 2012-07-16
> [    3.408683] microcode: Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
> [    3.418191] iTCO_vendor_support: vendor-support=0
> [    3.422432] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.10
> [    3.422459] iTCO_wdt: Found a Panther Point TCO device (Version=2, TCOBASE=0x0460)
> [    3.422630] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
> [    3.423624] tg3.c:v3.125 (September 26, 2012)
> [    3.432472] tg3 0000:02:00.0 eth0: Tigon3 [partno(BCM95722A2202G) rev a200] (PCI Express) MAC address 00:0a:f7:03:b0:ce
> [    3.432477] tg3 0000:02:00.0 eth0: attached PHY is 5722/5756 (10/100/1000Base-T Ethernet) (WireSpeed[1], EEE[0])
> [    3.432479] tg3 0000:02:00.0 eth0: RXcsums[1] LinkChgREG[0] MIirq[0] ASF[0] TSOcap[1]
> [    3.432481] tg3 0000:02:00.0 eth0: dma_rwctrl[76180000] dma_mask[64-bit]
> [    3.463489] e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k
> [    3.463491] e1000e: Copyright(c) 1999 - 2012 Intel Corporation.
> [    3.463526] e1000e 0000:00:19.0: setting latency timer to 64
> [    3.463588] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode
> [    3.463621] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
> [    3.478601] scsi 6:0:0:0: Direct-Access     Generic  Flash HS-CF      5.39 PQ: 0 ANSI: 0
> [    3.482995] scsi 6:0:0:1: Direct-Access     Generic  Flash HS-COMBO   5.39 PQ: 0 ANSI: 0
> [    3.515275] sd 6:0:0:0: Attached scsi generic sg1 type 0
> [    3.516556] sd 6:0:0:1: Attached scsi generic sg2 type 0
> [    3.518604] sd 6:0:0:0: [sdb] Attached SCSI removable disk
> [    3.553025] systemd-udevd[386]: renamed network interface eth0 to p4p1
> [    3.568854] sd 6:0:0:1: [sdc] Attached SCSI removable disk
> [    3.570667] EXT4-fs (dm-1): re-mounted. Opts: (null)
> [    3.591945] tun: Universal TUN/TAP device driver, 1.6
> [    3.591947] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
> [    3.725276] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 90:b1:1c:89:4d:f0
> [    3.725281] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection
> [    3.725319] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1011FF-0FF
> [    3.725443] snd_hda_intel 0000:00:1b.0: irq 46 for MSI/MSI-X
> [    3.745989] SELinux: initialized (dev configfs, type configfs), uses genfs_contexts
> [    3.749461] systemd-udevd[384]: renamed network interface eth0 to em1
> [    3.753162] hda_codec: ALC269VB: SKU not ready 0x411111f0
> [    3.753451] ALSA sound/pci/hda/hda_auto_parser.c:318 autoconfig: line_outs=1 (0x1b/0x0/0x0/0x0/0x0) type:line
> [    3.753453] ALSA sound/pci/hda/hda_auto_parser.c:322    speaker_outs=1 (0x14/0x0/0x0/0x0/0x0)
> [    3.753454] ALSA sound/pci/hda/hda_auto_parser.c:326    hp_outs=1 (0x21/0x0/0x0/0x0/0x0)
> [    3.753454] ALSA sound/pci/hda/hda_auto_parser.c:327    mono: mono_out=0x0
> [    3.753455] ALSA sound/pci/hda/hda_auto_parser.c:331    inputs:
> [    3.753456] ALSA sound/pci/hda/hda_auto_parser.c:335      Front Mic=0x18
> [    3.753457] ALSA sound/pci/hda/hda_auto_parser.c:335      Rear Mic=0x19
> [    3.754821] ALSA sound/pci/hda/patch_realtek.c:1304 realtek: No valid SSID, checking pincfg 0x411111f0 for NID 0x1d
> [    3.754821] ALSA sound/pci/hda/patch_realtek.c:1387 realtek: Enable default setup for auto mode as fallback
> [    3.774233] input: HDA Intel PCH HDMI/DP,pcm=7 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input7
> [    3.774486] input: HDA Intel PCH HDMI/DP,pcm=3 as /devices/pci0000:00/0000:00:1b.0/sound/card0/input8
> [    3.774596] input: HDA Intel PCH Rear Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input9
> [    3.774677] input: HDA Intel PCH Front Mic as /devices/pci0000:00/0000:00:1b.0/sound/card0/input10
> [    3.774754] input: HDA Intel PCH Front Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input11
> [    3.774827] input: HDA Intel PCH Line Out as /devices/pci0000:00/0000:00:1b.0/sound/card0/input12
> [    3.800235] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 0 status  = 0xe0002a0
> [    3.800251] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 1 status  = 0xe0002a0
> [    3.800260] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 2 status  = 0xe0002a0
> [    3.800268] xhci_hcd 0000:00:14.0: set port remote wake mask, actual port 3 status  = 0xe0002a0
> [    3.800272] hub 4-0:1.0: hub_suspend
> [    3.800279] usb usb4: bus auto-suspend, wakeup 1
> [    3.800294] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
> [    3.800299] hub 2-1:1.0: hub_suspend
> [    3.800305] usb 2-1: unlink qh256-0001/ffff880119b97500 start 1 [1/0 us]
> [    3.802672] usb 2-1: usb auto-suspend, wakeup 1
> [    4.095410] Adding 3964924k swap on /dev/mapper/fedora-swap.  Priority:-1 extents:1 across:3964924k SS
> [    4.147698] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
> [    4.147859] SELinux: initialized (dev sda5, type ext4), uses xattr
> [    4.744979] ip6_tables: (C) 2000-2006 Netfilter Core Team
> [    4.775663] Ebtables v2.0 registered
> [    4.869732] nf_conntrack version 0.5.0 (16384 buckets, 65536 max)
> [    4.991303] systemd-journald[480]: Received SIGUSR1
> [    5.016993] Loading iSCSI transport class v2.0-870.
> [    5.038433] iscsi: registered transport (tcp)
> [    5.133485] iscsi: registered transport (iser)
> [    5.148569] libcxgbi:libcxgbi_init_module: tag itt 0x1fff, 13 bits, age 0xf, 4 bits.
> [    5.148573] libcxgbi:ddp_setup_host_page_size: system PAGE 4096, ddp idx 0.
> [    5.203949] Chelsio T3 iSCSI Driver cxgb3i v2.0.0 (Jun. 2010)
> [    5.203966] iscsi: registered transport (cxgb3i)
> [    5.237959] Chelsio T4 iSCSI Driver cxgb4i v0.9.1 (Aug. 2010)
> [    5.237976] iscsi: registered transport (cxgb4i)
> [    5.253538] cnic: Broadcom NetXtreme II CNIC Driver cnic v2.5.14 (Sep 30, 2012)
> [    5.311090] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
> [    5.405328] Bluetooth: Core ver 2.16
> [    5.405429] NET: Registered protocol family 31
> [    5.405431] Bluetooth: HCI device and connection manager initialized
> [    5.405438] Bluetooth: HCI socket layer initialized
> [    5.405440] Bluetooth: L2CAP socket layer initialized
> [    5.405446] Bluetooth: SCO socket layer initialized
> [    5.411691] e1000e 0000:00:19.0: irq 45 for MSI/MSI-X
> [    5.411792] IPv6: ADDRCONF(NETDEV_UP): em1: link is not ready
> [    5.415956] tg3 0000:02:00.0: irq 47 for MSI/MSI-X
> [    5.431689] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
> [    5.431695] Bluetooth: BNEP filters: protocol multicast
> [    5.431705] Bluetooth: BNEP socket layer initialized
> [    5.444114] Broadcom NetXtreme II iSCSI Driver bnx2i v2.7.2.2 (Apr 25, 2012)
> [    5.444141] iscsi: registered transport (bnx2i)
> [    5.452185] IPv6: ADDRCONF(NETDEV_UP): p4p1: link is not ready
> [    5.479051] iscsi: registered transport (be2iscsi)
> [    5.479054] In beiscsi_module_init, tt=ffffffffa050c000
> [    5.807477] hub 2-0:1.0: hub_suspend
> [    5.807488] usb usb2: bus auto-suspend, wakeup 1
> [    5.807492] ehci_hcd 0000:00:1d.0: suspend root hub
> [    6.262611] usb 1-1.1.2: link qh8-0e01/ffff8801134d6580 start 6 [1/2 us]
> [    7.842825] e1000e: em1 NIC Link is Up 100 Mbps Full Duplex, Flow Control: Rx/Tx
> [    7.842831] e1000e 0000:00:19.0 em1: 10/100 speed: disabling TSO
> [    7.842868] IPv6: ADDRCONF(NETDEV_CHANGE): em1: link becomes ready
> [    9.561110] cgroup: libvirtd (1161) created nested cgroup for controller "memory" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
> [    9.561115] cgroup: "memory" requires setting use_hierarchy to 1 on the root.
> [    9.561178] cgroup: libvirtd (1161) created nested cgroup for controller "devices" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
> [    9.561216] cgroup: libvirtd (1161) created nested cgroup for controller "freezer" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
> [    9.561248] cgroup: libvirtd (1161) created nested cgroup for controller "blkio" which has incomplete hierarchy support. Nested cgroups may change behavior in the future.
> [   16.687185] fuse init (API version 7.20)
> [   16.691985] SELinux: initialized (dev fuse, type fuse), uses genfs_contexts
> [   16.721061] SELinux: initialized (dev fusectl, type fusectl), uses genfs_contexts
> [   60.641799] xhci_hcd 0000:00:14.0: Poll event ring: 4294728192
> [   60.641809] xhci_hcd 0000:00:14.0: op reg status = 0x0
> [   60.641813] xhci_hcd 0000:00:14.0: ir_set 0 pending = 0x2
> [   60.641815] xhci_hcd 0000:00:14.0: HC error bitmask = 0x0
> [   60.641817] xhci_hcd 0000:00:14.0: Event ring:
> [   60.641820] xhci_hcd 0000:00:14.0: @0000000036807400 00000000 00000000 00000000 00000000
> [   60.641823] xhci_hcd 0000:00:14.0: @0000000036807410 00000000 00000000 00000000 00000000
> [   60.641825] xhci_hcd 0000:00:14.0: @0000000036807420 00000000 00000000 00000000 00000000
> [   60.641828] xhci_hcd 0000:00:14.0: @0000000036807430 00000000 00000000 00000000 00000000
> [   60.641830] xhci_hcd 0000:00:14.0: @0000000036807440 00000000 00000000 00000000 00000000
> [   60.641832] xhci_hcd 0000:00:14.0: @0000000036807450 00000000 00000000 00000000 00000000
> [   60.641835] xhci_hcd 0000:00:14.0: @0000000036807460 00000000 00000000 00000000 00000000
> [   60.641837] xhci_hcd 0000:00:14.0: @0000000036807470 00000000 00000000 00000000 00000000
> [   60.641839] xhci_hcd 0000:00:14.0: @0000000036807480 00000000 00000000 00000000 00000000
> [   60.641842] xhci_hcd 0000:00:14.0: @0000000036807490 00000000 00000000 00000000 00000000
> [   60.641844] xhci_hcd 0000:00:14.0: @00000000368074a0 00000000 00000000 00000000 00000000
> [   60.641846] xhci_hcd 0000:00:14.0: @00000000368074b0 00000000 00000000 00000000 00000000
> [   60.641849] xhci_hcd 0000:00:14.0: @00000000368074c0 00000000 00000000 00000000 00000000
> [   60.641851] xhci_hcd 0000:00:14.0: @00000000368074d0 00000000 00000000 00000000 00000000
> [   60.641853] xhci_hcd 0000:00:14.0: @00000000368074e0 00000000 00000000 00000000 00000000
> [   60.641856] xhci_hcd 0000:00:14.0: @00000000368074f0 00000000 00000000 00000000 00000000
> [   60.641858] xhci_hcd 0000:00:14.0: @0000000036807500 00000000 00000000 00000000 00000000
> [   60.641860] xhci_hcd 0000:00:14.0: @0000000036807510 00000000 00000000 00000000 00000000
> [   60.641863] xhci_hcd 0000:00:14.0: @0000000036807520 00000000 00000000 00000000 00000000
> [   60.641865] xhci_hcd 0000:00:14.0: @0000000036807530 00000000 00000000 00000000 00000000
> [   60.641868] xhci_hcd 0000:00:14.0: @0000000036807540 00000000 00000000 00000000 00000000
> [   60.641870] xhci_hcd 0000:00:14.0: @0000000036807550 00000000 00000000 00000000 00000000
> [   60.641872] xhci_hcd 0000:00:14.0: @0000000036807560 00000000 00000000 00000000 00000000
> [   60.641875] xhci_hcd 0000:00:14.0: @0000000036807570 00000000 00000000 00000000 00000000
> [   60.641877] xhci_hcd 0000:00:14.0: @0000000036807580 00000000 00000000 00000000 00000000
> [   60.641879] xhci_hcd 0000:00:14.0: @0000000036807590 00000000 00000000 00000000 00000000
> [   60.641882] xhci_hcd 0000:00:14.0: @00000000368075a0 00000000 00000000 00000000 00000000
> [   60.641884] xhci_hcd 0000:00:14.0: @00000000368075b0 00000000 00000000 00000000 00000000
> [   60.641886] xhci_hcd 0000:00:14.0: @00000000368075c0 00000000 00000000 00000000 00000000
> [   60.641889] xhci_hcd 0000:00:14.0: @00000000368075d0 00000000 00000000 00000000 00000000
> [   60.641891] xhci_hcd 0000:00:14.0: @00000000368075e0 00000000 00000000 00000000 00000000
> [   60.641893] xhci_hcd 0000:00:14.0: @00000000368075f0 00000000 00000000 00000000 00000000
> [   60.641896] xhci_hcd 0000:00:14.0: @0000000036807600 00000000 00000000 00000000 00000000
> [   60.641898] xhci_hcd 0000:00:14.0: @0000000036807610 00000000 00000000 00000000 00000000
> [   60.641901] xhci_hcd 0000:00:14.0: @0000000036807620 00000000 00000000 00000000 00000000
> [   60.641903] xhci_hcd 0000:00:14.0: @0000000036807630 00000000 00000000 00000000 00000000
> [   60.641905] xhci_hcd 0000:00:14.0: @0000000036807640 00000000 00000000 00000000 00000000
> [   60.641908] xhci_hcd 0000:00:14.0: @0000000036807650 00000000 00000000 00000000 00000000
> [   60.641910] xhci_hcd 0000:00:14.0: @0000000036807660 00000000 00000000 00000000 00000000
> [   60.641912] xhci_hcd 0000:00:14.0: @0000000036807670 00000000 00000000 00000000 00000000
> [   60.641915] xhci_hcd 0000:00:14.0: @0000000036807680 00000000 00000000 00000000 00000000
> [   60.641917] xhci_hcd 0000:00:14.0: @0000000036807690 00000000 00000000 00000000 00000000
> [   60.641919] xhci_hcd 0000:00:14.0: @00000000368076a0 00000000 00000000 00000000 00000000
> [   60.641922] xhci_hcd 0000:00:14.0: @00000000368076b0 00000000 00000000 00000000 00000000
> [   60.641924] xhci_hcd 0000:00:14.0: @00000000368076c0 00000000 00000000 00000000 00000000
> [   60.641926] xhci_hcd 0000:00:14.0: @00000000368076d0 00000000 00000000 00000000 00000000
> [   60.641929] xhci_hcd 0000:00:14.0: @00000000368076e0 00000000 00000000 00000000 00000000
> [   60.641931] xhci_hcd 0000:00:14.0: @00000000368076f0 00000000 00000000 00000000 00000000
> [   60.641933] xhci_hcd 0000:00:14.0: @0000000036807700 00000000 00000000 00000000 00000000
> [   60.641936] xhci_hcd 0000:00:14.0: @0000000036807710 00000000 00000000 00000000 00000000
> [   60.641938] xhci_hcd 0000:00:14.0: @0000000036807720 00000000 00000000 00000000 00000000
> [   60.641940] xhci_hcd 0000:00:14.0: @0000000036807730 00000000 00000000 00000000 00000000
> [   60.641943] xhci_hcd 0000:00:14.0: @0000000036807740 00000000 00000000 00000000 00000000
> [   60.641945] xhci_hcd 0000:00:14.0: @0000000036807750 00000000 00000000 00000000 00000000
> [   60.641947] xhci_hcd 0000:00:14.0: @0000000036807760 00000000 00000000 00000000 00000000
> [   60.641950] xhci_hcd 0000:00:14.0: @0000000036807770 00000000 00000000 00000000 00000000
> [   60.641952] xhci_hcd 0000:00:14.0: @0000000036807780 00000000 00000000 00000000 00000000
> [   60.641954] xhci_hcd 0000:00:14.0: @0000000036807790 00000000 00000000 00000000 00000000
> [   60.641957] xhci_hcd 0000:00:14.0: @00000000368077a0 00000000 00000000 00000000 00000000
> [   60.641959] xhci_hcd 0000:00:14.0: @00000000368077b0 00000000 00000000 00000000 00000000
> [   60.641962] xhci_hcd 0000:00:14.0: @00000000368077c0 00000000 00000000 00000000 00000000
> [   60.641964] xhci_hcd 0000:00:14.0: @00000000368077d0 00000000 00000000 00000000 00000000
> [   60.641966] xhci_hcd 0000:00:14.0: @00000000368077e0 00000000 00000000 00000000 00000000
> [   60.641969] xhci_hcd 0000:00:14.0: @00000000368077f0 00000000 00000000 00000000 00000000
> [   60.641971] xhci_hcd 0000:00:14.0: Ring deq = ffff880036807400 (virt), 0x36807400 (dma)
> [   60.641974] xhci_hcd 0000:00:14.0: Ring deq updated 0 times
> [   60.641976] xhci_hcd 0000:00:14.0: Ring enq = ffff880036807400 (virt), 0x36807400 (dma)
> [   60.641978] xhci_hcd 0000:00:14.0: Ring enq updated 0 times
> [   60.641983] xhci_hcd 0000:00:14.0: ERST deq = 64'h36807400
> [   60.641984] xhci_hcd 0000:00:14.0: Command ring:
> [   60.641987] xhci_hcd 0000:00:14.0: @0000000036807000 00000000 00000000 00000000 00000000
> [   60.641989] xhci_hcd 0000:00:14.0: @0000000036807010 00000000 00000000 00000000 00000000
> [   60.641992] xhci_hcd 0000:00:14.0: @0000000036807020 00000000 00000000 00000000 00000000
> [   60.641994] xhci_hcd 0000:00:14.0: @0000000036807030 00000000 00000000 00000000 00000000
> [   60.641996] xhci_hcd 0000:00:14.0: @0000000036807040 00000000 00000000 00000000 00000000
> [   60.641999] xhci_hcd 0000:00:14.0: @0000000036807050 00000000 00000000 00000000 00000000
> [   60.642001] xhci_hcd 0000:00:14.0: @0000000036807060 00000000 00000000 00000000 00000000
> [   60.642004] xhci_hcd 0000:00:14.0: @0000000036807070 00000000 00000000 00000000 00000000
> [   60.642006] xhci_hcd 0000:00:14.0: @0000000036807080 00000000 00000000 00000000 00000000
> [   60.642008] xhci_hcd 0000:00:14.0: @0000000036807090 00000000 00000000 00000000 00000000
> [   60.642011] xhci_hcd 0000:00:14.0: @00000000368070a0 00000000 00000000 00000000 00000000
> [   60.642013] xhci_hcd 0000:00:14.0: @00000000368070b0 00000000 00000000 00000000 00000000
> [   60.642015] xhci_hcd 0000:00:14.0: @00000000368070c0 00000000 00000000 00000000 00000000
> [   60.642018] xhci_hcd 0000:00:14.0: @00000000368070d0 00000000 00000000 00000000 00000000
> [   60.642020] xhci_hcd 0000:00:14.0: @00000000368070e0 00000000 00000000 00000000 00000000
> [   60.642022] xhci_hcd 0000:00:14.0: @00000000368070f0 00000000 00000000 00000000 00000000
> [   60.642025] xhci_hcd 0000:00:14.0: @0000000036807100 00000000 00000000 00000000 00000000
> [   60.642027] xhci_hcd 0000:00:14.0: @0000000036807110 00000000 00000000 00000000 00000000
> [   60.642029] xhci_hcd 0000:00:14.0: @0000000036807120 00000000 00000000 00000000 00000000
> [   60.642032] xhci_hcd 0000:00:14.0: @0000000036807130 00000000 00000000 00000000 00000000
> [   60.642034] xhci_hcd 0000:00:14.0: @0000000036807140 00000000 00000000 00000000 00000000
> [   60.642036] xhci_hcd 0000:00:14.0: @0000000036807150 00000000 00000000 00000000 00000000
> [   60.642039] xhci_hcd 0000:00:14.0: @0000000036807160 00000000 00000000 00000000 00000000
> [   60.642041] xhci_hcd 0000:00:14.0: @0000000036807170 00000000 00000000 00000000 00000000
> [   60.642043] xhci_hcd 0000:00:14.0: @0000000036807180 00000000 00000000 00000000 00000000
> [   60.642046] xhci_hcd 0000:00:14.0: @0000000036807190 00000000 00000000 00000000 00000000
> [   60.642048] xhci_hcd 0000:00:14.0: @00000000368071a0 00000000 00000000 00000000 00000000
> [   60.642050] xhci_hcd 0000:00:14.0: @00000000368071b0 00000000 00000000 00000000 00000000
> [   60.642053] xhci_hcd 0000:00:14.0: @00000000368071c0 00000000 00000000 00000000 00000000
> [   60.642055] xhci_hcd 0000:00:14.0: @00000000368071d0 00000000 00000000 00000000 00000000
> [   60.642057] xhci_hcd 0000:00:14.0: @00000000368071e0 00000000 00000000 00000000 00000000
> [   60.642060] xhci_hcd 0000:00:14.0: @00000000368071f0 00000000 00000000 00000000 00000000
> [   60.642062] xhci_hcd 0000:00:14.0: @0000000036807200 00000000 00000000 00000000 00000000
> [   60.642065] xhci_hcd 0000:00:14.0: @0000000036807210 00000000 00000000 00000000 00000000
> [   60.642067] xhci_hcd 0000:00:14.0: @0000000036807220 00000000 00000000 00000000 00000000
> [   60.642069] xhci_hcd 0000:00:14.0: @0000000036807230 00000000 00000000 00000000 00000000
> [   60.642072] xhci_hcd 0000:00:14.0: @0000000036807240 00000000 00000000 00000000 00000000
> [   60.642074] xhci_hcd 0000:00:14.0: @0000000036807250 00000000 00000000 00000000 00000000
> [   60.642076] xhci_hcd 0000:00:14.0: @0000000036807260 00000000 00000000 00000000 00000000
> [   60.642079] xhci_hcd 0000:00:14.0: @0000000036807270 00000000 00000000 00000000 00000000
> [   60.642081] xhci_hcd 0000:00:14.0: @0000000036807280 00000000 00000000 00000000 00000000
> [   60.642083] xhci_hcd 0000:00:14.0: @0000000036807290 00000000 00000000 00000000 00000000
> [   60.642086] xhci_hcd 0000:00:14.0: @00000000368072a0 00000000 00000000 00000000 00000000
> [   60.642088] xhci_hcd 0000:00:14.0: @00000000368072b0 00000000 00000000 00000000 00000000
> [   60.642090] xhci_hcd 0000:00:14.0: @00000000368072c0 00000000 00000000 00000000 00000000
> [   60.642093] xhci_hcd 0000:00:14.0: @00000000368072d0 00000000 00000000 00000000 00000000
> [   60.642095] xhci_hcd 0000:00:14.0: @00000000368072e0 00000000 00000000 00000000 00000000
> [   60.642097] xhci_hcd 0000:00:14.0: @00000000368072f0 00000000 00000000 00000000 00000000
> [   60.642100] xhci_hcd 0000:00:14.0: @0000000036807300 00000000 00000000 00000000 00000000
> [   60.642102] xhci_hcd 0000:00:14.0: @0000000036807310 00000000 00000000 00000000 00000000
> [   60.642104] xhci_hcd 0000:00:14.0: @0000000036807320 00000000 00000000 00000000 00000000
> [   60.642107] xhci_hcd 0000:00:14.0: @0000000036807330 00000000 00000000 00000000 00000000
> [   60.642109] xhci_hcd 0000:00:14.0: @0000000036807340 00000000 00000000 00000000 00000000
> [   60.642111] xhci_hcd 0000:00:14.0: @0000000036807350 00000000 00000000 00000000 00000000
> [   60.642114] xhci_hcd 0000:00:14.0: @0000000036807360 00000000 00000000 00000000 00000000
> [   60.642116] xhci_hcd 0000:00:14.0: @0000000036807370 00000000 00000000 00000000 00000000
> [   60.642118] xhci_hcd 0000:00:14.0: @0000000036807380 00000000 00000000 00000000 00000000
> [   60.642121] xhci_hcd 0000:00:14.0: @0000000036807390 00000000 00000000 00000000 00000000
> [   60.642123] xhci_hcd 0000:00:14.0: @00000000368073a0 00000000 00000000 00000000 00000000
> [   60.642126] xhci_hcd 0000:00:14.0: @00000000368073b0 00000000 00000000 00000000 00000000
> [   60.642128] xhci_hcd 0000:00:14.0: @00000000368073c0 00000000 00000000 00000000 00000000
> [   60.642130] xhci_hcd 0000:00:14.0: @00000000368073d0 00000000 00000000 00000000 00000000
> [   60.642133] xhci_hcd 0000:00:14.0: @00000000368073e0 00000000 00000000 00000000 00000000
> [   60.642135] xhci_hcd 0000:00:14.0: @00000000368073f0 36807000 00000000 00000000 00001802
> [   60.642137] xhci_hcd 0000:00:14.0: Ring deq = ffff880036807000 (virt), 0x36807000 (dma)
> [   60.642139] xhci_hcd 0000:00:14.0: Ring deq updated 0 times
> [   60.642141] xhci_hcd 0000:00:14.0: Ring enq = ffff880036807000 (virt), 0x36807000 (dma)
> [   60.642143] xhci_hcd 0000:00:14.0: Ring enq updated 0 times
> [   60.642147] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr low bits + flags = @00000000
> [   60.642149] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr high bits = @00000000
> [   79.751503] xhci_hcd 0000:00:14.0: Port Status Change Event for port 2
> [   79.751510] xhci_hcd 0000:00:14.0: resume root hub
> [   79.751521] xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
> [   79.751749] usb usb3: usb wakeup-resume
> [   79.751754] usb usb3: usb auto-resume
> [   79.761953] hub 3-0:1.0: hub_resume
> [   79.761966] xhci_hcd 0000:00:14.0: get port status, actual port 0 status  = 0x2a0
> [   79.761969] xhci_hcd 0000:00:14.0: Get port status returned 0x100
> [   79.761978] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0x206e1
> [   79.761980] xhci_hcd 0000:00:14.0: Get port status returned 0x10101
> [   79.761983] hub 3-0:1.0: port 2: status 0101 change 0001
> [   79.761992] xhci_hcd 0000:00:14.0: clear port connect change, actual port 1 status  = 0x6e1
> [   79.761996] xhci_hcd 0000:00:14.0: get port status, actual port 2 status  = 0x2a0
> [   79.761998] xhci_hcd 0000:00:14.0: Get port status returned 0x100
> [   79.762004] xhci_hcd 0000:00:14.0: get port status, actual port 3 status  = 0x2a0
> [   79.762006] xhci_hcd 0000:00:14.0: Get port status returned 0x100
> [   79.862723] hub 3-0:1.0: state 7 ports 4 chg 0004 evt 0000
> [   79.862736] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0x6e1
> [   79.862739] xhci_hcd 0000:00:14.0: Get port status returned 0x101
> [   79.862743] hub 3-0:1.0: port 2, status 0101, change 0000, 12 Mb/s
> [   79.862748] xhci_hcd 0000:00:14.0: // Ding dong!
> [   79.862796] xhci_hcd 0000:00:14.0: Adding 1 ep ctx, 1 now active.
> [   79.862809] xhci_hcd 0000:00:14.0: Slot 1 output ctx = 0xc75cb000 (dma)
> [   79.862816] xhci_hcd 0000:00:14.0: Slot 1 input ctx = 0xc60ba000 (dma)
> [   79.862826] xhci_hcd 0000:00:14.0: Set slot id 1 dcbaa entry ffff880036806008 to 0xc75cb000
> [   79.862843] xhci_hcd 0000:00:14.0: set port reset, actual port 1 status  = 0x791
> [   79.863647] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
> [   79.913558] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0xf91
> [   79.913562] xhci_hcd 0000:00:14.0: Get port status returned 0x511
> [   79.913567] hub 3-0:1.0: port 2 not reset yet, waiting 50ms
> [   79.917865] xhci_hcd 0000:00:14.0: Port Status Change Event for port 2
> [   79.917875] xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
> [   79.964399] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0x200e03
> [   79.964403] xhci_hcd 0000:00:14.0: Get port status returned 0x100503
> [   80.015272] xhci_hcd 0000:00:14.0: clear port reset change, actual port 1 status  = 0xe03
> [   80.015280] usb 3-2: new high-speed USB device number 2 using xhci_hcd
> [   80.015284] xhci_hcd 0000:00:14.0: Set root hub portnum to 2
> [   80.015286] xhci_hcd 0000:00:14.0: Set fake root hub portnum to 2
> [   80.015288] xhci_hcd 0000:00:14.0: udev->tt =           (null)
> [   80.015290] xhci_hcd 0000:00:14.0: udev->ttport = 0x0
> [   80.015292] xhci_hcd 0000:00:14.0: Slot ID 1 Input Context:
> [   80.015295] xhci_hcd 0000:00:14.0: @ffff8800c60ba000 (virt) @c60ba000 (dma) 0x000000 - drop flags
> [   80.015298] xhci_hcd 0000:00:14.0: @ffff8800c60ba004 (virt) @c60ba004 (dma) 0x000003 - add flags
> [   80.015301] xhci_hcd 0000:00:14.0: @ffff8800c60ba008 (virt) @c60ba008 (dma) 0x000000 - rsvd2[0]
> [   80.015303] xhci_hcd 0000:00:14.0: @ffff8800c60ba00c (virt) @c60ba00c (dma) 0x000000 - rsvd2[1]
> [   80.015305] xhci_hcd 0000:00:14.0: @ffff8800c60ba010 (virt) @c60ba010 (dma) 0x000000 - rsvd2[2]
> [   80.015308] xhci_hcd 0000:00:14.0: @ffff8800c60ba014 (virt) @c60ba014 (dma) 0x000000 - rsvd2[3]
> [   80.015310] xhci_hcd 0000:00:14.0: @ffff8800c60ba018 (virt) @c60ba018 (dma) 0x000000 - rsvd2[4]
> [   80.015312] xhci_hcd 0000:00:14.0: @ffff8800c60ba01c (virt) @c60ba01c (dma) 0x000000 - rsvd2[5]
> [   80.015314] xhci_hcd 0000:00:14.0: Slot Context:
> [   80.015317] xhci_hcd 0000:00:14.0: @ffff8800c60ba020 (virt) @c60ba020 (dma) 0x8300000 - dev_info
> [   80.015319] xhci_hcd 0000:00:14.0: @ffff8800c60ba024 (virt) @c60ba024 (dma) 0x020000 - dev_info2
> [   80.015322] xhci_hcd 0000:00:14.0: @ffff8800c60ba028 (virt) @c60ba028 (dma) 0x000000 - tt_info
> [   80.015324] xhci_hcd 0000:00:14.0: @ffff8800c60ba02c (virt) @c60ba02c (dma) 0x000000 - dev_state
> [   80.015326] xhci_hcd 0000:00:14.0: @ffff8800c60ba030 (virt) @c60ba030 (dma) 0x000000 - rsvd[0]
> [   80.015329] xhci_hcd 0000:00:14.0: @ffff8800c60ba034 (virt) @c60ba034 (dma) 0x000000 - rsvd[1]
> [   80.015331] xhci_hcd 0000:00:14.0: @ffff8800c60ba038 (virt) @c60ba038 (dma) 0x000000 - rsvd[2]
> [   80.015333] xhci_hcd 0000:00:14.0: @ffff8800c60ba03c (virt) @c60ba03c (dma) 0x000000 - rsvd[3]
> [   80.015336] xhci_hcd 0000:00:14.0: Endpoint 00 Context:
> [   80.015338] xhci_hcd 0000:00:14.0: @ffff8800c60ba040 (virt) @c60ba040 (dma) 0x000000 - ep_info
> [   80.015340] xhci_hcd 0000:00:14.0: @ffff8800c60ba044 (virt) @c60ba044 (dma) 0x400026 - ep_info2
> [   80.015343] xhci_hcd 0000:00:14.0: @ffff8800c60ba048 (virt) @c60ba048 (dma) 0x36807801 - deq
> [   80.015345] xhci_hcd 0000:00:14.0: @ffff8800c60ba050 (virt) @c60ba050 (dma) 0x000000 - tx_info
> [   80.015348] xhci_hcd 0000:00:14.0: @ffff8800c60ba054 (virt) @c60ba054 (dma) 0x000000 - rsvd[0]
> [   80.015350] xhci_hcd 0000:00:14.0: @ffff8800c60ba058 (virt) @c60ba058 (dma) 0x000000 - rsvd[1]
> [   80.015352] xhci_hcd 0000:00:14.0: @ffff8800c60ba05c (virt) @c60ba05c (dma) 0x000000 - rsvd[2]
> [   80.015354] xhci_hcd 0000:00:14.0: Endpoint 01 Context:
> [   80.015357] xhci_hcd 0000:00:14.0: @ffff8800c60ba060 (virt) @c60ba060 (dma) 0x000000 - ep_info
> [   80.015359] xhci_hcd 0000:00:14.0: @ffff8800c60ba064 (virt) @c60ba064 (dma) 0x000000 - ep_info2
> [   80.015361] xhci_hcd 0000:00:14.0: @ffff8800c60ba068 (virt) @c60ba068 (dma) 0x000000 - deq
> [   80.015363] xhci_hcd 0000:00:14.0: @ffff8800c60ba070 (virt) @c60ba070 (dma) 0x000000 - tx_info
> [   80.015366] xhci_hcd 0000:00:14.0: @ffff8800c60ba074 (virt) @c60ba074 (dma) 0x000000 - rsvd[0]
> [   80.015368] xhci_hcd 0000:00:14.0: @ffff8800c60ba078 (virt) @c60ba078 (dma) 0x000000 - rsvd[1]
> [   80.015371] xhci_hcd 0000:00:14.0: @ffff8800c60ba07c (virt) @c60ba07c (dma) 0x000000 - rsvd[2]
> [   80.015373] xhci_hcd 0000:00:14.0: Endpoint 02 Context:
> [   80.015375] xhci_hcd 0000:00:14.0: @ffff8800c60ba080 (virt) @c60ba080 (dma) 0x000000 - ep_info
> [   80.015377] xhci_hcd 0000:00:14.0: @ffff8800c60ba084 (virt) @c60ba084 (dma) 0x000000 - ep_info2
> [   80.015379] xhci_hcd 0000:00:14.0: @ffff8800c60ba088 (virt) @c60ba088 (dma) 0x000000 - deq
> [   80.015382] xhci_hcd 0000:00:14.0: @ffff8800c60ba090 (virt) @c60ba090 (dma) 0x000000 - tx_info
> [   80.015384] xhci_hcd 0000:00:14.0: @ffff8800c60ba094 (virt) @c60ba094 (dma) 0x000000 - rsvd[0]
> [   80.015386] xhci_hcd 0000:00:14.0: @ffff8800c60ba098 (virt) @c60ba098 (dma) 0x000000 - rsvd[1]
> [   80.015389] xhci_hcd 0000:00:14.0: @ffff8800c60ba09c (virt) @c60ba09c (dma) 0x000000 - rsvd[2]
> [   80.015391] xhci_hcd 0000:00:14.0: // Ding dong!
> [   80.015484] xhci_hcd 0000:00:14.0: Successful Address Device command
> [   80.015494] xhci_hcd 0000:00:14.0: Op regs DCBAA ptr = 0x00000036806000
> [   80.015497] xhci_hcd 0000:00:14.0: Slot ID 1 dcbaa entry @ffff880036806008 = 0x000000c75cb000
> [   80.015499] xhci_hcd 0000:00:14.0: Output Context DMA address = 0xc75cb000
> [   80.015502] xhci_hcd 0000:00:14.0: Slot ID 1 Input Context:
> [   80.015504] xhci_hcd 0000:00:14.0: @ffff8800c60ba000 (virt) @c60ba000 (dma) 0x000000 - drop flags
> [   80.015507] xhci_hcd 0000:00:14.0: @ffff8800c60ba004 (virt) @c60ba004 (dma) 0x000003 - add flags
> [   80.015509] xhci_hcd 0000:00:14.0: @ffff8800c60ba008 (virt) @c60ba008 (dma) 0x000000 - rsvd2[0]
> [   80.015512] xhci_hcd 0000:00:14.0: @ffff8800c60ba00c (virt) @c60ba00c (dma) 0x000000 - rsvd2[1]
> [   80.015514] xhci_hcd 0000:00:14.0: @ffff8800c60ba010 (virt) @c60ba010 (dma) 0x000000 - rsvd2[2]
> [   80.015517] xhci_hcd 0000:00:14.0: @ffff8800c60ba014 (virt) @c60ba014 (dma) 0x000000 - rsvd2[3]
> [   80.015519] xhci_hcd 0000:00:14.0: @ffff8800c60ba018 (virt) @c60ba018 (dma) 0x000000 - rsvd2[4]
> [   80.015521] xhci_hcd 0000:00:14.0: @ffff8800c60ba01c (virt) @c60ba01c (dma) 0x000000 - rsvd2[5]
> [   80.015523] xhci_hcd 0000:00:14.0: Slot Context:
> [   80.015526] xhci_hcd 0000:00:14.0: @ffff8800c60ba020 (virt) @c60ba020 (dma) 0x8300000 - dev_info
> [   80.015528] xhci_hcd 0000:00:14.0: @ffff8800c60ba024 (virt) @c60ba024 (dma) 0x020000 - dev_info2
> [   80.015530] xhci_hcd 0000:00:14.0: @ffff8800c60ba028 (virt) @c60ba028 (dma) 0x000000 - tt_info
> [   80.015533] xhci_hcd 0000:00:14.0: @ffff8800c60ba02c (virt) @c60ba02c (dma) 0x000000 - dev_state
> [   80.015535] xhci_hcd 0000:00:14.0: @ffff8800c60ba030 (virt) @c60ba030 (dma) 0x000000 - rsvd[0]
> [   80.015537] xhci_hcd 0000:00:14.0: @ffff8800c60ba034 (virt) @c60ba034 (dma) 0x000000 - rsvd[1]
> [   80.015540] xhci_hcd 0000:00:14.0: @ffff8800c60ba038 (virt) @c60ba038 (dma) 0x000000 - rsvd[2]
> [   80.015542] xhci_hcd 0000:00:14.0: @ffff8800c60ba03c (virt) @c60ba03c (dma) 0x000000 - rsvd[3]
> [   80.015544] xhci_hcd 0000:00:14.0: Endpoint 00 Context:
> [   80.015547] xhci_hcd 0000:00:14.0: @ffff8800c60ba040 (virt) @c60ba040 (dma) 0x000000 - ep_info
> [   80.015549] xhci_hcd 0000:00:14.0: @ffff8800c60ba044 (virt) @c60ba044 (dma) 0x400026 - ep_info2
> [   80.015551] xhci_hcd 0000:00:14.0: @ffff8800c60ba048 (virt) @c60ba048 (dma) 0x36807801 - deq
> [   80.015554] xhci_hcd 0000:00:14.0: @ffff8800c60ba050 (virt) @c60ba050 (dma) 0x000000 - tx_info
> [   80.015556] xhci_hcd 0000:00:14.0: @ffff8800c60ba054 (virt) @c60ba054 (dma) 0x000000 - rsvd[0]
> [   80.015558] xhci_hcd 0000:00:14.0: @ffff8800c60ba058 (virt) @c60ba058 (dma) 0x000000 - rsvd[1]
> [   80.015561] xhci_hcd 0000:00:14.0: @ffff8800c60ba05c (virt) @c60ba05c (dma) 0x000000 - rsvd[2]
> [   80.015563] xhci_hcd 0000:00:14.0: Endpoint 01 Context:
> [   80.015565] xhci_hcd 0000:00:14.0: @ffff8800c60ba060 (virt) @c60ba060 (dma) 0x000000 - ep_info
> [   80.015567] xhci_hcd 0000:00:14.0: @ffff8800c60ba064 (virt) @c60ba064 (dma) 0x000000 - ep_info2
> [   80.015570] xhci_hcd 0000:00:14.0: @ffff8800c60ba068 (virt) @c60ba068 (dma) 0x000000 - deq
> [   80.015572] xhci_hcd 0000:00:14.0: @ffff8800c60ba070 (virt) @c60ba070 (dma) 0x000000 - tx_info
> [   80.015574] xhci_hcd 0000:00:14.0: @ffff8800c60ba074 (virt) @c60ba074 (dma) 0x000000 - rsvd[0]
> [   80.015577] xhci_hcd 0000:00:14.0: @ffff8800c60ba078 (virt) @c60ba078 (dma) 0x000000 - rsvd[1]
> [   80.015579] xhci_hcd 0000:00:14.0: @ffff8800c60ba07c (virt) @c60ba07c (dma) 0x000000 - rsvd[2]
> [   80.015581] xhci_hcd 0000:00:14.0: Endpoint 02 Context:
> [   80.015583] xhci_hcd 0000:00:14.0: @ffff8800c60ba080 (virt) @c60ba080 (dma) 0x000000 - ep_info
> [   80.015586] xhci_hcd 0000:00:14.0: @ffff8800c60ba084 (virt) @c60ba084 (dma) 0x000000 - ep_info2
> [   80.015588] xhci_hcd 0000:00:14.0: @ffff8800c60ba088 (virt) @c60ba088 (dma) 0x000000 - deq
> [   80.015590] xhci_hcd 0000:00:14.0: @ffff8800c60ba090 (virt) @c60ba090 (dma) 0x000000 - tx_info
> [   80.015593] xhci_hcd 0000:00:14.0: @ffff8800c60ba094 (virt) @c60ba094 (dma) 0x000000 - rsvd[0]
> [   80.015595] xhci_hcd 0000:00:14.0: @ffff8800c60ba098 (virt) @c60ba098 (dma) 0x000000 - rsvd[1]
> [   80.015597] xhci_hcd 0000:00:14.0: @ffff8800c60ba09c (virt) @c60ba09c (dma) 0x000000 - rsvd[2]
> [   80.015600] xhci_hcd 0000:00:14.0: Slot ID 1 Output Context:
> [   80.015601] xhci_hcd 0000:00:14.0: Slot Context:
> [   80.015604] xhci_hcd 0000:00:14.0: @ffff8800c75cb000 (virt) @c75cb000 (dma) 0x8300000 - dev_info
> [   80.015606] xhci_hcd 0000:00:14.0: @ffff8800c75cb004 (virt) @c75cb004 (dma) 0x020000 - dev_info2
> [   80.015608] xhci_hcd 0000:00:14.0: @ffff8800c75cb008 (virt) @c75cb008 (dma) 0x000000 - tt_info
> [   80.015611] xhci_hcd 0000:00:14.0: @ffff8800c75cb00c (virt) @c75cb00c (dma) 0x10000001 - dev_state
> [   80.015613] xhci_hcd 0000:00:14.0: @ffff8800c75cb010 (virt) @c75cb010 (dma) 0x000000 - rsvd[0]
> [   80.015616] xhci_hcd 0000:00:14.0: @ffff8800c75cb014 (virt) @c75cb014 (dma) 0x000000 - rsvd[1]
> [   80.015618] xhci_hcd 0000:00:14.0: @ffff8800c75cb018 (virt) @c75cb018 (dma) 0x000000 - rsvd[2]
> [   80.015620] xhci_hcd 0000:00:14.0: @ffff8800c75cb01c (virt) @c75cb01c (dma) 0x000000 - rsvd[3]
> [   80.015622] xhci_hcd 0000:00:14.0: Endpoint 00 Context:
> [   80.015625] xhci_hcd 0000:00:14.0: @ffff8800c75cb020 (virt) @c75cb020 (dma) 0x000001 - ep_info
> [   80.015627] xhci_hcd 0000:00:14.0: @ffff8800c75cb024 (virt) @c75cb024 (dma) 0x400026 - ep_info2
> [   80.015629] xhci_hcd 0000:00:14.0: @ffff8800c75cb028 (virt) @c75cb028 (dma) 0x36807801 - deq
> [   80.015631] xhci_hcd 0000:00:14.0: @ffff8800c75cb030 (virt) @c75cb030 (dma) 0x000000 - tx_info
> [   80.015634] xhci_hcd 0000:00:14.0: @ffff8800c75cb034 (virt) @c75cb034 (dma) 0x000000 - rsvd[0]
> [   80.015636] xhci_hcd 0000:00:14.0: @ffff8800c75cb038 (virt) @c75cb038 (dma) 0x000000 - rsvd[1]
> [   80.015639] xhci_hcd 0000:00:14.0: @ffff8800c75cb03c (virt) @c75cb03c (dma) 0x000000 - rsvd[2]
> [   80.015641] xhci_hcd 0000:00:14.0: Endpoint 01 Context:
> [   80.015643] xhci_hcd 0000:00:14.0: @ffff8800c75cb040 (virt) @c75cb040 (dma) 0x000000 - ep_info
> [   80.015645] xhci_hcd 0000:00:14.0: @ffff8800c75cb044 (virt) @c75cb044 (dma) 0x000000 - ep_info2
> [   80.015647] xhci_hcd 0000:00:14.0: @ffff8800c75cb048 (virt) @c75cb048 (dma) 0x000000 - deq
> [   80.015650] xhci_hcd 0000:00:14.0: @ffff8800c75cb050 (virt) @c75cb050 (dma) 0x000000 - tx_info
> [   80.015652] xhci_hcd 0000:00:14.0: @ffff8800c75cb054 (virt) @c75cb054 (dma) 0x000000 - rsvd[0]
> [   80.015654] xhci_hcd 0000:00:14.0: @ffff8800c75cb058 (virt) @c75cb058 (dma) 0x000000 - rsvd[1]
> [   80.015657] xhci_hcd 0000:00:14.0: @ffff8800c75cb05c (virt) @c75cb05c (dma) 0x000000 - rsvd[2]
> [   80.015659] xhci_hcd 0000:00:14.0: Endpoint 02 Context:
> [   80.015661] xhci_hcd 0000:00:14.0: @ffff8800c75cb060 (virt) @c75cb060 (dma) 0x000000 - ep_info
> [   80.015663] xhci_hcd 0000:00:14.0: @ffff8800c75cb064 (virt) @c75cb064 (dma) 0x000000 - ep_info2
> [   80.015666] xhci_hcd 0000:00:14.0: @ffff8800c75cb068 (virt) @c75cb068 (dma) 0x000000 - deq
> [   80.015668] xhci_hcd 0000:00:14.0: @ffff8800c75cb070 (virt) @c75cb070 (dma) 0x000000 - tx_info
> [   80.015670] xhci_hcd 0000:00:14.0: @ffff8800c75cb074 (virt) @c75cb074 (dma) 0x000000 - rsvd[0]
> [   80.015673] xhci_hcd 0000:00:14.0: @ffff8800c75cb078 (virt) @c75cb078 (dma) 0x000000 - rsvd[1]
> [   80.015675] xhci_hcd 0000:00:14.0: @ffff8800c75cb07c (virt) @c75cb07c (dma) 0x000000 - rsvd[2]
> [   80.015677] xhci_hcd 0000:00:14.0: Internal device address = 2
> [   80.026260] xhci_hcd 0000:00:14.0: Babble error on endpoint
> [   80.026267] xhci_hcd 0000:00:14.0: TRB error code 3, halted endpoint index = 0
> [   80.026272] xhci_hcd 0000:00:14.0: Cleaning up stalled endpoint ring
> [   80.026276] xhci_hcd 0000:00:14.0: Finding segment containing stopped TRB.
> [   80.026280] xhci_hcd 0000:00:14.0: Finding endpoint context
> [   80.026283] xhci_hcd 0000:00:14.0: Finding segment containing last TRB in TD.
> [   80.026287] xhci_hcd 0000:00:14.0: Cycle state = 0x1
> [   80.026290] xhci_hcd 0000:00:14.0: New dequeue segment = ffff880119baf720 (virtual)
> [   80.026294] xhci_hcd 0000:00:14.0: New dequeue pointer = 0x36807830 (DMA)
> [   80.026298] xhci_hcd 0000:00:14.0: Queueing new dequeue state
> [   80.026303] xhci_hcd 0000:00:14.0: Set TR Deq Ptr cmd, new deq seg = ffff880119baf720 (0x36807800 dma), new deq ptr = ffff880036807830 (0x36807830 dma), new cycle = 1
> [   80.026306] xhci_hcd 0000:00:14.0: // Ding dong!
> [   80.026317] xhci_hcd 0000:00:14.0: Giveback URB ffff8801161cc000, len = 0, expected = 8, status = -75
> [   80.026325] xhci_hcd 0000:00:14.0: Ignoring reset ep completion code of 1
> [   80.026330] xhci_hcd 0000:00:14.0: Successful Set TR Deq Ptr cmd, deq = @36807831
> [   80.143869] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
> [   85.011607] xhci_hcd 0000:00:14.0: Cancel URB ffff880109d46d80, dev 2, ep 0x0, starting at offset 0x36807830
> [   85.011615] xhci_hcd 0000:00:14.0: // Ding dong!
> [   85.011656] xhci_hcd 0000:00:14.0: Stopped on Transfer TRB
> [   85.011663] xhci_hcd 0000:00:14.0: Removing canceled TD starting at 0x36807830 (dma).
> [   85.011666] xhci_hcd 0000:00:14.0: Finding segment containing stopped TRB.
> [   85.011668] xhci_hcd 0000:00:14.0: Finding endpoint context
> [   85.011670] xhci_hcd 0000:00:14.0: Finding segment containing last TRB in TD.
> [   85.011672] xhci_hcd 0000:00:14.0: Cycle state = 0x1
> [   85.011675] xhci_hcd 0000:00:14.0: New dequeue segment = ffff880119baf720 (virtual)
> [   85.011677] xhci_hcd 0000:00:14.0: New dequeue pointer = 0x36807860 (DMA)
> [   85.011680] xhci_hcd 0000:00:14.0: Set TR Deq Ptr cmd, new deq seg = ffff880119baf720 (0x36807800 dma), new deq ptr = ffff880036807860 (0x36807860 dma), new cycle = 1
> [   85.011683] xhci_hcd 0000:00:14.0: // Ding dong!
> [   85.011696] xhci_hcd 0000:00:14.0: Successful Set TR Deq Ptr cmd, deq = @36807861
> [   85.011743] usb 3-2: khubd timed out on ep0in len=0/8
> [   85.011747] usb 3-2: device descriptor read/8, error -110
> [   90.108598] xhci_hcd 0000:00:14.0: Cancel URB ffff880114a06540, dev 2, ep 0x0, starting at offset 0x36807860
> [   90.108606] xhci_hcd 0000:00:14.0: // Ding dong!
> [   90.108648] xhci_hcd 0000:00:14.0: Stopped on Transfer TRB
> [   90.108656] xhci_hcd 0000:00:14.0: Removing canceled TD starting at 0x36807860 (dma).
> [   90.108658] xhci_hcd 0000:00:14.0: Finding segment containing stopped TRB.
> [   90.108661] xhci_hcd 0000:00:14.0: Finding endpoint context
> [   90.108662] xhci_hcd 0000:00:14.0: Finding segment containing last TRB in TD.
> [   90.108665] xhci_hcd 0000:00:14.0: Cycle state = 0x1
> [   90.108667] xhci_hcd 0000:00:14.0: New dequeue segment = ffff880119baf720 (virtual)
> [   90.108669] xhci_hcd 0000:00:14.0: New dequeue pointer = 0x36807890 (DMA)
> [   90.108673] xhci_hcd 0000:00:14.0: Set TR Deq Ptr cmd, new deq seg = ffff880119baf720 (0x36807800 dma), new deq ptr = ffff880036807890 (0x36807890 dma), new cycle = 1
> [   90.108675] xhci_hcd 0000:00:14.0: // Ding dong!
> [   90.108688] xhci_hcd 0000:00:14.0: Successful Set TR Deq Ptr cmd, deq = @36807891
> [   90.108763] usb 3-2: khubd timed out on ep0in len=0/8
> [   90.108767] usb 3-2: device descriptor read/8, error -110
> [   90.209317] xhci_hcd 0000:00:14.0: disable port, actual port 1 status  = 0x6e1
> [   90.209332] xhci_hcd 0000:00:14.0: // Ding dong!
> [   90.209341] xhci_hcd 0000:00:14.0: // Ding dong!
> [   90.209373] xhci_hcd 0000:00:14.0: Dropped 1 ep ctxs, flags = 0x1, 0 now active.
> [   90.209400] xhci_hcd 0000:00:14.0: Adding 1 ep ctx, 1 now active.
> [   90.209405] xhci_hcd 0000:00:14.0: Slot 2 output ctx = 0xc60ba000 (dma)
> [   90.209408] xhci_hcd 0000:00:14.0: Slot 2 input ctx = 0xc75cb000 (dma)
> [   90.209413] xhci_hcd 0000:00:14.0: Set slot id 2 dcbaa entry ffff880036806010 to 0xc60ba000
> [   90.209427] xhci_hcd 0000:00:14.0: set port reset, actual port 1 status  = 0x791
> [   90.260149] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0xf91
> [   90.260153] xhci_hcd 0000:00:14.0: Get port status returned 0x511
> [   90.260158] hub 3-0:1.0: port 2 not reset yet, waiting 50ms
> [   90.264438] xhci_hcd 0000:00:14.0: Port Status Change Event for port 2
> [   90.264447] xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
> [   90.310990] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0x200e03
> [   90.310995] xhci_hcd 0000:00:14.0: Get port status returned 0x100503
> [   90.361860] xhci_hcd 0000:00:14.0: clear port reset change, actual port 1 status  = 0xe03
> [   90.361867] usb 3-2: new high-speed USB device number 3 using xhci_hcd
> [   90.361871] xhci_hcd 0000:00:14.0: Set root hub portnum to 2
> [   90.361873] xhci_hcd 0000:00:14.0: Set fake root hub portnum to 2
> [   90.361875] xhci_hcd 0000:00:14.0: udev->tt =           (null)
> [   90.361877] xhci_hcd 0000:00:14.0: udev->ttport = 0x0
> [   90.361880] xhci_hcd 0000:00:14.0: Slot ID 2 Input Context:
> [   90.361883] xhci_hcd 0000:00:14.0: @ffff8800c75cb000 (virt) @c75cb000 (dma) 0x000000 - drop flags
> [   90.361886] xhci_hcd 0000:00:14.0: @ffff8800c75cb004 (virt) @c75cb004 (dma) 0x000003 - add flags
> [   90.361888] xhci_hcd 0000:00:14.0: @ffff8800c75cb008 (virt) @c75cb008 (dma) 0x000000 - rsvd2[0]
> [   90.361891] xhci_hcd 0000:00:14.0: @ffff8800c75cb00c (virt) @c75cb00c (dma) 0x000000 - rsvd2[1]
> [   90.361893] xhci_hcd 0000:00:14.0: @ffff8800c75cb010 (virt) @c75cb010 (dma) 0x000000 - rsvd2[2]
> [   90.361895] xhci_hcd 0000:00:14.0: @ffff8800c75cb014 (virt) @c75cb014 (dma) 0x000000 - rsvd2[3]
> [   90.361898] xhci_hcd 0000:00:14.0: @ffff8800c75cb018 (virt) @c75cb018 (dma) 0x000000 - rsvd2[4]
> [   90.361900] xhci_hcd 0000:00:14.0: @ffff8800c75cb01c (virt) @c75cb01c (dma) 0x000000 - rsvd2[5]
> [   90.361902] xhci_hcd 0000:00:14.0: Slot Context:
> [   90.361905] xhci_hcd 0000:00:14.0: @ffff8800c75cb020 (virt) @c75cb020 (dma) 0x8300000 - dev_info
> [   90.361907] xhci_hcd 0000:00:14.0: @ffff8800c75cb024 (virt) @c75cb024 (dma) 0x020000 - dev_info2
> [   90.361909] xhci_hcd 0000:00:14.0: @ffff8800c75cb028 (virt) @c75cb028 (dma) 0x000000 - tt_info
> [   90.361912] xhci_hcd 0000:00:14.0: @ffff8800c75cb02c (virt) @c75cb02c (dma) 0x000000 - dev_state
> [   90.361914] xhci_hcd 0000:00:14.0: @ffff8800c75cb030 (virt) @c75cb030 (dma) 0x000000 - rsvd[0]
> [   90.361916] xhci_hcd 0000:00:14.0: @ffff8800c75cb034 (virt) @c75cb034 (dma) 0x000000 - rsvd[1]
> [   90.361919] xhci_hcd 0000:00:14.0: @ffff8800c75cb038 (virt) @c75cb038 (dma) 0x000000 - rsvd[2]
> [   90.361921] xhci_hcd 0000:00:14.0: @ffff8800c75cb03c (virt) @c75cb03c (dma) 0x000000 - rsvd[3]
> [   90.361924] xhci_hcd 0000:00:14.0: Endpoint 00 Context:
> [   90.361926] xhci_hcd 0000:00:14.0: @ffff8800c75cb040 (virt) @c75cb040 (dma) 0x000000 - ep_info
> [   90.361928] xhci_hcd 0000:00:14.0: @ffff8800c75cb044 (virt) @c75cb044 (dma) 0x400026 - ep_info2
> [   90.361931] xhci_hcd 0000:00:14.0: @ffff8800c75cb048 (virt) @c75cb048 (dma) 0xc7a66001 - deq
> [   90.361933] xhci_hcd 0000:00:14.0: @ffff8800c75cb050 (virt) @c75cb050 (dma) 0x000000 - tx_info
> [   90.361936] xhci_hcd 0000:00:14.0: @ffff8800c75cb054 (virt) @c75cb054 (dma) 0x000000 - rsvd[0]
> [   90.361938] xhci_hcd 0000:00:14.0: @ffff8800c75cb058 (virt) @c75cb058 (dma) 0x000000 - rsvd[1]
> [   90.361940] xhci_hcd 0000:00:14.0: @ffff8800c75cb05c (virt) @c75cb05c (dma) 0x000000 - rsvd[2]
> [   90.361942] xhci_hcd 0000:00:14.0: Endpoint 01 Context:
> [   90.361945] xhci_hcd 0000:00:14.0: @ffff8800c75cb060 (virt) @c75cb060 (dma) 0x000000 - ep_info
> [   90.361947] xhci_hcd 0000:00:14.0: @ffff8800c75cb064 (virt) @c75cb064 (dma) 0x000000 - ep_info2
> [   90.361949] xhci_hcd 0000:00:14.0: @ffff8800c75cb068 (virt) @c75cb068 (dma) 0x000000 - deq
> [   90.361952] xhci_hcd 0000:00:14.0: @ffff8800c75cb070 (virt) @c75cb070 (dma) 0x000000 - tx_info
> [   90.361954] xhci_hcd 0000:00:14.0: @ffff8800c75cb074 (virt) @c75cb074 (dma) 0x000000 - rsvd[0]
> [   90.361956] xhci_hcd 0000:00:14.0: @ffff8800c75cb078 (virt) @c75cb078 (dma) 0x000000 - rsvd[1]
> [   90.361959] xhci_hcd 0000:00:14.0: @ffff8800c75cb07c (virt) @c75cb07c (dma) 0x000000 - rsvd[2]
> [   90.361961] xhci_hcd 0000:00:14.0: Endpoint 02 Context:
> [   90.361963] xhci_hcd 0000:00:14.0: @ffff8800c75cb080 (virt) @c75cb080 (dma) 0x000000 - ep_info
> [   90.361965] xhci_hcd 0000:00:14.0: @ffff8800c75cb084 (virt) @c75cb084 (dma) 0x000000 - ep_info2
> [   90.361968] xhci_hcd 0000:00:14.0: @ffff8800c75cb088 (virt) @c75cb088 (dma) 0x000000 - deq
> [   90.361970] xhci_hcd 0000:00:14.0: @ffff8800c75cb090 (virt) @c75cb090 (dma) 0x000000 - tx_info
> [   90.361972] xhci_hcd 0000:00:14.0: @ffff8800c75cb094 (virt) @c75cb094 (dma) 0x000000 - rsvd[0]
> [   90.361975] xhci_hcd 0000:00:14.0: @ffff8800c75cb098 (virt) @c75cb098 (dma) 0x000000 - rsvd[1]
> [   90.361977] xhci_hcd 0000:00:14.0: @ffff8800c75cb09c (virt) @c75cb09c (dma) 0x000000 - rsvd[2]
> [   90.361980] xhci_hcd 0000:00:14.0: // Ding dong!
> [   90.363802] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
> [   95.347244] xhci_hcd 0000:00:14.0: Timeout while waiting for address device command
> [   95.347250] xhci_hcd 0000:00:14.0: Abort command ring
> [   95.547664] xhci_hcd 0000:00:14.0: Slot ID 2 Input Context:
> [   95.547670] xhci_hcd 0000:00:14.0: @ffff8800c75cb000 (virt) @c75cb000 (dma) 0x000000 - drop flags
> [   95.547673] xhci_hcd 0000:00:14.0: @ffff8800c75cb004 (virt) @c75cb004 (dma) 0x000003 - add flags
> [   95.547675] xhci_hcd 0000:00:14.0: @ffff8800c75cb008 (virt) @c75cb008 (dma) 0x000000 - rsvd2[0]
> [   95.547678] xhci_hcd 0000:00:14.0: @ffff8800c75cb00c (virt) @c75cb00c (dma) 0x000000 - rsvd2[1]
> [   95.547680] xhci_hcd 0000:00:14.0: @ffff8800c75cb010 (virt) @c75cb010 (dma) 0x000000 - rsvd2[2]
> [   95.547682] xhci_hcd 0000:00:14.0: @ffff8800c75cb014 (virt) @c75cb014 (dma) 0x000000 - rsvd2[3]
> [   95.547685] xhci_hcd 0000:00:14.0: @ffff8800c75cb018 (virt) @c75cb018 (dma) 0x000000 - rsvd2[4]
> [   95.547687] xhci_hcd 0000:00:14.0: @ffff8800c75cb01c (virt) @c75cb01c (dma) 0x000000 - rsvd2[5]
> [   95.547689] xhci_hcd 0000:00:14.0: Slot Context:
> [   95.547692] xhci_hcd 0000:00:14.0: @ffff8800c75cb020 (virt) @c75cb020 (dma) 0x8300000 - dev_info
> [   95.547694] xhci_hcd 0000:00:14.0: @ffff8800c75cb024 (virt) @c75cb024 (dma) 0x020000 - dev_info2
> [   95.547696] xhci_hcd 0000:00:14.0: @ffff8800c75cb028 (virt) @c75cb028 (dma) 0x000000 - tt_info
> [   95.547699] xhci_hcd 0000:00:14.0: @ffff8800c75cb02c (virt) @c75cb02c (dma) 0x000000 - dev_state
> [   95.547701] xhci_hcd 0000:00:14.0: @ffff8800c75cb030 (virt) @c75cb030 (dma) 0x000000 - rsvd[0]
> [   95.547703] xhci_hcd 0000:00:14.0: @ffff8800c75cb034 (virt) @c75cb034 (dma) 0x000000 - rsvd[1]
> [   95.547706] xhci_hcd 0000:00:14.0: @ffff8800c75cb038 (virt) @c75cb038 (dma) 0x000000 - rsvd[2]
> [   95.547708] xhci_hcd 0000:00:14.0: @ffff8800c75cb03c (virt) @c75cb03c (dma) 0x000000 - rsvd[3]
> [   95.547711] xhci_hcd 0000:00:14.0: Endpoint 00 Context:
> [   95.547713] xhci_hcd 0000:00:14.0: @ffff8800c75cb040 (virt) @c75cb040 (dma) 0x000000 - ep_info
> [   95.547715] xhci_hcd 0000:00:14.0: @ffff8800c75cb044 (virt) @c75cb044 (dma) 0x400026 - ep_info2
> [   95.547718] xhci_hcd 0000:00:14.0: @ffff8800c75cb048 (virt) @c75cb048 (dma) 0xc7a66001 - deq
> [   95.547720] xhci_hcd 0000:00:14.0: @ffff8800c75cb050 (virt) @c75cb050 (dma) 0x000000 - tx_info
> [   95.547722] xhci_hcd 0000:00:14.0: @ffff8800c75cb054 (virt) @c75cb054 (dma) 0x000000 - rsvd[0]
> [   95.547725] xhci_hcd 0000:00:14.0: @ffff8800c75cb058 (virt) @c75cb058 (dma) 0x000000 - rsvd[1]
> [   95.547727] xhci_hcd 0000:00:14.0: @ffff8800c75cb05c (virt) @c75cb05c (dma) 0x000000 - rsvd[2]
> [   95.547729] xhci_hcd 0000:00:14.0: Endpoint 01 Context:
> [   95.547732] xhci_hcd 0000:00:14.0: @ffff8800c75cb060 (virt) @c75cb060 (dma) 0x000000 - ep_info
> [   95.547734] xhci_hcd 0000:00:14.0: @ffff8800c75cb064 (virt) @c75cb064 (dma) 0x000000 - ep_info2
> [   95.547736] xhci_hcd 0000:00:14.0: @ffff8800c75cb068 (virt) @c75cb068 (dma) 0x000000 - deq
> [   95.547738] xhci_hcd 0000:00:14.0: @ffff8800c75cb070 (virt) @c75cb070 (dma) 0x000000 - tx_info
> [   95.547741] xhci_hcd 0000:00:14.0: @ffff8800c75cb074 (virt) @c75cb074 (dma) 0x000000 - rsvd[0]
> [   95.547743] xhci_hcd 0000:00:14.0: @ffff8800c75cb078 (virt) @c75cb078 (dma) 0x000000 - rsvd[1]
> [   95.547746] xhci_hcd 0000:00:14.0: @ffff8800c75cb07c (virt) @c75cb07c (dma) 0x000000 - rsvd[2]
> [   95.547748] xhci_hcd 0000:00:14.0: Endpoint 02 Context:
> [   95.547750] xhci_hcd 0000:00:14.0: @ffff8800c75cb080 (virt) @c75cb080 (dma) 0x000000 - ep_info
> [   95.547752] xhci_hcd 0000:00:14.0: @ffff8800c75cb084 (virt) @c75cb084 (dma) 0x000000 - ep_info2
> [   95.547755] xhci_hcd 0000:00:14.0: @ffff8800c75cb088 (virt) @c75cb088 (dma) 0x000000 - deq
> [   95.547757] xhci_hcd 0000:00:14.0: @ffff8800c75cb090 (virt) @c75cb090 (dma) 0x000000 - tx_info
> [   95.547759] xhci_hcd 0000:00:14.0: @ffff8800c75cb094 (virt) @c75cb094 (dma) 0x000000 - rsvd[0]
> [   95.547762] xhci_hcd 0000:00:14.0: @ffff8800c75cb098 (virt) @c75cb098 (dma) 0x000000 - rsvd[1]
> [   95.547764] xhci_hcd 0000:00:14.0: @ffff8800c75cb09c (virt) @c75cb09c (dma) 0x000000 - rsvd[2]
> [   95.547767] xhci_hcd 0000:00:14.0: // Ding dong!
> [  100.533099] xhci_hcd 0000:00:14.0: Timeout while waiting for address device command
> [  100.533106] xhci_hcd 0000:00:14.0: Abort command ring
> [  100.733512] usb 3-2: device not accepting address 3, error -62
> [  100.733528] xhci_hcd 0000:00:14.0: disable port, actual port 1 status  = 0x6e1
> [  100.733540] xhci_hcd 0000:00:14.0: // Ding dong!
> [  100.733547] xhci_hcd 0000:00:14.0: // Ding dong!
> [  100.733599] xhci_hcd 0000:00:14.0: Adding 1 ep ctx, 2 now active.
> [  100.733610] xhci_hcd 0000:00:14.0: Slot 3 output ctx = 0xca1a5000 (dma)
> [  100.733614] xhci_hcd 0000:00:14.0: Slot 3 input ctx = 0xc7b87000 (dma)
> [  100.733619] xhci_hcd 0000:00:14.0: Set slot id 3 dcbaa entry ffff880036806018 to 0xca1a5000
> [  100.733634] xhci_hcd 0000:00:14.0: set port reset, actual port 1 status  = 0x791
> [  100.784350] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0xf91
> [  100.784356] xhci_hcd 0000:00:14.0: Get port status returned 0x511
> [  100.784361] hub 3-0:1.0: port 2 not reset yet, waiting 50ms
> [  100.788664] xhci_hcd 0000:00:14.0: Port Status Change Event for port 2
> [  100.788672] xhci_hcd 0000:00:14.0: handle_port_status: starting port polling.
> [  100.835215] xhci_hcd 0000:00:14.0: get port status, actual port 1 status  = 0x200e03
> [  100.835220] xhci_hcd 0000:00:14.0: Get port status returned 0x100503
> [  100.886074] xhci_hcd 0000:00:14.0: clear port reset change, actual port 1 status  = 0xe03
> [  100.886083] usb 3-2: new high-speed USB device number 4 using xhci_hcd
> [  100.886087] xhci_hcd 0000:00:14.0: Set root hub portnum to 2
> [  100.886089] xhci_hcd 0000:00:14.0: Set fake root hub portnum to 2
> [  100.886092] xhci_hcd 0000:00:14.0: udev->tt =           (null)
> [  100.886094] xhci_hcd 0000:00:14.0: udev->ttport = 0x0
> [  100.886096] xhci_hcd 0000:00:14.0: Slot ID 3 Input Context:
> [  100.886099] xhci_hcd 0000:00:14.0: @ffff8800c7b87000 (virt) @c7b87000 (dma) 0x000000 - drop flags
> [  100.886102] xhci_hcd 0000:00:14.0: @ffff8800c7b87004 (virt) @c7b87004 (dma) 0x000003 - add flags
> [  100.886104] xhci_hcd 0000:00:14.0: @ffff8800c7b87008 (virt) @c7b87008 (dma) 0x000000 - rsvd2[0]
> [  100.886107] xhci_hcd 0000:00:14.0: @ffff8800c7b8700c (virt) @c7b8700c (dma) 0x000000 - rsvd2[1]
> [  100.886109] xhci_hcd 0000:00:14.0: @ffff8800c7b87010 (virt) @c7b87010 (dma) 0x000000 - rsvd2[2]
> [  100.886112] xhci_hcd 0000:00:14.0: @ffff8800c7b87014 (virt) @c7b87014 (dma) 0x000000 - rsvd2[3]
> [  100.886114] xhci_hcd 0000:00:14.0: @ffff8800c7b87018 (virt) @c7b87018 (dma) 0x000000 - rsvd2[4]
> [  100.886116] xhci_hcd 0000:00:14.0: @ffff8800c7b8701c (virt) @c7b8701c (dma) 0x000000 - rsvd2[5]
> [  100.886118] xhci_hcd 0000:00:14.0: Slot Context:
> [  100.886121] xhci_hcd 0000:00:14.0: @ffff8800c7b87020 (virt) @c7b87020 (dma) 0x8300000 - dev_info
> [  100.886124] xhci_hcd 0000:00:14.0: @ffff8800c7b87024 (virt) @c7b87024 (dma) 0x020000 - dev_info2
> [  100.886126] xhci_hcd 0000:00:14.0: @ffff8800c7b87028 (virt) @c7b87028 (dma) 0x000000 - tt_info
> [  100.886128] xhci_hcd 0000:00:14.0: @ffff8800c7b8702c (virt) @c7b8702c (dma) 0x000000 - dev_state
> [  100.886131] xhci_hcd 0000:00:14.0: @ffff8800c7b87030 (virt) @c7b87030 (dma) 0x000000 - rsvd[0]
> [  100.886133] xhci_hcd 0000:00:14.0: @ffff8800c7b87034 (virt) @c7b87034 (dma) 0x000000 - rsvd[1]
> [  100.886136] xhci_hcd 0000:00:14.0: @ffff8800c7b87038 (virt) @c7b87038 (dma) 0x000000 - rsvd[2]
> [  100.886138] xhci_hcd 0000:00:14.0: @ffff8800c7b8703c (virt) @c7b8703c (dma) 0x000000 - rsvd[3]
> [  100.886140] xhci_hcd 0000:00:14.0: Endpoint 00 Context:
> [  100.886143] xhci_hcd 0000:00:14.0: @ffff8800c7b87040 (virt) @c7b87040 (dma) 0x000000 - ep_info
> [  100.886145] xhci_hcd 0000:00:14.0: @ffff8800c7b87044 (virt) @c7b87044 (dma) 0x400026 - ep_info2
> [  100.886147] xhci_hcd 0000:00:14.0: @ffff8800c7b87048 (virt) @c7b87048 (dma) 0xc7a66801 - deq
> [  100.886150] xhci_hcd 0000:00:14.0: @ffff8800c7b87050 (virt) @c7b87050 (dma) 0x000000 - tx_info
> [  100.886152] xhci_hcd 0000:00:14.0: @ffff8800c7b87054 (virt) @c7b87054 (dma) 0x000000 - rsvd[0]
> [  100.886155] xhci_hcd 0000:00:14.0: @ffff8800c7b87058 (virt) @c7b87058 (dma) 0x000000 - rsvd[1]
> [  100.886157] xhci_hcd 0000:00:14.0: @ffff8800c7b8705c (virt) @c7b8705c (dma) 0x000000 - rsvd[2]
> [  100.886159] xhci_hcd 0000:00:14.0: Endpoint 01 Context:
> [  100.886161] xhci_hcd 0000:00:14.0: @ffff8800c7b87060 (virt) @c7b87060 (dma) 0x000000 - ep_info
> [  100.886164] xhci_hcd 0000:00:14.0: @ffff8800c7b87064 (virt) @c7b87064 (dma) 0x000000 - ep_info2
> [  100.886166] xhci_hcd 0000:00:14.0: @ffff8800c7b87068 (virt) @c7b87068 (dma) 0x000000 - deq
> [  100.886168] xhci_hcd 0000:00:14.0: @ffff8800c7b87070 (virt) @c7b87070 (dma) 0x000000 - tx_info
> [  100.886171] xhci_hcd 0000:00:14.0: @ffff8800c7b87074 (virt) @c7b87074 (dma) 0x000000 - rsvd[0]
> [  100.886173] xhci_hcd 0000:00:14.0: @ffff8800c7b87078 (virt) @c7b87078 (dma) 0x000000 - rsvd[1]
> [  100.886175] xhci_hcd 0000:00:14.0: @ffff8800c7b8707c (virt) @c7b8707c (dma) 0x000000 - rsvd[2]
> [  100.886177] xhci_hcd 0000:00:14.0: Endpoint 02 Context:
> [  100.886180] xhci_hcd 0000:00:14.0: @ffff8800c7b87080 (virt) @c7b87080 (dma) 0x000000 - ep_info
> [  100.886182] xhci_hcd 0000:00:14.0: @ffff8800c7b87084 (virt) @c7b87084 (dma) 0x000000 - ep_info2
> [  100.886184] xhci_hcd 0000:00:14.0: @ffff8800c7b87088 (virt) @c7b87088 (dma) 0x000000 - deq
> [  100.886186] xhci_hcd 0000:00:14.0: @ffff8800c7b87090 (virt) @c7b87090 (dma) 0x000000 - tx_info
> [  100.886189] xhci_hcd 0000:00:14.0: @ffff8800c7b87094 (virt) @c7b87094 (dma) 0x000000 - rsvd[0]
> [  100.886191] xhci_hcd 0000:00:14.0: @ffff8800c7b87098 (virt) @c7b87098 (dma) 0x000000 - rsvd[1]
> [  100.886194] xhci_hcd 0000:00:14.0: @ffff8800c7b8709c (virt) @c7b8709c (dma) 0x000000 - rsvd[2]
> [  100.886197] xhci_hcd 0000:00:14.0: // Ding dong!
> [  101.082476] xhci_hcd 0000:00:14.0: xhci_hub_status_data: stopping port polling.
> [  105.871513] xhci_hcd 0000:00:14.0: Timeout while waiting for address device command
> [  105.871519] xhci_hcd 0000:00:14.0: Abort command ring
> [  106.071959] xhci_hcd 0000:00:14.0: Slot ID 3 Input Context:
> [  106.071965] xhci_hcd 0000:00:14.0: @ffff8800c7b87000 (virt) @c7b87000 (dma) 0x000000 - drop flags
> [  106.071968] xhci_hcd 0000:00:14.0: @ffff8800c7b87004 (virt) @c7b87004 (dma) 0x000003 - add flags
> [  106.071971] xhci_hcd 0000:00:14.0: @ffff8800c7b87008 (virt) @c7b87008 (dma) 0x000000 - rsvd2[0]
> [  106.071973] xhci_hcd 0000:00:14.0: @ffff8800c7b8700c (virt) @c7b8700c (dma) 0x000000 - rsvd2[1]
> [  106.071976] xhci_hcd 0000:00:14.0: @ffff8800c7b87010 (virt) @c7b87010 (dma) 0x000000 - rsvd2[2]
> [  106.071978] xhci_hcd 0000:00:14.0: @ffff8800c7b87014 (virt) @c7b87014 (dma) 0x000000 - rsvd2[3]
> [  106.071980] xhci_hcd 0000:00:14.0: @ffff8800c7b87018 (virt) @c7b87018 (dma) 0x000000 - rsvd2[4]
> [  106.071983] xhci_hcd 0000:00:14.0: @ffff8800c7b8701c (virt) @c7b8701c (dma) 0x000000 - rsvd2[5]
> [  106.071985] xhci_hcd 0000:00:14.0: Slot Context:
> [  106.071987] xhci_hcd 0000:00:14.0: @ffff8800c7b87020 (virt) @c7b87020 (dma) 0x8300000 - dev_info
> [  106.071990] xhci_hcd 0000:00:14.0: @ffff8800c7b87024 (virt) @c7b87024 (dma) 0x020000 - dev_info2
> [  106.071992] xhci_hcd 0000:00:14.0: @ffff8800c7b87028 (virt) @c7b87028 (dma) 0x000000 - tt_info
> [  106.071994] xhci_hcd 0000:00:14.0: @ffff8800c7b8702c (virt) @c7b8702c (dma) 0x000000 - dev_state
> [  106.071997] xhci_hcd 0000:00:14.0: @ffff8800c7b87030 (virt) @c7b87030 (dma) 0x000000 - rsvd[0]
> [  106.071999] xhci_hcd 0000:00:14.0: @ffff8800c7b87034 (virt) @c7b87034 (dma) 0x000000 - rsvd[1]
> [  106.072002] xhci_hcd 0000:00:14.0: @ffff8800c7b87038 (virt) @c7b87038 (dma) 0x000000 - rsvd[2]
> [  106.072004] xhci_hcd 0000:00:14.0: @ffff8800c7b8703c (virt) @c7b8703c (dma) 0x000000 - rsvd[3]
> [  106.072006] xhci_hcd 0000:00:14.0: Endpoint 00 Context:
> [  106.072009] xhci_hcd 0000:00:14.0: @ffff8800c7b87040 (virt) @c7b87040 (dma) 0x000000 - ep_info
> [  106.072011] xhci_hcd 0000:00:14.0: @ffff8800c7b87044 (virt) @c7b87044 (dma) 0x400026 - ep_info2
> [  106.072013] xhci_hcd 0000:00:14.0: @ffff8800c7b87048 (virt) @c7b87048 (dma) 0xc7a66801 - deq
> [  106.072016] xhci_hcd 0000:00:14.0: @ffff8800c7b87050 (virt) @c7b87050 (dma) 0x000000 - tx_info
> [  106.072018] xhci_hcd 0000:00:14.0: @ffff8800c7b87054 (virt) @c7b87054 (dma) 0x000000 - rsvd[0]
> [  106.072021] xhci_hcd 0000:00:14.0: @ffff8800c7b87058 (virt) @c7b87058 (dma) 0x000000 - rsvd[1]
> [  106.072023] xhci_hcd 0000:00:14.0: @ffff8800c7b8705c (virt) @c7b8705c (dma) 0x000000 - rsvd[2]
> [  106.072025] xhci_hcd 0000:00:14.0: Endpoint 01 Context:
> [  106.072027] xhci_hcd 0000:00:14.0: @ffff8800c7b87060 (virt) @c7b87060 (dma) 0x000000 - ep_info
> [  106.072030] xhci_hcd 0000:00:14.0: @ffff8800c7b87064 (virt) @c7b87064 (dma) 0x000000 - ep_info2
> [  106.072032] xhci_hcd 0000:00:14.0: @ffff8800c7b87068 (virt) @c7b87068 (dma) 0x000000 - deq
> [  106.072034] xhci_hcd 0000:00:14.0: @ffff8800c7b87070 (virt) @c7b87070 (dma) 0x000000 - tx_info
> [  106.072037] xhci_hcd 0000:00:14.0: @ffff8800c7b87074 (virt) @c7b87074 (dma) 0x000000 - rsvd[0]
> [  106.072039] xhci_hcd 0000:00:14.0: @ffff8800c7b87078 (virt) @c7b87078 (dma) 0x000000 - rsvd[1]
> [  106.072042] xhci_hcd 0000:00:14.0: @ffff8800c7b8707c (virt) @c7b8707c (dma) 0x000000 - rsvd[2]
> [  106.072044] xhci_hcd 0000:00:14.0: Endpoint 02 Context:
> [  106.072046] xhci_hcd 0000:00:14.0: @ffff8800c7b87080 (virt) @c7b87080 (dma) 0x000000 - ep_info
> [  106.072048] xhci_hcd 0000:00:14.0: @ffff8800c7b87084 (virt) @c7b87084 (dma) 0x000000 - ep_info2
> [  106.072050] xhci_hcd 0000:00:14.0: @ffff8800c7b87088 (virt) @c7b87088 (dma) 0x000000 - deq
> [  106.072053] xhci_hcd 0000:00:14.0: @ffff8800c7b87090 (virt) @c7b87090 (dma) 0x000000 - tx_info
> [  106.072055] xhci_hcd 0000:00:14.0: @ffff8800c7b87094 (virt) @c7b87094 (dma) 0x000000 - rsvd[0]
> [  106.072058] xhci_hcd 0000:00:14.0: @ffff8800c7b87098 (virt) @c7b87098 (dma) 0x000000 - rsvd[1]
> [  106.072060] xhci_hcd 0000:00:14.0: @ffff8800c7b8709c (virt) @c7b8709c (dma) 0x000000 - rsvd[2]
> [  106.072063] xhci_hcd 0000:00:14.0: // Ding dong!

--
To unsubscribe from this list: send the line "unsubscribe linux-usb" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html


[Index of Archives]     [Linux Media]     [Linux Input]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]     [Old Linux USB Devel Archive]

  Powered by Linux