From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sarah Sharp Subject: Runtime PM/PCI D3 issue Date: Fri, 30 Nov 2012 13:36:00 -0800 Message-ID: <20121130213600.GA5056@xanatos> Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="Kj7319i9nmIyA2yE" Return-path: Content-Disposition: inline Sender: linux-usb-owner-u79uwXL29TY76Z2rM5mHXA@public.gmane.org To: linux-usb-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-pm-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-pci-u79uwXL29TY76Z2rM5mHXA@public.gmane.org, linux-acpi-u79uwXL29TY76Z2rM5mHXA@public.gmane.org Cc: Alan Stern , "Rafael J. Wysocki" List-Id: linux-acpi@vger.kernel.org --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: inline I've been trying to test D3 on the xHCI host controller for my Lenovo x230 laptop. However, the host controller (and other PCI devices) never seem to go into D3. This happens on a modified version of 3.7-rc6 (Greg KH's usb-next branch plus a couple patches) and on 3.6.6. I enable runtime PM for the PCI device: root@xanatos:/sys/bus/pci/devices# echo auto > 0000:00:14.0/power/control root@xanatos:/sys/bus/pci/devices# cat 0000:00:14.0/power/control auto Both the USB 2.0 and USB 3.0 bus children under the xHCI host controller are also set to auto runtime PM: root@xanatos:/sys/bus/pci/devices# lsusb -t 3-1.6:1.0: No such file or directory 3-1.6:1.1: No such file or directory /: Bus 04.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M |__ Port 1: Dev 2, If 0, Class=hub, Driver=hub/8p, 480M /: Bus 03.Port 1: Dev 1, Class=root_hub, Driver=ehci-pci/3p, 480M /: Bus 02.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 5000M /: Bus 01.Port 1: Dev 1, Class=root_hub, Driver=xhci_hcd/4p, 480M root@xanatos:/sys/bus/pci/devices# cat /sys/bus/usb/devices/usb1/power/control auto root@xanatos:/sys/bus/pci/devices# cat /sys/bus/usb/devices/usb2/power/control auto But dmesg never shows the bus or host being suspended. The runtime_status remains active, and the runtime_suspended_time remains at zero. There are no USB devices under the xHCI host, so I'm not sure why the host isn't being suspended. Is there some new runtime PM sysfs file that I'm missing? I'm not sure if it's related, but dmesg from early boot shows that ASPM is being disabled: Nov 30 12:19:23 xanatos kernel: [ 0.406306] pci0000:00: Requesting ACPI _OSC control (0x1d) Nov 30 12:19:23 xanatos kernel: [ 0.406558] pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d Nov 30 12:19:23 xanatos kernel: [ 0.406559] ACPI _OSC control for PCIe not granted, disabling ASPM I attempted to force ASPM on with the pcie_aspm=force command line option, but the log file shows: Nov 30 13:06:08 xanatos kernel: [ 0.212186] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it dmesg, .config, and lspci are attached. Any pointers as to how I can get the host into D3 are appreciated. Sarah Sharp --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="d3-disabled-dmesg.txt" Nov 30 12:18:54 xanatos kernel: Kernel logging (proc) stopped. Nov 30 12:19:23 xanatos kernel: imklog 5.8.6, log source = /proc/kmsg started. Nov 30 12:19:23 xanatos kernel: [ 0.000000] Initializing cgroup subsys cpuset Nov 30 12:19:23 xanatos kernel: [ 0.000000] Initializing cgroup subsys cpu Nov 30 12:19:23 xanatos kernel: [ 0.000000] Linux version 3.7.0-rc6+ (sarah@xanatos) (gcc version 4.6.3 (Ubuntu/Linaro 4.6.3-1ubuntu5) ) #984 SMP PREEMPT Fri Nov 30 11:50:31 PST 2012 Nov 30 12:19:23 xanatos kernel: [ 0.000000] Command line: BOOT_IMAGE=/boot/vmlinuz-3.7.0-rc6+ root=UUID=1fbe6830-593c-44fd-af78-f7d2d6a83746 ro quiet splash vt.handoff=7 Nov 30 12:19:23 xanatos kernel: [ 0.000000] KERNEL supported cpus: Nov 30 12:19:23 xanatos kernel: [ 0.000000] Intel GenuineIntel Nov 30 12:19:23 xanatos kernel: [ 0.000000] AMD AuthenticAMD Nov 30 12:19:23 xanatos kernel: [ 0.000000] Centaur CentaurHauls Nov 30 12:19:23 xanatos kernel: [ 0.000000] e820: BIOS-provided physical RAM map: Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000000000-0x000000000009d7ff] usable Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x000000000009d800-0x000000000009ffff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000000e0000-0x00000000000fffff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x0000000000100000-0x000000001fffffff] usable Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x0000000020000000-0x00000000201fffff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x0000000020200000-0x0000000040003fff] usable Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x0000000040004000-0x0000000040004fff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x0000000040005000-0x00000000cec2ffff] usable Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000cec30000-0x00000000dae9efff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000dae9f000-0x00000000daf9efff] ACPI NVS Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000daf9f000-0x00000000daffefff] ACPI data Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000dafff000-0x00000000df9fffff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000f8000000-0x00000000fbffffff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fec00000-0x00000000fec00fff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed08000-0x00000000fed08fff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed10000-0x00000000fed19fff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fed1c000-0x00000000fed1ffff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000fee00000-0x00000000fee00fff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x00000000ffc00000-0x00000000ffffffff] reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] BIOS-e820: [mem 0x0000000100000000-0x000000011e5fffff] usable Nov 30 12:19:23 xanatos kernel: [ 0.000000] NX (Execute Disable) protection: active Nov 30 12:19:23 xanatos kernel: [ 0.000000] DMI 2.7 present. Nov 30 12:19:23 xanatos kernel: [ 0.000000] DMI: LENOVO 2325AP7/2325AP7, BIOS G2ET82WW (2.02 ) 09/11/2012 Nov 30 12:19:23 xanatos kernel: [ 0.000000] e820: update [mem 0x00000000-0x0000ffff] usable ==> reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] e820: remove [mem 0x000a0000-0x000fffff] usable Nov 30 12:19:23 xanatos kernel: [ 0.000000] No AGP bridge found Nov 30 12:19:23 xanatos kernel: [ 0.000000] e820: last_pfn = 0x11e600 max_arch_pfn = 0x400000000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] MTRR default type: uncachable Nov 30 12:19:23 xanatos kernel: [ 0.000000] MTRR fixed ranges enabled: Nov 30 12:19:23 xanatos kernel: [ 0.000000] 00000-9FFFF write-back Nov 30 12:19:23 xanatos kernel: [ 0.000000] A0000-BFFFF uncachable Nov 30 12:19:23 xanatos kernel: [ 0.000000] C0000-FFFFF write-protect Nov 30 12:19:23 xanatos kernel: [ 0.000000] MTRR variable ranges enabled: Nov 30 12:19:23 xanatos kernel: [ 0.000000] 0 base 0FFC00000 mask FFFC00000 write-protect Nov 30 12:19:23 xanatos kernel: [ 0.000000] 1 base 000000000 mask F80000000 write-back Nov 30 12:19:23 xanatos kernel: [ 0.000000] 2 base 080000000 mask FC0000000 write-back Nov 30 12:19:23 xanatos kernel: [ 0.000000] 3 base 0C0000000 mask FE0000000 write-back Nov 30 12:19:23 xanatos kernel: [ 0.000000] 4 base 0DC000000 mask FFC000000 uncachable Nov 30 12:19:23 xanatos kernel: [ 0.000000] 5 base 0DB000000 mask FFF000000 uncachable Nov 30 12:19:23 xanatos kernel: [ 0.000000] 6 base 100000000 mask FE0000000 write-back Nov 30 12:19:23 xanatos kernel: [ 0.000000] 7 base 11F000000 mask FFF000000 uncachable Nov 30 12:19:23 xanatos kernel: [ 0.000000] 8 base 11E800000 mask FFF800000 uncachable Nov 30 12:19:23 xanatos kernel: [ 0.000000] 9 base 11E600000 mask FFFE00000 uncachable Nov 30 12:19:23 xanatos kernel: [ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106 Nov 30 12:19:23 xanatos kernel: [ 0.000000] e820: last_pfn = 0xcec30 max_arch_pfn = 0x400000000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] initial memory mapped: [mem 0x00000000-0x1fffffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] Base memory trampoline at [ffff880000097000] 97000 size 24576 Nov 30 12:19:23 xanatos kernel: [ 0.000000] init_memory_mapping: [mem 0x00000000-0xcec2ffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] [mem 0x00000000-0xcebfffff] page 2M Nov 30 12:19:23 xanatos kernel: [ 0.000000] [mem 0xcec00000-0xcec2ffff] page 4k Nov 30 12:19:23 xanatos kernel: [ 0.000000] kernel direct mapping tables up to 0xcec2ffff @ [mem 0x1fffa000-0x1fffffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] init_memory_mapping: [mem 0x100000000-0x11e5fffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] [mem 0x100000000-0x11e5fffff] page 2M Nov 30 12:19:23 xanatos kernel: [ 0.000000] kernel direct mapping tables up to 0x11e5fffff @ [mem 0xcec2e000-0xcec2ffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] RAMDISK: [mem 0x3143e000-0x34a16fff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: RSDP 00000000000f0120 00024 (v02 LENOVO) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: XSDT 00000000daffe170 000BC (v01 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: FACP 00000000dafe6000 0010C (v05 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: DSDT 00000000dafe8000 10E11 (v01 LENOVO TP-G2 00002020 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: FACS 00000000daf5a000 00040 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: SLIC 00000000daffd000 00176 (v01 LENOVO TP-G2 00002020 PTL 00000001) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: TCPA 00000000daffc000 00032 (v02 PTL LENOVO 06040000 LNVO 00000001) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: SSDT 00000000daffb000 00408 (v01 LENOVO TP-SSDT2 00000200 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: SSDT 00000000daffa000 00033 (v01 LENOVO TP-SSDT1 00000100 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: SSDT 00000000daff9000 007A8 (v01 LENOVO SataAhci 00001000 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: HPET 00000000dafe4000 00038 (v01 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: APIC 00000000dafe3000 00098 (v01 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: MCFG 00000000dafe2000 0003C (v01 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: ECDT 00000000dafe1000 00052 (v01 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: FPDT 00000000dafe0000 00064 (v01 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: ASF! 00000000dafe7000 000A5 (v32 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: UEFI 00000000dafdf000 0003E (v01 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: UEFI 00000000dafde000 00042 (v01 PTL COMBUF 00000001 PTL 00000001) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: POAT 00000000dafdd000 00055 (v03 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: SSDT 00000000dafdc000 00C79 (v01 PmRef Cpu0Ist 00003000 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: SSDT 00000000dafdb000 00A7E (v01 PmRef CpuPm 00003000 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: UEFI 00000000dafda000 002A6 (v01 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: DBG2 00000000dafd9000 000E9 (v00 LENOVO TP-G2 00002020 PTL 00000002) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] [ffffea0000000000-ffffea00047fffff] PMD -> [ffff88011a000000-ffff88011dbfffff] on node 0 Nov 30 12:19:23 xanatos kernel: [ 0.000000] Zone ranges: Nov 30 12:19:23 xanatos kernel: [ 0.000000] DMA [mem 0x00010000-0x00ffffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] DMA32 [mem 0x01000000-0xffffffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] Normal [mem 0x100000000-0x11e5fffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] Movable zone start for each node Nov 30 12:19:23 xanatos kernel: [ 0.000000] Early memory node ranges Nov 30 12:19:23 xanatos kernel: [ 0.000000] node 0: [mem 0x00010000-0x0009cfff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] node 0: [mem 0x00100000-0x1fffffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] node 0: [mem 0x20200000-0x40003fff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] node 0: [mem 0x40005000-0xcec2ffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] node 0: [mem 0x100000000-0x11e5fffff] Nov 30 12:19:23 xanatos kernel: [ 0.000000] On node 0 totalpages: 970684 Nov 30 12:19:23 xanatos kernel: [ 0.000000] DMA zone: 64 pages used for memmap Nov 30 12:19:23 xanatos kernel: [ 0.000000] DMA zone: 6 pages reserved Nov 30 12:19:23 xanatos kernel: [ 0.000000] DMA zone: 3911 pages, LIFO batch:0 Nov 30 12:19:23 xanatos kernel: [ 0.000000] DMA32 zone: 16320 pages used for memmap Nov 30 12:19:23 xanatos kernel: [ 0.000000] DMA32 zone: 825967 pages, LIFO batch:31 Nov 30 12:19:23 xanatos kernel: [ 0.000000] Normal zone: 1944 pages used for memmap Nov 30 12:19:23 xanatos kernel: [ 0.000000] Normal zone: 122472 pages, LIFO batch:31 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: PM-Timer IO Port: 0x408 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: Local APIC address 0xfee00000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x02] enabled) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: NR_CPUS/possible_cpus limit of 2 reached. Processor 2/0x2 ignored. Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: NR_CPUS/possible_cpus limit of 2 reached. Processor 3/0x3 ignored. Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x00] disabled) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x00] disabled) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x00] disabled) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x00] disabled) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1]) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1]) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0]) Nov 30 12:19:23 xanatos kernel: [ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level) Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: IRQ0 used by override. Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: IRQ2 used by override. Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: IRQ9 used by override. Nov 30 12:19:23 xanatos kernel: [ 0.000000] Using ACPI (MADT) for SMP configuration information Nov 30 12:19:23 xanatos kernel: [ 0.000000] ACPI: HPET id: 0x8086a301 base: 0xfed00000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] smpboot: 8 Processors exceeds NR_CPUS limit of 2 Nov 30 12:19:23 xanatos kernel: [ 0.000000] smpboot: Allowing 2 CPUs, 0 hotplug CPUs Nov 30 12:19:23 xanatos kernel: [ 0.000000] nr_irqs_gsi: 40 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 000000000009d000 - 000000000009e000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 000000000009e000 - 00000000000a0000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 0000000020000000 - 0000000020200000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 0000000040004000 - 0000000040005000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000cec30000 - 00000000dae9f000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000dae9f000 - 00000000daf9f000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000daf9f000 - 00000000dafff000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000dafff000 - 00000000dfa00000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000dfa00000 - 00000000f8000000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000f8000000 - 00000000fc000000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fc000000 - 00000000fec00000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec00000 - 00000000fec01000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fec01000 - 00000000fed08000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed08000 - 00000000fed09000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed09000 - 00000000fed10000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed10000 - 00000000fed1a000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed1a000 - 00000000fed1c000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed1c000 - 00000000fed20000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fed20000 - 00000000fee00000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fee00000 - 00000000fee01000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000fee01000 - 00000000ffc00000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PM: Registered nosave memory: 00000000ffc00000 - 0000000100000000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] e820: [mem 0xdfa00000-0xf7ffffff] available for PCI devices Nov 30 12:19:23 xanatos kernel: [ 0.000000] Booting paravirtualized kernel on bare hardware Nov 30 12:19:23 xanatos kernel: [ 0.000000] setup_percpu: NR_CPUS:2 nr_cpumask_bits:2 nr_cpu_ids:2 nr_node_ids:1 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PERCPU: Embedded 27 pages/cpu @ffff88011e200000 s81024 r8192 d21376 u1048576 Nov 30 12:19:23 xanatos kernel: [ 0.000000] pcpu-alloc: s81024 r8192 d21376 u1048576 alloc=1*2097152 Nov 30 12:19:23 xanatos kernel: [ 0.000000] pcpu-alloc: [0] 0 1 Nov 30 12:19:23 xanatos kernel: [ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 952350 Nov 30 12:19:23 xanatos kernel: [ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-3.7.0-rc6+ root=UUID=1fbe6830-593c-44fd-af78-f7d2d6a83746 ro quiet splash vt.handoff=7 Nov 30 12:19:23 xanatos kernel: [ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes) Nov 30 12:19:23 xanatos kernel: [ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes) Nov 30 12:19:23 xanatos kernel: [ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes) Nov 30 12:19:23 xanatos kernel: [ 0.000000] __ex_table already sorted, skipping sort Nov 30 12:19:23 xanatos kernel: [ 0.000000] xsave: enabled xstate_bv 0x7, cntxt size 0x340 Nov 30 12:19:23 xanatos kernel: [ 0.000000] Checking aperture... Nov 30 12:19:23 xanatos kernel: [ 0.000000] No AGP bridge found Nov 30 12:19:23 xanatos kernel: [ 0.000000] Memory: 3674424k/4691968k available (5363k kernel code, 809232k absent, 208312k reserved, 5371k data, 596k init) Nov 30 12:19:23 xanatos kernel: [ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1 Nov 30 12:19:23 xanatos kernel: [ 0.000000] Preemptible hierarchical RCU implementation. Nov 30 12:19:23 xanatos kernel: [ 0.000000] NR_IRQS:4352 nr_irqs:512 16 Nov 30 12:19:23 xanatos kernel: [ 0.000000] Extended CMOS year: 2000 Nov 30 12:19:23 xanatos kernel: [ 0.000000] Console: colour dummy device 80x25 Nov 30 12:19:23 xanatos kernel: [ 0.000000] console [tty0] enabled Nov 30 12:19:23 xanatos kernel: [ 0.000000] Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar Nov 30 12:19:23 xanatos kernel: [ 0.000000] ... MAX_LOCKDEP_SUBCLASSES: 8 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ... MAX_LOCK_DEPTH: 48 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ... MAX_LOCKDEP_KEYS: 8191 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ... CLASSHASH_SIZE: 4096 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ... MAX_LOCKDEP_ENTRIES: 16384 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ... MAX_LOCKDEP_CHAINS: 32768 Nov 30 12:19:23 xanatos kernel: [ 0.000000] ... CHAINHASH_SIZE: 16384 Nov 30 12:19:23 xanatos kernel: [ 0.000000] memory used by lock dependency info: 5823 kB Nov 30 12:19:23 xanatos kernel: [ 0.000000] per task-struct memory footprint: 1920 bytes Nov 30 12:19:23 xanatos kernel: [ 0.000000] hpet clockevent registered Nov 30 12:19:23 xanatos kernel: [ 0.000000] tsc: Fast TSC calibration using PIT Nov 30 12:19:23 xanatos kernel: [ 0.004000] tsc: Detected 2593.949 MHz processor Nov 30 12:19:23 xanatos kernel: [ 0.000001] Calibrating delay loop (skipped), value calculated using timer frequency.. 5187.89 BogoMIPS (lpj=10375796) Nov 30 12:19:23 xanatos kernel: [ 0.000004] pid_max: default: 32768 minimum: 301 Nov 30 12:19:23 xanatos kernel: [ 0.000048] Mount-cache hash table entries: 256 Nov 30 12:19:23 xanatos kernel: [ 0.000342] Initializing cgroup subsys cpuacct Nov 30 12:19:23 xanatos kernel: [ 0.000343] Initializing cgroup subsys freezer Nov 30 12:19:23 xanatos kernel: [ 0.000372] CPU: Physical Processor ID: 0 Nov 30 12:19:23 xanatos kernel: [ 0.000373] CPU: Processor Core ID: 0 Nov 30 12:19:23 xanatos kernel: [ 0.000377] ENERGY_PERF_BIAS: Set to 'normal', was 'performance' Nov 30 12:19:23 xanatos kernel: [ 0.000377] ENERGY_PERF_BIAS: View and update with x86_energy_perf_policy(8) Nov 30 12:19:23 xanatos kernel: [ 0.000721] process: using mwait in idle threads Nov 30 12:19:23 xanatos kernel: [ 0.000723] Last level iTLB entries: 4KB 512, 2MB 0, 4MB 0 Nov 30 12:19:23 xanatos kernel: [ 0.000723] Last level dTLB entries: 4KB 512, 2MB 32, 4MB 32 Nov 30 12:19:23 xanatos kernel: [ 0.000723] tlb_flushall_shift: 1 Nov 30 12:19:23 xanatos kernel: [ 0.000865] Freeing SMP alternatives: 20k freed Nov 30 12:19:23 xanatos kernel: [ 0.001490] ACPI: Core revision 20120913 Nov 30 12:19:23 xanatos kernel: [ 0.018259] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1 Nov 30 12:19:23 xanatos kernel: [ 0.057867] smpboot: CPU0: Intel(R) Core(TM) i5-3320M CPU @ 2.60GHz (fam: 06, model: 3a, stepping: 09) Nov 30 12:19:23 xanatos kernel: [ 0.164483] Performance Events: PEBS fmt1+, 16-deep LBR, IvyBridge events, Intel PMU driver. Nov 30 12:19:23 xanatos kernel: [ 0.164493] ... version: 3 Nov 30 12:19:23 xanatos kernel: [ 0.164494] ... bit width: 48 Nov 30 12:19:23 xanatos kernel: [ 0.164495] ... generic registers: 4 Nov 30 12:19:23 xanatos kernel: [ 0.164496] ... value mask: 0000ffffffffffff Nov 30 12:19:23 xanatos kernel: [ 0.164497] ... max period: 000000007fffffff Nov 30 12:19:23 xanatos kernel: [ 0.164497] ... fixed-purpose events: 3 Nov 30 12:19:23 xanatos kernel: [ 0.164498] ... event mask: 000000070000000f Nov 30 12:19:23 xanatos kernel: [ 0.196500] SMP alternatives: lockdep: fixing up alternatives Nov 30 12:19:23 xanatos kernel: [ 0.196506] smpboot: Booting Node 0, Processors #1 OK Nov 30 12:19:23 xanatos kernel: [ 0.210032] NMI watchdog: enabled on all CPUs, permanently consumes one hw-PMU counter. Nov 30 12:19:23 xanatos kernel: [ 0.210045] Brought up 2 CPUs Nov 30 12:19:23 xanatos kernel: [ 0.210047] smpboot: Total of 2 processors activated (10375.79 BogoMIPS) Nov 30 12:19:23 xanatos kernel: [ 0.211881] PM: Registering ACPI NVS region [mem 0xdae9f000-0xdaf9efff] (1048576 bytes) Nov 30 12:19:23 xanatos kernel: [ 0.211997] NET: Registered protocol family 16 Nov 30 12:19:23 xanatos kernel: [ 0.212176] ACPI FADT declares the system doesn't support PCIe ASPM, so disable it Nov 30 12:19:23 xanatos kernel: [ 0.212181] ACPI: bus type pci registered Nov 30 12:19:23 xanatos kernel: [ 0.212398] PCI: MMCONFIG for domain 0000 [bus 00-3f] at [mem 0xf8000000-0xfbffffff] (base 0xf8000000) Nov 30 12:19:23 xanatos kernel: [ 0.212400] PCI: MMCONFIG at [mem 0xf8000000-0xfbffffff] reserved in E820 Nov 30 12:19:23 xanatos kernel: [ 0.220271] PCI: Using configuration type 1 for base access Nov 30 12:19:23 xanatos kernel: [ 0.221217] bio: create slab at 0 Nov 30 12:19:23 xanatos kernel: [ 0.221292] ACPI: Added _OSI(Module Device) Nov 30 12:19:23 xanatos kernel: [ 0.221294] ACPI: Added _OSI(Processor Device) Nov 30 12:19:23 xanatos kernel: [ 0.221295] ACPI: Added _OSI(3.0 _SCP Extensions) Nov 30 12:19:23 xanatos kernel: [ 0.221297] ACPI: Added _OSI(Processor Aggregator Device) Nov 30 12:19:23 xanatos kernel: [ 0.225837] ACPI: EC: EC description table is found, configuring boot EC Nov 30 12:19:23 xanatos kernel: [ 0.238265] [Firmware Bug]: ACPI: BIOS _OSI(Linux) query ignored Nov 30 12:19:23 xanatos kernel: [ 0.299282] ACPI: SSDT 00000000dae3a018 00A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.300472] ACPI: Dynamic OEM Table Load: Nov 30 12:19:23 xanatos kernel: [ 0.300475] ACPI: SSDT (null) 00A01 (v01 PmRef Cpu0Cst 00003001 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.318264] ACPI: SSDT 00000000dae3ba98 00303 (v01 PmRef ApIst 00003000 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.319540] ACPI: Dynamic OEM Table Load: Nov 30 12:19:23 xanatos kernel: [ 0.319542] ACPI: SSDT (null) 00303 (v01 PmRef ApIst 00003000 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.337878] ACPI: SSDT 00000000dae39d98 00119 (v01 PmRef ApCst 00003000 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.339061] ACPI: Dynamic OEM Table Load: Nov 30 12:19:23 xanatos kernel: [ 0.339063] ACPI: SSDT (null) 00119 (v01 PmRef ApCst 00003000 INTL 20061109) Nov 30 12:19:23 xanatos kernel: [ 0.358194] ACPI: Interpreter enabled Nov 30 12:19:23 xanatos kernel: [ 0.358197] ACPI: (supports S0 S3 S4 S5) Nov 30 12:19:23 xanatos kernel: [ 0.358228] ACPI: Using IOAPIC for interrupt routing Nov 30 12:19:23 xanatos kernel: [ 0.378229] ACPI: Power Resource [PUBS] (on) Nov 30 12:19:23 xanatos kernel: [ 0.384004] ACPI: EC: GPE = 0x11, I/O: command/status = 0x66, data = 0x62 Nov 30 12:19:23 xanatos kernel: [ 0.386438] ACPI: ACPI Dock Station Driver: 3 docks/bays found Nov 30 12:19:23 xanatos kernel: [ 0.386441] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug Nov 30 12:19:23 xanatos kernel: [ 0.386621] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-3f]) Nov 30 12:19:23 xanatos kernel: [ 0.386707] PCI host bridge to bus 0000:00 Nov 30 12:19:23 xanatos kernel: [ 0.386710] pci_bus 0000:00: root bus resource [bus 00-3f] Nov 30 12:19:23 xanatos kernel: [ 0.386712] pci_bus 0000:00: root bus resource [io 0x0000-0x0cf7] Nov 30 12:19:23 xanatos kernel: [ 0.386713] pci_bus 0000:00: root bus resource [io 0x0d00-0xffff] Nov 30 12:19:23 xanatos kernel: [ 0.386715] pci_bus 0000:00: root bus resource [mem 0x000a0000-0x000bffff] Nov 30 12:19:23 xanatos kernel: [ 0.386717] pci_bus 0000:00: root bus resource [mem 0xdfa00000-0xfebfffff] Nov 30 12:19:23 xanatos kernel: [ 0.386718] pci_bus 0000:00: root bus resource [mem 0xfed40000-0xfed4bfff] Nov 30 12:19:23 xanatos kernel: [ 0.386720] pci_bus 0000:00: scanning bus Nov 30 12:19:23 xanatos kernel: [ 0.386735] pci 0000:00:00.0: [8086:0154] type 00 class 0x060000 Nov 30 12:19:23 xanatos kernel: [ 0.386745] pci 0000:00:00.0: calling quirk_mmio_always_on+0x0/0xa Nov 30 12:19:23 xanatos kernel: [ 0.386798] pci 0000:00:02.0: [8086:0166] type 00 class 0x030000 Nov 30 12:19:23 xanatos kernel: [ 0.386811] pci 0000:00:02.0: reg 10: [mem 0xf0000000-0xf03fffff 64bit] Nov 30 12:19:23 xanatos kernel: [ 0.386818] pci 0000:00:02.0: reg 18: [mem 0xe0000000-0xefffffff 64bit pref] Nov 30 12:19:23 xanatos kernel: [ 0.386823] pci 0000:00:02.0: reg 20: [io 0x5000-0x503f] Nov 30 12:19:23 xanatos kernel: [ 0.386904] pci 0000:00:14.0: [8086:1e31] type 00 class 0x0c0330 Nov 30 12:19:23 xanatos kernel: [ 0.386930] pci 0000:00:14.0: reg 10: [mem 0xf2520000-0xf252ffff 64bit] Nov 30 12:19:23 xanatos kernel: [ 0.387015] pci 0000:00:14.0: PME# supported from D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.387027] pci 0000:00:14.0: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.387055] pci 0000:00:16.0: [8086:1e3a] type 00 class 0x078000 Nov 30 12:19:23 xanatos kernel: [ 0.387083] pci 0000:00:16.0: reg 10: [mem 0xf2535000-0xf253500f 64bit] Nov 30 12:19:23 xanatos kernel: [ 0.387173] pci 0000:00:16.0: PME# supported from D0 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.387178] pci 0000:00:16.0: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.387205] pci 0000:00:16.3: [8086:1e3d] type 00 class 0x070002 Nov 30 12:19:23 xanatos kernel: [ 0.387228] pci 0000:00:16.3: reg 10: [io 0x50b0-0x50b7] Nov 30 12:19:23 xanatos kernel: [ 0.387239] pci 0000:00:16.3: reg 14: [mem 0xf253c000-0xf253cfff] Nov 30 12:19:23 xanatos kernel: [ 0.387363] pci 0000:00:19.0: [8086:1502] type 00 class 0x020000 Nov 30 12:19:23 xanatos kernel: [ 0.387384] pci 0000:00:19.0: reg 10: [mem 0xf2500000-0xf251ffff] Nov 30 12:19:23 xanatos kernel: [ 0.387395] pci 0000:00:19.0: reg 14: [mem 0xf253b000-0xf253bfff] Nov 30 12:19:23 xanatos kernel: [ 0.387404] pci 0000:00:19.0: reg 18: [io 0x5080-0x509f] Nov 30 12:19:23 xanatos kernel: [ 0.387477] pci 0000:00:19.0: PME# supported from D0 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.387481] pci 0000:00:19.0: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.387508] pci 0000:00:1a.0: [8086:1e2d] type 00 class 0x0c0320 Nov 30 12:19:23 xanatos kernel: [ 0.387532] pci 0000:00:1a.0: reg 10: [mem 0xf253a000-0xf253a3ff] Nov 30 12:19:23 xanatos kernel: [ 0.387636] pci 0000:00:1a.0: PME# supported from D0 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.387641] pci 0000:00:1a.0: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.387670] pci 0000:00:1b.0: [8086:1e20] type 00 class 0x040300 Nov 30 12:19:23 xanatos kernel: [ 0.387691] pci 0000:00:1b.0: reg 10: [mem 0xf2530000-0xf2533fff 64bit] Nov 30 12:19:23 xanatos kernel: [ 0.387776] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.387781] pci 0000:00:1b.0: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.387807] pci 0000:00:1c.0: [8086:1e10] type 01 class 0x060400 Nov 30 12:19:23 xanatos kernel: [ 0.387871] pci 0000:00:1c.0: calling pci_fixup_transparent_bridge+0x0/0x1d Nov 30 12:19:23 xanatos kernel: [ 0.387943] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.387948] pci 0000:00:1c.0: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.387982] pci 0000:00:1c.1: [8086:1e12] type 01 class 0x060400 Nov 30 12:19:23 xanatos kernel: [ 0.388045] pci 0000:00:1c.1: calling pci_fixup_transparent_bridge+0x0/0x1d Nov 30 12:19:23 xanatos kernel: [ 0.388119] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.388124] pci 0000:00:1c.1: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.388158] pci 0000:00:1c.2: [8086:1e14] type 01 class 0x060400 Nov 30 12:19:23 xanatos kernel: [ 0.388222] pci 0000:00:1c.2: calling pci_fixup_transparent_bridge+0x0/0x1d Nov 30 12:19:23 xanatos kernel: [ 0.388295] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.388301] pci 0000:00:1c.2: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.388345] pci 0000:00:1d.0: [8086:1e26] type 00 class 0x0c0320 Nov 30 12:19:23 xanatos kernel: [ 0.388370] pci 0000:00:1d.0: reg 10: [mem 0xf2539000-0xf25393ff] Nov 30 12:19:23 xanatos kernel: [ 0.388476] pci 0000:00:1d.0: PME# supported from D0 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.388481] pci 0000:00:1d.0: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.388508] pci 0000:00:1f.0: [8086:1e55] type 00 class 0x060100 Nov 30 12:19:23 xanatos kernel: [ 0.388647] pci 0000:00:1f.2: [8086:1e03] type 00 class 0x010601 Nov 30 12:19:23 xanatos kernel: [ 0.388670] pci 0000:00:1f.2: reg 10: [io 0x50a8-0x50af] Nov 30 12:19:23 xanatos kernel: [ 0.388680] pci 0000:00:1f.2: reg 14: [io 0x50bc-0x50bf] Nov 30 12:19:23 xanatos kernel: [ 0.388690] pci 0000:00:1f.2: reg 18: [io 0x50a0-0x50a7] Nov 30 12:19:23 xanatos kernel: [ 0.388700] pci 0000:00:1f.2: reg 1c: [io 0x50b8-0x50bb] Nov 30 12:19:23 xanatos kernel: [ 0.388709] pci 0000:00:1f.2: reg 20: [io 0x5060-0x507f] Nov 30 12:19:23 xanatos kernel: [ 0.388719] pci 0000:00:1f.2: reg 24: [mem 0xf2538000-0xf25387ff] Nov 30 12:19:23 xanatos kernel: [ 0.388778] pci 0000:00:1f.2: PME# supported from D3hot Nov 30 12:19:23 xanatos kernel: [ 0.388782] pci 0000:00:1f.2: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.388803] pci 0000:00:1f.3: [8086:1e22] type 00 class 0x0c0500 Nov 30 12:19:23 xanatos kernel: [ 0.388823] pci 0000:00:1f.3: reg 10: [mem 0xf2534000-0xf25340ff 64bit] Nov 30 12:19:23 xanatos kernel: [ 0.388848] pci 0000:00:1f.3: reg 20: [io 0xefa0-0xefbf] Nov 30 12:19:23 xanatos kernel: [ 0.388884] pci_bus 0000:00: fixups for bus Nov 30 12:19:23 xanatos kernel: [ 0.388889] pci 0000:00:1c.0: scanning [bus 02-02] behind bridge, pass 0 Nov 30 12:19:23 xanatos kernel: [ 0.388956] pci_bus 0000:02: scanning bus Nov 30 12:19:23 xanatos kernel: [ 0.389038] pci 0000:02:00.0: [1180:e823] type 00 class 0x088001 Nov 30 12:19:23 xanatos kernel: [ 0.389065] pci 0000:02:00.0: reg 10: [mem 0xf1d00000-0xf1d000ff] Nov 30 12:19:23 xanatos kernel: [ 0.389274] pci 0000:02:00.0: supports D1 D2 Nov 30 12:19:23 xanatos kernel: [ 0.389275] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.389281] pci 0000:02:00.0: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.397812] pci_bus 0000:02: fixups for bus Nov 30 12:19:23 xanatos kernel: [ 0.397814] pci 0000:00:1c.0: PCI bridge to [bus 02] Nov 30 12:19:23 xanatos kernel: [ 0.397818] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff] Nov 30 12:19:23 xanatos kernel: [ 0.397824] pci 0000:00:1c.0: bridge window [mem 0xf1d00000-0xf24fffff] Nov 30 12:19:23 xanatos kernel: [ 0.397832] pci 0000:00:1c.0: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref] Nov 30 12:19:23 xanatos kernel: [ 0.397834] pci_bus 0000:02: bus scan returning with max=02 Nov 30 12:19:23 xanatos kernel: [ 0.397840] pci 0000:00:1c.1: scanning [bus 03-03] behind bridge, pass 0 Nov 30 12:19:23 xanatos kernel: [ 0.397907] pci_bus 0000:03: scanning bus Nov 30 12:19:23 xanatos kernel: [ 0.398058] pci 0000:03:00.0: [8086:0085] type 00 class 0x028000 Nov 30 12:19:23 xanatos kernel: [ 0.398256] pci 0000:03:00.0: reg 10: [mem 0xf1c00000-0xf1c01fff 64bit] Nov 30 12:19:23 xanatos kernel: [ 0.399020] pci 0000:03:00.0: PME# supported from D0 D3hot D3cold Nov 30 12:19:23 xanatos kernel: [ 0.399055] pci 0000:03:00.0: PME# disabled Nov 30 12:19:23 xanatos kernel: [ 0.405680] pci_bus 0000:03: fixups for bus Nov 30 12:19:23 xanatos kernel: [ 0.405681] pci 0000:00:1c.1: PCI bridge to [bus 03] Nov 30 12:19:23 xanatos kernel: [ 0.405690] pci 0000:00:1c.1: bridge window [mem 0xf1c00000-0xf1cfffff] Nov 30 12:19:23 xanatos kernel: [ 0.405698] pci_bus 0000:03: bus scan returning with max=03 Nov 30 12:19:23 xanatos kernel: [ 0.405704] pci 0000:00:1c.2: scanning [bus 04-0b] behind bridge, pass 0 Nov 30 12:19:23 xanatos kernel: [ 0.405770] pci_bus 0000:04: scanning bus Nov 30 12:19:23 xanatos kernel: [ 0.405773] pci_bus 0000:04: fixups for bus Nov 30 12:19:23 xanatos kernel: [ 0.405775] pci 0000:00:1c.2: PCI bridge to [bus 04-0b] Nov 30 12:19:23 xanatos kernel: [ 0.405780] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff] Nov 30 12:19:23 xanatos kernel: [ 0.405784] pci 0000:00:1c.2: bridge window [mem 0xf1400000-0xf1bfffff] Nov 30 12:19:23 xanatos kernel: [ 0.405793] pci 0000:00:1c.2: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref] Nov 30 12:19:23 xanatos kernel: [ 0.405794] pci_bus 0000:04: bus scan returning with max=04 Nov 30 12:19:23 xanatos kernel: [ 0.405800] pci 0000:00:1c.0: scanning [bus 02-02] behind bridge, pass 1 Nov 30 12:19:23 xanatos kernel: [ 0.405808] pci 0000:00:1c.1: scanning [bus 03-03] behind bridge, pass 1 Nov 30 12:19:23 xanatos kernel: [ 0.405817] pci 0000:00:1c.2: scanning [bus 04-0b] behind bridge, pass 1 Nov 30 12:19:23 xanatos kernel: [ 0.405823] pci_bus 0000:00: bus scan returning with max=0b Nov 30 12:19:23 xanatos kernel: [ 0.405825] pci_bus 0000:00: on NUMA node 0 Nov 30 12:19:23 xanatos kernel: [ 0.405828] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT] Nov 30 12:19:23 xanatos kernel: [ 0.405992] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT] Nov 30 12:19:23 xanatos kernel: [ 0.406045] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP2._PRT] Nov 30 12:19:23 xanatos kernel: [ 0.406086] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP3._PRT] Nov 30 12:19:23 xanatos kernel: [ 0.406306] pci0000:00: Requesting ACPI _OSC control (0x1d) Nov 30 12:19:23 xanatos kernel: [ 0.406558] pci0000:00: ACPI _OSC request failed (AE_SUPPORT), returned control mask: 0x0d Nov 30 12:19:23 xanatos kernel: [ 0.406559] ACPI _OSC control for PCIe not granted, disabling ASPM Nov 30 12:19:23 xanatos kernel: [ 0.410834] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 5 6 7 9 10 *11) Nov 30 12:19:23 xanatos kernel: [ 0.410960] ACPI: PCI Interrupt Link [LNKB] (IRQs 3 4 5 6 *7 9 10 11) Nov 30 12:19:23 xanatos kernel: [ 0.411084] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 5 6 7 9 10 *11) Nov 30 12:19:23 xanatos kernel: [ 0.411206] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 5 6 7 9 *10 11) Nov 30 12:19:23 xanatos kernel: [ 0.411325] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 5 6 7 9 10 *11) Nov 30 12:19:23 xanatos kernel: [ 0.411444] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 5 6 *7 9 10 11) Nov 30 12:19:23 xanatos kernel: [ 0.411565] ACPI: PCI Interrupt Link [LNKG] (IRQs 3 4 5 6 7 9 *10 11) Nov 30 12:19:23 xanatos kernel: [ 0.411684] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 9 *10 11) Nov 30 12:19:23 xanatos kernel: [ 0.411798] vgaarb: device added: PCI:0000:00:02.0,decodes=io+mem,owns=io+mem,locks=none Nov 30 12:19:23 xanatos kernel: [ 0.411803] vgaarb: loaded Nov 30 12:19:23 xanatos kernel: [ 0.411804] vgaarb: bridge control possible 0000:00:02.0 Nov 30 12:19:23 xanatos kernel: [ 0.411869] SCSI subsystem initialized Nov 30 12:19:23 xanatos kernel: [ 0.411870] ACPI: bus type scsi registered Nov 30 12:19:23 xanatos kernel: [ 0.411913] libata version 3.00 loaded. Nov 30 12:19:23 xanatos kernel: [ 0.411975] PCI: Using ACPI for IRQ routing Nov 30 12:19:23 xanatos kernel: [ 0.413918] PCI: pci_cache_line_size set to 64 bytes Nov 30 12:19:23 xanatos kernel: [ 0.413926] pci 0000:00:02.0: BAR 0: reserving [mem 0xf0000000-0xf03fffff flags 0x140204] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413929] pci 0000:00:02.0: BAR 2: reserving [mem 0xe0000000-0xefffffff flags 0x14220c] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413931] pci 0000:00:02.0: BAR 4: reserving [io 0x5000-0x503f flags 0x40101] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413937] pci 0000:00:14.0: BAR 0: reserving [mem 0xf2520000-0xf252ffff flags 0x140204] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413941] pci 0000:00:16.0: BAR 0: reserving [mem 0xf2535000-0xf253500f flags 0x140204] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413945] pci 0000:00:16.3: BAR 0: reserving [io 0x50b0-0x50b7 flags 0x40101] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413947] pci 0000:00:16.3: BAR 1: reserving [mem 0xf253c000-0xf253cfff flags 0x40200] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413953] pci 0000:00:19.0: BAR 0: reserving [mem 0xf2500000-0xf251ffff flags 0x40200] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413955] pci 0000:00:19.0: BAR 1: reserving [mem 0xf253b000-0xf253bfff flags 0x40200] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413957] pci 0000:00:19.0: BAR 2: reserving [io 0x5080-0x509f flags 0x40101] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413961] pci 0000:00:1a.0: BAR 0: reserving [mem 0xf253a000-0xf253a3ff flags 0x40200] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413965] pci 0000:00:1b.0: BAR 0: reserving [mem 0xf2530000-0xf2533fff flags 0x140204] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413977] pci 0000:00:1d.0: BAR 0: reserving [mem 0xf2539000-0xf25393ff flags 0x40200] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413983] pci 0000:00:1f.2: BAR 0: reserving [io 0x50a8-0x50af flags 0x40101] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413985] pci 0000:00:1f.2: BAR 1: reserving [io 0x50bc-0x50bf flags 0x40101] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413987] pci 0000:00:1f.2: BAR 2: reserving [io 0x50a0-0x50a7 flags 0x40101] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413989] pci 0000:00:1f.2: BAR 3: reserving [io 0x50b8-0x50bb flags 0x40101] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413991] pci 0000:00:1f.2: BAR 4: reserving [io 0x5060-0x507f flags 0x40101] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.413993] pci 0000:00:1f.2: BAR 5: reserving [mem 0xf2538000-0xf25387ff flags 0x40200] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.414000] pci 0000:00:1f.3: BAR 0: reserving [mem 0xf2534000-0xf25340ff flags 0x140204] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.414002] pci 0000:00:1f.3: BAR 4: reserving [io 0xefa0-0xefbf flags 0x40101] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.414141] pci 0000:02:00.0: BAR 0: reserving [mem 0xf1d00000-0xf1d000ff flags 0x40200] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.414169] pci 0000:03:00.0: BAR 0: reserving [mem 0xf1c00000-0xf1c01fff flags 0x140204] (d=0, p=0) Nov 30 12:19:23 xanatos kernel: [ 0.414419] e820: reserve RAM buffer [mem 0x0009d800-0x0009ffff] Nov 30 12:19:23 xanatos kernel: [ 0.414421] e820: reserve RAM buffer [mem 0x40004000-0x43ffffff] Nov 30 12:19:23 xanatos kernel: [ 0.414422] e820: reserve RAM buffer [mem 0xcec30000-0xcfffffff] Nov 30 12:19:23 xanatos kernel: [ 0.414423] e820: reserve RAM buffer [mem 0x11e600000-0x11fffffff] Nov 30 12:19:23 xanatos kernel: [ 0.414531] Bluetooth: Core ver 2.16 Nov 30 12:19:23 xanatos kernel: [ 0.414540] NET: Registered protocol family 31 Nov 30 12:19:23 xanatos kernel: [ 0.414541] Bluetooth: HCI device and connection manager initialized Nov 30 12:19:23 xanatos kernel: [ 0.414548] Bluetooth: HCI socket layer initialized Nov 30 12:19:23 xanatos kernel: [ 0.414551] Bluetooth: L2CAP socket layer initialized Nov 30 12:19:23 xanatos kernel: [ 0.414558] Bluetooth: SCO socket layer initialized Nov 30 12:19:23 xanatos kernel: [ 0.414613] Switching to clocksource hpet Nov 30 12:19:23 xanatos kernel: [ 0.414696] pnp: PnP ACPI init Nov 30 12:19:23 xanatos kernel: [ 0.414711] ACPI: bus type pnp registered Nov 30 12:19:23 xanatos kernel: [ 0.415479] pnp 00:00: [mem 0x00000000-0x0009ffff] Nov 30 12:19:23 xanatos kernel: [ 0.415481] pnp 00:00: [mem 0x000c0000-0x000c3fff] Nov 30 12:19:23 xanatos kernel: [ 0.415483] pnp 00:00: [mem 0x000c4000-0x000c7fff] Nov 30 12:19:23 xanatos kernel: [ 0.415484] pnp 00:00: [mem 0x000c8000-0x000cbfff] Nov 30 12:19:23 xanatos kernel: [ 0.415485] pnp 00:00: [mem 0x000cc000-0x000cffff] Nov 30 12:19:23 xanatos kernel: [ 0.415487] pnp 00:00: [mem 0x000d0000-0x000d3fff] Nov 30 12:19:23 xanatos kernel: [ 0.415488] pnp 00:00: [mem 0x000d4000-0x000d7fff] Nov 30 12:19:23 xanatos kernel: [ 0.415489] pnp 00:00: [mem 0x000d8000-0x000dbfff] Nov 30 12:19:23 xanatos kernel: [ 0.415491] pnp 00:00: [mem 0x000dc000-0x000dffff] Nov 30 12:19:23 xanatos kernel: [ 0.415492] pnp 00:00: [mem 0x000e0000-0x000e3fff] Nov 30 12:19:23 xanatos kernel: [ 0.415494] pnp 00:00: [mem 0x000e4000-0x000e7fff] Nov 30 12:19:23 xanatos kernel: [ 0.415495] pnp 00:00: [mem 0x000e8000-0x000ebfff] Nov 30 12:19:23 xanatos kernel: [ 0.415496] pnp 00:00: [mem 0x000ec000-0x000effff] Nov 30 12:19:23 xanatos kernel: [ 0.415498] pnp 00:00: [mem 0x000f0000-0x000fffff] Nov 30 12:19:23 xanatos kernel: [ 0.415500] pnp 00:00: [mem 0x00100000-0xdf9fffff] Nov 30 12:19:23 xanatos kernel: [ 0.415502] pnp 00:00: [mem 0xfec00000-0xfed3ffff] Nov 30 12:19:23 xanatos kernel: [ 0.415503] pnp 00:00: [mem 0xfed4c000-0xffffffff] Nov 30 12:19:23 xanatos kernel: [ 0.415545] system 00:00: [mem 0x00000000-0x0009ffff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415547] system 00:00: [mem 0x000c0000-0x000c3fff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415549] system 00:00: [mem 0x000c4000-0x000c7fff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415551] system 00:00: [mem 0x000c8000-0x000cbfff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415553] system 00:00: [mem 0x000cc000-0x000cffff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415554] system 00:00: [mem 0x000d0000-0x000d3fff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415556] system 00:00: [mem 0x000d4000-0x000d7fff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415558] system 00:00: [mem 0x000d8000-0x000dbfff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415559] system 00:00: [mem 0x000dc000-0x000dffff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415561] system 00:00: [mem 0x000e0000-0x000e3fff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415563] system 00:00: [mem 0x000e4000-0x000e7fff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415565] system 00:00: [mem 0x000e8000-0x000ebfff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415567] system 00:00: [mem 0x000ec000-0x000effff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415568] system 00:00: [mem 0x000f0000-0x000fffff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415570] system 00:00: [mem 0x00100000-0xdf9fffff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415572] system 00:00: [mem 0xfec00000-0xfed3ffff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415574] system 00:00: [mem 0xfed4c000-0xffffffff] could not be reserved Nov 30 12:19:23 xanatos kernel: [ 0.415586] system 00:00: Plug and Play ACPI device, IDs PNP0c01 (active) Nov 30 12:19:23 xanatos kernel: [ 0.415615] pnp 00:01: [bus 00-3f] Nov 30 12:19:23 xanatos kernel: [ 0.415617] pnp 00:01: [io 0x0cf8-0x0cff] Nov 30 12:19:23 xanatos kernel: [ 0.415619] pnp 00:01: [io 0x0000-0x0cf7 window] Nov 30 12:19:23 xanatos kernel: [ 0.415620] pnp 00:01: [io 0x0d00-0xffff window] Nov 30 12:19:23 xanatos kernel: [ 0.415622] pnp 00:01: [mem 0x000a0000-0x000bffff window] Nov 30 12:19:23 xanatos kernel: [ 0.415623] pnp 00:01: [mem 0x000c0000-0x000c3fff window] Nov 30 12:19:23 xanatos kernel: [ 0.415625] pnp 00:01: [mem 0x000c4000-0x000c7fff window] Nov 30 12:19:23 xanatos kernel: [ 0.415626] pnp 00:01: [mem 0x000c8000-0x000cbfff window] Nov 30 12:19:23 xanatos kernel: [ 0.415628] pnp 00:01: [mem 0x000cc000-0x000cffff window] Nov 30 12:19:23 xanatos kernel: [ 0.415629] pnp 00:01: [mem 0x000d0000-0x000d3fff window] Nov 30 12:19:23 xanatos kernel: [ 0.415630] pnp 00:01: [mem 0x000d4000-0x000d7fff window] Nov 30 12:19:23 xanatos kernel: [ 0.415632] pnp 00:01: [mem 0x000d8000-0x000dbfff window] Nov 30 12:19:23 xanatos kernel: [ 0.415633] pnp 00:01: [mem 0x000dc000-0x000dffff window] Nov 30 12:19:23 xanatos kernel: [ 0.415635] pnp 00:01: [mem 0x000e0000-0x000e3fff window] Nov 30 12:19:23 xanatos kernel: [ 0.415636] pnp 00:01: [mem 0x000e4000-0x000e7fff window] Nov 30 12:19:23 xanatos kernel: [ 0.415638] pnp 00:01: [mem 0x000e8000-0x000ebfff window] Nov 30 12:19:23 xanatos kernel: [ 0.415639] pnp 00:01: [mem 0x000ec000-0x000effff window] Nov 30 12:19:23 xanatos kernel: [ 0.415641] pnp 00:01: [mem 0xdfa00000-0xfebfffff window] Nov 30 12:19:23 xanatos kernel: [ 0.415642] pnp 00:01: [mem 0xfed40000-0xfed4bfff window] Nov 30 12:19:23 xanatos kernel: [ 0.415677] pnp 00:01: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active) Nov 30 12:19:23 xanatos kernel: [ 0.415791] pnp 00:02: [io 0x0010-0x001f] Nov 30 12:19:23 xanatos kernel: [ 0.415793] pnp 00:02: [io 0x0090-0x009f] Nov 30 12:19:23 xanatos kernel: [ 0.415794] pnp 00:02: [io 0x0024-0x0025] Nov 30 12:19:23 xanatos kernel: [ 0.415796] pnp 00:02: [io 0x0028-0x0029] Nov 30 12:19:23 xanatos kernel: [ 0.415797] pnp 00:02: [io 0x002c-0x002d] Nov 30 12:19:23 xanatos kernel: [ 0.415798] pnp 00:02: [io 0x0030-0x0031] Nov 30 12:19:23 xanatos kernel: [ 0.415799] pnp 00:02: [io 0x0034-0x0035] Nov 30 12:19:23 xanatos kernel: [ 0.415801] pnp 00:02: [io 0x0038-0x0039] Nov 30 12:19:23 xanatos kernel: [ 0.415802] pnp 00:02: [io 0x003c-0x003d] Nov 30 12:19:23 xanatos kernel: [ 0.415803] pnp 00:02: [io 0x00a4-0x00a5] Nov 30 12:19:23 xanatos kernel: [ 0.415805] pnp 00:02: [io 0x00a8-0x00a9] Nov 30 12:19:23 xanatos kernel: [ 0.415806] pnp 00:02: [io 0x00ac-0x00ad] Nov 30 12:19:23 xanatos kernel: [ 0.415807] pnp 00:02: [io 0x00b0-0x00b5] Nov 30 12:19:23 xanatos kernel: [ 0.415808] pnp 00:02: [io 0x00b8-0x00b9] Nov 30 12:19:23 xanatos kernel: [ 0.415810] pnp 00:02: [io 0x00bc-0x00bd] Nov 30 12:19:23 xanatos kernel: [ 0.415811] pnp 00:02: [io 0x0050-0x0053] Nov 30 12:19:23 xanatos kernel: [ 0.415812] pnp 00:02: [io 0x0072-0x0077] Nov 30 12:19:23 xanatos kernel: [ 0.415814] pnp 00:02: [io 0x0400-0x047f] Nov 30 12:19:23 xanatos kernel: [ 0.415815] pnp 00:02: [io 0x0500-0x057f] Nov 30 12:19:23 xanatos kernel: [ 0.415816] pnp 00:02: [io 0x0800-0x080f] Nov 30 12:19:23 xanatos kernel: [ 0.415819] pnp 00:02: [io 0x15e0-0x15ef] Nov 30 12:19:23 xanatos kernel: [ 0.415820] pnp 00:02: [io 0x1600-0x167f] Nov 30 12:19:23 xanatos kernel: [ 0.415821] pnp 00:02: [mem 0xf8000000-0xfbffffff] Nov 30 12:19:23 xanatos kernel: [ 0.415823] pnp 00:02: [mem 0xfffff000-0xffffffff] Nov 30 12:19:23 xanatos kernel: [ 0.415824] pnp 00:02: [mem 0xfed1c000-0xfed1ffff] Nov 30 12:19:23 xanatos kernel: [ 0.415826] pnp 00:02: [mem 0xfed10000-0xfed13fff] Nov 30 12:19:23 xanatos kernel: [ 0.415827] pnp 00:02: [mem 0xfed18000-0xfed18fff] Nov 30 12:19:23 xanatos kernel: [ 0.415828] pnp 00:02: [mem 0xfed19000-0xfed19fff] Nov 30 12:19:23 xanatos kernel: [ 0.415830] pnp 00:02: [mem 0xfed45000-0xfed4bfff] Nov 30 12:19:23 xanatos kernel: [ 0.415876] system 00:02: [io 0x0400-0x047f] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415878] system 00:02: [io 0x0500-0x057f] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415880] system 00:02: [io 0x0800-0x080f] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415881] system 00:02: [io 0x15e0-0x15ef] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415883] system 00:02: [io 0x1600-0x167f] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415885] system 00:02: [mem 0xf8000000-0xfbffffff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415887] system 00:02: [mem 0xfffff000-0xffffffff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415889] system 00:02: [mem 0xfed1c000-0xfed1ffff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415891] system 00:02: [mem 0xfed10000-0xfed13fff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415892] system 00:02: [mem 0xfed18000-0xfed18fff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415894] system 00:02: [mem 0xfed19000-0xfed19fff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415896] system 00:02: [mem 0xfed45000-0xfed4bfff] has been reserved Nov 30 12:19:23 xanatos kernel: [ 0.415899] system 00:02: Plug and Play ACPI device, IDs PNP0c02 (active) Nov 30 12:19:23 xanatos kernel: [ 0.415972] pnp 00:03: [mem 0xfed00000-0xfed003ff] Nov 30 12:19:23 xanatos kernel: [ 0.416002] pnp 00:03: Plug and Play ACPI device, IDs PNP0103 (active) Nov 30 12:19:23 xanatos kernel: [ 0.416021] pnp 00:04: [io 0x0000-0x000f] Nov 30 12:19:23 xanatos kernel: [ 0.416023] pnp 00:04: [io 0x0080-0x008f] Nov 30 12:19:23 xanatos kernel: [ 0.416024] pnp 00:04: [io 0x00c0-0x00df] Nov 30 12:19:23 xanatos kernel: [ 0.416026] pnp 00:04: [dma 4] Nov 30 12:19:23 xanatos kernel: [ 0.416050] pnp 00:04: Plug and Play ACPI device, IDs PNP0200 (active) Nov 30 12:19:23 xanatos kernel: [ 0.416061] pnp 00:05: [io 0x0061] Nov 30 12:19:23 xanatos kernel: [ 0.416084] pnp 00:05: Plug and Play ACPI device, IDs PNP0800 (active) Nov 30 12:19:23 xanatos kernel: [ 0.416095] pnp 00:06: [io 0x00f0] Nov 30 12:19:23 xanatos kernel: [ 0.416105] pnp 00:06: [irq 13] Nov 30 12:19:23 xanatos kernel: [ 0.416130] pnp 00:06: Plug and Play ACPI device, IDs PNP0c04 (active) Nov 30 12:19:23 xanatos kernel: [ 0.416141] pnp 00:07: [io 0x0070-0x0071] Nov 30 12:19:23 xanatos kernel: [ 0.416149] pnp 00:07: [irq 8] Nov 30 12:19:23 xanatos kernel: [ 0.416173] pnp 00:07: Plug and Play ACPI device, IDs PNP0b00 (active) Nov 30 12:19:23 xanatos kernel: [ 0.416185] pnp 00:08: [io 0x0060] Nov 30 12:19:23 xanatos kernel: [ 0.416186] pnp 00:08: [io 0x0064] Nov 30 12:19:23 xanatos kernel: [ 0.416193] pnp 00:08: [irq 1] Nov 30 12:19:23 xanatos kernel: [ 0.416217] pnp 00:08: Plug and Play ACPI device, IDs LEN0071 PNP0303 (active) Nov 30 12:19:23 xanatos kernel: [ 0.416235] pnp 00:09: [irq 12] Nov 30 12:19:23 xanatos kernel: [ 0.416261] pnp 00:09: Plug and Play ACPI device, IDs LEN0020 PNP0f13 (active) Nov 30 12:19:23 xanatos kernel: [ 0.416319] pnp 00:0a: [mem 0xfed40000-0xfed44fff] Nov 30 12:19:23 xanatos kernel: [ 0.416346] pnp 00:0a: Plug and Play ACPI device, IDs SMO1200 PNP0c31 (active) Nov 30 12:19:23 xanatos kernel: [ 0.417063] pnp: PnP ACPI: found 11 devices Nov 30 12:19:23 xanatos kernel: [ 0.417065] ACPI: ACPI bus type pnp unregistered Nov 30 12:19:23 xanatos kernel: [ 0.422756] pci 0000:00:1c.0: PCI bridge to [bus 02] Nov 30 12:19:23 xanatos kernel: [ 0.422763] pci 0000:00:1c.0: bridge window [io 0x4000-0x4fff] Nov 30 12:19:23 xanatos kernel: [ 0.422770] pci 0000:00:1c.0: bridge window [mem 0xf1d00000-0xf24fffff] Nov 30 12:19:23 xanatos kernel: [ 0.422775] pci 0000:00:1c.0: bridge window [mem 0xf0400000-0xf0bfffff 64bit pref] Nov 30 12:19:23 xanatos kernel: [ 0.422784] pci 0000:00:1c.1: PCI bridge to [bus 03] Nov 30 12:19:23 xanatos kernel: [ 0.422791] pci 0000:00:1c.1: bridge window [mem 0xf1c00000-0xf1cfffff] Nov 30 12:19:23 xanatos kernel: [ 0.422803] pci 0000:00:1c.2: PCI bridge to [bus 04-0b] Nov 30 12:19:23 xanatos kernel: [ 0.422806] pci 0000:00:1c.2: bridge window [io 0x3000-0x3fff] Nov 30 12:19:23 xanatos kernel: [ 0.422813] pci 0000:00:1c.2: bridge window [mem 0xf1400000-0xf1bfffff] Nov 30 12:19:23 xanatos kernel: [ 0.422818] pci 0000:00:1c.2: bridge window [mem 0xf0c00000-0xf13fffff 64bit pref] Nov 30 12:19:23 xanatos kernel: [ 0.422860] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7] Nov 30 12:19:23 xanatos kernel: [ 0.422862] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff] Nov 30 12:19:23 xanatos kernel: [ 0.422864] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff] Nov 30 12:19:23 xanatos kernel: [ 0.422865] pci_bus 0000:00: resource 7 [mem 0xdfa00000-0xfebfffff] Nov 30 12:19:23 xanatos kernel: [ 0.422867] pci_bus 0000:00: resource 8 [mem 0xfed40000-0xfed4bfff] Nov 30 12:19:23 xanatos kernel: [ 0.422868] pci_bus 0000:02: resource 0 [io 0x4000-0x4fff] Nov 30 12:19:23 xanatos kernel: [ 0.422870] pci_bus 0000:02: resource 1 [mem 0xf1d00000-0xf24fffff] Nov 30 12:19:23 xanatos kernel: [ 0.422871] pci_bus 0000:02: resource 2 [mem 0xf0400000-0xf0bfffff 64bit pref] Nov 30 12:19:23 xanatos kernel: [ 0.422873] pci_bus 0000:03: resource 1 [mem 0xf1c00000-0xf1cfffff] Nov 30 12:19:23 xanatos kernel: [ 0.422875] pci_bus 0000:04: resource 0 [io 0x3000-0x3fff] Nov 30 12:19:23 xanatos kernel: [ 0.422876] pci_bus 0000:04: resource 1 [mem 0xf1400000-0xf1bfffff] Nov 30 12:19:23 xanatos kernel: [ 0.422878] pci_bus 0000:04: resource 2 [mem 0xf0c00000-0xf13fffff 64bit pref] Nov 30 12:19:23 xanatos kernel: [ 0.422907] NET: Registered protocol family 2 Nov 30 12:19:23 xanatos kernel: [ 0.423058] TCP established hash table entries: 262144 (order: 10, 4194304 bytes) Nov 30 12:19:23 xanatos kernel: [ 0.423751] TCP bind hash table entries: 65536 (order: 10, 4194304 bytes) Nov 30 12:19:23 xanatos kernel: [ 0.425984] TCP: Hash tables configured (established 262144 bind 65536) Nov 30 12:19:23 xanatos kernel: [ 0.426028] TCP: reno registered Nov 30 12:19:23 xanatos kernel: [ 0.426037] UDP hash table entries: 2048 (order: 6, 327680 bytes) Nov 30 12:19:23 xanatos kernel: [ 0.426192] UDP-Lite hash table entries: 2048 (order: 6, 327680 bytes) Nov 30 12:19:23 xanatos kernel: [ 0.426402] NET: Registered protocol family 1 Nov 30 12:19:23 xanatos kernel: [ 0.426419] pci 0000:00:02.0: calling pci_fixup_video+0x0/0xaa Nov 30 12:19:23 xanatos kernel: [ 0.426421] pci 0000:00:02.0: Boot video device Nov 30 12:19:23 xanatos kernel: [ 0.426426] pci 0000:00:14.0: calling quirk_usb_early_handoff+0x0/0x790 Nov 30 12:19:23 xanatos kernel: [ 0.426475] pci 0000:00:14.0: Configurable ports to enable SuperSpeed: 0xf Nov 30 12:19:23 xanatos kernel: [ 0.426480] pci 0000:00:14.0: USB 3.0 ports that are now enabled under xHCI: 0xf Nov 30 12:19:23 xanatos kernel: [ 0.426483] pci 0000:00:14.0: Configurable USB 2.0 ports to hand over to xCHI: 0xf Nov 30 12:19:23 xanatos kernel: [ 0.426488] pci 0000:00:14.0: USB 2.0 ports that are now switched over to xHCI: 0xf Nov 30 12:19:23 xanatos kernel: [ 0.426510] pci 0000:00:19.0: calling quirk_e100_interrupt+0x0/0x169 Nov 30 12:19:23 xanatos kernel: [ 0.426517] pci 0000:00:1a.0: calling quirk_usb_early_handoff+0x0/0x790 Nov 30 12:19:23 xanatos kernel: [ 0.426570] pci 0000:00:1d.0: calling quirk_usb_early_handoff+0x0/0x790 Nov 30 12:19:23 xanatos kernel: [ 0.426873] PCI: CLS 64 bytes, default 64 Nov 30 12:19:23 xanatos kernel: [ 0.426945] Trying to unpack rootfs image as initramfs... Nov 30 12:19:23 xanatos kernel: [ 1.266215] Freeing initrd memory: 55140k freed Nov 30 12:19:23 xanatos kernel: [ 1.274745] DMA-API: preallocated 32768 debug entries Nov 30 12:19:23 xanatos kernel: [ 1.274748] DMA-API: debugging enabled by kernel config Nov 30 12:19:23 xanatos kernel: [ 1.274750] PCI-DMA: Using software bounce buffering for IO (SWIOTLB) Nov 30 12:19:23 xanatos kernel: [ 1.274753] software IO TLB [mem 0xcac2e000-0xcec2dfff] (64MB) mapped at [ffff8800cac2e000-ffff8800cec2dfff] Nov 30 12:19:23 xanatos kernel: [ 1.275078] audit: initializing netlink socket (disabled) Nov 30 12:19:23 xanatos kernel: [ 1.275108] type=2000 audit(1354306757.172:1): initialized Nov 30 12:19:23 xanatos kernel: [ 1.289650] HugeTLB registered 2 MB page size, pre-allocated 0 pages Nov 30 12:19:23 xanatos kernel: [ 1.291897] fuse init (API version 7.20) Nov 30 12:19:23 xanatos kernel: [ 1.291965] msgmni has been set to 7284 Nov 30 12:19:23 xanatos kernel: [ 1.292277] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253) Nov 30 12:19:23 xanatos kernel: [ 1.292284] io scheduler noop registered Nov 30 12:19:23 xanatos kernel: [ 1.292286] io scheduler deadline registered Nov 30 12:19:23 xanatos kernel: [ 1.292312] io scheduler cfq registered (default) Nov 30 12:19:23 xanatos kernel: [ 1.293629] pci_hotplug: PCI Hot Plug PCI Core version: 0.5 Nov 30 12:19:23 xanatos kernel: [ 1.293672] pciehp: PCI Express Hot Plug Controller Driver version: 0.4 Nov 30 12:19:23 xanatos kernel: [ 1.293847] ACPI: Deprecated procfs I/F for AC is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared Nov 30 12:19:23 xanatos kernel: [ 1.294007] ACPI: AC Adapter [AC] (on-line) Nov 30 12:19:23 xanatos kernel: [ 1.294197] input: Lid Switch as /devices/LNXSYSTM:00/device:00/PNP0C0D:00/input/input0 Nov 30 12:19:23 xanatos kernel: [ 1.294410] ACPI: Lid Switch [LID] Nov 30 12:19:23 xanatos kernel: [ 1.294453] input: Sleep Button as /devices/LNXSYSTM:00/device:00/PNP0C0E:00/input/input1 Nov 30 12:19:23 xanatos kernel: [ 1.294466] ACPI: Sleep Button [SLPB] Nov 30 12:19:23 xanatos kernel: [ 1.294523] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input2 Nov 30 12:19:23 xanatos kernel: [ 1.294526] ACPI: Power Button [PWRF] Nov 30 12:19:23 xanatos kernel: [ 1.294663] ACPI: Requesting acpi_cpufreq Nov 30 12:19:23 xanatos kernel: [ 1.313678] Monitor-Mwait will be used to enter C-1 state Nov 30 12:19:23 xanatos kernel: [ 1.313688] Monitor-Mwait will be used to enter C-2 state Nov 30 12:19:23 xanatos kernel: [ 1.313727] ACPI: acpi_idle registered with cpuidle Nov 30 12:19:23 xanatos kernel: [ 1.323135] thermal LNXTHERM:00: registered as thermal_zone0 Nov 30 12:19:23 xanatos kernel: [ 1.323137] ACPI: Thermal Zone [THM0] (50 C) Nov 30 12:19:23 xanatos kernel: [ 1.323154] XENFS: not registering filesystem on non-xen platform Nov 30 12:19:23 xanatos kernel: [ 1.323269] Linux agpgart interface v0.103 Nov 30 12:19:23 xanatos kernel: [ 1.324786] brd: module loaded Nov 30 12:19:23 xanatos kernel: [ 1.325563] loop: module loaded Nov 30 12:19:23 xanatos kernel: [ 1.325683] ahci 0000:00:1f.2: version 3.0 Nov 30 12:19:23 xanatos kernel: [ 1.325775] ahci 0000:00:1f.2: irq 40 for MSI/MSI-X Nov 30 12:19:23 xanatos kernel: [ 1.325837] ahci: SSS flag set, parallel bus scan disabled Nov 30 12:19:23 xanatos kernel: [ 1.333908] ACPI: Deprecated procfs I/F for battery is loaded, please retry with CONFIG_ACPI_PROCFS_POWER cleared Nov 30 12:19:23 xanatos kernel: [ 1.333915] ACPI: Battery Slot [BAT0] (battery present) Nov 30 12:19:23 xanatos kernel: [ 1.340950] ahci 0000:00:1f.2: AHCI 0001.0300 32 slots 6 ports 6 Gbps 0x13 impl SATA mode Nov 30 12:19:23 xanatos kernel: [ 1.340953] ahci 0000:00:1f.2: flags: 64bit ncq stag pm led clo pio slum part ems sxs apst Nov 30 12:19:23 xanatos kernel: [ 1.340961] ahci 0000:00:1f.2: setting latency timer to 64 Nov 30 12:19:23 xanatos kernel: [ 1.357448] scsi0 : ahci Nov 30 12:19:23 xanatos kernel: [ 1.357574] scsi1 : ahci Nov 30 12:19:23 xanatos kernel: [ 1.357657] scsi2 : ahci Nov 30 12:19:23 xanatos kernel: [ 1.357737] scsi3 : ahci Nov 30 12:19:23 xanatos kernel: [ 1.357819] scsi4 : ahci Nov 30 12:19:23 xanatos kernel: [ 1.357896] scsi5 : ahci Nov 30 12:19:23 xanatos kernel: [ 1.357948] ata1: SATA max UDMA/133 abar m2048@0xf2538000 port 0xf2538100 irq 40 Nov 30 12:19:23 xanatos kernel: [ 1.357951] ata2: SATA max UDMA/133 abar m2048@0xf2538000 port 0xf2538180 irq 40 Nov 30 12:19:23 xanatos kernel: [ 1.357952] ata3: DUMMY Nov 30 12:19:23 xanatos kernel: [ 1.357953] ata4: DUMMY Nov 30 12:19:23 xanatos kernel: [ 1.357956] ata5: SATA max UDMA/133 abar m2048@0xf2538000 port 0xf2538300 irq 40 Nov 30 12:19:23 xanatos kernel: [ 1.357957] ata6: DUMMY Nov 30 12:19:23 xanatos kernel: [ 1.358076] e1000e: Intel(R) PRO/1000 Network Driver - 2.1.4-k Nov 30 12:19:23 xanatos kernel: [ 1.358077] e1000e: Copyright(c) 1999 - 2012 Intel Corporation. Nov 30 12:19:23 xanatos kernel: [ 1.358108] e1000e 0000:00:19.0: setting latency timer to 64 Nov 30 12:19:23 xanatos kernel: [ 1.358178] e1000e 0000:00:19.0: Interrupt Throttling Rate (ints/sec) set to dynamic conservative mode Nov 30 12:19:23 xanatos kernel: [ 1.358216] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X Nov 30 12:19:23 xanatos kernel: [ 1.555409] e1000e 0000:00:19.0 eth0: (PCI Express:2.5GT/s:Width x1) 3c:97:0e:39:d7:10 Nov 30 12:19:23 xanatos kernel: [ 1.555412] e1000e 0000:00:19.0 eth0: Intel(R) PRO/1000 Network Connection Nov 30 12:19:23 xanatos kernel: [ 1.555458] e1000e 0000:00:19.0 eth0: MAC: 10, PHY: 11, PBA No: 1000FF-0FF Nov 30 12:19:23 xanatos kernel: [ 1.555476] PPP generic driver version 2.4.2 Nov 30 12:19:23 xanatos kernel: [ 1.555557] i8042: PNP: PS/2 Controller [PNP0303:KBD,PNP0f13:MOU] at 0x60,0x64 irq 1,12 Nov 30 12:19:23 xanatos kernel: [ 1.557071] serio: i8042 KBD port at 0x60,0x64 irq 1 Nov 30 12:19:23 xanatos kernel: [ 1.557134] serio: i8042 AUX port at 0x60,0x64 irq 12 Nov 30 12:19:23 xanatos kernel: [ 1.557209] mousedev: PS/2 mouse device common for all mice Nov 30 12:19:23 xanatos kernel: [ 1.557441] rtc_cmos 00:07: RTC can wake from S4 Nov 30 12:19:23 xanatos kernel: [ 1.557598] rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0 Nov 30 12:19:23 xanatos kernel: [ 1.557635] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs Nov 30 12:19:23 xanatos kernel: [ 1.557731] device-mapper: uevent: version 1.0.3 Nov 30 12:19:23 xanatos kernel: [ 1.557793] device-mapper: ioctl: 4.23.0-ioctl (2012-07-25) initialised: dm-devel-H+wXaHxf7aLQT0dZR+AlfA@public.gmane.org Nov 30 12:19:23 xanatos kernel: [ 1.557860] device-mapper: multipath: version 1.5.0 loaded Nov 30 12:19:23 xanatos kernel: [ 1.557871] device-mapper: multipath round-robin: version 1.0.0 loaded Nov 30 12:19:23 xanatos kernel: [ 1.557997] cpuidle: using governor ladder Nov 30 12:19:23 xanatos kernel: [ 1.558108] cpuidle: using governor menu Nov 30 12:19:23 xanatos kernel: [ 1.558239] TCP: cubic registered Nov 30 12:19:23 xanatos kernel: [ 1.558386] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3 Nov 30 12:19:23 xanatos kernel: [ 1.558517] NET: Registered protocol family 10 Nov 30 12:19:23 xanatos kernel: [ 1.558733] NET: Registered protocol family 17 Nov 30 12:19:23 xanatos kernel: [ 1.558770] Key type dns_resolver registered Nov 30 12:19:23 xanatos kernel: [ 1.558855] PM: Checking hibernation image partition /dev/sda2 Nov 30 12:19:23 xanatos kernel: [ 1.676343] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300) Nov 30 12:19:23 xanatos kernel: [ 1.677400] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded Nov 30 12:19:23 xanatos kernel: [ 1.677405] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out Nov 30 12:19:23 xanatos kernel: [ 1.677803] ata1.00: ATA-7: INTEL SSDSA2M160G2GC, 2CV102M3, max UDMA/133 Nov 30 12:19:23 xanatos kernel: [ 1.677806] ata1.00: 312581808 sectors, multi 16: LBA48 NCQ (depth 31/32) Nov 30 12:19:23 xanatos kernel: [ 1.677923] ata1.00: failed to get Identify Device Data, Emask 0x1 Nov 30 12:19:23 xanatos kernel: [ 1.679117] ata1.00: ACPI cmd ef/02:00:00:00:00:a0 (SET FEATURES) succeeded Nov 30 12:19:23 xanatos kernel: [ 1.679120] ata1.00: ACPI cmd f5/00:00:00:00:00:a0 (SECURITY FREEZE LOCK) filtered out Nov 30 12:19:23 xanatos kernel: [ 1.679615] ata1.00: failed to get Identify Device Data, Emask 0x1 Nov 30 12:19:23 xanatos kernel: [ 1.679619] ata1.00: configured for UDMA/133 Nov 30 12:19:23 xanatos kernel: [ 1.684450] scsi 0:0:0:0: Direct-Access ATA INTEL SSDSA2M160 2CV1 PQ: 0 ANSI: 5 Nov 30 12:19:23 xanatos kernel: [ 1.684884] sd 0:0:0:0: [sda] 312581808 512-byte logical blocks: (160 GB/149 GiB) Nov 30 12:19:23 xanatos kernel: [ 1.684920] sd 0:0:0:0: Attached scsi generic sg0 type 0 Nov 30 12:19:23 xanatos kernel: [ 1.684983] sd 0:0:0:0: [sda] Write Protect is off Nov 30 12:19:23 xanatos kernel: [ 1.684986] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00 Nov 30 12:19:23 xanatos kernel: [ 1.685018] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA Nov 30 12:19:23 xanatos kernel: [ 1.685956] sda: sda1 sda2 < sda5 > Nov 30 12:19:23 xanatos kernel: [ 1.686438] sd 0:0:0:0: [sda] Attached SCSI disk Nov 30 12:19:23 xanatos kernel: [ 2.011714] ata2: SATA link down (SStatus 0 SControl 300) Nov 30 12:19:23 xanatos kernel: [ 2.271221] tsc: Refined TSC clocksource calibration: 2594.108 MHz Nov 30 12:19:23 xanatos kernel: [ 2.271226] Switching to clocksource tsc Nov 30 12:19:23 xanatos kernel: [ 2.339084] ata5: SATA link down (SStatus 0 SControl 300) Nov 30 12:19:23 xanatos kernel: [ 2.413341] psmouse serio1: synaptics: Touchpad model: 1, fw: 8.1, id: 0x1e2b1, caps: 0xd002a3/0x940300/0x123800, board id: 1611, fw id: 1099905 Nov 30 12:19:23 xanatos kernel: [ 2.413346] psmouse serio1: synaptics: serio: Synaptics pass-through port at isa0060/serio1/input0 Nov 30 12:19:23 xanatos kernel: [ 2.452447] input: SynPS/2 Synaptics TouchPad as /devices/platform/i8042/serio1/input/input4 Nov 30 12:19:23 xanatos kernel: [ 2.455241] PM: Hibernation image partition 8:2 present Nov 30 12:19:23 xanatos kernel: [ 2.455244] PM: Looking for hibernation image. Nov 30 12:19:23 xanatos kernel: [ 2.562641] attempt to access beyond end of device Nov 30 12:19:23 xanatos kernel: [ 2.562648] sda2: rw=16, want=8, limit=2 Nov 30 12:19:23 xanatos kernel: [ 2.562660] Read-error on swap-device (8:2:0) Nov 30 12:19:23 xanatos kernel: [ 2.562674] PM: Image not found (code -22) Nov 30 12:19:23 xanatos kernel: [ 2.562675] PM: Hibernation image not present or could not be loaded. Nov 30 12:19:23 xanatos kernel: [ 2.562692] registered taskstats version 1 Nov 30 12:19:23 xanatos kernel: [ 2.563260] rtc_cmos 00:07: setting system clock to 2012-11-30 20:19:19 UTC (1354306759) Nov 30 12:19:23 xanatos kernel: [ 2.563262] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found Nov 30 12:19:23 xanatos kernel: [ 2.563263] EDD information not available. Nov 30 12:19:23 xanatos kernel: [ 2.564241] Freeing unused kernel memory: 596k freed Nov 30 12:19:23 xanatos kernel: [ 2.564311] Write protecting the kernel read-only data: 10240k Nov 30 12:19:23 xanatos kernel: [ 2.566152] Freeing unused kernel memory: 772k freed Nov 30 12:19:23 xanatos kernel: [ 2.570388] Freeing unused kernel memory: 1816k freed Nov 30 12:19:23 xanatos kernel: [ 2.699264] ACPI: bus type usb registered Nov 30 12:19:23 xanatos kernel: [ 2.699314] usbcore: registered new interface driver usbfs Nov 30 12:19:23 xanatos kernel: [ 2.699375] usbcore: registered new interface driver hub Nov 30 12:19:23 xanatos kernel: [ 2.705115] [drm] Initialized drm 1.1.0 20060810 Nov 30 12:19:23 xanatos kernel: [ 2.710625] usbcore: registered new device driver usb Nov 30 12:19:23 xanatos kernel: [ 2.712732] xhci_hcd 0000:00:14.0: enabling bus mastering Nov 30 12:19:23 xanatos kernel: [ 2.712746] xhci_hcd 0000:00:14.0: setting latency timer to 64 Nov 30 12:19:23 xanatos kernel: [ 2.712753] xhci_hcd 0000:00:14.0: xHCI Host Controller Nov 30 12:19:23 xanatos kernel: [ 2.712821] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 1 Nov 30 12:19:23 xanatos kernel: [ 2.712839] xhci_hcd 0000:00:14.0: xHCI capability registers at ffffc90005e40000: Nov 30 12:19:23 xanatos kernel: [ 2.712843] xhci_hcd 0000:00:14.0: CAPLENGTH AND HCIVERSION 0x1000080: Nov 30 12:19:23 xanatos kernel: [ 2.712846] xhci_hcd 0000:00:14.0: CAPLENGTH: 0x80 Nov 30 12:19:23 xanatos kernel: [ 2.712848] xhci_hcd 0000:00:14.0: HCIVERSION: 0x100 Nov 30 12:19:23 xanatos kernel: [ 2.712854] xhci_hcd 0000:00:14.0: HCSPARAMS 1: 0x8000820 Nov 30 12:19:23 xanatos kernel: [ 2.712856] xhci_hcd 0000:00:14.0: Max device slots: 32 Nov 30 12:19:23 xanatos kernel: [ 2.712858] xhci_hcd 0000:00:14.0: Max interrupters: 8 Nov 30 12:19:23 xanatos kernel: [ 2.712861] xhci_hcd 0000:00:14.0: Max ports: 8 Nov 30 12:19:23 xanatos kernel: [ 2.712867] xhci_hcd 0000:00:14.0: HCSPARAMS 2: 0x84000054 Nov 30 12:19:23 xanatos kernel: [ 2.712869] xhci_hcd 0000:00:14.0: Isoc scheduling threshold: 4 Nov 30 12:19:23 xanatos kernel: [ 2.712872] xhci_hcd 0000:00:14.0: Maximum allowed segments in event ring: 5 Nov 30 12:19:23 xanatos kernel: [ 2.712875] xhci_hcd 0000:00:14.0: HCSPARAMS 3 0x200000a: Nov 30 12:19:23 xanatos kernel: [ 2.712878] xhci_hcd 0000:00:14.0: Worst case U1 device exit latency: 10 Nov 30 12:19:23 xanatos kernel: [ 2.712880] xhci_hcd 0000:00:14.0: Worst case U2 device exit latency: 512 Nov 30 12:19:23 xanatos kernel: [ 2.712886] xhci_hcd 0000:00:14.0: HCC PARAMS 0x20007181: Nov 30 12:19:23 xanatos kernel: [ 2.712888] xhci_hcd 0000:00:14.0: HC generates 64 bit addresses Nov 30 12:19:23 xanatos kernel: [ 2.712890] xhci_hcd 0000:00:14.0: FIXME: more HCCPARAMS debugging Nov 30 12:19:23 xanatos kernel: [ 2.712896] xhci_hcd 0000:00:14.0: RTSOFF 0x2000: Nov 30 12:19:23 xanatos kernel: [ 2.712899] xhci_hcd 0000:00:14.0: xHCI operational registers at ffffc90005e40080: Nov 30 12:19:23 xanatos kernel: [ 2.712903] xhci_hcd 0000:00:14.0: USBCMD 0x0: Nov 30 12:19:23 xanatos kernel: [ 2.712905] xhci_hcd 0000:00:14.0: HC is being stopped Nov 30 12:19:23 xanatos kernel: [ 2.712908] xhci_hcd 0000:00:14.0: HC has finished hard reset Nov 30 12:19:23 xanatos kernel: [ 2.712910] xhci_hcd 0000:00:14.0: Event Interrupts disabled Nov 30 12:19:23 xanatos kernel: [ 2.712913] xhci_hcd 0000:00:14.0: Host System Error Interrupts disabled Nov 30 12:19:23 xanatos kernel: [ 2.712915] xhci_hcd 0000:00:14.0: HC has finished light reset Nov 30 12:19:23 xanatos kernel: [ 2.712921] xhci_hcd 0000:00:14.0: USBSTS 0x1: Nov 30 12:19:23 xanatos kernel: [ 2.712924] xhci_hcd 0000:00:14.0: Event ring is empty Nov 30 12:19:23 xanatos kernel: [ 2.712926] xhci_hcd 0000:00:14.0: No Host System Error Nov 30 12:19:23 xanatos kernel: [ 2.712928] xhci_hcd 0000:00:14.0: HC is halted Nov 30 12:19:23 xanatos kernel: [ 2.712935] xhci_hcd 0000:00:14.0: ffffc90005e40480 port status reg = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.712939] xhci_hcd 0000:00:14.0: ffffc90005e40484 port power reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712944] xhci_hcd 0000:00:14.0: ffffc90005e40488 port link reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712948] xhci_hcd 0000:00:14.0: ffffc90005e4048c port reserved reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712952] xhci_hcd 0000:00:14.0: ffffc90005e40490 port status reg = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.712956] xhci_hcd 0000:00:14.0: ffffc90005e40494 port power reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712961] xhci_hcd 0000:00:14.0: ffffc90005e40498 port link reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712966] xhci_hcd 0000:00:14.0: ffffc90005e4049c port reserved reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712970] xhci_hcd 0000:00:14.0: ffffc90005e404a0 port status reg = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.712973] xhci_hcd 0000:00:14.0: ffffc90005e404a4 port power reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712978] xhci_hcd 0000:00:14.0: ffffc90005e404a8 port link reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712982] xhci_hcd 0000:00:14.0: ffffc90005e404ac port reserved reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712987] xhci_hcd 0000:00:14.0: ffffc90005e404b0 port status reg = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.712991] xhci_hcd 0000:00:14.0: ffffc90005e404b4 port power reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.712995] xhci_hcd 0000:00:14.0: ffffc90005e404b8 port link reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713000] xhci_hcd 0000:00:14.0: ffffc90005e404bc port reserved reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713004] xhci_hcd 0000:00:14.0: ffffc90005e404c0 port status reg = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.713008] xhci_hcd 0000:00:14.0: ffffc90005e404c4 port power reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713012] xhci_hcd 0000:00:14.0: ffffc90005e404c8 port link reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713016] xhci_hcd 0000:00:14.0: ffffc90005e404cc port reserved reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713020] xhci_hcd 0000:00:14.0: ffffc90005e404d0 port status reg = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.713024] xhci_hcd 0000:00:14.0: ffffc90005e404d4 port power reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713028] xhci_hcd 0000:00:14.0: ffffc90005e404d8 port link reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713033] xhci_hcd 0000:00:14.0: ffffc90005e404dc port reserved reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713037] xhci_hcd 0000:00:14.0: ffffc90005e404e0 port status reg = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.713041] xhci_hcd 0000:00:14.0: ffffc90005e404e4 port power reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713045] xhci_hcd 0000:00:14.0: ffffc90005e404e8 port link reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713050] xhci_hcd 0000:00:14.0: ffffc90005e404ec port reserved reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713054] xhci_hcd 0000:00:14.0: ffffc90005e404f0 port status reg = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.713058] xhci_hcd 0000:00:14.0: ffffc90005e404f4 port power reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713061] xhci_hcd 0000:00:14.0: ffffc90005e404f8 port link reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713067] xhci_hcd 0000:00:14.0: ffffc90005e404fc port reserved reg = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713069] xhci_hcd 0000:00:14.0: // Halt the HC Nov 30 12:19:23 xanatos kernel: [ 2.713076] xhci_hcd 0000:00:14.0: Resetting HCD Nov 30 12:19:23 xanatos kernel: [ 2.713079] xhci_hcd 0000:00:14.0: // Reset the HC Nov 30 12:19:23 xanatos kernel: [ 2.713087] xhci_hcd 0000:00:14.0: Wait for controller to be ready for doorbell rings Nov 30 12:19:23 xanatos kernel: [ 2.713091] xhci_hcd 0000:00:14.0: Reset complete Nov 30 12:19:23 xanatos kernel: [ 2.713094] xhci_hcd 0000:00:14.0: Enabling 64-bit DMA addresses. Nov 30 12:19:23 xanatos kernel: [ 2.713096] xhci_hcd 0000:00:14.0: Calling HCD init Nov 30 12:19:23 xanatos kernel: [ 2.713098] xhci_hcd 0000:00:14.0: xhci_init Nov 30 12:19:23 xanatos kernel: [ 2.713101] xhci_hcd 0000:00:14.0: xHCI doesn't need link TRB QUIRK Nov 30 12:19:23 xanatos kernel: [ 2.713108] xhci_hcd 0000:00:14.0: Supported page size register = 0x1 Nov 30 12:19:23 xanatos kernel: [ 2.713110] xhci_hcd 0000:00:14.0: Supported page size of 4K Nov 30 12:19:23 xanatos kernel: [ 2.713112] xhci_hcd 0000:00:14.0: HCD page size set to 4K Nov 30 12:19:23 xanatos kernel: [ 2.713116] xhci_hcd 0000:00:14.0: // xHC can handle at most 32 device slots. Nov 30 12:19:23 xanatos kernel: [ 2.713120] xhci_hcd 0000:00:14.0: // Setting Max device slots reg = 0x20. Nov 30 12:19:23 xanatos kernel: [ 2.713147] xhci_hcd 0000:00:14.0: // Device context base array address = 0x34800000 (DMA), ffff880034800000 (virt) Nov 30 12:19:23 xanatos kernel: [ 2.713188] xhci_hcd 0000:00:14.0: Allocated command ring at ffff88010ce39c80 Nov 30 12:19:23 xanatos kernel: [ 2.713191] xhci_hcd 0000:00:14.0: First segment DMA is 0x34801000 Nov 30 12:19:23 xanatos kernel: [ 2.713199] xhci_hcd 0000:00:14.0: // Setting command ring address to 0x20 Nov 30 12:19:23 xanatos kernel: [ 2.713204] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr low bits + flags = @00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713206] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr high bits = @00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713222] xhci_hcd 0000:00:14.0: // Doorbell array is located at offset 0x3000 from cap regs base addr Nov 30 12:19:23 xanatos kernel: [ 2.713225] xhci_hcd 0000:00:14.0: // xHCI capability registers at ffffc90005e40000: Nov 30 12:19:23 xanatos kernel: [ 2.713230] xhci_hcd 0000:00:14.0: // @ffffc90005e40000 = 0x1000080 (CAPLENGTH AND HCIVERSION) Nov 30 12:19:23 xanatos kernel: [ 2.713233] xhci_hcd 0000:00:14.0: // CAPLENGTH: 0x80 Nov 30 12:19:23 xanatos kernel: [ 2.713236] xhci_hcd 0000:00:14.0: // xHCI operational registers at ffffc90005e40080: Nov 30 12:19:23 xanatos kernel: [ 2.713243] xhci_hcd 0000:00:14.0: // @ffffc90005e40018 = 0x2000 RTSOFF Nov 30 12:19:23 xanatos kernel: [ 2.713245] xhci_hcd 0000:00:14.0: // xHCI runtime registers at ffffc90005e42000: Nov 30 12:19:23 xanatos kernel: [ 2.713251] xhci_hcd 0000:00:14.0: // @ffffc90005e40014 = 0x3000 DBOFF Nov 30 12:19:23 xanatos kernel: [ 2.713253] xhci_hcd 0000:00:14.0: // Doorbell array at ffffc90005e43000: Nov 30 12:19:23 xanatos kernel: [ 2.713256] xhci_hcd 0000:00:14.0: xHCI runtime registers at ffffc90005e42000: Nov 30 12:19:23 xanatos kernel: [ 2.713262] xhci_hcd 0000:00:14.0: ffffc90005e42000: Microframe index = 0x0 Nov 30 12:19:23 xanatos kernel: [ 2.713282] xhci_hcd 0000:00:14.0: // Allocating event ring Nov 30 12:19:23 xanatos kernel: [ 2.713286] xhci_hcd 0000:00:14.0: TRB math tests passed. Nov 30 12:19:23 xanatos kernel: [ 2.713295] xhci_hcd 0000:00:14.0: // Allocated event ring segment table at 0x34803000 Nov 30 12:19:23 xanatos kernel: [ 2.713298] xhci_hcd 0000:00:14.0: Set ERST to 0; private num segs = 1, virt addr = ffff880034803000, dma addr = 0x34803000 Nov 30 12:19:23 xanatos kernel: [ 2.713304] xhci_hcd 0000:00:14.0: // Write ERST size = 1 to ir_set 0 (some bits preserved) Nov 30 12:19:23 xanatos kernel: [ 2.713306] xhci_hcd 0000:00:14.0: // Set ERST entries to point to event ring. Nov 30 12:19:23 xanatos kernel: [ 2.713308] xhci_hcd 0000:00:14.0: // Set ERST base address for ir_set 0 = 0x34803000 Nov 30 12:19:23 xanatos kernel: [ 2.713315] xhci_hcd 0000:00:14.0: // Write event ring dequeue pointer, preserving EHB bit Nov 30 12:19:23 xanatos kernel: [ 2.713318] xhci_hcd 0000:00:14.0: Wrote ERST address to ir_set 0. Nov 30 12:19:23 xanatos kernel: [ 2.713322] xhci_hcd 0000:00:14.0: Allocating 16 scratchpad buffers Nov 30 12:19:23 xanatos kernel: [ 2.713455] xhci_hcd 0000:00:14.0: Ext Cap ffffc90005e48000, port offset = 1, count = 4, revision = 0x2 Nov 30 12:19:23 xanatos kernel: [ 2.713457] xhci_hcd 0000:00:14.0: xHCI 1.0: support USB2 software lpm Nov 30 12:19:23 xanatos kernel: [ 2.713465] xhci_hcd 0000:00:14.0: Ext Cap ffffc90005e48020, port offset = 5, count = 4, revision = 0x3 Nov 30 12:19:23 xanatos kernel: [ 2.713468] xhci_hcd 0000:00:14.0: Found 4 USB 2.0 ports and 4 USB 3.0 ports. Nov 30 12:19:23 xanatos kernel: [ 2.713470] xhci_hcd 0000:00:14.0: USB 2.0 port at index 0, addr = ffffc90005e40480 Nov 30 12:19:23 xanatos kernel: [ 2.713473] xhci_hcd 0000:00:14.0: USB 2.0 port at index 1, addr = ffffc90005e40490 Nov 30 12:19:23 xanatos kernel: [ 2.713476] xhci_hcd 0000:00:14.0: USB 2.0 port at index 2, addr = ffffc90005e404a0 Nov 30 12:19:23 xanatos kernel: [ 2.713478] xhci_hcd 0000:00:14.0: USB 2.0 port at index 3, addr = ffffc90005e404b0 Nov 30 12:19:23 xanatos kernel: [ 2.713481] xhci_hcd 0000:00:14.0: USB 3.0 port at index 4, addr = ffffc90005e404c0 Nov 30 12:19:23 xanatos kernel: [ 2.713483] xhci_hcd 0000:00:14.0: USB 3.0 port at index 5, addr = ffffc90005e404d0 Nov 30 12:19:23 xanatos kernel: [ 2.713486] xhci_hcd 0000:00:14.0: USB 3.0 port at index 6, addr = ffffc90005e404e0 Nov 30 12:19:23 xanatos kernel: [ 2.713488] xhci_hcd 0000:00:14.0: USB 3.0 port at index 7, addr = ffffc90005e404f0 Nov 30 12:19:23 xanatos kernel: [ 2.713494] xhci_hcd 0000:00:14.0: Finished xhci_init Nov 30 12:19:23 xanatos kernel: [ 2.713496] xhci_hcd 0000:00:14.0: Called HCD init Nov 30 12:19:23 xanatos kernel: [ 2.713503] xhci_hcd 0000:00:14.0: Got SBRN 48 Nov 30 12:19:23 xanatos kernel: [ 2.713512] xhci_hcd 0000:00:14.0: cache line size of 64 is not supported Nov 30 12:19:23 xanatos kernel: [ 2.713515] xhci_hcd 0000:00:14.0: Finished xhci_pci_reinit Nov 30 12:19:23 xanatos kernel: [ 2.713517] xhci_hcd 0000:00:14.0: supports USB remote wakeup Nov 30 12:19:23 xanatos kernel: [ 2.713547] xhci_hcd 0000:00:14.0: irq 16, io mem 0xf2520000 Nov 30 12:19:23 xanatos kernel: [ 2.713549] xhci_hcd 0000:00:14.0: xhci_run Nov 30 12:19:23 xanatos kernel: [ 2.713573] xhci_hcd 0000:00:14.0: Failed to enable MSI-X Nov 30 12:19:23 xanatos kernel: [ 2.713641] xhci_hcd 0000:00:14.0: irq 42 for MSI/MSI-X Nov 30 12:19:23 xanatos kernel: [ 2.713688] xhci_hcd 0000:00:14.0: Setting event ring polling timer Nov 30 12:19:23 xanatos kernel: [ 2.713692] xhci_hcd 0000:00:14.0: Command ring memory map follows: Nov 30 12:19:23 xanatos kernel: [ 2.713695] xhci_hcd 0000:00:14.0: @0000000034801000 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713698] xhci_hcd 0000:00:14.0: @0000000034801010 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713701] xhci_hcd 0000:00:14.0: @0000000034801020 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713703] xhci_hcd 0000:00:14.0: @0000000034801030 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713706] xhci_hcd 0000:00:14.0: @0000000034801040 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713709] xhci_hcd 0000:00:14.0: @0000000034801050 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713712] xhci_hcd 0000:00:14.0: @0000000034801060 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713714] xhci_hcd 0000:00:14.0: @0000000034801070 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713717] xhci_hcd 0000:00:14.0: @0000000034801080 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713720] xhci_hcd 0000:00:14.0: @0000000034801090 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713723] xhci_hcd 0000:00:14.0: @00000000348010a0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713725] xhci_hcd 0000:00:14.0: @00000000348010b0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713728] xhci_hcd 0000:00:14.0: @00000000348010c0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713731] xhci_hcd 0000:00:14.0: @00000000348010d0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713733] xhci_hcd 0000:00:14.0: @00000000348010e0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713736] xhci_hcd 0000:00:14.0: @00000000348010f0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713739] xhci_hcd 0000:00:14.0: @0000000034801100 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713742] xhci_hcd 0000:00:14.0: @0000000034801110 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713744] xhci_hcd 0000:00:14.0: @0000000034801120 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713747] xhci_hcd 0000:00:14.0: @0000000034801130 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713750] xhci_hcd 0000:00:14.0: @0000000034801140 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713752] xhci_hcd 0000:00:14.0: @0000000034801150 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713755] xhci_hcd 0000:00:14.0: @0000000034801160 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713758] xhci_hcd 0000:00:14.0: @0000000034801170 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713761] xhci_hcd 0000:00:14.0: @0000000034801180 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713764] xhci_hcd 0000:00:14.0: @0000000034801190 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713767] xhci_hcd 0000:00:14.0: @00000000348011a0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713769] xhci_hcd 0000:00:14.0: @00000000348011b0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713772] xhci_hcd 0000:00:14.0: @00000000348011c0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713775] xhci_hcd 0000:00:14.0: @00000000348011d0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713777] xhci_hcd 0000:00:14.0: @00000000348011e0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713780] xhci_hcd 0000:00:14.0: @00000000348011f0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713783] xhci_hcd 0000:00:14.0: @0000000034801200 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713786] xhci_hcd 0000:00:14.0: @0000000034801210 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713789] xhci_hcd 0000:00:14.0: @0000000034801220 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713791] xhci_hcd 0000:00:14.0: @0000000034801230 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713794] xhci_hcd 0000:00:14.0: @0000000034801240 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713797] xhci_hcd 0000:00:14.0: @0000000034801250 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713799] xhci_hcd 0000:00:14.0: @0000000034801260 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713802] xhci_hcd 0000:00:14.0: @0000000034801270 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713804] xhci_hcd 0000:00:14.0: @0000000034801280 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713807] xhci_hcd 0000:00:14.0: @0000000034801290 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713810] xhci_hcd 0000:00:14.0: @00000000348012a0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713812] xhci_hcd 0000:00:14.0: @00000000348012b0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713815] xhci_hcd 0000:00:14.0: @00000000348012c0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713818] xhci_hcd 0000:00:14.0: @00000000348012d0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713820] xhci_hcd 0000:00:14.0: @00000000348012e0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713823] xhci_hcd 0000:00:14.0: @00000000348012f0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713826] xhci_hcd 0000:00:14.0: @0000000034801300 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713828] xhci_hcd 0000:00:14.0: @0000000034801310 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713831] xhci_hcd 0000:00:14.0: @0000000034801320 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713834] xhci_hcd 0000:00:14.0: @0000000034801330 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713836] xhci_hcd 0000:00:14.0: @0000000034801340 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713839] xhci_hcd 0000:00:14.0: @0000000034801350 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713841] xhci_hcd 0000:00:14.0: @0000000034801360 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713844] xhci_hcd 0000:00:14.0: @0000000034801370 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713847] xhci_hcd 0000:00:14.0: @0000000034801380 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713850] xhci_hcd 0000:00:14.0: @0000000034801390 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713852] xhci_hcd 0000:00:14.0: @00000000348013a0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713855] xhci_hcd 0000:00:14.0: @00000000348013b0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713858] xhci_hcd 0000:00:14.0: @00000000348013c0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713861] xhci_hcd 0000:00:14.0: @00000000348013d0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713863] xhci_hcd 0000:00:14.0: @00000000348013e0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713866] xhci_hcd 0000:00:14.0: @00000000348013f0 34801000 00000000 00000000 00001802 Nov 30 12:19:23 xanatos kernel: [ 2.713868] xhci_hcd 0000:00:14.0: Ring has not been updated Nov 30 12:19:23 xanatos kernel: [ 2.713871] xhci_hcd 0000:00:14.0: Ring deq = ffff880034801000 (virt), 0x34801000 (dma) Nov 30 12:19:23 xanatos kernel: [ 2.713873] xhci_hcd 0000:00:14.0: Ring deq updated 0 times Nov 30 12:19:23 xanatos kernel: [ 2.713875] xhci_hcd 0000:00:14.0: Ring enq = ffff880034801000 (virt), 0x34801000 (dma) Nov 30 12:19:23 xanatos kernel: [ 2.713878] xhci_hcd 0000:00:14.0: Ring enq updated 0 times Nov 30 12:19:23 xanatos kernel: [ 2.713885] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr low bits + flags = @00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713887] xhci_hcd 0000:00:14.0: // xHC command ring deq ptr high bits = @00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713890] xhci_hcd 0000:00:14.0: ERST memory map follows: Nov 30 12:19:23 xanatos kernel: [ 2.713893] xhci_hcd 0000:00:14.0: @0000000034803000 34801400 00000000 00000040 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713895] xhci_hcd 0000:00:14.0: Event ring: Nov 30 12:19:23 xanatos kernel: [ 2.713898] xhci_hcd 0000:00:14.0: @0000000034801400 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713900] xhci_hcd 0000:00:14.0: @0000000034801410 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713903] xhci_hcd 0000:00:14.0: @0000000034801420 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713906] xhci_hcd 0000:00:14.0: @0000000034801430 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713908] xhci_hcd 0000:00:14.0: @0000000034801440 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713911] xhci_hcd 0000:00:14.0: @0000000034801450 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713913] xhci_hcd 0000:00:14.0: @0000000034801460 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713917] xhci_hcd 0000:00:14.0: @0000000034801470 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713919] xhci_hcd 0000:00:14.0: @0000000034801480 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713922] xhci_hcd 0000:00:14.0: @0000000034801490 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713925] xhci_hcd 0000:00:14.0: @00000000348014a0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713928] xhci_hcd 0000:00:14.0: @00000000348014b0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713931] xhci_hcd 0000:00:14.0: @00000000348014c0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713933] xhci_hcd 0000:00:14.0: @00000000348014d0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713937] xhci_hcd 0000:00:14.0: @00000000348014e0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713939] xhci_hcd 0000:00:14.0: @00000000348014f0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713942] xhci_hcd 0000:00:14.0: @0000000034801500 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713945] xhci_hcd 0000:00:14.0: @0000000034801510 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713947] xhci_hcd 0000:00:14.0: @0000000034801520 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713950] xhci_hcd 0000:00:14.0: @0000000034801530 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713952] xhci_hcd 0000:00:14.0: @0000000034801540 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713955] xhci_hcd 0000:00:14.0: @0000000034801550 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713958] xhci_hcd 0000:00:14.0: @0000000034801560 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713960] xhci_hcd 0000:00:14.0: @0000000034801570 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713963] xhci_hcd 0000:00:14.0: @0000000034801580 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713966] xhci_hcd 0000:00:14.0: @0000000034801590 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713969] xhci_hcd 0000:00:14.0: @00000000348015a0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713971] xhci_hcd 0000:00:14.0: @00000000348015b0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713974] xhci_hcd 0000:00:14.0: @00000000348015c0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713977] xhci_hcd 0000:00:14.0: @00000000348015d0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713980] xhci_hcd 0000:00:14.0: @00000000348015e0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713982] xhci_hcd 0000:00:14.0: @00000000348015f0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713985] xhci_hcd 0000:00:14.0: @0000000034801600 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713988] xhci_hcd 0000:00:14.0: @0000000034801610 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713991] xhci_hcd 0000:00:14.0: @0000000034801620 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713994] xhci_hcd 0000:00:14.0: @0000000034801630 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713996] xhci_hcd 0000:00:14.0: @0000000034801640 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.713999] xhci_hcd 0000:00:14.0: @0000000034801650 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714002] xhci_hcd 0000:00:14.0: @0000000034801660 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714004] xhci_hcd 0000:00:14.0: @0000000034801670 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714007] xhci_hcd 0000:00:14.0: @0000000034801680 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714010] xhci_hcd 0000:00:14.0: @0000000034801690 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714012] xhci_hcd 0000:00:14.0: @00000000348016a0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714015] xhci_hcd 0000:00:14.0: @00000000348016b0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714018] xhci_hcd 0000:00:14.0: @00000000348016c0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714020] xhci_hcd 0000:00:14.0: @00000000348016d0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714023] xhci_hcd 0000:00:14.0: @00000000348016e0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714026] xhci_hcd 0000:00:14.0: @00000000348016f0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714028] xhci_hcd 0000:00:14.0: @0000000034801700 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714031] xhci_hcd 0000:00:14.0: @0000000034801710 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714033] xhci_hcd 0000:00:14.0: @0000000034801720 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714036] xhci_hcd 0000:00:14.0: @0000000034801730 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714039] xhci_hcd 0000:00:14.0: @0000000034801740 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714042] xhci_hcd 0000:00:14.0: @0000000034801750 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714045] xhci_hcd 0000:00:14.0: @0000000034801760 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714047] xhci_hcd 0000:00:14.0: @0000000034801770 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714050] xhci_hcd 0000:00:14.0: @0000000034801780 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714053] xhci_hcd 0000:00:14.0: @0000000034801790 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714056] xhci_hcd 0000:00:14.0: @00000000348017a0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714058] xhci_hcd 0000:00:14.0: @00000000348017b0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714061] xhci_hcd 0000:00:14.0: @00000000348017c0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714064] xhci_hcd 0000:00:14.0: @00000000348017d0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714067] xhci_hcd 0000:00:14.0: @00000000348017e0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714070] xhci_hcd 0000:00:14.0: @00000000348017f0 00000000 00000000 00000000 00000000 Nov 30 12:19:23 xanatos kernel: [ 2.714072] xhci_hcd 0000:00:14.0: Ring has not been updated Nov 30 12:19:23 xanatos kernel: [ 2.714075] xhci_hcd 0000:00:14.0: Ring deq = ffff880034801400 (virt), 0x34801400 (dma) Nov 30 12:19:23 xanatos kernel: [ 2.714077] xhci_hcd 0000:00:14.0: Ring deq updated 0 times Nov 30 12:19:23 xanatos kernel: [ 2.714079] xhci_hcd 0000:00:14.0: Ring enq = ffff880034801400 (virt), 0x34801400 (dma) Nov 30 12:19:23 xanatos kernel: [ 2.714081] xhci_hcd 0000:00:14.0: Ring enq updated 0 times Nov 30 12:19:23 xanatos kernel: [ 2.714088] xhci_hcd 0000:00:14.0: ERST deq = 64'h34801400 Nov 30 12:19:23 xanatos kernel: [ 2.714090] xhci_hcd 0000:00:14.0: // Set the interrupt modulation register Nov 30 12:19:23 xanatos kernel: [ 2.714097] xhci_hcd 0000:00:14.0: // Enable interrupts, cmd = 0x4. Nov 30 12:19:23 xanatos kernel: [ 2.714102] xhci_hcd 0000:00:14.0: // Enabling event ring interrupter ffffc90005e42020 by writing 0x2 to irq_pending Nov 30 12:19:23 xanatos kernel: [ 2.714106] xhci_hcd 0000:00:14.0: ffffc90005e42020: ir_set[0] Nov 30 12:19:23 xanatos kernel: [ 2.714108] xhci_hcd 0000:00:14.0: ffffc90005e42020: ir_set.pending = 0x2 Nov 30 12:19:23 xanatos kernel: [ 2.714113] xhci_hcd 0000:00:14.0: ffffc90005e42024: ir_set.control = 0xa0 Nov 30 12:19:23 xanatos kernel: [ 2.714118] xhci_hcd 0000:00:14.0: ffffc90005e42028: ir_set.erst_size = 0x1 Nov 30 12:19:23 xanatos kernel: [ 2.714124] xhci_hcd 0000:00:14.0: ffffc90005e42030: ir_set.erst_base = @34803000 Nov 30 12:19:23 xanatos kernel: [ 2.714129] xhci_hcd 0000:00:14.0: ffffc90005e42038: ir_set.erst_dequeue = @34801400 Nov 30 12:19:23 xanatos kernel: [ 2.714132] xhci_hcd 0000:00:14.0: Finished xhci_run for USB2 roothub Nov 30 12:19:23 xanatos kernel: [ 2.714251] usb usb1: default language 0x0409 Nov 30 12:19:23 xanatos kernel: [ 2.714264] usb usb1: udev 1, busnum 1, minor = 0 Nov 30 12:19:23 xanatos kernel: [ 2.714266] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002 Nov 30 12:19:23 xanatos kernel: [ 2.714282] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 30 12:19:23 xanatos kernel: [ 2.714284] usb usb1: Product: xHCI Host Controller Nov 30 12:19:23 xanatos kernel: [ 2.714287] usb usb1: Manufacturer: Linux 3.7.0-rc6+ xhci_hcd Nov 30 12:19:23 xanatos kernel: [ 2.714289] usb usb1: SerialNumber: 0000:00:14.0 Nov 30 12:19:23 xanatos kernel: [ 2.721544] usb usb1: usb_probe_device Nov 30 12:19:23 xanatos kernel: [ 2.721550] usb usb1: configuration #1 chosen from 1 choice Nov 30 12:19:23 xanatos kernel: [ 2.721595] xHCI xhci_add_endpoint called for root hub Nov 30 12:19:23 xanatos kernel: [ 2.721597] xHCI xhci_check_bandwidth called for root hub Nov 30 12:19:23 xanatos kernel: [ 2.721611] usb usb1: adding 1-0:1.0 (config #1, interface 0) Nov 30 12:19:23 xanatos kernel: [ 2.721677] hub 1-0:1.0: usb_probe_interface Nov 30 12:19:23 xanatos kernel: [ 2.721680] hub 1-0:1.0: usb_probe_interface - got id Nov 30 12:19:23 xanatos kernel: [ 2.721685] hub 1-0:1.0: USB hub found Nov 30 12:19:23 xanatos kernel: [ 2.721726] hub 1-0:1.0: 4 ports detected Nov 30 12:19:23 xanatos kernel: [ 2.721728] hub 1-0:1.0: standalone hub Nov 30 12:19:23 xanatos kernel: [ 2.721730] hub 1-0:1.0: no power switching (usb 1.0) Nov 30 12:19:23 xanatos kernel: [ 2.721732] hub 1-0:1.0: individual port over-current protection Nov 30 12:19:23 xanatos kernel: [ 2.721735] hub 1-0:1.0: Single TT Nov 30 12:19:23 xanatos kernel: [ 2.721737] hub 1-0:1.0: TT requires at most 8 FS bit times (666 ns) Nov 30 12:19:23 xanatos kernel: [ 2.721739] hub 1-0:1.0: power on to power good time: 20ms Nov 30 12:19:23 xanatos kernel: [ 2.721769] hub 1-0:1.0: local power source is good Nov 30 12:19:23 xanatos kernel: [ 2.724157] hub 1-0:1.0: trying to enable port power on non-switchable hub Nov 30 12:19:23 xanatos kernel: [ 2.724172] xhci_hcd 0000:00:14.0: set port power, actual port 0 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.724186] xhci_hcd 0000:00:14.0: set port power, actual port 1 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.724195] xhci_hcd 0000:00:14.0: set port power, actual port 2 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.724205] xhci_hcd 0000:00:14.0: set port power, actual port 3 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.724382] xhci_hcd 0000:00:14.0: xHCI Host Controller Nov 30 12:19:23 xanatos kernel: [ 2.724390] xhci_hcd 0000:00:14.0: new USB bus registered, assigned bus number 2 Nov 30 12:19:23 xanatos kernel: [ 2.724400] xhci_hcd 0000:00:14.0: Enabling 64-bit DMA addresses. Nov 30 12:19:23 xanatos kernel: [ 2.724403] xhci_hcd 0000:00:14.0: supports USB remote wakeup Nov 30 12:19:23 xanatos kernel: [ 2.724408] xhci_hcd 0000:00:14.0: // Turn on HC, cmd = 0x5. Nov 30 12:19:23 xanatos kernel: [ 2.724411] xhci_hcd 0000:00:14.0: Finished xhci_run for USB3 roothub Nov 30 12:19:23 xanatos kernel: [ 2.724438] usb usb2: skipped 1 descriptor after endpoint Nov 30 12:19:23 xanatos kernel: [ 2.724443] usb usb2: default language 0x0409 Nov 30 12:19:23 xanatos kernel: [ 2.724455] usb usb2: udev 1, busnum 2, minor = 128 Nov 30 12:19:23 xanatos kernel: [ 2.724458] usb usb2: New USB device found, idVendor=1d6b, idProduct=0003 Nov 30 12:19:23 xanatos kernel: [ 2.724461] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 30 12:19:23 xanatos kernel: [ 2.724463] usb usb2: Product: xHCI Host Controller Nov 30 12:19:23 xanatos kernel: [ 2.724465] usb usb2: Manufacturer: Linux 3.7.0-rc6+ xhci_hcd Nov 30 12:19:23 xanatos kernel: [ 2.724468] usb usb2: SerialNumber: 0000:00:14.0 Nov 30 12:19:23 xanatos kernel: [ 2.724598] usb usb2: usb_probe_device Nov 30 12:19:23 xanatos kernel: [ 2.724601] usb usb2: configuration #1 chosen from 1 choice Nov 30 12:19:23 xanatos kernel: [ 2.724605] xHCI xhci_add_endpoint called for root hub Nov 30 12:19:23 xanatos kernel: [ 2.724607] xHCI xhci_check_bandwidth called for root hub Nov 30 12:19:23 xanatos kernel: [ 2.724617] usb usb2: adding 2-0:1.0 (config #1, interface 0) Nov 30 12:19:23 xanatos kernel: [ 2.724658] hub 2-0:1.0: usb_probe_interface Nov 30 12:19:23 xanatos kernel: [ 2.724661] hub 2-0:1.0: usb_probe_interface - got id Nov 30 12:19:23 xanatos kernel: [ 2.724665] hub 2-0:1.0: USB hub found Nov 30 12:19:23 xanatos kernel: [ 2.724679] hub 2-0:1.0: 4 ports detected Nov 30 12:19:23 xanatos kernel: [ 2.724682] hub 2-0:1.0: standalone hub Nov 30 12:19:23 xanatos kernel: [ 2.724684] hub 2-0:1.0: no power switching (usb 1.0) Nov 30 12:19:23 xanatos kernel: [ 2.724687] hub 2-0:1.0: individual port over-current protection Nov 30 12:19:23 xanatos kernel: [ 2.724690] hub 2-0:1.0: TT requires at most 8 FS bit times (666 ns) Nov 30 12:19:23 xanatos kernel: [ 2.724692] hub 2-0:1.0: power on to power good time: 20ms Nov 30 12:19:23 xanatos kernel: [ 2.724700] hub 2-0:1.0: local power source is good Nov 30 12:19:23 xanatos kernel: [ 2.725873] hub 2-0:1.0: trying to enable port power on non-switchable hub Nov 30 12:19:23 xanatos kernel: [ 2.725883] xhci_hcd 0000:00:14.0: set port power, actual port 0 status = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.725892] xhci_hcd 0000:00:14.0: set port power, actual port 1 status = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.725899] xhci_hcd 0000:00:14.0: set port power, actual port 2 status = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.725907] xhci_hcd 0000:00:14.0: set port power, actual port 3 status = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.743105] pci 0000:00:00.0: Intel Ivybridge Chipset Nov 30 12:19:23 xanatos kernel: [ 2.743231] pci 0000:00:00.0: detected gtt size: 2097152K total, 262144K mappable Nov 30 12:19:23 xanatos kernel: [ 2.744259] pci 0000:00:00.0: detected 65536K stolen memory Nov 30 12:19:23 xanatos kernel: [ 2.744345] i915 0000:00:02.0: setting latency timer to 64 Nov 30 12:19:23 xanatos kernel: [ 2.790572] i915 0000:00:02.0: irq 43 for MSI/MSI-X Nov 30 12:19:23 xanatos kernel: [ 2.790582] [drm] Supports vblank timestamp caching Rev 1 (10.10.2010). Nov 30 12:19:23 xanatos kernel: [ 2.790583] [drm] Driver supports precise vblank timestamp query. Nov 30 12:19:23 xanatos kernel: [ 2.790651] vgaarb: device changed decodes: PCI:0000:00:02.0,olddecodes=io+mem,decodes=io+mem:owns=io+mem Nov 30 12:19:23 xanatos kernel: [ 2.822184] xhci_hcd 0000:00:14.0: get port status, actual port 0 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.822186] xhci_hcd 0000:00:14.0: Get port status returned 0x100 Nov 30 12:19:23 xanatos kernel: [ 2.822196] xhci_hcd 0000:00:14.0: get port status, actual port 1 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.822198] xhci_hcd 0000:00:14.0: Get port status returned 0x100 Nov 30 12:19:23 xanatos kernel: [ 2.822204] xhci_hcd 0000:00:14.0: get port status, actual port 2 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.822205] xhci_hcd 0000:00:14.0: Get port status returned 0x100 Nov 30 12:19:23 xanatos kernel: [ 2.822211] xhci_hcd 0000:00:14.0: get port status, actual port 3 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.822212] xhci_hcd 0000:00:14.0: Get port status returned 0x100 Nov 30 12:19:23 xanatos kernel: [ 2.822223] hub 1-0:1.0: state 7 ports 4 chg 0000 evt 0000 Nov 30 12:19:23 xanatos kernel: [ 2.822225] xhci_hcd 0000:00:14.0: get port status, actual port 0 status = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.822228] xhci_hcd 0000:00:14.0: Get port status returned 0x2002a0 Nov 30 12:19:23 xanatos kernel: [ 2.822239] xhci_hcd 0000:00:14.0: clear port warm(BH) reset change, actual port 0 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.822244] xhci_hcd 0000:00:14.0: get port status, actual port 1 status = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.822246] xhci_hcd 0000:00:14.0: Get port status returned 0x2002a0 Nov 30 12:19:23 xanatos kernel: [ 2.822253] xhci_hcd 0000:00:14.0: clear port warm(BH) reset change, actual port 1 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.822258] xhci_hcd 0000:00:14.0: get port status, actual port 2 status = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.822259] xhci_hcd 0000:00:14.0: Get port status returned 0x2002a0 Nov 30 12:19:23 xanatos kernel: [ 2.822265] xhci_hcd 0000:00:14.0: clear port warm(BH) reset change, actual port 2 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.822270] xhci_hcd 0000:00:14.0: get port status, actual port 3 status = 0x802a0 Nov 30 12:19:23 xanatos kernel: [ 2.822271] xhci_hcd 0000:00:14.0: Get port status returned 0x2002a0 Nov 30 12:19:23 xanatos kernel: [ 2.822277] xhci_hcd 0000:00:14.0: clear port warm(BH) reset change, actual port 3 status = 0x2a0 Nov 30 12:19:23 xanatos kernel: [ 2.921980] hub 2-0:1.0: state 7 ports 4 chg 0000 evt 0000 Nov 30 12:19:23 xanatos kernel: [ 3.003914] [drm] Enabling RC6 states: RC6 on, RC6p on, RC6pp off Nov 30 12:19:23 xanatos kernel: [ 3.293440] fb0: inteldrmfb frame buffer device Nov 30 12:19:23 xanatos kernel: [ 3.293443] drm: registered panic notifier Nov 30 12:19:23 xanatos kernel: [ 3.371293] acpi device:01: registered as cooling_device2 Nov 30 12:19:23 xanatos kernel: [ 3.371599] ACPI: Video Device [VID] (multi-head: yes rom: no post: no) Nov 30 12:19:23 xanatos kernel: [ 3.371666] input: Video Bus as /devices/LNXSYSTM:00/device:00/PNP0A08:00/LNXVIDEO:00/input/input5 Nov 30 12:19:23 xanatos kernel: [ 3.371783] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0 Nov 30 12:19:23 xanatos kernel: [ 1.685620] ACPI: Invalid Power Resource to register! Nov 30 12:19:23 xanatos kernel: [ 4.199607] Console: switching to colour frame buffer device 170x48 Nov 30 12:19:23 xanatos kernel: [ 4.879122] EXT4-fs (sda1): mounted filesystem with ordered data mode. Opts: (null) Nov 30 12:19:23 xanatos kernel: [ 6.483181] EXT4-fs (sda1): re-mounted. Opts: errors=remount-ro Nov 30 12:19:23 xanatos kernel: [ 6.601739] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver Nov 30 12:19:23 xanatos kernel: [ 6.601744] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96 Nov 30 12:19:23 xanatos kernel: [ 6.605811] ehci-pci: EHCI PCI platform driver Nov 30 12:19:23 xanatos kernel: [ 6.605909] ehci-pci 0000:00:1a.0: enabling bus mastering Nov 30 12:19:23 xanatos kernel: [ 6.605919] ehci-pci 0000:00:1a.0: setting latency timer to 64 Nov 30 12:19:23 xanatos kernel: [ 6.605924] ehci-pci 0000:00:1a.0: EHCI Host Controller Nov 30 12:19:23 xanatos kernel: [ 6.605935] ehci-pci 0000:00:1a.0: new USB bus registered, assigned bus number 3 Nov 30 12:19:23 xanatos kernel: [ 6.605950] ehci-pci 0000:00:1a.0: reset hcs_params 0x200003 dbg=2 cc=0 pcc=0 ordered !ppc ports=3 Nov 30 12:19:23 xanatos kernel: [ 6.605955] ehci-pci 0000:00:1a.0: reset hcc_params 36881 caching frame 1024 64 bit addr Nov 30 12:19:23 xanatos kernel: [ 6.606044] ehci-pci 0000:00:1a.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT Nov 30 12:19:23 xanatos kernel: [ 6.618825] ehci-pci 0000:00:1a.0: debug port 2 Nov 30 12:19:23 xanatos kernel: [ 6.619499] ehci-pci 0000:00:1a.0: cache line size of 64 is not supported Nov 30 12:19:23 xanatos kernel: [ 6.619503] ehci-pci 0000:00:1a.0: supports USB remote wakeup Nov 30 12:19:23 xanatos kernel: [ 6.619524] ehci-pci 0000:00:1a.0: irq 16, io mem 0xf253a000 Nov 30 12:19:23 xanatos kernel: [ 6.619534] ehci-pci 0000:00:1a.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN Nov 30 12:19:23 xanatos kernel: [ 6.632353] ehci-pci 0000:00:1a.0: USB 2.0 started, EHCI 1.00 Nov 30 12:19:23 xanatos kernel: [ 6.632416] usb usb3: default language 0x0409 Nov 30 12:19:23 xanatos kernel: [ 6.632429] usb usb3: udev 1, busnum 3, minor = 256 Nov 30 12:19:23 xanatos kernel: [ 6.632433] usb usb3: New USB device found, idVendor=1d6b, idProduct=0002 Nov 30 12:19:23 xanatos kernel: [ 6.632436] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 30 12:19:23 xanatos kernel: [ 6.632439] usb usb3: Product: EHCI Host Controller Nov 30 12:19:23 xanatos kernel: [ 6.632441] usb usb3: Manufacturer: Linux 3.7.0-rc6+ ehci_hcd Nov 30 12:19:23 xanatos kernel: [ 6.632443] usb usb3: SerialNumber: 0000:00:1a.0 Nov 30 12:19:23 xanatos kernel: [ 6.632627] usb usb3: usb_probe_device Nov 30 12:19:23 xanatos kernel: [ 6.632631] usb usb3: configuration #1 chosen from 1 choice Nov 30 12:19:23 xanatos kernel: [ 6.632645] usb usb3: adding 3-0:1.0 (config #1, interface 0) Nov 30 12:19:23 xanatos kernel: [ 6.632868] hub 3-0:1.0: usb_probe_interface Nov 30 12:19:23 xanatos kernel: [ 6.632871] hub 3-0:1.0: usb_probe_interface - got id Nov 30 12:19:23 xanatos kernel: [ 6.632876] hub 3-0:1.0: USB hub found Nov 30 12:19:23 xanatos kernel: [ 6.632885] hub 3-0:1.0: 3 ports detected Nov 30 12:19:23 xanatos kernel: [ 6.632887] hub 3-0:1.0: standalone hub Nov 30 12:19:23 xanatos kernel: [ 6.632890] hub 3-0:1.0: no power switching (usb 1.0) Nov 30 12:19:23 xanatos kernel: [ 6.632892] hub 3-0:1.0: individual port over-current protection Nov 30 12:19:23 xanatos kernel: [ 6.632895] hub 3-0:1.0: power on to power good time: 20ms Nov 30 12:19:23 xanatos kernel: [ 6.632903] hub 3-0:1.0: local power source is good Nov 30 12:19:23 xanatos kernel: [ 6.633290] hub 3-0:1.0: trying to enable port power on non-switchable hub Nov 30 12:19:23 xanatos kernel: [ 6.633467] ehci-pci 0000:00:1d.0: enabling bus mastering Nov 30 12:19:23 xanatos kernel: [ 6.633476] ehci-pci 0000:00:1d.0: setting latency timer to 64 Nov 30 12:19:23 xanatos kernel: [ 6.633493] ehci-pci 0000:00:1d.0: EHCI Host Controller Nov 30 12:19:23 xanatos kernel: [ 6.633502] ehci-pci 0000:00:1d.0: new USB bus registered, assigned bus number 4 Nov 30 12:19:23 xanatos kernel: [ 6.633515] ehci-pci 0000:00:1d.0: reset hcs_params 0x200003 dbg=2 cc=0 pcc=0 ordered !ppc ports=3 Nov 30 12:19:23 xanatos kernel: [ 6.633519] ehci-pci 0000:00:1d.0: reset hcc_params 36881 caching frame 1024 64 bit addr Nov 30 12:19:23 xanatos kernel: [ 6.633598] ehci-pci 0000:00:1d.0: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT Nov 30 12:19:23 xanatos kernel: [ 6.637480] ehci-pci 0000:00:1d.0: debug port 2 Nov 30 12:19:23 xanatos kernel: [ 6.637494] ehci-pci 0000:00:1d.0: cache line size of 64 is not supported Nov 30 12:19:23 xanatos kernel: [ 6.637497] ehci-pci 0000:00:1d.0: supports USB remote wakeup Nov 30 12:19:23 xanatos kernel: [ 6.637527] ehci-pci 0000:00:1d.0: irq 23, io mem 0xf2539000 Nov 30 12:19:23 xanatos kernel: [ 6.637536] ehci-pci 0000:00:1d.0: init command 0010001 (park)=0 ithresh=1 period=1024 RUN Nov 30 12:19:23 xanatos kernel: [ 6.662596] ehci-pci 0000:00:1d.0: USB 2.0 started, EHCI 1.00 Nov 30 12:19:23 xanatos kernel: [ 6.662660] usb usb4: default language 0x0409 Nov 30 12:19:23 xanatos kernel: [ 6.662673] usb usb4: udev 1, busnum 4, minor = 384 Nov 30 12:19:23 xanatos kernel: [ 6.662676] usb usb4: New USB device found, idVendor=1d6b, idProduct=0002 Nov 30 12:19:23 xanatos kernel: [ 6.662679] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1 Nov 30 12:19:23 xanatos kernel: [ 6.662681] usb usb4: Product: EHCI Host Controller Nov 30 12:19:23 xanatos kernel: [ 6.662684] usb usb4: Manufacturer: Linux 3.7.0-rc6+ ehci_hcd Nov 30 12:19:23 xanatos kernel: [ 6.662686] usb usb4: SerialNumber: 0000:00:1d.0 Nov 30 12:19:23 xanatos kernel: [ 6.662843] usb usb4: usb_probe_device Nov 30 12:19:23 xanatos kernel: [ 6.662846] usb usb4: configuration #1 chosen from 1 choice Nov 30 12:19:23 xanatos kernel: [ 6.662860] usb usb4: adding 4-0:1.0 (config #1, interface 0) Nov 30 12:19:23 xanatos kernel: [ 6.662917] hub 4-0:1.0: usb_probe_interface Nov 30 12:19:23 xanatos kernel: [ 6.662920] hub 4-0:1.0: usb_probe_interface - got id Nov 30 12:19:23 xanatos kernel: [ 6.662925] hub 4-0:1.0: USB hub found Nov 30 12:19:23 xanatos kernel: [ 6.662934] hub 4-0:1.0: 3 ports detected Nov 30 12:19:23 xanatos kernel: [ 6.662937] hub 4-0:1.0: standalone hub Nov 30 12:19:23 xanatos kernel: [ 6.662939] hub 4-0:1.0: no power switching (usb 1.0) Nov 30 12:19:23 xanatos kernel: [ 6.662941] hub 4-0:1.0: individual port over-current protection Nov 30 12:19:23 xanatos kernel: [ 6.662944] hub 4-0:1.0: power on to power good time: 20ms Nov 30 12:19:23 xanatos kernel: [ 6.662952] hub 4-0:1.0: local power source is good Nov 30 12:19:23 xanatos kernel: [ 6.663211] hub 4-0:1.0: trying to enable port power on non-switchable hub Nov 30 12:19:23 xanatos kernel: [ 6.729202] cfg80211: Calling CRDA to update world regulatory domain Nov 30 12:19:23 xanatos kernel: [ 6.730820] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT Nov 30 12:19:23 xanatos kernel: [ 6.730827] hub 3-0:1.0: port 1: status 0501 change 0001 Nov 30 12:19:23 xanatos kernel: [ 6.763278] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001803 0 ACK POWER sig=j CSC CONNECT Nov 30 12:19:23 xanatos kernel: [ 6.763287] hub 4-0:1.0: port 1: status 0501 change 0001 Nov 30 12:19:23 xanatos kernel: [ 6.772393] microcode: CPU0 sig=0x306a9, pf=0x10, revision=0x13 Nov 30 12:19:23 xanatos kernel: [ 6.780483] Intel(R) Wireless WiFi driver for Linux, in-tree: Nov 30 12:19:23 xanatos kernel: [ 6.780486] Copyright(c) 2003-2012 Intel Corporation Nov 30 12:19:23 xanatos kernel: [ 6.780618] iwlwifi 0000:03:00.0: pci_resource_len = 0x00002000 Nov 30 12:19:23 xanatos kernel: [ 6.780621] iwlwifi 0000:03:00.0: pci_resource_base = ffffc90000070000 Nov 30 12:19:23 xanatos kernel: [ 6.780624] iwlwifi 0000:03:00.0: HW Revision ID = 0x34 Nov 30 12:19:23 xanatos kernel: [ 6.780809] iwlwifi 0000:03:00.0: irq 44 for MSI/MSI-X Nov 30 12:19:23 xanatos kernel: [ 6.787180] iwlwifi 0000:03:00.0: loaded firmware version 18.168.6.1 Nov 30 12:19:23 xanatos kernel: [ 6.831356] hub 3-0:1.0: state 7 ports 3 chg 0002 evt 0000 Nov 30 12:19:23 xanatos kernel: [ 6.831375] hub 3-0:1.0: port 1, status 0501, change 0000, 480 Mb/s Nov 30 12:19:23 xanatos kernel: [ 6.886682] ehci-pci 0000:00:1a.0: port 1 reset complete, port enabled Nov 30 12:19:23 xanatos kernel: [ 6.886690] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT Nov 30 12:19:23 xanatos kernel: [ 6.912939] microcode: CPU1 sig=0x306a9, pf=0x10, revision=0x13 Nov 30 12:19:23 xanatos kernel: [ 6.922158] microcode: Microcode Update Driver: v2.00 , Peter Oruba Nov 30 12:19:23 xanatos kernel: [ 6.942620] usb 3-1: new high-speed USB device number 2 using ehci-pci Nov 30 12:19:23 xanatos kernel: [ 6.998471] ehci-pci 0000:00:1a.0: port 1 reset complete, port enabled Nov 30 12:19:23 xanatos kernel: [ 6.998479] ehci-pci 0000:00:1a.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT Nov 30 12:19:23 xanatos kernel: [ 7.038285] cfg80211: World regulatory domain updated: Nov 30 12:19:23 xanatos kernel: [ 7.038289] cfg80211: (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp) Nov 30 12:19:23 xanatos kernel: [ 7.038291] cfg80211: (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Nov 30 12:19:23 xanatos kernel: [ 7.038294] cfg80211: (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) Nov 30 12:19:23 xanatos kernel: [ 7.038296] cfg80211: (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm) Nov 30 12:19:23 xanatos kernel: [ 7.038298] cfg80211: (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Nov 30 12:19:23 xanatos kernel: [ 7.038300] cfg80211: (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm) Nov 30 12:19:23 xanatos kernel: [ 7.051135] iwldvm: Intel(R) Wireless WiFi Link AGN driver for Linux, in-tree: Nov 30 12:19:23 xanatos kernel: [ 7.051139] iwldvm: Copyright(c) 2003-2012 Intel Corporation Nov 30 12:19:23 xanatos kernel: [ 7.051171] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUG disabled Nov 30 12:19:23 xanatos kernel: [ 7.051174] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEBUGFS disabled Nov 30 12:19:23 xanatos kernel: [ 7.051176] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TRACING disabled Nov 30 12:19:23 xanatos kernel: [ 7.051178] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_DEVICE_TESTMODE disabled Nov 30 12:19:23 xanatos kernel: [ 7.051179] iwlwifi 0000:03:00.0: CONFIG_IWLWIFI_P2P enabled Nov 30 12:19:23 xanatos kernel: [ 7.051182] iwlwifi 0000:03:00.0: Detected Intel(R) Centrino(R) Advanced-N 6205 AGN, REV=0xB0 Nov 30 12:19:23 xanatos kernel: [ 7.051516] iwlwifi 0000:03:00.0: L1 Enabled; Disabling L0S Nov 30 12:19:24 xanatos kernel: [ 7.059788] snd_hda_intel 0000:00:1b.0: irq 45 for MSI/MSI-X Nov 30 12:19:24 xanatos kernel: [ 7.061928] iwlwifi 0000:03:00.0: RF_KILL bit toggled to disable radio. Nov 30 12:19:24 xanatos kernel: [ 7.075393] usb 3-1: udev 2, busnum 3, minor = 257 Nov 30 12:19:24 xanatos kernel: [ 7.075398] usb 3-1: New USB device found, idVendor=8087, idProduct=0024 Nov 30 12:19:24 xanatos kernel: [ 7.075401] usb 3-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Nov 30 12:19:24 xanatos kernel: [ 7.075504] usb 3-1: usb_probe_device Nov 30 12:19:24 xanatos kernel: [ 7.075508] usb 3-1: configuration #1 chosen from 1 choice Nov 30 12:19:24 xanatos kernel: [ 7.075606] usb 3-1: adding 3-1:1.0 (config #1, interface 0) Nov 30 12:19:24 xanatos kernel: [ 7.075658] hub 3-1:1.0: usb_probe_interface Nov 30 12:19:24 xanatos kernel: [ 7.075661] hub 3-1:1.0: usb_probe_interface - got id Nov 30 12:19:24 xanatos kernel: [ 7.075665] hub 3-1:1.0: USB hub found Nov 30 12:19:24 xanatos kernel: [ 7.075835] hub 3-1:1.0: 6 ports detected Nov 30 12:19:24 xanatos kernel: [ 7.075838] hub 3-1:1.0: standalone hub Nov 30 12:19:24 xanatos kernel: [ 7.075840] hub 3-1:1.0: individual port power switching Nov 30 12:19:24 xanatos kernel: [ 7.075843] hub 3-1:1.0: individual port over-current protection Nov 30 12:19:24 xanatos kernel: [ 7.075847] hub 3-1:1.0: Single TT Nov 30 12:19:24 xanatos kernel: [ 7.075850] hub 3-1:1.0: TT requires at most 8 FS bit times (666 ns) Nov 30 12:19:24 xanatos kernel: [ 7.075852] hub 3-1:1.0: power on to power good time: 100ms Nov 30 12:19:24 xanatos kernel: [ 7.076086] hub 3-1:1.0: local power source is good Nov 30 12:19:24 xanatos kernel: [ 7.077438] hub 3-1:1.0: enabling power on all ports Nov 30 12:19:24 xanatos kernel: [ 7.078655] hub 4-0:1.0: state 7 ports 3 chg 0002 evt 0000 Nov 30 12:19:24 xanatos kernel: [ 7.078667] hub 4-0:1.0: port 1, status 0501, change 0000, 480 Mb/s Nov 30 12:19:24 xanatos kernel: [ 7.117127] iwlwifi 0000:03:00.0: device EEPROM VER=0x715, CALIB=0x6 Nov 30 12:19:24 xanatos kernel: [ 7.117132] iwlwifi 0000:03:00.0: Device SKU: 0x1F0 Nov 30 12:19:24 xanatos kernel: [ 7.117135] iwlwifi 0000:03:00.0: Valid Tx ant: 0x3, Valid Rx ant: 0x3 Nov 30 12:19:24 xanatos kernel: [ 7.131588] SKU: Nid=0x1d sku_cfg=0x40138205 Nov 30 12:19:24 xanatos kernel: [ 7.131591] SKU: port_connectivity=0x1 Nov 30 12:19:24 xanatos kernel: [ 7.131593] SKU: enable_pcbeep=0x1 Nov 30 12:19:24 xanatos kernel: [ 7.131594] SKU: check_sum=0x00000003 Nov 30 12:19:24 xanatos kernel: [ 7.131595] SKU: customization=0x00000082 Nov 30 12:19:24 xanatos kernel: [ 7.131597] SKU: external_amp=0x0 Nov 30 12:19:24 xanatos kernel: [ 7.131598] SKU: platform_type=0x1 Nov 30 12:19:24 xanatos kernel: [ 7.131599] SKU: swap=0x0 Nov 30 12:19:24 xanatos kernel: [ 7.131600] SKU: override=0x1 Nov 30 12:19:24 xanatos kernel: [ 7.131609] autoconfig: line_outs=1 (0x14/0x0/0x0/0x0/0x0) type:speaker Nov 30 12:19:24 xanatos kernel: [ 7.131611] speaker_outs=0 (0x0/0x0/0x0/0x0/0x0) Nov 30 12:19:24 xanatos kernel: [ 7.131613] hp_outs=2 (0x15/0x1b/0x0/0x0/0x0) Nov 30 12:19:24 xanatos kernel: [ 7.131614] mono: mono_out=0x0 Nov 30 12:19:24 xanatos kernel: [ 7.131615] inputs: Nov 30 12:19:24 xanatos kernel: [ 7.131617] Internal Mic=0x12 Nov 30 12:19:24 xanatos kernel: [ 7.131619] Mic=0x18 Nov 30 12:19:24 xanatos kernel: [ 7.131621] Dock Mic=0x19 Nov 30 12:19:24 xanatos kernel: [ 7.133190] realtek: No valid SSID, checking pincfg 0x40138205 for NID 0x1d Nov 30 12:19:24 xanatos kernel: [ 7.133192] realtek: Enabling init ASM_ID=0x8205 CODEC_ID=10ec0269 Nov 30 12:19:24 xanatos kernel: [ 7.134215] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled Nov 30 12:19:24 xanatos kernel: [ 7.134222] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT Nov 30 12:19:24 xanatos kernel: [ 7.135385] Registered led device: phy0-led Nov 30 12:19:24 xanatos kernel: [ 7.148875] ieee80211 phy0: Selected rate control algorithm 'iwl-agn-rs' Nov 30 12:19:24 xanatos kernel: [ 7.155254] psmouse serio2: trackpoint: IBM TrackPoint firmware: 0x0e, buttons: 3/3 Nov 30 12:19:24 xanatos kernel: [ 7.178282] hub 3-1:1.0: port 2: status 0101 change 0001 Nov 30 12:19:24 xanatos kernel: [ 7.179023] hub 3-1:1.0: port 6: status 0101 change 0001 Nov 30 12:19:24 xanatos kernel: [ 7.190091] usb 4-1: new high-speed USB device number 2 using ehci-pci Nov 30 12:19:24 xanatos kernel: [ 7.248750] ehci-pci 0000:00:1d.0: port 1 reset complete, port enabled Nov 30 12:19:24 xanatos kernel: [ 7.248758] ehci-pci 0000:00:1d.0: GetStatus port:1 status 001005 0 ACK POWER sig=se0 PE CONNECT Nov 30 12:19:24 xanatos kernel: [ 7.277810] usb 3-1: link qh256-0001/ffff88010e4d8280 start 1 [1/0 us] Nov 30 12:19:24 xanatos kernel: [ 7.322185] usb 4-1: udev 2, busnum 4, minor = 385 Nov 30 12:19:24 xanatos kernel: [ 7.322190] usb 4-1: New USB device found, idVendor=8087, idProduct=0024 Nov 30 12:19:24 xanatos kernel: [ 7.322193] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0 Nov 30 12:19:24 xanatos kernel: [ 7.322290] usb 4-1: usb_probe_device Nov 30 12:19:24 xanatos kernel: [ 7.322293] usb 4-1: configuration #1 chosen from 1 choice Nov 30 12:19:24 xanatos kernel: [ 7.322421] usb 4-1: adding 4-1:1.0 (config #1, interface 0) Nov 30 12:19:24 xanatos kernel: [ 7.322504] hub 4-1:1.0: usb_probe_interface Nov 30 12:19:24 xanatos kernel: [ 7.322507] hub 4-1:1.0: usb_probe_interface - got id Nov 30 12:19:24 xanatos kernel: [ 7.322512] hub 4-1:1.0: USB hub found Nov 30 12:19:24 xanatos kernel: [ 7.323213] hub 4-1:1.0: 8 ports detected Nov 30 12:19:24 xanatos kernel: [ 7.323217] hub 4-1:1.0: standalone hub Nov 30 12:19:24 xanatos kernel: [ 7.323220] hub 4-1:1.0: individual port power switching Nov 30 12:19:24 xanatos kernel: [ 7.323222] hub 4-1:1.0: individual port over-current protection Nov 30 12:19:24 xanatos kernel: [ 7.323226] hub 4-1:1.0: Single TT Nov 30 12:19:24 xanatos kernel: [ 7.323229] hub 4-1:1.0: TT requires at most 8 FS bit times (666 ns) Nov 30 12:19:24 xanatos kernel: [ 7.323231] hub 4-1:1.0: power on to power good time: 100ms Nov 30 12:19:24 xanatos kernel: [ 7.323491] hub 4-1:1.0: local power source is good Nov 30 12:19:24 xanatos kernel: [ 7.332461] hub 4-1:1.0: enabling power on all ports Nov 30 12:19:24 xanatos kernel: [ 7.338006] hub 3-1:1.0: state 7 ports 6 chg 0044 evt 0000 Nov 30 12:19:24 xanatos kernel: [ 7.338113] hub 3-1:1.0: port 2, status 0101, change 0000, 12 Mb/s Nov 30 12:19:24 xanatos kernel: [ 7.358669] input: TPPS/2 IBM TrackPoint as /devices/platform/i8042/serio1/serio2/input/input6 Nov 30 12:19:24 xanatos kernel: [ 7.409715] usb 3-1.2: new full-speed USB device number 3 using ehci-pci Nov 30 12:19:24 xanatos kernel: [ 7.438419] usb 4-1: link qh256-0001/ffff880119f06c00 start 1 [1/0 us] Nov 30 12:19:24 xanatos kernel: [ 7.501319] usb 3-1.2: ep0 maxpacket = 8 Nov 30 12:19:24 xanatos kernel: [ 7.503297] usb 3-1.2: default language 0x0409 Nov 30 12:19:24 xanatos kernel: [ 7.504784] usb 3-1.2: udev 3, busnum 3, minor = 258 Nov 30 12:19:24 xanatos kernel: [ 7.504789] usb 3-1.2: New USB device found, idVendor=058f, idProduct=9254 Nov 30 12:19:24 xanatos kernel: [ 7.504792] usb 3-1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Nov 30 12:19:24 xanatos kernel: [ 7.504795] usb 3-1.2: Product: Generic USB Hub Nov 30 12:19:24 xanatos kernel: [ 7.504797] usb 3-1.2: Manufacturer: ALCOR Nov 30 12:19:24 xanatos kernel: [ 7.504911] usb 3-1.2: usb_probe_device Nov 30 12:19:24 xanatos kernel: [ 7.504915] usb 3-1.2: configuration #1 chosen from 1 choice Nov 30 12:19:24 xanatos kernel: [ 7.505681] usb 3-1.2: adding 3-1.2:1.0 (config #1, interface 0) Nov 30 12:19:24 xanatos kernel: [ 7.505741] hub 3-1.2:1.0: usb_probe_interface Nov 30 12:19:24 xanatos kernel: [ 7.505744] hub 3-1.2:1.0: usb_probe_interface - got id Nov 30 12:19:24 xanatos kernel: [ 7.505749] hub 3-1.2:1.0: USB hub found Nov 30 12:19:24 xanatos kernel: [ 7.506026] hub 3-1.2:1.0: 4 ports detected Nov 30 12:19:24 xanatos kernel: [ 7.506030] hub 3-1.2:1.0: standalone hub Nov 30 12:19:24 xanatos kernel: [ 7.506032] hub 3-1.2:1.0: individual port power switching Nov 30 12:19:24 xanatos kernel: [ 7.506034] hub 3-1.2:1.0: individual port over-current protection Nov 30 12:19:24 xanatos kernel: [ 7.506039] hub 3-1.2:1.0: power on to power good time: 44ms Nov 30 12:19:24 xanatos kernel: [ 7.506635] hub 3-1.2:1.0: local power source is good Nov 30 12:19:24 xanatos kernel: [ 7.506711] hub 3-1.2:1.0: enabling power on all ports Nov 30 12:19:24 xanatos kernel: [ 7.509503] hub 3-1:1.0: port 6, status 0101, change 0000, 12 Mb/s Nov 30 12:19:24 xanatos kernel: [ 7.532530] bio: create slab at 1 Nov 30 12:19:24 xanatos kernel: [ 7.581266] usb 3-1.6: new high-speed USB device number 4 using ehci-pci Nov 30 12:19:24 xanatos kernel: [ 7.605719] hub 3-1.2:1.0: port 2: status 0301 change 0001 Nov 30 12:19:24 xanatos kernel: [ 7.605964] hub 3-1.2:1.0: port 3: status 0301 change 0001 Nov 30 12:19:24 xanatos kernel: [ 7.680307] usb 3-1.6: skipped 1 descriptor after configuration Nov 30 12:19:24 xanatos kernel: [ 7.680311] usb 3-1.6: skipped 6 descriptors after interface Nov 30 12:19:24 xanatos kernel: [ 7.680315] usb 3-1.6: skipped 1 descriptor after endpoint Nov 30 12:19:24 xanatos kernel: [ 7.680318] usb 3-1.6: skipped 20 descriptors after interface Nov 30 12:19:24 xanatos kernel: [ 7.680637] usb 3-1.6: default language 0x0409 Nov 30 12:19:24 xanatos kernel: [ 7.681449] usb 3-1.6: udev 4, busnum 3, minor = 259 Nov 30 12:19:24 xanatos kernel: [ 7.681453] usb 3-1.6: New USB device found, idVendor=04f2, idProduct=b2ea Nov 30 12:19:24 xanatos kernel: [ 7.681455] usb 3-1.6: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Nov 30 12:19:24 xanatos kernel: [ 7.681456] usb 3-1.6: Product: Integrated Camera Nov 30 12:19:24 xanatos kernel: [ 7.681458] usb 3-1.6: Manufacturer: Chicony Electronics Co., Ltd. Nov 30 12:19:24 xanatos kernel: [ 7.681553] usb 3-1.6: usb_probe_device Nov 30 12:19:24 xanatos kernel: [ 7.681556] usb 3-1.6: configuration #1 chosen from 1 choice Nov 30 12:19:24 xanatos kernel: [ 7.681693] usb 3-1.6: adding 3-1.6:1.0 (config #1, interface 0) Nov 30 12:19:24 xanatos kernel: [ 7.682616] usb 3-1.6: adding 3-1.6:1.1 (config #1, interface 1) Nov 30 12:19:24 xanatos kernel: [ 7.683167] hub 3-1:1.0: state 7 ports 6 chg 0000 evt 0040 Nov 30 12:19:24 xanatos kernel: [ 7.683489] hub 4-1:1.0: state 7 ports 8 chg 0000 evt 0000 Nov 30 12:19:24 xanatos kernel: [ 7.704969] usb 3-1.2: link qh128-0e01/ffff8801119ed900 start 2 [1/2 us] Nov 30 12:19:24 xanatos kernel: [ 7.704982] hub 3-1.2:1.0: state 7 ports 4 chg 000c evt 0000 Nov 30 12:19:24 xanatos kernel: [ 7.705153] hub 3-1.2:1.0: port 2, status 0301, change 0000, 1.5 Mb/s Nov 30 12:19:24 xanatos kernel: [ 7.712130] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X Nov 30 12:19:24 xanatos kernel: [ 7.776896] usb 3-1.2.2: new low-speed USB device number 5 using ehci-pci Nov 30 12:19:24 xanatos kernel: [ 7.815388] e1000e 0000:00:19.0: irq 41 for MSI/MSI-X Nov 30 12:19:24 xanatos kernel: [ 7.815621] IPv6: ADDRCONF(NETDEV_UP): eth1: link is not ready Nov 30 12:19:24 xanatos kernel: [ 7.849106] Adding 4085756k swap on /dev/mapper/cryptswap1. Priority:-1 extents:1 across:4085756k SS Nov 30 12:19:24 xanatos kernel: [ 7.877577] usb 3-1.2.2: skipped 1 descriptor after interface Nov 30 12:19:24 xanatos kernel: [ 7.877582] usb 3-1.2.2: skipped 1 descriptor after interface Nov 30 12:19:24 xanatos kernel: [ 7.878429] usb 3-1.2.2: default language 0x0409 Nov 30 12:19:24 xanatos kernel: [ 7.881946] usb 3-1.2.2: udev 5, busnum 3, minor = 260 Nov 30 12:19:24 xanatos kernel: [ 7.881951] usb 3-1.2.2: New USB device found, idVendor=046d, idProduct=c30a Nov 30 12:19:24 xanatos kernel: [ 7.881954] usb 3-1.2.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Nov 30 12:19:24 xanatos kernel: [ 7.881956] usb 3-1.2.2: Product: Logitech USB Keyboard Nov 30 12:19:24 xanatos kernel: [ 7.881958] usb 3-1.2.2: Manufacturer: Logitech Nov 30 12:19:24 xanatos kernel: [ 7.882068] usb 3-1.2.2: usb_probe_device Nov 30 12:19:24 xanatos kernel: [ 7.882072] usb 3-1.2.2: configuration #1 chosen from 1 choice Nov 30 12:19:24 xanatos kernel: [ 7.882728] usb 3-1.2.2: adding 3-1.2.2:1.0 (config #1, interface 0) Nov 30 12:19:24 xanatos kernel: [ 7.882801] usb 3-1.2.2: adding 3-1.2.2:1.1 (config #1, interface 1) Nov 30 12:19:24 xanatos kernel: [ 7.887210] hub 3-1.2:1.0: port 3, status 0301, change 0000, 1.5 Mb/s Nov 30 12:19:24 xanatos kernel: [ 7.956741] usb 3-1.2.3: new low-speed USB device number 6 using ehci-pci Nov 30 12:19:25 xanatos kernel: [ 8.052313] usb 3-1.2.3: skipped 1 descriptor after interface Nov 30 12:19:25 xanatos kernel: [ 8.052317] usb 3-1.2.3: skipped 1 descriptor after interface Nov 30 12:19:25 xanatos kernel: [ 8.053075] usb 3-1.2.3: default language 0x0409 Nov 30 12:19:25 xanatos kernel: [ 8.055336] usb 3-1.2.3: udev 6, busnum 3, minor = 261 Nov 30 12:19:25 xanatos kernel: [ 8.055339] usb 3-1.2.3: New USB device found, idVendor=046d, idProduct=c521 Nov 30 12:19:25 xanatos kernel: [ 8.055341] usb 3-1.2.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0 Nov 30 12:19:25 xanatos kernel: [ 8.055343] usb 3-1.2.3: Product: USB Receiver Nov 30 12:19:25 xanatos kernel: [ 8.055344] usb 3-1.2.3: Manufacturer: Logitech Nov 30 12:19:25 xanatos kernel: [ 8.055429] usb 3-1.2.3: usb_probe_device Nov 30 12:19:25 xanatos kernel: [ 8.055433] usb 3-1.2.3: configuration #1 chosen from 1 choice Nov 30 12:19:25 xanatos kernel: [ 8.057178] usb 3-1.2.3: adding 3-1.2.3:1.0 (config #1, interface 0) Nov 30 12:19:25 xanatos kernel: [ 8.057248] usb 3-1.2.3: adding 3-1.2.3:1.1 (config #1, interface 1) Nov 30 12:19:25 xanatos kernel: [ 8.057360] hub 3-1.2:1.0: state 7 ports 4 chg 0000 evt 0008 Nov 30 12:19:25 xanatos kernel: [ 8.077388] usbhid 3-1.2.2:1.0: usb_probe_interface Nov 30 12:19:25 xanatos kernel: [ 8.077393] usbhid 3-1.2.2:1.0: usb_probe_interface - got id Nov 30 12:19:25 xanatos kernel: [ 8.081650] usbhid 3-1.2.2:1.1: usb_probe_interface Nov 30 12:19:25 xanatos kernel: [ 8.081654] usbhid 3-1.2.2:1.1: usb_probe_interface - got id Nov 30 12:19:25 xanatos kernel: [ 8.089157] usbhid 3-1.2.3:1.0: usb_probe_interface Nov 30 12:19:25 xanatos kernel: [ 8.089161] usbhid 3-1.2.3:1.0: usb_probe_interface - got id Nov 30 12:19:25 xanatos kernel: [ 8.092863] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2.3/3-1.2.3:1.0/input/input7 Nov 30 12:19:25 xanatos kernel: [ 8.093028] hid-generic 0003:046D:C521.0003: input,hidraw0: USB HID v1.11 Mouse [Logitech USB Receiver] on usb-0000:00:1a.0-1.2.3/input0 Nov 30 12:19:25 xanatos kernel: [ 8.093052] usbhid 3-1.2.3:1.1: usb_probe_interface Nov 30 12:19:25 xanatos kernel: [ 8.093054] usbhid 3-1.2.3:1.1: usb_probe_interface - got id Nov 30 12:19:25 xanatos kernel: [ 8.099622] input: Logitech USB Receiver as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2.3/3-1.2.3:1.1/input/input8 Nov 30 12:19:25 xanatos kernel: [ 8.099668] usb 3-1.2.3: link qh8-0e01/ffff8801119ec900 start 3 [1/2 us] Nov 30 12:19:25 xanatos kernel: [ 8.099709] usbhid 3-1.2.3:1.1: looking for a minor, starting at 96 Nov 30 12:19:25 xanatos kernel: [ 8.099896] hid-generic 0003:046D:C521.0004: input,hiddev0,hidraw1: USB HID v1.11 Device [Logitech USB Receiver] on usb-0000:00:1a.0-1.2.3/input1 Nov 30 12:19:25 xanatos kernel: [ 8.100007] usbcore: registered new interface driver usbhid Nov 30 12:19:25 xanatos kernel: [ 8.100009] usbhid: USB HID core driver Nov 30 12:19:25 xanatos kernel: [ 8.109085] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2.2/3-1.2.2:1.0/input/input9 Nov 30 12:19:25 xanatos kernel: [ 8.109113] usb 3-1.2.2: link qh8-0e01/ffff88010d16e380 start 4 [1/2 us] Nov 30 12:19:25 xanatos kernel: [ 8.109382] logitech 0003:046D:C30A.0001: input,hidraw2: USB HID v1.10 Keyboard [Logitech Logitech USB Keyboard] on usb-0000:00:1a.0-1.2.2/input0 Nov 30 12:19:25 xanatos kernel: [ 8.111525] input: Logitech Logitech USB Keyboard as /devices/pci0000:00/0000:00:1a.0/usb3/3-1/3-1.2/3-1.2.2/3-1.2.2:1.1/input/input10 Nov 30 12:19:25 xanatos kernel: [ 8.111542] usb 3-1.2.2: link qh32-0e01/ffff88010c559000 start 5 [1/2 us] Nov 30 12:19:25 xanatos kernel: [ 8.111718] logitech 0003:046D:C30A.0002: input,hidraw3: USB HID v1.10 Mouse [Logitech Logitech USB Keyboard] on usb-0000:00:1a.0-1.2.2/input1 Nov 30 12:19:25 xanatos kernel: [ 8.266189] usb 3-1.2.3: link qh8-0e01/ffff88010c559200 start 6 [1/2 us] Nov 30 12:19:28 xanatos kernel: [ 11.340973] e1000e: eth1 NIC Link is Up 1000 Mbps Full Duplex, Flow Control: Rx/Tx Nov 30 12:19:28 xanatos kernel: [ 11.342194] IPv6: ADDRCONF(NETDEV_CHANGE): eth1: link becomes ready Nov 30 12:20:19 xanatos kernel: [ 62.693992] xhci_hcd 0000:00:14.0: Poll event ring: 4294907968 --Kj7319i9nmIyA2yE Content-Type: text/plain; charset=us-ascii Content-Disposition: attachment; filename="x230-lspci-n.txt" 00:00.0 0600: 8086:0154 (rev 09) Subsystem: 17aa:21fa Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- 00:02.0 0300: 8086:0166 (rev 09) (prog-if 00 [VGA controller]) Subsystem: 17aa:21fa Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- [disabled] Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee0100c Data: 41d1 Capabilities: [d0] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [a4] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: i915 Kernel modules: i915 00:14.0 0c03: 8086:1e31 (rev 04) (prog-if 30 [XHCI]) Subsystem: 17aa:21fa Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Slot #0, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [90] Subsystem: 17aa:21fa Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.1 0604: 8086:1e12 (rev c4) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #1, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet- LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [90] Subsystem: 17aa:21fa Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.2 0604: 8086:1e14 (rev c4) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Slot #2, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [90] Subsystem: 17aa:21fa Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pcieport Kernel modules: shpchp 00:1d.0 0c03: 8086:1e26 (rev 04) (prog-if 20 [EHCI]) Subsystem: 17aa:21fa Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- 00:1f.2 0106: 8086:1e03 (rev 04) (prog-if 01 [AHCI 1.0]) Subsystem: 17aa:21fa Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- 00:02.0 VGA compatible controller: Intel Corporation Ivy Bridge Graphics Controller (rev 09) (prog-if 00 [VGA controller]) Subsystem: Lenovo Device 21fa Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=fast >TAbort- SERR- [disabled] Capabilities: [90] MSI: Enable+ Count=1/1 Maskable- 64bit- Address: fee0100c Data: 41d1 Capabilities: [d0] Power Management version 2 Flags: PMEClk- DSI+ D1- D2- AuxCurrent=0mA PME(D0-,D1-,D2-,D3hot-,D3cold-) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Capabilities: [a4] PCI Advanced Features AFCap: TP+ FLR+ AFCtrl: FLR- AFStatus: TP- Kernel driver in use: i915 Kernel modules: i915 00:14.0 USB controller: Intel Corporation Panther Point USB xHCI Host Controller (rev 04) (prog-if 30 [XHCI]) Subsystem: Lenovo Device 21fa Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #1, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Slot #0, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [90] Subsystem: Lenovo Device 21fa Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.1 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 2 (rev c4) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #2, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <512ns, L1 <16us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM Disabled; RCB 64 bytes Disabled- Retrain- CommClk+ ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x1, TrErr- Train- SlotClk+ DLActive+ BWMgmt+ ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug- Surprise- Slot #1, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet- CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet+ Interlock- Changed: MRL- PresDet- LinkState+ RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [90] Subsystem: Lenovo Device 21fa Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pcieport Kernel modules: shpchp 00:1c.2 PCI bridge: Intel Corporation Panther Point PCI Express Root Port 3 (rev c4) (prog-if 00 [Normal decode]) Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B- ParErr- DEVSEL=fast >TAbort- SERR- TAbort- Reset- FastB2B- PriDiscTmr- SecDiscTmr- DiscTmrStat- DiscTmrSERREn- Capabilities: [40] Express (v2) Root Port (Slot+), MSI 00 DevCap: MaxPayload 128 bytes, PhantFunc 0, Latency L0s <64ns, L1 <1us ExtTag- RBE+ FLReset- DevCtl: Report errors: Correctable- Non-Fatal- Fatal- Unsupported- RlxdOrd- ExtTag- PhantFunc- AuxPwr- NoSnoop- MaxPayload 128 bytes, MaxReadReq 128 bytes DevSta: CorrErr- UncorrErr- FatalErr- UnsuppReq- AuxPwr+ TransPend- LnkCap: Port #3, Speed 5GT/s, Width x1, ASPM L0s L1, Latency L0 <1us, L1 <16us ClockPM- Surprise- LLActRep+ BwNot- LnkCtl: ASPM L0s L1 Enabled; RCB 64 bytes Disabled- Retrain- CommClk- ExtSynch- ClockPM- AutWidDis- BWInt- AutBWInt- LnkSta: Speed 2.5GT/s, Width x0, TrErr- Train- SlotClk+ DLActive- BWMgmt- ABWMgmt- SltCap: AttnBtn- PwrCtrl- MRL- AttnInd- PwrInd- HotPlug+ Surprise+ Slot #2, PowerLimit 10.000W; Interlock- NoCompl+ SltCtl: Enable: AttnBtn- PwrFlt- MRL- PresDet+ CmdCplt- HPIrq- LinkChg- Control: AttnInd Unknown, PwrInd Unknown, Power- Interlock- SltSta: Status: AttnBtn- PowerFlt- MRL- CmdCplt- PresDet- Interlock- Changed: MRL- PresDet- LinkState- RootCtl: ErrCorrectable- ErrNon-Fatal- ErrFatal- PMEIntEna- CRSVisible- RootCap: CRSVisible- RootSta: PME ReqID 0000, PMEStatus- PMEPending- DevCap2: Completion Timeout: Range BC, TimeoutDis+ ARIFwd- DevCtl2: Completion Timeout: 50us to 50ms, TimeoutDis- ARIFwd- LnkCtl2: Target Link Speed: 5GT/s, EnterCompliance- SpeedDis-, Selectable De-emphasis: -6dB Transmit Margin: Normal Operating Range, EnterModifiedCompliance- ComplianceSOS- Compliance De-emphasis: -6dB LnkSta2: Current De-emphasis Level: -3.5dB Capabilities: [80] MSI: Enable- Count=1/1 Maskable- 64bit- Address: 00000000 Data: 0000 Capabilities: [90] Subsystem: Lenovo Device 21fa Capabilities: [a0] Power Management version 2 Flags: PMEClk- DSI- D1- D2- AuxCurrent=0mA PME(D0+,D1-,D2-,D3hot+,D3cold+) Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME- Kernel driver in use: pcieport Kernel modules: shpchp 00:1d.0 USB controller: Intel Corporation Panther Point USB Enhanced Host Controller #1 (rev 04) (prog-if 20 [EHCI]) Subsystem: Lenovo Device 21fa Control: I/O- Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx- Status: Cap+ 66MHz- UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- 00:1f.2 SATA controller: Intel Corporation Panther Point 6 port SATA Controller [AHCI mode] (rev 04) (prog-if 01 [AHCI 1.0]) Subsystem: Lenovo Device 21fa Control: I/O+ Mem+ BusMaster+ SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx+ Status: Cap+ 66MHz+ UDF- FastB2B+ ParErr- DEVSEL=medium >TAbort- SERR- TAbort- SERR- TAbort- SERR- TAbort- SERR- PPS to see the PTP clock options. # CONFIG_ARCH_WANT_OPTIONAL_GPIOLIB=y # CONFIG_GPIOLIB is not set # CONFIG_W1 is not set CONFIG_POWER_SUPPLY=y # CONFIG_POWER_SUPPLY_DEBUG is not set CONFIG_PDA_POWER=m # CONFIG_TEST_POWER is not set # CONFIG_BATTERY_DS2780 is not set # CONFIG_BATTERY_DS2781 is not set # CONFIG_BATTERY_DS2782 is not set # CONFIG_BATTERY_SBS is not set # CONFIG_BATTERY_BQ27x00 is not set # CONFIG_BATTERY_MAX17040 is not set # CONFIG_BATTERY_MAX17042 is not set # CONFIG_CHARGER_MAX8903 is not set # CONFIG_CHARGER_LP8727 is not set # CONFIG_CHARGER_SMB347 is not set # CONFIG_POWER_AVS is not set CONFIG_HWMON=y CONFIG_HWMON_VID=m # CONFIG_HWMON_DEBUG_CHIP is not set # # Native drivers # CONFIG_SENSORS_ABITUGURU=m CONFIG_SENSORS_ABITUGURU3=m # CONFIG_SENSORS_AD7314 is not set CONFIG_SENSORS_AD7414=m CONFIG_SENSORS_AD7418=m CONFIG_SENSORS_ADCXX=m CONFIG_SENSORS_ADM1021=m CONFIG_SENSORS_ADM1025=m CONFIG_SENSORS_ADM1026=m CONFIG_SENSORS_ADM1029=m CONFIG_SENSORS_ADM1031=m CONFIG_SENSORS_ADM9240=m # CONFIG_SENSORS_ADT7410 is not set # CONFIG_SENSORS_ADT7411 is not set CONFIG_SENSORS_ADT7462=m CONFIG_SENSORS_ADT7470=m CONFIG_SENSORS_ADT7475=m # CONFIG_SENSORS_ASC7621 is not set CONFIG_SENSORS_K8TEMP=m # CONFIG_SENSORS_K10TEMP is not set # CONFIG_SENSORS_FAM15H_POWER is not set CONFIG_SENSORS_ASB100=m CONFIG_SENSORS_ATXP1=m # CONFIG_SENSORS_DS620 is not set CONFIG_SENSORS_DS1621=m CONFIG_SENSORS_I5K_AMB=m CONFIG_SENSORS_F71805F=m CONFIG_SENSORS_F71882FG=m CONFIG_SENSORS_F75375S=m CONFIG_SENSORS_FSCHMD=m # CONFIG_SENSORS_G760A is not set CONFIG_SENSORS_GL518SM=m CONFIG_SENSORS_GL520SM=m # CONFIG_SENSORS_HIH6130 is not set CONFIG_SENSORS_CORETEMP=m CONFIG_SENSORS_IBMAEM=m CONFIG_SENSORS_IBMPEX=m CONFIG_SENSORS_IT87=m # CONFIG_SENSORS_JC42 is not set # CONFIG_SENSORS_LINEAGE is not set CONFIG_SENSORS_LM63=m CONFIG_SENSORS_LM70=m # CONFIG_SENSORS_LM73 is not set CONFIG_SENSORS_LM75=m CONFIG_SENSORS_LM77=m CONFIG_SENSORS_LM78=m CONFIG_SENSORS_LM80=m CONFIG_SENSORS_LM83=m CONFIG_SENSORS_LM85=m CONFIG_SENSORS_LM87=m CONFIG_SENSORS_LM90=m CONFIG_SENSORS_LM92=m CONFIG_SENSORS_LM93=m # CONFIG_SENSORS_LTC4151 is not set # CONFIG_SENSORS_LTC4215 is not set # CONFIG_SENSORS_LTC4245 is not set # CONFIG_SENSORS_LTC4261 is not set # CONFIG_SENSORS_LM95241 is not set # CONFIG_SENSORS_LM95245 is not set CONFIG_SENSORS_MAX1111=m # CONFIG_SENSORS_MAX16065 is not set CONFIG_SENSORS_MAX1619=m # CONFIG_SENSORS_MAX1668 is not set # CONFIG_SENSORS_MAX197 is not set # CONFIG_SENSORS_MAX6639 is not set # CONFIG_SENSORS_MAX6642 is not set CONFIG_SENSORS_MAX6650=m # CONFIG_SENSORS_MCP3021 is not set # CONFIG_SENSORS_NTC_THERMISTOR is not set CONFIG_SENSORS_PC87360=m CONFIG_SENSORS_PC87427=m CONFIG_SENSORS_PCF8591=m # CONFIG_PMBUS is not set # CONFIG_SENSORS_SHT21 is not set CONFIG_SENSORS_SIS5595=m # CONFIG_SENSORS_SMM665 is not set CONFIG_SENSORS_DME1737=m # CONFIG_SENSORS_EMC1403 is not set # CONFIG_SENSORS_EMC2103 is not set # CONFIG_SENSORS_EMC6W201 is not set CONFIG_SENSORS_SMSC47M1=m CONFIG_SENSORS_SMSC47M192=m CONFIG_SENSORS_SMSC47B397=m # CONFIG_SENSORS_SCH56XX_COMMON is not set # CONFIG_SENSORS_ADS1015 is not set CONFIG_SENSORS_ADS7828=m # CONFIG_SENSORS_ADS7871 is not set # CONFIG_SENSORS_AMC6821 is not set # CONFIG_SENSORS_INA2XX is not set CONFIG_SENSORS_THMC50=m # CONFIG_SENSORS_TMP102 is not set # CONFIG_SENSORS_TMP401 is not set # CONFIG_SENSORS_TMP421 is not set # CONFIG_SENSORS_VIA_CPUTEMP is not set CONFIG_SENSORS_VIA686A=m CONFIG_SENSORS_VT1211=m CONFIG_SENSORS_VT8231=m CONFIG_SENSORS_W83781D=m CONFIG_SENSORS_W83791D=m CONFIG_SENSORS_W83792D=m CONFIG_SENSORS_W83793=m # CONFIG_SENSORS_W83795 is not set CONFIG_SENSORS_W83L785TS=m CONFIG_SENSORS_W83L786NG=m CONFIG_SENSORS_W83627HF=m CONFIG_SENSORS_W83627EHF=m CONFIG_SENSORS_APPLESMC=m # # ACPI drivers # # CONFIG_SENSORS_ACPI_POWER is not set # CONFIG_SENSORS_ATK0110 is not set CONFIG_THERMAL=y CONFIG_THERMAL_HWMON=y # CONFIG_CPU_THERMAL is not set # CONFIG_WATCHDOG is not set CONFIG_SSB_POSSIBLE=y # # Sonics Silicon Backplane # # CONFIG_SSB is not set CONFIG_BCMA_POSSIBLE=y # # Broadcom specific AMBA # # CONFIG_BCMA is not set # # Multifunction device drivers # CONFIG_MFD_CORE=m # CONFIG_MFD_88PM860X is not set # CONFIG_MFD_88PM800 is not set # CONFIG_MFD_88PM805 is not set # CONFIG_MFD_SM501 is not set # CONFIG_HTC_PASIC3 is not set # CONFIG_MFD_LM3533 is not set # CONFIG_TPS6105X is not set # CONFIG_TPS6507X is not set # CONFIG_MFD_TPS65217 is not set # CONFIG_TWL4030_CORE is not set # CONFIG_TWL6040_CORE is not set # CONFIG_MFD_STMPE is not set # CONFIG_MFD_TC3589X is not set # CONFIG_MFD_TMIO is not set # CONFIG_MFD_SMSC is not set # CONFIG_PMIC_DA903X is not set # CONFIG_MFD_DA9052_SPI is not set # CONFIG_MFD_DA9052_I2C is not set # CONFIG_MFD_DA9055 is not set # CONFIG_PMIC_ADP5520 is not set # CONFIG_MFD_LP8788 is not set # CONFIG_MFD_MAX77686 is not set # CONFIG_MFD_MAX77693 is not set # CONFIG_MFD_MAX8907 is not set # CONFIG_MFD_MAX8925 is not set # CONFIG_MFD_MAX8997 is not set # CONFIG_MFD_MAX8998 is not set # CONFIG_MFD_SEC_CORE is not set # CONFIG_MFD_ARIZONA_I2C is not set # CONFIG_MFD_ARIZONA_SPI is not set # CONFIG_MFD_WM8400 is not set # CONFIG_MFD_WM831X_I2C is not set # CONFIG_MFD_WM831X_SPI is not set # CONFIG_MFD_WM8350_I2C is not set # CONFIG_MFD_WM8994 is not set # CONFIG_MFD_PCF50633 is not set # CONFIG_MFD_MC13XXX_SPI is not set # CONFIG_MFD_MC13XXX_I2C is not set # CONFIG_ABX500_CORE is not set # CONFIG_EZX_PCAP is not set # CONFIG_MFD_CS5535 is not set CONFIG_LPC_SCH=m # CONFIG_LPC_ICH is not set # CONFIG_MFD_RDC321X is not set # CONFIG_MFD_JANZ_CMODIO is not set # CONFIG_MFD_VX855 is not set # CONFIG_MFD_WL1273_CORE is not set # CONFIG_MFD_TPS65090 is not set # CONFIG_MFD_RC5T583 is not set # CONFIG_MFD_PALMAS is not set # CONFIG_REGULATOR is not set CONFIG_MEDIA_SUPPORT=y # # Multimedia core support # # CONFIG_MEDIA_CAMERA_SUPPORT is not set # CONFIG_MEDIA_ANALOG_TV_SUPPORT is not set # CONFIG_MEDIA_DIGITAL_TV_SUPPORT is not set # CONFIG_MEDIA_RADIO_SUPPORT is not set # CONFIG_MEDIA_RC_SUPPORT is not set # CONFIG_VIDEO_ADV_DEBUG is not set # CONFIG_VIDEO_FIXED_MINOR_RANGES is not set # # Media drivers # CONFIG_MEDIA_USB_SUPPORT=y # CONFIG_MEDIA_PCI_SUPPORT is not set # # Supported MMC/SDIO adapters # # # Media ancillary drivers (tuners, sensors, i2c, frontends) # # # Customise DVB Frontends # CONFIG_DVB_TUNER_DIB0070=m CONFIG_DVB_TUNER_DIB0090=m # # Tools to develop new frontends # # CONFIG_DVB_DUMMY_FE is not set # # Graphics support # CONFIG_AGP=y CONFIG_AGP_AMD64=y CONFIG_AGP_INTEL=m CONFIG_AGP_SIS=m CONFIG_AGP_VIA=m CONFIG_VGA_ARB=y CONFIG_VGA_ARB_MAX_GPUS=16 # CONFIG_VGA_SWITCHEROO is not set CONFIG_DRM=m CONFIG_DRM_KMS_HELPER=m # CONFIG_DRM_LOAD_EDID_FIRMWARE is not set # CONFIG_DRM_TDFX is not set # CONFIG_DRM_R128 is not set # CONFIG_DRM_RADEON is not set # CONFIG_DRM_NOUVEAU is not set # # I2C encoder or helper chips # # CONFIG_DRM_I2C_CH7006 is not set # CONFIG_DRM_I2C_SIL164 is not set CONFIG_DRM_I915=m CONFIG_DRM_I915_KMS=y # CONFIG_DRM_MGA is not set # CONFIG_DRM_SIS is not set # CONFIG_DRM_VIA is not set # CONFIG_DRM_SAVAGE is not set # CONFIG_DRM_VMWGFX is not set # CONFIG_DRM_GMA500 is not set # CONFIG_DRM_UDL is not set # CONFIG_DRM_AST is not set # CONFIG_DRM_MGAG200 is not set # CONFIG_DRM_CIRRUS_QEMU is not set # CONFIG_STUB_POULSBO is not set # CONFIG_VGASTATE is not set CONFIG_VIDEO_OUTPUT_CONTROL=m CONFIG_FB=y CONFIG_FIRMWARE_EDID=y # CONFIG_FB_DDC is not set # CONFIG_FB_BOOT_VESA_SUPPORT is not set CONFIG_FB_CFB_FILLRECT=m CONFIG_FB_CFB_COPYAREA=m CONFIG_FB_CFB_IMAGEBLIT=m # CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set CONFIG_FB_SYS_FILLRECT=y CONFIG_FB_SYS_COPYAREA=y CONFIG_FB_SYS_IMAGEBLIT=y # CONFIG_FB_FOREIGN_ENDIAN is not set CONFIG_FB_SYS_FOPS=y # CONFIG_FB_WMT_GE_ROPS is not set CONFIG_FB_DEFERRED_IO=y # CONFIG_FB_SVGALIB is not set # CONFIG_FB_MACMODES is not set # CONFIG_FB_BACKLIGHT is not set CONFIG_FB_MODE_HELPERS=y # CONFIG_FB_TILEBLITTING is not set # # Frame buffer hardware drivers # # CONFIG_FB_CIRRUS is not set # CONFIG_FB_PM2 is not set # CONFIG_FB_CYBER2000 is not set # CONFIG_FB_ARC is not set # CONFIG_FB_ASILIANT is not set # CONFIG_FB_IMSTT is not set # CONFIG_FB_VGA16 is not set # CONFIG_FB_UVESA is not set # CONFIG_FB_VESA is not set # CONFIG_FB_N411 is not set # CONFIG_FB_HGA is not set # CONFIG_FB_S1D13XXX is not set # CONFIG_FB_NVIDIA is not set # CONFIG_FB_RIVA is not set # CONFIG_FB_I740 is not set # CONFIG_FB_LE80578 is not set # CONFIG_FB_INTEL is not set # CONFIG_FB_MATROX is not set # CONFIG_FB_RADEON is not set # CONFIG_FB_ATY128 is not set # CONFIG_FB_ATY is not set # CONFIG_FB_S3 is not set # CONFIG_FB_SAVAGE is not set # CONFIG_FB_SIS is not set # CONFIG_FB_VIA is not set # CONFIG_FB_NEOMAGIC is not set # CONFIG_FB_KYRO is not set # CONFIG_FB_3DFX is not set # CONFIG_FB_VOODOO1 is not set # CONFIG_FB_VT8623 is not set # CONFIG_FB_TRIDENT is not set # CONFIG_FB_ARK is not set # CONFIG_FB_PM3 is not set # CONFIG_FB_CARMINE is not set # CONFIG_FB_GEODE is not set # CONFIG_FB_TMIO is not set # CONFIG_FB_SMSCUFX is not set CONFIG_FB_UDL=m # CONFIG_FB_VIRTUAL is not set CONFIG_XEN_FBDEV_FRONTEND=y # CONFIG_FB_METRONOME is not set # CONFIG_FB_MB862XX is not set # CONFIG_FB_BROADSHEET is not set # CONFIG_FB_AUO_K190X is not set # CONFIG_EXYNOS_VIDEO is not set CONFIG_BACKLIGHT_LCD_SUPPORT=y CONFIG_LCD_CLASS_DEVICE=m CONFIG_LCD_LTV350QV=m CONFIG_LCD_ILI9320=m CONFIG_LCD_TDO24M=m CONFIG_LCD_VGG2432A4=m CONFIG_LCD_PLATFORM=m # CONFIG_LCD_S6E63M0 is not set # CONFIG_LCD_LD9040 is not set # CONFIG_LCD_AMS369FG06 is not set CONFIG_BACKLIGHT_CLASS_DEVICE=y CONFIG_BACKLIGHT_GENERIC=y # CONFIG_BACKLIGHT_APPLE is not set CONFIG_BACKLIGHT_SAHARA=m # CONFIG_BACKLIGHT_ADP8860 is not set # CONFIG_BACKLIGHT_ADP8870 is not set # CONFIG_BACKLIGHT_LM3630 is not set # CONFIG_BACKLIGHT_LM3639 is not set # CONFIG_BACKLIGHT_LP855X is not set # # Console display driver support # CONFIG_VGA_CONSOLE=y # CONFIG_VGACON_SOFT_SCROLLBACK is not set CONFIG_DUMMY_CONSOLE=y CONFIG_FRAMEBUFFER_CONSOLE=m CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY=y # CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set # CONFIG_FONTS is not set CONFIG_FONT_8x8=y CONFIG_FONT_8x16=y # CONFIG_LOGO is not set CONFIG_SOUND=m CONFIG_SOUND_OSS_CORE=y CONFIG_SOUND_OSS_CORE_PRECLAIM=y CONFIG_SND=m CONFIG_SND_TIMER=m CONFIG_SND_PCM=m CONFIG_SND_HWDEP=m CONFIG_SND_RAWMIDI=m CONFIG_SND_SEQUENCER=m CONFIG_SND_SEQ_DUMMY=m CONFIG_SND_OSSEMUL=y CONFIG_SND_MIXER_OSS=m CONFIG_SND_PCM_OSS=m CONFIG_SND_PCM_OSS_PLUGINS=y CONFIG_SND_SEQUENCER_OSS=y CONFIG_SND_HRTIMER=m CONFIG_SND_SEQ_HRTIMER_DEFAULT=y CONFIG_SND_DYNAMIC_MINORS=y CONFIG_SND_SUPPORT_OLD_API=y CONFIG_SND_VERBOSE_PROCFS=y # CONFIG_SND_VERBOSE_PRINTK is not set CONFIG_SND_DEBUG=y # CONFIG_SND_DEBUG_VERBOSE is not set # CONFIG_SND_PCM_XRUN_DEBUG is not set CONFIG_SND_VMASTER=y CONFIG_SND_KCTL_JACK=y CONFIG_SND_DMA_SGBUF=y CONFIG_SND_RAWMIDI_SEQ=m # CONFIG_SND_OPL3_LIB_SEQ is not set # CONFIG_SND_OPL4_LIB_SEQ is not set # CONFIG_SND_SBAWE_SEQ is not set # CONFIG_SND_EMU10K1_SEQ is not set CONFIG_SND_MPU401_UART=m CONFIG_SND_DRIVERS=y CONFIG_SND_PCSP=m CONFIG_SND_DUMMY=m # CONFIG_SND_ALOOP is not set CONFIG_SND_VIRMIDI=m CONFIG_SND_MTPAV=m CONFIG_SND_SERIAL_U16550=m CONFIG_SND_MPU401=m CONFIG_SND_PCI=y # CONFIG_SND_AD1889 is not set # CONFIG_SND_ALS300 is not set # CONFIG_SND_ALS4000 is not set # CONFIG_SND_ALI5451 is not set # CONFIG_SND_ASIHPI is not set # CONFIG_SND_ATIIXP is not set # CONFIG_SND_ATIIXP_MODEM is not set # CONFIG_SND_AU8810 is not set # CONFIG_SND_AU8820 is not set # CONFIG_SND_AU8830 is not set # CONFIG_SND_AW2 is not set # CONFIG_SND_AZT3328 is not set # CONFIG_SND_BT87X is not set # CONFIG_SND_CA0106 is not set # CONFIG_SND_CMIPCI is not set # CONFIG_SND_OXYGEN is not set # CONFIG_SND_CS4281 is not set # CONFIG_SND_CS46XX is not set # CONFIG_SND_CS5530 is not set # CONFIG_SND_CS5535AUDIO is not set # CONFIG_SND_CTXFI is not set # CONFIG_SND_DARLA20 is not set # CONFIG_SND_GINA20 is not set # CONFIG_SND_LAYLA20 is not set # CONFIG_SND_DARLA24 is not set # CONFIG_SND_GINA24 is not set # CONFIG_SND_LAYLA24 is not set # CONFIG_SND_MONA is not set # CONFIG_SND_MIA is not set # CONFIG_SND_ECHO3G is not set # CONFIG_SND_INDIGO is not set # CONFIG_SND_INDIGOIO is not set # CONFIG_SND_INDIGODJ is not set # CONFIG_SND_INDIGOIOX is not set # CONFIG_SND_INDIGODJX is not set # CONFIG_SND_EMU10K1 is not set # CONFIG_SND_EMU10K1X is not set # CONFIG_SND_ENS1370 is not set # CONFIG_SND_ENS1371 is not set # CONFIG_SND_ES1938 is not set # CONFIG_SND_ES1968 is not set # CONFIG_SND_FM801 is not set CONFIG_SND_HDA_INTEL=m CONFIG_SND_HDA_PREALLOC_SIZE=64 # CONFIG_SND_HDA_HWDEP is not set # CONFIG_SND_HDA_INPUT_BEEP is not set # CONFIG_SND_HDA_INPUT_JACK is not set # CONFIG_SND_HDA_PATCH_LOADER is not set CONFIG_SND_HDA_CODEC_REALTEK=y CONFIG_SND_HDA_CODEC_ANALOG=y CONFIG_SND_HDA_CODEC_SIGMATEL=y CONFIG_SND_HDA_CODEC_VIA=y CONFIG_SND_HDA_CODEC_HDMI=y CONFIG_SND_HDA_CODEC_CIRRUS=y CONFIG_SND_HDA_CODEC_CONEXANT=y CONFIG_SND_HDA_CODEC_CA0110=y CONFIG_SND_HDA_CODEC_CA0132=y CONFIG_SND_HDA_CODEC_CMEDIA=y CONFIG_SND_HDA_CODEC_SI3054=y CONFIG_SND_HDA_GENERIC=y CONFIG_SND_HDA_POWER_SAVE_DEFAULT=0 # CONFIG_SND_HDSP is not set # CONFIG_SND_HDSPM is not set # CONFIG_SND_ICE1712 is not set # CONFIG_SND_ICE1724 is not set # CONFIG_SND_INTEL8X0 is not set # CONFIG_SND_INTEL8X0M is not set # CONFIG_SND_KORG1212 is not set # CONFIG_SND_LOLA is not set # CONFIG_SND_LX6464ES is not set # CONFIG_SND_MAESTRO3 is not set # CONFIG_SND_MIXART is not set # CONFIG_SND_NM256 is not set # CONFIG_SND_PCXHR is not set # CONFIG_SND_RIPTIDE is not set # CONFIG_SND_RME32 is not set # CONFIG_SND_RME96 is not set # CONFIG_SND_RME9652 is not set # CONFIG_SND_SONICVIBES is not set # CONFIG_SND_TRIDENT is not set # CONFIG_SND_VIA82XX is not set # CONFIG_SND_VIA82XX_MODEM is not set # CONFIG_SND_VIRTUOSO is not set # CONFIG_SND_VX222 is not set # CONFIG_SND_YMFPCI is not set # CONFIG_SND_SPI is not set CONFIG_SND_USB=y CONFIG_SND_USB_AUDIO=m CONFIG_SND_USB_UA101=m CONFIG_SND_USB_USX2Y=m CONFIG_SND_USB_CAIAQ=m CONFIG_SND_USB_CAIAQ_INPUT=y CONFIG_SND_USB_US122L=m # CONFIG_SND_USB_6FIRE is not set # CONFIG_SND_SOC is not set # CONFIG_SOUND_PRIME is not set # # HID support # CONFIG_HID=y # CONFIG_HID_BATTERY_STRENGTH is not set CONFIG_HIDRAW=y # CONFIG_UHID is not set CONFIG_HID_GENERIC=y # # Special HID drivers # CONFIG_HID_A4TECH=m # CONFIG_HID_ACRUX is not set CONFIG_HID_APPLE=m # CONFIG_HID_AUREAL is not set CONFIG_HID_BELKIN=m CONFIG_HID_CHERRY=m CONFIG_HID_CHICONY=m # CONFIG_HID_PRODIKEYS is not set CONFIG_HID_CYPRESS=m CONFIG_HID_DRAGONRISE=m # CONFIG_DRAGONRISE_FF is not set # CONFIG_HID_EMS_FF is not set CONFIG_HID_EZKEY=m # CONFIG_HID_HOLTEK is not set # CONFIG_HID_KEYTOUCH is not set CONFIG_HID_KYE=m # CONFIG_HID_UCLOGIC is not set # CONFIG_HID_WALTOP is not set CONFIG_HID_GYRATION=m CONFIG_HID_TWINHAN=m CONFIG_HID_KENSINGTON=m # CONFIG_HID_LCPOWER is not set # CONFIG_HID_LENOVO_TPKBD is not set CONFIG_HID_LOGITECH=m CONFIG_HID_LOGITECH_DJ=m CONFIG_LOGITECH_FF=y CONFIG_LOGIRUMBLEPAD2_FF=y # CONFIG_LOGIG940_FF is not set CONFIG_LOGIWHEELS_FF=y CONFIG_HID_MICROSOFT=m CONFIG_HID_MONTEREY=m # CONFIG_HID_MULTITOUCH is not set CONFIG_HID_NTRIG=m CONFIG_HID_ORTEK=m CONFIG_HID_PANTHERLORD=m CONFIG_PANTHERLORD_FF=y CONFIG_HID_PETALYNX=m # CONFIG_HID_PICOLCD is not set # CONFIG_HID_PRIMAX is not set CONFIG_HID_ROCCAT=m # CONFIG_HID_SAITEK is not set CONFIG_HID_SAMSUNG=m CONFIG_HID_SONY=m # CONFIG_HID_SPEEDLINK is not set CONFIG_HID_SUNPLUS=m CONFIG_HID_GREENASIA=m # CONFIG_GREENASIA_FF is not set CONFIG_HID_SMARTJOYPLUS=m # CONFIG_SMARTJOYPLUS_FF is not set # CONFIG_HID_TIVO is not set CONFIG_HID_TOPSEED=m CONFIG_HID_THRUSTMASTER=m # CONFIG_THRUSTMASTER_FF is not set CONFIG_HID_ZEROPLUS=m # CONFIG_ZEROPLUS_FF is not set # CONFIG_HID_ZYDACRON is not set # CONFIG_HID_SENSOR_HUB is not set # # USB HID support # CONFIG_USB_HID=m CONFIG_HID_PID=y CONFIG_USB_HIDDEV=y # # USB HID Boot Protocol drivers # # CONFIG_USB_KBD is not set # CONFIG_USB_MOUSE is not set CONFIG_USB_ARCH_HAS_OHCI=y CONFIG_USB_ARCH_HAS_EHCI=y CONFIG_USB_ARCH_HAS_XHCI=y CONFIG_USB_SUPPORT=y CONFIG_USB_COMMON=m CONFIG_USB_ARCH_HAS_HCD=y CONFIG_USB=m CONFIG_USB_DEBUG=y CONFIG_USB_ANNOUNCE_NEW_DEVICES=y # # Miscellaneous USB options # # CONFIG_USB_DYNAMIC_MINORS is not set # CONFIG_USB_SUSPEND is not set # CONFIG_USB_OTG_WHITELIST is not set # CONFIG_USB_OTG_BLACKLIST_HUB is not set # CONFIG_USB_DWC3 is not set CONFIG_USB_MON=m CONFIG_USB_WUSB=m # CONFIG_USB_WUSB_CBAF is not set # # USB Host Controller Drivers # CONFIG_USB_C67X00_HCD=m CONFIG_USB_XHCI_HCD=m CONFIG_USB_XHCI_HCD_DEBUGGING=y CONFIG_USB_EHCI_HCD=m CONFIG_USB_EHCI_ROOT_HUB_TT=y CONFIG_USB_EHCI_TT_NEWSCHED=y CONFIG_USB_EHCI_PCI=m CONFIG_USB_OXU210HP_HCD=m CONFIG_USB_ISP116X_HCD=m CONFIG_USB_ISP1760_HCD=m CONFIG_USB_ISP1362_HCD=m CONFIG_USB_OHCI_HCD=m # CONFIG_USB_OHCI_HCD_PLATFORM is not set # CONFIG_USB_EHCI_HCD_PLATFORM is not set # CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set # CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set CONFIG_USB_OHCI_LITTLE_ENDIAN=y CONFIG_USB_UHCI_HCD=m CONFIG_USB_U132_HCD=m CONFIG_USB_SL811_HCD=m CONFIG_USB_SL811_HCD_ISO=y CONFIG_USB_R8A66597_HCD=m CONFIG_USB_WHCI_HCD=m CONFIG_USB_HWA_HCD=m # CONFIG_USB_MUSB_HDRC is not set # CONFIG_USB_CHIPIDEA is not set # CONFIG_USB_RENESAS_USBHS is not set # # USB Device Class drivers # CONFIG_USB_ACM=m CONFIG_USB_PRINTER=m CONFIG_USB_WDM=m CONFIG_USB_TMC=m # # NOTE: USB_STORAGE depends on SCSI but BLK_DEV_SD may # # # also be needed; see USB_STORAGE Help for more info # CONFIG_USB_STORAGE=m # CONFIG_USB_STORAGE_DEBUG is not set CONFIG_USB_STORAGE_REALTEK=m CONFIG_REALTEK_AUTOPM=y CONFIG_USB_STORAGE_DATAFAB=m CONFIG_USB_STORAGE_FREECOM=m CONFIG_USB_STORAGE_ISD200=m CONFIG_USB_STORAGE_USBAT=m CONFIG_USB_STORAGE_SDDR09=m CONFIG_USB_STORAGE_SDDR55=m CONFIG_USB_STORAGE_JUMPSHOT=m CONFIG_USB_STORAGE_ALAUDA=m # CONFIG_USB_STORAGE_ONETOUCH is not set CONFIG_USB_STORAGE_KARMA=m # CONFIG_USB_STORAGE_CYPRESS_ATACB is not set CONFIG_USB_STORAGE_ENE_UB6250=m # # USB Imaging devices # CONFIG_USB_MDC800=m CONFIG_USB_MICROTEK=m # # USB port drivers # CONFIG_USB_SERIAL=m CONFIG_USB_SERIAL_GENERIC=y CONFIG_USB_SERIAL_AIRCABLE=m CONFIG_USB_SERIAL_ARK3116=m CONFIG_USB_SERIAL_BELKIN=m CONFIG_USB_SERIAL_CH341=m CONFIG_USB_SERIAL_WHITEHEAT=m CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m # CONFIG_USB_SERIAL_CP210X is not set CONFIG_USB_SERIAL_CYPRESS_M8=m CONFIG_USB_SERIAL_EMPEG=m CONFIG_USB_SERIAL_FTDI_SIO=m CONFIG_USB_SERIAL_FUNSOFT=m CONFIG_USB_SERIAL_VISOR=m CONFIG_USB_SERIAL_IPAQ=m # CONFIG_USB_SERIAL_IR is not set CONFIG_USB_SERIAL_EDGEPORT=m CONFIG_USB_SERIAL_EDGEPORT_TI=m # CONFIG_USB_SERIAL_F81232 is not set CONFIG_USB_SERIAL_GARMIN=m CONFIG_USB_SERIAL_IPW=m # CONFIG_USB_SERIAL_IUU is not set CONFIG_USB_SERIAL_KEYSPAN_PDA=m CONFIG_USB_SERIAL_KEYSPAN=m CONFIG_USB_SERIAL_KLSI=m CONFIG_USB_SERIAL_KOBIL_SCT=m CONFIG_USB_SERIAL_MCT_U232=m # CONFIG_USB_SERIAL_METRO is not set CONFIG_USB_SERIAL_MOS7720=m CONFIG_USB_SERIAL_MOS7840=m CONFIG_USB_SERIAL_MOTOROLA=m CONFIG_USB_SERIAL_NAVMAN=m CONFIG_USB_SERIAL_PL2303=m CONFIG_USB_SERIAL_OTI6858=m CONFIG_USB_SERIAL_QCAUX=m # CONFIG_USB_SERIAL_QUALCOMM is not set CONFIG_USB_SERIAL_SPCP8X5=m CONFIG_USB_SERIAL_HP4X=m CONFIG_USB_SERIAL_SAFE=m # CONFIG_USB_SERIAL_SAFE_PADDED is not set # CONFIG_USB_SERIAL_SIEMENS_MPI is not set CONFIG_USB_SERIAL_SIERRAWIRELESS=m # CONFIG_USB_SERIAL_SYMBOL is not set CONFIG_USB_SERIAL_TI=m CONFIG_USB_SERIAL_CYBERJACK=m CONFIG_USB_SERIAL_XIRCOM=m CONFIG_USB_SERIAL_WWAN=m CONFIG_USB_SERIAL_OPTION=m CONFIG_USB_SERIAL_OMNINET=m # CONFIG_USB_SERIAL_OPTICON is not set CONFIG_USB_SERIAL_VIVOPAY_SERIAL=m CONFIG_USB_SERIAL_ZIO=m CONFIG_USB_SERIAL_ZTE=m # CONFIG_USB_SERIAL_SSU100 is not set # CONFIG_USB_SERIAL_QT2 is not set CONFIG_USB_SERIAL_DEBUG=m # # USB Miscellaneous drivers # CONFIG_USB_EMI62=m CONFIG_USB_EMI26=m CONFIG_USB_ADUTUX=m CONFIG_USB_SEVSEG=m CONFIG_USB_RIO500=m CONFIG_USB_LEGOTOWER=m CONFIG_USB_LCD=m CONFIG_USB_LED=m CONFIG_USB_CYPRESS_CY7C63=m CONFIG_USB_CYTHERM=m CONFIG_USB_IDMOUSE=m CONFIG_USB_FTDI_ELAN=m CONFIG_USB_APPLEDISPLAY=m CONFIG_USB_SISUSBVGA=m # CONFIG_USB_SISUSBVGA_CON is not set CONFIG_USB_LD=m CONFIG_USB_TRANCEVIBRATOR=m CONFIG_USB_IOWARRIOR=m CONFIG_USB_TEST=m CONFIG_USB_ISIGHTFW=m # CONFIG_USB_YUREX is not set CONFIG_USB_EZUSB_FX2=m # # USB Physical Layer drivers # # CONFIG_OMAP_USB2 is not set # CONFIG_USB_ISP1301 is not set # CONFIG_USB_RCAR_PHY is not set CONFIG_USB_GADGET=m # CONFIG_USB_GADGET_DEBUG is not set # CONFIG_USB_GADGET_DEBUG_FILES is not set # CONFIG_USB_GADGET_DEBUG_FS is not set CONFIG_USB_GADGET_VBUS_DRAW=2 CONFIG_USB_GADGET_STORAGE_NUM_BUFFERS=2 # # USB Peripheral Controller # # CONFIG_USB_R8A66597 is not set # CONFIG_USB_MV_UDC is not set # CONFIG_USB_M66592 is not set # CONFIG_USB_AMD5536UDC is not set # CONFIG_USB_NET2272 is not set # CONFIG_USB_NET2280 is not set # CONFIG_USB_GOKU is not set # CONFIG_USB_EG20T is not set # CONFIG_USB_DUMMY_HCD is not set CONFIG_USB_LIBCOMPOSITE=m # CONFIG_USB_ZERO is not set # CONFIG_USB_AUDIO is not set # CONFIG_USB_ETH is not set CONFIG_USB_G_NCM=m # CONFIG_USB_GADGETFS is not set # CONFIG_USB_FUNCTIONFS is not set # CONFIG_USB_MASS_STORAGE is not set # CONFIG_USB_G_SERIAL is not set # CONFIG_USB_MIDI_GADGET is not set # CONFIG_USB_G_PRINTER is not set # CONFIG_USB_CDC_COMPOSITE is not set # CONFIG_USB_G_ACM_MS is not set # CONFIG_USB_G_MULTI is not set # CONFIG_USB_G_HID is not set # CONFIG_USB_G_DBGP is not set # # OTG and related infrastructure # # CONFIG_NOP_USB_XCEIV is not set CONFIG_UWB=m CONFIG_UWB_HWA=m CONFIG_UWB_WHCI=m # CONFIG_UWB_I1480U is not set # CONFIG_MMC is not set # CONFIG_MEMSTICK is not set CONFIG_NEW_LEDS=y CONFIG_LEDS_CLASS=y # # LED drivers # # CONFIG_LEDS_LM3530 is not set # CONFIG_LEDS_LM3642 is not set # CONFIG_LEDS_PCA9532 is not set # CONFIG_LEDS_LP3944 is not set # CONFIG_LEDS_LP5521 is not set # CONFIG_LEDS_LP5523 is not set # CONFIG_LEDS_CLEVO_MAIL is not set # CONFIG_LEDS_PCA955X is not set # CONFIG_LEDS_PCA9633 is not set # CONFIG_LEDS_DAC124S085 is not set # CONFIG_LEDS_BD2802 is not set # CONFIG_LEDS_INTEL_SS4200 is not set # CONFIG_LEDS_TCA6507 is not set # CONFIG_LEDS_LM355x is not set # CONFIG_LEDS_OT200 is not set # CONFIG_LEDS_BLINKM is not set CONFIG_LEDS_TRIGGERS=y # # LED Triggers # CONFIG_LEDS_TRIGGER_TIMER=m # CONFIG_LEDS_TRIGGER_ONESHOT is not set CONFIG_LEDS_TRIGGER_HEARTBEAT=m CONFIG_LEDS_TRIGGER_BACKLIGHT=m # CONFIG_LEDS_TRIGGER_CPU is not set CONFIG_LEDS_TRIGGER_DEFAULT_ON=m # # iptables trigger is under Netfilter config (LED target) # # CONFIG_LEDS_TRIGGER_TRANSIENT is not set # CONFIG_ACCESSIBILITY is not set # CONFIG_INFINIBAND is not set CONFIG_EDAC=y # # Reporting subsystems # CONFIG_EDAC_LEGACY_SYSFS=y # CONFIG_EDAC_DEBUG is not set CONFIG_EDAC_MM_EDAC=m CONFIG_EDAC_E752X=m CONFIG_EDAC_I82975X=m CONFIG_EDAC_I3000=m CONFIG_EDAC_I3200=m CONFIG_EDAC_X38=m # CONFIG_EDAC_I5400 is not set CONFIG_EDAC_I5000=m CONFIG_EDAC_I5100=m # CONFIG_EDAC_I7300 is not set CONFIG_RTC_LIB=y CONFIG_RTC_CLASS=y CONFIG_RTC_HCTOSYS=y CONFIG_RTC_HCTOSYS_DEVICE="rtc0" # CONFIG_RTC_DEBUG is not set # # RTC interfaces # CONFIG_RTC_INTF_SYSFS=y CONFIG_RTC_INTF_PROC=y CONFIG_RTC_INTF_DEV=y # CONFIG_RTC_INTF_DEV_UIE_EMUL is not set CONFIG_RTC_DRV_TEST=m # # I2C RTC drivers # CONFIG_RTC_DRV_DS1307=m CONFIG_RTC_DRV_DS1374=m CONFIG_RTC_DRV_DS1672=m # CONFIG_RTC_DRV_DS3232 is not set CONFIG_RTC_DRV_MAX6900=m CONFIG_RTC_DRV_RS5C372=m CONFIG_RTC_DRV_ISL1208=m # CONFIG_RTC_DRV_ISL12022 is not set CONFIG_RTC_DRV_X1205=m CONFIG_RTC_DRV_PCF8563=m CONFIG_RTC_DRV_PCF8583=m CONFIG_RTC_DRV_M41T80=m CONFIG_RTC_DRV_M41T80_WDT=y # CONFIG_RTC_DRV_BQ32K is not set # CONFIG_RTC_DRV_S35390A is not set CONFIG_RTC_DRV_FM3130=m CONFIG_RTC_DRV_RX8581=m # CONFIG_RTC_DRV_RX8025 is not set # CONFIG_RTC_DRV_EM3027 is not set # CONFIG_RTC_DRV_RV3029C2 is not set # # SPI RTC drivers # # CONFIG_RTC_DRV_M41T93 is not set CONFIG_RTC_DRV_M41T94=m CONFIG_RTC_DRV_DS1305=m CONFIG_RTC_DRV_DS1390=m CONFIG_RTC_DRV_MAX6902=m # CONFIG_RTC_DRV_R9701 is not set CONFIG_RTC_DRV_RS5C348=m CONFIG_RTC_DRV_DS3234=m # CONFIG_RTC_DRV_PCF2123 is not set # # Platform RTC drivers # CONFIG_RTC_DRV_CMOS=y CONFIG_RTC_DRV_DS1286=m # CONFIG_RTC_DRV_DS1511 is not set CONFIG_RTC_DRV_DS1553=m CONFIG_RTC_DRV_DS1742=m CONFIG_RTC_DRV_STK17TA8=m CONFIG_RTC_DRV_M48T86=m CONFIG_RTC_DRV_M48T35=m CONFIG_RTC_DRV_M48T59=m # CONFIG_RTC_DRV_MSM6242 is not set CONFIG_RTC_DRV_BQ4802=m # CONFIG_RTC_DRV_RP5C01 is not set CONFIG_RTC_DRV_V3020=m # CONFIG_RTC_DRV_DS2404 is not set # # on-CPU RTC drivers # CONFIG_DMADEVICES=y # CONFIG_DMADEVICES_DEBUG is not set # # DMA Devices # # CONFIG_INTEL_MID_DMAC is not set CONFIG_INTEL_IOATDMA=m # CONFIG_TIMB_DMA is not set # CONFIG_PCH_DMA is not set CONFIG_DMA_ENGINE=y # # DMA Clients # CONFIG_NET_DMA=y # CONFIG_ASYNC_TX_DMA is not set # CONFIG_DMATEST is not set CONFIG_DCA=m CONFIG_AUXDISPLAY=y CONFIG_UIO=m CONFIG_UIO_CIF=m CONFIG_UIO_PDRV=m CONFIG_UIO_PDRV_GENIRQ=m # CONFIG_UIO_AEC is not set CONFIG_UIO_SERCOS3=m CONFIG_UIO_PCI_GENERIC=m # CONFIG_UIO_NETX is not set # # Virtio drivers # # CONFIG_VIRTIO_PCI is not set # CONFIG_VIRTIO_MMIO is not set # # Microsoft Hyper-V guest support # # CONFIG_HYPERV is not set # # Xen driver support # CONFIG_XEN_BALLOON=y # CONFIG_XEN_SELFBALLOONING is not set CONFIG_XEN_SCRUB_PAGES=y CONFIG_XEN_DEV_EVTCHN=y CONFIG_XEN_BACKEND=y CONFIG_XENFS=y CONFIG_XEN_COMPAT_XENFS=y CONFIG_XEN_SYS_HYPERVISOR=y CONFIG_XEN_XENBUS_FRONTEND=y # CONFIG_XEN_GNTDEV is not set CONFIG_XEN_GRANT_DEV_ALLOC=m CONFIG_SWIOTLB_XEN=y CONFIG_XEN_TMEM=y CONFIG_XEN_PCIDEV_BACKEND=m CONFIG_XEN_PRIVCMD=y CONFIG_XEN_ACPI_PROCESSOR=m CONFIG_STAGING=y # CONFIG_ET131X is not set # CONFIG_SLICOSS is not set # CONFIG_USBIP_CORE is not set CONFIG_W35UND=m CONFIG_PRISM2_USB=m # CONFIG_ECHO is not set # CONFIG_COMEDI is not set CONFIG_ASUS_OLED=m # CONFIG_R8187SE is not set CONFIG_RTL8192U=m # CONFIG_RTLLIB is not set CONFIG_R8712U=m # CONFIG_RTS_PSTOR is not set # CONFIG_RTS5139 is not set CONFIG_TRANZPORT=m # CONFIG_IDE_PHISON is not set CONFIG_LINE6_USB=m # CONFIG_LINE6_USB_DEBUG is not set # CONFIG_LINE6_USB_DUMP_CTRL is not set # CONFIG_LINE6_USB_DUMP_MIDI is not set # CONFIG_LINE6_USB_DUMP_PCM is not set # CONFIG_LINE6_USB_RAW is not set # CONFIG_LINE6_USB_IMPULSE_RESPONSE is not set CONFIG_USB_SERIAL_QUATECH2=m # CONFIG_VT6655 is not set CONFIG_VT6656=m # CONFIG_DX_SEP is not set # CONFIG_ZSMALLOC is not set # CONFIG_FB_SM7XX is not set # CONFIG_CRYSTALHD is not set # CONFIG_FB_XGI is not set # CONFIG_ACPI_QUICKSTART is not set CONFIG_USB_ENESTORAGE=m # CONFIG_BCM_WIMAX is not set # CONFIG_FT1000 is not set # # Speakup console speech # # CONFIG_SPEAKUP is not set # CONFIG_TOUCHSCREEN_SYNAPTICS_I2C_RMI4 is not set # CONFIG_STAGING_MEDIA is not set # # Android # # CONFIG_ANDROID is not set # CONFIG_PHONE is not set # CONFIG_USB_WPAN_HCD is not set # CONFIG_USB_G_CCG is not set # CONFIG_IPACK_BUS is not set # CONFIG_WIMAX_GDM72XX is not set # CONFIG_NET_VENDOR_SILICOM is not set # CONFIG_CED1401 is not set # CONFIG_DGRP is not set CONFIG_X86_PLATFORM_DEVICES=y # CONFIG_ACERHDF is not set # CONFIG_ASUS_LAPTOP is not set # CONFIG_FUJITSU_LAPTOP is not set # CONFIG_FUJITSU_TABLET is not set # CONFIG_AMILO_RFKILL is not set # CONFIG_HP_ACCEL is not set # CONFIG_MSI_LAPTOP is not set # CONFIG_PANASONIC_LAPTOP is not set # CONFIG_COMPAL_LAPTOP is not set # CONFIG_SONY_LAPTOP is not set # CONFIG_IDEAPAD_LAPTOP is not set # CONFIG_THINKPAD_ACPI is not set CONFIG_SENSORS_HDAPS=m # CONFIG_INTEL_MENLOW is not set # CONFIG_EEEPC_LAPTOP is not set # CONFIG_ACPI_WMI is not set # CONFIG_TOPSTAR_LAPTOP is not set # CONFIG_TOSHIBA_BT_RFKILL is not set # CONFIG_ACPI_CMPC is not set # CONFIG_INTEL_IPS is not set # CONFIG_IBM_RTL is not set # CONFIG_XO15_EBOOK is not set # CONFIG_SAMSUNG_LAPTOP is not set # CONFIG_INTEL_OAKTRAIL is not set # CONFIG_SAMSUNG_Q10 is not set # CONFIG_APPLE_GMUX is not set # # Hardware Spinlock drivers # CONFIG_CLKEVT_I8253=y CONFIG_I8253_LOCK=y CONFIG_CLKBLD_I8253=y CONFIG_IOMMU_SUPPORT=y # CONFIG_AMD_IOMMU is not set # CONFIG_INTEL_IOMMU is not set # CONFIG_IRQ_REMAP is not set # # Remoteproc drivers (EXPERIMENTAL) # # CONFIG_STE_MODEM_RPROC is not set # # Rpmsg drivers (EXPERIMENTAL) # # CONFIG_VIRT_DRIVERS is not set # CONFIG_PM_DEVFREQ is not set # CONFIG_EXTCON is not set # CONFIG_MEMORY is not set # CONFIG_IIO is not set # CONFIG_VME_BUS is not set # CONFIG_PWM is not set # # Firmware Drivers # CONFIG_EDD=y CONFIG_EDD_OFF=y CONFIG_FIRMWARE_MEMMAP=y # CONFIG_DELL_RBU is not set # CONFIG_DCDBAS is not set CONFIG_DMIID=y # CONFIG_DMI_SYSFS is not set # CONFIG_ISCSI_IBFT_FIND is not set # CONFIG_GOOGLE_FIRMWARE is not set # # File systems # CONFIG_DCACHE_WORD_ACCESS=y CONFIG_EXT2_FS=y CONFIG_EXT2_FS_XATTR=y CONFIG_EXT2_FS_POSIX_ACL=y CONFIG_EXT2_FS_SECURITY=y # CONFIG_EXT2_FS_XIP is not set CONFIG_EXT3_FS=y # CONFIG_EXT3_DEFAULTS_TO_ORDERED is not set CONFIG_EXT3_FS_XATTR=y CONFIG_EXT3_FS_POSIX_ACL=y CONFIG_EXT3_FS_SECURITY=y CONFIG_EXT4_FS=y CONFIG_EXT4_FS_XATTR=y CONFIG_EXT4_FS_POSIX_ACL=y CONFIG_EXT4_FS_SECURITY=y # CONFIG_EXT4_DEBUG is not set CONFIG_JBD=y # CONFIG_JBD_DEBUG is not set CONFIG_JBD2=y # CONFIG_JBD2_DEBUG is not set CONFIG_FS_MBCACHE=y # CONFIG_REISERFS_FS is not set # CONFIG_JFS_FS is not set # CONFIG_XFS_FS is not set # CONFIG_GFS2_FS is not set # CONFIG_OCFS2_FS is not set CONFIG_BTRFS_FS=m # CONFIG_BTRFS_FS_POSIX_ACL is not set # CONFIG_BTRFS_FS_CHECK_INTEGRITY is not set # CONFIG_NILFS2_FS is not set CONFIG_FS_POSIX_ACL=y CONFIG_FILE_LOCKING=y CONFIG_FSNOTIFY=y CONFIG_DNOTIFY=y CONFIG_INOTIFY_USER=y # CONFIG_FANOTIFY is not set # CONFIG_QUOTA is not set # CONFIG_QUOTACTL is not set # CONFIG_AUTOFS4_FS is not set CONFIG_FUSE_FS=y # CONFIG_CUSE is not set CONFIG_GENERIC_ACL=y # # Caches # # CONFIG_FSCACHE is not set # # CD-ROM/DVD Filesystems # CONFIG_ISO9660_FS=m CONFIG_JOLIET=y CONFIG_ZISOFS=y CONFIG_UDF_FS=m CONFIG_UDF_NLS=y # # DOS/FAT/NT Filesystems # CONFIG_FAT_FS=m CONFIG_MSDOS_FS=m CONFIG_VFAT_FS=m CONFIG_FAT_DEFAULT_CODEPAGE=437 CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1" # CONFIG_NTFS_FS is not set # # Pseudo filesystems # CONFIG_PROC_FS=y CONFIG_PROC_KCORE=y CONFIG_PROC_VMCORE=y CONFIG_PROC_SYSCTL=y CONFIG_PROC_PAGE_MONITOR=y CONFIG_SYSFS=y CONFIG_TMPFS=y CONFIG_TMPFS_POSIX_ACL=y CONFIG_TMPFS_XATTR=y CONFIG_HUGETLBFS=y CONFIG_HUGETLB_PAGE=y CONFIG_CONFIGFS_FS=m CONFIG_MISC_FILESYSTEMS=y # CONFIG_ADFS_FS is not set # CONFIG_AFFS_FS is not set CONFIG_ECRYPT_FS=y # CONFIG_HFS_FS is not set CONFIG_HFSPLUS_FS=m # CONFIG_BEFS_FS is not set # CONFIG_BFS_FS is not set # CONFIG_EFS_FS is not set # CONFIG_LOGFS is not set # CONFIG_CRAMFS is not set # CONFIG_SQUASHFS is not set # CONFIG_VXFS_FS is not set # CONFIG_MINIX_FS is not set # CONFIG_OMFS_FS is not set # CONFIG_HPFS_FS is not set # CONFIG_QNX4FS_FS is not set # CONFIG_QNX6FS_FS is not set # CONFIG_ROMFS_FS is not set # CONFIG_PSTORE is not set # CONFIG_SYSV_FS is not set # CONFIG_UFS_FS is not set CONFIG_NETWORK_FILESYSTEMS=y CONFIG_NFS_FS=m CONFIG_NFS_V2=m CONFIG_NFS_V3=m CONFIG_NFS_V3_ACL=y # CONFIG_NFS_V4 is not set # CONFIG_NFS_SWAP is not set # CONFIG_NFSD is not set CONFIG_LOCKD=m CONFIG_LOCKD_V4=y CONFIG_NFS_ACL_SUPPORT=m CONFIG_NFS_COMMON=y CONFIG_SUNRPC=m CONFIG_SUNRPC_GSS=m CONFIG_RPCSEC_GSS_KRB5=m # CONFIG_SUNRPC_DEBUG is not set # CONFIG_CEPH_FS is not set # CONFIG_CIFS is not set # CONFIG_NCP_FS is not set # CONFIG_CODA_FS is not set # CONFIG_AFS_FS is not set CONFIG_NLS=y CONFIG_NLS_DEFAULT="cp437" CONFIG_NLS_CODEPAGE_437=m # CONFIG_NLS_CODEPAGE_737 is not set # CONFIG_NLS_CODEPAGE_775 is not set # CONFIG_NLS_CODEPAGE_850 is not set # CONFIG_NLS_CODEPAGE_852 is not set # CONFIG_NLS_CODEPAGE_855 is not set # CONFIG_NLS_CODEPAGE_857 is not set # CONFIG_NLS_CODEPAGE_860 is not set # CONFIG_NLS_CODEPAGE_861 is not set # CONFIG_NLS_CODEPAGE_862 is not set # CONFIG_NLS_CODEPAGE_863 is not set # CONFIG_NLS_CODEPAGE_864 is not set # CONFIG_NLS_CODEPAGE_865 is not set # CONFIG_NLS_CODEPAGE_866 is not set # CONFIG_NLS_CODEPAGE_869 is not set # CONFIG_NLS_CODEPAGE_936 is not set # CONFIG_NLS_CODEPAGE_950 is not set # CONFIG_NLS_CODEPAGE_932 is not set # CONFIG_NLS_CODEPAGE_949 is not set # CONFIG_NLS_CODEPAGE_874 is not set # CONFIG_NLS_ISO8859_8 is not set # CONFIG_NLS_CODEPAGE_1250 is not set # CONFIG_NLS_CODEPAGE_1251 is not set CONFIG_NLS_ASCII=m CONFIG_NLS_ISO8859_1=m # CONFIG_NLS_ISO8859_2 is not set # CONFIG_NLS_ISO8859_3 is not set # CONFIG_NLS_ISO8859_4 is not set # CONFIG_NLS_ISO8859_5 is not set # CONFIG_NLS_ISO8859_6 is not set # CONFIG_NLS_ISO8859_7 is not set # CONFIG_NLS_ISO8859_9 is not set # CONFIG_NLS_ISO8859_13 is not set # CONFIG_NLS_ISO8859_14 is not set # CONFIG_NLS_ISO8859_15 is not set # CONFIG_NLS_KOI8_R is not set # CONFIG_NLS_KOI8_U is not set # CONFIG_NLS_MAC_ROMAN is not set # CONFIG_NLS_MAC_CELTIC is not set # CONFIG_NLS_MAC_CENTEURO is not set # CONFIG_NLS_MAC_CROATIAN is not set # CONFIG_NLS_MAC_CYRILLIC is not set # CONFIG_NLS_MAC_GAELIC is not set # CONFIG_NLS_MAC_GREEK is not set # CONFIG_NLS_MAC_ICELAND is not set # CONFIG_NLS_MAC_INUIT is not set # CONFIG_NLS_MAC_ROMANIAN is not set # CONFIG_NLS_MAC_TURKISH is not set CONFIG_NLS_UTF8=m # CONFIG_DLM is not set # # Kernel hacking # CONFIG_TRACE_IRQFLAGS_SUPPORT=y CONFIG_PRINTK_TIME=y CONFIG_DEFAULT_MESSAGE_LOGLEVEL=4 # CONFIG_ENABLE_WARN_DEPRECATED is not set # CONFIG_ENABLE_MUST_CHECK is not set CONFIG_FRAME_WARN=1024 CONFIG_MAGIC_SYSRQ=y # CONFIG_STRIP_ASM_SYMS is not set # CONFIG_READABLE_ASM is not set CONFIG_UNUSED_SYMBOLS=y CONFIG_DEBUG_FS=y # CONFIG_HEADERS_CHECK is not set # CONFIG_DEBUG_SECTION_MISMATCH is not set CONFIG_DEBUG_KERNEL=y # CONFIG_DEBUG_SHIRQ is not set CONFIG_LOCKUP_DETECTOR=y CONFIG_HARDLOCKUP_DETECTOR=y # CONFIG_BOOTPARAM_HARDLOCKUP_PANIC is not set CONFIG_BOOTPARAM_HARDLOCKUP_PANIC_VALUE=0 # CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0 # CONFIG_PANIC_ON_OOPS is not set CONFIG_PANIC_ON_OOPS_VALUE=0 CONFIG_DETECT_HUNG_TASK=y CONFIG_DEFAULT_HUNG_TASK_TIMEOUT=120 # CONFIG_BOOTPARAM_HUNG_TASK_PANIC is not set CONFIG_BOOTPARAM_HUNG_TASK_PANIC_VALUE=0 # CONFIG_SCHED_DEBUG is not set CONFIG_SCHEDSTATS=y CONFIG_TIMER_STATS=y # CONFIG_DEBUG_OBJECTS is not set # CONFIG_SLUB_DEBUG_ON is not set # CONFIG_SLUB_STATS is not set CONFIG_HAVE_DEBUG_KMEMLEAK=y # CONFIG_DEBUG_KMEMLEAK is not set CONFIG_DEBUG_PREEMPT=y CONFIG_DEBUG_RT_MUTEXES=y CONFIG_DEBUG_PI_LIST=y # CONFIG_RT_MUTEX_TESTER is not set CONFIG_DEBUG_SPINLOCK=y CONFIG_DEBUG_MUTEXES=y CONFIG_DEBUG_LOCK_ALLOC=y # CONFIG_PROVE_LOCKING is not set # CONFIG_PROVE_RCU_DELAY is not set # CONFIG_SPARSE_RCU_POINTER is not set CONFIG_LOCKDEP=y # CONFIG_LOCK_STAT is not set # CONFIG_DEBUG_LOCKDEP is not set CONFIG_DEBUG_ATOMIC_SLEEP=y # CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set CONFIG_STACKTRACE=y # CONFIG_DEBUG_STACK_USAGE is not set # CONFIG_DEBUG_KOBJECT is not set CONFIG_DEBUG_BUGVERBOSE=y CONFIG_DEBUG_INFO=y # CONFIG_DEBUG_INFO_REDUCED is not set # CONFIG_DEBUG_VM is not set # CONFIG_DEBUG_VIRTUAL is not set # CONFIG_DEBUG_WRITECOUNT is not set CONFIG_DEBUG_MEMORY_INIT=y # CONFIG_DEBUG_LIST is not set # CONFIG_TEST_LIST_SORT is not set CONFIG_DEBUG_SG=y # CONFIG_DEBUG_NOTIFIERS is not set # CONFIG_DEBUG_CREDENTIALS is not set CONFIG_ARCH_WANT_FRAME_POINTERS=y CONFIG_FRAME_POINTER=y # CONFIG_BOOT_PRINTK_DELAY is not set # CONFIG_RCU_TORTURE_TEST is not set CONFIG_RCU_CPU_STALL_TIMEOUT=60 CONFIG_RCU_CPU_STALL_VERBOSE=y # CONFIG_RCU_CPU_STALL_INFO is not set # CONFIG_RCU_TRACE is not set # CONFIG_KPROBES_SANITY_TEST is not set # CONFIG_BACKTRACE_SELF_TEST is not set # CONFIG_DEBUG_BLOCK_EXT_DEVT is not set # CONFIG_DEBUG_FORCE_WEAK_PER_CPU is not set # CONFIG_DEBUG_PER_CPU_MAPS is not set # CONFIG_LKDTM is not set # CONFIG_NOTIFIER_ERROR_INJECTION is not set # CONFIG_FAULT_INJECTION is not set # CONFIG_LATENCYTOP is not set # CONFIG_DEBUG_PAGEALLOC is not set CONFIG_USER_STACKTRACE_SUPPORT=y CONFIG_HAVE_FUNCTION_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_TRACER=y CONFIG_HAVE_FUNCTION_GRAPH_FP_TEST=y CONFIG_HAVE_FUNCTION_TRACE_MCOUNT_TEST=y CONFIG_HAVE_DYNAMIC_FTRACE=y CONFIG_HAVE_FTRACE_MCOUNT_RECORD=y CONFIG_HAVE_SYSCALL_TRACEPOINTS=y CONFIG_HAVE_FENTRY=y CONFIG_HAVE_C_RECORDMCOUNT=y CONFIG_TRACE_CLOCK=y CONFIG_RING_BUFFER=y CONFIG_RING_BUFFER_ALLOW_SWAP=y CONFIG_TRACING_SUPPORT=y # CONFIG_FTRACE is not set # CONFIG_RBTREE_TEST is not set # CONFIG_INTERVAL_TREE_TEST is not set # CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set CONFIG_DYNAMIC_DEBUG=y CONFIG_DMA_API_DEBUG=y # CONFIG_ATOMIC64_SELFTEST is not set # CONFIG_ASYNC_RAID6_TEST is not set # CONFIG_SAMPLES is not set CONFIG_HAVE_ARCH_KGDB=y # CONFIG_KGDB is not set CONFIG_HAVE_ARCH_KMEMCHECK=y # CONFIG_KMEMCHECK is not set # CONFIG_TEST_KSTRTOX is not set CONFIG_STRICT_DEVMEM=y # CONFIG_X86_VERBOSE_BOOTUP is not set CONFIG_EARLY_PRINTK=y # CONFIG_EARLY_PRINTK_DBGP is not set # CONFIG_DEBUG_STACKOVERFLOW is not set # CONFIG_X86_PTDUMP is not set CONFIG_DEBUG_RODATA=y # CONFIG_DEBUG_RODATA_TEST is not set # CONFIG_DEBUG_SET_MODULE_RONX is not set # CONFIG_DEBUG_NX_TEST is not set # CONFIG_DEBUG_TLBFLUSH is not set # CONFIG_IOMMU_DEBUG is not set # CONFIG_IOMMU_STRESS is not set CONFIG_HAVE_MMIOTRACE_SUPPORT=y # CONFIG_X86_DECODER_SELFTEST is not set CONFIG_IO_DELAY_TYPE_0X80=0 CONFIG_IO_DELAY_TYPE_0XED=1 CONFIG_IO_DELAY_TYPE_UDELAY=2 CONFIG_IO_DELAY_TYPE_NONE=3 # CONFIG_IO_DELAY_0X80 is not set CONFIG_IO_DELAY_0XED=y # CONFIG_IO_DELAY_UDELAY is not set # CONFIG_IO_DELAY_NONE is not set CONFIG_DEFAULT_IO_DELAY_TYPE=1 # CONFIG_DEBUG_BOOT_PARAMS is not set # CONFIG_CPA_DEBUG is not set CONFIG_OPTIMIZE_INLINING=y # CONFIG_DEBUG_STRICT_USER_COPY_CHECKS is not set # CONFIG_DEBUG_NMI_SELFTEST is not set # # Security options # CONFIG_KEYS=y # CONFIG_ENCRYPTED_KEYS is not set # CONFIG_KEYS_DEBUG_PROC_KEYS is not set # CONFIG_SECURITY_DMESG_RESTRICT is not set # CONFIG_SECURITY is not set # CONFIG_SECURITYFS is not set CONFIG_DEFAULT_SECURITY_DAC=y CONFIG_DEFAULT_SECURITY="" CONFIG_XOR_BLOCKS=m CONFIG_ASYNC_CORE=m CONFIG_ASYNC_MEMCPY=m CONFIG_ASYNC_XOR=m CONFIG_ASYNC_PQ=m CONFIG_ASYNC_RAID6_RECOV=m CONFIG_ASYNC_TX_DISABLE_PQ_VAL_DMA=y CONFIG_ASYNC_TX_DISABLE_XOR_VAL_DMA=y CONFIG_CRYPTO=y # # Crypto core or helper # CONFIG_CRYPTO_ALGAPI=y CONFIG_CRYPTO_ALGAPI2=y CONFIG_CRYPTO_AEAD=m CONFIG_CRYPTO_AEAD2=y CONFIG_CRYPTO_BLKCIPHER=y CONFIG_CRYPTO_BLKCIPHER2=y CONFIG_CRYPTO_HASH=y CONFIG_CRYPTO_HASH2=y CONFIG_CRYPTO_RNG=m CONFIG_CRYPTO_RNG2=y CONFIG_CRYPTO_PCOMP2=y CONFIG_CRYPTO_MANAGER=y CONFIG_CRYPTO_MANAGER2=y # CONFIG_CRYPTO_USER is not set CONFIG_CRYPTO_MANAGER_DISABLE_TESTS=y CONFIG_CRYPTO_GF128MUL=m CONFIG_CRYPTO_NULL=m # CONFIG_CRYPTO_PCRYPT is not set CONFIG_CRYPTO_WORKQUEUE=y CONFIG_CRYPTO_CRYPTD=m CONFIG_CRYPTO_AUTHENC=m # CONFIG_CRYPTO_TEST is not set CONFIG_CRYPTO_ABLK_HELPER_X86=m # # Authenticated Encryption with Associated Data # CONFIG_CRYPTO_CCM=m CONFIG_CRYPTO_GCM=m CONFIG_CRYPTO_SEQIV=m # # Block modes # CONFIG_CRYPTO_CBC=y CONFIG_CRYPTO_CTR=m CONFIG_CRYPTO_CTS=m CONFIG_CRYPTO_ECB=y CONFIG_CRYPTO_LRW=m CONFIG_CRYPTO_PCBC=m CONFIG_CRYPTO_XTS=m # # Hash modes # CONFIG_CRYPTO_HMAC=y CONFIG_CRYPTO_XCBC=m # CONFIG_CRYPTO_VMAC is not set # # Digest # CONFIG_CRYPTO_CRC32C=y CONFIG_CRYPTO_CRC32C_INTEL=m CONFIG_CRYPTO_GHASH=m CONFIG_CRYPTO_MD4=m CONFIG_CRYPTO_MD5=y CONFIG_CRYPTO_MICHAEL_MIC=m CONFIG_CRYPTO_RMD128=m CONFIG_CRYPTO_RMD160=m CONFIG_CRYPTO_RMD256=m CONFIG_CRYPTO_RMD320=m CONFIG_CRYPTO_SHA1=m # CONFIG_CRYPTO_SHA1_SSSE3 is not set CONFIG_CRYPTO_SHA256=m CONFIG_CRYPTO_SHA512=m CONFIG_CRYPTO_TGR192=m CONFIG_CRYPTO_WP512=m # CONFIG_CRYPTO_GHASH_CLMUL_NI_INTEL is not set # # Ciphers # CONFIG_CRYPTO_AES=y CONFIG_CRYPTO_AES_X86_64=m CONFIG_CRYPTO_AES_NI_INTEL=m CONFIG_CRYPTO_ANUBIS=m CONFIG_CRYPTO_ARC4=m CONFIG_CRYPTO_BLOWFISH=m CONFIG_CRYPTO_BLOWFISH_COMMON=m # CONFIG_CRYPTO_BLOWFISH_X86_64 is not set CONFIG_CRYPTO_CAMELLIA=m # CONFIG_CRYPTO_CAMELLIA_X86_64 is not set CONFIG_CRYPTO_CAST5=m # CONFIG_CRYPTO_CAST5_AVX_X86_64 is not set CONFIG_CRYPTO_CAST6=m # CONFIG_CRYPTO_CAST6_AVX_X86_64 is not set CONFIG_CRYPTO_DES=m CONFIG_CRYPTO_FCRYPT=m CONFIG_CRYPTO_KHAZAD=m CONFIG_CRYPTO_SALSA20=m CONFIG_CRYPTO_SALSA20_X86_64=m CONFIG_CRYPTO_SEED=m CONFIG_CRYPTO_SERPENT=m # CONFIG_CRYPTO_SERPENT_SSE2_X86_64 is not set # CONFIG_CRYPTO_SERPENT_AVX_X86_64 is not set CONFIG_CRYPTO_TEA=m CONFIG_CRYPTO_TWOFISH=m CONFIG_CRYPTO_TWOFISH_COMMON=m CONFIG_CRYPTO_TWOFISH_X86_64=m # CONFIG_CRYPTO_TWOFISH_X86_64_3WAY is not set # CONFIG_CRYPTO_TWOFISH_AVX_X86_64 is not set # # Compression # CONFIG_CRYPTO_DEFLATE=m # CONFIG_CRYPTO_ZLIB is not set CONFIG_CRYPTO_LZO=m # # Random Number Generation # CONFIG_CRYPTO_ANSI_CPRNG=m # CONFIG_CRYPTO_USER_API_HASH is not set # CONFIG_CRYPTO_USER_API_SKCIPHER is not set # CONFIG_CRYPTO_HW is not set # CONFIG_ASYMMETRIC_KEY_TYPE is not set CONFIG_HAVE_KVM=y # CONFIG_VIRTUALIZATION is not set # CONFIG_BINARY_PRINTF is not set # # Library routines # CONFIG_RAID6_PQ=m CONFIG_BITREVERSE=y CONFIG_GENERIC_STRNCPY_FROM_USER=y CONFIG_GENERIC_STRNLEN_USER=y CONFIG_GENERIC_FIND_FIRST_BIT=y CONFIG_GENERIC_PCI_IOMAP=y CONFIG_GENERIC_IOMAP=y CONFIG_GENERIC_IO=y CONFIG_CRC_CCITT=m CONFIG_CRC16=y CONFIG_CRC_T10DIF=y CONFIG_CRC_ITU_T=m CONFIG_CRC32=y # CONFIG_CRC32_SELFTEST is not set CONFIG_CRC32_SLICEBY8=y # CONFIG_CRC32_SLICEBY4 is not set # CONFIG_CRC32_SARWATE is not set # CONFIG_CRC32_BIT is not set # CONFIG_CRC7 is not set CONFIG_LIBCRC32C=m # CONFIG_CRC8 is not set CONFIG_ZLIB_INFLATE=y CONFIG_ZLIB_DEFLATE=m CONFIG_LZO_COMPRESS=y CONFIG_LZO_DECOMPRESS=y CONFIG_XZ_DEC=y CONFIG_XZ_DEC_X86=y # CONFIG_XZ_DEC_POWERPC is not set # CONFIG_XZ_DEC_IA64 is not set # CONFIG_XZ_DEC_ARM is not set # CONFIG_XZ_DEC_ARMTHUMB is not set # CONFIG_XZ_DEC_SPARC is not set CONFIG_XZ_DEC_BCJ=y # CONFIG_XZ_DEC_TEST is not set CONFIG_DECOMPRESS_GZIP=y CONFIG_DECOMPRESS_BZIP2=y CONFIG_DECOMPRESS_LZMA=y CONFIG_DECOMPRESS_XZ=y CONFIG_DECOMPRESS_LZO=y CONFIG_TEXTSEARCH=y CONFIG_TEXTSEARCH_KMP=m CONFIG_TEXTSEARCH_BM=m CONFIG_TEXTSEARCH_FSM=m CONFIG_HAS_IOMEM=y CONFIG_HAS_IOPORT=y CONFIG_HAS_DMA=y CONFIG_CHECK_SIGNATURE=y CONFIG_CPU_RMAP=y CONFIG_DQL=y CONFIG_NLATTR=y CONFIG_ARCH_HAS_ATOMIC64_DEC_IF_POSITIVE=y CONFIG_AVERAGE=y # CONFIG_CORDIC is not set # CONFIG_DDR is not set --Kj7319i9nmIyA2yE-- -- To unsubscribe from this list: send the line "unsubscribe linux-usb" in the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org More majordomo info at http://vger.kernel.org/majordomo-info.html