Re: linux-next: Tree for December 31

From: Anca Emanuel
Date: Fri Dec 31 2010 - 02:52:17 EST


I did:
mkdir next
git clone git://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
cd linux-next
(make an kernel)
after that:
git fetch --tags
git remote update

today is 31, and my version on linux-next is still 30.


uname -a
Linux ubuntu 2.6.37-rc8-next-20101230+ #1 SMP Fri Dec 31 08:00:39 EET
2010 i686 GNU/Linux

The problem: Nouveau is not loaded.

Attached dmesg from next and 2.6.37-rc8.
[ 0.000000] Initializing cgroup subsys cpuset
[ 0.000000] Initializing cgroup subsys cpu
[ 0.000000] Linux version 2.6.37-rc8-next-20101230+ (root@ubuntu) (gcc version 4.4.5 (Ubuntu/Linaro 4.4.4-14ubuntu5) ) #1 SMP Fri Dec 31 08:00:39 EET 2010
[ 0.000000] BIOS-provided physical RAM map:
[ 0.000000] BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[ 0.000000] BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[ 0.000000] BIOS-e820: 00000000000e3000 - 0000000000100000 (reserved)
[ 0.000000] BIOS-e820: 0000000000100000 - 000000007ffb0000 (usable)
[ 0.000000] BIOS-e820: 000000007ffb0000 - 000000007ffbe000 (ACPI data)
[ 0.000000] BIOS-e820: 000000007ffbe000 - 000000007fff0000 (ACPI NVS)
[ 0.000000] BIOS-e820: 000000007fff0000 - 0000000080000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffb00000 - 0000000100000000 (reserved)
[ 0.000000] Notice: NX (Execute Disable) protection cannot be enabled: non-PAE kernel!
[ 0.000000] DMI present.
[ 0.000000] DMI: MS-7360/MS-7360, BIOS V1.10 11/11/2008
[ 0.000000] e820 update range: 0000000000000000 - 0000000000010000 (usable) ==> (reserved)
[ 0.000000] e820 remove range: 00000000000a0000 - 0000000000100000 (usable)
[ 0.000000] last_pfn = 0x7ffb0 max_arch_pfn = 0x100000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-EFFFF write-through
[ 0.000000] F0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 000000000 mask F80000000 write-back
[ 0.000000] 1 disabled
[ 0.000000] 2 disabled
[ 0.000000] 3 disabled
[ 0.000000] 4 disabled
[ 0.000000] 5 disabled
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] found SMP MP-table at [c00ff780] ff780
[ 0.000000] Scanning 0 areas for low memory corruption
[ 0.000000] initial memory mapped : 0 - 00c00000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[ 0.000000] 0000000000 - 0000400000 page 4k
[ 0.000000] 0000400000 - 0037400000 page 2M
[ 0.000000] 0037400000 - 00377fe000 page 4k
[ 0.000000] kernel direct mapping tables up to 377fe000 @ bfb000-c00000
[ 0.000000] RAMDISK: 37598000 - 37ff0000
[ 0.000000] Allocated new RAMDISK: 36b40000 - 37597ff2
[ 0.000000] Move RAMDISK from 0000000037598000 - 0000000037fefff1 to 36b40000 - 37597ff1
[ 0.000000] ACPI: RSDP 000f9bb0 00014 (v00 ACPIAM)
[ 0.000000] ACPI: RSDT 7ffb0000 00040 (v01 111108 RSDT0906 20081111 MSFT 00000097)
[ 0.000000] ACPI: FACP 7ffb0200 00084 (v01 111108 FACP0906 20081111 MSFT 00000097)
[ 0.000000] ACPI: DSDT 7ffb0440 05595 (v01 0AAAA 0AAAA000 00000000 INTL 20051117)
[ 0.000000] ACPI: FACS 7ffbe000 00040
[ 0.000000] ACPI: APIC 7ffb0390 0006C (v01 111108 APIC0906 20081111 MSFT 00000097)
[ 0.000000] ACPI: MCFG 7ffb0400 0003C (v01 111108 OEMMCFG 20081111 MSFT 00000097)
[ 0.000000] ACPI: OEMB 7ffbe040 00071 (v01 111108 OEMB0906 20081111 MSFT 00000097)
[ 0.000000] ACPI: HPET 7ffb59e0 00038 (v01 111108 OEMHPET 20081111 MSFT 00000097)
[ 0.000000] ACPI: GSCI 7ffbe0c0 02024 (v01 111108 GMCHSCI 20081111 MSFT 00000097)
[ 0.000000] ACPI: SSDT 7ffc0570 00A7C (v01 DpgPmm CpuPm 00000012 INTL 20051117)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] 1159MB HIGHMEM available.
[ 0.000000] 887MB LOWMEM available.
[ 0.000000] mapped low ram: 0 - 377fe000
[ 0.000000] low ram: 0 - 377fe000
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000010 -> 0x00001000
[ 0.000000] Normal 0x00001000 -> 0x000377fe
[ 0.000000] HighMem 0x000377fe -> 0x0007ffb0
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[2] active PFN ranges
[ 0.000000] 0: 0x00000010 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x0007ffb0
[ 0.000000] On node 0 totalpages: 524095
[ 0.000000] free_area_init_node: node 0, pgdat c0811d80, node_mem_map f5b40200
[ 0.000000] DMA zone: 32 pages used for memmap
[ 0.000000] DMA zone: 0 pages reserved
[ 0.000000] DMA zone: 3951 pages, LIFO batch:0
[ 0.000000] Normal zone: 1744 pages used for memmap
[ 0.000000] Normal zone: 221486 pages, LIFO batch:31
[ 0.000000] HighMem zone: 2320 pages used for memmap
[ 0.000000] HighMem zone: 294562 pages, LIFO batch:31
[ 0.000000] Using APIC driver default
[ 0.000000] ACPI: PM-Timer IO Port: 0x808
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x02] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x03] lapic_id[0x82] disabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x83] disabled)
[ 0.000000] ACPI: IOAPIC (id[0x02] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 2, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0xffffffff base: 0xfed00000
[ 0.000000] SMP: Allowing 4 CPUs, 2 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 40
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e3000
[ 0.000000] PM: Registered nosave memory: 00000000000e3000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at 80000000 (gap: 80000000:7ee00000)
[ 0.000000] Booting paravirtualized kernel on bare hardware
[ 0.000000] setup_percpu: NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:4 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 13 pages/cpu @f5400000 s28800 r0 d24448 u1048576
[ 0.000000] pcpu-alloc: s28800 r0 d24448 u1048576 alloc=1*4194304
[ 0.000000] pcpu-alloc: [0] 0 1 2 3
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 519999
[ 0.000000] Kernel command line: BOOT_IMAGE=/boot/vmlinuz-2.6.37-rc8-next-20101230+ root=UUID=d4578a46-8171-4c14-886f-0444e0b81032 ro quiet splash
[ 0.000000] PID hash table entries: 4096 (order: 2, 16384 bytes)
[ 0.000000] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[ 0.000000] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] allocated 10483840 bytes of page_cgroup
[ 0.000000] please try 'cgroup_disable=memory' option if you don't want memory cgroups
[ 0.000000] Initializing HighMem for node 0 (000377fe:0007ffb0)
[ 0.000000] Memory: 2049152k/2096832k available (4990k kernel code, 47228k reserved, 2353k data, 704k init, 1187528k highmem)
[ 0.000000] virtual kernel memory layout:
[ 0.000000] fixmap : 0xfff16000 - 0xfffff000 ( 932 kB)
[ 0.000000] pkmap : 0xff800000 - 0xffc00000 (4096 kB)
[ 0.000000] vmalloc : 0xf7ffe000 - 0xff7fe000 ( 120 MB)
[ 0.000000] lowmem : 0xc0000000 - 0xf77fe000 ( 887 MB)
[ 0.000000] .init : 0xc082c000 - 0xc08dc000 ( 704 kB)
[ 0.000000] .data : 0xc05df896 - 0xc082be28 (2353 kB)
[ 0.000000] .text : 0xc0100000 - 0xc05df896 (4990 kB)
[ 0.000000] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[ 0.000000] SLUB: Genslabs=15, HWalign=64, Order=0-3, MinObjects=0, CPUs=4, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] RCU dyntick-idle grace-period acceleration is enabled.
[ 0.000000] RCU-based detection of stalled CPUs is disabled.
[ 0.000000] NR_IRQS:2304 nr_irqs:712 16
[ 0.000000] CPU 0 irqstacks, hard=f4408000 soft=f440a000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] Fast TSC calibration using PIT
[ 0.000000] Detected 2000.792 MHz processor.
[ 0.004004] Calibrating delay loop (skipped), value calculated using timer frequency.. 4001.58 BogoMIPS (lpj=8003168)
[ 0.004009] pid_max: default: 32768 minimum: 301
[ 0.004032] Security Framework initialized
[ 0.004048] AppArmor: AppArmor initialized
[ 0.004101] Mount-cache hash table entries: 512
[ 0.004238] Initializing cgroup subsys ns
[ 0.004242] ns_cgroup deprecated: consider using the 'clone_children' flag without the ns_cgroup.
[ 0.004245] Initializing cgroup subsys cpuacct
[ 0.004251] Initializing cgroup subsys memory
[ 0.004261] Initializing cgroup subsys devices
[ 0.004264] Initializing cgroup subsys freezer
[ 0.004266] Initializing cgroup subsys net_cls
[ 0.004298] CPU: Physical Processor ID: 0
[ 0.004300] CPU: Processor Core ID: 0
[ 0.004303] mce: CPU supports 6 MCE banks
[ 0.004311] CPU0: Thermal monitoring enabled (TM2)
[ 0.004315] using mwait in idle threads.
[ 0.009673] ACPI: Core revision 20101209
[ 0.013596] ftrace: allocating 20912 entries in 41 pages
[ 0.016059] Enabling APIC mode: Flat. Using 1 I/O APICs
[ 0.016366] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.059333] CPU0: Intel(R) Pentium(R) Dual CPU E2180 @ 2.00GHz stepping 0d
[ 0.060003] Performance Events: PEBS fmt0+, Core2 events, Intel PMU driver.
[ 0.060003] PEBS disabled due to CPU errata.
[ 0.060003] ... version: 2
[ 0.060003] ... bit width: 40
[ 0.060003] ... generic registers: 2
[ 0.060003] ... value mask: 000000ffffffffff
[ 0.060003] ... max period: 000000007fffffff
[ 0.060003] ... fixed-purpose events: 3
[ 0.060003] ... event mask: 0000000700000003
[ 0.060003] CPU 1 irqstacks, hard=f44b2000 soft=f44b4000
[ 0.060003] Booting Node 0, Processors #1
[ 0.008000] Initializing CPU#1
[ 0.148024] Brought up 2 CPUs
[ 0.148027] Total of 2 processors activated (8002.92 BogoMIPS).
[ 0.148427] devtmpfs: initialized
[ 0.149231] print_constraints: dummy:
[ 0.149256] Time: 9:38:24 Date: 12/31/10
[ 0.149295] NET: Registered protocol family 16
[ 0.149406] EISA bus registered
[ 0.149415] ACPI: bus type pci registered
[ 0.149494] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.149498] PCI: not using MMCONFIG
[ 0.149662] PCI: PCI BIOS revision 3.00 entry at 0xf0031, last bus=5
[ 0.149664] PCI: Using configuration type 1 for base access
[ 0.150646] bio: create slab <bio-0> at 0
[ 0.153172] ACPI: EC: Detected MSI hardware, enabling workarounds.
[ 0.153176] ACPI: EC: Look up EC in DSDT
[ 0.154888] ACPI: Executed 1 blocks of module-level executable AML code
[ 0.158237] ACPI: SSDT 7ffc00f0 00235 (v01 DpgPmm P001Ist 00000011 INTL 20051117)
[ 0.158616] ACPI: Dynamic OEM Table Load:
[ 0.158620] ACPI: SSDT (null) 00235 (v01 DpgPmm P001Ist 00000011 INTL 20051117)
[ 0.158973] ACPI: SSDT 7ffc0330 00235 (v01 DpgPmm P002Ist 00000012 INTL 20051117)
[ 0.159351] ACPI: Dynamic OEM Table Load:
[ 0.159355] ACPI: SSDT (null) 00235 (v01 DpgPmm P002Ist 00000012 INTL 20051117)
[ 0.159681] ACPI: Interpreter enabled
[ 0.159692] ACPI: (supports S0 S3 S4 S5)
[ 0.159715] ACPI: Using IOAPIC for interrupt routing
[ 0.159740] PCI: MMCONFIG for domain 0000 [bus 00-ff] at [mem 0xe0000000-0xefffffff] (base 0xe0000000)
[ 0.161180] PCI: MMCONFIG at [mem 0xe0000000-0xefffffff] reserved in ACPI motherboard resources
[ 0.161183] PCI: Using MMCONFIG for extended config space
[ 0.161953] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101209/scan-723)
[ 0.162682] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101209/scan-723)
[ 0.162816] ACPI Exception: AE_NOT_FOUND, Evaluating _PRW (20101209/scan-723)
[ 0.168285] ACPI: No dock devices found.
[ 0.168290] PCI: Using host bridge windows from ACPI; if necessary, use "pci=nocrs" and report a bug
[ 0.168500] ACPI: PCI Root Bridge [PCI0] (domain 0000 [bus 00-ff])
[ 0.168709] pci_root PNP0A08:00: host bridge window [io 0x0000-0x0cf7]
[ 0.168713] pci_root PNP0A08:00: host bridge window [io 0x0d00-0xffff]
[ 0.168716] pci_root PNP0A08:00: host bridge window [mem 0x000a0000-0x000bffff]
[ 0.168719] pci_root PNP0A08:00: host bridge window [mem 0x000d0000-0x000dffff]
[ 0.168722] pci_root PNP0A08:00: host bridge window [mem 0x80000000-0xdfffffff]
[ 0.168725] pci_root PNP0A08:00: host bridge window [mem 0xf0000000-0xffffffff]
[ 0.168739] pci 0000:00:00.0: [8086:29c0] type 0 class 0x000600
[ 0.168789] pci 0000:00:01.0: [8086:29c1] type 1 class 0x000604
[ 0.168829] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.168833] pci 0000:00:01.0: PME# disabled
[ 0.168877] pci 0000:00:1a.0: [8086:2937] type 0 class 0x000c03
[ 0.168923] pci 0000:00:1a.0: reg 20: [io 0xbc00-0xbc1f]
[ 0.168971] pci 0000:00:1a.1: [8086:2938] type 0 class 0x000c03
[ 0.169017] pci 0000:00:1a.1: reg 20: [io 0xb880-0xb89f]
[ 0.169075] pci 0000:00:1a.7: [8086:293c] type 0 class 0x000c03
[ 0.169098] pci 0000:00:1a.7: reg 10: [mem 0xf9fffc00-0xf9ffffff]
[ 0.169177] pci 0000:00:1a.7: PME# supported from D0 D3hot D3cold
[ 0.169182] pci 0000:00:1a.7: PME# disabled
[ 0.169207] pci 0000:00:1b.0: [8086:293e] type 0 class 0x000403
[ 0.169224] pci 0000:00:1b.0: reg 10: [mem 0xf9ff8000-0xf9ffbfff 64bit]
[ 0.169283] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.169287] pci 0000:00:1b.0: PME# disabled
[ 0.169308] pci 0000:00:1c.0: [8086:2940] type 1 class 0x000604
[ 0.169369] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.169373] pci 0000:00:1c.0: PME# disabled
[ 0.169399] pci 0000:00:1c.4: [8086:2948] type 1 class 0x000604
[ 0.169459] pci 0000:00:1c.4: PME# supported from D0 D3hot D3cold
[ 0.169464] pci 0000:00:1c.4: PME# disabled
[ 0.169486] pci 0000:00:1c.5: [8086:294a] type 1 class 0x000604
[ 0.169546] pci 0000:00:1c.5: PME# supported from D0 D3hot D3cold
[ 0.169551] pci 0000:00:1c.5: PME# disabled
[ 0.169576] pci 0000:00:1d.0: [8086:2934] type 0 class 0x000c03
[ 0.169623] pci 0000:00:1d.0: reg 20: [io 0xb800-0xb81f]
[ 0.169670] pci 0000:00:1d.1: [8086:2935] type 0 class 0x000c03
[ 0.169717] pci 0000:00:1d.1: reg 20: [io 0xb480-0xb49f]
[ 0.169764] pci 0000:00:1d.2: [8086:2936] type 0 class 0x000c03
[ 0.169811] pci 0000:00:1d.2: reg 20: [io 0xb400-0xb41f]
[ 0.169858] pci 0000:00:1d.3: [8086:2939] type 0 class 0x000c03
[ 0.169904] pci 0000:00:1d.3: reg 20: [io 0xb080-0xb09f]
[ 0.169960] pci 0000:00:1d.7: [8086:293a] type 0 class 0x000c03
[ 0.169983] pci 0000:00:1d.7: reg 10: [mem 0xf9fff800-0xf9fffbff]
[ 0.170062] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.170067] pci 0000:00:1d.7: PME# disabled
[ 0.170090] pci 0000:00:1e.0: [8086:244e] type 1 class 0x000604
[ 0.170151] pci 0000:00:1f.0: [8086:2918] type 0 class 0x000601
[ 0.170232] pci 0000:00:1f.0: quirk: [io 0x0800-0x087f] claimed by ICH6 ACPI/GPIO/TCO
[ 0.170237] pci 0000:00:1f.0: quirk: [io 0x0480-0x04bf] claimed by ICH6 GPIO
[ 0.170241] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0a00 (mask 00ff)
[ 0.170282] pci 0000:00:1f.2: [8086:2921] type 0 class 0x000101
[ 0.170299] pci 0000:00:1f.2: reg 10: [io 0xb000-0xb007]
[ 0.170309] pci 0000:00:1f.2: reg 14: [io 0xac00-0xac03]
[ 0.170318] pci 0000:00:1f.2: reg 18: [io 0xa880-0xa887]
[ 0.170327] pci 0000:00:1f.2: reg 1c: [io 0xa800-0xa803]
[ 0.170336] pci 0000:00:1f.2: reg 20: [io 0xa480-0xa48f]
[ 0.170346] pci 0000:00:1f.2: reg 24: [io 0xa400-0xa40f]
[ 0.170386] pci 0000:00:1f.3: [8086:2930] type 0 class 0x000c05
[ 0.170403] pci 0000:00:1f.3: reg 10: [mem 0xf9fff400-0xf9fff4ff 64bit]
[ 0.170426] pci 0000:00:1f.3: reg 20: [io 0x0400-0x041f]
[ 0.170461] pci 0000:00:1f.5: [8086:2926] type 0 class 0x000101
[ 0.170479] pci 0000:00:1f.5: reg 10: [io 0xa000-0xa007]
[ 0.170488] pci 0000:00:1f.5: reg 14: [io 0x9c00-0x9c03]
[ 0.170497] pci 0000:00:1f.5: reg 18: [io 0x9880-0x9887]
[ 0.170506] pci 0000:00:1f.5: reg 1c: [io 0x9800-0x9803]
[ 0.170515] pci 0000:00:1f.5: reg 20: [io 0x9480-0x948f]
[ 0.170524] pci 0000:00:1f.5: reg 24: [io 0x9400-0x940f]
[ 0.170603] pci 0000:01:00.0: [10de:0611] type 0 class 0x000300
[ 0.170615] pci 0000:01:00.0: reg 10: [mem 0xfd000000-0xfdffffff]
[ 0.170628] pci 0000:01:00.0: reg 14: [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.170641] pci 0000:01:00.0: reg 1c: [mem 0xfa000000-0xfbffffff 64bit]
[ 0.170650] pci 0000:01:00.0: reg 24: [io 0xcc00-0xcc7f]
[ 0.170659] pci 0000:01:00.0: reg 30: [mem 0xfe9e0000-0xfe9fffff pref]
[ 0.170708] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.170712] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
[ 0.170715] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe9fffff]
[ 0.170721] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.170764] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.170769] pci 0000:00:1c.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.170773] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.170780] pci 0000:00:1c.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.170841] pci 0000:03:00.0: [11ab:6121] type 0 class 0x000101
[ 0.170859] pci 0000:03:00.0: reg 10: [io 0xdc00-0xdc07]
[ 0.170873] pci 0000:03:00.0: reg 14: [io 0xd880-0xd883]
[ 0.170886] pci 0000:03:00.0: reg 18: [io 0xd800-0xd807]
[ 0.170899] pci 0000:03:00.0: reg 1c: [io 0xd480-0xd483]
[ 0.170912] pci 0000:03:00.0: reg 20: [io 0xd400-0xd40f]
[ 0.170925] pci 0000:03:00.0: reg 24: [mem 0xfeaffc00-0xfeafffff]
[ 0.170973] pci 0000:03:00.0: supports D1
[ 0.170975] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[ 0.170980] pci 0000:03:00.0: PME# disabled
[ 0.170999] pci 0000:03:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.171009] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[ 0.171014] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.171018] pci 0000:00:1c.4: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.171025] pci 0000:00:1c.4: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.171091] pci 0000:04:00.0: [10ec:8168] type 0 class 0x000200
[ 0.171111] pci 0000:04:00.0: reg 10: [io 0xe800-0xe8ff]
[ 0.171145] pci 0000:04:00.0: reg 18: [mem 0xfebff000-0xfebfffff 64bit]
[ 0.171184] pci 0000:04:00.0: reg 30: [mem 0xfebc0000-0xfebdffff pref]
[ 0.171233] pci 0000:04:00.0: supports D1 D2
[ 0.171235] pci 0000:04:00.0: PME# supported from D1 D2 D3hot D3cold
[ 0.171241] pci 0000:04:00.0: PME# disabled
[ 0.171265] pci 0000:04:00.0: disabling ASPM on pre-1.1 PCIe device. You can enable it with 'pcie_aspm=force'
[ 0.171278] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[ 0.171282] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
[ 0.171287] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
[ 0.171294] pci 0000:00:1c.5: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.171361] pci 0000:00:1e.0: PCI bridge to [bus 05-05] (subtractive decode)
[ 0.171365] pci 0000:00:1e.0: bridge window [io 0xf000-0x0000] (disabled)
[ 0.171370] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff] (disabled)
[ 0.171376] pci 0000:00:1e.0: bridge window [mem 0xfff00000-0x000fffff pref] (disabled)
[ 0.171380] pci 0000:00:1e.0: bridge window [io 0x0000-0x0cf7] (subtractive decode)
[ 0.171382] pci 0000:00:1e.0: bridge window [io 0x0d00-0xffff] (subtractive decode)
[ 0.171385] pci 0000:00:1e.0: bridge window [mem 0x000a0000-0x000bffff] (subtractive decode)
[ 0.171391] pci 0000:00:1e.0: bridge window [mem 0x000d0000-0x000dffff] (subtractive decode)
[ 0.171394] pci 0000:00:1e.0: bridge window [mem 0x80000000-0xdfffffff] (subtractive decode)
[ 0.171397] pci 0000:00:1e.0: bridge window [mem 0xf0000000-0xffffffff] (subtractive decode)
[ 0.171420] pci_bus 0000:00: on NUMA node 0
[ 0.171423] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.171609] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[ 0.171747] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P4._PRT]
[ 0.171813] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P8._PRT]
[ 0.171864] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P9._PRT]
[ 0.182096] ACPI: PCI Interrupt Link [LNKA] (IRQs 3 4 6 7 *10 11 12 14 15)
[ 0.182153] ACPI: PCI Interrupt Link [LNKB] (IRQs *5)
[ 0.182203] ACPI: PCI Interrupt Link [LNKC] (IRQs 3 4 6 7 10 11 12 *14 15)
[ 0.182257] ACPI: PCI Interrupt Link [LNKD] (IRQs 3 4 6 7 10 *11 12 14 15)
[ 0.182311] ACPI: PCI Interrupt Link [LNKE] (IRQs 3 4 6 7 10 11 12 14 15) *0, disabled.
[ 0.182367] ACPI: PCI Interrupt Link [LNKF] (IRQs 3 4 6 7 10 11 12 14 *15)
[ 0.182421] ACPI: PCI Interrupt Link [LNKG] (IRQs *3 4 6 7 10 11 12 14 15)
[ 0.182478] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 6 *7 10 11 12 14 15)
[ 0.182509] HEST: Table is not found!
[ 0.182602] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.182606] vgaarb: loaded
[ 0.182767] SCSI subsystem initialized
[ 0.182782] libata version 3.00 loaded.
[ 0.182782] usbcore: registered new interface driver usbfs
[ 0.182782] usbcore: registered new interface driver hub
[ 0.182782] usbcore: registered new device driver usb
[ 0.182782] wmi: Mapper loaded
[ 0.182782] PCI: Using ACPI for IRQ routing
[ 0.182782] PCI: pci_cache_line_size set to 64 bytes
[ 0.182782] reserve RAM buffer: 000000000009f800 - 000000000009ffff
[ 0.182782] reserve RAM buffer: 000000007ffb0000 - 000000007fffffff
[ 0.182782] NetLabel: Initializing
[ 0.182782] NetLabel: domain hash size = 128
[ 0.182782] NetLabel: protocols = UNLABELED CIPSOv4
[ 0.182782] NetLabel: unlabeled traffic allowed by default
[ 0.182782] HPET: 4 timers in total, 0 timers will be used for per-cpu timer
[ 0.182782] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0, 0
[ 0.182782] hpet0: 4 comparators, 64-bit 14.318180 MHz counter
[ 0.188032] Switching to clocksource hpet
[ 0.196535] AppArmor: AppArmor Filesystem Enabled
[ 0.196572] pnp: PnP ACPI init
[ 0.196595] ACPI: bus type pnp registered
[ 0.196735] pnp 00:00: [bus 00-ff]
[ 0.196738] pnp 00:00: [io 0x0cf8-0x0cff]
[ 0.196741] pnp 00:00: [io 0x0000-0x0cf7 window]
[ 0.196743] pnp 00:00: [io 0x0d00-0xffff window]
[ 0.196746] pnp 00:00: [mem 0x000a0000-0x000bffff window]
[ 0.196749] pnp 00:00: [mem 0x000d0000-0x000dffff window]
[ 0.196752] pnp 00:00: [mem 0x80000000-0xdfffffff window]
[ 0.196755] pnp 00:00: [mem 0xf0000000-0xffffffff window]
[ 0.196835] pnp 00:00: Plug and Play ACPI device, IDs PNP0a08 PNP0a03 (active)
[ 0.196847] pnp 00:01: [mem 0xfed14000-0xfed19fff]
[ 0.196912] system 00:01: [mem 0xfed14000-0xfed19fff] has been reserved
[ 0.196917] system 00:01: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.196959] pnp 00:02: [dma 4]
[ 0.196962] pnp 00:02: [io 0x0000-0x000f]
[ 0.196964] pnp 00:02: [io 0x0081-0x0083]
[ 0.196967] pnp 00:02: [io 0x0087]
[ 0.196969] pnp 00:02: [io 0x0089-0x008b]
[ 0.196971] pnp 00:02: [io 0x008f]
[ 0.196974] pnp 00:02: [io 0x00c0-0x00df]
[ 0.197007] pnp 00:02: Plug and Play ACPI device, IDs PNP0200 (active)
[ 0.197021] pnp 00:03: [io 0x0070-0x0071]
[ 0.197033] pnp 00:03: [irq 8]
[ 0.197066] pnp 00:03: Plug and Play ACPI device, IDs PNP0b00 (active)
[ 0.197077] pnp 00:04: [io 0x0061]
[ 0.197110] pnp 00:04: Plug and Play ACPI device, IDs PNP0800 (active)
[ 0.197121] pnp 00:05: [io 0x00f0-0x00ff]
[ 0.197126] pnp 00:05: [irq 13]
[ 0.197163] pnp 00:05: Plug and Play ACPI device, IDs PNP0c04 (active)
[ 0.197456] pnp 00:06: [io 0x03f8-0x03ff]
[ 0.197462] pnp 00:06: [irq 4]
[ 0.197465] pnp 00:06: [dma 0 disabled]
[ 0.197540] pnp 00:06: Plug and Play ACPI device, IDs PNP0501 (active)
[ 0.197829] pnp 00:07: [io 0x0060]
[ 0.197832] pnp 00:07: [io 0x0064]
[ 0.197838] pnp 00:07: [irq 1]
[ 0.197876] pnp 00:07: Plug and Play ACPI device, IDs PNP0303 PNP030b (active)
[ 0.197928] pnp 00:08: [irq 12]
[ 0.197969] pnp 00:08: Plug and Play ACPI device, IDs PNP0f03 PNP0f13 (active)
[ 0.198073] pnp 00:09: [io 0x0000-0xffffffff disabled]
[ 0.198076] pnp 00:09: [io 0x0a00-0x0adf]
[ 0.198079] pnp 00:09: [io 0x0ae0-0x0aef]
[ 0.198140] system 00:09: [io 0x0a00-0x0adf] has been reserved
[ 0.198144] system 00:09: [io 0x0ae0-0x0aef] has been reserved
[ 0.198148] system 00:09: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.198234] pnp 00:0a: [io 0x0010-0x001f]
[ 0.198237] pnp 00:0a: [io 0x0022-0x003f]
[ 0.198240] pnp 00:0a: [io 0x0044-0x005f]
[ 0.198242] pnp 00:0a: [io 0x0062-0x0063]
[ 0.198245] pnp 00:0a: [io 0x0065-0x006f]
[ 0.198247] pnp 00:0a: [io 0x0072-0x007f]
[ 0.198249] pnp 00:0a: [io 0x0080]
[ 0.198251] pnp 00:0a: [io 0x0084-0x0086]
[ 0.198254] pnp 00:0a: [io 0x0088]
[ 0.198256] pnp 00:0a: [io 0x008c-0x008e]
[ 0.198259] pnp 00:0a: [io 0x0090-0x009f]
[ 0.198261] pnp 00:0a: [io 0x00a2-0x00bf]
[ 0.198263] pnp 00:0a: [io 0x00e0-0x00ef]
[ 0.198266] pnp 00:0a: [io 0x04d0-0x04d1]
[ 0.198268] pnp 00:0a: [io 0x0800-0x087f]
[ 0.198273] pnp 00:0a: [io 0x0000-0xffffffff disabled]
[ 0.198276] pnp 00:0a: [io 0x0480-0x04bf]
[ 0.198278] pnp 00:0a: [mem 0xfed1c000-0xfed1ffff]
[ 0.198281] pnp 00:0a: [mem 0xfed20000-0xfed8ffff]
[ 0.198366] system 00:0a: [io 0x04d0-0x04d1] has been reserved
[ 0.198370] system 00:0a: [io 0x0800-0x087f] has been reserved
[ 0.198373] system 00:0a: [io 0x0480-0x04bf] has been reserved
[ 0.198376] system 00:0a: [mem 0xfed1c000-0xfed1ffff] has been reserved
[ 0.198380] system 00:0a: [mem 0xfed20000-0xfed8ffff] has been reserved
[ 0.198384] system 00:0a: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.198450] pnp 00:0b: [mem 0xfed00000-0xfed003ff]
[ 0.198488] pnp 00:0b: Plug and Play ACPI device, IDs PNP0103 (active)
[ 0.198549] pnp 00:0c: [mem 0xffb00000-0xffbfffff]
[ 0.198552] pnp 00:0c: [mem 0xfff00000-0xffffffff]
[ 0.198594] pnp 00:0c: Plug and Play ACPI device, IDs INT0800 (active)
[ 0.198643] pnp 00:0d: [mem 0xffc00000-0xffefffff]
[ 0.198704] system 00:0d: [mem 0xffc00000-0xffefffff] has been reserved
[ 0.198708] system 00:0d: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.198802] pnp 00:0e: [mem 0xfec00000-0xfec00fff]
[ 0.198805] pnp 00:0e: [mem 0xfee00000-0xfee00fff]
[ 0.198867] system 00:0e: [mem 0xfec00000-0xfec00fff] could not be reserved
[ 0.198871] system 00:0e: [mem 0xfee00000-0xfee00fff] has been reserved
[ 0.198874] system 00:0e: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.198913] pnp 00:0f: [mem 0xe0000000-0xefffffff]
[ 0.198976] system 00:0f: [mem 0xe0000000-0xefffffff] has been reserved
[ 0.198980] system 00:0f: Plug and Play ACPI device, IDs PNP0c02 (active)
[ 0.199186] pnp 00:10: [mem 0x00000000-0x0009ffff]
[ 0.199189] pnp 00:10: [mem 0x000c0000-0x000cffff]
[ 0.199191] pnp 00:10: [mem 0x000e0000-0x000fffff]
[ 0.199194] pnp 00:10: [mem 0x00100000-0x7fffffff]
[ 0.199196] pnp 00:10: [mem 0x00000000-0xffffffff disabled]
[ 0.199274] system 00:10: [mem 0x00000000-0x0009ffff] could not be reserved
[ 0.199277] system 00:10: [mem 0x000c0000-0x000cffff] could not be reserved
[ 0.199281] system 00:10: [mem 0x000e0000-0x000fffff] could not be reserved
[ 0.199284] system 00:10: [mem 0x00100000-0x7fffffff] could not be reserved
[ 0.199288] system 00:10: Plug and Play ACPI device, IDs PNP0c01 (active)
[ 0.199441] pnp: PnP ACPI: found 17 devices
[ 0.199444] ACPI: ACPI bus type pnp unregistered
[ 0.199448] PnPBIOS: Disabled by ACPI PNP
[ 0.236108] pci 0000:00:1c.0: BAR 14: assigned [mem 0x80000000-0x801fffff]
[ 0.236113] pci 0000:00:1c.0: BAR 15: assigned [mem 0x80200000-0x803fffff 64bit pref]
[ 0.236117] pci 0000:00:1c.4: BAR 15: assigned [mem 0x80400000-0x805fffff 64bit pref]
[ 0.236121] pci 0000:00:1c.5: BAR 15: assigned [mem 0x80600000-0x807fffff 64bit pref]
[ 0.236125] pci 0000:00:1c.0: BAR 13: assigned [io 0x1000-0x1fff]
[ 0.236128] pci 0000:00:01.0: PCI bridge to [bus 01-01]
[ 0.236131] pci 0000:00:01.0: bridge window [io 0xc000-0xcfff]
[ 0.236136] pci 0000:00:01.0: bridge window [mem 0xfa000000-0xfe9fffff]
[ 0.236140] pci 0000:00:01.0: bridge window [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.236145] pci 0000:00:1c.0: PCI bridge to [bus 02-02]
[ 0.236149] pci 0000:00:1c.0: bridge window [io 0x1000-0x1fff]
[ 0.236154] pci 0000:00:1c.0: bridge window [mem 0x80000000-0x801fffff]
[ 0.236159] pci 0000:00:1c.0: bridge window [mem 0x80200000-0x803fffff 64bit pref]
[ 0.236166] pci 0000:00:1c.4: PCI bridge to [bus 03-03]
[ 0.236169] pci 0000:00:1c.4: bridge window [io 0xd000-0xdfff]
[ 0.236174] pci 0000:00:1c.4: bridge window [mem 0xfea00000-0xfeafffff]
[ 0.236179] pci 0000:00:1c.4: bridge window [mem 0x80400000-0x805fffff 64bit pref]
[ 0.236186] pci 0000:00:1c.5: PCI bridge to [bus 04-04]
[ 0.236189] pci 0000:00:1c.5: bridge window [io 0xe000-0xefff]
[ 0.236195] pci 0000:00:1c.5: bridge window [mem 0xfeb00000-0xfebfffff]
[ 0.236199] pci 0000:00:1c.5: bridge window [mem 0x80600000-0x807fffff 64bit pref]
[ 0.236206] pci 0000:00:1e.0: PCI bridge to [bus 05-05]
[ 0.236208] pci 0000:00:1e.0: bridge window [io disabled]
[ 0.236213] pci 0000:00:1e.0: bridge window [mem disabled]
[ 0.236217] pci 0000:00:1e.0: bridge window [mem pref disabled]
[ 0.236236] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.236240] pci 0000:00:01.0: setting latency timer to 64
[ 0.236246] pci 0000:00:1c.0: enabling device (0104 -> 0107)
[ 0.236253] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.236257] pci 0000:00:1c.0: setting latency timer to 64
[ 0.236264] pci 0000:00:1c.4: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.236268] pci 0000:00:1c.4: setting latency timer to 64
[ 0.236275] pci 0000:00:1c.5: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.236279] pci 0000:00:1c.5: setting latency timer to 64
[ 0.236287] pci 0000:00:1e.0: setting latency timer to 64
[ 0.236291] pci_bus 0000:00: resource 4 [io 0x0000-0x0cf7]
[ 0.236294] pci_bus 0000:00: resource 5 [io 0x0d00-0xffff]
[ 0.236297] pci_bus 0000:00: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.236300] pci_bus 0000:00: resource 7 [mem 0x000d0000-0x000dffff]
[ 0.236303] pci_bus 0000:00: resource 8 [mem 0x80000000-0xdfffffff]
[ 0.236306] pci_bus 0000:00: resource 9 [mem 0xf0000000-0xffffffff]
[ 0.236309] pci_bus 0000:01: resource 0 [io 0xc000-0xcfff]
[ 0.236311] pci_bus 0000:01: resource 1 [mem 0xfa000000-0xfe9fffff]
[ 0.236314] pci_bus 0000:01: resource 2 [mem 0xd0000000-0xdfffffff 64bit pref]
[ 0.236317] pci_bus 0000:02: resource 0 [io 0x1000-0x1fff]
[ 0.236320] pci_bus 0000:02: resource 1 [mem 0x80000000-0x801fffff]
[ 0.236323] pci_bus 0000:02: resource 2 [mem 0x80200000-0x803fffff 64bit pref]
[ 0.236326] pci_bus 0000:03: resource 0 [io 0xd000-0xdfff]
[ 0.236329] pci_bus 0000:03: resource 1 [mem 0xfea00000-0xfeafffff]
[ 0.236332] pci_bus 0000:03: resource 2 [mem 0x80400000-0x805fffff 64bit pref]
[ 0.236335] pci_bus 0000:04: resource 0 [io 0xe000-0xefff]
[ 0.236338] pci_bus 0000:04: resource 1 [mem 0xfeb00000-0xfebfffff]
[ 0.236341] pci_bus 0000:04: resource 2 [mem 0x80600000-0x807fffff 64bit pref]
[ 0.236344] pci_bus 0000:05: resource 4 [io 0x0000-0x0cf7]
[ 0.236346] pci_bus 0000:05: resource 5 [io 0x0d00-0xffff]
[ 0.236349] pci_bus 0000:05: resource 6 [mem 0x000a0000-0x000bffff]
[ 0.236352] pci_bus 0000:05: resource 7 [mem 0x000d0000-0x000dffff]
[ 0.236355] pci_bus 0000:05: resource 8 [mem 0x80000000-0xdfffffff]
[ 0.236358] pci_bus 0000:05: resource 9 [mem 0xf0000000-0xffffffff]
[ 0.236396] NET: Registered protocol family 2
[ 0.236474] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[ 0.236740] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.237124] TCP bind hash table entries: 65536 (order: 7, 524288 bytes)
[ 0.237369] TCP: Hash tables configured (established 131072 bind 65536)
[ 0.237372] TCP reno registered
[ 0.237376] UDP hash table entries: 512 (order: 2, 16384 bytes)
[ 0.237386] UDP-Lite hash table entries: 512 (order: 2, 16384 bytes)
[ 0.237511] NET: Registered protocol family 1
[ 0.237538] pci 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.237540] pci 0000:00:1a.0: Performing full reset
[ 0.237558] pci 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.237560] pci 0000:00:1a.1: Performing full reset
[ 0.237614] pci 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.237616] pci 0000:00:1d.0: Performing full reset
[ 0.237633] pci 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.237636] pci 0000:00:1d.1: Performing full reset
[ 0.237653] pci 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.237655] pci 0000:00:1d.2: Performing full reset
[ 0.237672] pci 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.237674] pci 0000:00:1d.3: Performing full reset
[ 0.237722] pci 0000:01:00.0: Boot video device
[ 0.237732] PCI: CLS 32 bytes, default 64
[ 0.237802] Trying to unpack rootfs image as initramfs...
[ 0.509882] Freeing initrd memory: 10592k freed
[ 0.514989] cpufreq-nforce2: No nForce2 chipset.
[ 0.515027] Scanning for low memory corruption every 60 seconds
[ 0.515149] audit: initializing netlink socket (disabled)
[ 0.515163] type=2000 audit(1293788304.508:1): initialized
[ 0.526703] highmem bounce pool size: 64 pages
[ 0.526709] HugeTLB registered 4 MB page size, pre-allocated 0 pages
[ 0.528690] VFS: Disk quotas dquot_6.5.2
[ 0.528760] Dquot-cache hash table entries: 1024 (order 0, 4096 bytes)
[ 0.529509] fuse init (API version 7.16)
[ 0.529625] msgmni has been set to 1703
[ 0.529857] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.529861] io scheduler noop registered
[ 0.529863] io scheduler deadline registered
[ 0.529881] io scheduler cfq registered (default)
[ 0.530231] pcieport 0000:00:01.0: ACPI _OSC control granted for 0x1d
[ 0.530242] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.530278] pcieport 0000:00:01.0: irq 40 for MSI/MSI-X
[ 0.530351] pcieport 0000:00:1c.0: ACPI _OSC control granted for 0x1d
[ 0.530364] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.530404] pcieport 0000:00:1c.0: irq 41 for MSI/MSI-X
[ 0.530505] pcieport 0000:00:1c.4: ACPI _OSC control granted for 0x1d
[ 0.530517] pcieport 0000:00:1c.4: setting latency timer to 64
[ 0.530555] pcieport 0000:00:1c.4: irq 42 for MSI/MSI-X
[ 0.530654] pcieport 0000:00:1c.5: ACPI _OSC control granted for 0x1d
[ 0.530667] pcieport 0000:00:1c.5: setting latency timer to 64
[ 0.530705] pcieport 0000:00:1c.5: irq 43 for MSI/MSI-X
[ 0.530835] pcieport 0000:00:01.0: Signaling PME through PCIe PME interrupt
[ 0.530838] pci 0000:01:00.0: Signaling PME through PCIe PME interrupt
[ 0.530842] pcie_pme 0000:00:01.0:pcie01: service driver pcie_pme loaded
[ 0.530862] pcieport 0000:00:1c.0: Signaling PME through PCIe PME interrupt
[ 0.530866] pcie_pme 0000:00:1c.0:pcie01: service driver pcie_pme loaded
[ 0.530886] pcieport 0000:00:1c.4: Signaling PME through PCIe PME interrupt
[ 0.530889] pci 0000:03:00.0: Signaling PME through PCIe PME interrupt
[ 0.530893] pcie_pme 0000:00:1c.4:pcie01: service driver pcie_pme loaded
[ 0.530913] pcieport 0000:00:1c.5: Signaling PME through PCIe PME interrupt
[ 0.530915] pci 0000:04:00.0: Signaling PME through PCIe PME interrupt
[ 0.530920] pcie_pme 0000:00:1c.5:pcie01: service driver pcie_pme loaded
[ 0.530944] pci_hotplug: PCI Hot Plug PCI Core version: 0.5
[ 0.530994] pciehp 0000:00:1c.0:pcie04: HPC vendor_id 8086 device_id 2940 ss_vid 1462 ss_did 7360
[ 0.531015] pciehp 0000:00:1c.0:pcie04: service driver pciehp loaded
[ 0.531027] pciehp 0000:00:1c.4:pcie04: HPC vendor_id 8086 device_id 2948 ss_vid 1462 ss_did 7360
[ 0.531047] pciehp 0000:00:1c.4:pcie04: service driver pciehp loaded
[ 0.531059] pciehp 0000:00:1c.5:pcie04: HPC vendor_id 8086 device_id 294a ss_vid 1462 ss_did 7360
[ 0.531079] pciehp 0000:00:1c.5:pcie04: service driver pciehp loaded
[ 0.531087] pciehp: PCI Express Hot Plug Controller Driver version: 0.4
[ 0.531223] intel_idle: MWAIT substates: 0x220
[ 0.531225] intel_idle: does not run on family 6 model 15
[ 0.531335] input: Power Button as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input0
[ 0.531340] ACPI: Power Button [PWRB]
[ 0.531393] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input1
[ 0.531396] ACPI: Power Button [PWRF]
[ 0.531586] ACPI: acpi_idle registered with cpuidle
[ 0.533615] ERST: Table is not found!
[ 0.533676] isapnp: Scanning for PnP cards...
[ 0.886679] isapnp: No Plug & Play device found
[ 0.886868] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 0.907226] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.927987] 00:06: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.929699] brd: module loaded
[ 0.930395] loop: module loaded
[ 0.930603] ata_piix 0000:00:1f.2: version 2.13
[ 0.930627] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.930633] ata_piix 0000:00:1f.2: MAP [ P0 -- P1 -- ]
[ 0.930675] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 0.930973] scsi0 : ata_piix
[ 0.931079] scsi1 : ata_piix
[ 0.932683] ata1: SATA max UDMA/133 cmd 0xb000 ctl 0xac00 bmdma 0xa480 irq 19
[ 0.932688] ata2: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa488 irq 19
[ 0.932713] ata_piix 0000:00:1f.5: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.932718] ata_piix 0000:00:1f.5: MAP [ P0 -- P1 -- ]
[ 0.932762] ata_piix 0000:00:1f.5: setting latency timer to 64
[ 0.933025] scsi2 : ata_piix
[ 0.933105] scsi3 : ata_piix
[ 0.934388] ata3: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 19
[ 0.934393] ata4: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 19
[ 0.934465] pata_acpi 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.934495] pata_acpi 0000:03:00.0: setting latency timer to 64
[ 0.934509] pata_acpi 0000:03:00.0: PCI INT A disabled
[ 0.934887] Fixed MDIO Bus: probed
[ 0.934924] PPP generic driver version 2.4.2
[ 0.934987] tun: Universal TUN/TAP device driver, 1.6
[ 0.934989] tun: (C) 1999-2004 Max Krasnyansky <maxk@xxxxxxxxxxxx>
[ 0.935093] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 0.935096] ehci_hcd: block sizes: qh 60 qtd 96 itd 160 sitd 96
[ 0.935121] ehci_hcd 0000:00:1a.7: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.935137] ehci_hcd 0000:00:1a.7: setting latency timer to 64
[ 0.935141] ehci_hcd 0000:00:1a.7: EHCI Host Controller
[ 0.935183] ehci_hcd 0000:00:1a.7: new USB bus registered, assigned bus number 1
[ 0.935216] ehci_hcd 0000:00:1a.7: reset hcs_params 0x102204 dbg=1 cc=2 pcc=2 ordered !ppc ports=4
[ 0.935221] ehci_hcd 0000:00:1a.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[ 0.935252] ehci_hcd 0000:00:1a.7: debug port 1
[ 0.935258] ehci_hcd 0000:00:1a.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 0.939144] ehci_hcd 0000:00:1a.7: cache line size of 32 is not supported
[ 0.939147] ehci_hcd 0000:00:1a.7: supports USB remote wakeup
[ 0.939165] ehci_hcd 0000:00:1a.7: irq 18, io mem 0xf9fffc00
[ 0.939171] ehci_hcd 0000:00:1a.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 0.943047] ehci_hcd 0000:00:1a.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[ 0.952013] ehci_hcd 0000:00:1a.7: USB 2.0 started, EHCI 1.00
[ 0.952041] usb usb1: default language 0x0409
[ 0.952050] usb usb1: udev 1, busnum 1, minor = 0
[ 0.952053] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.952055] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.952058] usb usb1: Product: EHCI Host Controller
[ 0.952061] usb usb1: Manufacturer: Linux 2.6.37-rc8-next-20101230+ ehci_hcd
[ 0.952063] usb usb1: SerialNumber: 0000:00:1a.7
[ 0.952145] usb usb1: usb_probe_device
[ 0.952149] usb usb1: configuration #1 chosen from 1 choice
[ 0.952157] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 0.952187] hub 1-0:1.0: usb_probe_interface
[ 0.952190] hub 1-0:1.0: usb_probe_interface - got id
[ 0.952193] hub 1-0:1.0: USB hub found
[ 0.952197] hub 1-0:1.0: 4 ports detected
[ 0.952200] hub 1-0:1.0: standalone hub
[ 0.952202] hub 1-0:1.0: no power switching (usb 1.0)
[ 0.952204] hub 1-0:1.0: individual port over-current protection
[ 0.952207] hub 1-0:1.0: power on to power good time: 20ms
[ 0.952212] hub 1-0:1.0: local power source is good
[ 0.952214] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 0.952302] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.952314] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 0.952318] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 0.952365] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 2
[ 0.952391] ehci_hcd 0000:00:1d.7: reset hcs_params 0x104208 dbg=1 cc=4 pcc=2 ordered !ppc ports=8
[ 0.952395] ehci_hcd 0000:00:1d.7: reset hcc_params 16871 thresh 7 uframes 1024 64 bit addr hw prefetch
[ 0.952421] ehci_hcd 0000:00:1d.7: debug port 1
[ 0.952427] ehci_hcd 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 0.956297] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 0.956300] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[ 0.956315] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xf9fff800
[ 0.956320] ehci_hcd 0000:00:1d.7: reset command 0080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 0.960203] ehci_hcd 0000:00:1d.7: init command 0010001 (park)=0 ithresh=1 period=1024 RUN
[ 0.972013] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 0.972039] usb usb2: default language 0x0409
[ 0.972047] usb usb2: udev 1, busnum 2, minor = 128
[ 0.972050] usb usb2: New USB device found, idVendor=1d6b, idProduct=0002
[ 0.972053] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.972055] usb usb2: Product: EHCI Host Controller
[ 0.972058] usb usb2: Manufacturer: Linux 2.6.37-rc8-next-20101230+ ehci_hcd
[ 0.972060] usb usb2: SerialNumber: 0000:00:1d.7
[ 0.972138] usb usb2: usb_probe_device
[ 0.972141] usb usb2: configuration #1 chosen from 1 choice
[ 0.972148] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 0.972176] hub 2-0:1.0: usb_probe_interface
[ 0.972179] hub 2-0:1.0: usb_probe_interface - got id
[ 0.972182] hub 2-0:1.0: USB hub found
[ 0.972186] hub 2-0:1.0: 8 ports detected
[ 0.972188] hub 2-0:1.0: standalone hub
[ 0.972190] hub 2-0:1.0: no power switching (usb 1.0)
[ 0.972192] hub 2-0:1.0: individual port over-current protection
[ 0.972195] hub 2-0:1.0: power on to power good time: 20ms
[ 0.972200] hub 2-0:1.0: local power source is good
[ 0.972202] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 0.972295] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[ 0.972298] ohci_hcd: block sizes: ed 64 td 64
[ 0.972317] uhci_hcd: USB Universal Host Controller Interface driver
[ 0.972354] uhci_hcd 0000:00:1a.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.972361] uhci_hcd 0000:00:1a.0: setting latency timer to 64
[ 0.972365] uhci_hcd 0000:00:1a.0: UHCI Host Controller
[ 0.972415] uhci_hcd 0000:00:1a.0: new USB bus registered, assigned bus number 3
[ 0.976025] uhci_hcd 0000:00:1a.0: detected 2 ports
[ 0.976030] uhci_hcd 0000:00:1a.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.976032] uhci_hcd 0000:00:1a.0: Performing full reset
[ 0.976046] uhci_hcd 0000:00:1a.0: supports USB remote wakeup
[ 0.976061] uhci_hcd 0000:00:1a.0: irq 16, io base 0x0000bc00
[ 0.976092] usb usb3: default language 0x0409
[ 0.976100] usb usb3: udev 1, busnum 3, minor = 256
[ 0.976102] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.976105] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.976108] usb usb3: Product: UHCI Host Controller
[ 0.976111] usb usb3: Manufacturer: Linux 2.6.37-rc8-next-20101230+ uhci_hcd
[ 0.976113] usb usb3: SerialNumber: 0000:00:1a.0
[ 0.976189] usb usb3: usb_probe_device
[ 0.976191] usb usb3: configuration #1 chosen from 1 choice
[ 0.976198] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[ 0.976226] hub 3-0:1.0: usb_probe_interface
[ 0.976228] hub 3-0:1.0: usb_probe_interface - got id
[ 0.976231] hub 3-0:1.0: USB hub found
[ 0.976236] hub 3-0:1.0: 2 ports detected
[ 0.976238] hub 3-0:1.0: standalone hub
[ 0.976240] hub 3-0:1.0: no power switching (usb 1.0)
[ 0.976242] hub 3-0:1.0: individual port over-current protection
[ 0.976245] hub 3-0:1.0: power on to power good time: 2ms
[ 0.976250] hub 3-0:1.0: local power source is good
[ 0.976252] hub 3-0:1.0: trying to enable port power on non-switchable hub
[ 0.976308] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.0
[ 0.976337] uhci_hcd 0000:00:1a.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
[ 0.976343] uhci_hcd 0000:00:1a.1: setting latency timer to 64
[ 0.976347] uhci_hcd 0000:00:1a.1: UHCI Host Controller
[ 0.976388] uhci_hcd 0000:00:1a.1: new USB bus registered, assigned bus number 4
[ 0.976414] uhci_hcd 0000:00:1a.1: detected 2 ports
[ 0.976419] uhci_hcd 0000:00:1a.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.976421] uhci_hcd 0000:00:1a.1: Performing full reset
[ 0.976435] uhci_hcd 0000:00:1a.1: supports USB remote wakeup
[ 0.976449] uhci_hcd 0000:00:1a.1: irq 21, io base 0x0000b880
[ 0.976480] usb usb4: default language 0x0409
[ 0.976488] usb usb4: udev 1, busnum 4, minor = 384
[ 0.976491] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.976494] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.976496] usb usb4: Product: UHCI Host Controller
[ 0.976499] usb usb4: Manufacturer: Linux 2.6.37-rc8-next-20101230+ uhci_hcd
[ 0.976502] usb usb4: SerialNumber: 0000:00:1a.1
[ 0.976574] usb usb4: usb_probe_device
[ 0.976577] usb usb4: configuration #1 chosen from 1 choice
[ 0.976584] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[ 0.976611] hub 4-0:1.0: usb_probe_interface
[ 0.976614] hub 4-0:1.0: usb_probe_interface - got id
[ 0.976617] hub 4-0:1.0: USB hub found
[ 0.976621] hub 4-0:1.0: 2 ports detected
[ 0.976623] hub 4-0:1.0: standalone hub
[ 0.976625] hub 4-0:1.0: no power switching (usb 1.0)
[ 0.976627] hub 4-0:1.0: individual port over-current protection
[ 0.976629] hub 4-0:1.0: power on to power good time: 2ms
[ 0.976634] hub 4-0:1.0: local power source is good
[ 0.976637] hub 4-0:1.0: trying to enable port power on non-switchable hub
[ 0.976692] ehci_hcd 0000:00:1a.7: HS companion for 0000:00:1a.1
[ 0.976718] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 0.976725] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 0.976729] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 0.976770] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 5
[ 0.976794] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 0.976798] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.976801] uhci_hcd 0000:00:1d.0: Performing full reset
[ 0.976814] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[ 0.976820] uhci_hcd 0000:00:1d.0: irq 23, io base 0x0000b800
[ 0.976850] usb usb5: default language 0x0409
[ 0.976858] usb usb5: udev 1, busnum 5, minor = 512
[ 0.976861] usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.976864] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.976866] usb usb5: Product: UHCI Host Controller
[ 0.976869] usb usb5: Manufacturer: Linux 2.6.37-rc8-next-20101230+ uhci_hcd
[ 0.976871] usb usb5: SerialNumber: 0000:00:1d.0
[ 0.976944] usb usb5: usb_probe_device
[ 0.976947] usb usb5: configuration #1 chosen from 1 choice
[ 0.976954] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[ 0.976982] hub 5-0:1.0: usb_probe_interface
[ 0.976985] hub 5-0:1.0: usb_probe_interface - got id
[ 0.976987] hub 5-0:1.0: USB hub found
[ 0.976992] hub 5-0:1.0: 2 ports detected
[ 0.976994] hub 5-0:1.0: standalone hub
[ 0.976996] hub 5-0:1.0: no power switching (usb 1.0)
[ 0.976998] hub 5-0:1.0: individual port over-current protection
[ 0.977000] hub 5-0:1.0: power on to power good time: 2ms
[ 0.977005] hub 5-0:1.0: local power source is good
[ 0.977007] hub 5-0:1.0: trying to enable port power on non-switchable hub
[ 0.977071] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.0
[ 0.977090] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 0.977096] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 0.977100] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 0.977144] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 6
[ 0.977168] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 0.977173] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.977175] uhci_hcd 0000:00:1d.1: Performing full reset
[ 0.977189] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[ 0.977195] uhci_hcd 0000:00:1d.1: irq 19, io base 0x0000b480
[ 0.977228] usb usb6: default language 0x0409
[ 0.977236] usb usb6: udev 1, busnum 6, minor = 640
[ 0.977239] usb usb6: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.977242] usb usb6: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.977244] usb usb6: Product: UHCI Host Controller
[ 0.977247] usb usb6: Manufacturer: Linux 2.6.37-rc8-next-20101230+ uhci_hcd
[ 0.977249] usb usb6: SerialNumber: 0000:00:1d.1
[ 0.977323] usb usb6: usb_probe_device
[ 0.977326] usb usb6: configuration #1 chosen from 1 choice
[ 0.977333] usb usb6: adding 6-0:1.0 (config #1, interface 0)
[ 0.977361] hub 6-0:1.0: usb_probe_interface
[ 0.977363] hub 6-0:1.0: usb_probe_interface - got id
[ 0.977366] hub 6-0:1.0: USB hub found
[ 0.977370] hub 6-0:1.0: 2 ports detected
[ 0.977373] hub 6-0:1.0: standalone hub
[ 0.977375] hub 6-0:1.0: no power switching (usb 1.0)
[ 0.977377] hub 6-0:1.0: individual port over-current protection
[ 0.977379] hub 6-0:1.0: power on to power good time: 2ms
[ 0.977384] hub 6-0:1.0: local power source is good
[ 0.977386] hub 6-0:1.0: trying to enable port power on non-switchable hub
[ 0.977448] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.1
[ 0.977467] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.977474] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 0.977477] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 0.977520] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 7
[ 0.977544] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 0.977549] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.977551] uhci_hcd 0000:00:1d.2: Performing full reset
[ 0.977565] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[ 0.977571] uhci_hcd 0000:00:1d.2: irq 18, io base 0x0000b400
[ 0.977601] usb usb7: default language 0x0409
[ 0.977611] usb usb7: udev 1, busnum 7, minor = 768
[ 0.977614] usb usb7: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.977617] usb usb7: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.977619] usb usb7: Product: UHCI Host Controller
[ 0.977622] usb usb7: Manufacturer: Linux 2.6.37-rc8-next-20101230+ uhci_hcd
[ 0.977624] usb usb7: SerialNumber: 0000:00:1d.2
[ 0.977698] usb usb7: usb_probe_device
[ 0.977701] usb usb7: configuration #1 chosen from 1 choice
[ 0.977708] usb usb7: adding 7-0:1.0 (config #1, interface 0)
[ 0.977736] hub 7-0:1.0: usb_probe_interface
[ 0.977739] hub 7-0:1.0: usb_probe_interface - got id
[ 0.977741] hub 7-0:1.0: USB hub found
[ 0.977745] hub 7-0:1.0: 2 ports detected
[ 0.977748] hub 7-0:1.0: standalone hub
[ 0.977750] hub 7-0:1.0: no power switching (usb 1.0)
[ 0.977752] hub 7-0:1.0: individual port over-current protection
[ 0.977754] hub 7-0:1.0: power on to power good time: 2ms
[ 0.977759] hub 7-0:1.0: local power source is good
[ 0.977761] hub 7-0:1.0: trying to enable port power on non-switchable hub
[ 0.977825] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.2
[ 0.977844] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 0.977850] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 0.977854] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 0.977897] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 8
[ 0.977921] uhci_hcd 0000:00:1d.3: detected 2 ports
[ 0.977926] uhci_hcd 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x0000
[ 0.977928] uhci_hcd 0000:00:1d.3: Performing full reset
[ 0.977941] uhci_hcd 0000:00:1d.3: supports USB remote wakeup
[ 0.977947] uhci_hcd 0000:00:1d.3: irq 16, io base 0x0000b080
[ 0.977980] usb usb8: default language 0x0409
[ 0.977987] usb usb8: udev 1, busnum 8, minor = 896
[ 0.977990] usb usb8: New USB device found, idVendor=1d6b, idProduct=0001
[ 0.977993] usb usb8: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 0.977995] usb usb8: Product: UHCI Host Controller
[ 0.977998] usb usb8: Manufacturer: Linux 2.6.37-rc8-next-20101230+ uhci_hcd
[ 0.978000] usb usb8: SerialNumber: 0000:00:1d.3
[ 0.978071] usb usb8: usb_probe_device
[ 0.978074] usb usb8: configuration #1 chosen from 1 choice
[ 0.978081] usb usb8: adding 8-0:1.0 (config #1, interface 0)
[ 0.978110] hub 8-0:1.0: usb_probe_interface
[ 0.978112] hub 8-0:1.0: usb_probe_interface - got id
[ 0.978115] hub 8-0:1.0: USB hub found
[ 0.978119] hub 8-0:1.0: 2 ports detected
[ 0.978121] hub 8-0:1.0: standalone hub
[ 0.978123] hub 8-0:1.0: no power switching (usb 1.0)
[ 0.978125] hub 8-0:1.0: individual port over-current protection
[ 0.978128] hub 8-0:1.0: power on to power good time: 2ms
[ 0.978132] hub 8-0:1.0: local power source is good
[ 0.978135] hub 8-0:1.0: trying to enable port power on non-switchable hub
[ 0.978194] ehci_hcd 0000:00:1d.7: HS companion for 0000:00:1d.3
[ 0.978319] i8042: PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[ 0.980663] serio: i8042 KBD port at 0x60,0x64 irq 1
[ 0.980671] serio: i8042 AUX port at 0x60,0x64 irq 12
[ 0.980809] mousedev: PS/2 mouse device common for all mice
[ 0.980967] rtc_cmos 00:03: RTC can wake from S4
[ 0.981036] rtc_cmos 00:03: rtc core: registered rtc_cmos as rtc0
[ 0.981060] rtc0: alarms up to one month, y3k, 114 bytes nvram, hpet irqs
[ 0.981193] device-mapper: uevent: version 1.0.3
[ 0.981321] device-mapper: ioctl: 4.19.0-ioctl (2010-10-14) initialised: dm-devel@xxxxxxxxxx
[ 0.981382] device-mapper: multipath: version 1.1.1 loaded
[ 0.981384] device-mapper: multipath round-robin: version 1.0.0 loaded
[ 0.981519] EISA: Probing bus 0 at eisa.0
[ 0.981522] EISA: Cannot allocate resource for mainboard
[ 0.981525] Cannot allocate resource for EISA slot 1
[ 0.981527] Cannot allocate resource for EISA slot 2
[ 0.981529] Cannot allocate resource for EISA slot 3
[ 0.981532] Cannot allocate resource for EISA slot 4
[ 0.981534] Cannot allocate resource for EISA slot 5
[ 0.981536] Cannot allocate resource for EISA slot 6
[ 0.981538] Cannot allocate resource for EISA slot 7
[ 0.981540] Cannot allocate resource for EISA slot 8
[ 0.981542] EISA: Detected 0 cards.
[ 0.981599] cpuidle: using governor ladder
[ 0.981601] cpuidle: using governor menu
[ 0.981937] TCP cubic registered
[ 0.982085] NET: Registered protocol family 10
[ 0.982511] lo: Disabled Privacy Extensions
[ 0.982773] NET: Registered protocol family 17
[ 0.982791] Registering the dns_resolver key type
[ 0.983316] Using IPI No-Shortcut mode
[ 0.983424] PM: Hibernation image not present or could not be loaded.
[ 0.983443] registered taskstats version 1
[ 0.983790] Magic number: 6:900:627
[ 0.983870] rtc_cmos 00:03: setting system clock to 2010-12-31 09:38:25 UTC (1293788305)
[ 0.983874] BIOS EDD facility v0.16 2004-Jun-25, 0 devices found
[ 0.983875] EDD information not available.
[ 1.005575] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[ 1.052033] hub 1-0:1.0: state 7 ports 4 chg 0000 evt 0000
[ 1.072034] hub 2-0:1.0: state 7 ports 8 chg 0000 evt 0000
[ 1.076050] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1.076055] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1.076059] hub 5-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1.076064] hub 6-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1.076068] hub 7-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1.076072] hub 8-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 1.262619] ata3: SATA link down (SStatus 0 SControl 300)
[ 1.273236] ata4: SATA link down (SStatus 0 SControl 300)
[ 1.408045] ata2: SATA link up 1.5 Gbps (SStatus 113 SControl 300)
[ 1.408144] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[ 1.416124] ata2.00: ATAPI: PIONEER DVD-RW DVR-212D, 1.24, max UDMA/66
[ 1.416353] ata1.00: ATA-7: SAMSUNG HD103UJ, 1AA01113, max UDMA7
[ 1.416356] ata1.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 1.424252] ata1.00: configured for UDMA/133
[ 1.424381] scsi 0:0:0:0: Direct-Access ATA SAMSUNG HD103UJ 1AA0 PQ: 0 ANSI: 5
[ 1.424546] sd 0:0:0:0: [sda] 1953525168 512-byte logical blocks: (1.00 TB/931 GiB)
[ 1.424565] sd 0:0:0:0: Attached scsi generic sg0 type 0
[ 1.424607] sd 0:0:0:0: [sda] Write Protect is off
[ 1.424610] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[ 1.424642] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 1.432122] ata2.00: configured for UDMA/66
[ 1.438869] scsi 1:0:0:0: CD-ROM PIONEER DVD-RW DVR-212D 1.24 PQ: 0 ANSI: 5
[ 1.450463] sr0: scsi3-mmc drive: 40x/40x writer cd/rw xa/form2 cdda tray
[ 1.450466] cdrom: Uniform CD-ROM driver Revision: 3.20
[ 1.450581] sr 1:0:0:0: Attached scsi CD-ROM sr0
[ 1.450653] sr 1:0:0:0: Attached scsi generic sg1 type 5
[ 1.483690] sda: sda1 sda2 < sda5 sda6 >
[ 1.484055] sd 0:0:0:0: [sda] Attached SCSI disk
[ 1.484080] Freeing unused kernel memory: 704k freed
[ 1.484443] Write protecting the kernel text: 4992k
[ 1.484498] Write protecting the kernel read-only data: 2008k
[ 1.503548] udev[72]: starting version 163
[ 1.512030] Refined TSC clocksource calibration: 2000.699 MHz.
[ 1.512036] Switching to clocksource tsc
[ 1.618224] r8169 Gigabit Ethernet driver 2.3LK-NAPI loaded
[ 1.618246] r8169 0000:04:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 1.618292] r8169 0000:04:00.0: setting latency timer to 64
[ 1.618367] r8169 0000:04:00.0: irq 44 for MSI/MSI-X
[ 1.618986] r8169 0000:04:00.0: eth0: RTL8168b/8111b at 0xf8060000, 00:1d:92:33:07:c1, XID 18000000 IRQ 44
[ 1.628167] ahci 0000:03:00.0: version 3.0
[ 1.630375] pata_marvell 0000:03:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 1.630412] pata_marvell 0000:03:00.0: setting latency timer to 64
[ 1.631003] scsi4 : pata_marvell
[ 1.631089] scsi5 : pata_marvell
[ 1.631148] ata5: PATA max UDMA/100 cmd 0xdc00 ctl 0xd880 bmdma 0xd400 irq 16
[ 1.631152] ata6: PATA max UDMA/133 cmd 0xd800 ctl 0xd480 bmdma 0xd408 irq 16
[ 1.902007] EXT4-fs (sda5): INFO: recovery required on readonly filesystem
[ 1.902013] EXT4-fs (sda5): write access will be enabled during recovery
[ 2.136018] usb usb3: suspend_rh (auto-stop)
[ 2.136023] usb usb4: suspend_rh (auto-stop)
[ 2.136049] usb usb6: suspend_rh (auto-stop)
[ 2.136051] usb usb5: suspend_rh (auto-stop)
[ 2.136076] usb usb7: suspend_rh (auto-stop)
[ 2.136079] usb usb8: suspend_rh (auto-stop)
[ 3.052018] hub 1-0:1.0: hub_suspend
[ 3.052029] usb usb1: bus auto-suspend
[ 3.052032] ehci_hcd 0000:00:1a.7: suspend root hub
[ 3.808026] hub 2-0:1.0: hub_suspend
[ 3.808036] usb usb2: bus auto-suspend
[ 3.808039] ehci_hcd 0000:00:1d.7: suspend root hub
[ 3.808062] hub 3-0:1.0: hub_suspend
[ 3.808067] usb usb3: bus auto-suspend
[ 3.808070] usb usb3: suspend_rh
[ 3.808086] hub 4-0:1.0: hub_suspend
[ 3.808090] usb usb4: bus auto-suspend
[ 3.808092] usb usb4: suspend_rh
[ 3.808107] hub 5-0:1.0: hub_suspend
[ 3.808110] usb usb5: bus auto-suspend
[ 3.808112] usb usb5: suspend_rh
[ 3.808127] hub 6-0:1.0: hub_suspend
[ 3.808130] usb usb6: bus auto-suspend
[ 3.808132] usb usb6: suspend_rh
[ 3.808147] hub 7-0:1.0: hub_suspend
[ 3.808150] usb usb7: bus auto-suspend
[ 3.808152] usb usb7: suspend_rh
[ 3.808167] hub 8-0:1.0: hub_suspend
[ 3.808170] usb usb8: bus auto-suspend
[ 3.808172] usb usb8: suspend_rh
[ 3.830442] EXT4-fs (sda5): orphan cleanup on readonly fs
[ 3.830454] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 8388616
[ 3.830486] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 8388615
[ 3.830497] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 8388614
[ 3.830507] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 8388613
[ 3.830516] EXT4-fs (sda5): ext4_orphan_cleanup: deleting unreferenced inode 8388612
[ 3.830525] EXT4-fs (sda5): 5 orphan inodes deleted
[ 3.830528] EXT4-fs (sda5): recovery complete
[ 4.221797] EXT4-fs (sda5): mounted filesystem with ordered data mode. Opts: (null)
[ 16.722446] udev[298]: starting version 163
[ 16.771404] Adding 6037500k swap on /dev/sda6. Priority:-1 extents:1 across:6037500k
[ 16.987937] Linux agpgart interface v0.103
[ 17.129868] lp: driver loaded but no devices found
[ 17.232213] psmouse serio1: ID: 10 00 64
[ 17.272118] type=1400 audit(1293781121.784:2): apparmor="STATUS" operation="profile_load" name="/sbin/dhclient3" pid=512 comm="apparmor_parser"
[ 17.272183] type=1400 audit(1293781121.784:3): apparmor="STATUS" operation="profile_load" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=512 comm="apparmor_parser"
[ 17.272237] type=1400 audit(1293781121.784:4): apparmor="STATUS" operation="profile_load" name="/usr/lib/connman/scripts/dhclient-script" pid=512 comm="apparmor_parser"
[ 17.365613] type=1400 audit(1293781121.876:5): apparmor="STATUS" operation="profile_load" name="/usr/sbin/ntpd" pid=603 comm="apparmor_parser"
[ 17.405121] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro
[ 17.572155] r8169 0000:04:00.0: eth0: link up
[ 17.572165] r8169 0000:04:00.0: eth0: link up
[ 17.686298] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 17.686433] HDA Intel 0000:00:1b.0: irq 45 for MSI/MSI-X
[ 17.686463] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 17.692272] type=1400 audit(1293781122.204:6): apparmor="STATUS" operation="profile_load" name="/usr/share/gdm/guest-session/Xsession" pid=702 comm="apparmor_parser"
[ 17.759237] type=1400 audit(1293781122.268:7): apparmor="STATUS" operation="profile_replace" name="/sbin/dhclient3" pid=703 comm="apparmor_parser"
[ 17.759312] type=1400 audit(1293781122.268:8): apparmor="STATUS" operation="profile_replace" name="/usr/lib/NetworkManager/nm-dhcp-client.action" pid=703 comm="apparmor_parser"
[ 17.759370] type=1400 audit(1293781122.268:9): apparmor="STATUS" operation="profile_replace" name="/usr/lib/connman/scripts/dhclient-script" pid=703 comm="apparmor_parser"
[ 17.768638] hda_codec: ALC888: BIOS auto-probing.
[ 17.773687] input: HDA Intel Headphone as /devices/pci0000:00/0000:00:1b.0/sound/card0/input3
[ 17.788097] input: ImPS/2 Generic Wheel Mouse as /devices/platform/i8042/serio1/input/input4
[ 17.945689] ppdev: user-space parallel port driver
[ 18.196845] type=1400 audit(1293781122.708:10): apparmor="STATUS" operation="profile_load" name="/usr/lib/cups/backend/cups-pdf" pid=717 comm="apparmor_parser"
[ 18.196994] type=1400 audit(1293781122.708:11): apparmor="STATUS" operation="profile_load" name="/usr/sbin/cupsd" pid=717 comm="apparmor_parser"
[ 19.045921] mtrr: base(0xfb000000) is not aligned on a size(0xe00000) boundary
[ 22.405531] EXT4-fs (sda5): re-mounted. Opts: errors=remount-ro,commit=0
[ 24.338848] audit_printk_skb: 9 callbacks suppressed
[ 24.338852] type=1400 audit(1293781131.167:15): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince" pid=710 comm="apparmor_parser"
[ 24.339465] type=1400 audit(1293781131.167:16): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-previewer" pid=710 comm="apparmor_parser"
[ 24.340030] type=1400 audit(1293781131.171:17): apparmor="STATUS" operation="profile_load" name="/usr/bin/evince-thumbnailer" pid=710 comm="apparmor_parser"
[ 27.840009] eth0: no IPv6 routers present