public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: Simon Arlott <simon@fire.lp0.eu>
To: Arjan van de Ven <arjan@infradead.org>
Cc: linux-kernel@vger.kernel.org, mingo@elte.hu, dwalker@mvista.com
Subject: Re: [patch 0/3] fastboot patches series 1
Date: Sat, 19 Jul 2008 05:51:44 +0100	[thread overview]
Message-ID: <488172E0.6050502@simon.arlott.org.uk> (raw)
In-Reply-To: <20080718151524.5ef9e29b@infradead.org>

[-- Attachment #1: Type: text/plain, Size: 2780 bytes --]

On 18/07/08 23:15, Arjan van de Ven wrote:
> Hi,
> 
> this 3 patch series introduces the concept of "asynchronous initcalls".
> This is a new initcall level (6a) that has the following semantics:
> 1) Level 6a gets run asynchronously from the regular "driver" initcalls
> 2) Level 6a starts after level 5 (fs_initcall). 
> 3) Within the 6a category, the initcalls are processed sequentially;
>    there is no parallelism between them. The parallelism is more
>    like a bottom halve than it is like a softirq this way.
>    This is a nice property since it leads to predictable device ordering
>    while being able to move various pieces out of the critical boot path
> 4) The kernel will synchronize at the end of all initcalls to insure
>    that we don't free initmem until all this is done (trust me, we need
>    this)
> 
> With these 3 patches I managed to shave off 0.4 seconds off my kernel
> boot (this may sound little, but it's a reduction from 1.9 seconds to a
> little under 1.5 seconds, which is significant both compared to the
> kernel boot time as well as the full distro boot time on this box)

This is a great idea... I was thinking about trying to run usb 
initialisation in parallel because it takes so long. It would be more 
useful to run usb init in parallel with ide/sata on my system, since they 
both take a while to run (I realise /dev/sd* will be in a unstable order).

Unfortunately this patch set has the opposite effect on my system...
something appears to be going badly wrong (logs attached). The mouse 
pointer was really erratic so I reconnected it (by turning the hub in 
my display off/on)... that took a while:

[  207.898357] usb 1-1: device not accepting address 13, error -110
[  223.534045] usb 1-1: device not accepting address 14, error -110
[  234.058288] usb 1-1: device not accepting address 15, error -110
[  244.582171] usb 1-1: device not accepting address 16, error -110


Strangely, when this output appeared:
[    1.370693] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004

I didn't see anything else until the next screenful of output, but the log 
shows this output before that:
[    4.683674] usb usb1: default language 0x0409
[    7.548621] usb usb1: uevent

There was another long pause with no output but I can't see where from 
reading back the log. The timestamps are a bit confused too, jumping 
+/-10s.

$ lsusb -t
Bus#  2
`-Dev#   1 Vendor 0x1d6b Product 0x0001
  `-Dev#   2 Vendor 0x04f9 Product 0x0027
Bus#  1
`-Dev#   1 Vendor 0x1d6b Product 0x0002
  `-Dev#  17 Vendor 0x0424 Product 0x2512
    |-Dev#  18 Vendor 0x0424 Product 0x2602
    | |-Dev#  20 Vendor 0x0424 Product 0x2228
    | `-Dev#  21 Vendor 0x046d Product 0xc044
    `-Dev#  19 Vendor 0x046d Product 0x08ce

-- 
Simon Arlott

[-- Attachment #2: dmesg-after-fastboot --]
[-- Type: text/plain, Size: 162211 bytes --]

[    0.000000] Linux version 2.6.26 (simon@redrum) (gcc version 4.1.2 (Gentoo 4.1.2 p1.0.2)) #03414-g33af79d-dirty SMP PREEMPT 2008-07-19T05:24:39+0100
[    0.000000] Command line: root=/dev/sdb1 ro init=/startup vga=0xf07 sysrq_always_enabled usbhid.mousepoll=1 tuner.debug=1 initcall_debug=1
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007ffd0000 (usable)
[    0.000000]  BIOS-e820: 000000007ffd0000 - 000000007ffde000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007ffde000 - 0000000080000000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000480000000 (usable)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] last_pfn = 0x480000 max_arch_pfn = 0x3ffffffff
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0x7ffd0 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping
[    0.000000] Using GB pages for direct mapping
[    0.000000]  0000000000 - 0040000000 page 1G
[    0.000000]  0040000000 - 007fe00000 page 2M
[    0.000000]  007fe00000 - 007ffd0000 page 4k
[    0.000000] kernel direct mapping tables up to 7ffd0000 @ 8000-b000
[    0.000000] last_map_addr: 7ffd0000 end: 7ffd0000
[    0.000000] init_memory_mapping
[    0.000000] Using GB pages for direct mapping
[    0.000000]  0100000000 - 0480000000 page 1G
[    0.000000] kernel direct mapping tables up to 480000000 @ a000-b000
[    0.000000] last_map_addr: 480000000 end: 480000000
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000F9680, 0024 (r2 ACPIAM)
[    0.000000] ACPI: XSDT 7FFD0100, 005C (r1 040208 XSDT1120 20080402 MSFT       97)
[    0.000000] ACPI: FACP 7FFD0290, 00F4 (r3 040208 FACP1120 20080402 MSFT       97)
[    0.000000] ACPI: DSDT 7FFD0470, 4D61 (r1  0AAAA 0AAAA000        0 INTL 20051117)
[    0.000000] ACPI: FACS 7FFDE000, 0040
[    0.000000] ACPI: APIC 7FFD0390, 00A0 (r1 040208 APIC1120 20080402 MSFT       97)
[    0.000000] ACPI: MCFG 7FFD0430, 003C (r1 040208 OEMMCFG  20080402 MSFT       97)
[    0.000000] ACPI: OEMB 7FFDE040, 0091 (r1 040208 OEMB1120 20080402 MSFT       97)
[    0.000000] ACPI: SRAT 7FFD51E0, 0150 (r1 AMD    HAMMER          1 AMD         1)
[    0.000000] ACPI: HPET 7FFD5330, 0038 (r1 040208 OEMHPET0 20080402 MSFT       97)
[    0.000000] ACPI: SSDT 7FFD5370, 143C (r1 A M I  POWERNOW        1 AMD         1)
[    0.000000] SRAT: PXM 0 -> APIC 0 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 1 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 2 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 3 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 4 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 5 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 6 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 7 -> Node 1
[    0.000000] SRAT: Node 0 PXM 0 0-a0000
[    0.000000] Entering add_active_range(0, 0x0, 0x9f) 0 entries of 256 used
[    0.000000] SRAT: Node 0 PXM 0 100000-80000000
[    0.000000] Entering add_active_range(0, 0x100, 0x7ffd0) 1 entries of 256 used
[    0.000000] SRAT: Node 0 PXM 0 100000000-280000000
[    0.000000] Entering add_active_range(0, 0x100000, 0x280000) 2 entries of 256 used
[    0.000000] SRAT: Node 1 PXM 1 280000000-480000000
[    0.000000] Entering add_active_range(1, 0x280000, 0x480000) 3 entries of 256 used
[    0.000000] NUMA: Allocated memnodemap from a000 - 13040
[    0.000000] NUMA: Using 20 for the hash shift.
[    0.000000] Bootmem setup node 0 0000000000000000-0000000280000000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000002fff]
[    0.000000]   bootmap [0000000000014000 -  0000000000063fff] pages 50
[    0.000000] (6 early reservations) ==> bootmem
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 0000983d08]    TEXT DATA BSS ==> [0000200000 - 0000983d08]
[    0.000000]   #3 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #4 [0000008000 - 000000a000]          PGTABLE ==> [0000008000 - 000000a000]
[    0.000000]   #5 [000000a000 - 0000013040]       MEMNODEMAP ==> [000000a000 - 0000013040]
[    0.000000] Bootmem setup node 1 0000000280000000-0000000480000000
[    0.000000]   NODE_DATA [0000000280000000 - 0000000280001fff]
[    0.000000]   bootmap [0000000280002000 -  0000000280041fff] pages 40
[    0.000000] (6 early reservations) ==> bootmem
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE
[    0.000000]   #2 [0000200000 - 0000983d08]    TEXT DATA BSS
[    0.000000]   #3 [000009fc00 - 0000100000]    BIOS reserved
[    0.000000]   #4 [0000008000 - 000000a000]          PGTABLE
[    0.000000]   #5 [000000a000 - 0000013040]       MEMNODEMAP
[    0.000000] Scan SMP from ffff880000000000 for 1024 bytes.
[    0.000000] Scan SMP from ffff88000009fc00 for 1024 bytes.
[    0.000000] Scan SMP from ffff8800000f0000 for 65536 bytes.
[    0.000000] found SMP MP-table at [ffff8800000ff780] 000ff780
[    0.000000]  [ffffe20000000000-ffffe20008bfffff] PMD -> [ffff880028200000-ffff88002f1fffff] on node 0
[    0.000000]  [ffffe20008c00000-ffffe2000fbfffff] PMD -> [ffff880280200000-ffff8802871fffff] on node 1
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00480000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007ffd0
[    0.000000]     0: 0x00100000 -> 0x00280000
[    0.000000]     1: 0x00280000 -> 0x00480000
[    0.000000] On node 0 totalpages: 2097007
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 2035 pages reserved
[    0.000000]   DMA zone: 1908 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 505864 pages, LIFO batch:31
[    0.000000]   Normal zone: 21504 pages used for memmap
[    0.000000]   Normal zone: 1551360 pages, LIFO batch:31
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] On node 1 totalpages: 2097152
[    0.000000]   DMA zone: 0 pages used for memmap
[    0.000000]   DMA32 zone: 0 pages used for memmap
[    0.000000]   Normal zone: 28672 pages used for memmap
[    0.000000]   Normal zone: 2068480 pages, LIFO batch:31
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] ACPI: PM-Timer IO Port: 0x2008
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Setting APIC routing to flat
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)
[    0.000000] PERCPU: Allocating 42752 bytes of per cpu data
[    0.000000] NR_CPUS: 8, nr_cpu_ids: 8, nr_node_ids 2
[    0.000000] Built 2 zonelists in Zone order, mobility grouping on.  Total pages: 4127612
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sdb1 ro init=/startup vga=0xf07 sysrq_always_enabled usbhid.mousepoll=1 tuner.debug=1 initcall_debug=1
[    0.000000] debug: sysrq always enabled.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] TSC calibrated against PM_TIMER
[    0.000000] Detected 2200.101 MHz processor.
[    0.001999] spurious 8259A interrupt: IRQ7.
[    0.001999] Console: colour VGA+ 80x60
[    0.001999] console [tty0] enabled
[    0.001999] Checking aperture...
[    0.001999] No AGP bridge found
[    0.001999] Node 0: aperture @ 80000000 size 1024 MB
[    0.001999] Node 1: aperture @ 80000000 size 1024 MB
[    0.001999] Memory: 16538500k/18874368k available (3947k kernel code, 238136k reserved, 1876k data, 320k init)
[    0.001999] CPA: page pool initialized 1 of 1 pages preallocated
[    0.001999] hpet clockevent registered
[    0.001999] Calibrating delay loop (skipped), value calculated using timer frequency.. <6>4400.19 BogoMIPS (lpj=2200098)
[    0.003640] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.011571] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.015579] Mount-cache hash table entries: 256
[    0.015861] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.015967] CPU: L2 Cache: 512K (64 bytes/line)
[    0.015997] CPU 0/0 -> Node 0
[    0.015997] tseg: 0000000000
[    0.015997] CPU: Physical Processor ID: 0
[    0.015997] CPU: Processor Core ID: 0
[    0.015997] using C1E aware idle routine
[    0.016122] ACPI: Core revision 20080609
[    0.036535] CPU0: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.036688] Using local APIC timer interrupts.
[    0.037994] APIC timer calibration result 12502698
[    0.037994] Detected 12.502 MHz APIC timer.
[    0.037994] Booting processor 1/1 ip 6000
[    0.047992] Initializing CPU#1
[    0.108310] Calibrating delay using timer specific routine.. <6>4405.11 BogoMIPS (lpj=2202559)
[    0.108317] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.108318] CPU: L2 Cache: 512K (64 bytes/line)
[    0.108320] CPU 1/1 -> Node 0
[    0.108322] CPU: Physical Processor ID: 0
[    0.108323] CPU: Processor Core ID: 1
[    0.108708] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.108973] CPU1: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.109983] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.110983] Booting processor 2/2 ip 6000
[    0.121981] Initializing CPU#2
[    0.182578] Calibrating delay using timer specific routine.. <6>4405.00 BogoMIPS (lpj=2202500)
[    0.182585] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.182587] CPU: L2 Cache: 512K (64 bytes/line)
[    0.182589] CPU 2/2 -> Node 0
[    0.182591] CPU: Physical Processor ID: 0
[    0.182592] CPU: Processor Core ID: 2
[    0.182972] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.182972] CPU2: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.183971] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.185124] Booting processor 3/3 ip 6000
[    0.195970] Initializing CPU#3
[    0.256470] Calibrating delay using timer specific routine.. <6>4403.32 BogoMIPS (lpj=2201663)
[    0.256477] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.256479] CPU: L2 Cache: 512K (64 bytes/line)
[    0.256481] CPU 3/3 -> Node 0
[    0.256483] CPU: Physical Processor ID: 0
[    0.256484] CPU: Processor Core ID: 3
[    0.256872] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    0.256960] CPU3: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.257960] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.259107] Booting processor 4/4 ip 6000
[    0.270958] Initializing CPU#4
[    0.331419] Calibrating delay using timer specific routine.. <6>4402.05 BogoMIPS (lpj=2201028)
[    0.331428] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.331429] CPU: L2 Cache: 512K (64 bytes/line)
[    0.331431] CPU 4/4 -> Node 1
[    0.331434] CPU: Physical Processor ID: 1
[    0.331435] CPU: Processor Core ID: 0
[    0.331853] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    0.331949] CPU4: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.332925] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    0.334227] Booting processor 5/5 ip 6000
[    0.344947] Initializing CPU#5
[    0.405387] Calibrating delay using timer specific routine.. <6>4401.15 BogoMIPS (lpj=2200578)
[    0.405395] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.405397] CPU: L2 Cache: 512K (64 bytes/line)
[    0.405399] CPU 5/5 -> Node 1
[    0.405401] CPU: Physical Processor ID: 1
[    0.405402] CPU: Processor Core ID: 1
[    0.405825] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    0.405937] CPU5: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.406937] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    0.407937] Booting processor 6/6 ip 6000
[    0.417936] Initializing CPU#6
[    0.478351] Calibrating delay using timer specific routine.. <6>4401.14 BogoMIPS (lpj=2200570)
[    0.478359] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.478361] CPU: L2 Cache: 512K (64 bytes/line)
[    0.478363] CPU 6/6 -> Node 1
[    0.478365] CPU: Physical Processor ID: 1
[    0.478366] CPU: Processor Core ID: 2
[    0.478783] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    0.478926] CPU6: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.479918] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    0.480926] Booting processor 7/7 ip 6000
[    0.490925] Initializing CPU#7
[    0.551309] Calibrating delay using timer specific routine.. <6>4401.55 BogoMIPS (lpj=2200776)
[    0.551317] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.551319] CPU: L2 Cache: 512K (64 bytes/line)
[    0.551321] CPU 7/7 -> Node 1
[    0.551323] CPU: Physical Processor ID: 1
[    0.551324] CPU: Processor Core ID: 3
[    0.551747] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    0.551923] CPU7: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.552887] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    0.553923] Brought up 8 CPUs
[    0.553923] Total of 8 processors activated (35219.54 BogoMIPS).
[    0.553923] calling  init_cpufreq_transition_notifier_list+0x0/0x1b
[    0.553923] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 msecs
[    0.554038] calling  net_ns_init+0x0/0x182
[    0.554136] net_namespace: 1224 bytes
[    0.554239] initcall net_ns_init+0x0/0x182 returned 0 after 0 msecs
[    0.554357] calling  cpufreq_tsc+0x0/0x16
[    0.554454] initcall cpufreq_tsc+0x0/0x16 returned 0 after 0 msecs
[    0.554572] calling  init_smp_flush+0x0/0x4a
[    0.554669] initcall init_smp_flush+0x0/0x4a returned 0 after 0 msecs
[    0.554781] calling  sysctl_init+0x0/0x32
[    0.555017] initcall sysctl_init+0x0/0x32 returned 0 after 0 msecs
[    0.555150] calling  ksysfs_init+0x0/0xbb
[    0.555270] initcall ksysfs_init+0x0/0xbb returned 0 after 0 msecs
[    0.555411] calling  init_jiffies_clocksource+0x0/0x12
[    0.555531] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 msecs
[    0.555756] calling  pm_init+0x0/0x34
[    0.555874] initcall pm_init+0x0/0x34 returned 0 after 0 msecs
[    0.556010] calling  filelock_init+0x0/0x2e
[    0.556132] initcall filelock_init+0x0/0x2e returned 0 after 0 msecs
[    0.556264] calling  init_script_binfmt+0x0/0x12
[    0.556365] initcall init_script_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.556488] calling  init_elf_binfmt+0x0/0x12
[    0.556589] initcall init_elf_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.556702] calling  init_compat_elf_binfmt+0x0/0x12
[    0.556803] initcall init_compat_elf_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.556930] calling  debugfs_init+0x0/0x51
[    0.557046] initcall debugfs_init+0x0/0x51 returned 0 after 0 msecs
[    0.557186] calling  calibrate_xor_blocks+0x0/0xa7
[    0.557297] xor: automatically using best checksumming function: generic_sse
[    0.561977]    generic_sse:  8528.000 MB/sec
[    0.562073] xor: using function: generic_sse (8528.000 MB/sec)
[    0.562195] initcall calibrate_xor_blocks+0x0/0xa7 returned 0 after 4 msecs
[    0.562314] calling  random32_init+0x0/0x5b
[    0.562421] initcall random32_init+0x0/0x5b returned 0 after 0 msecs
[    0.562531] calling  cpufreq_core_init+0x0/0x7f
[    0.562651] initcall cpufreq_core_init+0x0/0x7f returned 0 after 0 msecs
[    0.562772] calling  sock_init+0x0/0x5e
[    0.562923] initcall sock_init+0x0/0x5e returned 0 after 0 msecs
[    0.563057] calling  netlink_proto_init+0x0/0x14e
[    0.563162] NET: Registered protocol family 16
[    0.563267] initcall netlink_proto_init+0x0/0x14e returned 0 after 0 msecs
[    0.563396] calling  bdi_class_init+0x0/0x3d
[    0.563543] initcall bdi_class_init+0x0/0x3d returned 0 after 0 msecs
[    0.563662] calling  kobject_uevent_init+0x0/0x45
[    0.563762] initcall kobject_uevent_init+0x0/0x45 returned 0 after 0 msecs
[    0.563876] calling  pcibus_class_init+0x0/0x12
[    0.564056] initcall pcibus_class_init+0x0/0x12 returned 0 after 0 msecs
[    0.564212] calling  pci_driver_init+0x0/0x12
[    0.564381] initcall pci_driver_init+0x0/0x12 returned 0 after 0 msecs
[    0.564525] calling  backlight_class_init+0x0/0x49
[    0.564686] initcall backlight_class_init+0x0/0x49 returned 0 after 0 msecs
[    0.564832] calling  video_output_class_init+0x0/0x12
[    0.564958] initcall video_output_class_init+0x0/0x12 returned 0 after 0 msecs
[    0.565170] calling  dock_init+0x0/0x5a
[    0.565341] No dock devices found.
[    0.565445] initcall dock_init+0x0/0x5a returned 0 after 0 msecs
[    0.565564] calling  tty_class_init+0x0/0x2a
[    0.565708] initcall tty_class_init+0x0/0x2a returned 0 after 0 msecs
[    0.565821] calling  vtconsole_class_init+0x0/0xba
[    0.566007] initcall vtconsole_class_init+0x0/0xba returned 0 after 0 msecs
[    0.566147] calling  register_node_type+0x0/0x6b
[    0.566292] initcall register_node_type+0x0/0x6b returned 0 after 0 msecs
[    0.566414] calling  enable_pci_io_ecs+0x0/0x2e
[    0.566538] initcall enable_pci_io_ecs+0x0/0x2e returned 0 after 0 msecs
[    0.566665] calling  early_fill_mp_bus_info+0x0/0x7e5
[    0.566773] node 0 link 0: io port [1000, ffffff]
[    0.566775] TOM: 0000000080000000 aka 2048M
[    0.566870] Fam 10h mmconf [e0000000, e00fffff]
[    0.566873] node 0 link 0: mmio [e0000000, efffffff] ==> [e0100000, efffffff]
[    0.566876] node 0 link 0: mmio [f0000000, fec0ffff]
[    0.566879] node 0 link 0: mmio [a0000, bffff]
[    0.566881] node 0 link 0: mmio [80000000, dfffffff]
[    0.566883] TOM2: 0000000480000000 aka 18432M
[    0.566991] bus: [00,07] on node 0 link 0
[    0.566992] bus: 00 index 0 io port: [0, ffff]
[    0.566994] bus: 00 index 1 mmio: [e0100000, ffffffff]
[    0.566996] bus: 00 index 2 mmio: [a0000, bffff]
[    0.567000] bus: 00 index 3 mmio: [80000000, dfffffff]
[    0.567001] bus: 00 index 4 mmio: [480000000, fcffffffff]
[    0.567004] initcall early_fill_mp_bus_info+0x0/0x7e5 returned 0 after 0 msecs
[    0.567204] calling  arch_kdebugfs_init+0x0/0x8
[    0.567307] initcall arch_kdebugfs_init+0x0/0x8 returned 0 after 0 msecs
[    0.567428] calling  mtrr_if_init+0x0/0x77
[    0.567529] initcall mtrr_if_init+0x0/0x77 returned 0 after 0 msecs
[    0.567651] calling  ffh_cstate_init+0x0/0x31
[    0.567757] initcall ffh_cstate_init+0x0/0x31 returned -1 after 0 msecs
[    0.567869] initcall ffh_cstate_init+0x0/0x31 returned with error code -1 
[    0.567995] calling  acpi_pci_init+0x0/0x40
[    0.568107] ACPI: bus type pci registered
[    0.568216] initcall acpi_pci_init+0x0/0x40 returned 0 after 0 msecs
[    0.568352] calling  init_acpi_device_notify+0x0/0x4b
[    0.568462] initcall init_acpi_device_notify+0x0/0x4b returned 0 after 0 msecs
[    0.568680] calling  dmi_id_init+0x0/0x2e9
[    0.568896] initcall dmi_id_init+0x0/0x2e9 returned 0 after 0 msecs
[    0.569035] calling  pci_arch_init+0x0/0x4e
[    0.569153] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.569257] PCI: MCFG area at e0000000 reserved in E820
[    0.574359] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.574467] PCI: Using configuration type 1 for base access
[    0.574577] initcall pci_arch_init+0x0/0x4e returned 0 after 4 msecs
[    0.574708] calling  topology_init+0x0/0x7c
[    0.575190] initcall topology_init+0x0/0x7c returned 0 after 0 msecs
[    0.575332] calling  mtrr_init_finialize+0x0/0x3d
[    0.576923] initcall mtrr_init_finialize+0x0/0x3d returned 0 after 0 msecs
[    0.576923] calling  param_sysfs_init+0x0/0x1e7
[    0.580309] initcall param_sysfs_init+0x0/0x1e7 returned 0 after 3 msecs
[    0.580429] calling  pm_sysrq_init+0x0/0x19
[    0.580537] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 msecs
[    0.580670] calling  readahead_init+0x0/0x38
[    0.580831] initcall readahead_init+0x0/0x38 returned 0 after 0 msecs
[    0.580946] calling  init_bio+0x0/0xc5
[    0.581202] initcall init_bio+0x0/0xc5 returned 0 after 0 msecs
[    0.581328] calling  blk_settings_init+0x0/0x2a
[    0.581434] initcall blk_settings_init+0x0/0x2a returned 0 after 0 msecs
[    0.581551] calling  blk_ioc_init+0x0/0x2a
[    0.581668] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 msecs
[    0.581788] calling  genhd_device_init+0x0/0x55
[    0.582127] initcall genhd_device_init+0x0/0x55 returned 0 after 0 msecs
[    0.582269] calling  pci_slot_init+0x0/0x45
[    0.582379] initcall pci_slot_init+0x0/0x45 returned 0 after 0 msecs
[    0.582512] calling  fbmem_init+0x0/0x8a
[    0.582666] initcall fbmem_init+0x0/0x8a returned 0 after 0 msecs
[    0.582788] calling  acpi_init+0x0/0x221
[    0.583690] ACPI: EC: Look up EC in DSDT
[    0.599816] ACPI: Interpreter enabled
[    0.599923] ACPI: (supports S0 S5)
[    0.600067] ACPI: Using IOAPIC for interrupt routing
[    0.600241] initcall acpi_init+0x0/0x221 returned 0 after 17 msecs
[    0.600366] calling  acpi_scan_init+0x0/0x11e
[    0.613131] initcall acpi_scan_init+0x0/0x11e returned 0 after 12 msecs
[    0.613242] calling  acpi_ec_init+0x0/0x61
[    0.613418] initcall acpi_ec_init+0x0/0x61 returned 0 after 0 msecs
[    0.613546] calling  acpi_pci_root_init+0x0/0x28
[    0.613731] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.614179] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.614293] pci 0000:00:01.1: PME# disabled
[    0.614427] pci 0000:00:02.0: supports D1
[    0.614428] pci 0000:00:02.0: supports D2
[    0.614430] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614545] pci 0000:00:02.0: PME# disabled
[    0.614685] pci 0000:00:02.1: supports D1
[    0.614687] pci 0000:00:02.1: supports D2
[    0.614698] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614808] pci 0000:00:02.1: PME# disabled
[    0.615176] pci 0000:00:08.0: supports D1
[    0.615178] pci 0000:00:08.0: supports D2
[    0.615188] pci 0000:00:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.615296] pci 0000:00:08.0: PME# disabled
[    0.615448] pci 0000:00:09.0: supports D1
[    0.615449] pci 0000:00:09.0: supports D2
[    0.615460] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.615571] pci 0000:00:09.0: PME# disabled
[    0.615704] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.615811] pci 0000:00:0a.0: PME# disabled
[    0.615949] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.616046] pci 0000:00:0d.0: PME# disabled
[    0.616181] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.616288] pci 0000:00:0e.0: PME# disabled
[    0.616422] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.616528] pci 0000:00:0f.0: PME# disabled
[    0.616998] pci 0000:01:06.0: supports D1
[    0.617000] pci 0000:01:06.0: supports D2
[    0.617049] pci 0000:01:07.0: supports D1
[    0.617060] pci 0000:01:07.0: supports D2
[    0.617095] pci 0000:00:06.0: transparent bridge
[    0.617299] pci 0000:03:00.0: supports D1
[    0.617301] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.617402] pci 0000:03:00.0: PME# disabled
[    0.617561] pci 0000:03:00.1: supports D1
[    0.617563] pci 0000:03:00.1: PME# supported from D0 D1 D3hot D3cold
[    0.617680] pci 0000:03:00.1: PME# disabled
[    0.617976] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.618078] pci 0000:04:00.0: PME# disabled
[    0.618254] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[    0.618361] pci 0000:04:00.1: PME# disabled
[    0.618580] pci 0000:05:00.0: supports D1
[    0.618582] pci 0000:05:00.0: supports D2
[    0.618726] pci 0000:07:00.0: supports D1
[    0.618727] pci 0000:07:00.0: supports D2
[    0.618785] pci 0000:07:00.1: supports D1
[    0.618796] pci 0000:07:00.1: supports D2
[    0.618933] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.619433] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.619621] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR10._PRT]
[    0.619766] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT]
[    0.619904] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
[    0.620054] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR15._PRT]
[    0.635420] initcall acpi_pci_root_init+0x0/0x28 returned 0 after 20 msecs
[    0.635543] calling  acpi_pci_link_init+0x0/0x48
[    0.635935] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *10
[    0.636418] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[    0.636903] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *11
[    0.637363] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[    0.637814] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *7
[    0.638239] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *10
[    0.638670] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *11
[    0.639154] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *5
[    0.639631] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *10
[    0.640111] ACPI: PCI Interrupt Link [LMAD] (IRQs 20 21 22 23) *5
[    0.640579] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11
[    0.641055] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11
[    0.641508] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *0, disabled.
[    0.641992] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *5
[    0.642427] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *10
[    0.642878] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
[    0.643338] ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *10
[    0.643801] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[    0.644251] ACPI: PCI Interrupt Link [LSA2] (IRQs 20 21 22 23) *10
[    0.644512] initcall acpi_pci_link_init+0x0/0x48 returned 0 after 8 msecs
[    0.644625] calling  acpi_power_init+0x0/0x77
[    0.644796] initcall acpi_power_init+0x0/0x77 returned 0 after 0 msecs
[    0.644912] calling  acpi_system_init+0x0/0x1b0
[    0.645099] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F3, should be F0 [20080609]
[    0.645411] initcall acpi_system_init+0x0/0x1b0 returned 0 after 0 msecs
[    0.645535] calling  pnp_init+0x0/0x20
[    0.645643] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.645817] initcall pnp_init+0x0/0x20 returned 0 after 0 msecs
[    0.645953] calling  pnpacpi_init+0x0/0x8c
[    0.646063] pnp: PnP ACPI init
[    0.646169] ACPI: bus type pnp registered
[    0.652652] pnp: PnP ACPI: found 15 devices
[    0.652757] ACPI: ACPI bus type pnp unregistered
[    0.652854] initcall pnpacpi_init+0x0/0x8c returned 0 after 5 msecs
[    0.652972] calling  misc_init+0x0/0x98
[    0.653122] initcall misc_init+0x0/0x98 returned 0 after 0 msecs
[    0.653247] calling  init_dvbdev+0x0/0xb9
[    0.653386] initcall init_dvbdev+0x0/0xb9 returned 0 after 0 msecs
[    0.653502] calling  init_scsi+0x0/0x7c
[    0.653907] SCSI subsystem initialized
[    0.654004] initcall init_scsi+0x0/0x7c returned 0 after 0 msecs
[    0.654119] calling  ata_init+0x0/0x31f
[    0.654393] libata version 3.00 loaded.
[    0.654395] initcall ata_init+0x0/0x31f returned 0 after 0 msecs
[    0.654512] calling  usb_init+0x0/0x122
[    0.654754] usbcore: registered new interface driver usbfs
[    0.654911] usbcore: registered new interface driver hub
[    0.655088] usbcore: registered new device driver usb
[    0.655210] initcall usb_init+0x0/0x122 returned 0 after 0 msecs
[    0.655339] calling  serio_init+0x0/0x89
[    0.655527] initcall serio_init+0x0/0x89 returned 0 after 0 msecs
[    0.655665] calling  input_init+0x0/0x107
[    0.655822] initcall input_init+0x0/0x107 returned 0 after 0 msecs
[    0.655923] calling  i2c_init+0x0/0x5f
[    0.656145] initcall i2c_init+0x0/0x5f returned 0 after 0 msecs
[    0.656261] calling  power_supply_class_init+0x0/0x34
[    0.656395] initcall power_supply_class_init+0x0/0x34 returned 0 after 0 msecs
[    0.656579] calling  hwmon_init+0x0/0x3b
[    0.656718] initcall hwmon_init+0x0/0x3b returned 0 after 0 msecs
[    0.656827] calling  thermal_init+0x0/0x39
[    0.656966] initcall thermal_init+0x0/0x39 returned 0 after 0 msecs
[    0.657099] calling  md_init+0x0/0xd0
[    0.657215] initcall md_init+0x0/0xd0 returned 0 after 0 msecs
[    0.657351] calling  pci_subsys_init+0x0/0x12c
[    0.657460] PCI: Using ACPI for IRQ routing
[    0.657669] initcall pci_subsys_init+0x0/0x12c returned 0 after 0 msecs
[    0.657802] calling  proto_init+0x0/0x2e
[    0.657917] initcall proto_init+0x0/0x2e returned 0 after 0 msecs
[    0.658050] calling  net_dev_init+0x0/0x150
[    0.658213] initcall net_dev_init+0x0/0x150 returned 0 after 0 msecs
[    0.658339] calling  neigh_init+0x0/0x71
[    0.658459] initcall neigh_init+0x0/0x71 returned 0 after 0 msecs
[    0.658582] calling  fib_rules_init+0x0/0xa6
[    0.658694] initcall fib_rules_init+0x0/0xa6 returned 0 after 0 msecs
[    0.658807] calling  pktsched_init+0x0/0xc4
[    0.658923] initcall pktsched_init+0x0/0xc4 returned 0 after 0 msecs
[    0.659049] calling  tc_filter_init+0x0/0x4c
[    0.659168] initcall tc_filter_init+0x0/0x4c returned 0 after 0 msecs
[    0.659276] calling  tc_action_init+0x0/0x4c
[    0.659392] initcall tc_action_init+0x0/0x4c returned 0 after 0 msecs
[    0.659509] calling  genl_init+0x0/0xd9
[    0.662959] initcall genl_init+0x0/0xd9 returned 0 after 3 msecs
[    0.663079] calling  sysctl_init+0x0/0x2d
[    0.663185] initcall sysctl_init+0x0/0x2d returned 0 after 0 msecs
[    0.663313] calling  pci_iommu_init+0x0/0x17
[    0.664923] DMAR:parse DMAR table failure.
[    0.664923] PCI-DMA: Disabling AGP.
[    0.792923] PCI-DMA: aperture base @ 80000000 size 1048576 KB
[    0.792923] init_memory_mapping
[    0.792923]  0080000000 - 00c0000000 page 1G
[    0.792923] last_map_addr: c0000000 end: c0000000
[    0.793022] PCI-DMA: using GART IOMMU.
[    0.793134] PCI-DMA: Reserving 1024MB of IOMMU area in the AGP aperture
[    0.825923] initcall pci_iommu_init+0x0/0x17 returned 0 after 153 msecs
[    0.825923] calling  hpet_late_init+0x0/0x114
[    0.825923] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[    0.826123] hpet0: 3 32-bit timers, 25000000 Hz
[    0.827220] initcall hpet_late_init+0x0/0x114 returned 0 after 1 msecs
[    0.827313] calling  clocksource_done_booting+0x0/0x12
[    0.827397] initcall clocksource_done_booting+0x0/0x12 returned 0 after 0 msecs
[    0.827553] calling  init_pipe_fs+0x0/0x4c
[    0.827652] initcall init_pipe_fs+0x0/0x4c returned 0 after 0 msecs
[    0.827745] calling  init_mnt_writers+0x0/0x50
[    0.827842] Switched to high resolution mode on CPU 0
[    0.827846] initcall init_mnt_writers+0x0/0x50 returned 0 after 0 msecs
[    0.828005] calling  eventpoll_init+0x0/0x85
[    0.828159] initcall eventpoll_init+0x0/0x85 returned 0 after 0 msecs
[    0.828269] calling  anon_inode_init+0x0/0x115
[    0.828396] initcall anon_inode_init+0x0/0x115 returned 0 after 0 msecs
[    0.828517] calling  pcie_aspm_init+0x0/0x22
[    0.828415] Switched to high resolution mode on CPU 1
[    0.828419] Switched to high resolution mode on CPU 3
[    0.828414] Switched to high resolution mode on CPU 2
[    0.828441] Switched to high resolution mode on CPU 4
[    0.828414] Switched to high resolution mode on CPU 5
[    0.828432] Switched to high resolution mode on CPU 7
[    0.828434] Switched to high resolution mode on CPU 6
[    0.831783] initcall pcie_aspm_init+0x0/0x22 returned 0 after 3 msecs
[    0.831923] calling  acpi_event_init+0x0/0x52
[    0.835967] initcall acpi_event_init+0x0/0x52 returned 0 after 3 msecs
[    0.836106] calling  pnp_system_init+0x0/0x12
[    0.836240] system 00:07: ioport range 0x4d0-0x4d1 has been reserved
[    0.836349] system 00:07: ioport range 0x800-0x80f has been reserved
[    0.836461] system 00:07: ioport range 0x2000-0x207f has been reserved
[    0.836568] system 00:07: ioport range 0x2080-0x20ff has been reserved
[    0.836671] system 00:07: ioport range 0x2400-0x247f has been reserved
[    0.836778] system 00:07: ioport range 0x2480-0x24ff has been reserved
[    0.836884] system 00:07: ioport range 0x2800-0x287f has been reserved
[    0.836995] system 00:07: ioport range 0x2880-0x28ff has been reserved
[    0.837104] system 00:07: ioport range 0x2c00-0x2c7f has been reserved
[    0.837211] system 00:07: ioport range 0x2c80-0x2cff has been reserved
[    0.837319] system 00:07: iomem range 0xfdf80000-0xfdfbffff has been reserved
[    0.837427] system 00:07: iomem range 0xfee01000-0xfeefffff could not be reserved
[    0.837624] system 00:09: ioport range 0xca0-0xcaf has been reserved
[    0.837725] system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.837923] system 00:09: iomem range 0xfee00000-0xfee00fff could not be reserved
[    0.838122] system 00:0c: ioport range 0xa00-0xa7f has been reserved
[    0.838234] system 00:0d: iomem range 0xe0000000-0xefffffff could not be reserved
[    0.838431] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[    0.838539] system 00:0e: iomem range 0xc0000-0xcffff has been reserved
[    0.838646] system 00:0e: iomem range 0xe0000-0xfffff could not be reserved
[    0.838746] system 00:0e: iomem range 0x100000-0x7fffffff could not be reserved
[    0.838934] system 00:0e: iomem range 0xfec00000-0xffffffff could not be reserved
[    0.839186] initcall pnp_system_init+0x0/0x12 returned 0 after 2 msecs
[    0.839319] calling  chr_dev_init+0x0/0x98
[    0.839814] initcall chr_dev_init+0x0/0x98 returned 0 after 0 msecs
[    0.839946] calling  firmware_class_init+0x0/0x72
[    0.840094] initcall firmware_class_init+0x0/0x72 returned 0 after 0 msecs
[    0.840224] calling  loopback_init+0x0/0x12
[    0.840418] initcall loopback_init+0x0/0x12 returned 0 after 0 msecs
[    0.840551] calling  cpufreq_gov_performance_init+0x0/0x12
[    0.840668] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 0 msecs
[    0.840876] calling  init_acpi_pm_clocksource+0x0/0xae
[    0.840992] initcall init_acpi_pm_clocksource+0x0/0xae returned 0 after 0 msecs
[    0.841203] calling  pcibios_assign_resources+0x0/0x87
[    0.841379] pci 0000:00:06.0: PCI bridge, secondary bus 0000:01
[    0.841485] pci 0000:00:06.0:   IO window: 0xc000-0xcfff
[    0.841593] pci 0000:00:06.0:   MEM window: 0xfe800000-0xfe8fffff
[    0.841699] pci 0000:00:06.0:   PREFETCH window: 0x000000c8000000-0x000000cfffffff
[    0.841888] pci 0000:00:0a.0: PCI bridge, secondary bus 0000:02
[    0.841998] pci 0000:00:0a.0:   IO window: disabled
[    0.842097] pci 0000:00:0a.0:   MEM window: disabled
[    0.842218] pci 0000:00:0a.0:   PREFETCH window: disabled
[    0.842325] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    0.842426] pci 0000:03:00.0:   IO window: 0xd000-0xdfff
[    0.842533] pci 0000:03:00.0:   MEM window: 0xfe900000-0xfe9fffff
[    0.842640] pci 0000:03:00.0:   PREFETCH window: disabled
[    0.842759] pci 0000:03:00.1: PCI bridge, secondary bus 0000:05
[    0.842855] pci 0000:03:00.1:   IO window: disabled
[    0.842979] pci 0000:03:00.1:   MEM window: 0xfea00000-0xfeafffff
[    0.843077] pci 0000:03:00.1:   PREFETCH window: disabled
[    0.843197] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:03
[    0.843293] pci 0000:00:0d.0:   IO window: 0xd000-0xdfff
[    0.843399] pci 0000:00:0d.0:   MEM window: 0xfe900000-0xfeafffff
[    0.843496] pci 0000:00:0d.0:   PREFETCH window: disabled
[    0.843612] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:06
[    0.843708] pci 0000:00:0e.0:   IO window: disabled
[    0.843813] pci 0000:00:0e.0:   MEM window: disabled
[    0.843919] pci 0000:00:0e.0:   PREFETCH window: disabled
[    0.844030] pci 0000:00:0f.0: PCI bridge, secondary bus 0000:07
[    0.844130] pci 0000:00:0f.0:   IO window: 0xe000-0xefff
[    0.844236] pci 0000:00:0f.0:   MEM window: 0xfeb00000-0xfebfffff
[    0.844342] pci 0000:00:0f.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    0.844545] PCI: Setting latency timer of device 0000:00:06.0 to 64
[    0.844550] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[    0.844554] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    0.844562] PCI: Setting latency timer of device 0000:03:00.0 to 64
[    0.844570] PCI: Setting latency timer of device 0000:03:00.1 to 64
[    0.844577] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    0.844581] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[    0.844585] initcall pcibios_assign_resources+0x0/0x87 returned 0 after 3 msecs
[    0.844793] calling  inet_init+0x0/0x428
[    0.845009] NET: Registered protocol family 2
[    0.856598] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.859655] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.863515] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.864070] TCP: Hash tables configured (established 524288 bind 65536)
[    0.864179] TCP reno registered
[    0.867125] initcall inet_init+0x0/0x428 returned 0 after 21 msecs
[    0.867256] calling  af_unix_init+0x0/0x55
[    0.867381] NET: Registered protocol family 1
[    0.867498] initcall af_unix_init+0x0/0x55 returned 0 after 0 msecs
[    0.867629] calling  default_rootfs+0x0/0x6b
[    0.867762] initcall default_rootfs+0x0/0x6b returned 0 after 0 msecs
[    0.867895] calling  i8259A_init_sysfs+0x0/0x22
[    0.868005] calling  acpi_button_init+0x0/0x5e
[    0.868163] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.868166] ACPI: Power Button (FF) [PWRF]
[    0.868292] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.868303] ACPI: Power Button (CM) [PWRB]
[    0.868351] initcall acpi_button_init+0x0/0x5e returned 0 after 0 msecs
[    0.868358] calling  acpi_thermal_init+0x0/0x83
[    0.868431] initcall acpi_thermal_init+0x0/0x83 returned 0 after 0 msecs
[    0.868434] calling  ehci_hcd_init+0x0/0x8b
[    0.868437] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[    0.869506] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 23
[    0.869628] ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 23 (level, low) -> IRQ 23
[    0.869840] PCI: Setting latency timer of device 0000:00:02.1 to 64
[    0.869843] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    0.870040] drivers/usb/core/inode.c: creating file 'devices'
[    0.870044] drivers/usb/core/inode.c: creating file '001'
[    0.870048] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    0.870244] ehci_hcd 0000:00:02.1: reset hcs_params 0x101a8a dbg=1 cc=1 pcc=10 !ppc ports=10
[    0.870256] ehci_hcd 0000:00:02.1: reset portroute 0 0 0 0 0 0 0 0 0 0 
[    0.870259] ehci_hcd 0000:00:02.1: reset hcc_params a086 caching frame 256/512/1024 park
[    0.870284] ehci_hcd 0000:00:02.1: park 0
[    0.870288] ehci_hcd 0000:00:02.1: reset command 080b1a park=3 ithresh=8 Periodic period=256 Reset HALT
[    0.870297] ehci_hcd 0000:00:02.1: debug port 1
[    0.870405] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[    0.870407] ehci_hcd 0000:00:02.1: supports USB remote wakeup
[    0.870422] ehci_hcd 0000:00:02.1: irq 23, io mem 0xfdffac00
[    0.870531] ehci_hcd 0000:00:02.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[    0.870537] ehci_hcd 0000:00:02.1: init command 010009 (park)=0 ithresh=1 period=256 RUN
[    1.370693] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    4.683674] usb usb1: default language 0x0409
[    7.548621] usb usb1: uevent
[   13.648821] initcall i8259A_init_sysfs+0x0/0x22 returned 0 after 1 msecs
[   13.648932] calling  vsyscall_init+0x0/0x6c
[   13.649199] initcall vsyscall_init+0x0/0x6c returned 0 after 0 msecs
[   13.651123] usb usb1: usb_probe_device
[   13.651125] usb usb1: configuration #1 chosen from 1 choice
[   13.651132] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   13.651143] usb 1-0:1.0: uevent
[   13.651199] hub 1-0:1.0: usb_probe_interface
[   13.651201] hub 1-0:1.0: usb_probe_interface - got id
[   13.651203] hub 1-0:1.0: USB hub found
[   13.651217] hub 1-0:1.0: 10 ports detected
[   13.651219] hub 1-0:1.0: standalone hub
[   13.651220] hub 1-0:1.0: no power switching (usb 1.0)
[   13.651221] hub 1-0:1.0: individual port over-current protection
[   13.651223] hub 1-0:1.0: power on to power good time: 20ms
[   13.651227] hub 1-0:1.0: local power source is good
[   13.651229] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   13.654689] calling  sbf_init+0x0/0xd7
[   13.654800] initcall sbf_init+0x0/0xd7 returned 0 after 0 msecs
[   13.654932] calling  i8237A_init_sysfs+0x0/0x22
[   13.655140] initcall i8237A_init_sysfs+0x0/0x22 returned 0 after 0 msecs
[   13.655187] calling  add_rtc_cmos+0x0/0x1d
[   13.655187] initcall add_rtc_cmos+0x0/0x1d returned 0 after 0 msecs
[   13.655320] calling  cache_sysfs_init+0x0/0x5d
[   24.681130] initcall cache_sysfs_init+0x0/0x5d returned 0 after 1 msecs
[   24.681130] calling  mce_init_device+0x0/0x85
[   24.681130] initcall mce_init_device+0x0/0x85 returned 0 after 0 msecs
[   24.681130] calling  periodic_mcheck_init+0x0/0x3f
[   24.681130] initcall periodic_mcheck_init+0x0/0x3f returned 0 after 0 msecs
[   24.681130] calling  thermal_throttle_init_device+0x0/0x83
[   24.681130] initcall thermal_throttle_init_device+0x0/0x83 returned 0 after 0 msecs
[   24.681130] calling  threshold_init_device+0x0/0x49
[   19.996507] initcall threshold_init_device+0x0/0x49 returned 0 after 0 msecs
[   19.996507] calling  msr_init+0x0/0xf2
[   19.996507] initcall msr_init+0x0/0xf2 returned 0 after 0 msecs
[   19.996507] calling  cpuid_init+0x0/0xf2
[   19.996507] initcall cpuid_init+0x0/0xf2 returned 0 after 0 msecs
[   19.996507] calling  init_lapic_sysfs+0x0/0x2d
[   19.996507] initcall init_lapic_sysfs+0x0/0x2d returned 0 after 0 msecs
[   19.996507] calling  ioapic_init_sysfs+0x0/0x99
[   19.996507] initcall ioapic_init_sysfs+0x0/0x99 returned 0 after 0 msecs
[   19.996507] calling  add_pcspkr+0x0/0x43
[   19.996507] initcall add_pcspkr+0x0/0x43 returned 0 after 0 msecs
[   19.996507] calling  uv_ptc_init+0x0/0x75
[   19.996507] initcall uv_ptc_init+0x0/0x75 returned 0 after 0 msecs
[   19.996507] calling  uv_bau_init+0x0/0x5a1
[   19.996507] initcall uv_bau_init+0x0/0x5a1 returned 0 after 0 msecs
[   19.996507] calling  aes_init+0x0/0x12
[   19.996507] initcall aes_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  init+0x0/0x12
[   19.996507] initcall init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  init_vdso_vars+0x0/0x1e7
[   19.996507] initcall init_vdso_vars+0x0/0x1e7 returned 0 after 0 msecs
[   19.996507] calling  ia32_binfmt_init+0x0/0x14
[   19.996507] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 0 msecs
[   19.996507] calling  sysenter_setup+0x0/0x2b6
[   19.996507] initcall sysenter_setup+0x0/0x2b6 returned 0 after 0 msecs
[   19.996507] calling  create_proc_profile+0x0/0x2c7
[   19.996507] initcall create_proc_profile+0x0/0x2c7 returned 0 after 0 msecs
[   19.996507] calling  ioresources_init+0x0/0x3c
[   19.996507] initcall ioresources_init+0x0/0x3c returned 0 after 0 msecs
[   19.996507] calling  uid_cache_init+0x0/0x6e
[   19.996507] initcall uid_cache_init+0x0/0x6e returned 0 after 0 msecs
[   19.996507] calling  init_posix_timers+0x0/0xb6
[   19.996507] initcall init_posix_timers+0x0/0xb6 returned 0 after 0 msecs
[   19.996507] calling  init_posix_cpu_timers+0x0/0xd4
[   19.996507] initcall init_posix_cpu_timers+0x0/0xd4 returned 0 after 0 msecs
[   19.996507] calling  nsproxy_cache_init+0x0/0x2d
[   19.996507] initcall nsproxy_cache_init+0x0/0x2d returned 0 after 0 msecs
[   19.996507] calling  timekeeping_init_device+0x0/0x22
[   19.996507] initcall timekeeping_init_device+0x0/0x22 returned 0 after 0 msecs
[   19.996507] calling  init_clocksource_sysfs+0x0/0x50
[   19.996507] initcall init_clocksource_sysfs+0x0/0x50 returned 0 after 0 msecs
[   19.996507] calling  init_timer_list_procfs+0x0/0x2c
[   19.996507] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 0 msecs
[   19.996507] calling  init_tstats_procfs+0x0/0x2c
[   19.996507] initcall init_tstats_procfs+0x0/0x2c returned 0 after 0 msecs
[   19.996507] calling  futex_init+0x0/0x63
[   19.996507] initcall futex_init+0x0/0x63 returned 0 after 0 msecs
[   19.996507] calling  proc_dma_init+0x0/0x22
[   19.996507] initcall proc_dma_init+0x0/0x22 returned 0 after 0 msecs
[   19.996507] calling  percpu_modinit+0x0/0x6e
[   19.996507] initcall percpu_modinit+0x0/0x6e returned 0 after 0 msecs
[   19.996507] calling  kallsyms_init+0x0/0x25
[   19.996507] initcall kallsyms_init+0x0/0x25 returned 0 after 0 msecs
[   19.996507] calling  ikconfig_init+0x0/0x39
[   19.996507] initcall ikconfig_init+0x0/0x39 returned 0 after 0 msecs
[   19.996507] calling  init_kprobes+0x0/0x103
[   19.996507] initcall init_kprobes+0x0/0x103 returned 0 after 2 msecs
[   19.996507] calling  relay_init+0x0/0x14
[   19.996507] initcall relay_init+0x0/0x14 returned 0 after 0 msecs
[   19.996507] calling  utsname_sysctl_init+0x0/0x14
[   19.996507] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 0 msecs
[   19.996507] calling  init_per_zone_pages_min+0x0/0x53
[   19.996507] initcall init_per_zone_pages_min+0x0/0x53 returned 0 after 1 msecs
[   19.996507] calling  pdflush_init+0x0/0x1d
[   19.996507] initcall pdflush_init+0x0/0x1d returned 0 after 0 msecs
[   19.996507] calling  kswapd_init+0x0/0x63
[   19.996507] initcall kswapd_init+0x0/0x63 returned 0 after 0 msecs
[   19.996507] calling  setup_vmstat+0x0/0x4a
[   19.996507] initcall setup_vmstat+0x0/0x4a returned 0 after 0 msecs
[   19.996507] calling  procswaps_init+0x0/0x22
[   19.996507] initcall procswaps_init+0x0/0x22 returned 0 after 0 msecs
[   19.996507] calling  hugetlb_init+0x0/0xaa
[   19.996507] Total HugeTLB memory allocated, 0
[   19.996507] initcall hugetlb_init+0x0/0xaa returned 0 after 0 msecs
[   19.996507] calling  init_tmpfs+0x0/0xda
[   19.996507] initcall init_tmpfs+0x0/0xda returned 0 after 0 msecs
[   19.996507] calling  cpucache_init+0x0/0x39
[   19.996507] initcall cpucache_init+0x0/0x39 returned 0 after 0 msecs
[   19.996507] calling  fasync_init+0x0/0x2a
[   19.996507] initcall fasync_init+0x0/0x2a returned 0 after 0 msecs
[   19.996507] calling  aio_setup+0x0/0x6e
[   19.996507] initcall aio_setup+0x0/0x6e returned 0 after 0 msecs
[   19.996507] calling  inotify_setup+0x0/0x12
[   19.996507] initcall inotify_setup+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  inotify_user_setup+0x0/0xb8
[   19.996507] initcall inotify_user_setup+0x0/0xb8 returned 0 after 0 msecs
[   19.996507] calling  init_sys32_ioctl+0x0/0x83
[   19.996507] initcall init_sys32_ioctl+0x0/0x83 returned 0 after 0 msecs
[   19.996507] calling  init_mbcache+0x0/0x14
[   19.996507] initcall init_mbcache+0x0/0x14 returned 0 after 0 msecs
[   19.996507] calling  dnotify_init+0x0/0x2a
[   19.996507] initcall dnotify_init+0x0/0x2a returned 0 after 0 msecs
[   19.996507] calling  init_devpts_fs+0x0/0x3f
[   19.996507] initcall init_devpts_fs+0x0/0x3f returned 0 after 0 msecs
[   19.996507] calling  init_ext3_fs+0x0/0x6a
[   19.996507] initcall init_ext3_fs+0x0/0x6a returned 0 after 0 msecs
[   19.996507] calling  journal_init+0x0/0x99
[   19.996507] initcall journal_init+0x0/0x99 returned 0 after 0 msecs
[   19.996507] calling  init_ext2_fs+0x0/0x6a
[   19.996507] initcall init_ext2_fs+0x0/0x6a returned 0 after 0 msecs
[   19.996507] calling  init_ramfs_fs+0x0/0x12
[   19.996507] initcall init_ramfs_fs+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  init_hugetlbfs_fs+0x0/0x98
[   19.996507] initcall init_hugetlbfs_fs+0x0/0x98 returned 0 after 0 msecs
[   19.996507] calling  init_fat_fs+0x0/0x4f
[   19.996507] initcall init_fat_fs+0x0/0x4f returned 0 after 0 msecs
[   19.996507] calling  init_msdos_fs+0x0/0x12
[   19.996507] initcall init_msdos_fs+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  init_vfat_fs+0x0/0x12
[   19.996507] initcall init_vfat_fs+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  init_iso9660_fs+0x0/0x5a
[   19.996507] initcall init_iso9660_fs+0x0/0x5a returned 0 after 0 msecs
[   19.996507] calling  init_nls_utf8+0x0/0x25
[   19.996507] initcall init_nls_utf8+0x0/0x25 returned 0 after 0 msecs
[   19.996507] calling  init_ntfs_fs+0x0/0x1d1
[   19.996507] NTFS driver 2.1.29 [Flags: R/O].
[   19.996507] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 0 msecs
[   19.996507] calling  init_autofs4_fs+0x0/0x12
[   19.996507] initcall init_autofs4_fs+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  init_udf_fs+0x0/0x5b
[   19.996507] initcall init_udf_fs+0x0/0x5b returned 0 after 0 msecs
[   19.996507] calling  ipc_init+0x0/0x23
[   19.996507] msgmni has been set to 32301
[   19.996507] initcall ipc_init+0x0/0x23 returned 0 after 0 msecs
[   19.996507] calling  ipc_sysctl_init+0x0/0x14
[   19.996507] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 0 msecs
[   19.996507] calling  init_mqueue_fs+0x0/0xc6
[   19.996507] initcall init_mqueue_fs+0x0/0xc6 returned 0 after 0 msecs
[   19.996507] calling  crypto_algapi_init+0x0/0xd
[   19.996507] initcall crypto_algapi_init+0x0/0xd returned 0 after 0 msecs
[   19.996507] calling  blkcipher_module_init+0x0/0x2a
[   19.996507] initcall blkcipher_module_init+0x0/0x2a returned 0 after 0 msecs
[   19.996507] calling  cryptomgr_init+0x0/0x12
[   19.996507] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  hmac_module_init+0x0/0x12
[   19.996507] initcall hmac_module_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  md5_mod_init+0x0/0x12
[   19.996507] initcall md5_mod_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  rmd128_mod_init+0x0/0x12
[   19.996507] initcall rmd128_mod_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  rmd160_mod_init+0x0/0x12
[   19.996507] initcall rmd160_mod_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  rmd256_mod_init+0x0/0x12
[   19.996507] initcall rmd256_mod_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  rmd320_mod_init+0x0/0x12
[   19.996507] initcall rmd320_mod_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  sha1_generic_mod_init+0x0/0x12
[   19.996507] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  sha256_generic_mod_init+0x0/0x3f
[   19.996507] initcall sha256_generic_mod_init+0x0/0x3f returned 0 after 0 msecs
[   19.996507] calling  sha512_generic_mod_init+0x0/0x3f
[   19.996507] initcall sha512_generic_mod_init+0x0/0x3f returned 0 after 0 msecs
[   19.996507] calling  crypto_cbc_module_init+0x0/0x12
[   19.996507] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  blowfish_mod_init+0x0/0x12
[   19.996507] initcall blowfish_mod_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  aes_init+0x0/0x323
[   19.996507] initcall aes_init+0x0/0x323 returned 0 after 0 msecs
[   19.996507] calling  lzo_mod_init+0x0/0x12
[   19.996507] initcall lzo_mod_init+0x0/0x12 returned 0 after 0 msecs
[   19.996507] calling  async_tx_init+0x0/0x16
[   19.996507] async_tx: api initialized (sync-only)
[   19.996507] initcall async_tx_init+0x0/0x16 returned 0 after 0 msecs
[   19.996507] calling  async_memcpy_init+0x0/0x8
[   19.996507] initcall async_memcpy_init+0x0/0x8 returned 0 after 0 msecs
[   19.996507] calling  async_xor_init+0x0/0x8
[   19.996507] initcall async_xor_init+0x0/0x8 returned 0 after 0 msecs
[   19.996507] calling  noop_init+0x0/0x14
[   19.996507] io scheduler noop registered
[   19.996507] initcall noop_init+0x0/0x14 returned 0 after 0 msecs
[   19.996507] calling  deadline_init+0x0/0x14
[   19.996507] io scheduler deadline registered
[   19.996507] initcall deadline_init+0x0/0x14 returned 0 after 0 msecs
[   19.996507] calling  cfq_init+0x0/0x9d
[   19.996507] io scheduler cfq registered (default)
[   19.996507] initcall cfq_init+0x0/0x9d returned 0 after 0 msecs
[   19.996507] calling  percpu_counter_startup+0x0/0x14
[   19.996507] initcall percpu_counter_startup+0x0/0x14 returned 0 after 0 msecs
[   19.996507] calling  pci_init+0x0/0x35
[   19.996507] pci 0000:00:00.0: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:05.0: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:05.1: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:05.2: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:06.0: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:08.0: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:09.0: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:0a.0: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:0d.0: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:0e.0: Enabling HT MSI Mapping
[   19.996507] pci 0000:00:0f.0: Enabling HT MSI Mapping
[   19.996507] pci 0000:07:00.0: Boot video device
[   19.996507] initcall pci_init+0x0/0x35 returned 0 after 12 msecs
[   19.996507] calling  pci_proc_init+0x0/0x6a
[   19.996507] initcall pci_proc_init+0x0/0x6a returned 0 after 0 msecs
[   19.996507] calling  pcie_portdrv_init+0x0/0x4d
[   14.393706] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[   13.749132] drivers/usb/core/inode.c: creating file '001'
[   13.749149] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   14.393706] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[   14.393706] hub 1-0:1.0: port 1, status 0501, change 0001, 480 Mb/s
[   13.749283] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.749470] usb usb1: Product: EHCI Host Controller
[   13.749565] usb usb1: Manufacturer: Linux 2.6.26 ehci_hcd
[   13.749680] usb usb1: SerialNumber: 0000:00:02.1
[   13.749932] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[   13.749953] pcieport-driver 0000:00:0a.0: found MSI capability
[   13.750081] pci_express 0000:00:0a.0:pcie00: allocate port service
[   13.750135] pci_express 0000:00:0a.0:pcie01: allocate port service
[   13.750176] pci_express 0000:00:0a.0:pcie03: allocate port service
[   13.750264] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[   13.750291] pcieport-driver 0000:00:0d.0: found MSI capability
[   13.750441] pci_express 0000:00:0d.0:pcie00: allocate port service
[   13.750482] pci_express 0000:00:0d.0:pcie01: allocate port service
[   13.750523] pci_express 0000:00:0d.0:pcie03: allocate port service
[   13.750607] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[   13.750632] pcieport-driver 0000:00:0e.0: found MSI capability
[   13.750765] pci_express 0000:00:0e.0:pcie00: allocate port service
[   13.750804] pci_express 0000:00:0e.0:pcie01: allocate port service
[   13.750844] pci_express 0000:00:0e.0:pcie03: allocate port service
[   13.750930] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[   13.750950] pcieport-driver 0000:00:0f.0: found MSI capability
[   13.751085] pci_express 0000:00:0f.0:pcie00: allocate port service
[   13.751129] pci_express 0000:00:0f.0:pcie01: allocate port service
[   13.751171] pci_express 0000:00:0f.0:pcie03: allocate port service
[   13.751362] initcall ehci_hcd_init+0x0/0x8b returned 0 after 12286 msecs
[   13.751419] initcall pcie_portdrv_init+0x0/0x4d returned 0 after 41 msecs
[   13.751422] calling  aer_service_init+0x0/0x20
[   13.751691] calling  ohci_hcd_mod_init+0x0/0xa4
[   13.751797] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   13.751799] ohci_hcd: block sizes: ed 80 td 96
[   13.753399] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 22
[   13.753510] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 22 (level, low) -> IRQ 22
[   13.753704] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   13.753707] ohci_hcd 0000:00:02.0: OHCI Host Controller
[   13.753870] drivers/usb/core/inode.c: creating file '002'
[   13.753874] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[   13.754075] ohci_hcd 0000:00:02.0: created debug files
[   13.754076] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[   13.754092] ohci_hcd 0000:00:02.0: irq 22, io mem 0xfdffb000
[   13.755534] aer 0000:00:0a.0:pcie01: service driver aer loaded
[   13.759122] aer 0000:00:0d.0:pcie01: service driver aer loaded
[   13.762642] aer 0000:00:0e.0:pcie01: service driver aer loaded
[   13.766200] aer 0000:00:0f.0:pcie01: service driver aer loaded
[   13.766268] initcall aer_service_init+0x0/0x20 returned 0 after 14 msecs
[   13.766410] calling  fb_console_init+0x0/0x129
[   13.766571] initcall fb_console_init+0x0/0x129 returned 0 after 0 msecs
[   13.766708] calling  vesafb_init+0x0/0x235
[   13.766906] initcall vesafb_init+0x0/0x235 returned 0 after 0 msecs
[   13.767050] calling  acpi_reserve_resources+0x0/0xeb
[   13.767167] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 0 msecs
[   13.767288] calling  acpi_fan_init+0x0/0x32
[   13.767505] initcall acpi_fan_init+0x0/0x32 returned 0 after 0 msecs
[   13.767634] calling  acpi_video_init+0x0/0x5e
[   13.767816] initcall acpi_video_init+0x0/0x5e returned 0 after 0 msecs
[   13.767925] calling  irqrouter_init_sysfs+0x0/0x38
[   13.768127] initcall irqrouter_init_sysfs+0x0/0x38 returned 0 after 0 msecs
[   13.768246] calling  acpi_pci_slot_init+0x0/0x20
[   13.768546] initcall acpi_pci_slot_init+0x0/0x20 returned 0 after 0 msecs
[   13.768657] calling  acpi_processor_init+0x0/0xe9
[   13.769205] ACPI: ACPI0007:00 is registered as cooling_device0
[   13.769679] ACPI: ACPI0007:01 is registered as cooling_device1
[   13.770164] ACPI: ACPI0007:02 is registered as cooling_device2
[   13.770643] ACPI: ACPI0007:03 is registered as cooling_device3
[   13.771133] ACPI: ACPI0007:04 is registered as cooling_device4
[   13.771607] ACPI: ACPI0007:05 is registered as cooling_device5
[   13.772089] ACPI: ACPI0007:06 is registered as cooling_device6
[   13.772574] ACPI: ACPI0007:07 is registered as cooling_device7
[   13.772789] initcall acpi_processor_init+0x0/0xe9 returned 0 after 3 msecs
[   13.772918] calling  acpi_container_init+0x0/0x42
[   13.777311] initcall acpi_container_init+0x0/0x42 returned 0 after 4 msecs
[   13.777441] calling  rand_initialize+0x0/0x2c
[   13.777563] initcall rand_initialize+0x0/0x2c returned 0 after 0 msecs
[   13.777684] calling  tty_init+0x0/0x1c5
[   13.789054] initcall tty_init+0x0/0x1c5 returned 0 after 10 msecs
[   13.789188] calling  pty_init+0x0/0x46e
[   13.806008] ohci_hcd 0000:00:02.0: OHCI controller state
[   13.806011] ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support registers
[   13.806014] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[   13.806017] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
[   13.806020] ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF
[   13.806023] ohci_hcd 0000:00:02.0: intrenable 0x8000004a MIE RHSC RD WDH
[   13.806028] ohci_hcd 0000:00:02.0: hcca frame #0003
[   13.806031] ohci_hcd 0000:00:02.0: roothub.a 0100120a POTPGT=1 NOCP NPS NDP=10(10)
[   13.806035] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[   13.806038] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[   13.806041] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[   13.806044] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[   13.806047] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[   13.806051] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[   13.806054] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
[   13.806057] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
[   13.806060] ohci_hcd 0000:00:02.0: roothub.portstatus [6] 0x00000100 PPS
[   13.806063] ohci_hcd 0000:00:02.0: roothub.portstatus [7] 0x00000100 PPS
[   13.806066] ohci_hcd 0000:00:02.0: roothub.portstatus [8] 0x00000100 PPS
[   13.806069] ohci_hcd 0000:00:02.0: roothub.portstatus [9] 0x00000100 PPS
[   13.806080] usb usb2: default language 0x0409
[   13.806144] usb usb2: uevent
[   13.806197] usb usb2: usb_probe_device
[   13.806199] usb usb2: configuration #1 chosen from 1 choice
[   13.806303] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   13.806314] usb 2-0:1.0: uevent
[   13.806363] hub 2-0:1.0: usb_probe_interface
[   13.806365] hub 2-0:1.0: usb_probe_interface - got id
[   13.806367] hub 2-0:1.0: USB hub found
[   13.806474] hub 2-0:1.0: 10 ports detected
[   13.806570] hub 2-0:1.0: standalone hub
[   13.806571] hub 2-0:1.0: no power switching (usb 1.0)
[   13.806573] hub 2-0:1.0: no over-current protection
[   13.806575] hub 2-0:1.0: power on to power good time: 2ms
[   13.806579] hub 2-0:1.0: local power source is good
[   13.806581] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   13.820923] initcall pty_init+0x0/0x46e returned 0 after 30 msecs
[   13.821063] calling  rtc_init+0x0/0xa6
[   13.821227] Real Time Clock Driver v1.12ac
[   13.821343] initcall rtc_init+0x0/0xa6 returned 0 after 0 msecs
[   13.821463] calling  hpet_init+0x0/0x6a
[   13.821750] hpet_resources: 0xfed00000 is busy
[   13.821835] initcall hpet_init+0x0/0x6a returned 0 after 0 msecs
[   13.821953] calling  agp_init+0x0/0x26
[   13.822062] Linux agpgart interface v0.103
[   13.822170] initcall agp_init+0x0/0x26 returned 0 after 0 msecs
[   13.822297] calling  hangcheck_init+0x0/0x89
[   13.822412] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[   13.822599] Hangcheck: Using get_cycles().
[   13.822705] initcall hangcheck_init+0x0/0x89 returned 0 after 0 msecs
[   13.822823] calling  serial8250_init+0x0/0x131
[   13.822928] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[   13.823251] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   13.823510] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   13.823867] initcall serial8250_init+0x0/0x131 returned 0 after 0 msecs
[   13.829072] calling  serial8250_pnp_init+0x0/0x12
[   13.829462] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   13.829858] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   13.830128] initcall serial8250_pnp_init+0x0/0x12 returned 0 after 0 msecs
[   13.830264] calling  serial8250_pci_init+0x0/0x1b
[   14.410400] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
[   14.461378] ehci_hcd 0000:00:02.1: port 1 high speed
[   14.461378] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   13.907077] drivers/usb/core/inode.c: creating file '001'
[   13.907085] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   13.907207] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   13.907399] usb usb2: Product: OHCI Host Controller
[   13.907494] usb usb2: Manufacturer: Linux 2.6.26 ohci_hcd
[   13.907599] usb usb2: SerialNumber: 0000:00:02.0
[   13.907993] initcall ohci_hcd_mod_init+0x0/0xa4 returned 0 after 148 msecs
[   13.908027] initcall serial8250_pci_init+0x0/0x1b returned 0 after 74 msecs
[   13.908031] calling  topology_sysfs_init+0x0/0x49
[   13.908073] initcall topology_sysfs_init+0x0/0x49 returned 0 after 0 msecs
[   13.908076] calling  brd_init+0x0/0x18e
[   13.909753] brd: module loaded
[   13.909863] initcall brd_init+0x0/0x18e returned 0 after 1 msecs
[   13.909984] calling  loop_init+0x0/0x1a1
[   13.910945] loop: module loaded
[   13.911052] initcall loop_init+0x0/0x1a1 returned 0 after 0 msecs
[   13.911163] calling  e1000_init_module+0x0/0x88
[   13.911280] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
[   13.911380] Copyright (c) 1999-2006 Intel Corporation.
[   13.911908] ACPI: PCI Interrupt Link [LNED] enabled at IRQ 19
[   13.912024] e1000 0000:04:00.0: PCI INT A -> Link[LNED] -> GSI 19 (level, low) -> IRQ 19
[   14.498063] usb 1-1: new high speed USB device using ehci_hcd and address 2
[   14.176909] e1000: 0000:04:00.0: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:a8:25:f0
[   14.203872] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[   14.204378] ACPI: PCI Interrupt Link [LNEA] enabled at IRQ 18
[   14.204490] e1000 0000:04:00.1: PCI INT B -> Link[LNEA] -> GSI 18 (level, low) -> IRQ 18
[   14.468798] e1000: 0000:04:00.1: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:a8:25:f1
[   14.495664] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
[   14.495831] initcall e1000_init_module+0x0/0x88 returned 0 after 557 msecs
[   14.495970] calling  net_olddevs_init+0x0/0xa0
[   14.496087] initcall net_olddevs_init+0x0/0xa0 returned 0 after 0 msecs
[   14.496195] calling  init_nic+0x0/0x1b
[   14.496320] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[   14.496880] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 21
[   14.496995] forcedeth 0000:00:08.0: PCI INT A -> Link[LMAC] -> GSI 21 (level, low) -> IRQ 21
[   14.497194] PCI: Setting latency timer of device 0000:00:08.0 to 64
[   14.498392] forcedeth 0000:00:08.0: ifname eth2, PHY OUI 0x5043 @ 16, addr 00:e0:81:4d:2b:ec
[   14.498583] forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[   14.499146] ACPI: PCI Interrupt Link [LMAD] enabled at IRQ 20
[   14.499257] forcedeth 0000:00:09.0: PCI INT A -> Link[LMAD] -> GSI 20 (level, low) -> IRQ 20
[   14.499447] PCI: Setting latency timer of device 0000:00:09.0 to 64
[   14.500664] forcedeth 0000:00:09.0: ifname eth3, PHY OUI 0x5043 @ 17, addr 00:e0:81:4d:2b:ed
[   14.500853] forcedeth 0000:00:09.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[   14.501110] initcall init_nic+0x0/0x1b returned 0 after 4 msecs
[   14.501239] calling  videodev_init+0x0/0x7d
[   14.501355] Linux video capture interface: v2.00
[   14.501504] initcall videodev_init+0x0/0x7d returned 0 after 0 msecs
[   14.501636] calling  v4l2_i2c_drv_init+0x0/0x104
[   14.501830] initcall v4l2_i2c_drv_init+0x0/0x104 returned 0 after 0 msecs
[   14.501950] calling  ir_init+0x0/0x14
[   14.502098] initcall ir_init+0x0/0x14 returned 0 after 0 msecs
[   14.502220] calling  saa7134_init+0x0/0x4a
[   14.502326] saa7130/34: v4l2 driver version 0.2.14 loaded
[   14.502486] saa7134 0000:05:00.0: PCI INT A -> Link[LNED] -> GSI 19 (level, low) -> IRQ 19
[   14.502680] saa7134[0]: found at 0000:05:00.0, rev: 1, irq: 19, latency: 64, mmio: 0xfeaffc00
[   14.502871] saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,autodetected]
[   14.503063] saa7134[0]: board init: gpio is c806000
[   14.605999] tda829x_probe: driver disabled by Kconfig
[   14.606113] tuner' 0-0043: chip found @ 0x86 (saa7134[0])
[   14.606219] tda9887 0-0043: creating new instance
[   14.606315] tda9887 0-0043: tda988[5/6/7] found
[   14.606424] tuner' 0-0043: type set to tda9887
[   14.606426] tuner' 0-0043: tv freq set to 0.00
[   14.606429] tuner' 0-0043: TV freq (0.00) out of range (44-958)
[   14.608999] tuner' 0-0043: saa7134[0] tuner' I2C addr 0x86 with type 74 used for 0x0e
[   14.610999] tea5767_autodetection: not probed - driver disabled by Kconfig
[   14.611110] tuner' 0-0060: Setting mode_mask to 0x0e
[   14.611112] tuner' 0-0060: chip found @ 0xc0 (saa7134[0])
[   14.611207] tuner' 0-0060: tuner 0x60: Tuner type absent
[   14.652998] saa7134[0]: i2c eeprom 00: bd 11 2d 00 f8 f8 1c 00 43 43 a9 1c 55 d2 b2 92
[   14.653383] saa7134[0]: i2c eeprom 10: 00 f0 04 04 ff 20 ff ff ff ff ff ff ff ff ff ff
[   14.653774] saa7134[0]: i2c eeprom 20: 01 40 01 02 03 ff 03 01 08 ff 00 25 ff ff ff ff
[   14.654159] saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.654543] saa7134[0]: i2c eeprom 40: ff 16 00 c0 86 3c 01 01 ff ff ff ff ff ff ff ff
[   14.654916] saa7134[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.655312] saa7134[0]: i2c eeprom 60: 0c 22 17 44 03 11 e1 a1 ff ff ff ff ff ff ff ff
[   14.655684] saa7134[0]: i2c eeprom 70: 00 30 8d 18 3b 02 ff ff 74 50 ff ff ff ff ff ff
[   14.656072] saa7134[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.656445] saa7134[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.656818] saa7134[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.657203] saa7134[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.657580] saa7134[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.657963] saa7134[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.658339] saa7134[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.658721] saa7134[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   14.659189] tuner' 0-0043: Calling set_type_addr for type=33, addr=0xff, mode=0x0e, config=0x00
[   14.659192] tuner' 0-0043: set addr discarded for type 74, mask e. Asked to change tuner at addr 0xff, with mask e
[   14.659196] tuner' 0-0060: Calling set_type_addr for type=33, addr=0xff, mode=0x0e, config=0x00
[   14.659198] tuner' 0-0060: defining GPIO callback
[   14.666998] mt20xx 0-0060: microtune: companycode=3cbf part=42 rev=22
[   14.674996] mt20xx 0-0060: microtune MT2050 found, OK
[   14.675092] tuner' 0-0060: type set to MT2050
[   14.675103] tuner' 0-0060: tv freq set to 400.00
[   14.679996] tuner' 0-0060: saa7134[0] tuner' I2C addr 0xc0 with type 33 used for 0x0e
[   14.681999] tuner' 0-0043: switching to v4l2
[   14.682001] tuner' 0-0060: switching to v4l2
[   14.682003] tuner' 0-0060: tv freq set to 400.00
[   14.686996] tuner' 0-0060: tv freq set to 400.00
[   14.692112] saa7134[0]: registered device video0 [v4l2]
[   14.692268] saa7134[0]: registered device vbi0
[   14.692379] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[   14.694997] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[   14.695049] initcall saa7134_init+0x0/0x4a returned 0 after 183 msecs
[   14.695189] calling  empress_register+0x0/0x12
[   14.695297] initcall empress_register+0x0/0x12 returned 0 after 0 msecs
[   14.695434] calling  saa6752hs_init_module+0x0/0x14
[   14.695728] initcall saa6752hs_init_module+0x0/0x14 returned 0 after 0 msecs
[   14.695860] calling  dvb_register+0x0/0x12
[   14.697998] DVB: registering new adapter (saa7134[0])
[   14.698109] DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
[   14.737995] initcall dvb_register+0x0/0x12 returned 0 after 40 msecs
[   14.738115] calling  ide_init+0x0/0x76
[   14.738219] Uniform Multi-Platform E-IDE driver
[   14.738418] initcall ide_init+0x0/0x76 returned 0 after 0 msecs
[   14.738535] calling  amd74xx_ide_init+0x0/0x1b
[   14.738654] NFORCE-MCP55: 0000:00:04.0 (rev a1) UDMA133 controller
[   14.738763] NFORCE-MCP55: IDE controller (0x10de:0x036e rev 0xa1) at  PCI slot 0000:00:04.0
[   14.738962] NFORCE-MCP55: not 100% native mode: will probe irqs later
[   14.739078] NFORCE-MCP55: BIOS didn't set cable bits correctly. Enabling workaround.
[   14.739283] NFORCE-MCP55: IDE port disabled
[   14.739390]     ide0: BM-DMA at 0xffa0-0xffa7
[   14.739499] Probing IDE interface ide0...
[   14.955039] ohci_hcd 0000:00:02.0: auto-stop root hub
[   15.411079] hda: PIONEER DVD-RW DVR-110, ATAPI CD/DVD-ROM drive
[   16.023033] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[   16.023147] hda: UDMA/66 mode selected
[   16.023383] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   16.025556] initcall amd74xx_ide_init+0x0/0x1b returned 0 after 1227 msecs
[   16.025675] calling  idedisk_init+0x0/0x12
[   16.025824] initcall idedisk_init+0x0/0x12 returned 0 after 0 msecs
[   16.025955] calling  ide_cdrom_init+0x0/0x12
[   26.893023] hda: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2000kB Cache
[   26.893023] Uniform CD-ROM driver Revision: 3.20
[   26.910826] initcall ide_cdrom_init+0x0/0x12 returned 0 after 24 msecs
[   26.910826] calling  sas_transport_init+0x0/0xbb
[   26.910826] initcall sas_transport_init+0x0/0xbb returned 0 after 0 msecs
[   26.910826] calling  megasas_init+0x0/0x160
[   26.910826] megasas: 00.00.03.20-rc1 Mon. March 10 11:02:31 PDT 2008
[   26.910826] initcall megasas_init+0x0/0x160 returned 0 after 0 msecs
[   26.910826] calling  init_sd+0x0/0xff
[   26.910826] Driver 'sd' needs updating - please use bus_type methods
[   26.910826] initcall init_sd+0x0/0xff returned 0 after 0 msecs
[   26.910826] calling  init_sg+0x0/0xbf
[   26.910826] initcall init_sg+0x0/0xbf returned 0 after 0 msecs
[   26.910826] calling  ahci_init+0x0/0x1b
[   26.910826] initcall ahci_init+0x0/0x1b returned 0 after 0 msecs
[   26.910826] calling  nv_init+0x0/0x1b
[   16.053805] sata_nv 0000:00:05.0: version 3.5
[   16.054169] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
[   16.054272] sata_nv 0000:00:05.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
[   16.054463] sata_nv 0000:00:05.0: Using SWNCQ mode
[   16.054919] PCI: Setting latency timer of device 0000:00:05.0 to 64
[   26.910826] ehci_hcd 0000:00:02.1: devpath 1 ep0in 3strikes
[   16.055033] scsi0 : sata_nv
[   16.055326] scsi1 : sata_nv
[   16.055651] ata1: SATA max UDMA/133 cmd 0xb480 ctl 0xb400 bmdma 0xac00 irq 23
[   16.055760] ata2: SATA max UDMA/133 cmd 0xb080 ctl 0xb000 bmdma 0xac08 irq 23
[   16.510932] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   27.366668] ehci_hcd 0000:00:02.1: devpath 1 ep0in 3strikes
[   16.514209] ata1.00: ATA-8: WDC WD5000AAKS-22A7B0, 01.03B01, max UDMA/133
[   16.514319] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   27.369750] ehci_hcd 0000:00:02.1: devpath 1 ep0in 3strikes
[   16.517311] ata1.00: configured for UDMA/133
[   27.420349] ehci_hcd 0000:00:02.1: port 1 high speed
[   27.420349] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001007 POWER sig=se0 PE CSC CONNECT
[   27.420349] hub 1-0:1.0: unable to enumerate USB device on port 1
[   27.425932] ehci_hcd 0000:00:02.1: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
[   27.425932] hub 1-0:1.0: port 3, status 0501, change 0001, 480 Mb/s
[   27.529900] hub 1-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501
[   27.580879] ehci_hcd 0000:00:02.1: port 3 full speed --> companion
[   27.580879] ehci_hcd 0000:00:02.1: GetStatus port 3 status 003001 POWER OWNER sig=se0 CONNECT
[   27.580879] hub 1-0:1.0: port 3 not reset yet, waiting 50ms
[   27.580879] ohci_hcd 0000:00:02.0: auto-wakeup root hub
[   27.631843] ehci_hcd 0000:00:02.1: GetStatus port 3 status 003802 POWER OWNER sig=j CSC
[   27.631843] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0008
[   27.631843] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00010101 CSC PPS CCS
[   27.631843] hub 2-0:1.0: port 3, status 0101, change 0001, 12 Mb/s
[   16.832321] ata2: SATA link down (SStatus 0 SControl 300)
[   16.832557] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-2 01.0 PQ: 0 ANSI: 5
[   16.832937] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[   16.833054] sd 0:0:0:0: [sda] Write Protect is off
[   16.833162] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   16.833180] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.833418] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[   16.833539] sd 0:0:0:0: [sda] Write Protect is off
[   16.833637] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   16.833669] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   16.833864]  sda: sda1 sda2
[   16.852662] sd 0:0:0:0: [sda] Attached SCSI disk
[   16.852868] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   16.853376] ACPI: PCI Interrupt Link [LSA1] enabled at IRQ 22
[   16.853486] sata_nv 0000:00:05.1: PCI INT B -> Link[LSA1] -> GSI 22 (level, low) -> IRQ 22
[   16.853677] sata_nv 0000:00:05.1: Using SWNCQ mode
[   16.854137] PCI: Setting latency timer of device 0000:00:05.1 to 64
[   16.854232] scsi2 : sata_nv
[   16.854460] scsi3 : sata_nv
[   16.854789] ata3: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa080 irq 22
[   16.854887] ata4: SATA max UDMA/133 cmd 0xa480 ctl 0xa400 bmdma 0xa088 irq 22
[   27.731910] hub 2-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x101
[   27.837874] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[   27.888871] usb 2-3: new full speed USB device using ohci_hcd and address 2
[   27.992755] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[   28.055336] usb 2-3: ep0 maxpacket = 8
[   28.075319] usb 2-3: default language 0x0409
[   28.085292] usb 2-3: uevent
[   28.085292] usb 2-3: usb_probe_device
[   28.085292] usb 2-3: configuration #1 chosen from 1 choice
[   28.085292] usb 2-3: adding 2-3:1.0 (config #1, interface 0)
[   28.085292] usb 2-3:1.0: uevent
[   28.085292] drivers/usb/core/inode.c: creating file '002'
[   28.085292] usb 2-3: New USB device found, idVendor=04f9, idProduct=0027
[   28.085292] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   28.085292] usb 2-3: Product: HL-2030 series
[   28.085292] usb 2-3: Manufacturer: Brother
[   28.085292] usb 2-3: SerialNumber: E6J824776
[   28.085292] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0002
[   28.085292] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[   28.085292] hub 1-0:1.0: port 1, status 0501, change 0001, 480 Mb/s
[   17.311908] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   28.172962] ata3.00: ATA-8: WDC WD1000FYPS-01ZKB0, 02.01B01, max UDMA/133
[   28.172962] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   28.175341] ata3.00: configured for UDMA/133
[   28.184898] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
[   28.235881] ehci_hcd 0000:00:02.1: port 1 high speed
[   28.235881] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   28.286659] usb 1-1: new high speed USB device using ehci_hcd and address 4
[   17.655280] ata4: SATA link down (SStatus 0 SControl 300)
[   17.655500] scsi 2:0:0:0: Direct-Access     ATA      WDC WD1000FYPS-0 02.0 PQ: 0 ANSI: 5
[   17.655850] sd 2:0:0:0: [sdb] 1953525168 512-byte hardware sectors (1000205 MB)
[   17.656047] sd 2:0:0:0: [sdb] Write Protect is off
[   17.656142] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   17.656168] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.656387] sd 2:0:0:0: [sdb] 1953525168 512-byte hardware sectors (1000205 MB)
[   17.656574] sd 2:0:0:0: [sdb] Write Protect is off
[   17.656676] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   17.656692] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   17.656871]  sdb: sdb1 sdb2 sdb3
[   17.663734] sd 2:0:0:0: [sdb] Attached SCSI disk
[   17.663933] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   17.664385] ACPI: PCI Interrupt Link [LSA2] enabled at IRQ 21
[   17.664483] sata_nv 0000:00:05.2: PCI INT C -> Link[LSA2] -> GSI 21 (level, low) -> IRQ 21
[   17.664661] sata_nv 0000:00:05.2: Using SWNCQ mode
[   17.665120] PCI: Setting latency timer of device 0000:00:05.2 to 64
[   17.665216] scsi4 : sata_nv
[   17.665442] scsi5 : sata_nv
[   17.665733] ata5: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 21
[   17.665830] ata6: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 21
[   18.121900] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   28.984667] ata5.00: ATA-8: WDC WD1000FYPS-01ZKB0, 02.01B01, max UDMA/133
[   28.984667] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   28.990490] ata5.00: configured for UDMA/133
[   18.471265] ata6: SATA link down (SStatus 0 SControl 300)
[   18.471496] scsi 4:0:0:0: Direct-Access     ATA      WDC WD1000FYPS-0 02.0 PQ: 0 ANSI: 5
[   18.471851] sd 4:0:0:0: [sdc] 1953525168 512-byte hardware sectors (1000205 MB)
[   18.472048] sd 4:0:0:0: [sdc] Write Protect is off
[   18.472144] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   18.472163] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   18.472376] sd 4:0:0:0: [sdc] 1953525168 512-byte hardware sectors (1000205 MB)
[   18.472568] sd 4:0:0:0: [sdc] Write Protect is off
[   18.472663] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   18.472688] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   18.472868]  sdc: sdc1 sdc2 sdc3
[   18.476758] sd 4:0:0:0: [sdc] Attached SCSI disk
[   18.476953] sd 4:0:0:0: Attached scsi generic sg2 type 0
[   18.477124] initcall nv_init+0x0/0x1b returned 0 after 2311 msecs
[   18.477243] calling  fusion_init+0x0/0xf8
[   18.477358] Fusion MPT base driver 3.04.07
[   18.477453] Copyright (c) 1999-2008 LSI Corporation
[   18.477555] initcall fusion_init+0x0/0xf8 returned 0 after 0 msecs
[   18.477663] calling  mptsas_init+0x0/0xf5
[   18.477762] Fusion MPT SAS Host driver 3.04.07
[   18.477923] initcall mptsas_init+0x0/0xf5 returned 0 after 0 msecs
[   18.478035] calling  mptctl_init+0x0/0x105
[   18.478133] Fusion MPT misc device (ioctl) driver 3.04.07
[   18.478283] mptctl: Registered with Fusion MPT base driver
[   18.478382] mptctl: /dev/mptctl @ (major,minor=10,220)
[   18.478484] initcall mptctl_init+0x0/0x105 returned 0 after 0 msecs
[   18.478593] calling  ieee1394_init+0x0/0x256
[   18.478984] initcall ieee1394_init+0x0/0x256 returned 0 after 0 msecs
[   18.479100] calling  ohci1394_init+0x0/0x1b
[   18.479260] initcall ohci1394_init+0x0/0x1b returned 0 after 0 msecs
[   18.479368] calling  video1394_init_module+0x0/0xc6
[   18.479510] video1394: Installed video1394 module
[   18.479606] initcall video1394_init_module+0x0/0xc6 returned 0 after 0 msecs
[   18.479732] calling  init_raw1394+0x0/0xf2
[   18.479875] ieee1394: raw1394: /dev/raw1394 device initialized
[   18.480016] initcall init_raw1394+0x0/0xf2 returned 0 after 0 msecs
[   18.480126] calling  sbp2_module_init+0x0/0x72
[   18.480262] initcall sbp2_module_init+0x0/0x72 returned 0 after 0 msecs
[   18.480382] calling  ether1394_init_module+0x0/0x70
[   18.480540] initcall ether1394_init_module+0x0/0x70 returned 0 after 0 msecs
[   18.480648] calling  cdrom_init+0x0/0xd
[   18.480744] initcall cdrom_init+0x0/0xd returned 0 after 0 msecs
[   18.480851] calling  mon_init+0x0/0x103
[   18.481153] initcall mon_init+0x0/0x103 returned 0 after 0 msecs
[   18.481261] calling  usblp_init+0x0/0x1b
[   32.943944] usb 1-1: khubd timed out on ep0in len=18/64
[   32.994918] ehci_hcd 0000:00:02.1: port 1 high speed
[   32.994918] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   37.766692] usb 1-1: khubd timed out on ep0out len=0/0
[   42.160635] usb 1-1: khubd timed out on ep0out len=0/0
[   42.361654] usb 1-1: device not accepting address 4, error -110
[   42.412488] ehci_hcd 0000:00:02.1: port 1 high speed
[   42.412488] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   42.463211] usb 1-1: new high speed USB device using ehci_hcd and address 5
[   46.656012] usb 1-1: khubd timed out on ep0in len=18/64
[   46.707001] ehci_hcd 0000:00:02.1: port 1 high speed
[   46.707001] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   50.950703] usb 1-1: khubd timed out on ep0out len=0/0
[   55.254624] usb 1-1: khubd timed out on ep0out len=0/0
[   55.455642] usb 1-1: device not accepting address 5, error -110
[   55.506497] ehci_hcd 0000:00:02.1: port 1 high speed
[   55.506497] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   55.557203] usb 1-1: new high speed USB device using ehci_hcd and address 6
[   59.750002] usb 1-1: khubd timed out on ep0out len=0/0
[   64.143841] usb 1-1: khubd timed out on ep0out len=0/0
[   64.344859] usb 1-1: device not accepting address 6, error -110
[   64.395698] ehci_hcd 0000:00:02.1: port 1 high speed
[   64.395698] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   64.446440] usb 1-1: new high speed USB device using ehci_hcd and address 7
[   68.386351] usb 1-1: khubd timed out on ep0out len=0/0
[   72.780250] usb 1-1: khubd timed out on ep0out len=0/0
[   72.981255] usb 1-1: device not accepting address 7, error -110
[   72.981255] hub 1-0:1.0: unable to enumerate USB device on port 1
[   72.987027] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0008
[   69.681054] usblp 2-3:1.0: usb_probe_interface
[   69.681057] usblp 2-3:1.0: usb_probe_interface - got id
[   72.993833] drivers/usb/core/file.c: looking for a minor, starting at 0
[   72.993833] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0027
[   72.993833] usbcore: registered new interface driver usblp
[   72.993833] initcall usblp_init+0x0/0x1b returned 0 after 48835 msecs
[   72.993833] calling  usb_stor_init+0x0/0x50
[   72.993833] Initializing USB Mass Storage driver...
[   72.993833] usbcore: registered new interface driver usb-storage
[   72.993833] USB Mass Storage support registered.
[   72.993833] initcall usb_stor_init+0x0/0x50 returned 0 after 0 msecs
[   72.993833] calling  usb_usual_init+0x0/0x3e
[   72.993833] usbcore: registered new interface driver libusual
[   72.993833] initcall usb_usual_init+0x0/0x3e returned 0 after 0 msecs
[   72.993833] calling  i8042_init+0x0/0x39f
[   72.993833] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[   72.993833] serio: i8042 KBD port at 0x60,0x64 irq 1
[   72.993833] serio: i8042 AUX port at 0x60,0x64 irq 12
[   72.993833] initcall i8042_init+0x0/0x39f returned 0 after 2 msecs
[   72.993833] calling  mousedev_init+0x0/0x8e
[   72.993833] mice: PS/2 mouse device common for all mice
[   72.993833] initcall mousedev_init+0x0/0x8e returned 0 after 0 msecs
[   72.993833] calling  evdev_init+0x0/0x12
[   72.993833] initcall evdev_init+0x0/0x12 returned 0 after 7 msecs
[   72.993833] calling  atkbd_init+0x0/0x27
[   72.993833] initcall atkbd_init+0x0/0x27 returned 0 after 0 msecs
[   72.993833] calling  psmouse_init+0x0/0x6d
[   73.012838] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[   73.030875] initcall psmouse_init+0x0/0x6d returned 0 after 47 msecs
[   73.030875] calling  i2c_dev_init+0x0/0x9e
[   73.030875] i2c /dev entries driver
[   73.030875] initcall i2c_dev_init+0x0/0x9e returned 0 after 0 msecs
[   73.030875] calling  nforce2_init+0x0/0x1b
[   69.752662] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2d00
[   69.752853] i2c-adapter i2c-2: nForce2 SMBus adapter at 0x2e00
[   69.753025] initcall nforce2_init+0x0/0x1b returned 0 after 0 msecs
[   69.753501] calling  sm_lm85_init+0x0/0x14
[   69.771517] i2c-adapter i2c-2: lm85: Detected SMSC chip
[   69.771618] i2c-adapter i2c-2: lm85: Unrecognized version/stepping 0x68 Defaulting to Generic LM85.
[   69.771825] hwmon-vid: Unknown VRM version of your x86 CPU
[   73.048209] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input3
[   69.785520] i2c-adapter i2c-2: lm85: Detected SMSC chip
[   69.785622] i2c-adapter i2c-2: lm85: Unrecognized version/stepping 0x68 Defaulting to Generic LM85.
[   69.785820] hwmon-vid: Unknown VRM version of your x86 CPU
[   69.793590] initcall sm_lm85_init+0x0/0x14 returned 0 after 37 msecs
[   69.793737] calling  linear_init+0x0/0x12
[   69.793842] md: linear personality registered for level -1
[   69.793948] initcall linear_init+0x0/0x12 returned 0 after 0 msecs
[   69.794067] calling  raid0_init+0x0/0x12
[   69.794180] md: raid0 personality registered for level 0
[   69.794276] initcall raid0_init+0x0/0x12 returned 0 after 0 msecs
[   69.794413] calling  raid_init+0x0/0x12
[   69.794523] md: raid1 personality registered for level 1
[   69.794633] initcall raid_init+0x0/0x12 returned 0 after 0 msecs
[   69.794749] calling  raid5_init+0x0/0x3e
[   69.811536] raid6: int64x1   2054 MB/s
[   69.828525] raid6: int64x2   2773 MB/s
[   69.845529] raid6: int64x4   2281 MB/s
[   69.862520] raid6: int64x8   1492 MB/s
[   69.879507] raid6: sse2x1    2968 MB/s
[   69.896512] raid6: sse2x2    4968 MB/s
[   69.913505] raid6: sse2x4    6128 MB/s
[   69.913600] raid6: using algorithm sse2x4 (6128 MB/s)
[   69.913716] md: raid6 personality registered for level 6
[   69.913823] md: raid5 personality registered for level 5
[   69.913936] md: raid4 personality registered for level 4
[   69.914044] initcall raid5_init+0x0/0x3e returned 0 after 113 msecs
[   69.914156] calling  dm_init+0x0/0x49
[   69.914416] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
[   69.914611] initcall dm_init+0x0/0x49 returned 0 after 0 msecs
[   69.914732] calling  dm_crypt_init+0x0/0x69
[   69.914847] initcall dm_crypt_init+0x0/0x69 returned 0 after 0 msecs
[   69.914969] calling  dm_snapshot_init+0x0/0x1f1
[   69.915163] initcall dm_snapshot_init+0x0/0x1f1 returned 0 after 0 msecs
[   69.915283] calling  dm_mirror_init+0x0/0x2f
[   69.915391] initcall dm_mirror_init+0x0/0x2f returned 0 after 0 msecs
[   69.915522] calling  dm_dirty_log_init+0x0/0x59
[   69.915628] initcall dm_dirty_log_init+0x0/0x59 returned 0 after 0 msecs
[   69.915754] calling  dm_zero_init+0x0/0x31
[   69.915860] initcall dm_zero_init+0x0/0x31 returned 0 after 0 msecs
[   69.915978] calling  edac_init+0x0/0x9d
[   69.916082] EDAC MC: Ver: 2.1.0 Jul 19 2008
[   69.916369] initcall edac_init+0x0/0x9d returned 0 after 0 msecs
[   69.916477] calling  cpufreq_stats_init+0x0/0x8f
[   69.916603] initcall cpufreq_stats_init+0x0/0x8f returned 0 after 0 msecs
[   69.916724] calling  cpufreq_gov_powersave_init+0x0/0x12
[   69.916840] initcall cpufreq_gov_powersave_init+0x0/0x12 returned 0 after 0 msecs
[   69.917049] calling  cpufreq_gov_userspace_init+0x0/0x12
[   69.917155] initcall cpufreq_gov_userspace_init+0x0/0x12 returned 0 after 0 msecs
[   69.917358] calling  cpufreq_gov_dbs_init+0x0/0x46
[   69.917695] initcall cpufreq_gov_dbs_init+0x0/0x46 returned 0 after 0 msecs
[   69.917813] calling  cpufreq_gov_dbs_init+0x0/0x12
[   69.917921] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 0 msecs
[   69.918044] calling  hid_init+0x0/0xb
[   69.918195] initcall hid_init+0x0/0xb returned 0 after 0 msecs
[   69.918305] calling  hid_init+0x0/0x62
[   69.918474] usbcore: registered new interface driver hiddev
[   69.918625] usbcore: registered new interface driver usbhid
[   69.918733] usbhid: v2.6:USB HID core driver
[   69.918829] initcall hid_init+0x0/0x62 returned 0 after 0 msecs
[   69.918967] calling  init_soundcore+0x0/0x59
[   69.919116] initcall init_soundcore+0x0/0x59 returned 0 after 0 msecs
[   69.919247] calling  alsa_sound_init+0x0/0x87
[   69.919359] Advanced Linux Sound Architecture Driver Version 1.0.17.
[   69.919460] initcall alsa_sound_init+0x0/0x87 returned 0 after 0 msecs
[   69.919611] calling  alsa_hwdep_init+0x0/0x64
[   69.919729] initcall alsa_hwdep_init+0x0/0x64 returned 0 after 0 msecs
[   69.919847] calling  alsa_timer_init+0x0/0x162
[   69.920014] initcall alsa_timer_init+0x0/0x162 returned 0 after 0 msecs
[   69.920135] calling  rtctimer_init+0x0/0x115
[   69.920242] initcall rtctimer_init+0x0/0x115 returned 0 after 0 msecs
[   69.920350] calling  alsa_pcm_init+0x0/0x6c
[   69.920459] initcall alsa_pcm_init+0x0/0x6c returned 0 after 0 msecs
[   69.920580] calling  snd_mem_init+0x0/0x2c
[   69.920693] initcall snd_mem_init+0x0/0x2c returned 0 after 0 msecs
[   69.920813] calling  alsa_rawmidi_init+0x0/0x80
[   69.920927] initcall alsa_rawmidi_init+0x0/0x80 returned 0 after 0 msecs
[   69.921045] calling  alsa_mixer_oss_init+0x0/0x3a
[   69.921160] initcall alsa_mixer_oss_init+0x0/0x3a returned 0 after 0 msecs
[   69.921269] calling  alsa_pcm_oss_init+0x0/0x7d
[   69.921385] initcall alsa_pcm_oss_init+0x0/0x7d returned 0 after 0 msecs
[   69.921493] calling  alsa_seq_oss_init+0x0/0x16c
[   69.921792] initcall alsa_seq_oss_init+0x0/0x16c returned 0 after 0 msecs
[   69.921913] calling  alsa_seq_init+0x0/0x57
[   69.922079] initcall alsa_seq_init+0x0/0x57 returned 0 after 0 msecs
[   69.922209] calling  alsa_seq_device_init+0x0/0x5b
[   69.922318] initcall alsa_seq_device_init+0x0/0x5b returned 0 after 0 msecs
[   69.922437] calling  alsa_seq_midi_event_init+0x0/0x8
[   69.922557] initcall alsa_seq_midi_event_init+0x0/0x8 returned 0 after 0 msecs
[   69.922764] calling  alsa_seq_midi_init+0x0/0x3a
[   69.922879] initcall alsa_seq_midi_init+0x0/0x3a returned 0 after 0 msecs
[   69.922996] calling  alsa_seq_midi_emul_init+0x0/0x8
[   69.923092] initcall alsa_seq_midi_emul_init+0x0/0x8 returned 0 after 0 msecs
[   69.923220] calling  alsa_opl3_init+0x0/0x8
[   69.923326] initcall alsa_opl3_init+0x0/0x8 returned 0 after 0 msecs
[   69.923443] calling  alsa_opl3_seq_init+0x0/0x1e
[   69.923565] initcall alsa_opl3_seq_init+0x0/0x1e returned 0 after 0 msecs
[   69.928772] calling  alsa_mpu401_uart_init+0x0/0x8
[   69.928868] initcall alsa_mpu401_uart_init+0x0/0x8 returned 0 after 0 msecs
[   69.929024] calling  alsa_card_cmipci_init+0x0/0x1b
[   69.929569] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 17
[   69.929686] C-Media PCI 0000:01:06.0: PCI INT A -> Link[LNKA] -> GSI 17 (level, low) -> IRQ 17
[   69.931227] initcall alsa_card_cmipci_init+0x0/0x1b returned 0 after 1 msecs
[   69.931375] calling  snd_usb_audio_init+0x0/0x3d
[   69.931543] usbcore: registered new interface driver snd-usb-audio
[   69.931660] initcall snd_usb_audio_init+0x0/0x3d returned 0 after 0 msecs
[   69.931788] calling  alsa_sound_last_init+0x0/0x61
[   69.931913] ALSA device list:
[   69.932043]   #0: C-Media CMI8768 at 0xc800, irq 17
[   69.932158] initcall alsa_sound_last_init+0x0/0x61 returned 0 after 0 msecs
[   69.932308] calling  sysctl_core_init+0x0/0x12
[   69.932505] initcall sysctl_core_init+0x0/0x12 returned 0 after 0 msecs
[   69.932632] calling  flow_cache_init+0x0/0x1bb
[   69.932812] initcall flow_cache_init+0x0/0x1bb returned 0 after 0 msecs
[   69.932940] calling  blackhole_module_init+0x0/0x12
[   69.933076] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 msecs
[   69.933223] calling  sysctl_ipv4_init+0x0/0x4e
[   69.933747] initcall sysctl_ipv4_init+0x0/0x4e returned 0 after 0 msecs
[   69.933886] calling  init_syncookies+0x0/0x19
[   69.934043] initcall init_syncookies+0x0/0x19 returned 0 after 0 msecs
[   69.934200] calling  ipv4_netfilter_init+0x0/0x12
[   69.934325] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 msecs
[   69.934449] calling  inet_diag_init+0x0/0x69
[   69.934573] initcall inet_diag_init+0x0/0x69 returned 0 after 0 msecs
[   69.934698] calling  tcp_diag_init+0x0/0x12
[   69.934823] initcall tcp_diag_init+0x0/0x12 returned 0 after 0 msecs
[   69.934981] calling  bictcp_register+0x0/0x12
[   69.935106] TCP bic registered
[   69.935232] initcall bictcp_register+0x0/0x12 returned 0 after 0 msecs
[   69.935359] calling  cubictcp_register+0x0/0x6e
[   69.935497] TCP cubic registered
[   69.935622] initcall cubictcp_register+0x0/0x6e returned 0 after 0 msecs
[   69.935771] calling  tcp_westwood_register+0x0/0x12
[   69.935895] TCP westwood registered
[   69.936022] initcall tcp_westwood_register+0x0/0x12 returned 0 after 0 msecs
[   69.936169] calling  hstcp_register+0x0/0x12
[   69.936298] TCP highspeed registered
[   69.936412] initcall hstcp_register+0x0/0x12 returned 0 after 0 msecs
[   69.936560] calling  hybla_register+0x0/0x12
[   69.936686] TCP hybla registered
[   69.936803] initcall hybla_register+0x0/0x12 returned 0 after 0 msecs
[   69.936940] calling  htcp_register+0x0/0x12
[   69.937075] TCP htcp registered
[   69.937189] initcall htcp_register+0x0/0x12 returned 0 after 0 msecs
[   69.937343] calling  tcp_vegas_register+0x0/0x14
[   69.937467] TCP vegas registered
[   69.937597] initcall tcp_vegas_register+0x0/0x14 returned 0 after 0 msecs
[   69.937729] calling  tcp_veno_register+0x0/0x14
[   69.937838] TCP veno registered
[   69.937951] initcall tcp_veno_register+0x0/0x14 returned 0 after 0 msecs
[   69.938104] calling  tcp_scalable_register+0x0/0x12
[   69.938228] TCP scalable registered
[   69.938344] initcall tcp_scalable_register+0x0/0x12 returned 0 after 0 msecs
[   69.938482] calling  tcp_lp_register+0x0/0x12
[   69.938611] TCP lp registered
[   69.938730] initcall tcp_lp_register+0x0/0x12 returned 0 after 0 msecs
[   69.938876] calling  tcp_yeah_register+0x0/0x14
[   69.939000] TCP yeah registered
[   69.939117] initcall tcp_yeah_register+0x0/0x14 returned 0 after 0 msecs
[   69.939255] calling  tcp_illinois_register+0x0/0x12
[   69.939389] TCP illinois registered
[   69.939515] initcall tcp_illinois_register+0x0/0x12 returned 0 after 0 msecs
[   69.939672] calling  inet6_init+0x0/0x320
[   69.939901] NET: Registered protocol family 10
[   69.940660] lo: Disabled Privacy Extensions
[   69.942298] initcall inet6_init+0x0/0x320 returned 0 after 2 msecs
[   69.942427] calling  packet_init+0x0/0x47
[   69.942553] NET: Registered protocol family 17
[   69.942674] initcall packet_init+0x0/0x47 returned 0 after 0 msecs
[   69.942795] calling  powernowk8_init+0x0/0x92
[   73.074258] powernow-k8: Found 2 Quad-Core AMD Opteron(tm) Processor 2354 processors (8 cpu cores) (version 2.20.00)
[   69.943326] powernow-k8:    0 : pstate 0 (2200 MHz)
[   69.943443] powernow-k8:    1 : pstate 1 (2000 MHz)
[   69.943568] powernow-k8:    2 : pstate 2 (1700 MHz)
[   69.943666] powernow-k8:    3 : pstate 3 (1400 MHz)
[   69.943797] powernow-k8:    4 : pstate 4 (1100 MHz)
[   74.281345] powernow-k8:    0 : pstate 0 (2200 MHz)
[   74.281345] powernow-k8:    1 : pstate 1 (2000 MHz)
[   74.281345] powernow-k8:    2 : pstate 2 (1700 MHz)
[   74.281345] powernow-k8:    3 : pstate 3 (1400 MHz)
[   74.281345] powernow-k8:    4 : pstate 4 (1100 MHz)
[   73.074258] initcall powernowk8_init+0x0/0x92 returned 0 after 2 msecs
[   73.074258] calling  hpet_insert_resource+0x0/0x23
[   73.074258] initcall hpet_insert_resource+0x0/0x23 returned 0 after 0 msecs
[   73.074258] calling  update_mp_table+0x0/0x492
[   73.074258] initcall update_mp_table+0x0/0x492 returned 0 after 0 msecs
[   73.074258] calling  lapic_insert_resource+0x0/0x40
[   73.074258] initcall lapic_insert_resource+0x0/0x40 returned 0 after 0 msecs
[   73.074258] calling  init_lapic_nmi_sysfs+0x0/0x38
[   73.074258] initcall init_lapic_nmi_sysfs+0x0/0x38 returned 0 after 0 msecs
[   73.074258] calling  ioapic_insert_resources+0x0/0x4f
[   73.074258] initcall ioapic_insert_resources+0x0/0x4f returned 0 after 0 msecs
[   73.074258] calling  check_early_ioremap_leak+0x0/0x42
[   73.074258] initcall check_early_ioremap_leak+0x0/0x42 returned 0 after 0 msecs
[   73.074258] calling  init_oops_id+0x0/0x23
[   73.074258] initcall init_oops_id+0x0/0x23 returned 0 after 0 msecs
[   73.074258] calling  disable_boot_consoles+0x0/0x3a
[   73.074258] initcall disable_boot_consoles+0x0/0x3a returned 0 after 0 msecs
[   73.074258] calling  pm_qos_power_init+0x0/0x61
[   73.074258] initcall pm_qos_power_init+0x0/0x61 returned 0 after 0 msecs
[   73.074258] calling  debugfs_kprobe_init+0x0/0x89
[   73.074258] initcall debugfs_kprobe_init+0x0/0x89 returned 0 after 0 msecs
[   73.074258] calling  random32_reseed+0x0/0x6c
[   73.074258] initcall random32_reseed+0x0/0x6c returned 0 after 0 msecs
[   73.074258] calling  pci_sysfs_init+0x0/0x4c
[   73.074258] initcall pci_sysfs_init+0x0/0x4c returned 0 after 0 msecs
[   73.074258] calling  acpi_wakeup_device_init+0x0/0xb1
[   73.074258] initcall acpi_wakeup_device_init+0x0/0xb1 returned 0 after 0 msecs
[   73.074258] calling  seqgen_init+0x0/0xf
[   73.074258] initcall seqgen_init+0x0/0xf returned 0 after 0 msecs
[   73.074258] calling  saa7134_alsa_init+0x0/0x6e
[   73.074258] saa7134 ALSA driver for DMA sound loaded
[   73.074258] saa7134[0]/alsa: saa7134[0] at 0xfeaffc00 irq 19 registered as card -1
[   73.074258] initcall saa7134_alsa_init+0x0/0x6e returned 0 after 0 msecs
[   73.074258] calling  scsi_complete_async_scans+0x0/0x10c
[   73.074258] initcall scsi_complete_async_scans+0x0/0x10c returned 0 after 0 msecs
[   73.074258] calling  memmap_init+0x0/0x98
[   73.074258] initcall memmap_init+0x0/0x98 returned 0 after 0 msecs
[   73.074258] calling  pci_mmcfg_late_insert_resources+0x0/0x43
[   73.074258] initcall pci_mmcfg_late_insert_resources+0x0/0x43 returned 0 after 0 msecs
[   73.074258] calling  tcp_congestion_default+0x0/0x12
[   73.074258] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 msecs
[   73.074258] md: Autodetecting RAID arrays.
[   73.074258] md: Scanned 0 and added 0 devices.
[   73.074258] md: autorun ...
[   73.074258] md: ... autorun DONE.
[   69.972126] kjournald starting.  Commit interval 5 seconds
[   73.085206] EXT3-fs: mounted filesystem with ordered data mode.
[   73.085206] VFS: Mounted root (ext3 filesystem) readonly.
[   73.085206] Freeing unused kernel memory: 320k freed
[   73.085206] Write protecting the kernel read-only data: 5328k
[   73.488452] md: md0 stopped.
[   73.604213] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0002
[   73.604213] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[   73.604213] hub 1-0:1.0: port 1, status 0501, change 0001, 480 Mb/s
[   73.646177] md: bind<sdc3>
[   73.646177] md: bind<sdb3>
[   73.646177] raid1: raid set md0 active with 2 out of 2 mirrors
[   73.671899] md0: bitmap initialized from disk: read 15/15 pages, set 50 bits
[   73.671899] created bitmap (233 pages) for device md0
[   73.690375] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
[   73.728832] ehci_hcd 0000:00:02.1: port 1 high speed
[   73.728832] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   73.774300] usb 1-1: new high speed USB device using ehci_hcd and address 8
[   71.278038] kjournald starting.  Commit interval 5 seconds
[   73.898197] EXT3-fs: mounted filesystem with ordered data mode.
[   73.774287] usb usb2: uevent
[   73.774307] usb 2-0:1.0: uevent
[   73.774338] usb 2-3: uevent
[   73.774352] usb 2-3:1.0: uevent
[   73.774438] usb usb1: uevent
[   73.774452] usb 1-0:1.0: uevent
[   75.918639] ehci_hcd 0000:00:02.1: port 1 high speed
[   75.918639] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   75.941015] usb 1-1: uevent
[   75.941015] usb 1-1: usb_probe_device
[   75.941015] usb 1-1: configuration #1 chosen from 1 choice
[   75.941835] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[   75.941835] usb 1-1:1.0: uevent
[   75.941835] hub 1-1:1.0: usb_probe_interface
[   75.941835] hub 1-1:1.0: usb_probe_interface - got id
[   75.941835] hub 1-1:1.0: USB hub found
[   75.941835] hub 1-1:1.0: 2 ports detected
[   75.941835] hub 1-1:1.0: compound device; port removable status: FR
[   75.941835] hub 1-1:1.0: individual port power switching
[   75.941835] hub 1-1:1.0: individual port over-current protection
[   75.941835] hub 1-1:1.0: Single TT
[   75.941835] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[   75.941835] hub 1-1:1.0: power on to power good time: 100ms
[   76.001677] hub 1-1:1.0: local power source is good
[   76.001677] hub 1-1:1.0: enabling power on all ports
[   76.043615] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[   76.043615] Symbol init_mm is marked as UNUSED, however this module is using it.
[   76.043615] This symbol will go away in the future.
[   76.043615] Please evalute if this is the right api to use and if it really is, submit a report the linux kernel mailinglist together with submitting your code for inclusion.
[   76.043615] [fglrx]   vendor: 1002 device: 95c0 count: 1
[   76.043615] [fglrx] Maximum main memory to use for locked dma buffers: 15775 MBytes.
[   76.043615] [fglrx:KCL_enable_pat] *ERROR* Pat entry 2 is already configured
[   76.043615] [fglrx] PAT is disabled!
[   76.043615] [fglrx] module loaded - fglrx 8.50.3 [Jun  2 2008] with 1 minors
[   76.049733] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[   76.049733] drivers/usb/core/inode.c: creating file '008'
[   76.049733] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[   76.049733] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   76.049733] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0000
[   76.643132] usb 1-1: khubd timed out on ep0in len=4/4
[   76.693819] hub 1-1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[   76.881833] hub 1-1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[   76.979841] usb 1-1.1: new high speed USB device using ehci_hcd and address 9
[   76.111993] usb 1-1.1: uevent
[   76.112020] usb 1-1.1: usb_probe_device
[   76.112024] usb 1-1.1: configuration #1 chosen from 1 choice
[   76.116866] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
[   76.116879] usb 1-1.1:1.0: uevent
[   76.116895] hub 1-1.1:1.0: usb_probe_interface
[   76.116896] hub 1-1.1:1.0: usb_probe_interface - got id
[   76.116899] hub 1-1.1:1.0: USB hub found
[   76.122178] hub 1-1.1:1.0: 4 ports detected
[   76.122180] hub 1-1.1:1.0: compound device; port removable status: FRRR
[   76.122182] hub 1-1.1:1.0: ganged power switching
[   76.122184] hub 1-1.1:1.0: global over-current protection
[   76.127355] hub 1-1.1:1.0: TT per port
[   76.127358] hub 1-1.1:1.0: TT requires at most 8 FS bit times (666 ns)
[   76.127360] hub 1-1.1:1.0: power on to power good time: 100ms
[   76.136976] hub 1-1.1:1.0: local power source is good
[   76.136979] hub 1-1.1:1.0: no over-current condition exists
[   76.136981] hub 1-1.1:1.0: enabling power on all ports
[   77.240955] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[   77.240955] drivers/usb/core/inode.c: creating file '009'
[   77.240955] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2602
[   77.240955] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   77.282974] hub 1-1:1.0: port 2, status 0101, change 0001, 12 Mb/s
[   77.478496] hub 1-1:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
[   77.642263] usb 1-1.2: new high speed USB device using ehci_hcd and address 10
[   79.366026] usb 1-1.2: skipped 1 descriptor after configuration
[   79.366026] usb 1-1.2: skipped 11 descriptors after interface
[   79.366026] usb 1-1.2: skipped 1 descriptor after endpoint
[   79.366026] usb 1-1.2: skipped 17 descriptors after interface
[   79.366026] usb 1-1.2: skipped 1 descriptor after endpoint
[   79.366026] usb 1-1.2: skipped 4 descriptors after interface
[   79.366026] usb 1-1.2: skipped 1 descriptor after endpoint
[   79.366026] usb 1-1.2: skipped 1 descriptor after endpoint
[   79.366026] usb 1-1.2: skipped 2 descriptors after interface
[   79.366026] usb 1-1.2: skipped 1 descriptor after endpoint
[   79.366026] usb 1-1.2: default language 0x0409
[   79.366026] usb 1-1.2: uevent
[   79.366026] usb 1-1.2: usb_probe_device
[   79.366026] usb 1-1.2: configuration #1 chosen from 1 choice
[   77.976401] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
[   77.976401] usb 1-1.2:1.0: uevent
[   77.976401] usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1)
[   77.976401] usb 1-1.2:1.1: uevent
[   77.976401] usb 1-1.2: adding 1-1.2:1.2 (config #1, interface 2)
[   77.976401] usb 1-1.2:1.2: uevent
[   77.976401] snd-usb-audio 1-1.2:1.2: usb_probe_interface
[   77.976401] snd-usb-audio 1-1.2:1.2: usb_probe_interface - got id
[   78.000897] usb 1-1.2: adding 1-1.2:1.3 (config #1, interface 3)
[   78.000897] usb 1-1.2:1.3: uevent
[   78.000897] drivers/usb/core/inode.c: creating file '010'
[   78.000897] usb 1-1.2: New USB device found, idVendor=046d, idProduct=08ce
[   78.000897] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[   78.000897] usb 1-1.2: SerialNumber: 48ADA3A2
[   78.000897] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0004
[   78.000897] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0006
[   78.008444] hub 1-1.1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[   78.065550] ------------[ cut here ]------------
[   78.065550] WARNING: at include/linux/blkdev.h:447 blk_plug_device+0x5e/0x97()
[   78.065550] Modules linked in: fglrx(P)
[   78.065550] Pid: 3069, comm: mount Tainted: P          2.6.26 #03414-g33af79d-dirty
[   78.065550] 
[   78.065550] Call Trace:
[   78.065550]  [<ffffffff80231f24>] warn_on_slowpath+0x58/0x86
[   78.065550]  [<ffffffff804c4289>] ? bitmap_get_counter+0x156/0x1fa
[   78.065550]  [<ffffffff80337630>] blk_plug_device+0x5e/0x97
[   78.065550]  [<ffffffff804c4d3e>] bitmap_startwrite+0x12a/0x172
[   78.065550]  [<ffffffff802abc04>] ? bio_alloc_bioset+0x4b/0x8f
[   78.065550]  [<ffffffff804b081e>] make_request+0x5c3/0x658
[   78.065550]  [<ffffffff80247c4b>] ? up_read+0x9/0xb
[   78.065550]  [<ffffffff80336bab>] generic_make_request+0x1e3/0x21a
[   78.065550]  [<ffffffff802abb93>] ? bvec_alloc_bs+0x81/0xa7
[   78.065550]  [<ffffffff8033816f>] submit_bio+0x111/0x11a
[   78.065550]  [<ffffffff802a7c40>] submit_bh+0xf0/0x114
[   78.065550]  [<ffffffff802a98d4>] __block_write_full_page+0x1c2/0x2ae
[   78.065550]  [<ffffffff802adad7>] ? blkdev_get_block+0x0/0x4d
[   78.065550]  [<ffffffff802adad7>] ? blkdev_get_block+0x0/0x4d
[   78.065550]  [<ffffffff802a9ab2>] block_write_full_page+0xf2/0xfb
[   78.065550]  [<ffffffff802ad718>] blkdev_writepage+0x13/0x15
[   78.065550]  [<ffffffff80263234>] __writepage+0x12/0x2b
[   78.065550]  [<ffffffff802636e9>] write_cache_pages+0x1ae/0x318
[   78.065550]  [<ffffffff80263222>] ? __writepage+0x0/0x2b
[   78.065550]  [<ffffffff80298fd2>] ? d_splice_alias+0xec/0xf8
[   78.065551]  [<ffffffff80297ccd>] ? __d_lookup+0xe3/0x149
[   78.065551]  [<ffffffff80263872>] generic_writepages+0x1f/0x25
[   78.065551]  [<ffffffff802638a0>] do_writepages+0x28/0x37
[   78.065551]  [<ffffffff8025d80a>] __filemap_fdatawrite_range+0x55/0x60
[   78.065551]  [<ffffffff8025d9af>] filemap_fdatawrite+0x1a/0x1c
[   78.065551]  [<ffffffff8025d9ca>] filemap_write_and_wait+0x19/0x38
[   78.065551]  [<ffffffff802a88fc>] sync_blockdev+0x1b/0x1d
[   78.065551]  [<ffffffff80288b94>] __fsync_super+0x5e/0x6f
[   78.065551]  [<ffffffff80288bb6>] fsync_super+0x11/0x21
[   78.065551]  [<ffffffff80288c10>] do_remount_sb+0x4a/0x194
[   78.065551]  [<ffffffff8029de86>] do_remount+0x111/0x147
[   78.065551]  [<ffffffff8029ea75>] do_mount+0x147/0x1de
[   78.065551]  [<ffffffff8026d574>] ? handle_mm_fault+0x1f9/0x6e5
[   78.065551]  [<ffffffff80262cb2>] ? __alloc_pages_nodemask+0x9/0xb
[   78.065551]  [<ffffffff8027c800>] ? alloc_pages_current+0x96/0x9f
[   78.065551]  [<ffffffff8029eb95>] sys_mount+0x89/0xd5
[   78.065551]  [<ffffffff8023db57>] ? sys_rt_sigprocmask+0x58/0xd7
[   78.065551]  [<ffffffff8020b39b>] system_call_after_swapgs+0x7b/0x80
[   78.065551] 
[   78.065551] ---[ end trace 9acca5737f905b9b ]---
[   78.196936] EXT3 FS on dm-0, internal journal
[   78.263899] hub 1-1.1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[   77.627814] kjournald starting.  Commit interval 5 seconds
[   78.336780] usb 1-1.1.1: new high speed USB device using ehci_hcd and address 11
[   78.368651] EXT3 FS on sdb1, internal journal
[   78.368651] EXT3-fs: mounted filesystem with ordered data mode.
[   77.672814] kjournald starting.  Commit interval 5 seconds
[   78.371075] EXT3 FS on sdc1, internal journal
[   78.371075] EXT3-fs: mounted filesystem with ordered data mode.
[   77.676663] kjournald starting.  Commit interval 5 seconds
[   78.372177] EXT3 FS on sda2, internal journal
[   78.372177] EXT3-fs: mounted filesystem with ordered data mode.
[   78.378496] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
[   78.381238] NTFS volume version 3.1.
[   78.416442] ISO 9660 Extensions: Microsoft Joliet Level 1
[   78.431940] ISOFS: changing to secondary root
[   78.531488] Adding 506036k swap on /dev/mapper/crypt-swap.  Priority:-1 extents:1 across:506036k
[   78.567679] usb 1-1.1.1: skipped 1 descriptor after endpoint
[   78.596270] usb 1-1.1.1: default language 0x0409
[   78.742345] usb 1-1.1.1: uevent
[   78.742345] usb 1-1.1.1: usb_probe_device
[   78.742345] usb 1-1.1.1: configuration #1 chosen from 1 choice
[   78.742345] usb 1-1.1.1: adding 1-1.1.1:1.0 (config #1, interface 0)
[   78.742345] usb 1-1.1.1:1.0: uevent
[   78.742345] usb-storage 1-1.1.1:1.0: usb_probe_interface
[   78.742345] usb-storage 1-1.1.1:1.0: usb_probe_interface - got id
[   78.742345] scsi6 : SCSI emulation for USB Mass Storage devices
[   78.485481] usb-storage: device found at 11
[   78.485485] usb-storage: waiting for device to settle before scanning
[   78.742345] drivers/usb/core/inode.c: creating file '011'
[   78.742345] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=2228
[   78.742345] usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   78.742345] usb 1-1.1.1: Product: Flash Card Reader
[   78.742345] usb 1-1.1.1: Manufacturer: Generic
[   78.742345] usb 1-1.1.1: SerialNumber: 071031504947
[   78.742345] hub 1-1.1:1.0: port 2, status 0301, change 0001, 1.5 Mb/s
[   78.884415] hub 1-1.1:1.0: debounce: port 2: total 100ms stable 100ms status 0x301
[   78.980943] usb 1-1.1.2: new low speed USB device using ehci_hcd and address 12
[   79.345457] usb 1-1.1.2: skipped 1 descriptor after interface
[   79.350448] usb 1-1.1.2: default language 0x0409
[   79.360497] usb 1-1.1.2: uevent
[   79.360520] usb 1-1.1.2: usb_probe_device
[   79.360523] usb 1-1.1.2: configuration #1 chosen from 1 choice
[   79.365897] usb 1-1.1.2: adding 1-1.1.2:1.0 (config #1, interface 0)
[   79.365926] usb 1-1.1.2:1.0: uevent
[   79.365953] usbhid 1-1.1.2:1.0: usb_probe_interface
[   79.365955] usbhid 1-1.1.2:1.0: usb_probe_interface - got id
[   79.376078] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input4
[   79.385863] input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:02.1-1.1.2
[   79.385904] drivers/usb/core/inode.c: creating file '012'
[   79.385927] usb 1-1.1.2: New USB device found, idVendor=046d, idProduct=c044
[   79.385930] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   79.385932] usb 1-1.1.2: Product: USB-PS/2 Optical Mouse
[   79.385934] usb 1-1.1.2: Manufacturer: Logitech
[   79.485834] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0004
[   83.541982] usb-storage: device scan complete
[   83.556829] scsi 6:0:0:0: Direct-Access     Generic  Flash HS-CF      5.39 PQ: 0 ANSI: 0
[   83.757880] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[   83.772274] scsi 6:0:0:1: Direct-Access     Generic  Flash HS-COMBO   5.39 PQ: 0 ANSI: 0
[   84.096936] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[   84.096986] sd 6:0:0:0: Attached scsi generic sg3 type 0
[   84.181962] sd 6:0:0:1: [sde] Attached SCSI removable disk
[   84.182015] sd 6:0:0:1: Attached scsi generic sg4 type 0
[   88.010243] tuner' 0-0043: Cmd VIDIOC_S_STD accepted for analog TV
[   88.010250] tuner' 0-0060: Cmd VIDIOC_S_STD accepted for analog TV
[   88.010253] tuner' 0-0060: tv freq set to 400.00
[   88.016041] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[   88.018148] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[   88.022092] tuner' 0-0043: Cmd VIDIOC_S_STD accepted for analog TV
[   88.022100] tuner' 0-0060: Cmd VIDIOC_S_STD accepted for analog TV
[   88.022104] tuner' 0-0060: tv freq set to 400.00
[   88.027936] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[   88.029932] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[   88.313456] hda: UDMA/66 mode selected
[  115.966566] ACPI: PCI Interrupt Link [LNEB] enabled at IRQ 16
[  115.966582] pci 0000:07:00.0: PCI INT A -> Link[LNEB] -> GSI 16 (level, low) -> IRQ 16
[  117.014595] [fglrx] Reserved FB block: Shared offset:0, size:1000000 
[  117.014608] [fglrx] Reserved FB block: Unshared offset:ff7b000, size:80000 
[  117.014614] [fglrx] Reserved FB block: Unshared offset:fffc000, size:4000 
[  117.102961] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  119.468007] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  119.468018] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  119.470938] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  119.550007] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  119.550018] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  159.175146] kjournald starting.  Commit interval 5 seconds
[  159.198226] EXT3 FS on dm-5, internal journal
[  159.198241] EXT3-fs: mounted filesystem with ordered data mode.
[  184.625952] ehci_hcd 0000:00:02.1: devpath 1.1.2 ep1in 3strikes
[  184.625969] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.626034] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  184.626041] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.626054] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.630945] ehci_hcd 0000:00:02.1: devpath 1.1.1 ep2in 3strikes
[  184.639003] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  184.639009] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.730954] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  184.730967] ehci_hcd 0000:00:02.1: devpath 1.1.2 ep1in 3strikes
[  184.730977] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.731038] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  184.731043] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.731055] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.731106] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  184.731113] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  184.757003] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  184.757016] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.830944] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  184.830955] ehci_hcd 0000:00:02.1: devpath 1.1.2 ep1in 3strikes
[  184.830964] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.831023] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  184.831027] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.831040] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.831099] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  184.831103] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  184.883000] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  184.883012] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.930954] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  184.930968] ehci_hcd 0000:00:02.1: devpath 1.1.2 ep1in 3strikes
[  184.930977] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.931035] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  184.931048] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.931060] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  184.931114] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  184.931119] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  185.031385] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.031452] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  185.031458] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  185.035438] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  185.035445] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.130953] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.130968] ehci_hcd 0000:00:02.1: devpath 1.1.2 ep1in 3strikes
[  185.130979] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.131038] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  185.131042] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.131055] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.131111] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  185.131115] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  185.131122] hub 1-1.1:1.0: Cannot enable port 1.  Maybe the USB cable is bad?
[  185.230949] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.230982] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  185.230988] hub 1-1:1.0: transfer --> -71
[  185.230995] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  185.231055] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  185.231060] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  185.231064] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  185.231068] hub 1-1.1:1.0: transfer --> -71
[  185.231074] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  185.231133] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  185.231139] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  185.231176] hub 1-1.1:1.0: cannot disable port 1 (err = -71)
[  185.235009] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  185.235016] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.330952] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.330964] ehci_hcd 0000:00:02.1: devpath 1.1.2 ep1in 3strikes
[  185.330973] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.331038] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  185.331049] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.331062] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.331111] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  185.331115] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  185.430951] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.431003] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  185.431008] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  185.435001] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  185.435013] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.530952] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.530962] ehci_hcd 0000:00:02.1: devpath 1.1.2 ep1in 3strikes
[  185.530971] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.531031] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  185.531043] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.531055] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.531103] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  185.531107] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  185.630949] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.630997] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  185.631001] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  185.635007] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  185.635013] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.730971] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.730982] ehci_hcd 0000:00:02.1: devpath 1.1.2 ep1in 3strikes
[  185.730993] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.731051] ehci_hcd 0000:00:02.1: reused qh ffff88007f800640 schedule
[  185.731055] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.731067] usb 1-1.1.2: unlink qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  185.731116] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  185.731120] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  185.731130] hub 1-1.1:1.0: Cannot enable port 1.  Maybe the USB cable is bad?
[  185.830965] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.831020] hub 1-1.1:1.0: cannot disable port 1 (err = -71)
[  185.930973] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  185.931030] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  185.931036] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.030963] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.030976] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  186.030981] hub 1-1:1.0: transfer --> -71
[  186.030987] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  186.031052] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  186.031057] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  186.031061] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  186.031065] hub 1-1.1:1.0: transfer --> -71
[  186.031070] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  186.031129] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  186.031141] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  186.031185] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  186.031188] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.130960] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.131010] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  186.131015] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.230969] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.231031] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  186.231035] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.330961] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.331015] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  186.331019] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.331030] hub 1-1.1:1.0: Cannot enable port 1.  Maybe the USB cable is bad?
[  186.430967] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.431024] hub 1-1.1:1.0: cannot disable port 1 (err = -71)
[  186.530964] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.531023] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  186.531027] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.630965] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.631019] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  186.631023] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.730962] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.730998] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  186.731002] hub 1-1:1.0: transfer --> -71
[  186.731009] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  186.731074] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  186.731078] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  186.731083] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  186.731086] hub 1-1.1:1.0: transfer --> -71
[  186.731092] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  186.731151] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  186.731161] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  186.731186] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  186.731190] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.830961] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.831014] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  186.831018] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.930960] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  186.931021] hub 1-1.1:1.0: cannot reset port 1 (err = -71)
[  186.931025] hub 1-1.1:1.0: port 1 not enabled, trying reset again...
[  186.931036] hub 1-1.1:1.0: Cannot enable port 1.  Maybe the USB cable is bad?
[  187.030962] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  187.031018] hub 1-1.1:1.0: cannot disable port 1 (err = -71)
[  187.031027] hub 1-1.1:1.0: logical disconnect on port 1
[  187.130960] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  187.131013] hub 1-1.1:1.0: cannot disable port 1 (err = -71)
[  187.131025] hub 1-1.1:1.0: state 7 ports 4 chg 0002 evt 0000
[  187.131449] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  187.131454] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.131461] sd 6:0:0:0: [sdd] Sense not available.
[  187.131538] sd 6:0:0:0: [sdd] Write Protect is off
[  187.131542] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  187.131546] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  187.131840] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  187.131843] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.131848] sd 6:0:0:0: [sdd] Sense not available.
[  187.131910] sd 6:0:0:0: [sdd] Write Protect is off
[  187.131914] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  187.131917] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  187.133427] sd 6:0:0:1: [sde] READ CAPACITY failed
[  187.133435] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.133443] sd 6:0:0:1: [sde] Sense not available.
[  187.133677] sd 6:0:0:1: [sde] Write Protect is off
[  187.133684] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  187.133688] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  187.134211] sd 6:0:0:1: [sde] READ CAPACITY failed
[  187.134216] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.134222] sd 6:0:0:1: [sde] Sense not available.
[  187.134438] sd 6:0:0:1: [sde] Write Protect is off
[  187.134443] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  187.134447] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  187.134842] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  187.134853] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.134862] sd 6:0:0:0: [sdd] Sense not available.
[  187.134940] sd 6:0:0:0: [sdd] Write Protect is off
[  187.134945] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  187.134950] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  187.135339] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  187.135346] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.135354] sd 6:0:0:0: [sdd] Sense not available.
[  187.135430] sd 6:0:0:0: [sdd] Write Protect is off
[  187.135433] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  187.135437] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  187.137508] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  187.137519] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.137531] sd 6:0:0:0: [sdd] Sense not available.
[  187.137607] sd 6:0:0:0: [sdd] Write Protect is off
[  187.137612] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  187.137616] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  187.137983] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  187.137992] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.138001] sd 6:0:0:0: [sdd] Sense not available.
[  187.138071] sd 6:0:0:0: [sdd] Write Protect is off
[  187.138075] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  187.138079] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  187.140017] sd 6:0:0:1: [sde] READ CAPACITY failed
[  187.140025] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.140033] sd 6:0:0:1: [sde] Sense not available.
[  187.140318] sd 6:0:0:1: [sde] Write Protect is off
[  187.140325] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  187.140329] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  187.140814] sd 6:0:0:1: [sde] READ CAPACITY failed
[  187.140823] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.140829] sd 6:0:0:1: [sde] Sense not available.
[  187.141065] sd 6:0:0:1: [sde] Write Protect is off
[  187.141070] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  187.141074] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  187.230958] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  187.231019] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  187.231025] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  187.264801] sd 6:0:0:1: [sde] READ CAPACITY failed
[  187.264808] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.264816] sd 6:0:0:1: [sde] Sense not available.
[  187.264876] sd 6:0:0:1: [sde] Write Protect is off
[  187.264881] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  187.264885] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  187.265195] sd 6:0:0:1: [sde] READ CAPACITY failed
[  187.265198] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  187.265203] sd 6:0:0:1: [sde] Sense not available.
[  187.265263] sd 6:0:0:1: [sde] Write Protect is off
[  187.265267] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  187.265270] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  187.330961] ehci_hcd 0000:00:02.1: devpath 1.1 ep0in 3strikes
[  187.331016] hub 1-1.1:1.0: hub_port_status failed (err = -71)
[  187.430955] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  187.431008] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  187.431013] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  187.530955] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  187.530990] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  187.530995] hub 1-1:1.0: transfer --> -71
[  187.531003] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  187.531066] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  187.531071] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  187.531076] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  187.531079] hub 1-1.1:1.0: transfer --> -71
[  187.531085] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  187.531147] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  187.531152] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  187.531186] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  187.531190] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  187.630953] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  187.631005] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  187.631009] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  187.730952] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  187.731006] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  187.731011] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  187.731017] hub 1-1.1:1.0: Cannot enable port 2.  Maybe the USB cable is bad?
[  187.830955] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  187.831009] hub 1-1.1:1.0: cannot disable port 2 (err = -71)
[  187.930955] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  187.931007] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  187.931011] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.030951] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.031014] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  188.031019] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.130955] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.131015] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  188.131020] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.230950] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.231004] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  188.231015] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.330952] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.330967] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  188.330972] hub 1-1:1.0: transfer --> -71
[  188.330979] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  188.331040] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  188.331045] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  188.331049] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  188.331053] hub 1-1.1:1.0: transfer --> -71
[  188.331059] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  188.331118] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  188.331124] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  188.331166] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  188.331171] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.331177] hub 1-1.1:1.0: Cannot enable port 2.  Maybe the USB cable is bad?
[  188.430950] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.431004] hub 1-1.1:1.0: cannot disable port 2 (err = -71)
[  188.530948] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.531011] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  188.531022] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.630948] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.631001] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  188.631005] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.730950] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.731008] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  188.731013] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.830950] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.831005] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  188.831010] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.930954] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  188.931006] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  188.931013] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  188.931018] hub 1-1.1:1.0: Cannot enable port 2.  Maybe the USB cable is bad?
[  189.030947] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  189.030985] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  189.030989] hub 1-1:1.0: transfer --> -71
[  189.030999] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  189.031058] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  189.031068] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  189.031073] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  189.031076] hub 1-1.1:1.0: transfer --> -71
[  189.031081] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  189.031144] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  189.031153] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  189.031187] hub 1-1.1:1.0: cannot disable port 2 (err = -71)
[  189.130951] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  189.131003] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  189.131008] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  189.230945] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  189.231002] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  189.231006] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  189.264258] sd 6:0:0:1: [sde] READ CAPACITY failed
[  189.264263] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  189.264271] sd 6:0:0:1: [sde] Sense not available.
[  189.264335] sd 6:0:0:1: [sde] Write Protect is off
[  189.264339] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  189.264343] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  189.264648] sd 6:0:0:1: [sde] READ CAPACITY failed
[  189.264652] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  189.264658] sd 6:0:0:1: [sde] Sense not available.
[  189.264799] sd 6:0:0:1: [sde] Write Protect is off
[  189.264803] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  189.264806] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  189.265720] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  189.265725] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  189.265737] sd 6:0:0:0: [sdd] Sense not available.
[  189.265785] sd 6:0:0:0: [sdd] Write Protect is off
[  189.265789] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  189.265792] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  189.266058] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  189.266062] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  189.266067] sd 6:0:0:0: [sdd] Sense not available.
[  189.266113] sd 6:0:0:0: [sdd] Write Protect is off
[  189.266117] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  189.266120] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  189.330950] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  189.331004] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  189.331011] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  189.430947] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  189.431002] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  189.431006] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  189.530951] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  189.531008] hub 1-1.1:1.0: cannot reset port 2 (err = -71)
[  189.531012] hub 1-1.1:1.0: port 2 not enabled, trying reset again...
[  189.531023] hub 1-1.1:1.0: Cannot enable port 2.  Maybe the USB cable is bad?
[  189.630948] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  189.631000] hub 1-1.1:1.0: cannot disable port 2 (err = -71)
[  189.631006] hub 1-1.1:1.0: logical disconnect on port 2
[  189.730949] ehci_hcd 0000:00:02.1: devpath 1.1 ep0out 3strikes
[  189.731008] hub 1-1.1:1.0: cannot disable port 2 (err = -71)
[  189.731020] hub 1-1.1:1.0: state 7 ports 4 chg 0006 evt 0000
[  189.830948] ehci_hcd 0000:00:02.1: devpath 1.1 ep0in 3strikes
[  189.830985] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  189.830990] hub 1-1:1.0: transfer --> -71
[  189.831000] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  189.831064] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  189.831069] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  189.831074] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  189.831078] hub 1-1.1:1.0: transfer --> -71
[  189.831083] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  189.831143] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  189.831148] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  189.831179] hub 1-1.1:1.0: hub_port_status failed (err = -71)
[  189.930962] ehci_hcd 0000:00:02.1: devpath 1.1 ep0in 3strikes
[  189.931011] hub 1-1.1:1.0: hub_port_status failed (err = -71)
[  190.590991] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  190.591002] hub 1-1:1.0: transfer --> -71
[  190.591019] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  190.591092] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  190.591097] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  190.591103] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  190.591107] hub 1-1.1:1.0: transfer --> -71
[  190.591113] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  190.591172] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  190.591186] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  191.264398] sd 6:0:0:1: [sde] READ CAPACITY failed
[  191.264407] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  191.264414] sd 6:0:0:1: [sde] Sense not available.
[  191.264768] sd 6:0:0:1: [sde] Write Protect is off
[  191.264774] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  191.264779] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  191.266243] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  191.266251] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  191.266258] sd 6:0:0:0: [sdd] Sense not available.
[  191.266305] sd 6:0:0:0: [sdd] Write Protect is off
[  191.266310] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  191.266313] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  191.266524] sd 6:0:0:0: [sdd] READ CAPACITY failed
[  191.266527] sd 6:0:0:0: [sdd] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  191.266533] sd 6:0:0:0: [sdd] Sense not available.
[  191.266598] sd 6:0:0:0: [sdd] Write Protect is off
[  191.266602] sd 6:0:0:0: [sdd] Mode Sense: 00 00 00 00
[  191.266605] sd 6:0:0:0: [sdd] Assuming drive cache: write through
[  191.266302] sd 6:0:0:1: [sde] READ CAPACITY failed
[  191.266308] sd 6:0:0:1: [sde] Result: hostbyte=DID_ERROR driverbyte=DRIVER_OK,SUGGEST_OK
[  191.266314] sd 6:0:0:1: [sde] Sense not available.
[  191.266579] sd 6:0:0:1: [sde] Write Protect is off
[  191.266585] sd 6:0:0:1: [sde] Mode Sense: 00 00 00 00
[  191.266591] sd 6:0:0:1: [sde] Assuming drive cache: write through
[  191.390973] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  191.390982] hub 1-1:1.0: transfer --> -71
[  191.390998] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  191.391071] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  191.391077] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  191.391082] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  191.391087] hub 1-1.1:1.0: transfer --> -71
[  191.391092] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  191.391152] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  191.391165] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  192.091015] ehci_hcd 0000:00:02.1: devpath 1 ep1in 3strikes
[  192.091026] hub 1-1:1.0: transfer --> -71
[  192.091047] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  192.091120] ehci_hcd 0000:00:02.1: reused qh ffff88007f800140 schedule
[  192.091125] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  192.091130] ehci_hcd 0000:00:02.1: devpath 1.1 ep1in 3strikes
[  192.091134] hub 1-1.1:1.0: transfer --> -71
[  192.091141] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  192.091200] ehci_hcd 0000:00:02.1: reused qh ffff88007f800280 schedule
[  192.091213] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  192.091255] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0000
[  192.091260] hub 1-1:1.0: resetting for error -71
[  192.091267] usb 1-1.1: USB disconnect, address 9
[  192.091271] usb 1-1.1.1: USB disconnect, address 11
[  192.091275] usb 1-1.1.1: unregistering device
[  192.091279] usb 1-1.1.1: usb_disable_device nuking all URBs
[  192.091289] usb 1-1.1.1: unregistering interface 1-1.1.1:1.0
[  192.092575] usb 1-1.1.1:1.0: uevent
[  192.092809] usb 1-1.1.1: uevent
[  192.092835] usb 1-1.1.2: USB disconnect, address 12
[  192.092839] usb 1-1.1.2: unregistering device
[  192.092841] usb 1-1.1.2: usb_disable_device nuking all URBs
[  192.092847] usb 1-1.1.2: unregistering interface 1-1.1.2:1.0
[  192.109541] usb 1-1.1.2:1.0: uevent
[  192.109683] usb 1-1.1.2: uevent
[  192.109700] usb 1-1.1: unregistering device
[  192.109702] usb 1-1.1: usb_disable_device nuking all URBs
[  192.109711] usb 1-1.1: unlink qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  192.109774] ehci_hcd 0000:00:02.1: shutdown urb ffff88047dc7fd80 ep1in-intr
[  192.109780] usb 1-1.1: unregistering interface 1-1.1:1.0
[  192.109825] usb 1-1.1:1.0: uevent
[  192.109929] usb 1-1.1: uevent
[  192.109943] usb 1-1.2: USB disconnect, address 10
[  192.109945] usb 1-1.2: unregistering device
[  192.109946] usb 1-1.2: usb_disable_device nuking all URBs
[  192.109950] usb 1-1.2: unregistering interface 1-1.2:1.0
[  192.109982] usb 1-1.2:1.0: uevent
[  192.110022] usb 1-1.2: unregistering interface 1-1.2:1.1
[  192.110054] usb 1-1.2:1.1: uevent
[  192.110098] usb 1-1.2: unregistering interface 1-1.2:1.2
[  192.110314] usb 1-1.2:1.2: uevent
[  192.110323] usb 1-1.2: unregistering interface 1-1.2:1.3
[  192.110356] usb 1-1.2:1.3: uevent
[  192.110431] usb 1-1.2: uevent
[  192.110444] usb 1-1: unlink qh256-0001/ffff88007f800140 start 255 [1/0 us]
[  192.161659] ehci_hcd 0000:00:02.1: port 1 high speed
[  192.161674] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001007 POWER sig=se0 PE CSC CONNECT
[  192.161693] hub 1-0:1.0: logical disconnect on port 1
[  192.161702] hub 1-1:1.0: enabling power on all ports
[  192.261989] hub 1-1:1.0: activate --> -19
[  192.262000] hub 1-1:1.0: error resetting hub: -19
[  192.262008] hub 1-0:1.0: state 7 ports 10 chg 0002 evt 0000
[  192.262019] hub 1-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[  192.262026] usb 1-1: USB disconnect, address 8
[  192.262032] usb 1-1: unregistering device
[  192.262039] usb 1-1: usb_disable_device nuking all URBs
[  192.262050] usb 1-1: unregistering interface 1-1:1.0
[  192.262153] usb 1-1:1.0: uevent
[  192.262356] usb 1-1: uevent
[  192.313227] ehci_hcd 0000:00:02.1: port 1 high speed
[  192.313240] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[  192.363987] usb 1-1: new high speed USB device using ehci_hcd and address 13
[  197.373971] usb 1-1: khubd timed out on ep0in len=18/64
[  197.425632] ehci_hcd 0000:00:02.1: port 1 high speed
[  197.425646] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[  202.486374] usb 1-1: khubd timed out on ep0out len=0/0
[  207.697371] usb 1-1: khubd timed out on ep0out len=0/0
[  207.898357] usb 1-1: device not accepting address 13, error -110
[  207.949569] ehci_hcd 0000:00:02.1: port 1 high speed
[  207.949582] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[  208.000378] usb 1-1: new high speed USB device using ehci_hcd and address 14
[  213.010361] usb 1-1: khubd timed out on ep0in len=18/64
[  213.061589] ehci_hcd 0000:00:02.1: port 1 high speed
[  213.061600] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[  218.122388] usb 1-1: khubd timed out on ep0out len=0/0
[  223.333039] usb 1-1: khubd timed out on ep0out len=0/0
[  223.534045] usb 1-1: device not accepting address 14, error -110
[  223.585260] ehci_hcd 0000:00:02.1: port 1 high speed
[  223.585273] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[  223.636038] usb 1-1: new high speed USB device using ehci_hcd and address 15
[  228.646787] usb 1-1: khubd timed out on ep0out len=0/0
[  233.857284] usb 1-1: khubd timed out on ep0out len=0/0
[  234.058288] usb 1-1: device not accepting address 15, error -110
[  234.109534] ehci_hcd 0000:00:02.1: port 1 high speed
[  234.109547] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[  234.160280] usb 1-1: new high speed USB device using ehci_hcd and address 16
[  239.170228] usb 1-1: khubd timed out on ep0out len=0/0
[  244.381187] usb 1-1: khubd timed out on ep0out len=0/0
[  244.582171] usb 1-1: device not accepting address 16, error -110
[  244.582200] hub 1-0:1.0: unable to enumerate USB device on port 1
[  246.683573] hub 1-0:1.0: hub_suspend
[  246.683589] usb usb1: bus auto-suspend
[  246.683596] ehci_hcd 0000:00:02.1: suspend root hub
[  246.683632] usb usb1: usb resume
[  246.689130] ehci_hcd 0000:00:02.1: resume root hub
[  246.748127] hub 1-0:1.0: hub_resume
[  246.748148] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[  246.748181] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[  246.748199] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[  246.748208] hub 1-0:1.0: port 1, status 0501, change 0001, 480 Mb/s
[  246.852135] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
[  246.903778] ehci_hcd 0000:00:02.1: port 1 high speed
[  246.903791] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[  246.954149] usb 1-1: new high speed USB device using ehci_hcd and address 17
[  247.005341] ehci_hcd 0000:00:02.1: port 1 high speed
[  247.005354] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[  247.068810] usb 1-1: uevent
[  247.068849] usb 1-1: usb_probe_device
[  247.068854] usb 1-1: configuration #1 chosen from 1 choice
[  247.068986] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[  247.069009] usb 1-1:1.0: uevent
[  247.069031] hub 1-1:1.0: usb_probe_interface
[  247.069034] hub 1-1:1.0: usb_probe_interface - got id
[  247.069039] hub 1-1:1.0: USB hub found
[  247.069109] hub 1-1:1.0: 2 ports detected
[  247.069113] hub 1-1:1.0: compound device; port removable status: FR
[  247.069116] hub 1-1:1.0: individual port power switching
[  247.069119] hub 1-1:1.0: individual port over-current protection
[  247.069123] hub 1-1:1.0: Single TT
[  247.069126] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[  247.069130] hub 1-1:1.0: power on to power good time: 100ms
[  247.069363] hub 1-1:1.0: local power source is good
[  247.069368] hub 1-1:1.0: enabling power on all ports
[  247.170148] usb 1-1: link qh256-0001/ffff88007f8000a0 start 255 [1/0 us]
[  247.170258] drivers/usb/core/inode.c: creating file '017'
[  247.170293] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[  247.170298] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  247.170334] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0000
[  247.170595] hub 1-1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[  247.274474] hub 1-1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[  247.285462] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
[  247.347471] usb 1-1.1: new high speed USB device using ehci_hcd and address 18
[  247.360454] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
[  247.435765] usb 1-1.1: uevent
[  247.435797] usb 1-1.1: usb_probe_device
[  247.435802] usb 1-1.1: configuration #1 chosen from 1 choice
[  247.435945] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
[  247.435969] usb 1-1.1:1.0: uevent
[  247.435992] hub 1-1.1:1.0: usb_probe_interface
[  247.436002] hub 1-1.1:1.0: usb_probe_interface - got id
[  247.436006] hub 1-1.1:1.0: USB hub found
[  247.436069] hub 1-1.1:1.0: 4 ports detected
[  247.436073] hub 1-1.1:1.0: compound device; port removable status: FRRR
[  247.436077] hub 1-1.1:1.0: ganged power switching
[  247.436080] hub 1-1.1:1.0: global over-current protection
[  247.436249] hub 1-1.1:1.0: TT per port
[  247.436254] hub 1-1.1:1.0: TT requires at most 8 FS bit times (666 ns)
[  247.436258] hub 1-1.1:1.0: power on to power good time: 100ms
[  247.436446] hub 1-1.1:1.0: local power source is good
[  247.436456] hub 1-1.1:1.0: no over-current condition exists
[  247.436460] hub 1-1.1:1.0: enabling power on all ports
[  247.537148] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[  247.537176] drivers/usb/core/inode.c: creating file '018'
[  247.537217] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2602
[  247.537223] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[  247.537433] hub 1-1:1.0: port 2, status 0101, change 0001, 12 Mb/s
[  247.642564] hub 1-1:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
[  247.653416] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[  247.715429] usb 1-1.2: new high speed USB device using ehci_hcd and address 19
[  247.731410] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[  247.933643] usb 1-1.2: skipped 1 descriptor after configuration
[  247.933653] usb 1-1.2: skipped 11 descriptors after interface
[  247.933659] usb 1-1.2: skipped 1 descriptor after endpoint
[  247.933664] usb 1-1.2: skipped 17 descriptors after interface
[  247.933677] usb 1-1.2: skipped 1 descriptor after endpoint
[  247.933680] usb 1-1.2: skipped 4 descriptors after interface
[  247.933685] usb 1-1.2: skipped 1 descriptor after endpoint
[  247.933689] usb 1-1.2: skipped 1 descriptor after endpoint
[  247.933692] usb 1-1.2: skipped 2 descriptors after interface
[  247.933700] usb 1-1.2: skipped 1 descriptor after endpoint
[  247.935511] usb 1-1.2: default language 0x0409
[  247.938830] usb 1-1.2: uevent
[  247.938867] usb 1-1.2: usb_probe_device
[  247.938872] usb 1-1.2: configuration #1 chosen from 1 choice
[  247.939014] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
[  247.939048] usb 1-1.2:1.0: uevent
[  247.939132] usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1)
[  247.939162] usb 1-1.2:1.1: uevent
[  247.939191] usb 1-1.2: adding 1-1.2:1.2 (config #1, interface 2)
[  247.939220] usb 1-1.2:1.2: uevent
[  247.939252] snd-usb-audio 1-1.2:1.2: usb_probe_interface
[  247.939261] snd-usb-audio 1-1.2:1.2: usb_probe_interface - got id
[  247.976585] usb 1-1.2: adding 1-1.2:1.3 (config #1, interface 3)
[  247.976636] usb 1-1.2:1.3: uevent
[  247.976661] drivers/usb/core/inode.c: creating file '019'
[  247.976692] usb 1-1.2: New USB device found, idVendor=046d, idProduct=08ce
[  247.976697] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[  247.976702] usb 1-1.2: SerialNumber: 48ADA3A2
[  247.976708] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0002
[  247.977393] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0006
[  247.978505] hub 1-1.1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[  248.083391] hub 1-1.1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[  248.094370] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
[  248.156374] usb 1-1.1.1: new high speed USB device using ehci_hcd and address 20
[  248.175362] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
[  248.270488] usb 1-1.1.1: skipped 1 descriptor after endpoint
[  248.278224] usb 1-1.1.1: default language 0x0409
[  248.320298] usb 1-1.1.1: uevent
[  248.320335] usb 1-1.1.1: usb_probe_device
[  248.320341] usb 1-1.1.1: configuration #1 chosen from 1 choice
[  248.320471] usb 1-1.1.1: adding 1-1.1.1:1.0 (config #1, interface 0)
[  248.320504] usb 1-1.1.1:1.0: uevent
[  248.320541] usb-storage 1-1.1.1:1.0: usb_probe_interface
[  248.320549] usb-storage 1-1.1.1:1.0: usb_probe_interface - got id
[  248.326010] scsi7 : SCSI emulation for USB Mass Storage devices
[  248.326841] drivers/usb/core/inode.c: creating file '020'
[  248.326882] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=2228
[  248.326888] usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[  248.326892] usb 1-1.1.1: Product: Flash Card Reader
[  248.326895] usb 1-1.1.1: Manufacturer: Generic
[  248.326898] usb 1-1.1.1: SerialNumber: 071031504947
[  248.326926] usb-storage: device found at 20
[  248.328107] hub 1-1.1:1.0: port 2, status 0301, change 0001, 1.5 Mb/s
[  248.334490] usb-storage: device scan complete
[  248.338409] scsi 7:0:0:0: Direct-Access     Generic  Flash HS-CF      5.39 PQ: 0 ANSI: 0
[  248.341888] scsi 7:0:0:1: Direct-Access     Generic  Flash HS-COMBO   5.39 PQ: 0 ANSI: 0
[  248.348181] sd 7:0:0:0: [sdd] Attached SCSI removable disk
[  248.348266] sd 7:0:0:0: Attached scsi generic sg3 type 0
[  248.353050] sd 7:0:0:1: [sde] Attached SCSI removable disk
[  248.353126] sd 7:0:0:1: Attached scsi generic sg4 type 0
[  248.434345] hub 1-1.1:1.0: debounce: port 2: total 100ms stable 100ms status 0x301
[  248.445330] hub 1-1.1:1.0: port 2 not reset yet, waiting 10ms
[  248.507337] usb 1-1.1.2: new low speed USB device using ehci_hcd and address 21
[  248.520320] hub 1-1.1:1.0: port 2 not reset yet, waiting 10ms
[  248.597820] usb 1-1.1.2: skipped 1 descriptor after interface
[  248.598312] usb 1-1.1.2: default language 0x0409
[  248.600635] usb 1-1.1.2: uevent
[  248.600673] usb 1-1.1.2: usb_probe_device
[  248.600678] usb 1-1.1.2: configuration #1 chosen from 1 choice
[  248.601070] usb 1-1.1.2: adding 1-1.1.2:1.0 (config #1, interface 0)
[  248.601104] usb 1-1.1.2:1.0: uevent
[  248.601151] usbhid 1-1.1.2:1.0: usb_probe_interface
[  248.601156] usbhid 1-1.1.2:1.0: usb_probe_interface - got id
[  248.604231] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input5
[  248.609670] usb 1-1.1.2: link qh1-0e01/ffff88007f8003c0 start 0 [1/2 us]
[  248.617633] input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:02.1-1.1.2
[  248.617713] drivers/usb/core/inode.c: creating file '021'
[  248.617745] usb 1-1.1.2: New USB device found, idVendor=046d, idProduct=c044
[  248.617753] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[  248.617759] usb 1-1.1.2: Product: USB-PS/2 Optical Mouse
[  248.617765] usb 1-1.1.2: Manufacturer: Logitech
[  248.618441] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0002

[-- Attachment #3: dmesg-before-fastboot --]
[-- Type: text/plain, Size: 108382 bytes --]

[    0.000000] Linux version 2.6.26 (simon@redrum) (gcc version 4.1.2 (Gentoo 4.1.2 p1.0.2)) #03415-gfa63e86-dirty SMP PREEMPT 2008-07-19T02:49:13+0100
[    0.000000] Command line: root=/dev/sdb1 ro init=/startup vga=0xf07 sysrq_always_enabled usbhid.mousepoll=1 tuner.debug=1 initcall_debug=1
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009fc00 (usable)
[    0.000000]  BIOS-e820: 000000000009fc00 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000e0000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007ffd0000 (usable)
[    0.000000]  BIOS-e820: 000000007ffd0000 - 000000007ffde000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007ffde000 - 0000000080000000 (ACPI NVS)
[    0.000000]  BIOS-e820: 00000000e0000000 - 00000000f0000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[    0.000000]  BIOS-e820: 00000000fee00000 - 00000000fef00000 (reserved)
[    0.000000]  BIOS-e820: 0000000100000000 - 0000000480000000 (usable)
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   Centaur CentaurHauls
[    0.000000] last_pfn = 0x480000 max_arch_pfn = 0x3ffffffff
[    0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[    0.000000] last_pfn = 0x7ffd0 max_arch_pfn = 0x3ffffffff
[    0.000000] init_memory_mapping
[    0.000000] Using GB pages for direct mapping
[    0.000000]  0000000000 - 0040000000 page 1G
[    0.000000]  0040000000 - 007fe00000 page 2M
[    0.000000]  007fe00000 - 007ffd0000 page 4k
[    0.000000] kernel direct mapping tables up to 7ffd0000 @ 8000-b000
[    0.000000] last_map_addr: 7ffd0000 end: 7ffd0000
[    0.000000] init_memory_mapping
[    0.000000] Using GB pages for direct mapping
[    0.000000]  0100000000 - 0480000000 page 1G
[    0.000000] kernel direct mapping tables up to 480000000 @ a000-b000
[    0.000000] last_map_addr: 480000000 end: 480000000
[    0.000000] DMI present.
[    0.000000] ACPI: RSDP 000F9680, 0024 (r2 ACPIAM)
[    0.000000] ACPI: XSDT 7FFD0100, 005C (r1 040208 XSDT1120 20080402 MSFT       97)
[    0.000000] ACPI: FACP 7FFD0290, 00F4 (r3 040208 FACP1120 20080402 MSFT       97)
[    0.000000] ACPI: DSDT 7FFD0470, 4D61 (r1  0AAAA 0AAAA000        0 INTL 20051117)
[    0.000000] ACPI: FACS 7FFDE000, 0040
[    0.000000] ACPI: APIC 7FFD0390, 00A0 (r1 040208 APIC1120 20080402 MSFT       97)
[    0.000000] ACPI: MCFG 7FFD0430, 003C (r1 040208 OEMMCFG  20080402 MSFT       97)
[    0.000000] ACPI: OEMB 7FFDE040, 0091 (r1 040208 OEMB1120 20080402 MSFT       97)
[    0.000000] ACPI: SRAT 7FFD51E0, 0150 (r1 AMD    HAMMER          1 AMD         1)
[    0.000000] ACPI: HPET 7FFD5330, 0038 (r1 040208 OEMHPET0 20080402 MSFT       97)
[    0.000000] ACPI: SSDT 7FFD5370, 143C (r1 A M I  POWERNOW        1 AMD         1)
[    0.000000] SRAT: PXM 0 -> APIC 0 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 1 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 2 -> Node 0
[    0.000000] SRAT: PXM 0 -> APIC 3 -> Node 0
[    0.000000] SRAT: PXM 1 -> APIC 4 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 5 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 6 -> Node 1
[    0.000000] SRAT: PXM 1 -> APIC 7 -> Node 1
[    0.000000] SRAT: Node 0 PXM 0 0-a0000
[    0.000000] Entering add_active_range(0, 0x0, 0x9f) 0 entries of 256 used
[    0.000000] SRAT: Node 0 PXM 0 100000-80000000
[    0.000000] Entering add_active_range(0, 0x100, 0x7ffd0) 1 entries of 256 used
[    0.000000] SRAT: Node 0 PXM 0 100000000-280000000
[    0.000000] Entering add_active_range(0, 0x100000, 0x280000) 2 entries of 256 used
[    0.000000] SRAT: Node 1 PXM 1 280000000-480000000
[    0.000000] Entering add_active_range(1, 0x280000, 0x480000) 3 entries of 256 used
[    0.000000] NUMA: Allocated memnodemap from a000 - 13040
[    0.000000] NUMA: Using 20 for the hash shift.
[    0.000000] Bootmem setup node 0 0000000000000000-0000000280000000
[    0.000000]   NODE_DATA [0000000000001000 - 0000000000002fff]
[    0.000000]   bootmap [0000000000014000 -  0000000000063fff] pages 50
[    0.000000] (6 early reservations) ==> bootmem
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE ==> [0000006000 - 0000008000]
[    0.000000]   #2 [0000200000 - 0000983d08]    TEXT DATA BSS ==> [0000200000 - 0000983d08]
[    0.000000]   #3 [000009fc00 - 0000100000]    BIOS reserved ==> [000009fc00 - 0000100000]
[    0.000000]   #4 [0000008000 - 000000a000]          PGTABLE ==> [0000008000 - 000000a000]
[    0.000000]   #5 [000000a000 - 0000013040]       MEMNODEMAP ==> [000000a000 - 0000013040]
[    0.000000] Bootmem setup node 1 0000000280000000-0000000480000000
[    0.000000]   NODE_DATA [0000000280000000 - 0000000280001fff]
[    0.000000]   bootmap [0000000280002000 -  0000000280041fff] pages 40
[    0.000000] (6 early reservations) ==> bootmem
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page
[    0.000000]   #1 [0000006000 - 0000008000]       TRAMPOLINE
[    0.000000]   #2 [0000200000 - 0000983d08]    TEXT DATA BSS
[    0.000000]   #3 [000009fc00 - 0000100000]    BIOS reserved
[    0.000000]   #4 [0000008000 - 000000a000]          PGTABLE
[    0.000000]   #5 [000000a000 - 0000013040]       MEMNODEMAP
[    0.000000] Scan SMP from ffff880000000000 for 1024 bytes.
[    0.000000] Scan SMP from ffff88000009fc00 for 1024 bytes.
[    0.000000] Scan SMP from ffff8800000f0000 for 65536 bytes.
[    0.000000] found SMP MP-table at [ffff8800000ff780] 000ff780
[    0.000000]  [ffffe20000000000-ffffe20008bfffff] PMD -> [ffff880028200000-ffff88002f1fffff] on node 0
[    0.000000]  [ffffe20008c00000-ffffe2000fbfffff] PMD -> [ffff880280200000-ffff8802871fffff] on node 1
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   DMA32    0x00001000 -> 0x00100000
[    0.000000]   Normal   0x00100000 -> 0x00480000
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[4] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007ffd0
[    0.000000]     0: 0x00100000 -> 0x00280000
[    0.000000]     1: 0x00280000 -> 0x00480000
[    0.000000] On node 0 totalpages: 2097007
[    0.000000]   DMA zone: 56 pages used for memmap
[    0.000000]   DMA zone: 2035 pages reserved
[    0.000000]   DMA zone: 1908 pages, LIFO batch:0
[    0.000000]   DMA32 zone: 14280 pages used for memmap
[    0.000000]   DMA32 zone: 505864 pages, LIFO batch:31
[    0.000000]   Normal zone: 21504 pages used for memmap
[    0.000000]   Normal zone: 1551360 pages, LIFO batch:31
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] On node 1 totalpages: 2097152
[    0.000000]   DMA zone: 0 pages used for memmap
[    0.000000]   DMA32 zone: 0 pages used for memmap
[    0.000000]   Normal zone: 28672 pages used for memmap
[    0.000000]   Normal zone: 2068480 pages, LIFO batch:31
[    0.000000]   Movable zone: 0 pages used for memmap
[    0.000000] ACPI: PM-Timer IO Port: 0x2008
[    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[0x02] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x04] lapic_id[0x03] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x05] lapic_id[0x04] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x06] lapic_id[0x05] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x07] lapic_id[0x06] enabled)
[    0.000000] ACPI: LAPIC (acpi_id[0x08] lapic_id[0x07] enabled)
[    0.000000] ACPI: IOAPIC (id[0x08] address[0xfec00000] gsi_base[0])
[    0.000000] IOAPIC[0]: apic_id 8, version 0, 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: INT_SRC_OVR (bus 0 bus_irq 14 global_irq 14 high edge)
[    0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 15 global_irq 15 high edge)
[    0.000000] ACPI: IRQ0 used by override.
[    0.000000] ACPI: IRQ2 used by override.
[    0.000000] ACPI: IRQ9 used by override.
[    0.000000] ACPI: IRQ14 used by override.
[    0.000000] ACPI: IRQ15 used by override.
[    0.000000] Setting APIC routing to flat
[    0.000000] ACPI: HPET id: 0x10de8201 base: 0xfed00000
[    0.000000] Using ACPI (MADT) for SMP configuration information
[    0.000000] SMP: Allowing 8 CPUs, 0 hotplug CPUs
[    0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:60000000)
[    0.000000] PERCPU: Allocating 42752 bytes of per cpu data
[    0.000000] NR_CPUS: 8, nr_cpu_ids: 8, nr_node_ids 2
[    0.000000] Built 2 zonelists in Zone order, mobility grouping on.  Total pages: 4127612
[    0.000000] Policy zone: Normal
[    0.000000] Kernel command line: root=/dev/sdb1 ro init=/startup vga=0xf07 sysrq_always_enabled usbhid.mousepoll=1 tuner.debug=1 initcall_debug=1
[    0.000000] debug: sysrq always enabled.
[    0.000000] Initializing CPU#0
[    0.000000] PID hash table entries: 4096 (order: 12, 32768 bytes)
[    0.000000] Extended CMOS year: 2000
[    0.000000] TSC calibrated against PM_TIMER
[    0.000000] Detected 2200.088 MHz processor.
[    0.001999] spurious 8259A interrupt: IRQ7.
[    0.001999] Console: colour VGA+ 80x60
[    0.001999] console [tty0] enabled
[    0.001999] Checking aperture...
[    0.001999] No AGP bridge found
[    0.001999] Node 0: aperture @ 80000000 size 1024 MB
[    0.001999] Node 1: aperture @ 80000000 size 1024 MB
[    0.001999] Memory: 16538500k/18874368k available (3947k kernel code, 238136k reserved, 1876k data, 320k init)
[    0.001999] CPA: page pool initialized 1 of 1 pages preallocated
[    0.001999] hpet clockevent registered
[    0.001999] Calibrating delay loop (skipped), value calculated using timer frequency.. <6>4400.17 BogoMIPS (lpj=2200085)
[    0.003675] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.011888] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.015539] Mount-cache hash table entries: 256
[    0.015822] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.015929] CPU: L2 Cache: 512K (64 bytes/line)
[    0.015997] CPU 0/0 -> Node 0
[    0.015997] tseg: 0000000000
[    0.015997] CPU: Physical Processor ID: 0
[    0.015997] CPU: Processor Core ID: 0
[    0.015997] using C1E aware idle routine
[    0.016123] ACPI: Core revision 20080609
[    0.036580] CPU0: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.036736] Using local APIC timer interrupts.
[    0.037994] APIC timer calibration result 12500507
[    0.037994] Detected 12.500 MHz APIC timer.
[    0.037994] Booting processor 1/1 ip 6000
[    0.047992] Initializing CPU#1
[    0.108302] Calibrating delay using timer specific routine.. <6>4404.49 BogoMIPS (lpj=2202245)
[    0.108309] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.108311] CPU: L2 Cache: 512K (64 bytes/line)
[    0.108313] CPU 1/1 -> Node 0
[    0.108315] CPU: Physical Processor ID: 0
[    0.108316] CPU: Processor Core ID: 1
[    0.108698] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.108979] CPU1: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.109983] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.111000] Booting processor 2/2 ip 6000
[    0.121981] Initializing CPU#2
[    0.182547] Calibrating delay using timer specific routine.. <6>4404.39 BogoMIPS (lpj=2202198)
[    0.182553] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.182555] CPU: L2 Cache: 512K (64 bytes/line)
[    0.182557] CPU 2/2 -> Node 0
[    0.182559] CPU: Physical Processor ID: 0
[    0.182560] CPU: Processor Core ID: 2
[    0.182968] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.182972] CPU2: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.183971] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.184971] Booting processor 3/3 ip 6000
[    0.194970] Initializing CPU#3
[    0.255417] Calibrating delay using timer specific routine.. <6>4404.40 BogoMIPS (lpj=2202200)
[    0.255424] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.255425] CPU: L2 Cache: 512K (64 bytes/line)
[    0.255427] CPU 3/3 -> Node 0
[    0.255429] CPU: Physical Processor ID: 0
[    0.255430] CPU: Processor Core ID: 3
[    0.255820] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    0.255960] CPU3: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.256960] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.258219] Booting processor 4/4 ip 6000
[    0.269958] Initializing CPU#4
[    0.330274] Calibrating delay using timer specific routine.. <6>4400.36 BogoMIPS (lpj=2200181)
[    0.330282] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.330284] CPU: L2 Cache: 512K (64 bytes/line)
[    0.330286] CPU 4/4 -> Node 1
[    0.330288] CPU: Physical Processor ID: 1
[    0.330289] CPU: Processor Core ID: 0
[    0.330709] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    0.330949] CPU4: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.331928] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    0.332949] Booting processor 5/5 ip 6000
[    0.342947] Initializing CPU#5
[    0.403324] Calibrating delay using timer specific routine.. <6>4400.36 BogoMIPS (lpj=2200183)
[    0.403331] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.403333] CPU: L2 Cache: 512K (64 bytes/line)
[    0.403335] CPU 5/5 -> Node 1
[    0.403338] CPU: Physical Processor ID: 1
[    0.403339] CPU: Processor Core ID: 1
[    0.403761] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    0.403938] CPU5: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.404938] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    0.406180] Booting processor 6/6 ip 6000
[    0.416936] Initializing CPU#6
[    0.477379] Calibrating delay using timer specific routine.. <6>4400.38 BogoMIPS (lpj=2200194)
[    0.477386] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.477388] CPU: L2 Cache: 512K (64 bytes/line)
[    0.477390] CPU 6/6 -> Node 1
[    0.477393] CPU: Physical Processor ID: 1
[    0.477394] CPU: Processor Core ID: 2
[    0.477811] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    0.477926] CPU6: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.478926] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    0.479926] Booting processor 7/7 ip 6000
[    0.489925] Initializing CPU#7
[    0.550314] Calibrating delay using timer specific routine.. <6>4400.36 BogoMIPS (lpj=2200180)
[    0.550323] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.550324] CPU: L2 Cache: 512K (64 bytes/line)
[    0.550326] CPU 7/7 -> Node 1
[    0.550329] CPU: Physical Processor ID: 1
[    0.550330] CPU: Processor Core ID: 3
[    0.550755] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    0.550923] CPU7: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.551895] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    0.552923] Brought up 8 CPUs
[    0.552923] Total of 8 processors activated (35214.93 BogoMIPS).
[    0.552923] calling  init_cpufreq_transition_notifier_list+0x0/0x1b
[    0.552923] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 msecs
[    0.553043] calling  net_ns_init+0x0/0x182
[    0.553142] net_namespace: 1224 bytes
[    0.553245] initcall net_ns_init+0x0/0x182 returned 0 after 0 msecs
[    0.553364] calling  cpufreq_tsc+0x0/0x16
[    0.553466] initcall cpufreq_tsc+0x0/0x16 returned 0 after 0 msecs
[    0.553584] calling  init_smp_flush+0x0/0x4a
[    0.553682] initcall init_smp_flush+0x0/0x4a returned 0 after 0 msecs
[    0.553803] calling  sysctl_init+0x0/0x32
[    0.554034] initcall sysctl_init+0x0/0x32 returned 0 after 0 msecs
[    0.554176] calling  ksysfs_init+0x0/0xbb
[    0.554294] initcall ksysfs_init+0x0/0xbb returned 0 after 0 msecs
[    0.554434] calling  init_jiffies_clocksource+0x0/0x12
[    0.554550] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 msecs
[    0.554774] calling  pm_init+0x0/0x34
[    0.554891] initcall pm_init+0x0/0x34 returned 0 after 0 msecs
[    0.555032] calling  filelock_init+0x0/0x2e
[    0.555163] initcall filelock_init+0x0/0x2e returned 0 after 0 msecs
[    0.555303] calling  init_script_binfmt+0x0/0x12
[    0.555415] initcall init_script_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.555540] calling  init_elf_binfmt+0x0/0x12
[    0.555651] initcall init_elf_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.555777] calling  init_compat_elf_binfmt+0x0/0x12
[    0.555889] initcall init_compat_elf_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.556028] calling  debugfs_init+0x0/0x51
[    0.556133] initcall debugfs_init+0x0/0x51 returned 0 after 0 msecs
[    0.556267] calling  calibrate_xor_blocks+0x0/0xa7
[    0.556369] xor: automatically using best checksumming function: generic_sse
[    0.560985]    generic_sse:  8612.000 MB/sec
[    0.561081] xor: using function: generic_sse (8612.000 MB/sec)
[    0.561205] initcall calibrate_xor_blocks+0x0/0xa7 returned 0 after 4 msecs
[    0.561324] calling  random32_init+0x0/0x5b
[    0.561432] initcall random32_init+0x0/0x5b returned 0 after 0 msecs
[    0.561543] calling  cpufreq_core_init+0x0/0x7f
[    0.561664] initcall cpufreq_core_init+0x0/0x7f returned 0 after 0 msecs
[    0.561785] calling  sock_init+0x0/0x5e
[    0.561923] initcall sock_init+0x0/0x5e returned 0 after 0 msecs
[    0.562047] calling  netlink_proto_init+0x0/0x14e
[    0.562152] NET: Registered protocol family 16
[    0.562259] initcall netlink_proto_init+0x0/0x14e returned 0 after 0 msecs
[    0.562389] calling  bdi_class_init+0x0/0x3d
[    0.562540] initcall bdi_class_init+0x0/0x3d returned 0 after 0 msecs
[    0.562656] calling  kobject_uevent_init+0x0/0x45
[    0.562765] initcall kobject_uevent_init+0x0/0x45 returned 0 after 0 msecs
[    0.562869] calling  pcibus_class_init+0x0/0x12
[    0.563025] initcall pcibus_class_init+0x0/0x12 returned 0 after 0 msecs
[    0.563145] calling  pci_driver_init+0x0/0x12
[    0.563292] initcall pci_driver_init+0x0/0x12 returned 0 after 0 msecs
[    0.563420] calling  backlight_class_init+0x0/0x49
[    0.563564] initcall backlight_class_init+0x0/0x49 returned 0 after 0 msecs
[    0.563692] calling  video_output_class_init+0x0/0x12
[    0.563826] initcall video_output_class_init+0x0/0x12 returned 0 after 0 msecs
[    0.564038] calling  dock_init+0x0/0x5a
[    0.564199] No dock devices found.
[    0.564297] initcall dock_init+0x0/0x5a returned 0 after 0 msecs
[    0.564407] calling  tty_class_init+0x0/0x2a
[    0.564541] initcall tty_class_init+0x0/0x2a returned 0 after 0 msecs
[    0.564655] calling  vtconsole_class_init+0x0/0xba
[    0.564847] initcall vtconsole_class_init+0x0/0xba returned 0 after 0 msecs
[    0.564990] calling  register_node_type+0x0/0x6b
[    0.565168] initcall register_node_type+0x0/0x6b returned 0 after 0 msecs
[    0.565315] calling  enable_pci_io_ecs+0x0/0x2e
[    0.565465] initcall enable_pci_io_ecs+0x0/0x2e returned 0 after 0 msecs
[    0.565632] calling  early_fill_mp_bus_info+0x0/0x7e5
[    0.565764] node 0 link 0: io port [1000, ffffff]
[    0.565768] TOM: 0000000080000000 aka 2048M
[    0.565896] Fam 10h mmconf [e0000000, e00fffff]
[    0.565899] node 0 link 0: mmio [e0000000, efffffff] ==> [e0100000, efffffff]
[    0.565903] node 0 link 0: mmio [f0000000, fec0ffff]
[    0.565906] node 0 link 0: mmio [a0000, bffff]
[    0.565909] node 0 link 0: mmio [80000000, dfffffff]
[    0.565912] TOM2: 0000000480000000 aka 18432M
[    0.566045] bus: [00,07] on node 0 link 0
[    0.566047] bus: 00 index 0 io port: [0, ffff]
[    0.566048] bus: 00 index 1 mmio: [e0100000, ffffffff]
[    0.566050] bus: 00 index 2 mmio: [a0000, bffff]
[    0.566058] bus: 00 index 3 mmio: [80000000, dfffffff]
[    0.566060] bus: 00 index 4 mmio: [480000000, fcffffffff]
[    0.566062] initcall early_fill_mp_bus_info+0x0/0x7e5 returned 0 after 0 msecs
[    0.566266] calling  arch_kdebugfs_init+0x0/0x8
[    0.566374] initcall arch_kdebugfs_init+0x0/0x8 returned 0 after 0 msecs
[    0.566500] calling  mtrr_if_init+0x0/0x77
[    0.566605] initcall mtrr_if_init+0x0/0x77 returned 0 after 0 msecs
[    0.566733] calling  ffh_cstate_init+0x0/0x31
[    0.566842] initcall ffh_cstate_init+0x0/0x31 returned -1 after 0 msecs
[    0.566923] initcall ffh_cstate_init+0x0/0x31 returned with error code -1 
[    0.567051] calling  acpi_pci_init+0x0/0x40
[    0.567150] ACPI: bus type pci registered
[    0.567256] initcall acpi_pci_init+0x0/0x40 returned 0 after 0 msecs
[    0.567377] calling  init_acpi_device_notify+0x0/0x4b
[    0.567477] initcall init_acpi_device_notify+0x0/0x4b returned 0 after 0 msecs
[    0.567674] calling  dmi_id_init+0x0/0x2e9
[    0.567871] initcall dmi_id_init+0x0/0x2e9 returned 0 after 0 msecs
[    0.567998] calling  pci_arch_init+0x0/0x4e
[    0.568125] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.568241] PCI: MCFG area at e0000000 reserved in E820
[    0.573338] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.573447] PCI: Using configuration type 1 for base access
[    0.573557] initcall pci_arch_init+0x0/0x4e returned 0 after 4 msecs
[    0.573690] calling  topology_init+0x0/0x7c
[    0.574145] initcall topology_init+0x0/0x7c returned 0 after 0 msecs
[    0.574294] calling  mtrr_init_finialize+0x0/0x3d
[    0.575923] initcall mtrr_init_finialize+0x0/0x3d returned 0 after 0 msecs
[    0.575923] calling  param_sysfs_init+0x0/0x1e7
[    0.579305] initcall param_sysfs_init+0x0/0x1e7 returned 0 after 3 msecs
[    0.579426] calling  pm_sysrq_init+0x0/0x19
[    0.579535] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 msecs
[    0.579668] calling  readahead_init+0x0/0x38
[    0.579830] initcall readahead_init+0x0/0x38 returned 0 after 0 msecs
[    0.579950] calling  init_bio+0x0/0xc5
[    0.580186] initcall init_bio+0x0/0xc5 returned 0 after 0 msecs
[    0.580309] calling  blk_settings_init+0x0/0x2a
[    0.580414] initcall blk_settings_init+0x0/0x2a returned 0 after 0 msecs
[    0.580532] calling  blk_ioc_init+0x0/0x2a
[    0.580656] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 msecs
[    0.580787] calling  genhd_device_init+0x0/0x55
[    0.581150] initcall genhd_device_init+0x0/0x55 returned 0 after 0 msecs
[    0.581283] calling  pci_slot_init+0x0/0x45
[    0.581394] initcall pci_slot_init+0x0/0x45 returned 0 after 0 msecs
[    0.581528] calling  fbmem_init+0x0/0x8a
[    0.581684] initcall fbmem_init+0x0/0x8a returned 0 after 0 msecs
[    0.581805] calling  acpi_init+0x0/0x221
[    0.582734] ACPI: EC: Look up EC in DSDT
[    0.599046] ACPI: Interpreter enabled
[    0.599156] ACPI: (supports S0 S5)
[    0.599325] ACPI: Using IOAPIC for interrupt routing
[    0.599500] initcall acpi_init+0x0/0x221 returned 0 after 17 msecs
[    0.599620] calling  acpi_scan_init+0x0/0x11e
[    0.612043] initcall acpi_scan_init+0x0/0x11e returned 0 after 12 msecs
[    0.612165] calling  acpi_ec_init+0x0/0x61
[    0.612344] initcall acpi_ec_init+0x0/0x61 returned 0 after 0 msecs
[    0.612463] calling  acpi_pci_root_init+0x0/0x28
[    0.612644] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.613055] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.613167] pci 0000:00:01.1: PME# disabled
[    0.613312] pci 0000:00:02.0: supports D1
[    0.613313] pci 0000:00:02.0: supports D2
[    0.613315] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.613426] pci 0000:00:02.0: PME# disabled
[    0.613567] pci 0000:00:02.1: supports D1
[    0.613569] pci 0000:00:02.1: supports D2
[    0.613580] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.613691] pci 0000:00:02.1: PME# disabled
[    0.614049] pci 0000:00:08.0: supports D1
[    0.614051] pci 0000:00:08.0: supports D2
[    0.614052] pci 0000:00:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614166] pci 0000:00:08.0: PME# disabled
[    0.614316] pci 0000:00:09.0: supports D1
[    0.614317] pci 0000:00:09.0: supports D2
[    0.614328] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614441] pci 0000:00:09.0: PME# disabled
[    0.614574] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614682] pci 0000:00:0a.0: PME# disabled
[    0.614817] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614932] pci 0000:00:0d.0: PME# disabled
[    0.615058] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.615159] pci 0000:00:0e.0: PME# disabled
[    0.615291] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.615397] pci 0000:00:0f.0: PME# disabled
[    0.615874] pci 0000:01:06.0: supports D1
[    0.615875] pci 0000:01:06.0: supports D2
[    0.615961] pci 0000:01:07.0: supports D1
[    0.615963] pci 0000:01:07.0: supports D2
[    0.615996] pci 0000:00:06.0: transparent bridge
[    0.616186] pci 0000:03:00.0: supports D1
[    0.616188] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.616297] pci 0000:03:00.0: PME# disabled
[    0.616444] pci 0000:03:00.1: supports D1
[    0.616446] pci 0000:03:00.1: PME# supported from D0 D1 D3hot D3cold
[    0.616562] pci 0000:03:00.1: PME# disabled
[    0.616886] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.616998] pci 0000:04:00.0: PME# disabled
[    0.617162] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[    0.617263] pci 0000:04:00.1: PME# disabled
[    0.617483] pci 0000:05:00.0: supports D1
[    0.617484] pci 0000:05:00.0: supports D2
[    0.617615] pci 0000:07:00.0: supports D1
[    0.617616] pci 0000:07:00.0: supports D2
[    0.617676] pci 0000:07:00.1: supports D1
[    0.617686] pci 0000:07:00.1: supports D2
[    0.617830] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.618386] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.618589] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR10._PRT]
[    0.618752] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT]
[    0.618908] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
[    0.619078] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR15._PRT]
[    0.634263] initcall acpi_pci_root_init+0x0/0x28 returned 0 after 20 msecs
[    0.634383] calling  acpi_pci_link_init+0x0/0x48
[    0.634761] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *10
[    0.635248] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[    0.635700] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *11
[    0.636159] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[    0.636637] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *7
[    0.637120] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *10
[    0.637584] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *11
[    0.638051] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *5
[    0.638524] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *10
[    0.639001] ACPI: PCI Interrupt Link [LMAD] (IRQs 20 21 22 23) *5
[    0.639444] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11
[    0.639897] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11
[    0.640384] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *0, disabled.
[    0.640863] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *5
[    0.641337] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *10
[    0.641791] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
[    0.642233] ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *10
[    0.642673] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[    0.643159] ACPI: PCI Interrupt Link [LSA2] (IRQs 20 21 22 23) *10
[    0.643455] initcall acpi_pci_link_init+0x0/0x48 returned 0 after 8 msecs
[    0.643592] calling  acpi_power_init+0x0/0x77
[    0.643775] initcall acpi_power_init+0x0/0x77 returned 0 after 0 msecs
[    0.643906] calling  acpi_system_init+0x0/0x1b0
[    0.644087] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F3, should be F0 [20080609]
[    0.644379] initcall acpi_system_init+0x0/0x1b0 returned 0 after 0 msecs
[    0.644503] calling  pnp_init+0x0/0x20
[    0.644602] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.644742] initcall pnp_init+0x0/0x20 returned 0 after 0 msecs
[    0.644856] calling  pnpacpi_init+0x0/0x8c
[    0.644961] pnp: PnP ACPI init
[    0.645072] ACPI: bus type pnp registered
[    0.651520] pnp: PnP ACPI: found 15 devices
[    0.651626] ACPI: ACPI bus type pnp unregistered
[    0.651737] initcall pnpacpi_init+0x0/0x8c returned 0 after 5 msecs
[    0.651848] calling  misc_init+0x0/0x98
[    0.652008] initcall misc_init+0x0/0x98 returned 0 after 0 msecs
[    0.652131] calling  init_dvbdev+0x0/0xb9
[    0.652282] initcall init_dvbdev+0x0/0xb9 returned 0 after 0 msecs
[    0.652392] calling  init_scsi+0x0/0x7c
[    0.652784] SCSI subsystem initialized
[    0.652889] initcall init_scsi+0x0/0x7c returned 0 after 0 msecs
[    0.653025] calling  ata_init+0x0/0x31f
[    0.653291] libata version 3.00 loaded.
[    0.653293] initcall ata_init+0x0/0x31f returned 0 after 0 msecs
[    0.653415] calling  usb_init+0x0/0x122
[    0.653658] usbcore: registered new interface driver usbfs
[    0.653805] usbcore: registered new interface driver hub
[    0.653971] usbcore: registered new device driver usb
[    0.654076] initcall usb_init+0x0/0x122 returned 0 after 0 msecs
[    0.654203] calling  serio_init+0x0/0x89
[    0.654394] initcall serio_init+0x0/0x89 returned 0 after 0 msecs
[    0.654509] calling  input_init+0x0/0x107
[    0.654672] initcall input_init+0x0/0x107 returned 0 after 0 msecs
[    0.654811] calling  i2c_init+0x0/0x5f
[    0.655008] initcall i2c_init+0x0/0x5f returned 0 after 0 msecs
[    0.655126] calling  power_supply_class_init+0x0/0x34
[    0.655272] initcall power_supply_class_init+0x0/0x34 returned 0 after 0 msecs
[    0.655484] calling  hwmon_init+0x0/0x3b
[    0.655636] initcall hwmon_init+0x0/0x3b returned 0 after 0 msecs
[    0.655767] calling  thermal_init+0x0/0x39
[    0.655902] initcall thermal_init+0x0/0x39 returned 0 after 0 msecs
[    0.656028] calling  md_init+0x0/0xd0
[    0.656132] initcall md_init+0x0/0xd0 returned 0 after 0 msecs
[    0.656262] calling  pci_subsys_init+0x0/0x12c
[    0.656358] PCI: Using ACPI for IRQ routing
[    0.656547] initcall pci_subsys_init+0x0/0x12c returned 0 after 0 msecs
[    0.656664] calling  proto_init+0x0/0x2e
[    0.656762] initcall proto_init+0x0/0x2e returned 0 after 0 msecs
[    0.656878] calling  net_dev_init+0x0/0x150
[    0.657045] initcall net_dev_init+0x0/0x150 returned 0 after 0 msecs
[    0.657163] calling  neigh_init+0x0/0x71
[    0.657288] initcall neigh_init+0x0/0x71 returned 0 after 0 msecs
[    0.657405] calling  fib_rules_init+0x0/0xa6
[    0.657520] initcall fib_rules_init+0x0/0xa6 returned 0 after 0 msecs
[    0.657647] calling  pktsched_init+0x0/0xc4
[    0.657774] initcall pktsched_init+0x0/0xc4 returned 0 after 0 msecs
[    0.657911] calling  tc_filter_init+0x0/0x4c
[    0.658030] initcall tc_filter_init+0x0/0x4c returned 0 after 0 msecs
[    0.658134] calling  tc_action_init+0x0/0x4c
[    0.658243] initcall tc_action_init+0x0/0x4c returned 0 after 0 msecs
[    0.658363] calling  genl_init+0x0/0xd9
[    0.662984] initcall genl_init+0x0/0xd9 returned 0 after 4 msecs
[    0.663103] calling  sysctl_init+0x0/0x2d
[    0.663209] initcall sysctl_init+0x0/0x2d returned 0 after 0 msecs
[    0.663346] calling  pci_iommu_init+0x0/0x17
[    0.664923] DMAR:parse DMAR table failure.
[    0.664923] PCI-DMA: Disabling AGP.
[    0.792923] PCI-DMA: aperture base @ 80000000 size 1048576 KB
[    0.792923] init_memory_mapping
[    0.792923]  0080000000 - 00c0000000 page 1G
[    0.792923] last_map_addr: c0000000 end: c0000000
[    0.793032] PCI-DMA: using GART IOMMU.
[    0.793141] PCI-DMA: Reserving 1024MB of IOMMU area in the AGP aperture
[    0.826923] initcall pci_iommu_init+0x0/0x17 returned 0 after 154 msecs
[    0.826923] calling  hpet_late_init+0x0/0x114
[    0.826923] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[    0.826923] hpet0: 3 32-bit timers, 25000000 Hz
[    0.827923] initcall hpet_late_init+0x0/0x114 returned 0 after 0 msecs
[    0.827923] calling  clocksource_done_booting+0x0/0x12
[    0.827923] initcall clocksource_done_booting+0x0/0x12 returned 0 after 0 msecs
[    0.828060] Switched to high resolution mode on CPU 0
[    0.827449] Switched to high resolution mode on CPU 7
[    0.828082] calling  init_pipe_fs+0x0/0x4c
[    0.828327] initcall init_pipe_fs+0x0/0x4c returned 0 after 0 msecs
[    0.828447] calling  init_mnt_writers+0x0/0x50
[    0.828560] initcall init_mnt_writers+0x0/0x50 returned 0 after 0 msecs
[    0.828678] calling  eventpoll_init+0x0/0x85
[    0.828839] initcall eventpoll_init+0x0/0x85 returned 0 after 0 msecs
[    0.828960] calling  anon_inode_init+0x0/0x115
[    0.828457] Switched to high resolution mode on CPU 1
[    0.829058] initcall anon_inode_init+0x0/0x115 returned 0 after 0 msecs
[    0.828429] Switched to high resolution mode on CPU 3
[    0.828423] Switched to high resolution mode on CPU 5
[    0.828418] Switched to high resolution mode on CPU 6
[    0.828436] Switched to high resolution mode on CPU 4
[    0.828444] Switched to high resolution mode on CPU 2
[    0.829058] calling  pcie_aspm_init+0x0/0x22
[    0.832335] initcall pcie_aspm_init+0x0/0x22 returned 0 after 3 msecs
[    0.832456] calling  acpi_event_init+0x0/0x52
[    0.836117] initcall acpi_event_init+0x0/0x52 returned 0 after 3 msecs
[    0.836249] calling  pnp_system_init+0x0/0x12
[    0.836383] system 00:07: ioport range 0x4d0-0x4d1 has been reserved
[    0.836493] system 00:07: ioport range 0x800-0x80f has been reserved
[    0.836606] system 00:07: ioport range 0x2000-0x207f has been reserved
[    0.836713] system 00:07: ioport range 0x2080-0x20ff has been reserved
[    0.836820] system 00:07: ioport range 0x2400-0x247f has been reserved
[    0.836927] system 00:07: ioport range 0x2480-0x24ff has been reserved
[    0.837002] system 00:07: ioport range 0x2800-0x287f has been reserved
[    0.837113] system 00:07: ioport range 0x2880-0x28ff has been reserved
[    0.837222] system 00:07: ioport range 0x2c00-0x2c7f has been reserved
[    0.837330] system 00:07: ioport range 0x2c80-0x2cff has been reserved
[    0.837431] system 00:07: iomem range 0xfdf80000-0xfdfbffff has been reserved
[    0.837533] system 00:07: iomem range 0xfee01000-0xfeefffff could not be reserved
[    0.837731] system 00:09: ioport range 0xca0-0xcaf has been reserved
[    0.837832] system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.838031] system 00:09: iomem range 0xfee00000-0xfee00fff could not be reserved
[    0.838231] system 00:0c: ioport range 0xa00-0xa7f has been reserved
[    0.838347] system 00:0d: iomem range 0xe0000000-0xefffffff could not be reserved
[    0.838537] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[    0.838647] system 00:0e: iomem range 0xc0000-0xcffff has been reserved
[    0.838754] system 00:0e: iomem range 0xe0000-0xfffff could not be reserved
[    0.838856] system 00:0e: iomem range 0x100000-0x7fffffff could not be reserved
[    0.839045] system 00:0e: iomem range 0xfec00000-0xffffffff could not be reserved
[    0.839298] initcall pnp_system_init+0x0/0x12 returned 0 after 2 msecs
[    0.839425] calling  chr_dev_init+0x0/0x98
[    0.839914] initcall chr_dev_init+0x0/0x98 returned 0 after 0 msecs
[    0.840045] calling  firmware_class_init+0x0/0x72
[    0.840188] initcall firmware_class_init+0x0/0x72 returned 0 after 0 msecs
[    0.840319] calling  loopback_init+0x0/0x12
[    0.840503] initcall loopback_init+0x0/0x12 returned 0 after 0 msecs
[    0.840625] calling  cpufreq_gov_performance_init+0x0/0x12
[    0.840732] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 0 msecs
[    0.840943] calling  init_acpi_pm_clocksource+0x0/0xae
[    0.841054] initcall init_acpi_pm_clocksource+0x0/0xae returned 0 after 0 msecs
[    0.841257] calling  pcibios_assign_resources+0x0/0x87
[    0.841436] pci 0000:00:06.0: PCI bridge, secondary bus 0000:01
[    0.841533] pci 0000:00:06.0:   IO window: 0xc000-0xcfff
[    0.841641] pci 0000:00:06.0:   MEM window: 0xfe800000-0xfe8fffff
[    0.841748] pci 0000:00:06.0:   PREFETCH window: 0x000000c8000000-0x000000cfffffff
[    0.841938] pci 0000:00:0a.0: PCI bridge, secondary bus 0000:02
[    0.842035] pci 0000:00:0a.0:   IO window: disabled
[    0.842152] pci 0000:00:0a.0:   MEM window: disabled
[    0.842265] pci 0000:00:0a.0:   PREFETCH window: disabled
[    0.842373] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    0.842483] pci 0000:03:00.0:   IO window: 0xd000-0xdfff
[    0.842582] pci 0000:03:00.0:   MEM window: 0xfe900000-0xfe9fffff
[    0.842690] pci 0000:03:00.0:   PREFETCH window: disabled
[    0.842809] pci 0000:03:00.1: PCI bridge, secondary bus 0000:05
[    0.842905] pci 0000:03:00.1:   IO window: disabled
[    0.843014] pci 0000:03:00.1:   MEM window: 0xfea00000-0xfeafffff
[    0.843134] pci 0000:03:00.1:   PREFETCH window: disabled
[    0.843245] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:03
[    0.843342] pci 0000:00:0d.0:   IO window: 0xd000-0xdfff
[    0.843448] pci 0000:00:0d.0:   MEM window: 0xfe900000-0xfeafffff
[    0.843547] pci 0000:00:0d.0:   PREFETCH window: disabled
[    0.843664] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:06
[    0.843760] pci 0000:00:0e.0:   IO window: disabled
[    0.843866] pci 0000:00:0e.0:   MEM window: disabled
[    0.843972] pci 0000:00:0e.0:   PREFETCH window: disabled
[    0.844082] pci 0000:00:0f.0: PCI bridge, secondary bus 0000:07
[    0.844181] pci 0000:00:0f.0:   IO window: 0xe000-0xefff
[    0.844288] pci 0000:00:0f.0:   MEM window: 0xfeb00000-0xfebfffff
[    0.844395] pci 0000:00:0f.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    0.844601] PCI: Setting latency timer of device 0000:00:06.0 to 64
[    0.844605] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[    0.844610] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    0.844617] PCI: Setting latency timer of device 0000:03:00.0 to 64
[    0.844625] PCI: Setting latency timer of device 0000:03:00.1 to 64
[    0.844633] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    0.844637] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[    0.844641] initcall pcibios_assign_resources+0x0/0x87 returned 0 after 3 msecs
[    0.844851] calling  inet_init+0x0/0x428
[    0.845049] NET: Registered protocol family 2
[    0.856651] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.859685] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.863572] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.864113] TCP: Hash tables configured (established 524288 bind 65536)
[    0.864223] TCP reno registered
[    0.867165] initcall inet_init+0x0/0x428 returned 0 after 21 msecs
[    0.867315] calling  af_unix_init+0x0/0x55
[    0.867439] NET: Registered protocol family 1
[    0.867559] initcall af_unix_init+0x0/0x55 returned 0 after 0 msecs
[    0.867690] calling  default_rootfs+0x0/0x6b
[    0.867825] initcall default_rootfs+0x0/0x6b returned 0 after 0 msecs
[    0.867955] calling  i8259A_init_sysfs+0x0/0x22
[    0.868166] initcall i8259A_init_sysfs+0x0/0x22 returned 0 after 0 msecs
[    0.868306] calling  vsyscall_init+0x0/0x6c
[    0.868430] initcall vsyscall_init+0x0/0x6c returned 0 after 0 msecs
[    0.868550] calling  sbf_init+0x0/0xd7
[    0.868656] initcall sbf_init+0x0/0xd7 returned 0 after 0 msecs
[    0.868785] calling  i8237A_init_sysfs+0x0/0x22
[    0.868977] initcall i8237A_init_sysfs+0x0/0x22 returned 0 after 0 msecs
[    0.869116] calling  add_rtc_cmos+0x0/0x1d
[    0.869232] initcall add_rtc_cmos+0x0/0x1d returned 0 after 0 msecs
[    0.869352] calling  cache_sysfs_init+0x0/0x5d
[    0.871496] initcall cache_sysfs_init+0x0/0x5d returned 0 after 1 msecs
[    0.871645] calling  mce_init_device+0x0/0x85
[    0.872198] initcall mce_init_device+0x0/0x85 returned 0 after 0 msecs
[    0.872334] calling  periodic_mcheck_init+0x0/0x3f
[    0.872462] initcall periodic_mcheck_init+0x0/0x3f returned 0 after 0 msecs
[    0.872607] calling  thermal_throttle_init_device+0x0/0x83
[    0.872737] initcall thermal_throttle_init_device+0x0/0x83 returned 0 after 0 msecs
[    0.872961] calling  threshold_init_device+0x0/0x49
[    0.884582] initcall threshold_init_device+0x0/0x49 returned 0 after 0 msecs
[    0.884582] calling  msr_init+0x0/0xf2
[    0.884582] initcall msr_init+0x0/0xf2 returned 0 after 0 msecs
[    0.884582] calling  cpuid_init+0x0/0xf2
[    0.884582] initcall cpuid_init+0x0/0xf2 returned 0 after 0 msecs
[    0.884582] calling  init_lapic_sysfs+0x0/0x2d
[    0.884582] initcall init_lapic_sysfs+0x0/0x2d returned 0 after 0 msecs
[    0.884582] calling  ioapic_init_sysfs+0x0/0x99
[    0.884582] initcall ioapic_init_sysfs+0x0/0x99 returned 0 after 0 msecs
[    0.884582] calling  add_pcspkr+0x0/0x43
[    0.884582] initcall add_pcspkr+0x0/0x43 returned 0 after 0 msecs
[    0.884582] calling  uv_ptc_init+0x0/0x75
[    0.884582] initcall uv_ptc_init+0x0/0x75 returned 0 after 0 msecs
[    0.884582] calling  uv_bau_init+0x0/0x5a1
[    0.884582] initcall uv_bau_init+0x0/0x5a1 returned 0 after 0 msecs
[    0.884582] calling  aes_init+0x0/0x12
[    0.884582] initcall aes_init+0x0/0x12 returned 0 after 0 msecs
[    0.884582] calling  init+0x0/0x12
[    0.884582] initcall init+0x0/0x12 returned 0 after 0 msecs
[    0.884582] calling  init_vdso_vars+0x0/0x1e7
[    0.884582] initcall init_vdso_vars+0x0/0x1e7 returned 0 after 0 msecs
[    0.884582] calling  ia32_binfmt_init+0x0/0x14
[    0.884582] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 0 msecs
[    0.884582] calling  sysenter_setup+0x0/0x2b6
[    0.884582] initcall sysenter_setup+0x0/0x2b6 returned 0 after 0 msecs
[    0.884582] calling  create_proc_profile+0x0/0x2c7
[    0.884582] initcall create_proc_profile+0x0/0x2c7 returned 0 after 0 msecs
[    0.884582] calling  ioresources_init+0x0/0x3c
[    0.884582] initcall ioresources_init+0x0/0x3c returned 0 after 0 msecs
[    0.884723] calling  uid_cache_init+0x0/0x6e
[    0.884882] initcall uid_cache_init+0x0/0x6e returned 0 after 0 msecs
[    0.885028] calling  init_posix_timers+0x0/0xb6
[    0.885171] initcall init_posix_timers+0x0/0xb6 returned 0 after 0 msecs
[    0.885250] calling  init_posix_cpu_timers+0x0/0xd4
[    0.885250] initcall init_posix_cpu_timers+0x0/0xd4 returned 0 after 0 msecs
[    0.885250] calling  nsproxy_cache_init+0x0/0x2d
[    0.885388] initcall nsproxy_cache_init+0x0/0x2d returned 0 after 0 msecs
[    0.885523] calling  timekeeping_init_device+0x0/0x22
[    0.885717] initcall timekeeping_init_device+0x0/0x22 returned 0 after 0 msecs
[    0.885952] calling  init_clocksource_sysfs+0x0/0x50
[    0.886156] initcall init_clocksource_sysfs+0x0/0x50 returned 0 after 0 msecs
[    0.886293] calling  init_timer_list_procfs+0x0/0x2c
[    0.886415] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 0 msecs
[    0.886562] calling  init_tstats_procfs+0x0/0x2c
[    0.886692] initcall init_tstats_procfs+0x0/0x2c returned 0 after 0 msecs
[    0.886836] calling  futex_init+0x0/0x63
[    0.886968] initcall futex_init+0x0/0x63 returned 0 after 0 msecs
[    0.887102] calling  proc_dma_init+0x0/0x22
[    0.887229] initcall proc_dma_init+0x0/0x22 returned 0 after 0 msecs
[    0.887371] calling  percpu_modinit+0x0/0x6e
[    0.887496] initcall percpu_modinit+0x0/0x6e returned 0 after 0 msecs
[    0.887641] calling  kallsyms_init+0x0/0x25
[    0.887762] initcall kallsyms_init+0x0/0x25 returned 0 after 0 msecs
[    0.887896] calling  ikconfig_init+0x0/0x39
[    0.888024] initcall ikconfig_init+0x0/0x39 returned 0 after 0 msecs
[    0.888158] calling  init_kprobes+0x0/0x103
[    0.890922] initcall init_kprobes+0x0/0x103 returned 0 after 2 msecs
[    0.891045] calling  relay_init+0x0/0x14
[    0.891172] initcall relay_init+0x0/0x14 returned 0 after 0 msecs
[    0.891251] calling  utsname_sysctl_init+0x0/0x14
[    0.891386] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 0 msecs
[    0.891525] calling  init_per_zone_pages_min+0x0/0x53
[    0.892864] initcall init_per_zone_pages_min+0x0/0x53 returned 0 after 1 msecs
[    0.893090] calling  pdflush_init+0x0/0x1d
[    0.893289] initcall pdflush_init+0x0/0x1d returned 0 after 0 msecs
[    0.893436] calling  kswapd_init+0x0/0x63
[    0.893626] initcall kswapd_init+0x0/0x63 returned 0 after 0 msecs
[    0.893784] calling  setup_vmstat+0x0/0x4a
[    0.893912] initcall setup_vmstat+0x0/0x4a returned 0 after 0 msecs
[    0.894055] calling  procswaps_init+0x0/0x22
[    0.894176] initcall procswaps_init+0x0/0x22 returned 0 after 0 msecs
[    0.894306] calling  hugetlb_init+0x0/0xaa
[    0.894425] Total HugeTLB memory allocated, 0
[    0.894546] initcall hugetlb_init+0x0/0xaa returned 0 after 0 msecs
[    0.894678] calling  init_tmpfs+0x0/0xda
[    0.894849] initcall init_tmpfs+0x0/0xda returned 0 after 0 msecs
[    0.894983] calling  cpucache_init+0x0/0x39
[    0.895120] initcall cpucache_init+0x0/0x39 returned 0 after 0 msecs
[    0.895266] calling  fasync_init+0x0/0x2a
[    0.895411] initcall fasync_init+0x0/0x2a returned 0 after 0 msecs
[    0.895553] calling  aio_setup+0x0/0x6e
[    0.895908] initcall aio_setup+0x0/0x6e returned 0 after 0 msecs
[    0.896053] calling  inotify_setup+0x0/0x12
[    0.896179] initcall inotify_setup+0x0/0x12 returned 0 after 0 msecs
[    0.896315] calling  inotify_user_setup+0x0/0xb8
[    0.896479] initcall inotify_user_setup+0x0/0xb8 returned 0 after 0 msecs
[    0.896642] calling  init_sys32_ioctl+0x0/0x83
[    0.896776] initcall init_sys32_ioctl+0x0/0x83 returned 0 after 0 msecs
[    0.896910] calling  init_mbcache+0x0/0x14
[    0.897037] initcall init_mbcache+0x0/0x14 returned 0 after 0 msecs
[    0.897169] calling  dnotify_init+0x0/0x2a
[    0.897308] initcall dnotify_init+0x0/0x2a returned 0 after 0 msecs
[    0.897451] calling  init_devpts_fs+0x0/0x3f
[    0.897586] initcall init_devpts_fs+0x0/0x3f returned 0 after 0 msecs
[    0.897720] calling  init_ext3_fs+0x0/0x6a
[    0.897878] initcall init_ext3_fs+0x0/0x6a returned 0 after 0 msecs
[    0.898012] calling  journal_init+0x0/0x99
[    0.898206] initcall journal_init+0x0/0x99 returned 0 after 0 msecs
[    0.898336] calling  init_ext2_fs+0x0/0x6a
[    0.898488] initcall init_ext2_fs+0x0/0x6a returned 0 after 0 msecs
[    0.898621] calling  init_ramfs_fs+0x0/0x12
[    0.898739] initcall init_ramfs_fs+0x0/0x12 returned 0 after 0 msecs
[    0.898861] calling  init_hugetlbfs_fs+0x0/0x98
[    0.899017] initcall init_hugetlbfs_fs+0x0/0x98 returned 0 after 0 msecs
[    0.899142] calling  init_fat_fs+0x0/0x4f
[    0.899301] initcall init_fat_fs+0x0/0x4f returned 0 after 0 msecs
[    0.899425] calling  init_msdos_fs+0x0/0x12
[    0.899553] initcall init_msdos_fs+0x0/0x12 returned 0 after 0 msecs
[    0.899677] calling  init_vfat_fs+0x0/0x12
[    0.899804] initcall init_vfat_fs+0x0/0x12 returned 0 after 0 msecs
[    0.899927] calling  init_iso9660_fs+0x0/0x5a
[    0.900071] initcall init_iso9660_fs+0x0/0x5a returned 0 after 0 msecs
[    0.900194] calling  init_nls_utf8+0x0/0x25
[    0.900314] initcall init_nls_utf8+0x0/0x25 returned 0 after 0 msecs
[    0.900314] calling  init_ntfs_fs+0x0/0x1d1
[    0.900438] NTFS driver 2.1.29 [Flags: R/O].
[    0.900644] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 0 msecs
[    0.900788] calling  init_autofs4_fs+0x0/0x12
[    0.900909] initcall init_autofs4_fs+0x0/0x12 returned 0 after 0 msecs
[    0.901042] calling  init_udf_fs+0x0/0x5b
[    0.901178] initcall init_udf_fs+0x0/0x5b returned 0 after 0 msecs
[    0.901312] calling  ipc_init+0x0/0x23
[    0.901427] msgmni has been set to 32301
[    0.901550] initcall ipc_init+0x0/0x23 returned 0 after 0 msecs
[    0.901683] calling  ipc_sysctl_init+0x0/0x14
[    0.901832] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 0 msecs
[    0.901956] calling  init_mqueue_fs+0x0/0xc6
[    0.902122] initcall init_mqueue_fs+0x0/0xc6 returned 0 after 0 msecs
[    0.902246] calling  crypto_algapi_init+0x0/0xd
[    0.902377] initcall crypto_algapi_init+0x0/0xd returned 0 after 0 msecs
[    0.902500] calling  blkcipher_module_init+0x0/0x2a
[    0.902637] initcall blkcipher_module_init+0x0/0x2a returned 0 after 0 msecs
[    0.902770] calling  cryptomgr_init+0x0/0x12
[    0.902888] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 msecs
[    0.903030] calling  hmac_module_init+0x0/0x12
[    0.903149] initcall hmac_module_init+0x0/0x12 returned 0 after 0 msecs
[    0.903276] calling  md5_mod_init+0x0/0x12
[    0.903281] initcall md5_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.903424] calling  rmd128_mod_init+0x0/0x12
[    0.903549] initcall rmd128_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.903682] calling  rmd160_mod_init+0x0/0x12
[    0.903800] initcall rmd160_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.903932] calling  rmd256_mod_init+0x0/0x12
[    0.904052] initcall rmd256_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.904186] calling  rmd320_mod_init+0x0/0x12
[    0.904298] initcall rmd320_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.904427] calling  sha1_generic_mod_init+0x0/0x12
[    0.904555] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.904698] calling  sha256_generic_mod_init+0x0/0x3f
[    0.904818] initcall sha256_generic_mod_init+0x0/0x3f returned 0 after 0 msecs
[    0.911054] calling  sha512_generic_mod_init+0x0/0x3f
[    0.911182] initcall sha512_generic_mod_init+0x0/0x3f returned 0 after 0 msecs
[    0.911408] calling  crypto_cbc_module_init+0x0/0x12
[    0.911529] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 msecs
[    0.911662] calling  blowfish_mod_init+0x0/0x12
[    0.911781] initcall blowfish_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.911923] calling  aes_init+0x0/0x323
[    0.912055] initcall aes_init+0x0/0x323 returned 0 after 0 msecs
[    0.912188] calling  lzo_mod_init+0x0/0x12
[    0.912316] initcall lzo_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.912440] calling  async_tx_init+0x0/0x16
[    0.912575] async_tx: api initialized (sync-only)
[    0.912694] initcall async_tx_init+0x0/0x16 returned 0 after 0 msecs
[    0.912817] calling  async_memcpy_init+0x0/0x8
[    0.912935] initcall async_memcpy_init+0x0/0x8 returned 0 after 0 msecs
[    0.913067] calling  async_xor_init+0x0/0x8
[    0.913185] initcall async_xor_init+0x0/0x8 returned 0 after 0 msecs
[    0.913322] calling  noop_init+0x0/0x14
[    0.913440] io scheduler noop registered
[    0.913557] initcall noop_init+0x0/0x14 returned 0 after 0 msecs
[    0.913689] calling  deadline_init+0x0/0x14
[    0.913806] io scheduler deadline registered
[    0.913924] initcall deadline_init+0x0/0x14 returned 0 after 0 msecs
[    0.914056] calling  cfq_init+0x0/0x9d
[    0.914209] io scheduler cfq registered (default)
[    0.914321] initcall cfq_init+0x0/0x9d returned 0 after 0 msecs
[    0.914455] calling  percpu_counter_startup+0x0/0x14
[    0.914582] initcall percpu_counter_startup+0x0/0x14 returned 0 after 0 msecs
[    0.914725] calling  pci_init+0x0/0x35
[    0.914891] pci 0000:00:00.0: Enabling HT MSI Mapping
[    0.958445] pci 0000:00:05.0: Enabling HT MSI Mapping
[    0.958592] pci 0000:00:05.1: Enabling HT MSI Mapping
[    0.958710] pci 0000:00:05.2: Enabling HT MSI Mapping
[    0.958710] pci 0000:00:06.0: Enabling HT MSI Mapping
[    0.958710] pci 0000:00:08.0: Enabling HT MSI Mapping
[    0.958710] pci 0000:00:09.0: Enabling HT MSI Mapping
[    0.958710] pci 0000:00:0a.0: Enabling HT MSI Mapping
[    0.958710] pci 0000:00:0d.0: Enabling HT MSI Mapping
[    0.958710] pci 0000:00:0e.0: Enabling HT MSI Mapping
[    0.958710] pci 0000:00:0f.0: Enabling HT MSI Mapping
[    0.958710] pci 0000:07:00.0: Boot video device
[    0.958710] initcall pci_init+0x0/0x35 returned 0 after 22 msecs
[    0.958710] calling  pci_proc_init+0x0/0x6a
[    0.958710] initcall pci_proc_init+0x0/0x6a returned 0 after 0 msecs
[    0.958710] calling  pcie_portdrv_init+0x0/0x4d
[    0.939223] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[    0.939249] pcieport-driver 0000:00:0a.0: found MSI capability
[    0.939374] pci_express 0000:00:0a.0:pcie00: allocate port service
[    0.939431] pci_express 0000:00:0a.0:pcie01: allocate port service
[    0.939472] pci_express 0000:00:0a.0:pcie03: allocate port service
[    0.939549] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    0.939574] pcieport-driver 0000:00:0d.0: found MSI capability
[    0.939705] pci_express 0000:00:0d.0:pcie00: allocate port service
[    0.939747] pci_express 0000:00:0d.0:pcie01: allocate port service
[    0.939790] pci_express 0000:00:0d.0:pcie03: allocate port service
[    0.939872] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    0.939893] pcieport-driver 0000:00:0e.0: found MSI capability
[    0.940030] pci_express 0000:00:0e.0:pcie00: allocate port service
[    0.940078] pci_express 0000:00:0e.0:pcie01: allocate port service
[    0.940118] pci_express 0000:00:0e.0:pcie03: allocate port service
[    0.940210] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[    0.940231] pcieport-driver 0000:00:0f.0: found MSI capability
[    0.940379] pci_express 0000:00:0f.0:pcie00: allocate port service
[    0.940420] pci_express 0000:00:0f.0:pcie01: allocate port service
[    0.940460] pci_express 0000:00:0f.0:pcie03: allocate port service
[    0.940627] initcall pcie_portdrv_init+0x0/0x4d returned 0 after 1 msecs
[    0.940766] calling  aer_service_init+0x0/0x20
[    0.944284] aer 0000:00:0a.0:pcie01: service driver aer loaded
[    0.947673] aer 0000:00:0d.0:pcie01: service driver aer loaded
[    0.951065] aer 0000:00:0e.0:pcie01: service driver aer loaded
[    0.954400] aer 0000:00:0f.0:pcie01: service driver aer loaded
[    0.954458] initcall aer_service_init+0x0/0x20 returned 0 after 12 msecs
[    0.954605] calling  fb_console_init+0x0/0x129
[    0.954772] initcall fb_console_init+0x0/0x129 returned 0 after 0 msecs
[    0.954893] calling  vesafb_init+0x0/0x235
[    0.955099] initcall vesafb_init+0x0/0x235 returned 0 after 0 msecs
[    0.955232] calling  acpi_reserve_resources+0x0/0xeb
[    0.955334] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 0 msecs
[    0.955467] calling  acpi_button_init+0x0/0x5e
[    0.955678] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.955871] ACPI: Power Button (FF) [PWRF]
[    0.956118] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.956318] ACPI: Power Button (CM) [PWRB]
[    0.956477] initcall acpi_button_init+0x0/0x5e returned 0 after 0 msecs
[    0.956597] calling  acpi_fan_init+0x0/0x32
[    0.956771] initcall acpi_fan_init+0x0/0x32 returned 0 after 0 msecs
[    0.956893] calling  acpi_video_init+0x0/0x5e
[    0.957088] initcall acpi_video_init+0x0/0x5e returned 0 after 0 msecs
[    0.957217] calling  irqrouter_init_sysfs+0x0/0x38
[    0.957403] initcall irqrouter_init_sysfs+0x0/0x38 returned 0 after 0 msecs
[    0.957535] calling  acpi_pci_slot_init+0x0/0x20
[    0.957827] initcall acpi_pci_slot_init+0x0/0x20 returned 0 after 0 msecs
[    0.957960] calling  acpi_processor_init+0x0/0xe9
[    0.958490] ACPI: ACPI0007:00 is registered as cooling_device0
[    0.958961] ACPI: ACPI0007:01 is registered as cooling_device1
[    0.959441] ACPI: ACPI0007:02 is registered as cooling_device2
[    0.959920] ACPI: ACPI0007:03 is registered as cooling_device3
[    0.960414] ACPI: ACPI0007:04 is registered as cooling_device4
[    0.960901] ACPI: ACPI0007:05 is registered as cooling_device5
[    0.961377] ACPI: ACPI0007:06 is registered as cooling_device6
[    0.961865] ACPI: ACPI0007:07 is registered as cooling_device7
[    0.962078] initcall acpi_processor_init+0x0/0xe9 returned 0 after 3 msecs
[    0.962211] calling  acpi_container_init+0x0/0x42
[    0.966490] initcall acpi_container_init+0x0/0x42 returned 0 after 3 msecs
[    0.966602] calling  acpi_thermal_init+0x0/0x83
[    0.966798] initcall acpi_thermal_init+0x0/0x83 returned 0 after 0 msecs
[    0.966931] calling  rand_initialize+0x0/0x2c
[    0.967055] initcall rand_initialize+0x0/0x2c returned 0 after 0 msecs
[    0.967186] calling  tty_init+0x0/0x1c5
[    0.978055] initcall tty_init+0x0/0x1c5 returned 0 after 10 msecs
[    0.978185] calling  pty_init+0x0/0x46e
[    1.011379] initcall pty_init+0x0/0x46e returned 0 after 31 msecs
[    1.011508] calling  rtc_init+0x0/0xa6
[    1.011673] Real Time Clock Driver v1.12ac
[    1.011780] initcall rtc_init+0x0/0xa6 returned 0 after 0 msecs
[    1.011899] calling  hpet_init+0x0/0x6a
[    1.012181] hpet_resources: 0xfed00000 is busy
[    1.012259] initcall hpet_init+0x0/0x6a returned 0 after 0 msecs
[    1.012386] calling  agp_init+0x0/0x26
[    1.012491] Linux agpgart interface v0.103
[    1.012597] initcall agp_init+0x0/0x26 returned 0 after 0 msecs
[    1.012715] calling  hangcheck_init+0x0/0x89
[    1.012831] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[    1.013016] Hangcheck: Using get_cycles().
[    1.013118] initcall hangcheck_init+0x0/0x89 returned 0 after 0 msecs
[    1.013236] calling  serial8250_init+0x0/0x131
[    1.013342] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[    1.013664] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.013939] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.014305] initcall serial8250_init+0x0/0x131 returned 0 after 0 msecs
[    1.014432] calling  serial8250_pnp_init+0x0/0x12
[    1.014809] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.015203] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.015462] initcall serial8250_pnp_init+0x0/0x12 returned 0 after 0 msecs
[    1.015581] calling  serial8250_pci_init+0x0/0x1b
[    1.015785] initcall serial8250_pci_init+0x0/0x1b returned 0 after 0 msecs
[    1.015906] calling  topology_sysfs_init+0x0/0x49
[    1.016048] initcall topology_sysfs_init+0x0/0x49 returned 0 after 0 msecs
[    1.016179] calling  brd_init+0x0/0x18e
[    1.017970] brd: module loaded
[    1.018098] initcall brd_init+0x0/0x18e returned 0 after 1 msecs
[    1.018228] calling  loop_init+0x0/0x1a1
[    1.019180] loop: module loaded
[    1.019287] initcall loop_init+0x0/0x1a1 returned 0 after 0 msecs
[    1.019408] calling  e1000_init_module+0x0/0x88
[    1.019515] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
[    1.019622] Copyright (c) 1999-2006 Intel Corporation.
[    1.020145] ACPI: PCI Interrupt Link [LNED] enabled at IRQ 19
[    1.020259] e1000 0000:04:00.0: PCI INT A -> Link[LNED] -> GSI 19 (level, low) -> IRQ 19
[    1.284901] e1000: 0000:04:00.0: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:a8:25:f0
[    1.311862] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[    1.312351] ACPI: PCI Interrupt Link [LNEA] enabled at IRQ 18
[    1.312461] e1000 0000:04:00.1: PCI INT B -> Link[LNEA] -> GSI 18 (level, low) -> IRQ 18
[    1.576798] e1000: 0000:04:00.1: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:a8:25:f1
[    1.603662] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
[    1.603821] initcall e1000_init_module+0x0/0x88 returned 0 after 557 msecs
[    1.603943] calling  net_olddevs_init+0x0/0xa0
[    1.604070] initcall net_olddevs_init+0x0/0xa0 returned 0 after 0 msecs
[    1.609299] calling  init_nic+0x0/0x1b
[    1.609423] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[    1.609978] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
[    1.610090] forcedeth 0000:00:08.0: PCI INT A -> Link[LMAC] -> GSI 23 (level, low) -> IRQ 23
[    1.610280] PCI: Setting latency timer of device 0000:00:08.0 to 64
[    1.611545] forcedeth 0000:00:08.0: ifname eth2, PHY OUI 0x5043 @ 16, addr 00:e0:81:4d:2b:ec
[    1.611738] forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[    1.612284] ACPI: PCI Interrupt Link [LMAD] enabled at IRQ 22
[    1.612396] forcedeth 0000:00:09.0: PCI INT A -> Link[LMAD] -> GSI 22 (level, low) -> IRQ 22
[    1.612588] PCI: Setting latency timer of device 0000:00:09.0 to 64
[    1.613819] forcedeth 0000:00:09.0: ifname eth3, PHY OUI 0x5043 @ 17, addr 00:e0:81:4d:2b:ed
[    1.614012] forcedeth 0000:00:09.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[    1.614272] initcall init_nic+0x0/0x1b returned 0 after 4 msecs
[    1.614404] calling  videodev_init+0x0/0x7d
[    1.614509] Linux video capture interface: v2.00
[    1.614656] initcall videodev_init+0x0/0x7d returned 0 after 0 msecs
[    1.614767] calling  v4l2_i2c_drv_init+0x0/0x104
[    1.614960] initcall v4l2_i2c_drv_init+0x0/0x104 returned 0 after 0 msecs
[    1.615099] calling  ir_init+0x0/0x14
[    1.615251] initcall ir_init+0x0/0x14 returned 0 after 0 msecs
[    1.615373] calling  saa7134_init+0x0/0x4a
[    1.615481] saa7130/34: v4l2 driver version 0.2.14 loaded
[    1.615646] saa7134 0000:05:00.0: PCI INT A -> Link[LNED] -> GSI 19 (level, low) -> IRQ 19
[    1.615849] saa7134[0]: found at 0000:05:00.0, rev: 1, irq: 19, latency: 64, mmio: 0xfeaffc00
[    1.616044] saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,autodetected]
[    1.616250] saa7134[0]: board init: gpio is cc06000
[    1.718976] tda829x_probe: driver disabled by Kconfig
[    1.719091] tuner' 0-0043: chip found @ 0x86 (saa7134[0])
[    1.719198] tda9887 0-0043: creating new instance
[    1.719304] tda9887 0-0043: tda988[5/6/7] found
[    1.719409] tuner' 0-0043: type set to tda9887
[    1.719412] tuner' 0-0043: tv freq set to 0.00
[    1.719414] tuner' 0-0043: TV freq (0.00) out of range (44-958)
[    1.721974] tuner' 0-0043: saa7134[0] tuner' I2C addr 0x86 with type 74 used for 0x0e
[    1.723977] tea5767_autodetection: not probed - driver disabled by Kconfig
[    1.724088] tuner' 0-0060: Setting mode_mask to 0x0e
[    1.724089] tuner' 0-0060: chip found @ 0xc0 (saa7134[0])
[    1.724186] tuner' 0-0060: tuner 0x60: Tuner type absent
[    1.765974] saa7134[0]: i2c eeprom 00: bd 11 2d 00 f8 f8 1c 00 43 43 a9 1c 55 d2 b2 92
[    1.766364] saa7134[0]: i2c eeprom 10: 00 f0 04 04 ff 20 ff ff ff ff ff ff ff ff ff ff
[    1.766749] saa7134[0]: i2c eeprom 20: 01 40 01 02 03 ff 03 01 08 ff 00 25 ff ff ff ff
[    1.767138] saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.767513] saa7134[0]: i2c eeprom 40: ff 16 00 c0 86 3c 01 01 ff ff ff ff ff ff ff ff
[    1.767889] saa7134[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.768306] saa7134[0]: i2c eeprom 60: 0c 22 17 44 03 11 e1 a1 ff ff ff ff ff ff ff ff
[    1.768690] saa7134[0]: i2c eeprom 70: 00 30 8d 18 3b 02 ff ff 74 50 ff ff ff ff ff ff
[    1.769088] saa7134[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.769463] saa7134[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.769839] saa7134[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.770248] saa7134[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.770624] saa7134[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.771022] saa7134[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.771397] saa7134[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.771782] saa7134[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.772276] tuner' 0-0043: Calling set_type_addr for type=33, addr=0xff, mode=0x0e, config=0x00
[    1.772280] tuner' 0-0043: set addr discarded for type 74, mask e. Asked to change tuner at addr 0xff, with mask e
[    1.772283] tuner' 0-0060: Calling set_type_addr for type=33, addr=0xff, mode=0x0e, config=0x00
[    1.772285] tuner' 0-0060: defining GPIO callback
[    1.779974] mt20xx 0-0060: microtune: companycode=3cbf part=42 rev=1c
[    1.787972] mt20xx 0-0060: microtune MT2050 found, OK
[    1.788070] tuner' 0-0060: type set to MT2050
[    1.788082] tuner' 0-0060: tv freq set to 400.00
[    1.792972] tuner' 0-0060: saa7134[0] tuner' I2C addr 0xc0 with type 33 used for 0x0e
[    1.794973] tuner' 0-0043: switching to v4l2
[    1.794975] tuner' 0-0060: switching to v4l2
[    1.794977] tuner' 0-0060: tv freq set to 400.00
[    1.799972] tuner' 0-0060: tv freq set to 400.00
[    1.805088] saa7134[0]: registered device video0 [v4l2]
[    1.805240] saa7134[0]: registered device vbi0
[    1.805352] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[    1.807972] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[    1.808025] initcall saa7134_init+0x0/0x4a returned 0 after 183 msecs
[    1.808166] calling  empress_register+0x0/0x12
[    1.808276] initcall empress_register+0x0/0x12 returned 0 after 0 msecs
[    1.808405] calling  saa6752hs_init_module+0x0/0x14
[    1.808700] initcall saa6752hs_init_module+0x0/0x14 returned 0 after 0 msecs
[    1.808823] calling  dvb_register+0x0/0x12
[    1.810975] DVB: registering new adapter (saa7134[0])
[    1.811086] DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
[    1.850971] initcall dvb_register+0x0/0x12 returned 0 after 40 msecs
[    1.851100] calling  ide_init+0x0/0x76
[    1.851205] Uniform Multi-Platform E-IDE driver
[    1.851405] initcall ide_init+0x0/0x76 returned 0 after 0 msecs
[    1.851525] calling  amd74xx_ide_init+0x0/0x1b
[    1.851649] NFORCE-MCP55: 0000:00:04.0 (rev a1) UDMA133 controller
[    1.851759] NFORCE-MCP55: IDE controller (0x10de:0x036e rev 0xa1) at  PCI slot 0000:00:04.0
[    1.851964] NFORCE-MCP55: not 100% native mode: will probe irqs later
[    1.852074] NFORCE-MCP55: BIOS didn't set cable bits correctly. Enabling workaround.
[    1.852267] NFORCE-MCP55: IDE port disabled
[    1.852377]     ide0: BM-DMA at 0xffa0-0xffa7
[    1.852486] Probing IDE interface ide0...
[    2.524043] hda: PIONEER DVD-RW DVR-110, ATAPI CD/DVD-ROM drive
[    3.135993] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[    3.136107] hda: UDMA/66 mode selected
[    3.136461] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    3.138566] initcall amd74xx_ide_init+0x0/0x1b returned 0 after 1227 msecs
[    3.138686] calling  idedisk_init+0x0/0x12
[    3.138845] initcall idedisk_init+0x0/0x12 returned 0 after 0 msecs
[    3.138980] calling  ide_cdrom_init+0x0/0x12
[    3.139701] hda: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2000kB Cache
[    3.139964] Uniform CD-ROM driver Revision: 3.20
[    3.157180] initcall ide_cdrom_init+0x0/0x12 returned 0 after 17 msecs
[    3.157327] calling  sas_transport_init+0x0/0xbb
[    3.157677] initcall sas_transport_init+0x0/0xbb returned 0 after 0 msecs
[    3.157803] calling  megasas_init+0x0/0x160
[    3.157931] megasas: 00.00.03.20-rc1 Mon. March 10 11:02:31 PDT 2008
[    3.158149] initcall megasas_init+0x0/0x160 returned 0 after 0 msecs
[    3.158280] calling  init_sd+0x0/0xff
[    3.158440] Driver 'sd' needs updating - please use bus_type methods
[    3.158602] initcall init_sd+0x0/0xff returned 0 after 0 msecs
[    3.158745] calling  init_sg+0x0/0xbf
[    3.158910] initcall init_sg+0x0/0xbf returned 0 after 0 msecs
[    3.159034] calling  ahci_init+0x0/0x1b
[    3.159225] initcall ahci_init+0x0/0x1b returned 0 after 0 msecs
[    3.159368] calling  nv_init+0x0/0x1b
[    3.159475] sata_nv 0000:00:05.0: version 3.5
[    3.159847] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 21
[    3.159962] sata_nv 0000:00:05.0: PCI INT A -> Link[LSA0] -> GSI 21 (level, low) -> IRQ 21
[    3.160155] sata_nv 0000:00:05.0: Using SWNCQ mode
[    3.160619] PCI: Setting latency timer of device 0000:00:05.0 to 64
[    3.160728] scsi0 : sata_nv
[    3.161018] scsi1 : sata_nv
[    3.161330] ata1: SATA max UDMA/133 cmd 0xb480 ctl 0xb400 bmdma 0xac00 irq 21
[    3.161445] ata2: SATA max UDMA/133 cmd 0xb080 ctl 0xb000 bmdma 0xac08 irq 21
[    3.616912] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.620271] ata1.00: ATA-8: WDC WD5000AAKS-22A7B0, 01.03B01, max UDMA/133
[    3.620400] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    3.624238] ata1.00: configured for UDMA/133
[    3.939298] ata2: SATA link down (SStatus 0 SControl 300)
[    3.944581] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-2 01.0 PQ: 0 ANSI: 5
[    3.945502] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[    3.945502] sd 0:0:0:0: [sda] Write Protect is off
[    3.945502] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.945502] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.945502] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[    3.945502] sd 0:0:0:0: [sda] Write Protect is off
[    3.945502] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.945502] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.945502]  sda: sda1 sda2
[    3.950016] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.955126] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.955621] ACPI: PCI Interrupt Link [LSA1] enabled at IRQ 20
[    3.955739] sata_nv 0000:00:05.1: PCI INT B -> Link[LSA1] -> GSI 20 (level, low) -> IRQ 20
[    3.955930] sata_nv 0000:00:05.1: Using SWNCQ mode
[    3.956403] PCI: Setting latency timer of device 0000:00:05.1 to 64
[    3.956505] scsi2 : sata_nv
[    3.956731] scsi3 : sata_nv
[    3.957051] ata3: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa080 irq 20
[    3.957156] ata4: SATA max UDMA/133 cmd 0xa480 ctl 0xa400 bmdma 0xa088 irq 20
[    4.412888] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.435247] ata3.00: ATA-8: WDC WD1000FYPS-01ZKB0, 02.01B01, max UDMA/133
[    4.435386] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.441993] ata3.00: configured for UDMA/133
[    4.757278] ata4: SATA link down (SStatus 0 SControl 300)
[    4.757702] scsi 2:0:0:0: Direct-Access     ATA      WDC WD1000FYPS-0 02.0 PQ: 0 ANSI: 5
[    4.757978] sd 2:0:0:0: [sdb] 1953525168 512-byte hardware sectors (1000205 MB)
[    4.758185] sd 2:0:0:0: [sdb] Write Protect is off
[    4.758281] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.758319] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.758558] sd 2:0:0:0: [sdb] 1953525168 512-byte hardware sectors (1000205 MB)
[    4.758756] sd 2:0:0:0: [sdb] Write Protect is off
[    4.758856] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.758901] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.759115]  sdb: sdb1 sdb2 sdb3
[    4.762009] sd 2:0:0:0: [sdb] Attached SCSI disk
[    4.762220] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    4.762669] ACPI: PCI Interrupt Link [LSA2] enabled at IRQ 23
[    4.762779] sata_nv 0000:00:05.2: PCI INT C -> Link[LSA2] -> GSI 23 (level, low) -> IRQ 23
[    4.762968] sata_nv 0000:00:05.2: Using SWNCQ mode
[    4.763428] PCI: Setting latency timer of device 0000:00:05.2 to 64
[    4.763531] scsi4 : sata_nv
[    4.763761] scsi5 : sata_nv
[    4.764091] ata5: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 23
[    4.764207] ata6: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 23
[    5.219872] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.250710] ata5.00: ATA-8: WDC WD1000FYPS-01ZKB0, 02.01B01, max UDMA/133
[    5.250837] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    5.256852] ata5.00: configured for UDMA/133
[    5.572248] ata6: SATA link down (SStatus 0 SControl 300)
[    5.572584] scsi 4:0:0:0: Direct-Access     ATA      WDC WD1000FYPS-0 02.0 PQ: 0 ANSI: 5
[    5.572942] sd 4:0:0:0: [sdc] 1953525168 512-byte hardware sectors (1000205 MB)
[    5.573150] sd 4:0:0:0: [sdc] Write Protect is off
[    5.573248] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    5.573274] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.573520] sd 4:0:0:0: [sdc] 1953525168 512-byte hardware sectors (1000205 MB)
[    5.573720] sd 4:0:0:0: [sdc] Write Protect is off
[    5.573826] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    5.573862] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.574069]  sdc: sdc1 sdc2 sdc3
[    5.577436] sd 4:0:0:0: [sdc] Attached SCSI disk
[    5.577646] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    5.577820] initcall nv_init+0x0/0x1b returned 0 after 2306 msecs
[    5.577961] calling  fusion_init+0x0/0xf8
[    5.578073] Fusion MPT base driver 3.04.07
[    5.578181] Copyright (c) 1999-2008 LSI Corporation
[    5.578296] initcall fusion_init+0x0/0xf8 returned 0 after 0 msecs
[    5.578428] calling  mptsas_init+0x0/0xf5
[    5.578533] Fusion MPT SAS Host driver 3.04.07
[    5.578711] initcall mptsas_init+0x0/0xf5 returned 0 after 0 msecs
[    5.578832] calling  mptctl_init+0x0/0x105
[    5.578936] Fusion MPT misc device (ioctl) driver 3.04.07
[    5.579091] mptctl: Registered with Fusion MPT base driver
[    5.579202] mptctl: /dev/mptctl @ (major,minor=10,220)
[    5.579299] initcall mptctl_init+0x0/0x105 returned 0 after 0 msecs
[    5.579421] calling  ieee1394_init+0x0/0x256
[    5.579816] initcall ieee1394_init+0x0/0x256 returned 0 after 0 msecs
[    5.579946] calling  ohci1394_init+0x0/0x1b
[    5.580107] initcall ohci1394_init+0x0/0x1b returned 0 after 0 msecs
[    5.580228] calling  video1394_init_module+0x0/0xc6
[    5.580378] video1394: Installed video1394 module
[    5.580489] initcall video1394_init_module+0x0/0xc6 returned 0 after 0 msecs
[    5.580608] calling  init_raw1394+0x0/0xf2
[    5.580762] ieee1394: raw1394: /dev/raw1394 device initialized
[    5.580912] initcall init_raw1394+0x0/0xf2 returned 0 after 0 msecs
[    5.581050] calling  sbp2_module_init+0x0/0x72
[    5.581205] initcall sbp2_module_init+0x0/0x72 returned 0 after 0 msecs
[    5.581336] calling  ether1394_init_module+0x0/0x70
[    5.581508] initcall ether1394_init_module+0x0/0x70 returned 0 after 0 msecs
[    5.581629] calling  cdrom_init+0x0/0xd
[    5.581744] initcall cdrom_init+0x0/0xd returned 0 after 0 msecs
[    5.581865] calling  mon_init+0x0/0x103
[    5.582075] initcall mon_init+0x0/0x103 returned 0 after 0 msecs
[    5.582197] calling  ehci_hcd_init+0x0/0x8b
[    5.582295] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[    5.582658] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22
[    5.582767] ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 22 (level, low) -> IRQ 22
[    5.582980] PCI: Setting latency timer of device 0000:00:02.1 to 64
[    5.582982] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    5.583152] drivers/usb/core/inode.c: creating file 'devices'
[    5.583158] drivers/usb/core/inode.c: creating file '001'
[    5.583207] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    5.583404] ehci_hcd 0000:00:02.1: reset hcs_params 0x101a8a dbg=1 cc=1 pcc=10 !ppc ports=10
[    5.583413] ehci_hcd 0000:00:02.1: reset portroute 0 0 0 0 0 0 0 0 0 0 
[    5.583418] ehci_hcd 0000:00:02.1: reset hcc_params a086 caching frame 256/512/1024 park
[    5.583432] ehci_hcd 0000:00:02.1: park 0
[    5.583436] ehci_hcd 0000:00:02.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[    5.583444] ehci_hcd 0000:00:02.1: debug port 1
[    5.583553] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[    5.583555] ehci_hcd 0000:00:02.1: supports USB remote wakeup
[    5.583568] ehci_hcd 0000:00:02.1: irq 22, io mem 0xfdffac00
[    5.583678] ehci_hcd 0000:00:02.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[    5.583684] ehci_hcd 0000:00:02.1: init command 010009 (park)=0 ithresh=1 period=256 RUN
[    5.588990] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    5.589211] usb usb1: default language 0x0409
[    5.589242] usb usb1: uevent
[    5.589287] usb usb1: usb_probe_device
[    5.589289] usb usb1: configuration #1 chosen from 1 choice
[    5.589403] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    5.589416] usb 1-0:1.0: uevent
[    5.589459] hub 1-0:1.0: usb_probe_interface
[    5.589461] hub 1-0:1.0: usb_probe_interface - got id
[    5.589463] hub 1-0:1.0: USB hub found
[    5.589576] hub 1-0:1.0: 10 ports detected
[    5.589688] hub 1-0:1.0: standalone hub
[    5.589689] hub 1-0:1.0: no power switching (usb 1.0)
[    5.589691] hub 1-0:1.0: individual port over-current protection
[    5.589693] hub 1-0:1.0: power on to power good time: 20ms
[    5.589697] hub 1-0:1.0: local power source is good
[    5.589700] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    5.690006] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[    5.690098] drivers/usb/core/inode.c: creating file '001'
[    5.690109] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.690217] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.690406] usb usb1: Product: EHCI Host Controller
[    5.690512] usb usb1: Manufacturer: Linux 2.6.26 ehci_hcd
[    5.690618] usb usb1: SerialNumber: 0000:00:02.1
[    5.690756] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[    5.690762] hub 1-0:1.0: port 1, status 0501, change 0001, 480 Mb/s
[    5.690782] initcall ehci_hcd_init+0x0/0x8b returned 0 after 103 msecs
[    5.690913] calling  ohci_hcd_mod_init+0x0/0xa4
[    5.691023] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.691026] ohci_hcd: block sizes: ed 80 td 96
[    5.691369] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 21
[    5.691476] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 21 (level, low) -> IRQ 21
[    5.691674] PCI: Setting latency timer of device 0000:00:02.0 to 64
[    5.691676] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    5.691832] drivers/usb/core/inode.c: creating file '002'
[    5.691882] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    5.692086] ohci_hcd 0000:00:02.0: created debug files
[    5.692088] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[    5.692092] ohci_hcd 0000:00:02.0: irq 21, io mem 0xfdffb000
[    5.744995] ohci_hcd 0000:00:02.0: OHCI controller state
[    5.744999] ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support registers
[    5.745002] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[    5.745005] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
[    5.745007] ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF
[    5.745010] ohci_hcd 0000:00:02.0: intrenable 0x8000004a MIE RHSC RD WDH
[    5.745015] ohci_hcd 0000:00:02.0: hcca frame #0003
[    5.745019] ohci_hcd 0000:00:02.0: roothub.a 0100120a POTPGT=1 NOCP NPS NDP=10(10)
[    5.745022] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[    5.745025] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[    5.745029] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[    5.745032] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[    5.745035] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[    5.745038] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[    5.745041] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
[    5.745044] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
[    5.745048] ohci_hcd 0000:00:02.0: roothub.portstatus [6] 0x00000100 PPS
[    5.745051] ohci_hcd 0000:00:02.0: roothub.portstatus [7] 0x00000100 PPS
[    5.745054] ohci_hcd 0000:00:02.0: roothub.portstatus [8] 0x00000100 PPS
[    5.745057] ohci_hcd 0000:00:02.0: roothub.portstatus [9] 0x00000100 PPS
[    5.745064] usb usb2: default language 0x0409
[    5.745094] usb usb2: uevent
[    5.745140] usb usb2: usb_probe_device
[    5.745142] usb usb2: configuration #1 chosen from 1 choice
[    5.745257] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    5.745267] usb 2-0:1.0: uevent
[    5.745312] hub 2-0:1.0: usb_probe_interface
[    5.745313] hub 2-0:1.0: usb_probe_interface - got id
[    5.745315] hub 2-0:1.0: USB hub found
[    5.745428] hub 2-0:1.0: 10 ports detected
[    5.745530] hub 2-0:1.0: standalone hub
[    5.745532] hub 2-0:1.0: no power switching (usb 1.0)
[    5.745543] hub 2-0:1.0: no over-current protection
[    5.745544] hub 2-0:1.0: power on to power good time: 2ms
[    5.745549] hub 2-0:1.0: local power source is good
[    5.745551] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    5.793980] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
[    5.845230] ehci_hcd 0000:00:02.1: port 1 high speed
[    5.845233] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[    5.846039] drivers/usb/core/inode.c: creating file '001'
[    5.846047] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    5.846147] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.846340] usb usb2: Product: OHCI Host Controller
[    5.846445] usb usb2: Manufacturer: Linux 2.6.26 ohci_hcd
[    5.846551] usb usb2: SerialNumber: 0000:00:02.0
[    5.846733] initcall ohci_hcd_mod_init+0x0/0xa4 returned 0 after 148 msecs
[    5.846854] calling  usblp_init+0x0/0x1b
[    5.895986] usb 1-1: new high speed USB device using ehci_hcd and address 2
[    5.947046] ehci_hcd 0000:00:02.1: port 1 high speed
[    5.947051] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[    6.010921] usb 1-1: uevent
[    6.010970] usb 1-1: usb_probe_device
[    6.010972] usb 1-1: configuration #1 chosen from 1 choice
[    6.011132] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[    6.011144] usb 1-1:1.0: uevent
[    6.011188] hub 1-1:1.0: usb_probe_interface
[    6.011190] hub 1-1:1.0: usb_probe_interface - got id
[    6.011192] hub 1-1:1.0: USB hub found
[    6.011382] hub 1-1:1.0: 2 ports detected
[    6.011494] hub 1-1:1.0: compound device; port removable status: FR
[    6.011500] hub 1-1:1.0: individual port power switching
[    6.011501] hub 1-1:1.0: individual port over-current protection
[    6.011503] hub 1-1:1.0: Single TT
[    6.011505] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[    6.011507] hub 1-1:1.0: power on to power good time: 100ms
[    6.011755] hub 1-1:1.0: local power source is good
[    6.011758] hub 1-1:1.0: enabling power on all ports
[    6.112798] usb 1-1: link qh256-0001/ffff88007f808140 start 255 [1/0 us]
[    6.112866] drivers/usb/core/inode.c: creating file '002'
[    6.112883] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[    6.113006] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.113143] ehci_hcd 0000:00:02.1: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
[    6.113148] hub 1-0:1.0: port 3, status 0501, change 0001, 480 Mb/s
[    6.216796] hub 1-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501
[    6.267782] ehci_hcd 0000:00:02.1: port 3 full speed --> companion
[    6.267785] ehci_hcd 0000:00:02.1: GetStatus port 3 status 003001 POWER OWNER sig=se0 CONNECT
[    6.267812] hub 1-0:1.0: port 3 not reset yet, waiting 50ms
[    6.318795] ehci_hcd 0000:00:02.1: GetStatus port 3 status 003802 POWER OWNER sig=j CSC
[    6.318824] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0008
[    6.318835] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00010101 CSC PPS CCS
[    6.318839] hub 2-0:1.0: port 3, status 0101, change 0001, 12 Mb/s
[    6.422778] hub 2-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x101
[    6.528790] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[    6.579788] usb 2-3: new full speed USB device using ohci_hcd and address 2
[    6.687786] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[    6.751780] usb 2-3: ep0 maxpacket = 8
[    6.773805] usb 2-3: default language 0x0409
[    6.784828] usb 2-3: uevent
[    6.784871] usb 2-3: usb_probe_device
[    6.784873] usb 2-3: configuration #1 chosen from 1 choice
[    6.787804] usb 2-3: adding 2-3:1.0 (config #1, interface 0)
[    6.787815] usb 2-3:1.0: uevent
[    6.787952] drivers/usb/core/inode.c: creating file '002'
[    6.787960] usb 2-3: New USB device found, idVendor=04f9, idProduct=0027
[    6.788071] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.788216] usb 2-3: Product: HL-2030 series
[    6.788335] usb 2-3: Manufacturer: Brother
[    6.788446] usb 2-3: SerialNumber: E6J824776
[    6.788593] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0006
[    6.788865] hub 1-1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[    6.892617] hub 1-1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[    6.903614] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
[    6.965619] usb 1-1.1: new high speed USB device using ehci_hcd and address 4
[    6.978613] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
[    7.053885] usb 1-1.1: uevent
[    7.053929] usb 1-1.1: usb_probe_device
[    7.053930] usb 1-1.1: configuration #1 chosen from 1 choice
[    7.054110] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
[    7.054120] usb 1-1.1:1.0: uevent
[    7.054163] hub 1-1.1:1.0: usb_probe_interface
[    7.054164] hub 1-1.1:1.0: usb_probe_interface - got id
[    7.054166] hub 1-1.1:1.0: USB hub found
[    7.054360] hub 1-1.1:1.0: 4 ports detected
[    7.060458] hub 1-1.1:1.0: compound device; port removable status: FRRR
[    7.060460] hub 1-1.1:1.0: ganged power switching
[    7.060462] hub 1-1.1:1.0: global over-current protection
[    7.060661] hub 1-1.1:1.0: TT per port
[    7.060662] hub 1-1.1:1.0: TT requires at most 8 FS bit times (666 ns)
[    7.060664] hub 1-1.1:1.0: power on to power good time: 100ms
[    7.060859] hub 1-1.1:1.0: local power source is good
[    7.060861] hub 1-1.1:1.0: no over-current condition exists
[    7.060863] hub 1-1.1:1.0: enabling power on all ports
[    7.161775] usb 1-1.1: link qh256-0001/ffff88007f808280 start 255 [1/0 us]
[    7.161779] drivers/usb/core/inode.c: creating file '004'
[    7.161788] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2602
[    7.161911] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.162359] hub 1-1:1.0: port 2, status 0101, change 0001, 12 Mb/s
[    7.266611] hub 1-1:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
[    7.277606] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[    7.339611] usb 1-1.2: new high speed USB device using ehci_hcd and address 5
[    7.356604] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[    7.567601] usb 1-1.2: skipped 1 descriptor after configuration
[    7.567604] usb 1-1.2: skipped 11 descriptors after interface
[    7.567606] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.567608] usb 1-1.2: skipped 17 descriptors after interface
[    7.567612] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.567614] usb 1-1.2: skipped 4 descriptors after interface
[    7.567616] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.567618] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.567620] usb 1-1.2: skipped 2 descriptors after interface
[    7.567622] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.569975] usb 1-1.2: default language 0x0409
[    7.573619] usb 1-1.2: uevent
[    7.573662] usb 1-1.2: usb_probe_device
[    7.573664] usb 1-1.2: configuration #1 chosen from 1 choice
[    7.573850] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
[    7.573868] usb 1-1.2:1.0: uevent
[    7.573955] usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1)
[    7.573969] usb 1-1.2:1.1: uevent
[    7.574007] usb 1-1.2: adding 1-1.2:1.2 (config #1, interface 2)
[    7.574020] usb 1-1.2:1.2: uevent
[    7.574058] usb 1-1.2: adding 1-1.2:1.3 (config #1, interface 3)
[    7.574073] usb 1-1.2:1.3: uevent
[    7.574113] drivers/usb/core/inode.c: creating file '005'
[    7.574121] usb 1-1.2: New USB device found, idVendor=046d, idProduct=08ce
[    7.574250] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[    7.574451] usb 1-1.2: SerialNumber: 48ADA3A2
[    7.574562] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0008
[    7.574569] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0008
[    7.574573] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0004
[    7.574780] usblp 2-3:1.0: usb_probe_interface
[    7.574782] usblp 2-3:1.0: usb_probe_interface - got id
[    7.575602] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0006
[    7.575849] hub 1-1.1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[    7.580785] drivers/usb/core/file.c: looking for a minor, starting at 0
[    7.580885] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0027
[    7.680603] hub 1-1.1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[    7.691597] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
[    7.753602] usb 1-1.1.1: new high speed USB device using ehci_hcd and address 6
[    7.772595] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
[    7.867720] usb 1-1.1.1: skipped 1 descriptor after endpoint
[    7.875347] usb 1-1.1.1: default language 0x0409
[    7.917365] usb 1-1.1.1: uevent
[    7.917409] usb 1-1.1.1: usb_probe_device
[    7.917410] usb 1-1.1.1: configuration #1 chosen from 1 choice
[    7.917591] usb 1-1.1.1: adding 1-1.1.1:1.0 (config #1, interface 0)
[    7.917603] usb 1-1.1.1:1.0: uevent
[    7.917738] drivers/usb/core/inode.c: creating file '006'
[    7.917746] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=2228
[    7.917861] usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.918063] usb 1-1.1.1: Product: Flash Card Reader
[    7.918184] usb 1-1.1.1: Manufacturer: Generic
[    7.918297] usb 1-1.1.1: SerialNumber: 071031504947
[    7.918716] hub 1-1.1:1.0: port 2, status 0301, change 0001, 1.5 Mb/s
[    8.023596] hub 1-1.1:1.0: debounce: port 2: total 100ms stable 100ms status 0x301
[    8.034590] hub 1-1.1:1.0: port 2 not reset yet, waiting 10ms
[    8.096594] usb 1-1.1.2: new low speed USB device using ehci_hcd and address 7
[    8.109588] hub 1-1.1:1.0: port 2 not reset yet, waiting 10ms
[    8.188335] usb 1-1.1.2: skipped 1 descriptor after interface
[    8.188836] usb 1-1.1.2: default language 0x0409
[    8.191121] usb 1-1.1.2: uevent
[    8.191163] usb 1-1.1.2: usb_probe_device
[    8.191165] usb 1-1.1.2: configuration #1 chosen from 1 choice
[    8.191711] usb 1-1.1.2: adding 1-1.1.2:1.0 (config #1, interface 0)
[    8.191722] usb 1-1.1.2:1.0: uevent
[    8.191817] drivers/usb/core/inode.c: creating file '007'
[    8.191825] usb 1-1.1.2: New USB device found, idVendor=046d, idProduct=c044
[    8.191941] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.192142] usb 1-1.1.2: Product: USB-PS/2 Optical Mouse
[    8.192256] usb 1-1.1.2: Manufacturer: Logitech
[    8.192710] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0004
[    8.192891] usbcore: registered new interface driver usblp
[    8.193008] initcall usblp_init+0x0/0x1b returned 0 after 2237 msecs
[    8.193137] calling  usb_stor_init+0x0/0x50
[    8.193254] Initializing USB Mass Storage driver...
[    8.193395] usb-storage 1-1.1.1:1.0: usb_probe_interface
[    8.193399] usb-storage 1-1.1.1:1.0: usb_probe_interface - got id
[    8.193470] scsi6 : SCSI emulation for USB Mass Storage devices
[    8.193784] usb-storage: device found at 6
[    8.193786] usb-storage: waiting for device to settle before scanning
[    8.193769] usbcore: registered new interface driver usb-storage
[    8.193889] USB Mass Storage support registered.
[    8.194007] initcall usb_stor_init+0x0/0x50 returned 0 after 0 msecs
[    8.194130] calling  usb_usual_init+0x0/0x3e
[    8.194313] usbcore: registered new interface driver libusual
[    8.194432] initcall usb_usual_init+0x0/0x3e returned 0 after 0 msecs
[    8.194564] calling  i8042_init+0x0/0x39f
[    8.194785] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    8.197604] serio: i8042 KBD port at 0x60,0x64 irq 1
[    8.197721] serio: i8042 AUX port at 0x60,0x64 irq 12
[    8.197840] initcall i8042_init+0x0/0x39f returned 0 after 3 msecs
[    8.197965] calling  mousedev_init+0x0/0x8e
[    8.198175] mice: PS/2 mouse device common for all mice
[    8.198298] initcall mousedev_init+0x0/0x8e returned 0 after 0 msecs
[    8.198432] calling  evdev_init+0x0/0x12
[    8.206229] initcall evdev_init+0x0/0x12 returned 0 after 7 msecs
[    8.206353] calling  atkbd_init+0x0/0x27
[    8.206536] initcall atkbd_init+0x0/0x27 returned 0 after 0 msecs
[    8.206672] calling  psmouse_init+0x0/0x6d
[    8.227380] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    8.256472] initcall psmouse_init+0x0/0x6d returned 0 after 47 msecs
[    8.256606] calling  i2c_dev_init+0x0/0x9e
[    8.256740] i2c /dev entries driver
[    8.257036] initcall i2c_dev_init+0x0/0x9e returned 0 after 0 msecs
[    8.257193] calling  nforce2_init+0x0/0x1b
[    8.257635] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2d00
[    8.257825] i2c-adapter i2c-2: nForce2 SMBus adapter at 0x2e00
[    8.257990] initcall nforce2_init+0x0/0x1b returned 0 after 0 msecs
[    8.258120] calling  sm_lm85_init+0x0/0x14
[    8.275944] i2c-adapter i2c-2: lm85: Detected SMSC chip
[    8.276055] i2c-adapter i2c-2: lm85: Unrecognized version/stepping 0x68 Defaulting to Generic LM85.
[    8.276255] hwmon-vid: Unknown VRM version of your x86 CPU
[    8.289934] i2c-adapter i2c-2: lm85: Detected SMSC chip
[    8.290045] i2c-adapter i2c-2: lm85: Unrecognized version/stepping 0x68 Defaulting to Generic LM85.
[    8.290253] hwmon-vid: Unknown VRM version of your x86 CPU
[    8.297996] initcall sm_lm85_init+0x0/0x14 returned 0 after 37 msecs
[    8.298117] calling  linear_init+0x0/0x12
[    8.298223] md: linear personality registered for level -1
[    8.298329] initcall linear_init+0x0/0x12 returned 0 after 0 msecs
[    8.298438] calling  raid0_init+0x0/0x12
[    8.298543] md: raid0 personality registered for level 0
[    8.298649] initcall raid0_init+0x0/0x12 returned 0 after 0 msecs
[    8.298758] calling  raid_init+0x0/0x12
[    8.298872] md: raid1 personality registered for level 1
[    8.298984] initcall raid_init+0x0/0x12 returned 0 after 0 msecs
[    8.299095] calling  raid5_init+0x0/0x3e
[    8.315952] raid6: int64x1   2203 MB/s
[    8.332953] raid6: int64x2   2714 MB/s
[    8.349939] raid6: int64x4   2375 MB/s
[    8.366986] raid6: int64x8   1500 MB/s
[    8.383940] raid6: sse2x1    2984 MB/s
[    8.400935] raid6: sse2x2    4875 MB/s
[    8.417939] raid6: sse2x4    5886 MB/s
[    8.418044] raid6: using algorithm sse2x4 (5886 MB/s)
[    8.418151] md: raid6 personality registered for level 6
[    8.418250] md: raid5 personality registered for level 5
[    8.418359] md: raid4 personality registered for level 4
[    8.418465] initcall raid5_init+0x0/0x3e returned 0 after 113 msecs
[    8.418587] calling  dm_init+0x0/0x49
[    8.418838] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
[    8.419033] initcall dm_init+0x0/0x49 returned 0 after 0 msecs
[    8.419155] calling  dm_crypt_init+0x0/0x69
[    8.419267] initcall dm_crypt_init+0x0/0x69 returned 0 after 0 msecs
[    8.419380] calling  dm_snapshot_init+0x0/0x1f1
[    8.419584] initcall dm_snapshot_init+0x0/0x1f1 returned 0 after 0 msecs
[    8.419708] calling  dm_mirror_init+0x0/0x2f
[    8.419824] initcall dm_mirror_init+0x0/0x2f returned 0 after 0 msecs
[    8.419941] calling  dm_dirty_log_init+0x0/0x59
[    8.420048] initcall dm_dirty_log_init+0x0/0x59 returned 0 after 0 msecs
[    8.420178] calling  dm_zero_init+0x0/0x31
[    8.420291] initcall dm_zero_init+0x0/0x31 returned 0 after 0 msecs
[    8.420400] calling  edac_init+0x0/0x9d
[    8.420504] EDAC MC: Ver: 2.1.0 Jul 17 2008
[    8.420789] initcall edac_init+0x0/0x9d returned 0 after 0 msecs
[    8.420911] calling  cpufreq_stats_init+0x0/0x8f
[    8.421035] initcall cpufreq_stats_init+0x0/0x8f returned 0 after 0 msecs
[    8.421166] calling  cpufreq_gov_powersave_init+0x0/0x12
[    8.421284] initcall cpufreq_gov_powersave_init+0x0/0x12 returned 0 after 0 msecs
[    8.421474] calling  cpufreq_gov_userspace_init+0x0/0x12
[    8.421590] initcall cpufreq_gov_userspace_init+0x0/0x12 returned 0 after 0 msecs
[    8.421781] calling  cpufreq_gov_dbs_init+0x0/0x46
[    8.422123] initcall cpufreq_gov_dbs_init+0x0/0x46 returned 0 after 0 msecs
[    8.422233] calling  cpufreq_gov_dbs_init+0x0/0x12
[    8.422350] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 0 msecs
[    8.422473] calling  hid_init+0x0/0xb
[    8.422622] initcall hid_init+0x0/0xb returned 0 after 0 msecs
[    8.422752] calling  hid_init+0x0/0x62
[    8.422922] usbcore: registered new interface driver hiddev
[    8.423047] usbhid 1-1.1.2:1.0: usb_probe_interface
[    8.423049] usbhid 1-1.1.2:1.0: usb_probe_interface - got id
[    8.425979] input: Logitech USB-PS/2 Optical Mouse as /devices/pci0000:00/0000:00:02.1/usb1/1-1/1-1.1/1-1.1.2/1-1.1.2:1.0/input/input3
[    8.436269] input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:02.1-1.1.2
[    8.436652] usbcore: registered new interface driver usbhid
[    8.436763] usbhid: v2.6:USB HID core driver
[    8.436884] initcall hid_init+0x0/0x62 returned 0 after 13 msecs
[    8.437026] calling  init_soundcore+0x0/0x59
[    8.437187] initcall init_soundcore+0x0/0x59 returned 0 after 0 msecs
[    8.437330] calling  alsa_sound_init+0x0/0x87
[    8.437471] Advanced Linux Sound Architecture Driver Version 1.0.17.
[    8.437585] initcall alsa_sound_init+0x0/0x87 returned 0 after 0 msecs
[    8.437729] calling  alsa_hwdep_init+0x0/0x64
[    8.437857] initcall alsa_hwdep_init+0x0/0x64 returned 0 after 0 msecs
[    8.437990] calling  alsa_timer_init+0x0/0x162
[    8.438156] initcall alsa_timer_init+0x0/0x162 returned 0 after 0 msecs
[    8.438318] calling  rtctimer_init+0x0/0x115
[    8.444432] initcall rtctimer_init+0x0/0x115 returned 0 after 0 msecs
[    8.444558] calling  alsa_pcm_init+0x0/0x6c
[    8.444708] initcall alsa_pcm_init+0x0/0x6c returned 0 after 0 msecs
[    8.444832] calling  snd_mem_init+0x0/0x2c
[    8.444985] initcall snd_mem_init+0x0/0x2c returned 0 after 0 msecs
[    8.445109] calling  alsa_rawmidi_init+0x0/0x80
[    8.445267] initcall alsa_rawmidi_init+0x0/0x80 returned 0 after 0 msecs
[    8.445402] calling  alsa_mixer_oss_init+0x0/0x3a
[    8.445540] initcall alsa_mixer_oss_init+0x0/0x3a returned 0 after 0 msecs
[    8.445693] calling  alsa_pcm_oss_init+0x0/0x7d
[    8.445839] initcall alsa_pcm_oss_init+0x0/0x7d returned 0 after 0 msecs
[    8.446001] calling  alsa_seq_oss_init+0x0/0x16c
[    8.446313] initcall alsa_seq_oss_init+0x0/0x16c returned 0 after 0 msecs
[    8.446454] calling  alsa_seq_init+0x0/0x57
[    8.446653] initcall alsa_seq_init+0x0/0x57 returned 0 after 0 msecs
[    8.446797] calling  alsa_seq_device_init+0x0/0x5b
[    8.446942] initcall alsa_seq_device_init+0x0/0x5b returned 0 after 0 msecs
[    8.447088] calling  alsa_seq_midi_event_init+0x0/0x8
[    8.447236] initcall alsa_seq_midi_event_init+0x0/0x8 returned 0 after 0 msecs
[    8.447487] calling  alsa_seq_midi_init+0x0/0x3a
[    8.447635] initcall alsa_seq_midi_init+0x0/0x3a returned 0 after 0 msecs
[    8.447795] calling  alsa_seq_midi_emul_init+0x0/0x8
[    8.447933] initcall alsa_seq_midi_emul_init+0x0/0x8 returned 0 after 0 msecs
[    8.448086] calling  alsa_opl3_init+0x0/0x8
[    8.448234] initcall alsa_opl3_init+0x0/0x8 returned 0 after 0 msecs
[    8.448386] calling  alsa_opl3_seq_init+0x0/0x1e
[    8.448515] initcall alsa_opl3_seq_init+0x0/0x1e returned 0 after 0 msecs
[    8.448677] calling  alsa_mpu401_uart_init+0x0/0x8
[    8.448806] initcall alsa_mpu401_uart_init+0x0/0x8 returned 0 after 0 msecs
[    8.448959] calling  alsa_card_cmipci_init+0x0/0x1b
[    8.449708] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 17
[    8.449836] C-Media PCI 0000:01:06.0: PCI INT A -> Link[LNKA] -> GSI 17 (level, low) -> IRQ 17
[    8.451366] initcall alsa_card_cmipci_init+0x0/0x1b returned 0 after 2 msecs
[    8.451515] calling  snd_usb_audio_init+0x0/0x3d
[    8.451668] snd-usb-audio 1-1.2:1.2: usb_probe_interface
[    8.451671] snd-usb-audio 1-1.2:1.2: usb_probe_interface - got id
[    8.476426] usbcore: registered new interface driver snd-usb-audio
[    8.476554] initcall snd_usb_audio_init+0x0/0x3d returned 0 after 23 msecs
[    8.476699] calling  alsa_sound_last_init+0x0/0x61
[    8.476826] ALSA device list:
[    8.476947]   #0: C-Media CMI8768 at 0xc800, irq 17
[    8.477068]   #1: USB Device 0x46d:0x8ce at usb-0000:00:02.1-1.2, high speed
[    8.477203] initcall alsa_sound_last_init+0x0/0x61 returned 0 after 0 msecs
[    8.477331] calling  sysctl_core_init+0x0/0x12
[    8.477510] initcall sysctl_core_init+0x0/0x12 returned 0 after 0 msecs
[    8.477634] calling  flow_cache_init+0x0/0x1bb
[    8.477810] initcall flow_cache_init+0x0/0x1bb returned 0 after 0 msecs
[    8.477946] calling  blackhole_module_init+0x0/0x12
[    8.478077] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 msecs
[    8.478217] calling  sysctl_ipv4_init+0x0/0x4e
[    8.478679] initcall sysctl_ipv4_init+0x0/0x4e returned 0 after 0 msecs
[    8.478809] calling  init_syncookies+0x0/0x19
[    8.478959] initcall init_syncookies+0x0/0x19 returned 0 after 0 msecs
[    8.479104] calling  ipv4_netfilter_init+0x0/0x12
[    8.479234] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 msecs
[    8.479357] calling  inet_diag_init+0x0/0x69
[    8.479499] initcall inet_diag_init+0x0/0x69 returned 0 after 0 msecs
[    8.479621] calling  tcp_diag_init+0x0/0x12
[    8.479753] initcall tcp_diag_init+0x0/0x12 returned 0 after 0 msecs
[    8.479885] calling  bictcp_register+0x0/0x12
[    8.480013] TCP bic registered
[    8.480129] initcall bictcp_register+0x0/0x12 returned 0 after 0 msecs
[    8.480276] calling  cubictcp_register+0x0/0x6e
[    8.480397] TCP cubic registered
[    8.480527] initcall cubictcp_register+0x0/0x6e returned 0 after 0 msecs
[    8.480662] calling  tcp_westwood_register+0x0/0x12
[    8.480790] TCP westwood registered
[    8.480915] initcall tcp_westwood_register+0x0/0x12 returned 0 after 0 msecs
[    8.481046] calling  hstcp_register+0x0/0x12
[    8.481173] TCP highspeed registered
[    8.481291] initcall hstcp_register+0x0/0x12 returned 0 after 0 msecs
[    8.481452] calling  hybla_register+0x0/0x12
[    8.481598] TCP hybla registered
[    8.481724] initcall hybla_register+0x0/0x12 returned 0 after 0 msecs
[    8.481880] calling  htcp_register+0x0/0x12
[    8.482016] TCP htcp registered
[    8.482154] initcall htcp_register+0x0/0x12 returned 0 after 0 msecs
[    8.482317] calling  tcp_vegas_register+0x0/0x14
[    8.482452] TCP vegas registered
[    8.482579] initcall tcp_vegas_register+0x0/0x14 returned 0 after 0 msecs
[    8.482746] calling  tcp_veno_register+0x0/0x14
[    8.482883] TCP veno registered
[    8.483015] initcall tcp_veno_register+0x0/0x14 returned 0 after 0 msecs
[    8.483179] calling  tcp_scalable_register+0x0/0x12
[    8.483327] TCP scalable registered
[    8.483453] initcall tcp_scalable_register+0x0/0x12 returned 0 after 0 msecs
[    8.483615] calling  tcp_lp_register+0x0/0x12
[    8.483751] TCP lp registered
[    8.483876] initcall tcp_lp_register+0x0/0x12 returned 0 after 0 msecs
[    8.484027] calling  tcp_yeah_register+0x0/0x14
[    8.484184] TCP yeah registered
[    8.484310] initcall tcp_yeah_register+0x0/0x14 returned 0 after 0 msecs
[    8.484483] calling  tcp_illinois_register+0x0/0x12
[    8.484620] TCP illinois registered
[    8.484752] initcall tcp_illinois_register+0x0/0x12 returned 0 after 0 msecs
[    8.484906] calling  inet6_init+0x0/0x320
[    8.485154] NET: Registered protocol family 10
[    8.485884] lo: Disabled Privacy Extensions
[    8.487537] initcall inet6_init+0x0/0x320 returned 0 after 2 msecs
[    8.487710] calling  packet_init+0x0/0x47
[    8.487843] NET: Registered protocol family 17
[    8.487983] initcall packet_init+0x0/0x47 returned 0 after 0 msecs
[    8.488136] calling  powernowk8_init+0x0/0x92
[    8.488348] powernow-k8: Found 2 Quad-Core AMD Opteron(tm) Processor 2354 processors (8 cpu cores) (version 2.20.00)
[    8.488828] powernow-k8:    0 : pstate 0 (2200 MHz)
[    8.488953] powernow-k8:    1 : pstate 1 (2000 MHz)
[    8.489052] powernow-k8:    2 : pstate 2 (1700 MHz)
[    8.489182] powernow-k8:    3 : pstate 3 (1400 MHz)
[    8.489300] powernow-k8:    4 : pstate 4 (1100 MHz)
[    8.490647] powernow-k8:    0 : pstate 0 (2200 MHz)
[    8.490781] powernow-k8:    1 : pstate 1 (2000 MHz)
[    8.490919] powernow-k8:    2 : pstate 2 (1700 MHz)
[    8.491005] powernow-k8:    3 : pstate 3 (1400 MHz)
[    8.491005] powernow-k8:    4 : pstate 4 (1100 MHz)
[    8.491297] initcall powernowk8_init+0x0/0x92 returned 0 after 2 msecs
[    8.491461] calling  hpet_insert_resource+0x0/0x23
[    8.491584] initcall hpet_insert_resource+0x0/0x23 returned 0 after 0 msecs
[    8.491755] calling  update_mp_table+0x0/0x492
[    8.491892] initcall update_mp_table+0x0/0x492 returned 0 after 0 msecs
[    8.492047] calling  lapic_insert_resource+0x0/0x40
[    8.492186] initcall lapic_insert_resource+0x0/0x40 returned 0 after 0 msecs
[    8.492320] calling  init_lapic_nmi_sysfs+0x0/0x38
[    8.492458] initcall init_lapic_nmi_sysfs+0x0/0x38 returned 0 after 0 msecs
[    8.492610] calling  ioapic_insert_resources+0x0/0x4f
[    8.492758] initcall ioapic_insert_resources+0x0/0x4f returned 0 after 0 msecs
[    8.493030] calling  check_early_ioremap_leak+0x0/0x42
[    8.493162] initcall check_early_ioremap_leak+0x0/0x42 returned 0 after 0 msecs
[    8.493426] calling  init_oops_id+0x0/0x23
[    8.493547] initcall init_oops_id+0x0/0x23 returned 0 after 0 msecs
[    8.493717] calling  disable_boot_consoles+0x0/0x3a
[    8.493855] initcall disable_boot_consoles+0x0/0x3a returned 0 after 0 msecs
[    8.494017] calling  pm_qos_power_init+0x0/0x61
[    8.494294] initcall pm_qos_power_init+0x0/0x61 returned 0 after 0 msecs
[    8.494454] calling  debugfs_kprobe_init+0x0/0x89
[    8.494588] initcall debugfs_kprobe_init+0x0/0x89 returned 0 after 0 msecs
[    8.494749] calling  random32_reseed+0x0/0x6c
[    8.494885] initcall random32_reseed+0x0/0x6c returned 0 after 0 msecs
[    8.495032] calling  pci_sysfs_init+0x0/0x4c
[    8.495398] initcall pci_sysfs_init+0x0/0x4c returned 0 after 0 msecs
[    8.495542] calling  acpi_wakeup_device_init+0x0/0xb1
[    8.495683] initcall acpi_wakeup_device_init+0x0/0xb1 returned 0 after 0 msecs
[    8.501951] calling  seqgen_init+0x0/0xf
[    8.502086] initcall seqgen_init+0x0/0xf returned 0 after 0 msecs
[    8.502232] calling  saa7134_alsa_init+0x0/0x6e
[    8.502357] saa7134 ALSA driver for DMA sound loaded
[    8.502521] saa7134[0]/alsa: saa7134[0] at 0xfeaffc00 irq 19 registered as card -1
[    8.503170] initcall saa7134_alsa_init+0x0/0x6e returned 0 after 0 msecs
[    8.503316] calling  scsi_complete_async_scans+0x0/0x10c
[    8.503435] initcall scsi_complete_async_scans+0x0/0x10c returned 0 after 0 msecs
[    8.503658] calling  memmap_init+0x0/0x98
[    8.503811] initcall memmap_init+0x0/0x98 returned 0 after 0 msecs
[    8.503954] calling  pci_mmcfg_late_insert_resources+0x0/0x43
[    8.504094] initcall pci_mmcfg_late_insert_resources+0x0/0x43 returned 0 after 0 msecs
[    8.504341] calling  tcp_congestion_default+0x0/0x12
[    8.504454] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 msecs
[    8.504800] md: Autodetecting RAID arrays.
[    8.504919] md: Scanned 0 and added 0 devices.
[    8.505042] md: autorun ...
[    8.505164] md: ... autorun DONE.
[    8.529514] kjournald starting.  Commit interval 5 seconds
[    8.529432] EXT3-fs: mounted filesystem with ordered data mode.
[    8.529442] VFS: Mounted root (ext3 filesystem) readonly.
[    8.529464] Freeing unused kernel memory: 320k freed
[    8.529623] Write protecting the kernel read-only data: 5328k

[-- Attachment #4: .config --]
[-- Type: text/plain, Size: 60209 bytes --]

#
# Automatically generated make config: don't edit
# Linux kernel version: 2.6.26
# Thu Jul 17 13:01:33 2008
#
CONFIG_64BIT=y
# CONFIG_X86_32 is not set
CONFIG_X86_64=y
CONFIG_X86=y
CONFIG_ARCH_DEFCONFIG="arch/x86/configs/x86_64_defconfig"
# CONFIG_GENERIC_LOCKBREAK is not set
CONFIG_GENERIC_TIME=y
CONFIG_GENERIC_CMOS_UPDATE=y
CONFIG_CLOCKSOURCE_WATCHDOG=y
CONFIG_GENERIC_CLOCKEVENTS=y
CONFIG_GENERIC_CLOCKEVENTS_BROADCAST=y
CONFIG_LOCKDEP_SUPPORT=y
CONFIG_STACKTRACE_SUPPORT=y
CONFIG_HAVE_LATENCYTOP_SUPPORT=y
CONFIG_FAST_CMPXCHG_LOCAL=y
CONFIG_MMU=y
CONFIG_ZONE_DMA=y
CONFIG_GENERIC_ISA_DMA=y
CONFIG_GENERIC_IOMAP=y
CONFIG_GENERIC_BUG=y
CONFIG_GENERIC_HWEIGHT=y
# CONFIG_GENERIC_GPIO is not set
CONFIG_ARCH_MAY_HAVE_PC_FDC=y
CONFIG_RWSEM_GENERIC_SPINLOCK=y
# CONFIG_RWSEM_XCHGADD_ALGORITHM is not set
# CONFIG_ARCH_HAS_ILOG2_U32 is not set
# CONFIG_ARCH_HAS_ILOG2_U64 is not set
CONFIG_ARCH_HAS_CPU_IDLE_WAIT=y
CONFIG_GENERIC_CALIBRATE_DELAY=y
CONFIG_GENERIC_TIME_VSYSCALL=y
CONFIG_ARCH_HAS_CPU_RELAX=y
CONFIG_ARCH_HAS_CACHE_LINE_SIZE=y
CONFIG_HAVE_SETUP_PER_CPU_AREA=y
CONFIG_HAVE_CPUMASK_OF_CPU_MAP=y
CONFIG_ARCH_HIBERNATION_POSSIBLE=y
CONFIG_ARCH_SUSPEND_POSSIBLE=y
CONFIG_ZONE_DMA32=y
CONFIG_ARCH_POPULATES_NODE_MAP=y
CONFIG_AUDIT_ARCH=y
CONFIG_ARCH_SUPPORTS_AOUT=y
CONFIG_ARCH_SUPPORTS_OPTIMIZED_INLINING=y
CONFIG_GENERIC_HARDIRQS=y
CONFIG_GENERIC_IRQ_PROBE=y
CONFIG_GENERIC_PENDING_IRQ=y
CONFIG_X86_SMP=y
CONFIG_X86_64_SMP=y
CONFIG_X86_HT=y
CONFIG_X86_BIOS_REBOOT=y
CONFIG_X86_TRAMPOLINE=y
# CONFIG_KTIME_SCALAR is not set
CONFIG_DEFCONFIG_LIST="/lib/modules/$UNAME_RELEASE/.config"

#
# General setup
#
CONFIG_EXPERIMENTAL=y
CONFIG_LOCK_KERNEL=y
CONFIG_INIT_ENV_ARG_LIMIT=32
CONFIG_LOCALVERSION=""
# CONFIG_LOCALVERSION_AUTO is not set
CONFIG_SWAP=y
CONFIG_SYSVIPC=y
CONFIG_SYSVIPC_SYSCTL=y
CONFIG_POSIX_MQUEUE=y
# CONFIG_BSD_PROCESS_ACCT is not set
# CONFIG_TASKSTATS is not set
# CONFIG_AUDIT is not set
CONFIG_IKCONFIG=y
CONFIG_IKCONFIG_PROC=y
CONFIG_LOG_BUF_SHIFT=20
# CONFIG_CGROUPS is not set
CONFIG_HAVE_UNSTABLE_SCHED_CLOCK=y
# CONFIG_GROUP_SCHED is not set
# CONFIG_SYSFS_DEPRECATED_V2 is not set
CONFIG_RELAY=y
CONFIG_NAMESPACES=y
# CONFIG_UTS_NS is not set
# CONFIG_IPC_NS is not set
# CONFIG_USER_NS is not set
# CONFIG_PID_NS is not set
# CONFIG_BLK_DEV_INITRD is not set
CONFIG_CC_OPTIMIZE_FOR_SIZE=y
CONFIG_SYSCTL=y
# CONFIG_EMBEDDED is not set
CONFIG_UID16=y
CONFIG_SYSCTL_SYSCALL=y
CONFIG_SYSCTL_SYSCALL_CHECK=y
CONFIG_KALLSYMS=y
# CONFIG_KALLSYMS_ALL is not set
# CONFIG_KALLSYMS_EXTRA_PASS is not set
CONFIG_HOTPLUG=y
CONFIG_PRINTK=y
CONFIG_BUG=y
CONFIG_ELF_CORE=y
CONFIG_PCSPKR_PLATFORM=y
# CONFIG_COMPAT_BRK is not set
CONFIG_BASE_FULL=y
CONFIG_FUTEX=y
CONFIG_ANON_INODES=y
CONFIG_EPOLL=y
CONFIG_SIGNALFD=y
CONFIG_TIMERFD=y
CONFIG_EVENTFD=y
CONFIG_SHMEM=y
CONFIG_VM_EVENT_COUNTERS=y
CONFIG_SLAB=y
# CONFIG_SLUB is not set
# CONFIG_SLOB is not set
CONFIG_PROFILING=y
# CONFIG_MARKERS is not set
CONFIG_OPROFILE=m
CONFIG_HAVE_OPROFILE=y
CONFIG_KPROBES=y
CONFIG_KRETPROBES=y
CONFIG_HAVE_KPROBES=y
CONFIG_HAVE_KRETPROBES=y
# CONFIG_HAVE_DMA_ATTRS is not set
CONFIG_USE_GENERIC_SMP_HELPERS=y
CONFIG_PROC_PAGE_MONITOR=y
CONFIG_SLABINFO=y
CONFIG_RT_MUTEXES=y
# CONFIG_TINY_SHMEM is not set
CONFIG_BASE_SMALL=0
CONFIG_MODULES=y
CONFIG_MODULE_FORCE_LOAD=y
CONFIG_MODULE_UNLOAD=y
CONFIG_MODULE_FORCE_UNLOAD=y
# CONFIG_MODVERSIONS is not set
# CONFIG_MODULE_SRCVERSION_ALL is not set
CONFIG_KMOD=y
CONFIG_STOP_MACHINE=y
CONFIG_BLOCK=y
# CONFIG_BLK_DEV_IO_TRACE is not set
# CONFIG_BLK_DEV_BSG is not set
# CONFIG_BLK_DEV_INTEGRITY is not set
CONFIG_BLOCK_COMPAT=y

#
# IO Schedulers
#
CONFIG_IOSCHED_NOOP=y
# CONFIG_IOSCHED_AS is not set
CONFIG_IOSCHED_DEADLINE=y
CONFIG_IOSCHED_CFQ=y
# CONFIG_DEFAULT_AS is not set
# CONFIG_DEFAULT_DEADLINE is not set
CONFIG_DEFAULT_CFQ=y
# CONFIG_DEFAULT_NOOP is not set
CONFIG_DEFAULT_IOSCHED="cfq"
CONFIG_PREEMPT_NOTIFIERS=y
CONFIG_CLASSIC_RCU=y

#
# Processor type and features
#
CONFIG_TICK_ONESHOT=y
CONFIG_NO_HZ=y
CONFIG_HIGH_RES_TIMERS=y
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_X86_VSMP is not set
# CONFIG_PARAVIRT_GUEST is not set
# CONFIG_MEMTEST is not set
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
# CONFIG_M686 is not set
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
CONFIG_MK8=y
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_CPU=y
CONFIG_X86_L1_CACHE_BYTES=64
CONFIG_X86_INTERNODE_CACHE_BYTES=64
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=6
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_GOOD_APIC=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMPXCHG64=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=64
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
CONFIG_GART_IOMMU=y
# CONFIG_CALGARY_IOMMU is not set
# CONFIG_AMD_IOMMU is not set
CONFIG_SWIOTLB=y
CONFIG_IOMMU_HELPER=y
# CONFIG_MAXSMP is not set
CONFIG_NR_CPUS=8
# CONFIG_SCHED_SMT is not set
CONFIG_SCHED_MC=y
# CONFIG_PREEMPT_NONE is not set
# CONFIG_PREEMPT_VOLUNTARY is not set
CONFIG_PREEMPT=y
# CONFIG_PREEMPT_RCU is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
CONFIG_X86_MCE=y
# CONFIG_X86_MCE_INTEL is not set
CONFIG_X86_MCE_AMD=y
# CONFIG_I8K is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
CONFIG_X86_CPUID=y
CONFIG_NUMA=y
# CONFIG_K8_NUMA is not set
CONFIG_X86_64_ACPI_NUMA=y
CONFIG_NODES_SPAN_OTHER_NODES=y
# CONFIG_NUMA_EMU is not set
CONFIG_NODES_SHIFT=1
CONFIG_ARCH_SPARSEMEM_DEFAULT=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
# CONFIG_FLATMEM_MANUAL is not set
# CONFIG_DISCONTIGMEM_MANUAL is not set
CONFIG_SPARSEMEM_MANUAL=y
CONFIG_SPARSEMEM=y
CONFIG_NEED_MULTIPLE_NODES=y
CONFIG_HAVE_MEMORY_PRESENT=y
# CONFIG_SPARSEMEM_STATIC is not set
CONFIG_SPARSEMEM_EXTREME=y
CONFIG_SPARSEMEM_VMEMMAP_ENABLE=y
CONFIG_SPARSEMEM_VMEMMAP=y
# CONFIG_MEMORY_HOTPLUG is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_MIGRATION=y
CONFIG_RESOURCES_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
CONFIG_MTRR=y
CONFIG_MTRR_SANITIZER=y
CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=0
CONFIG_MTRR_SANITIZER_SPARE_REG_NR_DEFAULT=1
CONFIG_X86_PAT=y
# CONFIG_EFI is not set
CONFIG_SECCOMP=y
# CONFIG_HZ_100 is not set
# CONFIG_HZ_250 is not set
# CONFIG_HZ_300 is not set
CONFIG_HZ_1000=y
CONFIG_HZ=1000
CONFIG_SCHED_HRTICK=y
# CONFIG_KEXEC is not set
# CONFIG_CRASH_DUMP is not set
CONFIG_PHYSICAL_START=0x200000
# CONFIG_RELOCATABLE is not set
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
# CONFIG_COMPAT_VDSO is not set
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y
CONFIG_HAVE_ARCH_EARLY_PFN_TO_NID=y

#
# Power management options
#
CONFIG_PM=y
# CONFIG_PM_DEBUG is not set
# CONFIG_SUSPEND is not set
# CONFIG_HIBERNATION is not set
CONFIG_ACPI=y
# CONFIG_ACPI_PROCFS is not set
# CONFIG_ACPI_PROCFS_POWER is not set
CONFIG_ACPI_SYSFS_POWER=y
# CONFIG_ACPI_PROC_EVENT is not set
# CONFIG_ACPI_AC is not set
# CONFIG_ACPI_BATTERY is not set
CONFIG_ACPI_BUTTON=y
CONFIG_ACPI_VIDEO=y
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
# CONFIG_ACPI_BAY is not set
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=y
CONFIG_ACPI_NUMA=y
# CONFIG_ACPI_WMI is not set
# CONFIG_ACPI_ASUS is not set
# CONFIG_ACPI_TOSHIBA is not set
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
# CONFIG_ACPI_DEBUG is not set
CONFIG_ACPI_EC=y
CONFIG_ACPI_PCI_SLOT=y
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
# CONFIG_ACPI_SBS is not set

#
# CPU Frequency scaling
#
CONFIG_CPU_FREQ=y
CONFIG_CPU_FREQ_TABLE=y
CONFIG_CPU_FREQ_DEBUG=y
CONFIG_CPU_FREQ_STAT=y
# CONFIG_CPU_FREQ_STAT_DETAILS is not set
CONFIG_CPU_FREQ_DEFAULT_GOV_PERFORMANCE=y
# CONFIG_CPU_FREQ_DEFAULT_GOV_POWERSAVE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_USERSPACE is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND is not set
# CONFIG_CPU_FREQ_DEFAULT_GOV_CONSERVATIVE is not set
CONFIG_CPU_FREQ_GOV_PERFORMANCE=y
CONFIG_CPU_FREQ_GOV_POWERSAVE=y
CONFIG_CPU_FREQ_GOV_USERSPACE=y
CONFIG_CPU_FREQ_GOV_ONDEMAND=y
CONFIG_CPU_FREQ_GOV_CONSERVATIVE=y

#
# CPUFreq processor drivers
#
# CONFIG_X86_ACPI_CPUFREQ is not set
CONFIG_X86_POWERNOW_K8=y
CONFIG_X86_POWERNOW_K8_ACPI=y
# CONFIG_X86_SPEEDSTEP_CENTRINO is not set
# CONFIG_X86_P4_CLOCKMOD is not set

#
# shared options
#
# CONFIG_X86_ACPI_CPUFREQ_PROC_INTF is not set
# CONFIG_X86_SPEEDSTEP_LIB is not set
# CONFIG_CPU_IDLE is not set

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
CONFIG_DMAR=y
CONFIG_DMAR_GFX_WA=y
CONFIG_DMAR_FLOPPY_WA=y
CONFIG_PCIEPORTBUS=y
CONFIG_PCIEAER=y
CONFIG_PCIEASPM=y
CONFIG_PCIEASPM_DEBUG=y
CONFIG_ARCH_SUPPORTS_MSI=y
CONFIG_PCI_MSI=y
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
CONFIG_K8_NB=y
# CONFIG_PCCARD is not set
# CONFIG_HOTPLUG_PCI is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_COMPAT_BINFMT_ELF=y
# CONFIG_BINFMT_MISC is not set
CONFIG_IA32_EMULATION=y
# CONFIG_IA32_AOUT is not set
CONFIG_COMPAT=y
CONFIG_COMPAT_FOR_U64_ALIGNMENT=y
CONFIG_SYSVIPC_COMPAT=y

#
# Networking
#
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
CONFIG_PACKET_MMAP=y
CONFIG_UNIX=y
CONFIG_XFRM=y
CONFIG_XFRM_USER=m
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
CONFIG_NET_KEY=m
# CONFIG_NET_KEY_MIGRATE is not set
CONFIG_INET=y
CONFIG_IP_MULTICAST=y
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
CONFIG_IP_MULTIPLE_TABLES=y
CONFIG_IP_ROUTE_MULTIPATH=y
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
CONFIG_NET_IPIP=m
CONFIG_NET_IPGRE=m
CONFIG_NET_IPGRE_BROADCAST=y
CONFIG_IP_MROUTE=y
CONFIG_IP_PIMSM_V1=y
CONFIG_IP_PIMSM_V2=y
# CONFIG_ARPD is not set
CONFIG_SYN_COOKIES=y
CONFIG_INET_AH=m
CONFIG_INET_ESP=m
CONFIG_INET_IPCOMP=m
CONFIG_INET_XFRM_TUNNEL=m
CONFIG_INET_TUNNEL=m
CONFIG_INET_XFRM_MODE_TRANSPORT=m
CONFIG_INET_XFRM_MODE_TUNNEL=m
CONFIG_INET_XFRM_MODE_BEET=m
CONFIG_INET_LRO=m
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
CONFIG_TCP_CONG_ADVANCED=y
CONFIG_TCP_CONG_BIC=y
CONFIG_TCP_CONG_CUBIC=y
CONFIG_TCP_CONG_WESTWOOD=y
CONFIG_TCP_CONG_HTCP=y
CONFIG_TCP_CONG_HSTCP=y
CONFIG_TCP_CONG_HYBLA=y
CONFIG_TCP_CONG_VEGAS=y
CONFIG_TCP_CONG_SCALABLE=y
CONFIG_TCP_CONG_LP=y
CONFIG_TCP_CONG_VENO=y
CONFIG_TCP_CONG_YEAH=y
CONFIG_TCP_CONG_ILLINOIS=y
# CONFIG_DEFAULT_BIC is not set
CONFIG_DEFAULT_CUBIC=y
# CONFIG_DEFAULT_HTCP is not set
# CONFIG_DEFAULT_VEGAS is not set
# CONFIG_DEFAULT_WESTWOOD is not set
# CONFIG_DEFAULT_RENO is not set
CONFIG_DEFAULT_TCP_CONG="cubic"
CONFIG_TCP_MD5SIG=y
# CONFIG_IP_VS is not set
CONFIG_IPV6=y
CONFIG_IPV6_PRIVACY=y
CONFIG_IPV6_ROUTER_PREF=y
CONFIG_IPV6_ROUTE_INFO=y
CONFIG_IPV6_OPTIMISTIC_DAD=y
CONFIG_INET6_AH=m
CONFIG_INET6_ESP=m
CONFIG_INET6_IPCOMP=m
CONFIG_IPV6_MIP6=m
CONFIG_INET6_XFRM_TUNNEL=m
CONFIG_INET6_TUNNEL=m
CONFIG_INET6_XFRM_MODE_TRANSPORT=m
CONFIG_INET6_XFRM_MODE_TUNNEL=m
CONFIG_INET6_XFRM_MODE_BEET=m
CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION=m
CONFIG_IPV6_SIT=m
CONFIG_IPV6_NDISC_NODETYPE=y
CONFIG_IPV6_TUNNEL=m
CONFIG_IPV6_MULTIPLE_TABLES=y
CONFIG_IPV6_SUBTREES=y
CONFIG_IPV6_MROUTE=y
CONFIG_IPV6_PIMSM_V2=y
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y
CONFIG_BRIDGE_NETFILTER=y

#
# Core Netfilter Configuration
#
CONFIG_NETFILTER_NETLINK=m
# CONFIG_NETFILTER_NETLINK_QUEUE is not set
# CONFIG_NETFILTER_NETLINK_LOG is not set
CONFIG_NF_CONNTRACK=m
CONFIG_NF_CT_ACCT=y
CONFIG_NF_CONNTRACK_MARK=y
CONFIG_NF_CONNTRACK_EVENTS=y
CONFIG_NF_CT_PROTO_DCCP=m
CONFIG_NF_CT_PROTO_GRE=m
CONFIG_NF_CT_PROTO_SCTP=m
CONFIG_NF_CT_PROTO_UDPLITE=m
CONFIG_NF_CONNTRACK_AMANDA=m
CONFIG_NF_CONNTRACK_FTP=m
CONFIG_NF_CONNTRACK_H323=m
CONFIG_NF_CONNTRACK_IRC=m
CONFIG_NF_CONNTRACK_NETBIOS_NS=m
CONFIG_NF_CONNTRACK_PPTP=m
CONFIG_NF_CONNTRACK_SANE=m
CONFIG_NF_CONNTRACK_SIP=m
CONFIG_NF_CONNTRACK_TFTP=m
CONFIG_NF_CT_NETLINK=m
CONFIG_NETFILTER_XTABLES=m
CONFIG_NETFILTER_XT_TARGET_CLASSIFY=m
# CONFIG_NETFILTER_XT_TARGET_CONNMARK is not set
# CONFIG_NETFILTER_XT_TARGET_DSCP is not set
CONFIG_NETFILTER_XT_TARGET_MARK=m
CONFIG_NETFILTER_XT_TARGET_NFQUEUE=m
CONFIG_NETFILTER_XT_TARGET_NFLOG=m
# CONFIG_NETFILTER_XT_TARGET_NOTRACK is not set
CONFIG_NETFILTER_XT_TARGET_RATEEST=m
# CONFIG_NETFILTER_XT_TARGET_TRACE is not set
CONFIG_NETFILTER_XT_TARGET_TCPMSS=m
# CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP is not set
CONFIG_NETFILTER_XT_MATCH_COMMENT=m
CONFIG_NETFILTER_XT_MATCH_CONNBYTES=m
CONFIG_NETFILTER_XT_MATCH_CONNLIMIT=m
CONFIG_NETFILTER_XT_MATCH_CONNMARK=m
CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m
CONFIG_NETFILTER_XT_MATCH_DCCP=m
CONFIG_NETFILTER_XT_MATCH_DSCP=m
CONFIG_NETFILTER_XT_MATCH_ESP=m
CONFIG_NETFILTER_XT_MATCH_HELPER=m
CONFIG_NETFILTER_XT_MATCH_IPRANGE=m
CONFIG_NETFILTER_XT_MATCH_LENGTH=m
CONFIG_NETFILTER_XT_MATCH_LIMIT=m
CONFIG_NETFILTER_XT_MATCH_MAC=m
CONFIG_NETFILTER_XT_MATCH_MARK=m
CONFIG_NETFILTER_XT_MATCH_OWNER=m
CONFIG_NETFILTER_XT_MATCH_POLICY=m
CONFIG_NETFILTER_XT_MATCH_MULTIPORT=m
# CONFIG_NETFILTER_XT_MATCH_PHYSDEV is not set
CONFIG_NETFILTER_XT_MATCH_PKTTYPE=m
CONFIG_NETFILTER_XT_MATCH_QUOTA=m
CONFIG_NETFILTER_XT_MATCH_RATEEST=m
CONFIG_NETFILTER_XT_MATCH_REALM=m
CONFIG_NETFILTER_XT_MATCH_SCTP=m
CONFIG_NETFILTER_XT_MATCH_STATE=m
CONFIG_NETFILTER_XT_MATCH_STATISTIC=m
CONFIG_NETFILTER_XT_MATCH_STRING=m
CONFIG_NETFILTER_XT_MATCH_TCPMSS=m
CONFIG_NETFILTER_XT_MATCH_TIME=m
CONFIG_NETFILTER_XT_MATCH_U32=m
CONFIG_NETFILTER_XT_MATCH_HASHLIMIT=m

#
# IP: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV4=m
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=m
CONFIG_IP_NF_MATCH_RECENT=m
CONFIG_IP_NF_MATCH_ECN=m
CONFIG_IP_NF_MATCH_AH=m
CONFIG_IP_NF_MATCH_TTL=m
CONFIG_IP_NF_MATCH_ADDRTYPE=m
CONFIG_IP_NF_FILTER=m
CONFIG_IP_NF_TARGET_REJECT=m
CONFIG_IP_NF_TARGET_LOG=m
CONFIG_IP_NF_TARGET_ULOG=m
CONFIG_NF_NAT=m
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=m
CONFIG_IP_NF_TARGET_REDIRECT=m
CONFIG_IP_NF_TARGET_NETMAP=m
CONFIG_NF_NAT_SNMP_BASIC=m
CONFIG_NF_NAT_PROTO_DCCP=m
CONFIG_NF_NAT_PROTO_GRE=m
CONFIG_NF_NAT_PROTO_UDPLITE=m
CONFIG_NF_NAT_PROTO_SCTP=m
CONFIG_NF_NAT_FTP=m
CONFIG_NF_NAT_IRC=m
CONFIG_NF_NAT_TFTP=m
CONFIG_NF_NAT_AMANDA=m
CONFIG_NF_NAT_PPTP=m
CONFIG_NF_NAT_H323=m
CONFIG_NF_NAT_SIP=m
CONFIG_IP_NF_MANGLE=m
CONFIG_IP_NF_TARGET_ECN=m
CONFIG_IP_NF_TARGET_TTL=m
CONFIG_IP_NF_TARGET_CLUSTERIP=m
CONFIG_IP_NF_RAW=m
# CONFIG_IP_NF_ARPTABLES is not set

#
# IPv6: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV6=m
# CONFIG_IP6_NF_QUEUE is not set
CONFIG_IP6_NF_IPTABLES=m
CONFIG_IP6_NF_MATCH_RT=m
CONFIG_IP6_NF_MATCH_OPTS=m
CONFIG_IP6_NF_MATCH_FRAG=m
CONFIG_IP6_NF_MATCH_HL=m
CONFIG_IP6_NF_MATCH_IPV6HEADER=m
CONFIG_IP6_NF_MATCH_AH=m
CONFIG_IP6_NF_MATCH_MH=m
CONFIG_IP6_NF_MATCH_EUI64=m
CONFIG_IP6_NF_FILTER=m
CONFIG_IP6_NF_TARGET_LOG=m
CONFIG_IP6_NF_TARGET_REJECT=m
CONFIG_IP6_NF_MANGLE=m
CONFIG_IP6_NF_TARGET_HL=m
CONFIG_IP6_NF_RAW=m

#
# Bridge: Netfilter Configuration
#
# CONFIG_BRIDGE_NF_EBTABLES is not set
CONFIG_IP_DCCP=m
CONFIG_INET_DCCP_DIAG=m
CONFIG_IP_DCCP_ACKVEC=y

#
# DCCP CCIDs Configuration (EXPERIMENTAL)
#
CONFIG_IP_DCCP_CCID2=m
# CONFIG_IP_DCCP_CCID2_DEBUG is not set
CONFIG_IP_DCCP_CCID3=m
# CONFIG_IP_DCCP_CCID3_DEBUG is not set
CONFIG_IP_DCCP_CCID3_RTO=100
CONFIG_IP_DCCP_TFRC_LIB=m

#
# DCCP Kernel Hacking
#
# CONFIG_IP_DCCP_DEBUG is not set
# CONFIG_NET_DCCPPROBE is not set
CONFIG_IP_SCTP=m
# CONFIG_SCTP_DBG_MSG is not set
# CONFIG_SCTP_DBG_OBJCNT is not set
# CONFIG_SCTP_HMAC_NONE is not set
# CONFIG_SCTP_HMAC_SHA1 is not set
CONFIG_SCTP_HMAC_MD5=y
# CONFIG_TIPC is not set
CONFIG_ATM=m
# CONFIG_ATM_CLIP is not set
# CONFIG_ATM_LANE is not set
# CONFIG_ATM_BR2684 is not set
CONFIG_BRIDGE=m
CONFIG_VLAN_8021Q=m
# CONFIG_DECNET is not set
CONFIG_LLC=m
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
CONFIG_NET_SCH_CBQ=m
CONFIG_NET_SCH_HTB=m
CONFIG_NET_SCH_HFSC=m
CONFIG_NET_SCH_ATM=m
CONFIG_NET_SCH_PRIO=m
CONFIG_NET_SCH_RED=m
CONFIG_NET_SCH_SFQ=m
CONFIG_NET_SCH_TEQL=m
CONFIG_NET_SCH_TBF=m
CONFIG_NET_SCH_GRED=m
CONFIG_NET_SCH_DSMARK=m
CONFIG_NET_SCH_NETEM=m
CONFIG_NET_SCH_INGRESS=m

#
# Classification
#
CONFIG_NET_CLS=y
CONFIG_NET_CLS_BASIC=m
CONFIG_NET_CLS_TCINDEX=m
CONFIG_NET_CLS_ROUTE4=m
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=m
CONFIG_NET_CLS_U32=m
CONFIG_CLS_U32_PERF=y
CONFIG_CLS_U32_MARK=y
CONFIG_NET_CLS_RSVP=m
CONFIG_NET_CLS_RSVP6=m
CONFIG_NET_CLS_FLOW=m
CONFIG_NET_EMATCH=y
CONFIG_NET_EMATCH_STACK=32
CONFIG_NET_EMATCH_CMP=m
CONFIG_NET_EMATCH_NBYTE=m
CONFIG_NET_EMATCH_U32=m
CONFIG_NET_EMATCH_META=m
CONFIG_NET_EMATCH_TEXT=m
CONFIG_NET_CLS_ACT=y
CONFIG_NET_ACT_POLICE=m
CONFIG_NET_ACT_GACT=m
CONFIG_GACT_PROB=y
CONFIG_NET_ACT_MIRRED=m
CONFIG_NET_ACT_IPT=m
CONFIG_NET_ACT_NAT=m
CONFIG_NET_ACT_PEDIT=m
CONFIG_NET_ACT_SIMP=m
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_NET_TCPPROBE is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
# CONFIG_BT is not set
# CONFIG_AF_RXRPC is not set
CONFIG_FIB_RULES=y

#
# Wireless
#
# CONFIG_CFG80211 is not set
# CONFIG_WIRELESS_EXT is not set
# CONFIG_MAC80211 is not set
# CONFIG_IEEE80211 is not set
# CONFIG_RFKILL is not set
# CONFIG_NET_9P is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
CONFIG_STANDALONE=y
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
# CONFIG_FIRMWARE_IN_KERNEL is not set
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
CONFIG_CONNECTOR=m
# CONFIG_MTD is not set
# CONFIG_PARPORT is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=m
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
CONFIG_BLK_DEV_RAM=y
CONFIG_BLK_DEV_RAM_COUNT=16
CONFIG_BLK_DEV_RAM_SIZE=4096
# CONFIG_BLK_DEV_XIP is not set
# CONFIG_CDROM_PKTCDVD is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_VIRTIO_BLK is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
# CONFIG_THINKPAD_ACPI is not set
# CONFIG_INTEL_MENLOW is not set
# CONFIG_EEEPC_LAPTOP is not set
# CONFIG_ENCLOSURE_SERVICES is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

#
# Please see Documentation/ide/ide.txt for help/info on IDE drives
#
CONFIG_IDE_TIMINGS=y
# CONFIG_BLK_DEV_IDE_SATA is not set
CONFIG_BLK_DEV_IDEDISK=y
CONFIG_IDEDISK_MULTI_MODE=y
CONFIG_BLK_DEV_IDECD=y
CONFIG_BLK_DEV_IDECD_VERBOSE_ERRORS=y
# CONFIG_BLK_DEV_IDETAPE is not set
# CONFIG_BLK_DEV_IDEFLOPPY is not set
# CONFIG_BLK_DEV_IDESCSI is not set
CONFIG_BLK_DEV_IDEACPI=y
# CONFIG_IDE_TASK_IOCTL is not set
CONFIG_IDE_PROC_FS=y

#
# IDE chipset support/bugfixes
#
# CONFIG_IDE_GENERIC is not set
# CONFIG_BLK_DEV_PLATFORM is not set
# CONFIG_BLK_DEV_CMD640 is not set
# CONFIG_BLK_DEV_IDEPNP is not set
CONFIG_BLK_DEV_IDEDMA_SFF=y

#
# PCI IDE chipsets support
#
CONFIG_BLK_DEV_IDEPCI=y
# CONFIG_IDEPCI_PCIBUS_ORDER is not set
# CONFIG_BLK_DEV_GENERIC is not set
# CONFIG_BLK_DEV_OPTI621 is not set
# CONFIG_BLK_DEV_RZ1000 is not set
CONFIG_BLK_DEV_IDEDMA_PCI=y
# CONFIG_BLK_DEV_AEC62XX is not set
# CONFIG_BLK_DEV_ALI15X3 is not set
CONFIG_BLK_DEV_AMD74XX=y
# CONFIG_BLK_DEV_ATIIXP is not set
# CONFIG_BLK_DEV_CMD64X is not set
# CONFIG_BLK_DEV_TRIFLEX is not set
# CONFIG_BLK_DEV_CY82C693 is not set
# CONFIG_BLK_DEV_CS5520 is not set
# CONFIG_BLK_DEV_CS5530 is not set
# CONFIG_BLK_DEV_HPT34X is not set
# CONFIG_BLK_DEV_HPT366 is not set
# CONFIG_BLK_DEV_JMICRON is not set
# CONFIG_BLK_DEV_SC1200 is not set
# CONFIG_BLK_DEV_PIIX is not set
# CONFIG_BLK_DEV_IT8213 is not set
# CONFIG_BLK_DEV_IT821X is not set
# CONFIG_BLK_DEV_NS87415 is not set
# CONFIG_BLK_DEV_PDC202XX_OLD is not set
# CONFIG_BLK_DEV_PDC202XX_NEW is not set
# CONFIG_BLK_DEV_SVWKS is not set
# CONFIG_BLK_DEV_SIIMAGE is not set
# CONFIG_BLK_DEV_SIS5513 is not set
# CONFIG_BLK_DEV_SLC90E66 is not set
# CONFIG_BLK_DEV_TRM290 is not set
# CONFIG_BLK_DEV_VIA82CXXX is not set
# CONFIG_BLK_DEV_TC86C001 is not set
CONFIG_BLK_DEV_IDEDMA=y

#
# SCSI device support
#
# CONFIG_RAID_ATTRS is not set
CONFIG_SCSI=y
CONFIG_SCSI_DMA=y
# CONFIG_SCSI_TGT is not set
# CONFIG_SCSI_NETLINK is not set
# CONFIG_SCSI_PROC_FS is not set

#
# SCSI support type (disk, tape, CD-ROM)
#
CONFIG_BLK_DEV_SD=y
# CONFIG_CHR_DEV_ST is not set
# CONFIG_CHR_DEV_OSST is not set
CONFIG_BLK_DEV_SR=m
# CONFIG_BLK_DEV_SR_VENDOR is not set
CONFIG_CHR_DEV_SG=y
# CONFIG_CHR_DEV_SCH is not set

#
# Some SCSI devices (e.g. CD jukebox) support multiple LUNs
#
CONFIG_SCSI_MULTI_LUN=y
CONFIG_SCSI_CONSTANTS=y
CONFIG_SCSI_LOGGING=y
CONFIG_SCSI_SCAN_ASYNC=y
CONFIG_SCSI_WAIT_SCAN=m

#
# SCSI Transports
#
# CONFIG_SCSI_SPI_ATTRS is not set
# CONFIG_SCSI_FC_ATTRS is not set
# CONFIG_SCSI_ISCSI_ATTRS is not set
CONFIG_SCSI_SAS_ATTRS=y
# CONFIG_SCSI_SAS_LIBSAS is not set
# CONFIG_SCSI_SRP_ATTRS is not set
CONFIG_SCSI_LOWLEVEL=y
# CONFIG_ISCSI_TCP is not set
# CONFIG_BLK_DEV_3W_XXXX_RAID is not set
# CONFIG_SCSI_3W_9XXX is not set
# CONFIG_SCSI_ACARD is not set
# CONFIG_SCSI_AACRAID is not set
# CONFIG_SCSI_AIC7XXX is not set
# CONFIG_SCSI_AIC7XXX_OLD is not set
# CONFIG_SCSI_AIC79XX is not set
# CONFIG_SCSI_AIC94XX is not set
# CONFIG_SCSI_DPT_I2O is not set
# CONFIG_SCSI_ADVANSYS is not set
# CONFIG_SCSI_ARCMSR is not set
# CONFIG_MEGARAID_NEWGEN is not set
# CONFIG_MEGARAID_LEGACY is not set
CONFIG_MEGARAID_SAS=y
# CONFIG_SCSI_HPTIOP is not set
# CONFIG_SCSI_BUSLOGIC is not set
# CONFIG_SCSI_DMX3191D is not set
# CONFIG_SCSI_EATA is not set
# CONFIG_SCSI_FUTURE_DOMAIN is not set
# CONFIG_SCSI_GDTH is not set
# CONFIG_SCSI_IPS is not set
# CONFIG_SCSI_INITIO is not set
# CONFIG_SCSI_INIA100 is not set
# CONFIG_SCSI_MVSAS is not set
# CONFIG_SCSI_STEX is not set
# CONFIG_SCSI_SYM53C8XX_2 is not set
# CONFIG_SCSI_IPR is not set
# CONFIG_SCSI_QLOGIC_1280 is not set
# CONFIG_SCSI_QLA_FC is not set
# CONFIG_SCSI_QLA_ISCSI is not set
# CONFIG_SCSI_LPFC is not set
# CONFIG_SCSI_DC395x is not set
# CONFIG_SCSI_DC390T is not set
# CONFIG_SCSI_DEBUG is not set
# CONFIG_SCSI_SRP is not set
# CONFIG_SCSI_DH is not set
CONFIG_ATA=y
# CONFIG_ATA_NONSTANDARD is not set
CONFIG_ATA_ACPI=y
CONFIG_SATA_PMP=y
CONFIG_SATA_AHCI=y
# CONFIG_SATA_SIL24 is not set
CONFIG_ATA_SFF=y
# CONFIG_SATA_SVW is not set
# CONFIG_ATA_PIIX is not set
# CONFIG_SATA_MV is not set
CONFIG_SATA_NV=y
# CONFIG_PDC_ADMA is not set
# CONFIG_SATA_QSTOR is not set
# CONFIG_SATA_PROMISE is not set
# CONFIG_SATA_SX4 is not set
# CONFIG_SATA_SIL is not set
# CONFIG_SATA_SIS is not set
# CONFIG_SATA_ULI is not set
# CONFIG_SATA_VIA is not set
# CONFIG_SATA_VITESSE is not set
# CONFIG_SATA_INIC162X is not set
# CONFIG_PATA_ACPI is not set
# CONFIG_PATA_ALI is not set
# CONFIG_PATA_AMD is not set
# CONFIG_PATA_ARTOP is not set
# CONFIG_PATA_ATIIXP is not set
# CONFIG_PATA_CMD640_PCI is not set
# CONFIG_PATA_CMD64X is not set
# CONFIG_PATA_CS5520 is not set
# CONFIG_PATA_CS5530 is not set
# CONFIG_PATA_CYPRESS is not set
# CONFIG_PATA_EFAR is not set
# CONFIG_ATA_GENERIC is not set
# CONFIG_PATA_HPT366 is not set
# CONFIG_PATA_HPT37X is not set
# CONFIG_PATA_HPT3X2N is not set
# CONFIG_PATA_HPT3X3 is not set
# CONFIG_PATA_IT821X is not set
# CONFIG_PATA_IT8213 is not set
# CONFIG_PATA_JMICRON is not set
# CONFIG_PATA_TRIFLEX is not set
# CONFIG_PATA_MARVELL is not set
# CONFIG_PATA_MPIIX is not set
# CONFIG_PATA_OLDPIIX is not set
# CONFIG_PATA_NETCELL is not set
# CONFIG_PATA_NINJA32 is not set
# CONFIG_PATA_NS87410 is not set
# CONFIG_PATA_NS87415 is not set
# CONFIG_PATA_OPTI is not set
# CONFIG_PATA_OPTIDMA is not set
# CONFIG_PATA_PDC_OLD is not set
# CONFIG_PATA_RADISYS is not set
# CONFIG_PATA_RZ1000 is not set
# CONFIG_PATA_SC1200 is not set
# CONFIG_PATA_SERVERWORKS is not set
# CONFIG_PATA_PDC2027X is not set
# CONFIG_PATA_SIL680 is not set
# CONFIG_PATA_SIS is not set
# CONFIG_PATA_VIA is not set
# CONFIG_PATA_WINBOND is not set
# CONFIG_PATA_SCH is not set
CONFIG_MD=y
CONFIG_BLK_DEV_MD=y
CONFIG_MD_LINEAR=y
CONFIG_MD_RAID0=y
CONFIG_MD_RAID1=y
# CONFIG_MD_RAID10 is not set
CONFIG_MD_RAID456=y
CONFIG_MD_RAID5_RESHAPE=y
# CONFIG_MD_MULTIPATH is not set
# CONFIG_MD_FAULTY is not set
CONFIG_BLK_DEV_DM=y
# CONFIG_DM_DEBUG is not set
CONFIG_DM_CRYPT=y
CONFIG_DM_SNAPSHOT=y
CONFIG_DM_MIRROR=y
CONFIG_DM_ZERO=y
# CONFIG_DM_MULTIPATH is not set
# CONFIG_DM_DELAY is not set
# CONFIG_DM_UEVENT is not set
CONFIG_FUSION=y
# CONFIG_FUSION_SPI is not set
# CONFIG_FUSION_FC is not set
CONFIG_FUSION_SAS=y
CONFIG_FUSION_MAX_SGE=128
CONFIG_FUSION_CTL=y
# CONFIG_FUSION_LOGGING is not set

#
# IEEE 1394 (FireWire) support
#

#
# Enable only one of the two stacks, unless you know what you are doing
#
# CONFIG_FIREWIRE is not set
CONFIG_IEEE1394=y
CONFIG_IEEE1394_OHCI1394=y
# CONFIG_IEEE1394_PCILYNX is not set
CONFIG_IEEE1394_SBP2=y
# CONFIG_IEEE1394_SBP2_PHYS_DMA is not set
CONFIG_IEEE1394_ETH1394_ROM_ENTRY=y
CONFIG_IEEE1394_ETH1394=y
CONFIG_IEEE1394_RAWIO=y
CONFIG_IEEE1394_VIDEO1394=y
# CONFIG_IEEE1394_DV1394 is not set
# CONFIG_IEEE1394_VERBOSEDEBUG is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
CONFIG_NETDEVICES_MULTIQUEUE=y
CONFIG_IFB=m
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
CONFIG_MACVLAN=m
# CONFIG_EQUALIZER is not set
CONFIG_TUN=m
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=m

#
# MII PHY device drivers
#
CONFIG_MARVELL_PHY=m
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_MDIO_BITBANG is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set
# CONFIG_NET_TULIP is not set
# CONFIG_HP100 is not set
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
# CONFIG_PCNET32 is not set
# CONFIG_AMD8111_ETH is not set
# CONFIG_ADAPTEC_STARFIRE is not set
# CONFIG_B44 is not set
CONFIG_FORCEDETH=y
CONFIG_FORCEDETH_NAPI=y
# CONFIG_EEPRO100 is not set
# CONFIG_E100 is not set
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
# CONFIG_8139TOO is not set
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_VIA_RHINE is not set
# CONFIG_SC92031 is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
CONFIG_E1000=y
CONFIG_E1000_NAPI=y
# CONFIG_E1000_DISABLE_PACKET_SPLIT is not set
# CONFIG_E1000E is not set
# CONFIG_E1000E_ENABLED is not set
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_VIA_VELOCITY is not set
# CONFIG_TIGON3 is not set
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_NETDEV_10000 is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
# CONFIG_WLAN_PRE80211 is not set
# CONFIG_WLAN_80211 is not set
# CONFIG_IWLWIFI_LEDS is not set

#
# USB Network Adapters
#
# CONFIG_USB_CATC is not set
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
# CONFIG_USB_USBNET is not set
# CONFIG_WAN is not set
CONFIG_ATM_DRIVERS=y
# CONFIG_ATM_DUMMY is not set
# CONFIG_ATM_TCP is not set
# CONFIG_ATM_LANAI is not set
# CONFIG_ATM_ENI is not set
# CONFIG_ATM_FIRESTREAM is not set
# CONFIG_ATM_ZATM is not set
# CONFIG_ATM_IDT77252 is not set
# CONFIG_ATM_AMBASSADOR is not set
# CONFIG_ATM_HORIZON is not set
# CONFIG_ATM_FORE200E_MAYBE is not set
# CONFIG_ATM_HE is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
CONFIG_PPP=m
CONFIG_PPP_MULTILINK=y
CONFIG_PPP_FILTER=y
CONFIG_PPP_ASYNC=m
CONFIG_PPP_SYNC_TTY=m
CONFIG_PPP_DEFLATE=m
CONFIG_PPP_BSDCOMP=m
CONFIG_PPP_MPPE=m
CONFIG_PPPOE=m
CONFIG_PPPOATM=m
CONFIG_PPPOL2TP=m
# CONFIG_SLIP is not set
CONFIG_SLHC=m
# CONFIG_NET_FC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_VIRTIO_NET is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

#
# Input device support
#
CONFIG_INPUT=y
# CONFIG_INPUT_FF_MEMLESS is not set
# CONFIG_INPUT_POLLDEV is not set

#
# Userland interfaces
#
CONFIG_INPUT_MOUSEDEV=y
CONFIG_INPUT_MOUSEDEV_PSAUX=y
CONFIG_INPUT_MOUSEDEV_SCREEN_X=1024
CONFIG_INPUT_MOUSEDEV_SCREEN_Y=768
# CONFIG_INPUT_JOYDEV is not set
CONFIG_INPUT_EVDEV=y
# CONFIG_INPUT_EVBUG is not set

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
# CONFIG_MOUSE_SERIAL is not set
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
# CONFIG_INPUT_MISC is not set

#
# Hardware I/O ports
#
CONFIG_SERIO=y
CONFIG_SERIO_I8042=y
# CONFIG_SERIO_SERPORT is not set
# CONFIG_SERIO_CT82C710 is not set
# CONFIG_SERIO_PCIPS2 is not set
CONFIG_SERIO_LIBPS2=y
# CONFIG_SERIO_RAW is not set
# CONFIG_GAMEPORT is not set

#
# Character devices
#
CONFIG_VT=y
CONFIG_VT_CONSOLE=y
CONFIG_HW_CONSOLE=y
# CONFIG_VT_HW_CONSOLE_BINDING is not set
# CONFIG_DEVKMEM is not set
# CONFIG_SERIAL_NONSTANDARD is not set
# CONFIG_NOZOMI is not set

#
# Serial drivers
#
CONFIG_SERIAL_8250=y
CONFIG_SERIAL_8250_CONSOLE=y
CONFIG_FIX_EARLYCON_MEM=y
CONFIG_SERIAL_8250_PCI=y
CONFIG_SERIAL_8250_PNP=y
CONFIG_SERIAL_8250_NR_UARTS=4
CONFIG_SERIAL_8250_RUNTIME_UARTS=4
# CONFIG_SERIAL_8250_EXTENDED is not set

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
CONFIG_SERIAL_CORE_CONSOLE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
# CONFIG_IPMI_HANDLER is not set
# CONFIG_HW_RANDOM is not set
CONFIG_NVRAM=m
CONFIG_RTC=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_RAW_DRIVER is not set
CONFIG_HPET=y
CONFIG_HPET_RTC_IRQ=y
CONFIG_HPET_MMAP=y
CONFIG_HANGCHECK_TIMER=y
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
CONFIG_I2C_CHARDEV=y
CONFIG_I2C_ALGOBIT=m

#
# I2C Hardware Bus support
#

#
# PC SMBus host controller drivers
#
# CONFIG_I2C_ALI1535 is not set
# CONFIG_I2C_ALI1563 is not set
# CONFIG_I2C_ALI15X3 is not set
# CONFIG_I2C_AMD756 is not set
# CONFIG_I2C_AMD8111 is not set
# CONFIG_I2C_I801 is not set
# CONFIG_I2C_ISCH is not set
# CONFIG_I2C_PIIX4 is not set
CONFIG_I2C_NFORCE2=y
# CONFIG_I2C_NFORCE2_S4985 is not set
# CONFIG_I2C_SIS5595 is not set
# CONFIG_I2C_SIS630 is not set
# CONFIG_I2C_SIS96X is not set
# CONFIG_I2C_VIA is not set
# CONFIG_I2C_VIAPRO is not set

#
# I2C system bus drivers (mostly embedded / system-on-chip)
#
# CONFIG_I2C_OCORES is not set
# CONFIG_I2C_SIMTEC is not set

#
# External I2C/SMBus adapter drivers
#
# CONFIG_I2C_PARPORT_LIGHT is not set
# CONFIG_I2C_TAOS_EVM is not set
# CONFIG_I2C_TINY_USB is not set

#
# Graphics adapter I2C/DDC channel drivers
#
# CONFIG_I2C_VOODOO3 is not set

#
# Other I2C/SMBus bus drivers
#
# CONFIG_I2C_PCA_PLATFORM is not set
# CONFIG_I2C_STUB is not set

#
# Miscellaneous I2C Chip support
#
# CONFIG_DS1682 is not set
# CONFIG_AT24 is not set
# CONFIG_SENSORS_EEPROM is not set
# CONFIG_SENSORS_PCF8574 is not set
# CONFIG_PCF8575 is not set
# CONFIG_SENSORS_PCA9539 is not set
# CONFIG_SENSORS_PCF8591 is not set
# CONFIG_SENSORS_MAX6875 is not set
# CONFIG_SENSORS_TSL2550 is not set
# CONFIG_I2C_DEBUG_CORE is not set
# CONFIG_I2C_DEBUG_ALGO is not set
# CONFIG_I2C_DEBUG_BUS is not set
# CONFIG_I2C_DEBUG_CHIP is not set
# CONFIG_SPI is not set
# CONFIG_W1 is not set
CONFIG_POWER_SUPPLY=y
# CONFIG_POWER_SUPPLY_DEBUG is not set
# CONFIG_PDA_POWER is not set
# CONFIG_BATTERY_DS2760 is not set
CONFIG_HWMON=y
CONFIG_HWMON_VID=y
# CONFIG_SENSORS_ABITUGURU is not set
# CONFIG_SENSORS_ABITUGURU3 is not set
# CONFIG_SENSORS_AD7418 is not set
# CONFIG_SENSORS_ADM1021 is not set
# CONFIG_SENSORS_ADM1025 is not set
# CONFIG_SENSORS_ADM1026 is not set
# CONFIG_SENSORS_ADM1029 is not set
# CONFIG_SENSORS_ADM1031 is not set
# CONFIG_SENSORS_ADM9240 is not set
# CONFIG_SENSORS_ADT7470 is not set
# CONFIG_SENSORS_ADT7473 is not set
# CONFIG_SENSORS_K8TEMP is not set
# CONFIG_SENSORS_ASB100 is not set
# CONFIG_SENSORS_ATXP1 is not set
# CONFIG_SENSORS_DS1621 is not set
# CONFIG_SENSORS_I5K_AMB is not set
# CONFIG_SENSORS_F71805F is not set
# CONFIG_SENSORS_F71882FG is not set
# CONFIG_SENSORS_F75375S is not set
# CONFIG_SENSORS_FSCHER is not set
# CONFIG_SENSORS_FSCPOS is not set
# CONFIG_SENSORS_FSCHMD is not set
# CONFIG_SENSORS_GL518SM is not set
# CONFIG_SENSORS_GL520SM is not set
# CONFIG_SENSORS_CORETEMP is not set
# CONFIG_SENSORS_IT87 is not set
# CONFIG_SENSORS_LM63 is not set
# CONFIG_SENSORS_LM75 is not set
# CONFIG_SENSORS_LM77 is not set
# CONFIG_SENSORS_LM78 is not set
# CONFIG_SENSORS_LM80 is not set
# CONFIG_SENSORS_LM83 is not set
CONFIG_SENSORS_LM85=y
# CONFIG_SENSORS_LM87 is not set
# CONFIG_SENSORS_LM90 is not set
# CONFIG_SENSORS_LM92 is not set
# CONFIG_SENSORS_LM93 is not set
# CONFIG_SENSORS_MAX1619 is not set
# CONFIG_SENSORS_MAX6650 is not set
# CONFIG_SENSORS_PC87360 is not set
# CONFIG_SENSORS_PC87427 is not set
# CONFIG_SENSORS_SIS5595 is not set
CONFIG_SENSORS_DME1737=m
# CONFIG_SENSORS_SMSC47M1 is not set
# CONFIG_SENSORS_SMSC47M192 is not set
# CONFIG_SENSORS_SMSC47B397 is not set
# CONFIG_SENSORS_ADS7828 is not set
# CONFIG_SENSORS_THMC50 is not set
# CONFIG_SENSORS_VIA686A is not set
# CONFIG_SENSORS_VT1211 is not set
# CONFIG_SENSORS_VT8231 is not set
# CONFIG_SENSORS_W83781D is not set
# CONFIG_SENSORS_W83791D is not set
# CONFIG_SENSORS_W83792D is not set
# CONFIG_SENSORS_W83793 is not set
# CONFIG_SENSORS_W83L785TS is not set
# CONFIG_SENSORS_W83L786NG is not set
# CONFIG_SENSORS_W83627HF is not set
# CONFIG_SENSORS_W83627EHF is not set
# CONFIG_SENSORS_HDAPS is not set
# CONFIG_SENSORS_APPLESMC is not set
# CONFIG_HWMON_DEBUG_CHIP is not set
CONFIG_THERMAL=y
CONFIG_THERMAL_HWMON=y
# CONFIG_WATCHDOG is not set

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
# CONFIG_SSB is not set

#
# Multifunction device drivers
#
# CONFIG_MFD_SM501 is not set
# CONFIG_HTC_PASIC3 is not set

#
# Multimedia devices
#

#
# Multimedia core support
#
CONFIG_VIDEO_DEV=y
CONFIG_VIDEO_V4L2_COMMON=y
# CONFIG_VIDEO_ALLOW_V4L1 is not set
CONFIG_VIDEO_V4L1_COMPAT=y
CONFIG_DVB_CORE=y
CONFIG_VIDEO_MEDIA=y

#
# Multimedia drivers
#
# CONFIG_MEDIA_ATTACH is not set
CONFIG_MEDIA_TUNER=y
CONFIG_MEDIA_TUNER_CUSTOMIZE=y
# CONFIG_MEDIA_TUNER_SIMPLE is not set
# CONFIG_MEDIA_TUNER_TDA8290 is not set
# CONFIG_MEDIA_TUNER_TDA827X is not set
# CONFIG_MEDIA_TUNER_TDA18271 is not set
CONFIG_MEDIA_TUNER_TDA9887=y
# CONFIG_MEDIA_TUNER_TEA5761 is not set
# CONFIG_MEDIA_TUNER_TEA5767 is not set
CONFIG_MEDIA_TUNER_MT20XX=y
# CONFIG_MEDIA_TUNER_MT2060 is not set
# CONFIG_MEDIA_TUNER_MT2266 is not set
# CONFIG_MEDIA_TUNER_MT2131 is not set
# CONFIG_MEDIA_TUNER_QT1010 is not set
# CONFIG_MEDIA_TUNER_XC2028 is not set
# CONFIG_MEDIA_TUNER_XC5000 is not set
# CONFIG_MEDIA_TUNER_MXL5005S is not set
CONFIG_VIDEO_V4L2=y
CONFIG_VIDEOBUF_GEN=y
CONFIG_VIDEOBUF_DMA_SG=y
CONFIG_VIDEOBUF_DVB=y
CONFIG_VIDEO_IR_I2C=y
CONFIG_VIDEO_IR=y
CONFIG_VIDEO_TVEEPROM=y
CONFIG_VIDEO_TUNER=y
CONFIG_VIDEO_CAPTURE_DRIVERS=y
# CONFIG_VIDEO_ADV_DEBUG is not set
# CONFIG_VIDEO_HELPER_CHIPS_AUTO is not set

#
# Encoders/decoders and other helper chips
#

#
# Audio decoders
#
# CONFIG_VIDEO_TVAUDIO is not set
# CONFIG_VIDEO_TDA7432 is not set
# CONFIG_VIDEO_TDA9840 is not set
# CONFIG_VIDEO_TDA9875 is not set
# CONFIG_VIDEO_TEA6415C is not set
# CONFIG_VIDEO_TEA6420 is not set
# CONFIG_VIDEO_MSP3400 is not set
# CONFIG_VIDEO_CS5345 is not set
# CONFIG_VIDEO_CS53L32A is not set
# CONFIG_VIDEO_M52790 is not set
# CONFIG_VIDEO_TLV320AIC23B is not set
# CONFIG_VIDEO_WM8775 is not set
# CONFIG_VIDEO_WM8739 is not set
# CONFIG_VIDEO_VP27SMPX is not set

#
# Video decoders
#
# CONFIG_VIDEO_OV7670 is not set
# CONFIG_VIDEO_TCM825X is not set
# CONFIG_VIDEO_SAA711X is not set
# CONFIG_VIDEO_SAA717X is not set
# CONFIG_VIDEO_TVP5150 is not set

#
# Video and audio decoders
#
# CONFIG_VIDEO_CX25840 is not set

#
# MPEG video encoders
#
# CONFIG_VIDEO_CX2341X is not set

#
# Video encoders
#
# CONFIG_VIDEO_SAA7127 is not set

#
# Video improvement chips
#
# CONFIG_VIDEO_UPD64031A is not set
# CONFIG_VIDEO_UPD64083 is not set
# CONFIG_VIDEO_VIVI is not set
# CONFIG_VIDEO_BT848 is not set
# CONFIG_VIDEO_SAA5246A is not set
# CONFIG_VIDEO_SAA5249 is not set
CONFIG_VIDEO_SAA7134=y
CONFIG_VIDEO_SAA7134_ALSA=y
CONFIG_VIDEO_SAA7134_DVB=y
# CONFIG_VIDEO_HEXIUM_ORION is not set
# CONFIG_VIDEO_HEXIUM_GEMINI is not set
# CONFIG_VIDEO_CX88 is not set
# CONFIG_VIDEO_CX23885 is not set
# CONFIG_VIDEO_AU0828 is not set
# CONFIG_VIDEO_CX18 is not set
# CONFIG_VIDEO_CAFE_CCIC is not set
# CONFIG_V4L_USB_DRIVERS is not set
# CONFIG_SOC_CAMERA is not set
# CONFIG_RADIO_ADAPTERS is not set
CONFIG_DVB_CAPTURE_DRIVERS=y

#
# Supported SAA7146 based PCI Adapters
#
# CONFIG_TTPCI_EEPROM is not set
# CONFIG_DVB_AV7110 is not set
# CONFIG_DVB_BUDGET_CORE is not set

#
# Supported USB Adapters
#
# CONFIG_DVB_USB is not set
# CONFIG_DVB_TTUSB_BUDGET is not set
# CONFIG_DVB_TTUSB_DEC is not set
# CONFIG_DVB_CINERGYT2 is not set

#
# Supported FlexCopII (B2C2) Adapters
#
# CONFIG_DVB_B2C2_FLEXCOP is not set

#
# Supported BT878 Adapters
#

#
# Supported Pluto2 Adapters
#
# CONFIG_DVB_PLUTO2 is not set

#
# Supported DVB Frontends
#

#
# Customise DVB Frontends
#
CONFIG_DVB_FE_CUSTOMISE=y

#
# DVB-S (satellite) frontends
#
# CONFIG_DVB_CX24110 is not set
# CONFIG_DVB_CX24123 is not set
# CONFIG_DVB_MT312 is not set
# CONFIG_DVB_S5H1420 is not set
# CONFIG_DVB_STV0299 is not set
# CONFIG_DVB_TDA8083 is not set
# CONFIG_DVB_TDA10086 is not set
# CONFIG_DVB_VES1X93 is not set
# CONFIG_DVB_TUNER_ITD1000 is not set
# CONFIG_DVB_TDA826X is not set
# CONFIG_DVB_TUA6100 is not set

#
# DVB-T (terrestrial) frontends
#
# CONFIG_DVB_SP8870 is not set
# CONFIG_DVB_SP887X is not set
# CONFIG_DVB_CX22700 is not set
# CONFIG_DVB_CX22702 is not set
# CONFIG_DVB_L64781 is not set
# CONFIG_DVB_TDA1004X is not set
# CONFIG_DVB_NXT6000 is not set
CONFIG_DVB_MT352=y
# CONFIG_DVB_ZL10353 is not set
# CONFIG_DVB_DIB3000MB is not set
# CONFIG_DVB_DIB3000MC is not set
# CONFIG_DVB_DIB7000M is not set
# CONFIG_DVB_DIB7000P is not set
# CONFIG_DVB_TDA10048 is not set

#
# DVB-C (cable) frontends
#
# CONFIG_DVB_VES1820 is not set
# CONFIG_DVB_TDA10021 is not set
# CONFIG_DVB_TDA10023 is not set
# CONFIG_DVB_STV0297 is not set

#
# ATSC (North American/Korean Terrestrial/Cable DTV) frontends
#
# CONFIG_DVB_NXT200X is not set
# CONFIG_DVB_OR51211 is not set
# CONFIG_DVB_OR51132 is not set
# CONFIG_DVB_BCM3510 is not set
# CONFIG_DVB_LGDT330X is not set
# CONFIG_DVB_S5H1409 is not set
# CONFIG_DVB_AU8522 is not set
# CONFIG_DVB_S5H1411 is not set

#
# Digital terrestrial only tuners/PLL
#
# CONFIG_DVB_PLL is not set
# CONFIG_DVB_TUNER_DIB0070 is not set

#
# SEC control devices for DVB-S
#
# CONFIG_DVB_LNBP21 is not set
# CONFIG_DVB_ISL6405 is not set
# CONFIG_DVB_ISL6421 is not set
# CONFIG_DAB is not set

#
# Graphics support
#
CONFIG_AGP=y
CONFIG_AGP_AMD64=y
# CONFIG_AGP_INTEL is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_VIA is not set
CONFIG_DRM=m
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
# 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_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=m
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
CONFIG_FB_BACKLIGHT=y
CONFIG_FB_MODE_HELPERS=y
CONFIG_FB_TILEBLITTING=y

#
# 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=y
# CONFIG_FB_EFI 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_LE80578 is not set
# CONFIG_FB_INTEL is not set
# CONFIG_FB_MATROX is not set
CONFIG_FB_RADEON=m
CONFIG_FB_RADEON_I2C=y
CONFIG_FB_RADEON_BACKLIGHT=y
# CONFIG_FB_RADEON_DEBUG 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_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_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
# CONFIG_LCD_CLASS_DEVICE is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_CORGI is not set
# CONFIG_BACKLIGHT_PROGEAR is not set

#
# Display device support
#
# CONFIG_DISPLAY_SUPPORT is not set

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
CONFIG_VGACON_SOFT_SCROLLBACK=y
CONFIG_VGACON_SOFT_SCROLLBACK_SIZE=256
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
# CONFIG_FONTS is not set
CONFIG_FONT_8x8=y
CONFIG_FONT_8x16=y
# CONFIG_LOGO is not set
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
CONFIG_SND_RTCTIMER=y
CONFIG_SND_SEQ_RTCTIMER_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 is not set
CONFIG_SND_MPU401_UART=y
CONFIG_SND_OPL3_LIB=y
CONFIG_SND_DRIVERS=y
# CONFIG_SND_PCSP is not set
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
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_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=y
# 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_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_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 is not set
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_HIFIER 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_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_USB=y
CONFIG_SND_USB_AUDIO=y
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
CONFIG_HIDRAW=y

#
# USB Input Devices
#
CONFIG_USB_HID=y
CONFIG_USB_HIDINPUT_POWERBOOK=y
# CONFIG_HID_FF is not set
CONFIG_USB_HIDDEV=y
CONFIG_USB_SUPPORT=y
CONFIG_USB_ARCH_HAS_HCD=y
CONFIG_USB_ARCH_HAS_OHCI=y
CONFIG_USB_ARCH_HAS_EHCI=y
CONFIG_USB=y
CONFIG_USB_DEBUG=y
CONFIG_USB_ANNOUNCE_NEW_DEVICES=y

#
# Miscellaneous USB options
#
CONFIG_USB_DEVICEFS=y
# CONFIG_USB_DEVICE_CLASS is not set
CONFIG_USB_DYNAMIC_MINORS=y
CONFIG_USB_SUSPEND=y
# CONFIG_USB_OTG is not set

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_EHCI_HCD=y
CONFIG_USB_EHCI_ROOT_HUB_TT=y
CONFIG_USB_EHCI_TT_NEWSCHED=y
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
CONFIG_USB_OHCI_HCD=y
# 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 is not set
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set

#
# USB Device Class drivers
#
# CONFIG_USB_ACM is not set
CONFIG_USB_PRINTER=y
# CONFIG_USB_WDM is not set

#
# NOTE: USB_STORAGE enables SCSI, and 'SCSI disk support'
#

#
# may also be needed; see USB_STORAGE Help for more information
#
CONFIG_USB_STORAGE=y
# CONFIG_USB_STORAGE_DEBUG is not set
# CONFIG_USB_STORAGE_DATAFAB is not set
# CONFIG_USB_STORAGE_FREECOM is not set
# CONFIG_USB_STORAGE_ISD200 is not set
# CONFIG_USB_STORAGE_DPCM is not set
# CONFIG_USB_STORAGE_USBAT is not set
# CONFIG_USB_STORAGE_SDDR09 is not set
# CONFIG_USB_STORAGE_SDDR55 is not set
# CONFIG_USB_STORAGE_JUMPSHOT is not set
# CONFIG_USB_STORAGE_ALAUDA is not set
# CONFIG_USB_STORAGE_ONETOUCH is not set
# CONFIG_USB_STORAGE_KARMA is not set
# CONFIG_USB_STORAGE_CYPRESS_ATACB is not set
CONFIG_USB_LIBUSUAL=y

#
# USB Imaging devices
#
# CONFIG_USB_MDC800 is not set
# CONFIG_USB_MICROTEK is not set
CONFIG_USB_MON=y

#
# USB port drivers
#
# CONFIG_USB_SERIAL is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
CONFIG_USB_ATM=m
# CONFIG_USB_SPEEDTOUCH is not set
CONFIG_USB_CXACRU=m
# CONFIG_USB_UEAGLEATM is not set
# CONFIG_USB_XUSBATM is not set
# CONFIG_USB_GADGET is not set
# CONFIG_MMC is not set
# CONFIG_MEMSTICK is not set
# CONFIG_NEW_LEDS is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y

#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_MM_EDAC=y
# CONFIG_EDAC_E752X is not set
# CONFIG_EDAC_I82975X is not set
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_I5000 is not set
# CONFIG_RTC_CLASS is not set
# CONFIG_DMADEVICES is not set
# CONFIG_UIO is not set

#
# Firmware Drivers
#
# CONFIG_EDD is not set
CONFIG_FIRMWARE_MEMMAP=y
# CONFIG_DELL_RBU is not set
# CONFIG_DCDBAS is not set
CONFIG_DMIID=y
# CONFIG_ISCSI_IBFT_FIND is not set

#
# File systems
#
CONFIG_EXT2_FS=y
CONFIG_EXT2_FS_XATTR=y
CONFIG_EXT2_FS_POSIX_ACL=y
# CONFIG_EXT2_FS_SECURITY is not set
# CONFIG_EXT2_FS_XIP is not set
CONFIG_EXT3_FS=y
CONFIG_EXT3_FS_XATTR=y
CONFIG_EXT3_FS_POSIX_ACL=y
# CONFIG_EXT3_FS_SECURITY is not set
# CONFIG_EXT4DEV_FS is not set
CONFIG_JBD=y
# CONFIG_JBD_DEBUG is not set
CONFIG_FS_MBCACHE=y
# CONFIG_REISERFS_FS is not set
# CONFIG_JFS_FS is not set
CONFIG_FS_POSIX_ACL=y
# CONFIG_XFS_FS is not set
# CONFIG_GFS2_FS is not set
# CONFIG_OCFS2_FS is not set
CONFIG_DNOTIFY=y
CONFIG_INOTIFY=y
CONFIG_INOTIFY_USER=y
# CONFIG_QUOTA is not set
# CONFIG_AUTOFS_FS is not set
CONFIG_AUTOFS4_FS=y
CONFIG_FUSE_FS=m
CONFIG_GENERIC_ACL=y

#
# CD-ROM/DVD Filesystems
#
CONFIG_ISO9660_FS=y
CONFIG_JOLIET=y
# CONFIG_ZISOFS is not set
CONFIG_UDF_FS=y
CONFIG_UDF_NLS=y

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=850
CONFIG_FAT_DEFAULT_IOCHARSET="utf8"
CONFIG_NTFS_FS=y
# CONFIG_NTFS_DEBUG is not set
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
CONFIG_TMPFS_POSIX_ACL=y
CONFIG_HUGETLBFS=y
CONFIG_HUGETLB_PAGE=y
CONFIG_CONFIGFS_FS=m

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS 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_V3=y
CONFIG_NFS_V3_ACL=y
CONFIG_NFS_V4=y
CONFIG_NFSD=m
CONFIG_NFSD_V2_ACL=y
CONFIG_NFSD_V3=y
CONFIG_NFSD_V3_ACL=y
CONFIG_NFSD_V4=y
CONFIG_LOCKD=m
CONFIG_LOCKD_V4=y
CONFIG_EXPORTFS=m
CONFIG_NFS_ACL_SUPPORT=m
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=m
CONFIG_SUNRPC_GSS=m
CONFIG_RPCSEC_GSS_KRB5=m
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
CONFIG_CIFS=m
# CONFIG_CIFS_STATS is not set
# CONFIG_CIFS_WEAK_PW_HASH is not set
CONFIG_CIFS_XATTR=y
CONFIG_CIFS_POSIX=y
# CONFIG_CIFS_DEBUG2 is not set
# CONFIG_CIFS_EXPERIMENTAL is not set
# CONFIG_NCP_FS is not set
# CONFIG_CODA_FS is not set
# CONFIG_AFS_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="utf8"
# CONFIG_NLS_CODEPAGE_437 is not set
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
CONFIG_NLS_CODEPAGE_850=m
# 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 is not set
# CONFIG_NLS_ISO8859_1 is not set
# 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_UTF8=y
CONFIG_DLM=m
# CONFIG_DLM_DEBUG is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
CONFIG_PRINTK_TIME=y
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=2048
CONFIG_MAGIC_SYSRQ=y
CONFIG_UNUSED_SYMBOLS=y
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_SCHED_DEBUG is not set
# CONFIG_SCHEDSTATS is not set
CONFIG_TIMER_STATS=y
# CONFIG_DEBUG_OBJECTS is not set
# CONFIG_DEBUG_SLAB is not set
# CONFIG_DEBUG_PREEMPT is not set
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
# CONFIG_DEBUG_SPINLOCK is not set
# CONFIG_DEBUG_MUTEXES is not set
# CONFIG_DEBUG_LOCK_ALLOC is not set
# CONFIG_PROVE_LOCKING is not set
# CONFIG_LOCK_STAT is not set
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_WRITECOUNT is not set
# CONFIG_DEBUG_LIST is not set
# CONFIG_DEBUG_SG is not set
CONFIG_FRAME_POINTER=y
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_KPROBES_SANITY_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_LKDTM is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
# CONFIG_FTRACE is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_PREEMPT_TRACER is not set
# CONFIG_SYSPROF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
CONFIG_NONPROMISC_DEVMEM=y
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
CONFIG_DEBUG_STACKOVERFLOW=y
# CONFIG_DEBUG_STACK_USAGE is not set
# CONFIG_DEBUG_PAGEALLOC is not set
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
CONFIG_DIRECT_GBPAGES=y
# CONFIG_DEBUG_RODATA_TEST is not set
# CONFIG_DEBUG_NX_TEST is not set
# CONFIG_IOMMU_DEBUG is not set
# CONFIG_MMIOTRACE 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 is not set
# CONFIG_IO_DELAY_UDELAY is not set
CONFIG_IO_DELAY_NONE=y
CONFIG_DEFAULT_IO_DELAY_TYPE=3
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_XOR_BLOCKS=y
CONFIG_ASYNC_CORE=y
CONFIG_ASYNC_MEMCPY=y
CONFIG_ASYNC_XOR=y
CONFIG_CRYPTO=y

#
# Crypto core or helper
#
CONFIG_CRYPTO_ALGAPI=y
CONFIG_CRYPTO_AEAD=m
CONFIG_CRYPTO_BLKCIPHER=y
CONFIG_CRYPTO_HASH=y
CONFIG_CRYPTO_MANAGER=y
CONFIG_CRYPTO_GF128MUL=m
# CONFIG_CRYPTO_NULL is not set
# CONFIG_CRYPTO_CRYPTD is not set
CONFIG_CRYPTO_AUTHENC=m
# CONFIG_CRYPTO_TEST is not set

#
# Authenticated Encryption with Associated Data
#
# CONFIG_CRYPTO_CCM is not set
# CONFIG_CRYPTO_GCM is not set
# CONFIG_CRYPTO_SEQIV is not set

#
# Block modes
#
CONFIG_CRYPTO_CBC=y
# CONFIG_CRYPTO_CTR is not set
# CONFIG_CRYPTO_CTS is not set
CONFIG_CRYPTO_ECB=m
# CONFIG_CRYPTO_LRW is not set
# CONFIG_CRYPTO_PCBC is not set
# CONFIG_CRYPTO_XTS is not set

#
# Hash modes
#
CONFIG_CRYPTO_HMAC=y
# CONFIG_CRYPTO_XCBC is not set

#
# Digest
#
# CONFIG_CRYPTO_CRC32C is not set
# CONFIG_CRYPTO_MD4 is not set
CONFIG_CRYPTO_MD5=y
# CONFIG_CRYPTO_MICHAEL_MIC is not set
CONFIG_CRYPTO_RMD128=y
CONFIG_CRYPTO_RMD160=y
CONFIG_CRYPTO_RMD256=y
CONFIG_CRYPTO_RMD320=y
CONFIG_CRYPTO_SHA1=y
CONFIG_CRYPTO_SHA256=y
CONFIG_CRYPTO_SHA512=y
# CONFIG_CRYPTO_TGR192 is not set
# CONFIG_CRYPTO_WP512 is not set

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
CONFIG_CRYPTO_AES_X86_64=y
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=m
CONFIG_CRYPTO_BLOWFISH=y
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
CONFIG_CRYPTO_DES=m
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_X86_64 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
CONFIG_CRYPTO_TWOFISH_COMMON=y
CONFIG_CRYPTO_TWOFISH_X86_64=y

#
# Compression
#
CONFIG_CRYPTO_DEFLATE=m
CONFIG_CRYPTO_LZO=y
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
CONFIG_VIRTUALIZATION=y
CONFIG_KVM=m
# CONFIG_KVM_INTEL is not set
CONFIG_KVM_AMD=m
CONFIG_VIRTIO=m
CONFIG_VIRTIO_RING=m
# CONFIG_VIRTIO_PCI is not set
CONFIG_VIRTIO_BALLOON=m

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_CRC_CCITT=m
# CONFIG_CRC16 is not set
# CONFIG_CRC_T10DIF is not set
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=m
CONFIG_ZLIB_INFLATE=m
CONFIG_ZLIB_DEFLATE=m
CONFIG_LZO_COMPRESS=y
CONFIG_LZO_DECOMPRESS=y
CONFIG_TEXTSEARCH=y
CONFIG_TEXTSEARCH_KMP=m
CONFIG_TEXTSEARCH_BM=m
CONFIG_TEXTSEARCH_FSM=m
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y

  parent reply	other threads:[~2008-07-19  4:55 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-18 22:15 [patch 0/3] fastboot patches series 1 Arjan van de Ven
2008-07-18 22:16 ` [patch 1/3] fastboot: Create a "asynchronous" initlevel Arjan van de Ven
2008-07-19  1:22   ` Daniel Walker
2008-07-19  3:44     ` Arjan van de Ven
2008-07-19  4:11       ` Daniel Walker
2008-07-19  4:58         ` Arjan van de Ven
2008-07-19  5:20         ` Arjan van de Ven
2008-07-19 15:24           ` Daniel Walker
2008-07-19 15:35             ` Arjan van de Ven
2008-07-19 16:08               ` Daniel Walker
2008-07-19 16:14                 ` Arjan van de Ven
2008-07-19  4:28       ` Daniel Walker
2008-07-19  7:53   ` Rene Herman
2008-07-19  8:10     ` Rene Herman
2008-07-19 15:44       ` Arjan van de Ven
2008-07-20  7:23         ` Rene Herman
2008-07-20 11:10           ` Arjan van de Ven
2008-07-20 14:20             ` Rene Herman
2008-07-20 15:35               ` Arjan van de Ven
2008-07-18 22:16 ` [patch 2/3] fastboot: turn the USB hostcontroller initcalls into async initcalls Arjan van de Ven
2008-07-18 22:17 ` [patch 3/3] fastboot: convert a few non-critical ACPI drivers to " Arjan van de Ven
2008-07-19  4:51 ` Simon Arlott [this message]
2008-07-19  5:16   ` [patch 0/3] fastboot patches series 1 Arjan van de Ven
2008-07-19  5:47     ` Simon Arlott
2008-07-19 10:22     ` Andi Kleen
2008-07-20  8:31 ` Ingo Molnar

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=488172E0.6050502@simon.arlott.org.uk \
    --to=simon@fire.lp0.eu \
    --cc=arjan@infradead.org \
    --cc=dwalker@mvista.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@elte.hu \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox