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 06:47:15 +0100	[thread overview]
Message-ID: <48817FE3.7020907@simon.arlott.org.uk> (raw)
In-Reply-To: <20080718221630.2809abbd@infradead.org>

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

On 19/07/08 06:16, Arjan van de Ven wrote:
> On Sat, 19 Jul 2008 05:51:44 +0100
> Simon Arlott <simon@fire.lp0.eu> wrote:
> 
>> 
>> 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:
> 
> is this repeatable? and was it repeatedly stable before?
> 

Yes it's always been stable before. It's as if it's polling the mouse 
too infrequently.

> 
>> 
>> 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.
> 
> looks like you have a timing problem.. can you try booting with "notsc"
> and see if that fixes it?

It doesn't.

> One possible theory is that we now run on both cpus and if they're out
> of sync timewise, things like delays suddenly are shorter than expected
> if time jumps around....

The TSC should be in sync on both CPUs by that stage:
[    0.000000] TSC calibrated against PM_TIMER
[    0.109983] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.183971] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.257960] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.332923] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    0.405937] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    0.478926] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    0.551902] checking TSC synchronization [CPU#0 -> CPU#7]: passed.

> can you also post a dmesg of a successful boot?
> 

The "before" output is a successful boot without the patches. I've 
included the post-startup in "before" this time.

> (and I'm supposed to give you a hard time for using a proprietary
> module, but something is clearly going wrong before it's even loaded so
> for now I'll just ignore that ;-)

I've yet to get around to avoiding that, ati/radeonhd just cause the 
display to turn off... I can avoid loading it if required, but X 
performance suffers badly.

-- 
Simon Arlott



[-- Attachment #2: dmesg-after-fastboot-2 --]
[-- Type: text/plain, Size: 117719 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 notsc
[    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 notsc
[    0.000000] debug: sysrq always enabled.
[    0.000000] notsc: Kernel compiled with CONFIG_X86_TSC, cannot disable TSC completely.
[    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.090 MHz processor.
[    0.000000] spurious 8259A interrupt: IRQ7.
[    0.000000] Console: colour VGA+ 80x60
[    0.000000] console [tty0] enabled
[    0.000000] Checking aperture...
[    0.000000] No AGP bridge found
[    0.000000] Node 0: aperture @ 80000000 size 1024 MB
[    0.000000] Node 1: aperture @ 80000000 size 1024 MB
[    0.000000] Memory: 16538500k/18874368k available (3947k kernel code, 238136k reserved, 1876k data, 320k init)
[    0.000000] CPA: page pool initialized 1 of 1 pages preallocated
[    0.000000] hpet clockevent registered
[    0.000000] Calibrating delay loop (skipped), value calculated using timer frequency.. <6>4400.17 BogoMIPS (lpj=2200087)
[    0.001999] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.009998] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.013997] Mount-cache hash table entries: 256
[    0.013997] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.013997] CPU: L2 Cache: 512K (64 bytes/line)
[    0.013997] CPU 0/0 -> Node 0
[    0.014997] tseg: 0000000000
[    0.014997] CPU: Physical Processor ID: 0
[    0.014997] CPU: Processor Core ID: 0
[    0.014997] using C1E aware idle routine
[    0.014997] ACPI: Core revision 20080609
[    0.044991] CPU0: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.045991] Using local APIC timer interrupts.
[    0.046991] APIC timer calibration result 12500532
[    0.046991] Detected 12.500 MHz APIC timer.
[    0.046991] Booting processor 1/1 ip 6000
[    0.067000] Initializing CPU#1
[    0.069000] Calibrating delay loop... <6>2170.88 BogoMIPS (lpj=1085440)
[    0.094000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.094000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.094000] CPU 1/1 -> Node 0
[    0.094000] CPU: Physical Processor ID: 0
[    0.094000] CPU: Processor Core ID: 1
[    0.094000] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.093982] CPU1: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.094982] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.095982] Booting processor 2/2 ip 6000
[    0.117000] Initializing CPU#2
[    0.119000] Calibrating delay loop... <6>2179.07 BogoMIPS (lpj=1089536)
[    0.143000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.143000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.143000] CPU 2/2 -> Node 0
[    0.143000] CPU: Physical Processor ID: 0
[    0.143000] CPU: Processor Core ID: 2
[    0.143000] x86 PAT enabled: cpu 2, old 0x7040600070406, new 0x7010600070106
[    0.142973] CPU2: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.143973] checking TSC synchronization [CPU#0 -> CPU#2]: passed.
[    0.145973] Booting processor 3/3 ip 6000
[    0.166000] Initializing CPU#3
[    0.168000] Calibrating delay loop... <6>2179.07 BogoMIPS (lpj=1089536)
[    0.192000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.192000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.192000] CPU 3/3 -> Node 0
[    0.192000] CPU: Physical Processor ID: 0
[    0.192000] CPU: Processor Core ID: 3
[    0.192000] x86 PAT enabled: cpu 3, old 0x7040600070406, new 0x7010600070106
[    0.191964] CPU3: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.192964] checking TSC synchronization [CPU#0 -> CPU#3]: passed.
[    0.193964] Booting processor 4/4 ip 6000
[    0.215000] Initializing CPU#4
[    0.217000] Calibrating delay loop... <6>2195.45 BogoMIPS (lpj=1097728)
[    0.241000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.241000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.241000] CPU 4/4 -> Node 1
[    0.241000] CPU: Physical Processor ID: 1
[    0.241000] CPU: Processor Core ID: 0
[    0.241000] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    0.240955] CPU4: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.241955] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    0.242955] Booting processor 5/5 ip 6000
[    0.263000] Initializing CPU#5
[    0.265000] Calibrating delay loop... <6>2195.45 BogoMIPS (lpj=1097728)
[    0.289000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.289000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.289000] CPU 5/5 -> Node 1
[    0.289000] CPU: Physical Processor ID: 1
[    0.289000] CPU: Processor Core ID: 1
[    0.289000] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    0.288947] CPU5: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.289946] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    0.290946] Booting processor 6/6 ip 6000
[    0.311000] Initializing CPU#6
[    0.313000] Calibrating delay loop... <6>2195.45 BogoMIPS (lpj=1097728)
[    0.337000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.337000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.337000] CPU 6/6 -> Node 1
[    0.337000] CPU: Physical Processor ID: 1
[    0.337000] CPU: Processor Core ID: 2
[    0.337000] x86 PAT enabled: cpu 6, old 0x7040600070406, new 0x7010600070106
[    0.336938] CPU6: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.337937] checking TSC synchronization [CPU#0 -> CPU#6]: passed.
[    0.338937] Booting processor 7/7 ip 6000
[    0.359000] Initializing CPU#7
[    0.361000] Calibrating delay loop... <6>2195.45 BogoMIPS (lpj=1097728)
[    0.385000] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.385000] CPU: L2 Cache: 512K (64 bytes/line)
[    0.385000] CPU 7/7 -> Node 1
[    0.385000] CPU: Physical Processor ID: 1
[    0.385000] CPU: Processor Core ID: 3
[    0.385000] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    0.384929] CPU7: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.385929] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    0.386928] Brought up 8 CPUs
[    0.386928] Total of 8 processors activated (19711.02 BogoMIPS).
[    0.386928] calling  init_cpufreq_transition_notifier_list+0x0/0x1b
[    0.386928] initcall init_cpufreq_transition_notifier_list+0x0/0x1b returned 0 after 0 msecs
[    0.387928] calling  net_ns_init+0x0/0x182
[    0.387928] net_namespace: 1224 bytes
[    0.387928] initcall net_ns_init+0x0/0x182 returned 0 after 0 msecs
[    0.387928] calling  cpufreq_tsc+0x0/0x16
[    0.387928] initcall cpufreq_tsc+0x0/0x16 returned 0 after 0 msecs
[    0.387928] calling  init_smp_flush+0x0/0x4a
[    0.387928] initcall init_smp_flush+0x0/0x4a returned 0 after 0 msecs
[    0.387928] calling  sysctl_init+0x0/0x32
[    0.388928] initcall sysctl_init+0x0/0x32 returned 0 after 0 msecs
[    0.388928] calling  ksysfs_init+0x0/0xbb
[    0.388928] initcall ksysfs_init+0x0/0xbb returned 0 after 0 msecs
[    0.388928] calling  init_jiffies_clocksource+0x0/0x12
[    0.388928] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 msecs
[    0.388928] calling  pm_init+0x0/0x34
[    0.388928] initcall pm_init+0x0/0x34 returned 0 after 0 msecs
[    0.389928] calling  filelock_init+0x0/0x2e
[    0.389928] initcall filelock_init+0x0/0x2e returned 0 after 0 msecs
[    0.389928] calling  init_script_binfmt+0x0/0x12
[    0.389928] initcall init_script_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.389928] calling  init_elf_binfmt+0x0/0x12
[    0.389928] initcall init_elf_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.389928] calling  init_compat_elf_binfmt+0x0/0x12
[    0.389928] initcall init_compat_elf_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.390928] calling  debugfs_init+0x0/0x51
[    0.390928] initcall debugfs_init+0x0/0x51 returned 0 after 0 msecs
[    0.390928] calling  calibrate_xor_blocks+0x0/0xa7
[    0.390928] xor: automatically using best checksumming function: generic_sse
[    0.395927]    generic_sse:  8532.000 MB/sec
[    0.395927] xor: using function: generic_sse (8532.000 MB/sec)
[    0.395927] initcall calibrate_xor_blocks+0x0/0xa7 returned 0 after 4 msecs
[    0.395927] calling  random32_init+0x0/0x5b
[    0.395927] initcall random32_init+0x0/0x5b returned 0 after 0 msecs
[    0.395927] calling  cpufreq_core_init+0x0/0x7f
[    0.395927] initcall cpufreq_core_init+0x0/0x7f returned 0 after 0 msecs
[    0.395927] calling  sock_init+0x0/0x5e
[    0.395927] initcall sock_init+0x0/0x5e returned 0 after 0 msecs
[    0.396927] calling  netlink_proto_init+0x0/0x14e
[    0.396927] NET: Registered protocol family 16
[    0.396927] initcall netlink_proto_init+0x0/0x14e returned 0 after 0 msecs
[    0.396927] calling  bdi_class_init+0x0/0x3d
[    0.396927] initcall bdi_class_init+0x0/0x3d returned 0 after 0 msecs
[    0.396927] calling  kobject_uevent_init+0x0/0x45
[    0.396927] initcall kobject_uevent_init+0x0/0x45 returned 0 after 0 msecs
[    0.396927] calling  pcibus_class_init+0x0/0x12
[    0.397926] initcall pcibus_class_init+0x0/0x12 returned 0 after 0 msecs
[    0.397926] calling  pci_driver_init+0x0/0x12
[    0.397926] initcall pci_driver_init+0x0/0x12 returned 0 after 0 msecs
[    0.397926] calling  backlight_class_init+0x0/0x49
[    0.397926] initcall backlight_class_init+0x0/0x49 returned 0 after 0 msecs
[    0.397926] calling  video_output_class_init+0x0/0x12
[    0.397926] initcall video_output_class_init+0x0/0x12 returned 0 after 0 msecs
[    0.398926] calling  dock_init+0x0/0x5a
[    0.398926] No dock devices found.
[    0.398926] initcall dock_init+0x0/0x5a returned 0 after 0 msecs
[    0.398926] calling  tty_class_init+0x0/0x2a
[    0.398926] initcall tty_class_init+0x0/0x2a returned 0 after 0 msecs
[    0.398926] calling  vtconsole_class_init+0x0/0xba
[    0.399926] initcall vtconsole_class_init+0x0/0xba returned 0 after 0 msecs
[    0.399926] calling  register_node_type+0x0/0x6b
[    0.399926] initcall register_node_type+0x0/0x6b returned 0 after 0 msecs
[    0.399926] calling  enable_pci_io_ecs+0x0/0x2e
[    0.399926] initcall enable_pci_io_ecs+0x0/0x2e returned 0 after 0 msecs
[    0.399926] calling  early_fill_mp_bus_info+0x0/0x7e5
[    0.399926] node 0 link 0: io port [1000, ffffff]
[    0.399926] TOM: 0000000080000000 aka 2048M
[    0.399926] Fam 10h mmconf [e0000000, e00fffff]
[    0.399926] node 0 link 0: mmio [e0000000, efffffff] ==> [e0100000, efffffff]
[    0.399926] node 0 link 0: mmio [f0000000, fec0ffff]
[    0.399926] node 0 link 0: mmio [a0000, bffff]
[    0.399926] node 0 link 0: mmio [80000000, dfffffff]
[    0.400926] TOM2: 0000000480000000 aka 18432M
[    0.400926] bus: [00,07] on node 0 link 0
[    0.400926] bus: 00 index 0 io port: [0, ffff]
[    0.400926] bus: 00 index 1 mmio: [e0100000, ffffffff]
[    0.400926] bus: 00 index 2 mmio: [a0000, bffff]
[    0.400926] bus: 00 index 3 mmio: [80000000, dfffffff]
[    0.400926] bus: 00 index 4 mmio: [480000000, fcffffffff]
[    0.400926] initcall early_fill_mp_bus_info+0x0/0x7e5 returned 0 after 0 msecs
[    0.400926] calling  arch_kdebugfs_init+0x0/0x8
[    0.400926] initcall arch_kdebugfs_init+0x0/0x8 returned 0 after 0 msecs
[    0.400926] calling  mtrr_if_init+0x0/0x77
[    0.400926] initcall mtrr_if_init+0x0/0x77 returned 0 after 0 msecs
[    0.400926] calling  ffh_cstate_init+0x0/0x31
[    0.400926] initcall ffh_cstate_init+0x0/0x31 returned -1 after 0 msecs
[    0.401926] initcall ffh_cstate_init+0x0/0x31 returned with error code -1 
[    0.401926] calling  acpi_pci_init+0x0/0x40
[    0.401926] ACPI: bus type pci registered
[    0.401926] initcall acpi_pci_init+0x0/0x40 returned 0 after 0 msecs
[    0.401926] calling  init_acpi_device_notify+0x0/0x4b
[    0.401926] initcall init_acpi_device_notify+0x0/0x4b returned 0 after 0 msecs
[    0.401926] calling  dmi_id_init+0x0/0x2e9
[    0.402926] initcall dmi_id_init+0x0/0x2e9 returned 0 after 0 msecs
[    0.402926] calling  pci_arch_init+0x0/0x4e
[    0.402926] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.402926] PCI: MCFG area at e0000000 reserved in E820
[    0.407925] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.407925] PCI: Using configuration type 1 for base access
[    0.407925] initcall pci_arch_init+0x0/0x4e returned 0 after 4 msecs
[    0.407925] calling  topology_init+0x0/0x7c
[    0.408924] initcall topology_init+0x0/0x7c returned 0 after 0 msecs
[    0.408924] calling  mtrr_init_finialize+0x0/0x3d
[    0.408924] initcall mtrr_init_finialize+0x0/0x3d returned 0 after 0 msecs
[    0.408924] calling  param_sysfs_init+0x0/0x1e7
[    0.412924] initcall param_sysfs_init+0x0/0x1e7 returned 0 after 3 msecs
[    0.412924] calling  pm_sysrq_init+0x0/0x19
[    0.412924] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 msecs
[    0.413924] calling  readahead_init+0x0/0x38
[    0.413924] initcall readahead_init+0x0/0x38 returned 0 after 0 msecs
[    0.413924] calling  init_bio+0x0/0xc5
[    0.414923] initcall init_bio+0x0/0xc5 returned 0 after 0 msecs
[    0.414923] calling  blk_settings_init+0x0/0x2a
[    0.414923] initcall blk_settings_init+0x0/0x2a returned 0 after 0 msecs
[    0.414923] calling  blk_ioc_init+0x0/0x2a
[    0.414923] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 msecs
[    0.414923] calling  genhd_device_init+0x0/0x55
[    0.415923] initcall genhd_device_init+0x0/0x55 returned 0 after 0 msecs
[    0.415923] calling  pci_slot_init+0x0/0x45
[    0.415923] initcall pci_slot_init+0x0/0x45 returned 0 after 0 msecs
[    0.415923] calling  fbmem_init+0x0/0x8a
[    0.415923] initcall fbmem_init+0x0/0x8a returned 0 after 0 msecs
[    0.415923] calling  acpi_init+0x0/0x221
[    0.416923] ACPI: EC: Look up EC in DSDT
[    0.433920] ACPI: Interpreter enabled
[    0.433920] ACPI: (supports S0 S5)
[    0.433920] ACPI: Using IOAPIC for interrupt routing
[    0.433920] initcall acpi_init+0x0/0x221 returned 0 after 17 msecs
[    0.433920] calling  acpi_scan_init+0x0/0x11e
[    0.446917] initcall acpi_scan_init+0x0/0x11e returned 0 after 12 msecs
[    0.446917] calling  acpi_ec_init+0x0/0x61
[    0.446917] initcall acpi_ec_init+0x0/0x61 returned 0 after 0 msecs
[    0.447917] calling  acpi_pci_root_init+0x0/0x28
[    0.447917] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.447917] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.447917] pci 0000:00:01.1: PME# disabled
[    0.447917] pci 0000:00:02.0: supports D1
[    0.447917] pci 0000:00:02.0: supports D2
[    0.447917] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.448917] pci 0000:00:02.0: PME# disabled
[    0.448917] pci 0000:00:02.1: supports D1
[    0.448917] pci 0000:00:02.1: supports D2
[    0.448917] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.448917] pci 0000:00:02.1: PME# disabled
[    0.448917] pci 0000:00:08.0: supports D1
[    0.448917] pci 0000:00:08.0: supports D2
[    0.448917] pci 0000:00:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.448917] pci 0000:00:08.0: PME# disabled
[    0.448917] pci 0000:00:09.0: supports D1
[    0.448917] pci 0000:00:09.0: supports D2
[    0.448917] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.449917] pci 0000:00:09.0: PME# disabled
[    0.449917] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.449917] pci 0000:00:0a.0: PME# disabled
[    0.449917] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.449917] pci 0000:00:0d.0: PME# disabled
[    0.449917] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.449917] pci 0000:00:0e.0: PME# disabled
[    0.449917] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.450917] pci 0000:00:0f.0: PME# disabled
[    0.450917] pci 0000:01:06.0: supports D1
[    0.450917] pci 0000:01:06.0: supports D2
[    0.450917] pci 0000:01:07.0: supports D1
[    0.450917] pci 0000:01:07.0: supports D2
[    0.450917] pci 0000:00:06.0: transparent bridge
[    0.450917] pci 0000:03:00.0: supports D1
[    0.450917] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.450917] pci 0000:03:00.0: PME# disabled
[    0.451917] pci 0000:03:00.1: supports D1
[    0.451917] pci 0000:03:00.1: PME# supported from D0 D1 D3hot D3cold
[    0.451917] pci 0000:03:00.1: PME# disabled
[    0.451917] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.451917] pci 0000:04:00.0: PME# disabled
[    0.451917] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[    0.451917] pci 0000:04:00.1: PME# disabled
[    0.452916] pci 0000:05:00.0: supports D1
[    0.452916] pci 0000:05:00.0: supports D2
[    0.452916] pci 0000:07:00.0: supports D1
[    0.452916] pci 0000:07:00.0: supports D2
[    0.452916] pci 0000:07:00.1: supports D1
[    0.452916] pci 0000:07:00.1: supports D2
[    0.452916] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.453916] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.453916] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR10._PRT]
[    0.453916] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT]
[    0.453916] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
[    0.453916] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR15._PRT]
[    0.469913] initcall acpi_pci_root_init+0x0/0x28 returned 0 after 20 msecs
[    0.469913] calling  acpi_pci_link_init+0x0/0x48
[    0.469913] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *10
[    0.470913] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[    0.470913] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *11
[    0.471913] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[    0.471913] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *7
[    0.472913] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *10
[    0.472913] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *11
[    0.473912] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *5
[    0.473912] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *10
[    0.474912] ACPI: PCI Interrupt Link [LMAD] (IRQs 20 21 22 23) *5
[    0.474912] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11
[    0.475912] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11
[    0.475912] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *0, disabled.
[    0.476912] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *5
[    0.476912] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *10
[    0.477912] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
[    0.477912] ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *10
[    0.478912] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[    0.478912] ACPI: PCI Interrupt Link [LSA2] (IRQs 20 21 22 23) *10
[    0.478912] initcall acpi_pci_link_init+0x0/0x48 returned 0 after 8 msecs
[    0.479911] calling  acpi_power_init+0x0/0x77
[    0.479911] initcall acpi_power_init+0x0/0x77 returned 0 after 0 msecs
[    0.479911] calling  acpi_system_init+0x0/0x1b0
[    0.479911] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F3, should be F0 [20080609]
[    0.479911] initcall acpi_system_init+0x0/0x1b0 returned 0 after 0 msecs
[    0.479911] calling  pnp_init+0x0/0x20
[    0.480911] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.480911] initcall pnp_init+0x0/0x20 returned 0 after 0 msecs
[    0.480911] calling  pnpacpi_init+0x0/0x8c
[    0.480911] pnp: PnP ACPI init
[    0.480911] ACPI: bus type pnp registered
[    0.487910] pnp: PnP ACPI: found 15 devices
[    0.487910] ACPI: ACPI bus type pnp unregistered
[    0.487910] initcall pnpacpi_init+0x0/0x8c returned 0 after 6 msecs
[    0.487910] calling  misc_init+0x0/0x98
[    0.487910] initcall misc_init+0x0/0x98 returned 0 after 0 msecs
[    0.487910] calling  init_dvbdev+0x0/0xb9
[    0.487910] initcall init_dvbdev+0x0/0xb9 returned 0 after 0 msecs
[    0.488910] calling  init_scsi+0x0/0x7c
[    0.488910] SCSI subsystem initialized
[    0.488910] initcall init_scsi+0x0/0x7c returned 0 after 0 msecs
[    0.488910] calling  ata_init+0x0/0x31f
[    0.489910] libata version 3.00 loaded.
[    0.489910] initcall ata_init+0x0/0x31f returned 0 after 0 msecs
[    0.489910] calling  usb_init+0x0/0x122
[    0.489910] usbcore: registered new interface driver usbfs
[    0.489910] usbcore: registered new interface driver hub
[    0.489910] usbcore: registered new device driver usb
[    0.489910] initcall usb_init+0x0/0x122 returned 0 after 0 msecs
[    0.489910] calling  serio_init+0x0/0x89
[    0.490909] initcall serio_init+0x0/0x89 returned 0 after 0 msecs
[    0.490909] calling  input_init+0x0/0x107
[    0.490909] initcall input_init+0x0/0x107 returned 0 after 0 msecs
[    0.490909] calling  i2c_init+0x0/0x5f
[    0.490909] initcall i2c_init+0x0/0x5f returned 0 after 0 msecs
[    0.490909] calling  power_supply_class_init+0x0/0x34
[    0.490909] initcall power_supply_class_init+0x0/0x34 returned 0 after 0 msecs
[    0.491909] calling  hwmon_init+0x0/0x3b
[    0.491909] initcall hwmon_init+0x0/0x3b returned 0 after 0 msecs
[    0.491909] calling  thermal_init+0x0/0x39
[    0.491909] initcall thermal_init+0x0/0x39 returned 0 after 0 msecs
[    0.491909] calling  md_init+0x0/0xd0
[    0.491909] initcall md_init+0x0/0xd0 returned 0 after 0 msecs
[    0.492909] calling  pci_subsys_init+0x0/0x12c
[    0.492909] PCI: Using ACPI for IRQ routing
[    0.492909] initcall pci_subsys_init+0x0/0x12c returned 0 after 0 msecs
[    0.492909] calling  proto_init+0x0/0x2e
[    0.492909] initcall proto_init+0x0/0x2e returned 0 after 0 msecs
[    0.492909] calling  net_dev_init+0x0/0x150
[    0.492909] initcall net_dev_init+0x0/0x150 returned 0 after 0 msecs
[    0.492909] calling  neigh_init+0x0/0x71
[    0.493909] initcall neigh_init+0x0/0x71 returned 0 after 0 msecs
[    0.493909] calling  fib_rules_init+0x0/0xa6
[    0.493909] initcall fib_rules_init+0x0/0xa6 returned 0 after 0 msecs
[    0.493909] calling  pktsched_init+0x0/0xc4
[    0.493909] initcall pktsched_init+0x0/0xc4 returned 0 after 0 msecs
[    0.493909] calling  tc_filter_init+0x0/0x4c
[    0.493909] initcall tc_filter_init+0x0/0x4c returned 0 after 0 msecs
[    0.493909] calling  tc_action_init+0x0/0x4c
[    0.493909] initcall tc_action_init+0x0/0x4c returned 0 after 0 msecs
[    0.494909] calling  genl_init+0x0/0xd9
[    0.498908] initcall genl_init+0x0/0xd9 returned 0 after 3 msecs
[    0.498908] calling  sysctl_init+0x0/0x2d
[    0.498908] initcall sysctl_init+0x0/0x2d returned 0 after 0 msecs
[    0.498908] calling  pci_iommu_init+0x0/0x17
[    0.498908] DMAR:parse DMAR table failure.
[    0.498908] PCI-DMA: Disabling AGP.
[    0.626907] PCI-DMA: aperture base @ 80000000 size 1048576 KB
[    0.626907] init_memory_mapping
[    0.626907]  0080000000 - 00c0000000 page 1G
[    0.626907] last_map_addr: c0000000 end: c0000000
[    0.628907] PCI-DMA: using GART IOMMU.
[    0.628907] PCI-DMA: Reserving 1024MB of IOMMU area in the AGP aperture
[    0.660906] initcall pci_iommu_init+0x0/0x17 returned 0 after 154 msecs
[    0.661906] calling  hpet_late_init+0x0/0x114
[    0.661906] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 31
[    0.661906] hpet0: 3 32-bit timers, 25000000 Hz
[    0.662906] initcall hpet_late_init+0x0/0x114 returned 0 after 0 msecs
[    0.662906] calling  clocksource_done_booting+0x0/0x12
[    0.662906] initcall clocksource_done_booting+0x0/0x12 returned 0 after 0 msecs
[    0.662906] calling  init_pipe_fs+0x0/0x4c
[    0.663906] Switched to high resolution mode on CPU 0
[    0.663980] Switched to high resolution mode on CPU 7
[    0.663971] Switched to high resolution mode on CPU 6
[    0.663963] Switched to high resolution mode on CPU 5
[    0.663953] Switched to high resolution mode on CPU 4
[    0.663906] initcall init_pipe_fs+0x0/0x4c returned 0 after 0 msecs
[    0.663906] calling  init_mnt_writers+0x0/0x50
[    0.663906] initcall init_mnt_writers+0x0/0x50 returned 0 after 0 msecs
[    0.663906] calling  eventpoll_init+0x0/0x85
[    0.663906] initcall eventpoll_init+0x0/0x85 returned 0 after 0 msecs
[    0.663906] calling  anon_inode_init+0x0/0x115
[    0.664222] Switched to high resolution mode on CPU 1
[    0.664223] Switched to high resolution mode on CPU 3
[    0.663906] initcall anon_inode_init+0x0/0x115 returned 0 after 0 msecs
[    0.664338] Switched to high resolution mode on CPU 2
[    0.663906] calling  pcie_aspm_init+0x0/0x22
[    0.667907] initcall pcie_aspm_init+0x0/0x22 returned 0 after 3 msecs
[    0.667907] calling  acpi_event_init+0x0/0x52
[    0.671918] initcall acpi_event_init+0x0/0x52 returned 0 after 3 msecs
[    0.671918] calling  pnp_system_init+0x0/0x12
[    0.671918] system 00:07: ioport range 0x4d0-0x4d1 has been reserved
[    0.671918] system 00:07: ioport range 0x800-0x80f has been reserved
[    0.671918] system 00:07: ioport range 0x2000-0x207f has been reserved
[    0.671918] system 00:07: ioport range 0x2080-0x20ff has been reserved
[    0.671918] system 00:07: ioport range 0x2400-0x247f has been reserved
[    0.671918] system 00:07: ioport range 0x2480-0x24ff has been reserved
[    0.671918] system 00:07: ioport range 0x2800-0x287f has been reserved
[    0.672921] system 00:07: ioport range 0x2880-0x28ff has been reserved
[    0.672921] system 00:07: ioport range 0x2c00-0x2c7f has been reserved
[    0.672921] system 00:07: ioport range 0x2c80-0x2cff has been reserved
[    0.672921] system 00:07: iomem range 0xfdf80000-0xfdfbffff has been reserved
[    0.672921] system 00:07: iomem range 0xfee01000-0xfeefffff could not be reserved
[    0.672921] system 00:09: ioport range 0xca0-0xcaf has been reserved
[    0.672921] system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.673958] system 00:09: iomem range 0xfee00000-0xfee00fff could not be reserved
[    0.673958] system 00:0c: ioport range 0xa00-0xa7f has been reserved
[    0.673958] system 00:0d: iomem range 0xe0000000-0xefffffff could not be reserved
[    0.673958] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[    0.673958] system 00:0e: iomem range 0xc0000-0xcffff has been reserved
[    0.673958] system 00:0e: iomem range 0xe0000-0xfffff could not be reserved
[    0.673958] system 00:0e: iomem range 0x100000-0x7fffffff could not be reserved
[    0.674914] system 00:0e: iomem range 0xfec00000-0xffffffff could not be reserved
[    0.674914] initcall pnp_system_init+0x0/0x12 returned 0 after 2 msecs
[    0.674914] calling  chr_dev_init+0x0/0x98
[    0.675964] initcall chr_dev_init+0x0/0x98 returned 0 after 0 msecs
[    0.675964] calling  firmware_class_init+0x0/0x72
[    0.675964] initcall firmware_class_init+0x0/0x72 returned 0 after 0 msecs
[    0.675964] calling  loopback_init+0x0/0x12
[    0.675964] initcall loopback_init+0x0/0x12 returned 0 after 0 msecs
[    0.675964] calling  cpufreq_gov_performance_init+0x0/0x12
[    0.675964] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 0 msecs
[    0.676582] calling  init_acpi_pm_clocksource+0x0/0xae
[    0.676582] initcall init_acpi_pm_clocksource+0x0/0xae returned 0 after 0 msecs
[    0.678582] calling  pcibios_assign_resources+0x0/0x87
[    0.678582] pci 0000:00:06.0: PCI bridge, secondary bus 0000:01
[    0.678582] pci 0000:00:06.0:   IO window: 0xc000-0xcfff
[    0.678582] pci 0000:00:06.0:   MEM window: 0xfe800000-0xfe8fffff
[    0.678582] pci 0000:00:06.0:   PREFETCH window: 0x000000c8000000-0x000000cfffffff
[    0.678582] pci 0000:00:0a.0: PCI bridge, secondary bus 0000:02
[    0.678582] pci 0000:00:0a.0:   IO window: disabled
[    0.678582] pci 0000:00:0a.0:   MEM window: disabled
[    0.679614] pci 0000:00:0a.0:   PREFETCH window: disabled
[    0.679614] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    0.679614] pci 0000:03:00.0:   IO window: 0xd000-0xdfff
[    0.679614] pci 0000:03:00.0:   MEM window: 0xfe900000-0xfe9fffff
[    0.679614] pci 0000:03:00.0:   PREFETCH window: disabled
[    0.679614] pci 0000:03:00.1: PCI bridge, secondary bus 0000:05
[    0.679614] pci 0000:03:00.1:   IO window: disabled
[    0.679614] pci 0000:03:00.1:   MEM window: 0xfea00000-0xfeafffff
[    0.679614] pci 0000:03:00.1:   PREFETCH window: disabled
[    0.680613] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:03
[    0.680613] pci 0000:00:0d.0:   IO window: 0xd000-0xdfff
[    0.680613] pci 0000:00:0d.0:   MEM window: 0xfe900000-0xfeafffff
[    0.680613] pci 0000:00:0d.0:   PREFETCH window: disabled
[    0.680613] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:06
[    0.680613] pci 0000:00:0e.0:   IO window: disabled
[    0.680613] pci 0000:00:0e.0:   MEM window: disabled
[    0.680613] pci 0000:00:0e.0:   PREFETCH window: disabled
[    0.680613] pci 0000:00:0f.0: PCI bridge, secondary bus 0000:07
[    0.681579] pci 0000:00:0f.0:   IO window: 0xe000-0xefff
[    0.681579] pci 0000:00:0f.0:   MEM window: 0xfeb00000-0xfebfffff
[    0.681579] pci 0000:00:0f.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    0.681579] PCI: Setting latency timer of device 0000:00:06.0 to 64
[    0.681579] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[    0.681579] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    0.681579] PCI: Setting latency timer of device 0000:03:00.0 to 64
[    0.681579] PCI: Setting latency timer of device 0000:03:00.1 to 64
[    0.681579] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    0.681579] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[    0.681579] initcall pcibios_assign_resources+0x0/0x87 returned 0 after 3 msecs
[    0.681579] calling  inet_init+0x0/0x428
[    0.682552] NET: Registered protocol family 2
[    0.693460] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.695967] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.699957] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.699957] TCP: Hash tables configured (established 524288 bind 65536)
[    0.700956] TCP reno registered
[    0.703968] initcall inet_init+0x0/0x428 returned 0 after 21 msecs
[    0.703968] calling  af_unix_init+0x0/0x55
[    0.703968] NET: Registered protocol family 1
[    0.703968] initcall af_unix_init+0x0/0x55 returned 0 after 0 msecs
[    0.703968] calling  default_rootfs+0x0/0x6b
[    0.703968] initcall default_rootfs+0x0/0x6b returned 0 after 0 msecs
[    0.704968] calling  i8259A_init_sysfs+0x0/0x22
[    0.704119] calling  acpi_button_init+0x0/0x5e
[    0.704119] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.704968] initcall i8259A_init_sysfs+0x0/0x22 returned 0 after 0 msecs
[    0.704968] calling  vsyscall_init+0x0/0x6c
[    0.704968] initcall vsyscall_init+0x0/0x6c<6>ACPI: Power Button (FF) [PWRF]
[    0.704968]  returned 0 after 0 msecs
[    0.705502] calling  sbf_init+0x0/0xd7
[    0.705502] initcall sbf_init+0x0/0xd7 returned 0 after 0 msecs
[    0.705502] calling  i8237A_init_sysfs+0x0/0x22
[    0.705294] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.705502] initcall i8237A_init_sysfs+0x0/0x22 returned 0 after 0 msecs
[    0.705502] calling  add_rtc_cmos+0x0/0x1d
[    0.705502] initcall add_rtc_cmos+0x0/0x1d returned 0 after 0 msecs
[    0.705502] calling  cache_sysfs_init+0x0/0x5d
[    0.705294] ACPI: Power Button (CM) [PWRB]
[    0.706294] initcall acpi_button_init+0x0/0x5e returned 0 after 2 msecs
[    0.706294] calling  acpi_thermal_init+0x0/0x83
[    0.706294] initcall acpi_thermal_init+0x0/0x83 returned 0 after 0 msecs
[    0.706294] calling  ehci_hcd_init+0x0/0x8b
[    0.706294] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[    0.707546] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 23
[    0.707546] ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 23 (level, low) -> IRQ 23
[    0.707546] PCI: Setting latency timer of device 0000:00:02.1 to 64
[    0.707546] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    0.706943] initcall cache_sysfs_init+0x0/0x5d returned 0 after 2 msecs
[    0.706943] calling  mce_init_device+0x0/0x85
[    0.707734] drivers/usb/core/inode.c: creating file 'devices'
[    0.707734] drivers/usb/core/inode.c: creating file '001'
[    0.707734] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    0.708151] initcall mce_init_device+0x0/0x85 returned 0 after 0 msecs
[    0.708151] calling  periodic_mcheck_init+0x0/0x3f
[    0.708151] initcall periodic_mcheck_init+0x0/0x3f returned 0 after 0 msecs
[    0.708151] calling  thermal_throttle_init_device+0x0/0x83
[    0.708151] initcall thermal_throttle_init_device+0x0/0x83 returned 0 after 0 msecs
[    0.708151] calling  threshold_init_device+0x0/0x49
[    0.716194] ehci_hcd 0000:00:02.1: reset hcs_params 0x101a8a dbg=1 cc=1 pcc=10 !ppc ports=10
[    0.716194] ehci_hcd 0000:00:02.1: reset portroute 0 0 0 0 0 0 0 0 0 0 
[    0.716194] ehci_hcd 0000:00:02.1: reset hcc_params a086 caching frame 256/512/1024 park
[    0.716194] ehci_hcd 0000:00:02.1: park 0
[    0.716194] ehci_hcd 0000:00:02.1: reset command 080b1a park=3 ithresh=8 Periodic period=256 Reset HALT
[    0.716194] ehci_hcd 0000:00:02.1: debug port 1
[    0.716194] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[    0.716194] ehci_hcd 0000:00:02.1: supports USB remote wakeup
[    0.716194] ehci_hcd 0000:00:02.1: irq 23, io mem 0xfdffac00
[    0.716194] ehci_hcd 0000:00:02.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[    0.716194] ehci_hcd 0000:00:02.1: init command 010009 (park)=0 ithresh=1 period=256 RUN
[    3.704156] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    6.732218] usb usb1: default language 0x0409
[   10.338877] usb usb1: uevent
[   30.099005] usb usb1: usb_probe_device
[   30.099005] usb usb1: configuration #1 chosen from 1 choice
[   30.099005] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[   30.099005] usb 1-0:1.0: uevent
[   30.099005] hub 1-0:1.0: usb_probe_interface
[   30.099005] hub 1-0:1.0: usb_probe_interface - got id
[   30.099005] hub 1-0:1.0: USB hub found
[   29.571755] initcall threshold_init_device+0x0/0x49 returned 0 after 27526 msecs
[   29.571755] calling  msr_init+0x0/0xf2
[   30.099005] hub 1-0:1.0: 10 ports detected
[   29.571755] initcall msr_init+0x0/0xf2 returned 0 after 0 msecs
[   29.571755] calling  cpuid_init+0x0/0xf2
[   30.099005] hub 1-0:1.0: standalone hub
[   30.099005] hub 1-0:1.0: no power switching (usb 1.0)
[   30.099005] hub 1-0:1.0: individual port over-current protection
[   30.099005] hub 1-0:1.0: power on to power good time: 20ms
[   30.099005] hub 1-0:1.0: local power source is good
[   30.099005] hub 1-0:1.0: trying to enable port power on non-switchable hub
[   29.571755] initcall cpuid_init+0x0/0xf2 returned 0 after 0 msecs
[   29.573774] calling  init_lapic_sysfs+0x0/0x2d
[   29.573774] initcall init_lapic_sysfs+0x0/0x2d returned 0 after 0 msecs
[   29.573774] calling  ioapic_init_sysfs+0x0/0x99
[   29.573774] initcall ioapic_init_sysfs+0x0/0x99 returned 0 after 0 msecs
[   29.573774] calling  add_pcspkr+0x0/0x43
[   29.573774] initcall add_pcspkr+0x0/0x43 returned 0 after 0 msecs
[   29.574769] calling  uv_ptc_init+0x0/0x75
[   29.574769] initcall uv_ptc_init+0x0/0x75 returned 0 after 0 msecs
[   29.574769] calling  uv_bau_init+0x0/0x5a1
[   29.574769] initcall uv_bau_init+0x0/0x5a1 returned 0 after 0 msecs
[   29.574769] calling  aes_init+0x0/0x12
[   29.574769] initcall aes_init+0x0/0x12 returned 0 after 0 msecs
[   29.574769] calling  init+0x0/0x12
[   29.574806] initcall init+0x0/0x12 returned 0 after 0 msecs
[   29.575842] calling  init_vdso_vars+0x0/0x1e7
[   29.575842] initcall init_vdso_vars+0x0/0x1e7 returned 0 after 0 msecs
[   29.575842] calling  ia32_binfmt_init+0x0/0x14
[   29.575842] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 0 msecs
[   29.575842] calling  sysenter_setup+0x0/0x2b6
[   29.575842] initcall sysenter_setup+0x0/0x2b6 returned 0 after 0 msecs
[   29.575842] calling  create_proc_profile+0x0/0x2c7
[   29.575842] initcall create_proc_profile+0x0/0x2c7 returned 0 after 0 msecs
[   29.576794] calling  ioresources_init+0x0/0x3c
[   29.576794] initcall ioresources_init+0x0/0x3c returned 0 after 0 msecs
[   29.576794] calling  uid_cache_init+0x0/0x6e
[   29.576794] initcall uid_cache_init+0x0/0x6e returned 0 after 0 msecs
[   29.577758] calling  init_posix_timers+0x0/0xb6
[   29.577758] initcall init_posix_timers+0x0/0xb6 returned 0 after 0 msecs
[   29.577758] calling  init_posix_cpu_timers+0x0/0xd4
[   29.577758] initcall init_posix_cpu_timers+0x0/0xd4 returned 0 after 0 msecs
[   29.577758] calling  nsproxy_cache_init+0x0/0x2d
[   29.577758] initcall nsproxy_cache_init+0x0/0x2d returned 0 after 0 msecs
[   29.578259] calling  timekeeping_init_device+0x0/0x22
[   29.578259] initcall timekeeping_init_device+0x0/0x22 returned 0 after 0 msecs
[   29.578259] calling  init_clocksource_sysfs+0x0/0x50
[   29.578259] initcall init_clocksource_sysfs+0x0/0x50 returned 0 after 0 msecs
[   29.578259] calling  init_timer_list_procfs+0x0/0x2c
[   29.578259] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 0 msecs
[   29.579255] calling  init_tstats_procfs+0x0/0x2c
[   29.579255] initcall init_tstats_procfs+0x0/0x2c returned 0 after 0 msecs
[   29.579255] calling  futex_init+0x0/0x63
[   29.579255] initcall futex_init+0x0/0x63 returned 0 after 0 msecs
[   29.579255] calling  proc_dma_init+0x0/0x22
[   29.579255] initcall proc_dma_init+0x0/0x22 returned 0 after 0 msecs
[   29.579255] calling  percpu_modinit+0x0/0x6e
[   29.580272] initcall percpu_modinit+0x0/0x6e returned 0 after 0 msecs
[   29.580272] calling  kallsyms_init+0x0/0x25
[   29.580272] initcall kallsyms_init+0x0/0x25 returned 0 after 0 msecs
[   29.580272] calling  ikconfig_init+0x0/0x39
[   29.580272] initcall ikconfig_init+0x0/0x39 returned 0 after 0 msecs
[   29.580272] calling  init_kprobes+0x0/0x103
[   29.583252] initcall init_kprobes+0x0/0x103 returned 0 after 2 msecs
[   29.583252] calling  relay_init+0x0/0x14
[   29.583252] initcall relay_init+0x0/0x14 returned 0 after 0 msecs
[   29.583252] calling  utsname_sysctl_init+0x0/0x14
[   29.583252] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 0 msecs
[   29.584252] calling  init_per_zone_pages_min+0x0/0x53
[   29.585298] initcall init_per_zone_pages_min+0x0/0x53 returned 0 after 1 msecs
[   29.585298] calling  pdflush_init+0x0/0x1d
[   29.585298] initcall pdflush_init+0x0/0x1d returned 0 after 0 msecs
[   29.585298] calling  kswapd_init+0x0/0x63
[   29.586514] initcall kswapd_init+0x0/0x63 returned 0 after 0 msecs
[   29.586514] calling  setup_vmstat+0x0/0x4a
[   29.586514] initcall setup_vmstat+0x0/0x4a returned 0 after 0 msecs
[   29.586514] calling  procswaps_init+0x0/0x22
[   29.586514] initcall procswaps_init+0x0/0x22 returned 0 after 0 msecs
[   29.586514] calling  hugetlb_init+0x0/0xaa
[   29.586514] Total HugeTLB memory allocated, 0
[   29.587253] initcall hugetlb_init+0x0/0xaa returned 0 after 0 msecs
[   29.587253] calling  init_tmpfs+0x0/0xda
[   29.587253] initcall init_tmpfs+0x0/0xda returned 0 after 0 msecs
[   29.587253] calling  cpucache_init+0x0/0x39
[   29.587253] initcall cpucache_init+0x0/0x39 returned 0 after 0 msecs
[   29.587253] calling  fasync_init+0x0/0x2a
[   29.588335] initcall fasync_init+0x0/0x2a returned 0 after 0 msecs
[   29.588335] calling  aio_setup+0x0/0x6e
[   29.588335] initcall aio_setup+0x0/0x6e returned 0 after 0 msecs
[   29.588335] calling  inotify_setup+0x0/0x12
[   29.588335] initcall inotify_setup+0x0/0x12 returned 0 after 0 msecs
[   29.588335] calling  inotify_user_setup+0x0/0xb8
[   29.589374] initcall inotify_user_setup+0x0/0xb8 returned 0 after 0 msecs
[   29.589374] calling  init_sys32_ioctl+0x0/0x83
[   29.589374] initcall init_sys32_ioctl+0x0/0x83 returned 0 after 0 msecs
[   29.589374] calling  init_mbcache+0x0/0x14
[   29.589374] initcall init_mbcache+0x0/0x14 returned 0 after 0 msecs
[   29.589374] calling  dnotify_init+0x0/0x2a
[   29.590256] initcall dnotify_init+0x0/0x2a returned 0 after 0 msecs
[   29.590256] calling  init_devpts_fs+0x0/0x3f
[   29.590256] initcall init_devpts_fs+0x0/0x3f returned 0 after 0 msecs
[   29.590256] calling  init_ext3_fs+0x0/0x6a
[   29.590256] initcall init_ext3_fs+0x0/0x6a returned 0 after 0 msecs
[   29.590256] calling  journal_init+0x0/0x99
[   29.591265] initcall journal_init+0x0/0x99 returned 0 after 0 msecs
[   29.591265] calling  init_ext2_fs+0x0/0x6a
[   29.591265] initcall init_ext2_fs+0x0/0x6a returned 0 after 0 msecs
[   29.591265] calling  init_ramfs_fs+0x0/0x12
[   29.591265] initcall init_ramfs_fs+0x0/0x12 returned 0 after 0 msecs
[   29.591265] calling  init_hugetlbfs_fs+0x0/0x98
[   29.591265] initcall init_hugetlbfs_fs+0x0/0x98 returned 0 after 0 msecs
[   29.591265] calling  init_fat_fs+0x0/0x4f
[   29.592253] initcall init_fat_fs+0x0/0x4f returned 0 after 0 msecs
[   29.592253] calling  init_msdos_fs+0x0/0x12
[   29.592253] initcall init_msdos_fs+0x0/0x12 returned 0 after 0 msecs
[   29.592253] calling  init_vfat_fs+0x0/0x12
[   29.592253] initcall init_vfat_fs+0x0/0x12 returned 0 after 0 msecs
[   29.592253] calling  init_iso9660_fs+0x0/0x5a
[   29.593271] initcall init_iso9660_fs+0x0/0x5a returned 0 after 0 msecs
[   29.593271] calling  init_nls_utf8+0x0/0x25
[   29.593271] initcall init_nls_utf8+0x0/0x25 returned 0 after 0 msecs
[   29.593271] calling  init_ntfs_fs+0x0/0x1d1
[   29.593271] NTFS driver 2.1.29 [Flags: R/O].
[   29.593271] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 0 msecs
[   29.593271] calling  init_autofs4_fs+0x0/0x12
[   29.593271] initcall init_autofs4_fs+0x0/0x12 returned 0 after 0 msecs
[   29.594295] calling  init_udf_fs+0x0/0x5b
[   29.594295] initcall init_udf_fs+0x0/0x5b returned 0 after 0 msecs
[   29.594295] calling  ipc_init+0x0/0x23
[   29.594295] msgmni has been set to 32301
[   29.594295] initcall ipc_init+0x0/0x23 returned 0 after 0 msecs
[   29.594295] calling  ipc_sysctl_init+0x0/0x14
[   29.594295] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 0 msecs
[   29.595344] calling  init_mqueue_fs+0x0/0xc6
[   29.595344] initcall init_mqueue_fs+0x0/0xc6 returned 0 after 0 msecs
[   29.595344] calling  crypto_algapi_init+0x0/0xd
[   29.595344] initcall crypto_algapi_init+0x0/0xd returned 0 after 0 msecs
[   29.595344] calling  blkcipher_module_init+0x0/0x2a
[   29.601488] initcall blkcipher_module_init+0x0/0x2a returned 0 after 0 msecs
[   29.601488] calling  cryptomgr_init+0x0/0x12
[   29.602603] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 msecs
[   29.602603] calling  hmac_module_init+0x0/0x12
[   29.602603] initcall hmac_module_init+0x0/0x12 returned 0 after 0 msecs
[   29.602603] calling  md5_mod_init+0x0/0x12
[   29.602603] initcall md5_mod_init+0x0/0x12 returned 0 after 0 msecs
[   29.602603] calling  rmd128_mod_init+0x0/0x12
[   29.602603] initcall rmd128_mod_init+0x0/0x12 returned 0 after 0 msecs
[   29.602603] calling  rmd160_mod_init+0x0/0x12
[   29.603103] initcall rmd160_mod_init+0x0/0x12 returned 0 after 0 msecs
[   29.603103] calling  rmd256_mod_init+0x0/0x12
[   29.603103] initcall rmd256_mod_init+0x0/0x12 returned 0 after 0 msecs
[   29.603103] calling  rmd320_mod_init+0x0/0x12
[   29.603103] initcall rmd320_mod_init+0x0/0x12 returned 0 after 0 msecs
[   29.603103] calling  sha1_generic_mod_init+0x0/0x12
[   29.603103] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 0 msecs
[   29.603103] calling  sha256_generic_mod_init+0x0/0x3f
[   29.604121] initcall sha256_generic_mod_init+0x0/0x3f returned 0 after 0 msecs
[   29.604121] calling  sha512_generic_mod_init+0x0/0x3f
[   29.604121] initcall sha512_generic_mod_init+0x0/0x3f returned 0 after 0 msecs
[   29.604121] calling  crypto_cbc_module_init+0x0/0x12
[   29.604121] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 msecs
[   29.604121] calling  blowfish_mod_init+0x0/0x12
[   29.605160] initcall blowfish_mod_init+0x0/0x12 returned 0 after 0 msecs
[   29.605160] calling  aes_init+0x0/0x323
[   29.605160] initcall aes_init+0x0/0x323 returned 0 after 0 msecs
[   29.605160] calling  lzo_mod_init+0x0/0x12
[   29.605160] initcall lzo_mod_init+0x0/0x12 returned 0 after 0 msecs
[   29.605160] calling  async_tx_init+0x0/0x16
[   29.605160] async_tx: api initialized (sync-only)
[   29.605160] initcall async_tx_init+0x0/0x16 returned 0 after 0 msecs
[   29.606110] calling  async_memcpy_init+0x0/0x8
[   29.606110] initcall async_memcpy_init+0x0/0x8 returned 0 after 0 msecs
[   29.606110] calling  async_xor_init+0x0/0x8
[   29.606110] initcall async_xor_init+0x0/0x8 returned 0 after 0 msecs
[   29.606110] calling  noop_init+0x0/0x14
[   29.606110] io scheduler noop registered
[   29.606110] initcall noop_init+0x0/0x14 returned 0 after 0 msecs
[   29.606110] calling  deadline_init+0x0/0x14
[   29.607149] io scheduler deadline registered
[   29.607149] initcall deadline_init+0x0/0x14 returned 0 after 0 msecs
[   29.607149] calling  cfq_init+0x0/0x9d
[   29.607149] io scheduler cfq registered (default)
[   29.607149] initcall cfq_init+0x0/0x9d returned 0 after 0 msecs
[   29.607149] calling  percpu_counter_startup+0x0/0x14
[   29.607149] initcall percpu_counter_startup+0x0/0x14 returned 0 after 0 msecs
[   29.608153] calling  pci_init+0x0/0x35
[   29.608153] pci 0000:00:00.0: Enabling HT MSI Mapping
[   29.618852] pci 0000:00:05.0: Enabling HT MSI Mapping
[   29.618852] pci 0000:00:05.1: Enabling HT MSI Mapping
[   29.618852] pci 0000:00:05.2: Enabling HT MSI Mapping
[   29.618852] pci 0000:00:06.0: Enabling HT MSI Mapping
[   29.619859] pci 0000:00:08.0: Enabling HT MSI Mapping
[   29.619859] pci 0000:00:09.0: Enabling HT MSI Mapping
[   29.619859] pci 0000:00:0a.0: Enabling HT MSI Mapping
[   29.619859] pci 0000:00:0d.0: Enabling HT MSI Mapping
[   29.619859] pci 0000:00:0e.0: Enabling HT MSI Mapping
[   29.619859] pci 0000:00:0f.0: Enabling HT MSI Mapping
[   29.619859] pci 0000:07:00.0: Boot video device
[   29.619859] initcall pci_init+0x0/0x35 returned 0 after 12 msecs
[   29.620833] calling  pci_proc_init+0x0/0x6a
[   29.620865] initcall pci_proc_init+0x0/0x6a returned 0 after 0 msecs
[   29.620865] calling  pcie_portdrv_init+0x0/0x4d
[   40.070978] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[   30.149006] drivers/usb/core/inode.c: creating file '001'
[   30.149006] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[   40.070978] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[   40.070978] hub 1-0:1.0: port 1, status 0501, change 0001, 480 Mb/s
[   30.149006] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   30.149006] usb usb1: Product: EHCI Host Controller
[   30.149006] usb usb1: Manufacturer: Linux 2.6.26 ehci_hcd
[   30.149006] usb usb1: SerialNumber: 0000:00:02.1
[   30.099074] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[   30.099074] pcieport-driver 0000:00:0a.0: found MSI capability
[   30.099074] pci_express 0000:00:0a.0:pcie00: allocate port service
[   30.099074] pci_express 0000:00:0a.0:pcie01: allocate port service
[   30.099074] pci_express 0000:00:0a.0:pcie03: allocate port service
[   30.099074] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[   30.099074] pcieport-driver 0000:00:0d.0: found MSI capability
[   30.099074] pci_express 0000:00:0d.0:pcie00: allocate port service
[   30.099074] pci_express 0000:00:0d.0:pcie01: allocate port service
[   30.099074] pci_express 0000:00:0d.0:pcie03: allocate port service
[   30.099074] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[   30.099074] pcieport-driver 0000:00:0e.0: found MSI capability
[   30.099074] pci_express 0000:00:0e.0:pcie00: allocate port service
[   30.099074] pci_express 0000:00:0e.0:pcie01: allocate port service
[   30.099074] pci_express 0000:00:0e.0:pcie03: allocate port service
[   30.099074] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[   30.099074] pcieport-driver 0000:00:0f.0: found MSI capability
[   30.099074] pci_express 0000:00:0f.0:pcie00: allocate port service
[   30.099074] pci_express 0000:00:0f.0:pcie01: allocate port service
[   30.099074] pci_express 0000:00:0f.0:pcie03: allocate port service
[   30.149006] initcall ehci_hcd_init+0x0/0x8b returned 0 after 27626 msecs
[   30.099074] initcall pcie_portdrv_init+0x0/0x4d returned 0 after 51 msecs
[   30.099074] calling  aer_service_init+0x0/0x20
[   30.149006] calling  ohci_hcd_mod_init+0x0/0xa4
[   30.149006] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[   30.149006] ohci_hcd: block sizes: ed 80 td 96
[   30.149006] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 22
[   30.149006] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 22 (level, low) -> IRQ 22
[   30.149006] PCI: Setting latency timer of device 0000:00:02.0 to 64
[   30.149006] ohci_hcd 0000:00:02.0: OHCI Host Controller
[   30.149006] drivers/usb/core/inode.c: creating file '002'
[   30.149006] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[   30.149006] ohci_hcd 0000:00:02.0: created debug files
[   30.149006] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[   30.149006] ohci_hcd 0000:00:02.0: irq 22, io mem 0xfdffb000
[   30.099074] aer 0000:00:0a.0:pcie01: service driver aer loaded
[   30.099074] aer 0000:00:0d.0:pcie01: service driver aer loaded
[   30.099074] aer 0000:00:0e.0:pcie01: service driver aer loaded
[   30.099074] aer 0000:00:0f.0:pcie01: service driver aer loaded
[   30.099074] initcall aer_service_init+0x0/0x20 returned 0 after 13 msecs
[   30.099074] calling  fb_console_init+0x0/0x129
[   30.099074] initcall fb_console_init+0x0/0x129 returned 0 after 0 msecs
[   30.099074] calling  vesafb_init+0x0/0x235
[   30.099074] initcall vesafb_init+0x0/0x235 returned 0 after 0 msecs
[   30.099074] calling  acpi_reserve_resources+0x0/0xeb
[   30.099074] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 0 msecs
[   30.099074] calling  acpi_fan_init+0x0/0x32
[   30.099074] initcall acpi_fan_init+0x0/0x32 returned 0 after 0 msecs
[   30.099074] calling  acpi_video_init+0x0/0x5e
[   30.099074] initcall acpi_video_init+0x0/0x5e returned 0 after 0 msecs
[   30.099074] calling  irqrouter_init_sysfs+0x0/0x38
[   30.099074] initcall irqrouter_init_sysfs+0x0/0x38 returned 0 after 0 msecs
[   30.099074] calling  acpi_pci_slot_init+0x0/0x20
[   30.099074] initcall acpi_pci_slot_init+0x0/0x20 returned 0 after 0 msecs
[   30.099074] calling  acpi_processor_init+0x0/0xe9
[   30.099074] ACPI: ACPI0007:00 is registered as cooling_device0
[   30.099074] ACPI: ACPI0007:01 is registered as cooling_device1
[   30.099074] ACPI: ACPI0007:02 is registered as cooling_device2
[   30.099074] ACPI: ACPI0007:03 is registered as cooling_device3
[   30.099074] ACPI: ACPI0007:04 is registered as cooling_device4
[   30.099074] ACPI: ACPI0007:05 is registered as cooling_device5
[   30.099074] ACPI: ACPI0007:06 is registered as cooling_device6
[   30.099074] ACPI: ACPI0007:07 is registered as cooling_device7
[   30.099074] initcall acpi_processor_init+0x0/0xe9 returned 0 after 3 msecs
[   30.099074] calling  acpi_container_init+0x0/0x42
[   30.099074] initcall acpi_container_init+0x0/0x42 returned 0 after 4 msecs
[   30.099074] calling  rand_initialize+0x0/0x2c
[   30.099074] initcall rand_initialize+0x0/0x2c returned 0 after 0 msecs
[   30.099074] calling  tty_init+0x0/0x1c5
[   30.099074] initcall tty_init+0x0/0x1c5 returned 0 after 11 msecs
[   30.099074] calling  pty_init+0x0/0x46e
[   30.149007] ohci_hcd 0000:00:02.0: OHCI controller state
[   30.149007] ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support registers
[   30.149007] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[   30.149007] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
[   30.149007] ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF
[   30.149007] ohci_hcd 0000:00:02.0: intrenable 0x8000004a MIE RHSC RD WDH
[   30.149007] ohci_hcd 0000:00:02.0: hcca frame #0003
[   30.149007] ohci_hcd 0000:00:02.0: roothub.a 0100120a POTPGT=1 NOCP NPS NDP=10(10)
[   30.149007] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[   30.149007] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [6] 0x00000100 PPS
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [7] 0x00000100 PPS
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [8] 0x00000100 PPS
[   30.149007] ohci_hcd 0000:00:02.0: roothub.portstatus [9] 0x00000100 PPS
[   30.149007] usb usb2: default language 0x0409
[   30.149007] usb usb2: uevent
[   30.149007] usb usb2: usb_probe_device
[   30.149007] usb usb2: configuration #1 chosen from 1 choice
[   30.149007] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[   30.149007] usb 2-0:1.0: uevent
[   30.149007] hub 2-0:1.0: usb_probe_interface
[   30.149007] hub 2-0:1.0: usb_probe_interface - got id
[   30.149007] hub 2-0:1.0: USB hub found
[   30.149007] hub 2-0:1.0: 10 ports detected
[   30.149007] hub 2-0:1.0: standalone hub
[   30.149007] hub 2-0:1.0: no power switching (usb 1.0)
[   30.149007] hub 2-0:1.0: no over-current protection
[   30.149007] hub 2-0:1.0: power on to power good time: 2ms
[   30.149007] hub 2-0:1.0: local power source is good
[   30.149007] hub 2-0:1.0: trying to enable port power on non-switchable hub
[   30.099076] initcall pty_init+0x0/0x46e returned 0 after 33 msecs
[   30.099076] calling  rtc_init+0x0/0xa6
[   30.099076] Real Time Clock Driver v1.12ac
[   30.099076] initcall rtc_init+0x0/0xa6 returned 0 after 0 msecs
[   30.099076] calling  hpet_init+0x0/0x6a
[   30.099076] hpet_resources: 0xfed00000 is busy
[   30.099076] initcall hpet_init+0x0/0x6a returned 0 after 0 msecs
[   30.099076] calling  agp_init+0x0/0x26
[   30.099076] Linux agpgart interface v0.103
[   30.099076] initcall agp_init+0x0/0x26 returned 0 after 0 msecs
[   30.099076] calling  hangcheck_init+0x0/0x89
[   30.099076] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[   30.099076] Hangcheck: Using get_cycles().
[   30.099076] initcall hangcheck_init+0x0/0x89 returned 0 after 0 msecs
[   30.099076] calling  serial8250_init+0x0/0x131
[   30.099076] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[   30.099076] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.099076] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   30.099076] initcall serial8250_init+0x0/0x131 returned 0 after 1 msecs
[   30.099076] calling  serial8250_pnp_init+0x0/0x12
[   30.099076] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[   30.099076] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[   30.099076] initcall serial8250_pnp_init+0x0/0x12 returned 0 after 0 msecs
[   30.099076] calling  serial8250_pci_init+0x0/0x1b
[   40.095860] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
[   40.146860] ehci_hcd 0000:00:02.1: port 1 high speed
[   40.146860] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   30.223516] drivers/usb/core/inode.c: creating file '001'
[   30.223516] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[   30.223516] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[   30.223516] usb usb2: Product: OHCI Host Controller
[   30.223516] usb usb2: Manufacturer: Linux 2.6.26 ohci_hcd
[   30.223516] usb usb2: SerialNumber: 0000:00:02.0
[   30.223516] initcall ohci_hcd_mod_init+0x0/0xa4 returned 0 after 150 msecs
[   30.099076] initcall serial8250_pci_init+0x0/0x1b returned 0 after 72 msecs
[   30.099076] calling  topology_sysfs_init+0x0/0x49
[   30.099076] initcall topology_sysfs_init+0x0/0x49 returned 0 after 0 msecs
[   30.099076] calling  brd_init+0x0/0x18e
[   30.099076] brd: module loaded
[   30.099076] initcall brd_init+0x0/0x18e returned 0 after 1 msecs
[   30.099076] calling  loop_init+0x0/0x1a1
[   30.099076] loop: module loaded
[   30.099076] initcall loop_init+0x0/0x1a1 returned 0 after 0 msecs
[   30.099076] calling  e1000_init_module+0x0/0x88
[   30.099076] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
[   30.099076] Copyright (c) 1999-2006 Intel Corporation.
[   30.099076] ACPI: PCI Interrupt Link [LNED] enabled at IRQ 19
[   30.099076] e1000 0000:04:00.0: PCI INT A -> Link[LNED] -> GSI 19 (level, low) -> IRQ 19
[   40.182858] usb 1-1: new high speed USB device using ehci_hcd and address 2
[   30.354012] e1000: 0000:04:00.0: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:a8:25:f0
[   30.389014] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[   30.390014] ACPI: PCI Interrupt Link [LNEA] enabled at IRQ 18
[   30.390014] e1000 0000:04:00.1: PCI INT B -> Link[LNEA] -> GSI 18 (level, low) -> IRQ 18
[   30.904009] e1000: 0000:04:00.1: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:a8:25:f1
[   30.939014] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
[   30.939014] initcall e1000_init_module+0x0/0x88 returned 0 after 1049 msecs
[   30.940014] calling  net_olddevs_init+0x0/0xa0
[   30.940014] initcall net_olddevs_init+0x0/0xa0 returned 0 after 0 msecs
[   30.940014] calling  init_nic+0x0/0x1b
[   30.940014] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[   30.940014] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 21
[   30.941079] forcedeth 0000:00:08.0: PCI INT A -> Link[LMAC] -> GSI 21 (level, low) -> IRQ 21
[   30.941079] PCI: Setting latency timer of device 0000:00:08.0 to 64
[   30.942106] forcedeth 0000:00:08.0: ifname eth2, PHY OUI 0x5043 @ 16, addr 00:e0:81:4d:2b:ec
[   30.943074] forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[   30.943074] ACPI: PCI Interrupt Link [LMAD] enabled at IRQ 20
[   30.943074] forcedeth 0000:00:09.0: PCI INT A -> Link[LMAD] -> GSI 20 (level, low) -> IRQ 20
[   30.943074] PCI: Setting latency timer of device 0000:00:09.0 to 64
[   30.945024] forcedeth 0000:00:09.0: ifname eth3, PHY OUI 0x5043 @ 17, addr 00:e0:81:4d:2b:ed
[   30.945024] forcedeth 0000:00:09.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[   30.946077] initcall init_nic+0x0/0x1b returned 0 after 5 msecs
[   30.946077] calling  videodev_init+0x0/0x7d
[   30.946077] Linux video capture interface: v2.00
[   30.946077] initcall videodev_init+0x0/0x7d returned 0 after 0 msecs
[   30.946077] calling  v4l2_i2c_drv_init+0x0/0x104
[   30.946077] initcall v4l2_i2c_drv_init+0x0/0x104 returned 0 after 0 msecs
[   30.946077] calling  ir_init+0x0/0x14
[   30.947081] initcall ir_init+0x0/0x14 returned 0 after 0 msecs
[   30.947081] calling  saa7134_init+0x0/0x4a
[   30.947081] saa7130/34: v4l2 driver version 0.2.14 loaded
[   30.947081] saa7134 0000:05:00.0: PCI INT A -> Link[LNED] -> GSI 19 (level, low) -> IRQ 19
[   30.947081] saa7134[0]: found at 0000:05:00.0, rev: 1, irq: 19, latency: 64, mmio: 0xfeaffc00
[   30.947081] saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,autodetected]
[   30.948105] saa7134[0]: board init: gpio is c806000
[   30.955572] ohci_hcd 0000:00:02.0: auto-stop root hub
[   31.053963] tda829x_probe: driver disabled by Kconfig
[   31.053963] tuner' 0-0043: chip found @ 0x86 (saa7134[0])
[   31.053963] tda9887 0-0043: creating new instance
[   31.053963] tda9887 0-0043: tda988[5/6/7] found
[   31.053963] tuner' 0-0043: type set to tda9887
[   31.053963] tuner' 0-0043: tv freq set to 0.00
[   31.053963] tuner' 0-0043: TV freq (0.00) out of range (44-958)
[   31.055944] tuner' 0-0043: saa7134[0] tuner' I2C addr 0x86 with type 74 used for 0x0e
[   31.057950] tea5767_autodetection: not probed - driver disabled by Kconfig
[   31.057950] tuner' 0-0060: Setting mode_mask to 0x0e
[   31.057950] tuner' 0-0060: chip found @ 0xc0 (saa7134[0])
[   31.057950] tuner' 0-0060: tuner 0x60: Tuner type absent
[   31.098010] saa7134[0]: i2c eeprom 00: bd 11 2d 00 f8 f8 1c 00 43 43 a9 1c 55 d2 b2 92
[   31.098010] saa7134[0]: i2c eeprom 10: 00 f0 04 04 ff 20 ff ff ff ff ff ff ff ff ff ff
[   31.098010] saa7134[0]: i2c eeprom 20: 01 40 01 02 03 ff 03 01 08 ff 00 25 ff ff ff ff
[   31.099014] saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.099014] saa7134[0]: i2c eeprom 40: ff 16 00 c0 86 3c 01 01 ff ff ff ff ff ff ff ff
[   31.099014] saa7134[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.100059] saa7134[0]: i2c eeprom 60: 0c 22 17 44 03 11 e1 a1 ff ff ff ff ff ff ff ff
[   31.100059] saa7134[0]: i2c eeprom 70: 00 30 8d 18 3b 02 ff ff 74 50 ff ff ff ff ff ff
[   31.101025] saa7134[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.101025] saa7134[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.101025] saa7134[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.102037] saa7134[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.102037] saa7134[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.103007] saa7134[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.103007] saa7134[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.103007] saa7134[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[   31.104096] tuner' 0-0043: Calling set_type_addr for type=33, addr=0xff, mode=0x0e, config=0x00
[   31.104096] tuner' 0-0043: set addr discarded for type 74, mask e. Asked to change tuner at addr 0xff, with mask e
[   31.104096] tuner' 0-0060: Calling set_type_addr for type=33, addr=0xff, mode=0x0e, config=0x00
[   31.104096] tuner' 0-0060: defining GPIO callback
[   31.110904] mt20xx 0-0060: microtune: companycode=3cbf part=42 rev=22
[   31.117897] mt20xx 0-0060: microtune MT2050 found, OK
[   31.117897] tuner' 0-0060: type set to MT2050
[   31.117897] tuner' 0-0060: tv freq set to 400.00
[   31.122907] tuner' 0-0060: saa7134[0] tuner' I2C addr 0xc0 with type 33 used for 0x0e
[   31.124894] tuner' 0-0043: switching to v4l2
[   31.124894] tuner' 0-0060: switching to v4l2
[   31.124894] tuner' 0-0060: tv freq set to 400.00
[   31.129903] tuner' 0-0060: tv freq set to 400.00
[   31.134905] saa7134[0]: registered device video0 [v4l2]
[   31.134905] saa7134[0]: registered device vbi0
[   31.134905] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[   31.137908] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[   31.137908] initcall saa7134_init+0x0/0x4a returned 0 after 182 msecs
[   31.137908] calling  empress_register+0x0/0x12
[   31.137908] initcall empress_register+0x0/0x12 returned 0 after 0 msecs
[   31.137908] calling  saa6752hs_init_module+0x0/0x14
[   31.137908] initcall saa6752hs_init_module+0x0/0x14 returned 0 after 0 msecs
[   31.137908] calling  dvb_register+0x0/0x12
[   31.140905] DVB: registering new adapter (saa7134[0])
[   31.141905] DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
[   31.181227] initcall dvb_register+0x0/0x12 returned 0 after 41 msecs
[   31.181227] calling  ide_init+0x0/0x76
[   31.181227] Uniform Multi-Platform E-IDE driver
[   31.181227] initcall ide_init+0x0/0x76 returned 0 after 0 msecs
[   31.181227] calling  amd74xx_ide_init+0x0/0x1b
[   31.181227] NFORCE-MCP55: 0000:00:04.0 (rev a1) UDMA133 controller
[   31.181227] NFORCE-MCP55: IDE controller (0x10de:0x036e rev 0xa1) at  PCI slot 0000:00:04.0
[   31.182227] NFORCE-MCP55: not 100% native mode: will probe irqs later
[   31.182227] NFORCE-MCP55: BIOS didn't set cable bits correctly. Enabling workaround.
[   31.182227] NFORCE-MCP55: IDE port disabled
[   31.182227]     ide0: BM-DMA at 0xffa0-0xffa7
[   31.182227] Probing IDE interface ide0...
[   31.863328] hda: PIONEER DVD-RW DVR-110, ATAPI CD/DVD-ROM drive
[   32.475319] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[   32.475319] hda: UDMA/66 mode selected
[   32.475319] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[   32.477330] initcall amd74xx_ide_init+0x0/0x1b returned 0 after 1235 msecs
[   32.477330] calling  idedisk_init+0x0/0x12
[   32.477330] initcall idedisk_init+0x0/0x12 returned 0 after 0 msecs
[   32.477330] calling  ide_cdrom_init+0x0/0x12
[   32.477924] hda: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2000kB Cache
[   32.477924] Uniform CD-ROM driver Revision: 3.20
[   32.496426] initcall ide_cdrom_init+0x0/0x12 returned 0 after 17 msecs
[   32.496426] calling  sas_transport_init+0x0/0xbb
[   32.497425] initcall sas_transport_init+0x0/0xbb returned 0 after 0 msecs
[   32.503420] calling  megasas_init+0x0/0x160
[   32.503420] megasas: 00.00.03.20-rc1 Mon. March 10 11:02:31 PDT 2008
[   32.503420] initcall megasas_init+0x0/0x160 returned 0 after 0 msecs
[   32.503420] calling  init_sd+0x0/0xff
[   32.503420] Driver 'sd' needs updating - please use bus_type methods
[   32.503420] initcall init_sd+0x0/0xff returned 0 after 0 msecs
[   32.503420] calling  init_sg+0x0/0xbf
[   32.503420] initcall init_sg+0x0/0xbf returned 0 after 0 msecs
[   32.503420] calling  ahci_init+0x0/0x1b
[   32.504420] initcall ahci_init+0x0/0x1b returned 0 after 0 msecs
[   32.504420] calling  nv_init+0x0/0x1b
[   32.504555] sata_nv 0000:00:05.0: version 3.5
[   32.504555] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 23
[   32.504555] sata_nv 0000:00:05.0: PCI INT A -> Link[LSA0] -> GSI 23 (level, low) -> IRQ 23
[   32.505560] sata_nv 0000:00:05.0: Using SWNCQ mode
[   32.505560] PCI: Setting latency timer of device 0000:00:05.0 to 64
[   32.505521] ehci_hcd 0000:00:02.1: devpath 1 ep0in 3strikes
[   32.506587] scsi0 : sata_nv
[   32.506587] scsi1 : sata_nv
[   32.506587] ata1: SATA max UDMA/133 cmd 0xb480 ctl 0xb400 bmdma 0xac00 irq 23
[   32.506587] ata2: SATA max UDMA/133 cmd 0xb080 ctl 0xb000 bmdma 0xac08 irq 23
[   32.964566] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   32.965522] ehci_hcd 0000:00:02.1: devpath 1 ep0in 3strikes
[   32.967566] ata1.00: ATA-8: WDC WD5000AAKS-22A7B0, 01.03B01, max UDMA/133
[   32.967566] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   32.968522] ehci_hcd 0000:00:02.1: devpath 1 ep0in 3strikes
[   32.970566] ata1.00: configured for UDMA/133
[   33.019523] ehci_hcd 0000:00:02.1: port 1 high speed
[   33.019523] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001007 POWER sig=se0 PE CSC CONNECT
[   33.019523] hub 1-0:1.0: unable to enumerate USB device on port 1
[   33.025977] ehci_hcd 0000:00:02.1: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
[   33.025977] hub 1-0:1.0: port 3, status 0501, change 0001, 480 Mb/s
[   33.129709] hub 1-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501
[   33.180709] ehci_hcd 0000:00:02.1: port 3 full speed --> companion
[   33.180709] ehci_hcd 0000:00:02.1: GetStatus port 3 status 003001 POWER OWNER sig=se0 CONNECT
[   33.180709] hub 1-0:1.0: port 3 not reset yet, waiting 50ms
[   33.180709] ohci_hcd 0000:00:02.0: auto-wakeup root hub
[   33.231713] ehci_hcd 0000:00:02.1: GetStatus port 3 status 003802 POWER OWNER sig=j CSC
[   33.231713] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0008
[   33.231713] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00010101 CSC PPS CCS
[   33.231713] hub 2-0:1.0: port 3, status 0101, change 0001, 12 Mb/s
[   33.284672] ata2: SATA link down (SStatus 0 SControl 300)
[   33.284558] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-2 01.0 PQ: 0 ANSI: 5
[   33.284558] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[   33.284558] sd 0:0:0:0: [sda] Write Protect is off
[   33.285526] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   33.285526] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   33.285526] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[   33.285526] sd 0:0:0:0: [sda] Write Protect is off
[   33.286529] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[   33.286529] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   33.286529]  sda: sda1 sda2
[   33.297610] sd 0:0:0:0: [sda] Attached SCSI disk
[   33.297610] sd 0:0:0:0: Attached scsi generic sg0 type 0
[   33.298619] ACPI: PCI Interrupt Link [LSA1] enabled at IRQ 22
[   33.298619] sata_nv 0000:00:05.1: PCI INT B -> Link[LSA1] -> GSI 22 (level, low) -> IRQ 22
[   33.298619] sata_nv 0000:00:05.1: Using SWNCQ mode
[   33.299536] PCI: Setting latency timer of device 0000:00:05.1 to 64
[   33.299536] scsi2 : sata_nv
[   33.299536] scsi3 : sata_nv
[   33.299536] ata3: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa080 irq 22
[   33.300674] ata4: SATA max UDMA/133 cmd 0xa480 ctl 0xa400 bmdma 0xa088 irq 22
[   33.335855] hub 2-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x101
[   33.441846] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[   33.492845] usb 2-3: new full speed USB device using ohci_hcd and address 2
[   33.600522] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[   33.665390] usb 2-3: ep0 maxpacket = 8
[   33.684596] usb 2-3: default language 0x0409
[   33.695016] usb 2-3: uevent
[   33.695016] usb 2-3: usb_probe_device
[   33.695016] usb 2-3: configuration #1 chosen from 1 choice
[   33.698016] usb 2-3: adding 2-3:1.0 (config #1, interface 0)
[   33.698016] usb 2-3:1.0: uevent
[   33.698016] drivers/usb/core/inode.c: creating file '002'
[   33.698016] usb 2-3: New USB device found, idVendor=04f9, idProduct=0027
[   33.698016] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   33.698020] usb 2-3: Product: HL-2030 series
[   33.698020] usb 2-3: Manufacturer: Brother
[   33.698020] usb 2-3: SerialNumber: E6J824776
[   33.698020] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0002
[   33.698020] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[   33.698020] hub 1-0:1.0: port 1, status 0501, change 0001, 480 Mb/s
[   33.756570] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   33.778523] ata3.00: ATA-8: WDC WD1000FYPS-01ZKB0, 02.01B01, max UDMA/133
[   33.778523] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   33.781524] ata3.00: configured for UDMA/133
[   33.801952] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
[   33.852515] ehci_hcd 0000:00:02.1: port 1 high speed
[   33.852515] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   33.903509] usb 1-1: new high speed USB device using ehci_hcd and address 4
[   34.097209] ata4: SATA link down (SStatus 0 SControl 300)
[   34.096496] scsi 2:0:0:0: Direct-Access     ATA      WDC WD1000FYPS-0 02.0 PQ: 0 ANSI: 5
[   34.096496] sd 2:0:0:0: [sdb] 1953525168 512-byte hardware sectors (1000205 MB)
[   34.096496] sd 2:0:0:0: [sdb] Write Protect is off
[   34.097510] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   34.097510] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   34.097510] sd 2:0:0:0: [sdb] 1953525168 512-byte hardware sectors (1000205 MB)
[   34.097510] sd 2:0:0:0: [sdb] Write Protect is off
[   34.097510] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[   34.097510] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   34.097510]  sdb: sdb1 sdb2 sdb3
[   34.105565] sd 2:0:0:0: [sdb] Attached SCSI disk
[   34.105565] sd 2:0:0:0: Attached scsi generic sg1 type 0
[   34.107516] ACPI: PCI Interrupt Link [LSA2] enabled at IRQ 21
[   34.107516] sata_nv 0000:00:05.2: PCI INT C -> Link[LSA2] -> GSI 21 (level, low) -> IRQ 21
[   34.107516] sata_nv 0000:00:05.2: Using SWNCQ mode
[   34.107516] PCI: Setting latency timer of device 0000:00:05.2 to 64
[   34.107516] scsi4 : sata_nv
[   34.108516] scsi5 : sata_nv
[   34.108516] ata5: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 21
[   34.108516] ata6: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 21
[   34.564935] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[   34.583436] ata5.00: ATA-8: WDC WD1000FYPS-01ZKB0, 02.01B01, max UDMA/133
[   34.583436] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[   34.589507] ata5.00: configured for UDMA/133
[   34.905698] ata6: SATA link down (SStatus 0 SControl 300)
[   34.904484] scsi 4:0:0:0: Direct-Access     ATA      WDC WD1000FYPS-0 02.0 PQ: 0 ANSI: 5
[   34.904484] sd 4:0:0:0: [sdc] 1953525168 512-byte hardware sectors (1000205 MB)
[   34.904484] sd 4:0:0:0: [sdc] Write Protect is off
[   34.904484] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   34.905509] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   34.905509] sd 4:0:0:0: [sdc] 1953525168 512-byte hardware sectors (1000205 MB)
[   34.905509] sd 4:0:0:0: [sdc] Write Protect is off
[   34.905509] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[   34.905509] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[   34.905509]  sdc: sdc1 sdc2 sdc3
[   34.910585] sd 4:0:0:0: [sdc] Attached SCSI disk
[   34.910585] sd 4:0:0:0: Attached scsi generic sg2 type 0
[   34.910585] initcall nv_init+0x0/0x1b returned 0 after 2295 msecs
[   34.910585] calling  fusion_init+0x0/0xf8
[   34.911609] Fusion MPT base driver 3.04.07
[   34.911609] Copyright (c) 1999-2008 LSI Corporation
[   34.911609] initcall fusion_init+0x0/0xf8 returned 0 after 0 msecs
[   34.911609] calling  mptsas_init+0x0/0xf5
[   34.911609] Fusion MPT SAS Host driver 3.04.07
[   34.911609] initcall mptsas_init+0x0/0xf5 returned 0 after 0 msecs
[   34.911609] calling  mptctl_init+0x0/0x105
[   34.911609] Fusion MPT misc device (ioctl) driver 3.04.07
[   34.912606] mptctl: Registered with Fusion MPT base driver
[   34.912606] mptctl: /dev/mptctl @ (major,minor=10,220)
[   34.912606] initcall mptctl_init+0x0/0x105 returned 0 after 0 msecs
[   34.912606] calling  ieee1394_init+0x0/0x256
[   34.912606] initcall ieee1394_init+0x0/0x256 returned 0 after 0 msecs
[   34.912606] calling  ohci1394_init+0x0/0x1b
[   34.913546] initcall ohci1394_init+0x0/0x1b returned 0 after 0 msecs
[   34.913546] calling  video1394_init_module+0x0/0xc6
[   34.913546] video1394: Installed video1394 module
[   34.913546] initcall video1394_init_module+0x0/0xc6 returned 0 after 0 msecs
[   34.913546] calling  init_raw1394+0x0/0xf2
[   34.913546] ieee1394: raw1394: /dev/raw1394 device initialized
[   34.913546] initcall init_raw1394+0x0/0xf2 returned 0 after 0 msecs
[   34.915510] calling  sbp2_module_init+0x0/0x72
[   34.915510] initcall sbp2_module_init+0x0/0x72 returned 0 after 0 msecs
[   34.915510] calling  ether1394_init_module+0x0/0x70
[   34.915510] initcall ether1394_init_module+0x0/0x70 returned 0 after 0 msecs
[   34.915510] calling  cdrom_init+0x0/0xd
[   34.915510] initcall cdrom_init+0x0/0xd returned 0 after 0 msecs
[   34.915510] calling  mon_init+0x0/0x103
[   34.916516] initcall mon_init+0x0/0x103 returned 0 after 0 msecs
[   34.916516] calling  usblp_init+0x0/0x1b
[   38.913944] usb 1-1: khubd timed out on ep0in len=18/64
[   38.964510] ehci_hcd 0000:00:02.1: port 1 high speed
[   38.964510] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   44.028856] usb 1-1: khubd timed out on ep0out len=0/0
[   49.239049] usb 1-1: khubd timed out on ep0out len=0/0
[   49.439974] usb 1-1: device not accepting address 4, error -110
[   49.490977] ehci_hcd 0000:00:02.1: port 1 high speed
[   49.490977] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   49.541964] usb 1-1: new high speed USB device using ehci_hcd and address 5
[   54.551361] usb 1-1: khubd timed out on ep0in len=18/64
[   54.602333] ehci_hcd 0000:00:02.1: port 1 high speed
[   54.602333] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   59.662745] usb 1-1: khubd timed out on ep0out len=0/0
[   64.873638] usb 1-1: khubd timed out on ep0out len=0/0
[   65.074567] usb 1-1: device not accepting address 5, error -110
[   65.125571] ehci_hcd 0000:00:02.1: port 1 high speed
[   65.125571] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   65.176571] usb 1-1: new high speed USB device using ehci_hcd and address 6
[   70.186433] usb 1-1: khubd timed out on ep0out len=0/0
[   75.397368] usb 1-1: khubd timed out on ep0out len=0/0
[   75.598343] usb 1-1: device not accepting address 6, error -110
[   75.649338] ehci_hcd 0000:00:02.1: port 1 high speed
[   75.649338] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   75.700336] usb 1-1: new high speed USB device using ehci_hcd and address 7
[   80.710515] usb 1-1: khubd timed out on ep0out len=0/0
[   85.921510] usb 1-1: khubd timed out on ep0out len=0/0
[   86.122441] usb 1-1: device not accepting address 7, error -110
[   86.122441] hub 1-0:1.0: unable to enumerate USB device on port 1
[   86.128442] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0008
[   86.127523] usblp 2-3:1.0: usb_probe_interface
[   86.127523] usblp 2-3:1.0: usb_probe_interface - got id
[   86.135442] drivers/usb/core/file.c: looking for a minor, starting at 0
[   86.135442] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0027
[   86.135442] usbcore: registered new interface driver usblp
[   86.141447] initcall usblp_init+0x0/0x1b returned 0 after 48852 msecs
[   86.141447] calling  usb_stor_init+0x0/0x50
[   86.141447] Initializing USB Mass Storage driver...
[   86.142483] usbcore: registered new interface driver usb-storage
[   86.142483] USB Mass Storage support registered.
[   86.142483] initcall usb_stor_init+0x0/0x50 returned 0 after 0 msecs
[   86.142483] calling  usb_usual_init+0x0/0x3e
[   86.142483] usbcore: registered new interface driver libusual
[   86.142483] initcall usb_usual_init+0x0/0x3e returned 0 after 0 msecs
[   86.142483] calling  i8042_init+0x0/0x39f
[   86.143335] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[   86.145403] serio: i8042 KBD port at 0x60,0x64 irq 1
[   86.146484] serio: i8042 AUX port at 0x60,0x64 irq 12
[   86.146484] initcall i8042_init+0x0/0x39f returned 0 after 3 msecs
[   86.146484] calling  mousedev_init+0x0/0x8e
[   86.146484] mice: PS/2 mouse device common for all mice
[   86.146484] initcall mousedev_init+0x0/0x8e returned 0 after 0 msecs
[   86.146484] calling  evdev_init+0x0/0x12
[   86.154260] initcall evdev_init+0x0/0x12 returned 0 after 7 msecs
[   86.154260] calling  atkbd_init+0x0/0x27
[   86.154260] initcall atkbd_init+0x0/0x27 returned 0 after 0 msecs
[   86.154260] calling  psmouse_init+0x0/0x6d
[   86.175261] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[   86.204124] initcall psmouse_init+0x0/0x6d returned 0 after 47 msecs
[   86.204124] calling  i2c_dev_init+0x0/0x9e
[   86.204124] i2c /dev entries driver
[   86.205115] initcall i2c_dev_init+0x0/0x9e returned 0 after 0 msecs
[   86.205115] calling  nforce2_init+0x0/0x1b
[   86.205078] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2d00
[   86.205078] i2c-adapter i2c-2: nForce2 SMBus adapter at 0x2e00
[   86.206078] initcall nforce2_init+0x0/0x1b returned 0 after 0 msecs
[   86.206078] calling  sm_lm85_init+0x0/0x14
[   86.223515] i2c-adapter i2c-2: lm85: Detected SMSC chip
[   86.223515] i2c-adapter i2c-2: lm85: Unrecognized version/stepping 0x68 Defaulting to Generic LM85.
[   86.223515] hwmon-vid: Unknown VRM version of your x86 CPU
[   86.237521] i2c-adapter i2c-2: lm85: Detected SMSC chip
[   86.237521] i2c-adapter i2c-2: lm85: Unrecognized version/stepping 0x68 Defaulting to Generic LM85.
[   86.237521] hwmon-vid: Unknown VRM version of your x86 CPU
[   86.245512] initcall sm_lm85_init+0x0/0x14 returned 0 after 37 msecs
[   86.245512] calling  linear_init+0x0/0x12
[   86.245512] md: linear personality registered for level -1
[   86.245512] initcall linear_init+0x0/0x12 returned 0 after 0 msecs
[   86.245512] calling  raid0_init+0x0/0x12
[   86.245512] md: raid0 personality registered for level 0
[   86.245512] initcall raid0_init+0x0/0x12 returned 0 after 0 msecs
[   86.245512] calling  raid_init+0x0/0x12
[   86.245512] md: raid1 personality registered for level 1
[   86.246612] initcall raid_init+0x0/0x12 returned 0 after 0 msecs
[   86.246612] calling  raid5_init+0x0/0x3e
[   86.263618] raid6: int64x1   2050 MB/s
[   86.280618] raid6: int64x2   2765 MB/s
[   86.297617] raid6: int64x4   2269 MB/s
[   86.314617] raid6: int64x8   1488 MB/s
[   86.331607] raid6: sse2x1    2949 MB/s
[   86.348607] raid6: sse2x2    4921 MB/s
[   86.365607] raid6: sse2x4    6031 MB/s
[   86.365607] raid6: using algorithm sse2x4 (6031 MB/s)
[   86.365607] md: raid6 personality registered for level 6
[   86.365607] md: raid5 personality registered for level 5
[   86.365607] md: raid4 personality registered for level 4
[   86.365607] initcall raid5_init+0x0/0x3e returned 0 after 113 msecs
[   86.365607] calling  dm_init+0x0/0x49
[   86.365607] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
[   86.366715] initcall dm_init+0x0/0x49 returned 0 after 0 msecs
[   86.366715] calling  dm_crypt_init+0x0/0x69
[   86.366715] initcall dm_crypt_init+0x0/0x69 returned 0 after 0 msecs
[   86.366715] calling  dm_snapshot_init+0x0/0x1f1
[   86.366715] initcall dm_snapshot_init+0x0/0x1f1 returned 0 after 0 msecs
[   86.366715] calling  dm_mirror_init+0x0/0x2f
[   86.367924] initcall dm_mirror_init+0x0/0x2f returned 0 after 0 msecs
[   86.367924] calling  dm_dirty_log_init+0x0/0x59
[   86.367924] initcall dm_dirty_log_init+0x0/0x59 returned 0 after 0 msecs
[   86.367924] calling  dm_zero_init+0x0/0x31
[   86.367924] initcall dm_zero_init+0x0/0x31 returned 0 after 0 msecs
[   86.367924] calling  edac_init+0x0/0x9d
[   86.367924] EDAC MC: Ver: 2.1.0 Jul 19 2008
[   86.369504] initcall edac_init+0x0/0x9d returned 0 after 0 msecs
[   86.369504] calling  cpufreq_stats_init+0x0/0x8f
[   86.369504] initcall cpufreq_stats_init+0x0/0x8f returned 0 after 0 msecs
[   86.369504] calling  cpufreq_gov_powersave_init+0x0/0x12
[   86.369504] initcall cpufreq_gov_powersave_init+0x0/0x12 returned 0 after 0 msecs
[   86.369504] calling  cpufreq_gov_userspace_init+0x0/0x12
[   86.369504] initcall cpufreq_gov_userspace_init+0x0/0x12 returned 0 after 0 msecs
[   86.370504] calling  cpufreq_gov_dbs_init+0x0/0x46
[   86.370504] initcall cpufreq_gov_dbs_init+0x0/0x46 returned 0 after 0 msecs
[   86.370504] calling  cpufreq_gov_dbs_init+0x0/0x12
[   86.370504] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 0 msecs
[   86.370504] calling  hid_init+0x0/0xb
[   86.371504] initcall hid_init+0x0/0xb returned 0 after 0 msecs
[   86.371504] calling  hid_init+0x0/0x62
[   86.371504] usbcore: registered new interface driver hiddev
[   86.371504] usbcore: registered new interface driver usbhid
[   86.371504] usbhid: v2.6:USB HID core driver
[   86.371504] initcall hid_init+0x0/0x62 returned 0 after 0 msecs
[   86.371504] calling  init_soundcore+0x0/0x59
[   86.371504] initcall init_soundcore+0x0/0x59 returned 0 after 0 msecs
[   86.372503] calling  alsa_sound_init+0x0/0x87
[   86.372503] Advanced Linux Sound Architecture Driver Version 1.0.17.
[   86.372503] initcall alsa_sound_init+0x0/0x87 returned 0 after 0 msecs
[   86.372503] calling  alsa_hwdep_init+0x0/0x64
[   86.372503] initcall alsa_hwdep_init+0x0/0x64 returned 0 after 0 msecs
[   86.372503] calling  alsa_timer_init+0x0/0x162
[   86.372503] initcall alsa_timer_init+0x0/0x162 returned 0 after 0 msecs
[   86.372555] calling  rtctimer_init+0x0/0x115
[   86.373606] initcall rtctimer_init+0x0/0x115 returned 0 after 0 msecs
[   86.373606] calling  alsa_pcm_init+0x0/0x6c
[   86.373606] initcall alsa_pcm_init+0x0/0x6c returned 0 after 0 msecs
[   86.373606] calling  snd_mem_init+0x0/0x2c
[   86.373606] initcall snd_mem_init+0x0/0x2c returned 0 after 0 msecs
[   86.373606] calling  alsa_rawmidi_init+0x0/0x80
[   86.373606] initcall alsa_rawmidi_init+0x0/0x80 returned 0 after 0 msecs
[   86.373606] calling  alsa_mixer_oss_init+0x0/0x3a
[   86.374603] initcall alsa_mixer_oss_init+0x0/0x3a returned 0 after 0 msecs
[   86.374603] calling  alsa_pcm_oss_init+0x0/0x7d
[   86.374603] initcall alsa_pcm_oss_init+0x0/0x7d returned 0 after 0 msecs
[   86.374603] calling  alsa_seq_oss_init+0x0/0x16c
[   86.374603] initcall alsa_seq_oss_init+0x0/0x16c returned 0 after 0 msecs
[   86.374603] calling  alsa_seq_init+0x0/0x57
[   86.375599] initcall alsa_seq_init+0x0/0x57 returned 0 after 0 msecs
[   86.375599] calling  alsa_seq_device_init+0x0/0x5b
[   86.375599] initcall alsa_seq_device_init+0x0/0x5b returned 0 after 0 msecs
[   86.375599] calling  alsa_seq_midi_event_init+0x0/0x8
[   86.375599] initcall alsa_seq_midi_event_init+0x0/0x8 returned 0 after 0 msecs
[   86.375599] calling  alsa_seq_midi_init+0x0/0x3a
[   86.375599] initcall alsa_seq_midi_init+0x0/0x3a returned 0 after 0 msecs
[   86.376126] calling  alsa_seq_midi_emul_init+0x0/0x8
[   86.376126] initcall alsa_seq_midi_emul_init+0x0/0x8 returned 0 after 0 msecs
[   86.376126] calling  alsa_opl3_init+0x0/0x8
[   86.376126] initcall alsa_opl3_init+0x0/0x8 returned 0 after 0 msecs
[   86.376126] calling  alsa_opl3_seq_init+0x0/0x1e
[   86.376126] initcall alsa_opl3_seq_init+0x0/0x1e returned 0 after 0 msecs
[   86.376126] calling  alsa_mpu401_uart_init+0x0/0x8
[   86.376126] initcall alsa_mpu401_uart_init+0x0/0x8 returned 0 after 0 msecs
[   86.376535] calling  alsa_card_cmipci_init+0x0/0x1b
[   86.377535] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 17
[   86.377535] C-Media PCI 0000:01:06.0: PCI INT A -> Link[LNKA] -> GSI 17 (level, low) -> IRQ 17
[   86.384509] initcall alsa_card_cmipci_init+0x0/0x1b returned 0 after 7 msecs
[   86.384509] calling  snd_usb_audio_init+0x0/0x3d
[   86.384509] usbcore: registered new interface driver snd-usb-audio
[   86.384509] initcall snd_usb_audio_init+0x0/0x3d returned 0 after 0 msecs
[   86.385621] calling  alsa_sound_last_init+0x0/0x61
[   86.385621] ALSA device list:
[   86.385621]   #0: C-Media CMI8768 at 0xc800, irq 17
[   86.385621] initcall alsa_sound_last_init+0x0/0x61 returned 0 after 0 msecs
[   86.385621] calling  sysctl_core_init+0x0/0x12
[   86.385621] initcall sysctl_core_init+0x0/0x12 returned 0 after 0 msecs
[   86.385621] calling  flow_cache_init+0x0/0x1bb
[   86.386605] initcall flow_cache_init+0x0/0x1bb returned 0 after 0 msecs
[   86.386605] calling  blackhole_module_init+0x0/0x12
[   86.386605] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 msecs
[   86.386605] calling  sysctl_ipv4_init+0x0/0x4e
[   86.387590] initcall sysctl_ipv4_init+0x0/0x4e returned 0 after 0 msecs
[   86.387590] calling  init_syncookies+0x0/0x19
[   86.387590] initcall init_syncookies+0x0/0x19 returned 0 after 0 msecs
[   86.387590] calling  ipv4_netfilter_init+0x0/0x12
[   86.387590] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 msecs
[   86.387590] calling  inet_diag_init+0x0/0x69
[   86.387590] initcall inet_diag_init+0x0/0x69 returned 0 after 0 msecs
[   86.388090] calling  tcp_diag_init+0x0/0x12
[   86.388090] initcall tcp_diag_init+0x0/0x12 returned 0 after 0 msecs
[   86.388090] calling  bictcp_register+0x0/0x12
[   86.388090] TCP bic registered
[   86.388090] initcall bictcp_register+0x0/0x12 returned 0 after 0 msecs
[   86.388090] calling  cubictcp_register+0x0/0x6e
[   86.388090] TCP cubic registered
[   86.388090] initcall cubictcp_register+0x0/0x6e returned 0 after 0 msecs
[   86.389122] calling  tcp_westwood_register+0x0/0x12
[   86.389122] TCP westwood registered
[   86.389122] initcall tcp_westwood_register+0x0/0x12 returned 0 after 0 msecs
[   86.389122] calling  hstcp_register+0x0/0x12
[   86.389122] TCP highspeed registered
[   86.389122] initcall hstcp_register+0x0/0x12 returned 0 after 0 msecs
[   86.389122] calling  hybla_register+0x0/0x12
[   86.389513] TCP hybla registered
[   86.390513] initcall hybla_register+0x0/0x12 returned 0 after 0 msecs
[   86.390513] calling  htcp_register+0x0/0x12
[   86.390513] TCP htcp registered
[   86.390513] initcall htcp_register+0x0/0x12 returned 0 after 0 msecs
[   86.390513] calling  tcp_vegas_register+0x0/0x14
[   86.390513] TCP vegas registered
[   86.390513] initcall tcp_vegas_register+0x0/0x14 returned 0 after 0 msecs
[   86.391513] calling  tcp_veno_register+0x0/0x14
[   86.391513] TCP veno registered
[   86.391513] initcall tcp_veno_register+0x0/0x14 returned 0 after 0 msecs
[   86.391513] calling  tcp_scalable_register+0x0/0x12
[   86.391513] TCP scalable registered
[   86.391513] initcall tcp_scalable_register+0x0/0x12 returned 0 after 0 msecs
[   86.391513] calling  tcp_lp_register+0x0/0x12
[   86.391518] TCP lp registered
[   86.392518] initcall tcp_lp_register+0x0/0x12 returned 0 after 0 msecs
[   86.392518] calling  tcp_yeah_register+0x0/0x14
[   86.392518] TCP yeah registered
[   86.392518] initcall tcp_yeah_register+0x0/0x14 returned 0 after 0 msecs
[   86.392518] calling  tcp_illinois_register+0x0/0x12
[   86.392518] TCP illinois registered
[   86.392518] initcall tcp_illinois_register+0x0/0x12 returned 0 after 0 msecs
[   86.393518] calling  inet6_init+0x0/0x320
[   86.393518] NET: Registered protocol family 10
[   86.394518] lo: Disabled Privacy Extensions
[   86.395517] initcall inet6_init+0x0/0x320 returned 0 after 2 msecs
[   86.395552] calling  packet_init+0x0/0x47
[   86.396592] NET: Registered protocol family 17
[   86.396592] initcall packet_init+0x0/0x47 returned 0 after 0 msecs
[   86.396592] calling  powernowk8_init+0x0/0x92
[   86.396353] powernow-k8: Found 2 Quad-Core AMD Opteron(tm) Processor 2354 processors (8 cpu cores) (version 2.20.00)
[   86.396592] powernow-k8:    0 : pstate 0 (2200 MHz)
[   86.397632] powernow-k8:    1 : pstate 1 (2000 MHz)
[   86.397632] powernow-k8:    2 : pstate 2 (1700 MHz)
[   86.397632] powernow-k8:    3 : pstate 3 (1400 MHz)
[   86.397632] powernow-k8:    4 : pstate 4 (1100 MHz)
[   86.399969] powernow-k8:    0 : pstate 0 (2200 MHz)
[   86.399969] powernow-k8:    1 : pstate 1 (2000 MHz)
[   86.399969] powernow-k8:    2 : pstate 2 (1700 MHz)
[   86.399969] powernow-k8:    3 : pstate 3 (1400 MHz)
[   86.399969] powernow-k8:    4 : pstate 4 (1100 MHz)
[   86.399387] initcall powernowk8_init+0x0/0x92 returned 0 after 2 msecs
[   86.399387] calling  hpet_insert_resource+0x0/0x23
[   86.399387] initcall hpet_insert_resource+0x0/0x23 returned 0 after 0 msecs
[   86.400398] calling  update_mp_table+0x0/0x492
[   86.400398] initcall update_mp_table+0x0/0x492 returned 0 after 0 msecs
[   86.400398] calling  lapic_insert_resource+0x0/0x40
[   86.400398] initcall lapic_insert_resource+0x0/0x40 returned 0 after 0 msecs
[   86.400398] calling  init_lapic_nmi_sysfs+0x0/0x38
[   86.400398] initcall init_lapic_nmi_sysfs+0x0/0x38 returned 0 after 0 msecs
[   86.400398] calling  ioapic_insert_resources+0x0/0x4f
[   86.401433] initcall ioapic_insert_resources+0x0/0x4f returned 0 after 0 msecs
[   86.401433] calling  check_early_ioremap_leak+0x0/0x42
[   86.401433] initcall check_early_ioremap_leak+0x0/0x42 returned 0 after 0 msecs
[   86.401433] calling  init_oops_id+0x0/0x23
[   86.401433] initcall init_oops_id+0x0/0x23 returned 0 after 0 msecs
[   86.402444] calling  disable_boot_consoles+0x0/0x3a
[   86.402444] initcall disable_boot_consoles+0x0/0x3a returned 0 after 0 msecs
[   86.402444] calling  pm_qos_power_init+0x0/0x61
[   86.402444] initcall pm_qos_power_init+0x0/0x61 returned 0 after 0 msecs
[   86.402444] calling  debugfs_kprobe_init+0x0/0x89
[   86.403461] initcall debugfs_kprobe_init+0x0/0x89 returned 0 after 0 msecs
[   86.403461] calling  random32_reseed+0x0/0x6c
[   86.403461] initcall random32_reseed+0x0/0x6c returned 0 after 0 msecs
[   86.403461] calling  pci_sysfs_init+0x0/0x4c
[   86.403461] initcall pci_sysfs_init+0x0/0x4c returned 0 after 0 msecs
[   86.403461] calling  acpi_wakeup_device_init+0x0/0xb1
[   86.404502] initcall acpi_wakeup_device_init+0x0/0xb1 returned 0 after 0 msecs
[   86.404502] calling  seqgen_init+0x0/0xf
[   86.404502] initcall seqgen_init+0x0/0xf returned 0 after 0 msecs
[   86.404502] calling  saa7134_alsa_init+0x0/0x6e
[   86.404502] saa7134 ALSA driver for DMA sound loaded
[   86.404502] saa7134[0]/alsa: saa7134[0] at 0xfeaffc00 irq 19 registered as card -1
[   86.405432] initcall saa7134_alsa_init+0x0/0x6e returned 0 after 0 msecs
[   86.405432] calling  scsi_complete_async_scans+0x0/0x10c
[   86.406419] initcall scsi_complete_async_scans+0x0/0x10c returned 0 after 0 msecs
[   86.406419] calling  memmap_init+0x0/0x98
[   86.406419] initcall memmap_init+0x0/0x98 returned 0 after 0 msecs
[   86.406419] calling  pci_mmcfg_late_insert_resources+0x0/0x43
[   86.406419] initcall pci_mmcfg_late_insert_resources+0x0/0x43 returned 0 after 0 msecs
[   86.407521] calling  tcp_congestion_default+0x0/0x12
[   86.407521] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 msecs
[   86.407521] md: Autodetecting RAID arrays.
[   86.407521] md: Scanned 0 and added 0 devices.
[   86.407521] md: autorun ...
[   86.408448] md: ... autorun DONE.
[   92.683256] kjournald starting.  Commit interval 5 seconds
[   86.426397] EXT3-fs: mounted filesystem with ordered data mode.
[   86.426397] VFS: Mounted root (ext3 filesystem) readonly.
[   86.426397] Freeing unused kernel memory: 320k freed
[   86.426397] Write protecting the kernel read-only data: 5328k
[   87.102942] md: md0 stopped.
[   87.239209] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0002
[   87.239209] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[   87.239209] hub 1-0:1.0: port 1, status 0501, change 0001, 480 Mb/s
[   87.303980] md: bind<sdc3>
[   87.303980] md: bind<sdb3>
[   87.310140] raid1: raid set md0 active with 2 out of 2 mirrors
[   87.342953] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
[   87.343946] md0: bitmap initialized from disk: read 15/15 pages, set 28 bits
[   87.343946] created bitmap (233 pages) for device md0
[   87.395982] ehci_hcd 0000:00:02.1: port 1 high speed
[   87.395982] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   87.445005] usb 1-1: new high speed USB device using ehci_hcd and address 8
[   92.986963] kjournald starting.  Commit interval 5 seconds
[   87.712771] EXT3-fs: mounted filesystem with ordered data mode.
[   93.198925] usb usb2: uevent
[   93.198925] usb 2-0:1.0: uevent
[   93.198925] usb 2-3: uevent
[   93.198925] usb 2-3:1.0: uevent
[   93.198925] usb usb1: uevent
[   93.198925] usb 1-0:1.0: uevent
[   90.481955] ehci_hcd 0000:00:02.1: port 1 high speed
[   90.481955] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[   90.558954] usb 1-1: uevent
[   90.558954] usb 1-1: usb_probe_device
[   90.558954] usb 1-1: configuration #1 chosen from 1 choice
[   90.558954] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[   90.558954] usb 1-1:1.0: uevent
[   90.558954] hub 1-1:1.0: usb_probe_interface
[   90.558954] hub 1-1:1.0: usb_probe_interface - got id
[   90.558954] hub 1-1:1.0: USB hub found
[   90.558954] hub 1-1:1.0: 2 ports detected
[   90.558954] hub 1-1:1.0: compound device; port removable status: FR
[   90.558954] hub 1-1:1.0: individual port power switching
[   90.558954] hub 1-1:1.0: individual port over-current protection
[   90.558954] hub 1-1:1.0: Single TT
[   90.558954] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[   90.558954] hub 1-1:1.0: power on to power good time: 100ms
[   90.559953] hub 1-1:1.0: local power source is good
[   90.559953] hub 1-1:1.0: enabling power on all ports
[   90.661003] usb 1-1: link qh256-0001/ffff88007f800140 start 255 [1/0 us]
[   90.661003] drivers/usb/core/inode.c: creating file '008'
[   90.661003] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[   90.661003] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   90.661003] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0000
[   90.843242] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[   90.844243] Symbol init_mm is marked as UNUSED, however this module is using it.
[   90.844243] This symbol will go away in the future.
[   90.844243] 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.
[   93.317784] [fglrx]   vendor: 1002 device: 95c0 count: 1
[   93.317784] [fglrx] Maximum main memory to use for locked dma buffers: 15775 MBytes.
[   93.317784] [fglrx:KCL_enable_pat] *ERROR* Pat entry 2 is already configured
[   93.317784] [fglrx] PAT is disabled!
[   93.317784] [fglrx] module loaded - fglrx 8.50.3 [Jun  2 2008] with 1 minors
[   91.671112] usb 1-1: khubd timed out on ep0in len=4/4
[   91.726113] hub 1-1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[   91.994613] hub 1-1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[   92.168034] usb 1-1.1: new high speed USB device using ehci_hcd and address 9
[   92.533476] usb 1-1.1: uevent
[   92.533476] usb 1-1.1: usb_probe_device
[   92.533476] usb 1-1.1: configuration #1 chosen from 1 choice
[   92.538450] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
[   92.538450] usb 1-1.1:1.0: uevent
[   92.538450] hub 1-1.1:1.0: usb_probe_interface
[   92.538450] hub 1-1.1:1.0: usb_probe_interface - got id
[   92.538450] hub 1-1.1:1.0: USB hub found
[   92.543446] hub 1-1.1:1.0: 4 ports detected
[   92.543446] hub 1-1.1:1.0: compound device; port removable status: FRRR
[   92.543446] hub 1-1.1:1.0: ganged power switching
[   92.543446] hub 1-1.1:1.0: global over-current protection
[   92.548450] hub 1-1.1:1.0: TT per port
[   92.548450] hub 1-1.1:1.0: TT requires at most 8 FS bit times (666 ns)
[   92.548450] hub 1-1.1:1.0: power on to power good time: 100ms
[   92.558444] hub 1-1.1:1.0: local power source is good
[   92.558444] hub 1-1.1:1.0: no over-current condition exists
[   92.558444] hub 1-1.1:1.0: enabling power on all ports
[   92.678492] usb 1-1.1: link qh256-0001/ffff88007f800280 start 255 [1/0 us]
[   92.678492] drivers/usb/core/inode.c: creating file '009'
[   92.678492] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2602
[   92.678492] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[   92.747587] hub 1-1:1.0: port 2, status 0101, change 0001, 12 Mb/s
[   93.012738] hub 1-1:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
[   93.182538] usb 1-1.2: new high speed USB device using ehci_hcd and address 10
[   93.773343] usb 1-1.2: skipped 1 descriptor after configuration
[   93.773343] usb 1-1.2: skipped 11 descriptors after interface
[   93.773343] usb 1-1.2: skipped 1 descriptor after endpoint
[   93.773343] usb 1-1.2: skipped 17 descriptors after interface
[   93.773343] usb 1-1.2: skipped 1 descriptor after endpoint
[   93.773343] usb 1-1.2: skipped 4 descriptors after interface
[   93.773343] usb 1-1.2: skipped 1 descriptor after endpoint
[   93.773343] usb 1-1.2: skipped 1 descriptor after endpoint
[   93.773343] usb 1-1.2: skipped 2 descriptors after interface
[   93.773343] usb 1-1.2: skipped 1 descriptor after endpoint
[   93.776300] usb 1-1.2: default language 0x0409
[   93.780244] usb 1-1.2: uevent
[   93.780244] usb 1-1.2: usb_probe_device
[   93.780244] usb 1-1.2: configuration #1 chosen from 1 choice
[   93.780244] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
[   93.780244] usb 1-1.2:1.0: uevent
[   93.780244] usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1)
[   93.780244] usb 1-1.2:1.1: uevent
[   93.780244] usb 1-1.2: adding 1-1.2:1.2 (config #1, interface 2)
[   93.780244] usb 1-1.2:1.2: uevent
[   93.780244] snd-usb-audio 1-1.2:1.2: usb_probe_interface
[   93.780244] snd-usb-audio 1-1.2:1.2: usb_probe_interface - got id
[   93.823238] usb 1-1.2: adding 1-1.2:1.3 (config #1, interface 3)
[   93.823238] usb 1-1.2:1.3: uevent
[   93.823238] drivers/usb/core/inode.c: creating file '010'
[   93.823238] usb 1-1.2: New USB device found, idVendor=046d, idProduct=08ce
[   93.823238] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[   93.823238] usb 1-1.2: SerialNumber: 48ADA3A2
[   93.823238] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0004
[   93.826247] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0006
[   93.829237] hub 1-1.1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[   94.667902] hub 1-1.1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[   94.678897] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
[   94.029310] usb 1-1.1.1: new high speed USB device using ehci_hcd and address 11
[   94.099355] ------------[ cut here ]------------
[   94.099355] WARNING: at include/linux/blkdev.h:447 blk_plug_device+0x5e/0x97()
[   94.099355] Modules linked in: fglrx(P)
[   94.099355] Pid: 3065, comm: mount Tainted: P          2.6.26 #03414-g33af79d-dirty
[   94.099355] 
[   94.099355] Call Trace:
[   94.099355]  [<ffffffff80231f24>] warn_on_slowpath+0x58/0x86
[   94.099355]  [<ffffffff804c4289>] ? bitmap_get_counter+0x156/0x1fa
[   94.099355]  [<ffffffff80337630>] blk_plug_device+0x5e/0x97
[   94.099355]  [<ffffffff804c4d3e>] bitmap_startwrite+0x12a/0x172
[   94.099355]  [<ffffffff802abc04>] ? bio_alloc_bioset+0x4b/0x8f
[   94.099355]  [<ffffffff804b081e>] make_request+0x5c3/0x658
[   94.099355]  [<ffffffff80247c4b>] ? up_read+0x9/0xb
[   94.099355]  [<ffffffff80336bab>] generic_make_request+0x1e3/0x21a
[   94.099355]  [<ffffffff802abb93>] ? bvec_alloc_bs+0x81/0xa7
[   94.099355]  [<ffffffff8033816f>] submit_bio+0x111/0x11a
[   94.099355]  [<ffffffff802a7c40>] submit_bh+0xf0/0x114
[   94.099355]  [<ffffffff802a98d4>] __block_write_full_page+0x1c2/0x2ae
[   94.099355]  [<ffffffff802adad7>] ? blkdev_get_block+0x0/0x4d
[   94.099355]  [<ffffffff802adad7>] ? blkdev_get_block+0x0/0x4d
[   94.099355]  [<ffffffff802a9ab2>] block_write_full_page+0xf2/0xfb
[   94.099355]  [<ffffffff802ad718>] blkdev_writepage+0x13/0x15
[   94.099355]  [<ffffffff80263234>] __writepage+0x12/0x2b
[   94.099355]  [<ffffffff802636e9>] write_cache_pages+0x1ae/0x318
[   94.099355]  [<ffffffff80263222>] ? __writepage+0x0/0x2b
[   94.099355]  [<ffffffff80298fd2>] ? d_splice_alias+0xec/0xf8
[   94.099355]  [<ffffffff80297ccd>] ? __d_lookup+0xe3/0x149
[   94.099355]  [<ffffffff80263872>] generic_writepages+0x1f/0x25
[   94.099355]  [<ffffffff802638a0>] do_writepages+0x28/0x37
[   94.099355]  [<ffffffff8025d80a>] __filemap_fdatawrite_range+0x55/0x60
[   94.099355]  [<ffffffff8025d9af>] filemap_fdatawrite+0x1a/0x1c
[   94.099355]  [<ffffffff8025d9ca>] filemap_write_and_wait+0x19/0x38
[   94.099355]  [<ffffffff802a88fc>] sync_blockdev+0x1b/0x1d
[   94.099355]  [<ffffffff80288b94>] __fsync_super+0x5e/0x6f
[   94.099355]  [<ffffffff80288bb6>] fsync_super+0x11/0x21
[   94.099355]  [<ffffffff80288c10>] do_remount_sb+0x4a/0x194
[   94.099355]  [<ffffffff8029de86>] do_remount+0x111/0x147
[   94.099355]  [<ffffffff8029ea75>] do_mount+0x147/0x1de
[   94.099355]  [<ffffffff8026d574>] ? handle_mm_fault+0x1f9/0x6e5
[   94.099355]  [<ffffffff80262cb2>] ? __alloc_pages_nodemask+0x9/0xb
[   94.099355]  [<ffffffff8027c800>] ? alloc_pages_current+0x96/0x9f
[   94.099355]  [<ffffffff8029eb95>] sys_mount+0x89/0xd5
[   94.099355]  [<ffffffff8023db57>] ? sys_rt_sigprocmask+0x58/0xd7
[   94.099355]  [<ffffffff8020b39b>] system_call_after_swapgs+0x7b/0x80
[   94.099355] 
[   94.099355] ---[ end trace 901f35b4854e210a ]---
[   94.946799] EXT3 FS on dm-0, internal journal
[   95.550587] kjournald starting.  Commit interval 5 seconds
[   94.449670] EXT3 FS on sdb1, internal journal
[   94.449670] EXT3-fs: mounted filesystem with ordered data mode.
[   95.566478] kjournald starting.  Commit interval 5 seconds
[   94.495752] usb 1-1.1.1: skipped 1 descriptor after endpoint
[   94.495752] EXT3 FS on sdc1, internal journal
[   94.495752] EXT3-fs: mounted filesystem with ordered data mode.
[   95.595455] kjournald starting.  Commit interval 5 seconds
[   94.501190] EXT3 FS on sda2, internal journal
[   94.501190] EXT3-fs: mounted filesystem with ordered data mode.
[   94.508169] usb 1-1.1.1: default language 0x0409
[   94.514198] NTFS volume version 3.1.
[   94.630236] usb 1-1.1.1: uevent
[   94.630236] usb 1-1.1.1: usb_probe_device
[   94.630236] usb 1-1.1.1: configuration #1 chosen from 1 choice
[   94.630236] usb 1-1.1.1: adding 1-1.1.1:1.0 (config #1, interface 0)
[   94.630236] usb 1-1.1.1:1.0: uevent
[   94.630236] usb-storage 1-1.1.1:1.0: usb_probe_interface
[   94.630236] usb-storage 1-1.1.1:1.0: usb_probe_interface - got id
[   94.630236] ISO 9660 Extensions: Microsoft Joliet Level 1
[   94.628437] scsi6 : SCSI emulation for USB Mass Storage devices
[   95.699435] usb-storage: device found at 11
[   95.699435] usb-storage: waiting for device to settle before scanning
[   94.629437] drivers/usb/core/inode.c: creating file '011'
[   94.629437] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=2228
[   94.629437] usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[   94.629437] usb 1-1.1.1: Product: Flash Card Reader
[   94.629437] usb 1-1.1.1: Manufacturer: Generic
[   94.629437] usb 1-1.1.1: SerialNumber: 071031504947
[   94.634235] hub 1-1.1:1.0: port 2, status 0301, change 0001, 1.5 Mb/s
[   94.648224] ISOFS: changing to secondary root
[   94.886635] hub 1-1.1:1.0: debounce: port 2: total 100ms stable 100ms status 0x301
[   94.938007] Adding 506036k swap on /dev/mapper/crypt-swap.  Priority:-1 extents:1 across:506036k
[   95.060952] usb 1-1.1.2: new low speed USB device using ehci_hcd and address 12
[   95.425949] usb 1-1.1.2: skipped 1 descriptor after interface
[   95.430512] usb 1-1.1.2: default language 0x0409
[   95.440942] usb 1-1.1.2: uevent
[   95.440942] usb 1-1.1.2: usb_probe_device
[   95.440942] usb 1-1.1.2: configuration #1 chosen from 1 choice
[   95.445955] usb 1-1.1.2: adding 1-1.1.2:1.0 (config #1, interface 0)
[   95.445955] usb 1-1.1.2:1.0: uevent
[   95.445955] usbhid 1-1.1.2:1.0: usb_probe_interface
[   95.445955] usbhid 1-1.1.2:1.0: usb_probe_interface - got id
[   95.455952] 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
[   95.465965] input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:02.1-1.1.2
[   95.465965] drivers/usb/core/inode.c: creating file '012'
[   95.465965] usb 1-1.1.2: New USB device found, idVendor=046d, idProduct=c044
[   95.465965] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[   95.465965] usb 1-1.1.2: Product: USB-PS/2 Optical Mouse
[   95.465965] usb 1-1.1.2: Manufacturer: Logitech
[   95.565946] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0004
[   99.706865] usb-storage: device scan complete
[   99.721834] scsi 6:0:0:0: Direct-Access     Generic  Flash HS-CF      5.39 PQ: 0 ANSI: 0
[   99.936486] scsi 6:0:0:1: Direct-Access     Generic  Flash HS-COMBO   5.39 PQ: 0 ANSI: 0
[  100.261053] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[  100.261053] sd 6:0:0:0: Attached scsi generic sg3 type 0
[  100.398980] sd 6:0:0:1: [sde] Attached SCSI removable disk
[  100.398980] sd 6:0:0:1: Attached scsi generic sg4 type 0
[  101.160567] usb 1-1.1.2: link qh1-0e01/ffff88007f800640 start 0 [1/2 us]
[  105.050962] tuner' 0-0043: Cmd VIDIOC_S_STD accepted for analog TV
[  105.050962] tuner' 0-0060: Cmd VIDIOC_S_STD accepted for analog TV
[  105.050962] tuner' 0-0060: tv freq set to 400.00
[  105.055984] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[  105.058991] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[  105.063388] tuner' 0-0043: Cmd VIDIOC_S_STD accepted for analog TV
[  105.063388] tuner' 0-0060: Cmd VIDIOC_S_STD accepted for analog TV
[  105.063388] tuner' 0-0060: tv freq set to 400.00
[  105.069398] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[  105.072401] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[  105.378032] hda: UDMA/66 mode selected
[  209.750505] Hangcheck: hangcheck value past margin!

[-- Attachment #3: dmesg-before-fastboot-2 --]
[-- Type: text/plain, Size: 115297 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.092 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=2200089)
[    0.003642] Dentry cache hash table entries: 2097152 (order: 12, 16777216 bytes)
[    0.011807] Inode-cache hash table entries: 1048576 (order: 11, 8388608 bytes)
[    0.015518] Mount-cache hash table entries: 256
[    0.015802] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.015910] 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.015997] ACPI: Core revision 20080609
[    0.036463] CPU0: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.036604] Using local APIC timer interrupts.
[    0.037994] APIC timer calibration result 12500530
[    0.037994] Detected 12.500 MHz APIC timer.
[    0.037994] Booting processor 1/1 ip 6000
[    0.047992] Initializing CPU#1
[    0.108298] Calibrating delay using timer specific routine.. <6>4404.50 BogoMIPS (lpj=2202253)
[    0.108305] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.108307] CPU: L2 Cache: 512K (64 bytes/line)
[    0.108309] CPU 1/1 -> Node 0
[    0.108311] CPU: Physical Processor ID: 0
[    0.108312] CPU: Processor Core ID: 1
[    0.108697] x86 PAT enabled: cpu 1, old 0x7040600070406, new 0x7010600070106
[    0.108983] CPU1: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.109983] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[    0.111006] Booting processor 2/2 ip 6000
[    0.121981] Initializing CPU#2
[    0.182538] Calibrating delay using timer specific routine.. <6>4404.39 BogoMIPS (lpj=2202198)
[    0.182545] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.182547] CPU: L2 Cache: 512K (64 bytes/line)
[    0.182549] CPU 2/2 -> Node 0
[    0.182551] CPU: Physical Processor ID: 0
[    0.182552] CPU: Processor Core ID: 2
[    0.182960] 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.185048] Booting processor 3/3 ip 6000
[    0.195970] Initializing CPU#3
[    0.256519] Calibrating delay using timer specific routine.. <6>4404.39 BogoMIPS (lpj=2202198)
[    0.256526] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.256527] CPU: L2 Cache: 512K (64 bytes/line)
[    0.256529] CPU 3/3 -> Node 0
[    0.256531] CPU: Physical Processor ID: 0
[    0.256532] CPU: Processor Core ID: 3
[    0.256920] 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.259209] Booting processor 4/4 ip 6000
[    0.270958] Initializing CPU#4
[    0.331291] Calibrating delay using timer specific routine.. <6>4401.68 BogoMIPS (lpj=2200840)
[    0.331300] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.331301] CPU: L2 Cache: 512K (64 bytes/line)
[    0.331303] CPU 4/4 -> Node 1
[    0.331306] CPU: Physical Processor ID: 1
[    0.331307] CPU: Processor Core ID: 0
[    0.331723] x86 PAT enabled: cpu 4, old 0x7040600070406, new 0x7010600070106
[    0.331949] CPU4: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.332923] checking TSC synchronization [CPU#0 -> CPU#4]: passed.
[    0.333948] Booting processor 5/5 ip 6000
[    0.343947] Initializing CPU#5
[    0.404339] Calibrating delay using timer specific routine.. <6>4400.73 BogoMIPS (lpj=2200366)
[    0.404347] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.404349] CPU: L2 Cache: 512K (64 bytes/line)
[    0.404351] CPU 5/5 -> Node 1
[    0.404353] CPU: Physical Processor ID: 1
[    0.404354] CPU: Processor Core ID: 1
[    0.404778] x86 PAT enabled: cpu 5, old 0x7040600070406, new 0x7010600070106
[    0.404938] CPU5: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.405937] checking TSC synchronization [CPU#0 -> CPU#5]: passed.
[    0.406937] Booting processor 6/6 ip 6000
[    0.416936] Initializing CPU#6
[    0.477281] Calibrating delay using timer specific routine.. <6>4402.58 BogoMIPS (lpj=2201290)
[    0.477289] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.477291] CPU: L2 Cache: 512K (64 bytes/line)
[    0.477293] CPU 6/6 -> Node 1
[    0.477295] CPU: Physical Processor ID: 1
[    0.477296] CPU: Processor Core ID: 2
[    0.477715] 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.550322] Calibrating delay using timer specific routine.. <6>4401.78 BogoMIPS (lpj=2200893)
[    0.550330] CPU: L1 I Cache: 64K (64 bytes/line), D cache 64K (64 bytes/line)
[    0.550332] CPU: L2 Cache: 512K (64 bytes/line)
[    0.550334] CPU 7/7 -> Node 1
[    0.550336] CPU: Physical Processor ID: 1
[    0.550337] CPU: Processor Core ID: 3
[    0.550761] x86 PAT enabled: cpu 7, old 0x7040600070406, new 0x7010600070106
[    0.550923] CPU7: Quad-Core AMD Opteron(tm) Processor 2354 stepping 03
[    0.551902] checking TSC synchronization [CPU#0 -> CPU#7]: passed.
[    0.552923] Brought up 8 CPUs
[    0.552923] Total of 8 processors activated (35220.25 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.553035] calling  net_ns_init+0x0/0x182
[    0.553137] net_namespace: 1224 bytes
[    0.553243] initcall net_ns_init+0x0/0x182 returned 0 after 0 msecs
[    0.553365] calling  cpufreq_tsc+0x0/0x16
[    0.553465] initcall cpufreq_tsc+0x0/0x16 returned 0 after 0 msecs
[    0.553587] calling  init_smp_flush+0x0/0x4a
[    0.553687] initcall init_smp_flush+0x0/0x4a returned 0 after 0 msecs
[    0.553811] calling  sysctl_init+0x0/0x32
[    0.554059] initcall sysctl_init+0x0/0x32 returned 0 after 0 msecs
[    0.554200] calling  ksysfs_init+0x0/0xbb
[    0.554318] initcall ksysfs_init+0x0/0xbb returned 0 after 0 msecs
[    0.554459] calling  init_jiffies_clocksource+0x0/0x12
[    0.554574] initcall init_jiffies_clocksource+0x0/0x12 returned 0 after 0 msecs
[    0.554798] calling  pm_init+0x0/0x34
[    0.554922] initcall pm_init+0x0/0x34 returned 0 after 0 msecs
[    0.555050] calling  filelock_init+0x0/0x2e
[    0.555184] initcall filelock_init+0x0/0x2e returned 0 after 0 msecs
[    0.555326] calling  init_script_binfmt+0x0/0x12
[    0.555439] initcall init_script_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.555566] calling  init_elf_binfmt+0x0/0x12
[    0.555679] initcall init_elf_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.555806] calling  init_compat_elf_binfmt+0x0/0x12
[    0.555919] initcall init_compat_elf_binfmt+0x0/0x12 returned 0 after 0 msecs
[    0.556061] calling  debugfs_init+0x0/0x51
[    0.556165] initcall debugfs_init+0x0/0x51 returned 0 after 0 msecs
[    0.556297] calling  calibrate_xor_blocks+0x0/0xa7
[    0.556397] xor: automatically using best checksumming function: generic_sse
[    0.561003]    generic_sse:  8532.000 MB/sec
[    0.561099] xor: using function: generic_sse (8532.000 MB/sec)
[    0.561217] initcall calibrate_xor_blocks+0x0/0xa7 returned 0 after 4 msecs
[    0.561326] calling  random32_init+0x0/0x5b
[    0.561444] initcall random32_init+0x0/0x5b returned 0 after 0 msecs
[    0.561562] calling  cpufreq_core_init+0x0/0x7f
[    0.561674] initcall cpufreq_core_init+0x0/0x7f returned 0 after 0 msecs
[    0.561786] calling  sock_init+0x0/0x5e
[    0.561923] initcall sock_init+0x0/0x5e returned 0 after 0 msecs
[    0.562051] calling  netlink_proto_init+0x0/0x14e
[    0.562157] NET: Registered protocol family 16
[    0.562264] initcall netlink_proto_init+0x0/0x14e returned 0 after 0 msecs
[    0.562394] calling  bdi_class_init+0x0/0x3d
[    0.562541] initcall bdi_class_init+0x0/0x3d returned 0 after 0 msecs
[    0.562661] calling  kobject_uevent_init+0x0/0x45
[    0.562769] initcall kobject_uevent_init+0x0/0x45 returned 0 after 0 msecs
[    0.562885] calling  pcibus_class_init+0x0/0x12
[    0.563054] initcall pcibus_class_init+0x0/0x12 returned 0 after 0 msecs
[    0.563209] calling  pci_driver_init+0x0/0x12
[    0.563372] initcall pci_driver_init+0x0/0x12 returned 0 after 0 msecs
[    0.563513] calling  backlight_class_init+0x0/0x49
[    0.563673] initcall backlight_class_init+0x0/0x49 returned 0 after 0 msecs
[    0.563807] calling  video_output_class_init+0x0/0x12
[    0.563958] initcall video_output_class_init+0x0/0x12 returned 0 after 0 msecs
[    0.564174] calling  dock_init+0x0/0x5a
[    0.564347] No dock devices found.
[    0.564455] initcall dock_init+0x0/0x5a returned 0 after 0 msecs
[    0.564576] calling  tty_class_init+0x0/0x2a
[    0.564723] initcall tty_class_init+0x0/0x2a returned 0 after 0 msecs
[    0.564843] calling  vtconsole_class_init+0x0/0xba
[    0.565001] initcall vtconsole_class_init+0x0/0xba returned 0 after 0 msecs
[    0.565127] calling  register_node_type+0x0/0x6b
[    0.565273] initcall register_node_type+0x0/0x6b returned 0 after 0 msecs
[    0.565394] calling  enable_pci_io_ecs+0x0/0x2e
[    0.565513] initcall enable_pci_io_ecs+0x0/0x2e returned 0 after 0 msecs
[    0.565655] calling  early_fill_mp_bus_info+0x0/0x7e5
[    0.565764] node 0 link 0: io port [1000, ffffff]
[    0.565767] TOM: 0000000080000000 aka 2048M
[    0.565872] Fam 10h mmconf [e0000000, e00fffff]
[    0.565874] node 0 link 0: mmio [e0000000, efffffff] ==> [e0100000, efffffff]
[    0.565878] node 0 link 0: mmio [f0000000, fec0ffff]
[    0.565881] node 0 link 0: mmio [a0000, bffff]
[    0.565883] node 0 link 0: mmio [80000000, dfffffff]
[    0.565885] TOM2: 0000000480000000 aka 18432M
[    0.565995] bus: [00,07] on node 0 link 0
[    0.565996] bus: 00 index 0 io port: [0, ffff]
[    0.565998] bus: 00 index 1 mmio: [e0100000, ffffffff]
[    0.566000] bus: 00 index 2 mmio: [a0000, bffff]
[    0.566007] bus: 00 index 3 mmio: [80000000, dfffffff]
[    0.566009] bus: 00 index 4 mmio: [480000000, fcffffffff]
[    0.566011] initcall early_fill_mp_bus_info+0x0/0x7e5 returned 0 after 0 msecs
[    0.566204] calling  arch_kdebugfs_init+0x0/0x8
[    0.566309] initcall arch_kdebugfs_init+0x0/0x8 returned 0 after 0 msecs
[    0.566429] calling  mtrr_if_init+0x0/0x77
[    0.566532] initcall mtrr_if_init+0x0/0x77 returned 0 after 0 msecs
[    0.566657] calling  ffh_cstate_init+0x0/0x31
[    0.566762] initcall ffh_cstate_init+0x0/0x31 returned -1 after 0 msecs
[    0.566877] initcall ffh_cstate_init+0x0/0x31 returned with error code -1 
[    0.567001] calling  acpi_pci_init+0x0/0x40
[    0.567101] ACPI: bus type pci registered
[    0.567202] initcall acpi_pci_init+0x0/0x40 returned 0 after 0 msecs
[    0.567324] calling  init_acpi_device_notify+0x0/0x4b
[    0.567425] initcall init_acpi_device_notify+0x0/0x4b returned 0 after 0 msecs
[    0.567624] calling  dmi_id_init+0x0/0x2e9
[    0.567814] initcall dmi_id_init+0x0/0x2e9 returned 0 after 0 msecs
[    0.567934] calling  pci_arch_init+0x0/0x4e
[    0.568065] PCI: MCFG configuration 0: base e0000000 segment 0 buses 0 - 255
[    0.568185] PCI: MCFG area at e0000000 reserved in E820
[    0.573327] PCI: Using MMCONFIG at e0000000 - efffffff
[    0.573435] PCI: Using configuration type 1 for base access
[    0.573547] initcall pci_arch_init+0x0/0x4e returned 0 after 4 msecs
[    0.573680] calling  topology_init+0x0/0x7c
[    0.574189] initcall topology_init+0x0/0x7c returned 0 after 0 msecs
[    0.574340] 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.579301] initcall param_sysfs_init+0x0/0x1e7 returned 0 after 3 msecs
[    0.579423] calling  pm_sysrq_init+0x0/0x19
[    0.579532] initcall pm_sysrq_init+0x0/0x19 returned 0 after 0 msecs
[    0.579671] calling  readahead_init+0x0/0x38
[    0.579833] initcall readahead_init+0x0/0x38 returned 0 after 0 msecs
[    0.579958] calling  init_bio+0x0/0xc5
[    0.580192] initcall init_bio+0x0/0xc5 returned 0 after 0 msecs
[    0.580320] calling  blk_settings_init+0x0/0x2a
[    0.580421] initcall blk_settings_init+0x0/0x2a returned 0 after 0 msecs
[    0.580537] calling  blk_ioc_init+0x0/0x2a
[    0.580655] initcall blk_ioc_init+0x0/0x2a returned 0 after 0 msecs
[    0.580784] calling  genhd_device_init+0x0/0x55
[    0.581115] initcall genhd_device_init+0x0/0x55 returned 0 after 0 msecs
[    0.581251] calling  pci_slot_init+0x0/0x45
[    0.581364] initcall pci_slot_init+0x0/0x45 returned 0 after 0 msecs
[    0.581508] calling  fbmem_init+0x0/0x8a
[    0.581667] initcall fbmem_init+0x0/0x8a returned 0 after 0 msecs
[    0.581792] calling  acpi_init+0x0/0x221
[    0.582690] ACPI: EC: Look up EC in DSDT
[    0.599102] ACPI: Interpreter enabled
[    0.599217] ACPI: (supports S0 S5)
[    0.599380] ACPI: Using IOAPIC for interrupt routing
[    0.599558] initcall acpi_init+0x0/0x221 returned 0 after 17 msecs
[    0.599687] calling  acpi_scan_init+0x0/0x11e
[    0.612031] initcall acpi_scan_init+0x0/0x11e returned 0 after 12 msecs
[    0.612161] calling  acpi_ec_init+0x0/0x61
[    0.612342] initcall acpi_ec_init+0x0/0x61 returned 0 after 0 msecs
[    0.612471] calling  acpi_pci_root_init+0x0/0x28
[    0.612653] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.613064] pci 0000:00:01.1: PME# supported from D3hot D3cold
[    0.613177] pci 0000:00:01.1: PME# disabled
[    0.613322] pci 0000:00:02.0: supports D1
[    0.613324] pci 0000:00:02.0: supports D2
[    0.613325] pci 0000:00:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.613437] pci 0000:00:02.0: PME# disabled
[    0.613570] pci 0000:00:02.1: supports D1
[    0.613571] pci 0000:00:02.1: supports D2
[    0.613583] pci 0000:00:02.1: PME# supported from D0 D1 D2 D3hot D3cold
[    0.613694] pci 0000:00:02.1: PME# disabled
[    0.614045] pci 0000:00:08.0: supports D1
[    0.614047] pci 0000:00:08.0: supports D2
[    0.614048] pci 0000:00:08.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614149] pci 0000:00:08.0: PME# disabled
[    0.614298] pci 0000:00:09.0: supports D1
[    0.614299] pci 0000:00:09.0: supports D2
[    0.614310] pci 0000:00:09.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614422] pci 0000:00:09.0: PME# disabled
[    0.614556] pci 0000:00:0a.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614662] pci 0000:00:0a.0: PME# disabled
[    0.614797] pci 0000:00:0d.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.614905] pci 0000:00:0d.0: PME# disabled
[    0.615036] pci 0000:00:0e.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.615130] pci 0000:00:0e.0: PME# disabled
[    0.615252] pci 0000:00:0f.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.615351] pci 0000:00:0f.0: PME# disabled
[    0.615799] pci 0000:01:06.0: supports D1
[    0.615800] pci 0000:01:06.0: supports D2
[    0.615878] pci 0000:01:07.0: supports D1
[    0.615879] pci 0000:01:07.0: supports D2
[    0.615909] pci 0000:00:06.0: transparent bridge
[    0.616118] pci 0000:03:00.0: supports D1
[    0.616120] pci 0000:03:00.0: PME# supported from D0 D1 D3hot D3cold
[    0.616229] pci 0000:03:00.0: PME# disabled
[    0.616401] pci 0000:03:00.1: supports D1
[    0.616403] pci 0000:03:00.1: PME# supported from D0 D1 D3hot D3cold
[    0.616525] pci 0000:03:00.1: PME# disabled
[    0.616885] pci 0000:04:00.0: PME# supported from D0 D3hot D3cold
[    0.617006] pci 0000:04:00.0: PME# disabled
[    0.617168] pci 0000:04:00.1: PME# supported from D0 D3hot D3cold
[    0.617271] pci 0000:04:00.1: PME# disabled
[    0.617474] pci 0000:05:00.0: supports D1
[    0.617476] pci 0000:05:00.0: supports D2
[    0.617614] pci 0000:07:00.0: supports D1
[    0.617615] pci 0000:07:00.0: supports D2
[    0.617671] pci 0000:07:00.1: supports D1
[    0.617681] pci 0000:07:00.1: supports D2
[    0.617809] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.618342] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.P0P1._PRT]
[    0.618533] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR10._PRT]
[    0.618685] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR11._PRT]
[    0.618833] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR12._PRT]
[    0.618999] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.BR15._PRT]
[    0.634146] initcall acpi_pci_root_init+0x0/0x28 returned 0 after 20 msecs
[    0.634269] calling  acpi_pci_link_init+0x0/0x48
[    0.634651] ACPI: PCI Interrupt Link [LNKA] (IRQs 16 17 18 19) *10
[    0.635157] ACPI: PCI Interrupt Link [LNKB] (IRQs 16 17 18 19) *0, disabled.
[    0.635634] ACPI: PCI Interrupt Link [LNKC] (IRQs 16 17 18 19) *11
[    0.636090] ACPI: PCI Interrupt Link [LNKD] (IRQs 16 17 18 19) *0, disabled.
[    0.636544] ACPI: PCI Interrupt Link [LNEA] (IRQs 16 17 18 19) *7
[    0.636996] ACPI: PCI Interrupt Link [LNEB] (IRQs 16 17 18 19) *10
[    0.637477] ACPI: PCI Interrupt Link [LNEC] (IRQs 16 17 18 19) *11
[    0.637923] ACPI: PCI Interrupt Link [LNED] (IRQs 16 17 18 19) *5
[    0.638406] ACPI: PCI Interrupt Link [LUB0] (IRQs 20 21 22 23) *10
[    0.638840] ACPI: PCI Interrupt Link [LMAD] (IRQs 20 21 22 23) *5
[    0.639315] ACPI: PCI Interrupt Link [LUB2] (IRQs 20 21 22 23) *11
[    0.639781] ACPI: PCI Interrupt Link [LMAC] (IRQs 20 21 22 23) *11
[    0.640242] ACPI: PCI Interrupt Link [LAZA] (IRQs 20 21 22 23) *0, disabled.
[    0.640695] ACPI: PCI Interrupt Link [LSMB] (IRQs 20 21 22 23) *5
[    0.641149] ACPI: PCI Interrupt Link [LPMU] (IRQs 20 21 22 23) *10
[    0.641633] ACPI: PCI Interrupt Link [LSA0] (IRQs 20 21 22 23) *5
[    0.642108] ACPI: PCI Interrupt Link [LSA1] (IRQs 20 21 22 23) *10
[    0.642566] ACPI: PCI Interrupt Link [LATA] (IRQs 20 21 22 23) *0, disabled.
[    0.643039] ACPI: PCI Interrupt Link [LSA2] (IRQs 20 21 22 23) *10
[    0.643324] initcall acpi_pci_link_init+0x0/0x48 returned 0 after 8 msecs
[    0.643455] calling  acpi_power_init+0x0/0x77
[    0.643631] initcall acpi_power_init+0x0/0x77 returned 0 after 0 msecs
[    0.643746] calling  acpi_system_init+0x0/0x1b0
[    0.643923] ACPI Warning (tbutils-0217): Incorrect checksum in table [OEMB] - F3, should be F0 [20080609]
[    0.644217] initcall acpi_system_init+0x0/0x1b0 returned 0 after 0 msecs
[    0.644348] calling  pnp_init+0x0/0x20
[    0.644447] Linux Plug and Play Support v0.97 (c) Adam Belay
[    0.644594] initcall pnp_init+0x0/0x20 returned 0 after 0 msecs
[    0.644723] calling  pnpacpi_init+0x0/0x8c
[    0.644829] pnp: PnP ACPI init
[    0.644942] ACPI: bus type pnp registered
[    0.651275] pnp: PnP ACPI: found 15 devices
[    0.651391] ACPI: ACPI bus type pnp unregistered
[    0.651500] initcall pnpacpi_init+0x0/0x8c returned 0 after 6 msecs
[    0.651621] calling  misc_init+0x0/0x98
[    0.651778] initcall misc_init+0x0/0x98 returned 0 after 0 msecs
[    0.651899] calling  init_dvbdev+0x0/0xb9
[    0.652051] initcall init_dvbdev+0x0/0xb9 returned 0 after 0 msecs
[    0.652163] calling  init_scsi+0x0/0x7c
[    0.652531] SCSI subsystem initialized
[    0.652621] initcall init_scsi+0x0/0x7c returned 0 after 0 msecs
[    0.652746] calling  ata_init+0x0/0x31f
[    0.653040] libata version 3.00 loaded.
[    0.653042] initcall ata_init+0x0/0x31f returned 0 after 0 msecs
[    0.653186] calling  usb_init+0x0/0x122
[    0.653467] usbcore: registered new interface driver usbfs
[    0.653640] usbcore: registered new interface driver hub
[    0.653823] usbcore: registered new device driver usb
[    0.653923] initcall usb_init+0x0/0x122 returned 0 after 0 msecs
[    0.654084] calling  serio_init+0x0/0x89
[    0.654253] initcall serio_init+0x0/0x89 returned 0 after 0 msecs
[    0.654373] calling  input_init+0x0/0x107
[    0.654524] initcall input_init+0x0/0x107 returned 0 after 0 msecs
[    0.654632] calling  i2c_init+0x0/0x5f
[    0.654855] initcall i2c_init+0x0/0x5f returned 0 after 0 msecs
[    0.654975] calling  power_supply_class_init+0x0/0x34
[    0.655115] initcall power_supply_class_init+0x0/0x34 returned 0 after 0 msecs
[    0.655321] calling  hwmon_init+0x0/0x3b
[    0.655468] initcall hwmon_init+0x0/0x3b returned 0 after 0 msecs
[    0.655586] calling  thermal_init+0x0/0x39
[    0.655725] initcall thermal_init+0x0/0x39 returned 0 after 0 msecs
[    0.655853] calling  md_init+0x0/0xd0
[    0.655977] initcall md_init+0x0/0xd0 returned 0 after 0 msecs
[    0.656095] calling  pci_subsys_init+0x0/0x12c
[    0.656199] PCI: Using ACPI for IRQ routing
[    0.656390] initcall pci_subsys_init+0x0/0x12c returned 0 after 0 msecs
[    0.656529] calling  proto_init+0x0/0x2e
[    0.656635] initcall proto_init+0x0/0x2e returned 0 after 0 msecs
[    0.656751] calling  net_dev_init+0x0/0x150
[    0.656918] initcall net_dev_init+0x0/0x150 returned 0 after 0 msecs
[    0.657037] calling  neigh_init+0x0/0x71
[    0.657154] initcall neigh_init+0x0/0x71 returned 0 after 0 msecs
[    0.657273] calling  fib_rules_init+0x0/0xa6
[    0.657392] initcall fib_rules_init+0x0/0xa6 returned 0 after 0 msecs
[    0.657512] calling  pktsched_init+0x0/0xc4
[    0.657640] initcall pktsched_init+0x0/0xc4 returned 0 after 0 msecs
[    0.657769] calling  tc_filter_init+0x0/0x4c
[    0.657884] initcall tc_filter_init+0x0/0x4c returned 0 after 0 msecs
[    0.658018] calling  tc_action_init+0x0/0x4c
[    0.658112] initcall tc_action_init+0x0/0x4c returned 0 after 0 msecs
[    0.658234] calling  genl_init+0x0/0xd9
[    0.662973] initcall genl_init+0x0/0xd9 returned 0 after 4 msecs
[    0.663088] calling  sysctl_init+0x0/0x2d
[    0.663197] initcall sysctl_init+0x0/0x2d returned 0 after 0 msecs
[    0.663326] 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.793033]  0080000000 - 00c0000000 page 1G
[    0.793036] last_map_addr: c0000000 end: c0000000
[    0.793139] PCI-DMA: using GART IOMMU.
[    0.793257] 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.827443] Switched to high resolution mode on CPU 5
[    0.828071] Switched to high resolution mode on CPU 0
[    0.828079] calling  init_pipe_fs+0x0/0x4c
[    0.828323] initcall init_pipe_fs+0x0/0x4c returned 0 after 0 msecs
[    0.828444] calling  init_mnt_writers+0x0/0x50
[    0.828558] initcall init_mnt_writers+0x0/0x50 returned 0 after 0 msecs
[    0.828679] calling  eventpoll_init+0x0/0x85
[    0.828836] initcall eventpoll_init+0x0/0x85 returned 0 after 0 msecs
[    0.828956] calling  anon_inode_init+0x0/0x115
[    0.828424] Switched to high resolution mode on CPU 1
[    0.828441] Switched to high resolution mode on CPU 2
[    0.828482] Switched to high resolution mode on CPU 3
[    0.829058] initcall anon_inode_init+0x0/0x115 returned 0 after 0 msecs
[    0.828445] Switched to high resolution mode on CPU 4
[    0.828459] Switched to high resolution mode on CPU 6
[    0.828425] Switched to high resolution mode on CPU 7
[    0.829058] calling  pcie_aspm_init+0x0/0x22
[    0.832343] initcall pcie_aspm_init+0x0/0x22 returned 0 after 3 msecs
[    0.832475] calling  acpi_event_init+0x0/0x52
[    0.836121] initcall acpi_event_init+0x0/0x52 returned 0 after 3 msecs
[    0.836254] calling  pnp_system_init+0x0/0x12
[    0.836388] system 00:07: ioport range 0x4d0-0x4d1 has been reserved
[    0.836497] system 00:07: ioport range 0x800-0x80f has been reserved
[    0.836606] system 00:07: ioport range 0x2000-0x207f has been reserved
[    0.836715] system 00:07: ioport range 0x2080-0x20ff has been reserved
[    0.836823] system 00:07: ioport range 0x2400-0x247f has been reserved
[    0.836931] system 00:07: ioport range 0x2480-0x24ff has been reserved
[    0.837016] system 00:07: ioport range 0x2800-0x287f has been reserved
[    0.837128] system 00:07: ioport range 0x2880-0x28ff has been reserved
[    0.837238] system 00:07: ioport range 0x2c00-0x2c7f has been reserved
[    0.837347] system 00:07: ioport range 0x2c80-0x2cff has been reserved
[    0.837456] system 00:07: iomem range 0xfdf80000-0xfdfbffff has been reserved
[    0.837567] system 00:07: iomem range 0xfee01000-0xfeefffff could not be reserved
[    0.837760] system 00:09: ioport range 0xca0-0xcaf has been reserved
[    0.837862] system 00:09: iomem range 0xfec00000-0xfec00fff could not be reserved
[    0.838053] system 00:09: iomem range 0xfee00000-0xfee00fff could not be reserved
[    0.838255] system 00:0c: ioport range 0xa00-0xa7f has been reserved
[    0.838371] system 00:0d: iomem range 0xe0000000-0xefffffff could not be reserved
[    0.838569] system 00:0e: iomem range 0x0-0x9ffff could not be reserved
[    0.838679] system 00:0e: iomem range 0xc0000-0xcffff has been reserved
[    0.838788] system 00:0e: iomem range 0xe0000-0xfffff could not be reserved
[    0.838891] system 00:0e: iomem range 0x100000-0x7fffffff could not be reserved
[    0.839095] system 00:0e: iomem range 0xfec00000-0xffffffff could not be reserved
[    0.839347] initcall pnp_system_init+0x0/0x12 returned 0 after 2 msecs
[    0.839479] calling  chr_dev_init+0x0/0x98
[    0.839979] initcall chr_dev_init+0x0/0x98 returned 0 after 0 msecs
[    0.840033] calling  firmware_class_init+0x0/0x72
[    0.840182] initcall firmware_class_init+0x0/0x72 returned 0 after 0 msecs
[    0.840313] calling  loopback_init+0x0/0x12
[    0.840502] initcall loopback_init+0x0/0x12 returned 0 after 0 msecs
[    0.840634] calling  cpufreq_gov_performance_init+0x0/0x12
[    0.840748] initcall cpufreq_gov_performance_init+0x0/0x12 returned 0 after 0 msecs
[    0.840960] calling  init_acpi_pm_clocksource+0x0/0xae
[    0.841075] initcall init_acpi_pm_clocksource+0x0/0xae returned 0 after 0 msecs
[    0.841292] calling  pcibios_assign_resources+0x0/0x87
[    0.841468] pci 0000:00:06.0: PCI bridge, secondary bus 0000:01
[    0.841578] pci 0000:00:06.0:   IO window: 0xc000-0xcfff
[    0.841693] pci 0000:00:06.0:   MEM window: 0xfe800000-0xfe8fffff
[    0.841801] pci 0000:00:06.0:   PREFETCH window: 0x000000c8000000-0x000000cfffffff
[    0.841995] pci 0000:00:0a.0: PCI bridge, secondary bus 0000:02
[    0.842095] pci 0000:00:0a.0:   IO window: disabled
[    0.842202] pci 0000:00:0a.0:   MEM window: disabled
[    0.842328] pci 0000:00:0a.0:   PREFETCH window: disabled
[    0.842437] pci 0000:03:00.0: PCI bridge, secondary bus 0000:04
[    0.842539] pci 0000:03:00.0:   IO window: 0xd000-0xdfff
[    0.842648] pci 0000:03:00.0:   MEM window: 0xfe900000-0xfe9fffff
[    0.842757] pci 0000:03:00.0:   PREFETCH window: disabled
[    0.842877] pci 0000:03:00.1: PCI bridge, secondary bus 0000:05
[    0.842974] pci 0000:03:00.1:   IO window: disabled
[    0.843100] pci 0000:03:00.1:   MEM window: 0xfea00000-0xfeafffff
[    0.843204] pci 0000:03:00.1:   PREFETCH window: disabled
[    0.843317] pci 0000:00:0d.0: PCI bridge, secondary bus 0000:03
[    0.843415] pci 0000:00:0d.0:   IO window: 0xd000-0xdfff
[    0.843523] pci 0000:00:0d.0:   MEM window: 0xfe900000-0xfeafffff
[    0.843621] pci 0000:00:0d.0:   PREFETCH window: disabled
[    0.843739] pci 0000:00:0e.0: PCI bridge, secondary bus 0000:06
[    0.843836] pci 0000:00:0e.0:   IO window: disabled
[    0.843944] pci 0000:00:0e.0:   MEM window: disabled
[    0.844057] pci 0000:00:0e.0:   PREFETCH window: disabled
[    0.844166] pci 0000:00:0f.0: PCI bridge, secondary bus 0000:07
[    0.844264] pci 0000:00:0f.0:   IO window: 0xe000-0xefff
[    0.844373] pci 0000:00:0f.0:   MEM window: 0xfeb00000-0xfebfffff
[    0.844482] pci 0000:00:0f.0:   PREFETCH window: 0x000000d0000000-0x000000dfffffff
[    0.844687] PCI: Setting latency timer of device 0000:00:06.0 to 64
[    0.844692] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[    0.844696] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    0.844704] PCI: Setting latency timer of device 0000:03:00.0 to 64
[    0.844712] PCI: Setting latency timer of device 0000:03:00.1 to 64
[    0.844719] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    0.844724] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[    0.844727] initcall pcibios_assign_resources+0x0/0x87 returned 0 after 3 msecs
[    0.844940] calling  inet_init+0x0/0x428
[    0.845155] NET: Registered protocol family 2
[    0.856631] IP route cache hash table entries: 524288 (order: 10, 4194304 bytes)
[    0.859700] TCP established hash table entries: 524288 (order: 11, 8388608 bytes)
[    0.863574] TCP bind hash table entries: 65536 (order: 8, 1048576 bytes)
[    0.864114] TCP: Hash tables configured (established 524288 bind 65536)
[    0.864225] TCP reno registered
[    0.867161] initcall inet_init+0x0/0x428 returned 0 after 21 msecs
[    0.867310] calling  af_unix_init+0x0/0x55
[    0.867436] NET: Registered protocol family 1
[    0.867556] initcall af_unix_init+0x0/0x55 returned 0 after 0 msecs
[    0.867688] calling  default_rootfs+0x0/0x6b
[    0.867823] 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.868308] calling  vsyscall_init+0x0/0x6c
[    0.868447] initcall vsyscall_init+0x0/0x6c returned 0 after 0 msecs
[    0.868587] calling  sbf_init+0x0/0xd7
[    0.868693] initcall sbf_init+0x0/0xd7 returned 0 after 0 msecs
[    0.868823] calling  i8237A_init_sysfs+0x0/0x22
[    0.869020] initcall i8237A_init_sysfs+0x0/0x22 returned 0 after 0 msecs
[    0.869151] calling  add_rtc_cmos+0x0/0x1d
[    0.869258] initcall add_rtc_cmos+0x0/0x1d returned 0 after 0 msecs
[    0.869388] calling  cache_sysfs_init+0x0/0x5d
[    0.885583] initcall cache_sysfs_init+0x0/0x5d returned 0 after 1 msecs
[    0.885583] calling  mce_init_device+0x0/0x85
[    0.885583] initcall mce_init_device+0x0/0x85 returned 0 after 0 msecs
[    0.885583] calling  periodic_mcheck_init+0x0/0x3f
[    0.885583] initcall periodic_mcheck_init+0x0/0x3f returned 0 after 0 msecs
[    0.885583] calling  thermal_throttle_init_device+0x0/0x83
[    0.885583] initcall thermal_throttle_init_device+0x0/0x83 returned 0 after 0 msecs
[    0.885583] calling  threshold_init_device+0x0/0x49
[    0.884910] initcall threshold_init_device+0x0/0x49 returned 0 after 0 msecs
[    0.884910] calling  msr_init+0x0/0xf2
[    0.884910] initcall msr_init+0x0/0xf2 returned 0 after 0 msecs
[    0.884910] calling  cpuid_init+0x0/0xf2
[    0.884910] initcall cpuid_init+0x0/0xf2 returned 0 after 0 msecs
[    0.884910] calling  init_lapic_sysfs+0x0/0x2d
[    0.884910] initcall init_lapic_sysfs+0x0/0x2d returned 0 after 0 msecs
[    0.884910] calling  ioapic_init_sysfs+0x0/0x99
[    0.884910] initcall ioapic_init_sysfs+0x0/0x99 returned 0 after 0 msecs
[    0.884910] calling  add_pcspkr+0x0/0x43
[    0.884910] initcall add_pcspkr+0x0/0x43 returned 0 after 0 msecs
[    0.884910] calling  uv_ptc_init+0x0/0x75
[    0.884910] initcall uv_ptc_init+0x0/0x75 returned 0 after 0 msecs
[    0.884910] calling  uv_bau_init+0x0/0x5a1
[    0.884910] initcall uv_bau_init+0x0/0x5a1 returned 0 after 0 msecs
[    0.884910] calling  aes_init+0x0/0x12
[    0.884910] initcall aes_init+0x0/0x12 returned 0 after 0 msecs
[    0.884910] calling  init+0x0/0x12
[    0.884910] initcall init+0x0/0x12 returned 0 after 0 msecs
[    0.884910] calling  init_vdso_vars+0x0/0x1e7
[    0.884910] initcall init_vdso_vars+0x0/0x1e7 returned 0 after 0 msecs
[    0.884910] calling  ia32_binfmt_init+0x0/0x14
[    0.885046] initcall ia32_binfmt_init+0x0/0x14 returned 0 after 0 msecs
[    0.885046] calling  sysenter_setup+0x0/0x2b6
[    0.885046] initcall sysenter_setup+0x0/0x2b6 returned 0 after 0 msecs
[    0.885046] calling  create_proc_profile+0x0/0x2c7
[    0.885046] initcall create_proc_profile+0x0/0x2c7 returned 0 after 0 msecs
[    0.885046] calling  ioresources_init+0x0/0x3c
[    0.885046] initcall ioresources_init+0x0/0x3c returned 0 after 0 msecs
[    0.885049] calling  uid_cache_init+0x0/0x6e
[    0.885203] initcall uid_cache_init+0x0/0x6e returned 0 after 0 msecs
[    0.885358] calling  init_posix_timers+0x0/0xb6
[    0.885503] initcall init_posix_timers+0x0/0xb6 returned 0 after 0 msecs
[    0.885637] calling  init_posix_cpu_timers+0x0/0xd4
[    0.885757] initcall init_posix_cpu_timers+0x0/0xd4 returned 0 after 0 msecs
[    0.885904] calling  nsproxy_cache_init+0x0/0x2d
[    0.886045] initcall nsproxy_cache_init+0x0/0x2d returned 0 after 0 msecs
[    0.886177] calling  timekeeping_init_device+0x0/0x22
[    0.886278] initcall timekeeping_init_device+0x0/0x22 returned 0 after 0 msecs
[    0.886278] calling  init_clocksource_sysfs+0x0/0x50
[    0.886351] initcall init_clocksource_sysfs+0x0/0x50 returned 0 after 0 msecs
[    0.886499] calling  init_timer_list_procfs+0x0/0x2c
[    0.886645] initcall init_timer_list_procfs+0x0/0x2c returned 0 after 0 msecs
[    0.886781] calling  init_tstats_procfs+0x0/0x2c
[    0.886910] initcall init_tstats_procfs+0x0/0x2c returned 0 after 0 msecs
[    0.887055] calling  futex_init+0x0/0x63
[    0.887187] initcall futex_init+0x0/0x63 returned 0 after 0 msecs
[    0.887322] calling  proc_dma_init+0x0/0x22
[    0.887337] initcall proc_dma_init+0x0/0x22 returned 0 after 0 msecs
[    0.887356] calling  percpu_modinit+0x0/0x6e
[    0.887483] initcall percpu_modinit+0x0/0x6e returned 0 after 0 msecs
[    0.887626] calling  kallsyms_init+0x0/0x25
[    0.887745] initcall kallsyms_init+0x0/0x25 returned 0 after 0 msecs
[    0.887880] calling  ikconfig_init+0x0/0x39
[    0.888008] initcall ikconfig_init+0x0/0x39 returned 0 after 0 msecs
[    0.888143] calling  init_kprobes+0x0/0x103
[    0.890910] initcall init_kprobes+0x0/0x103 returned 0 after 2 msecs
[    0.891034] calling  relay_init+0x0/0x14
[    0.891162] initcall relay_init+0x0/0x14 returned 0 after 0 msecs
[    0.891299] calling  utsname_sysctl_init+0x0/0x14
[    0.891435] initcall utsname_sysctl_init+0x0/0x14 returned 0 after 0 msecs
[    0.891571] calling  init_per_zone_pages_min+0x0/0x53
[    0.892912] initcall init_per_zone_pages_min+0x0/0x53 returned 0 after 1 msecs
[    0.893147] calling  pdflush_init+0x0/0x1d
[    0.893348] initcall pdflush_init+0x0/0x1d returned 0 after 0 msecs
[    0.893481] calling  kswapd_init+0x0/0x63
[    0.893677] initcall kswapd_init+0x0/0x63 returned 0 after 0 msecs
[    0.893827] calling  setup_vmstat+0x0/0x4a
[    0.893957] initcall setup_vmstat+0x0/0x4a returned 0 after 0 msecs
[    0.894092] calling  procswaps_init+0x0/0x22
[    0.894213] initcall procswaps_init+0x0/0x22 returned 0 after 0 msecs
[    0.894354] calling  hugetlb_init+0x0/0xaa
[    0.894473] Total HugeTLB memory allocated, 0
[    0.894587] initcall hugetlb_init+0x0/0xaa returned 0 after 0 msecs
[    0.894719] calling  init_tmpfs+0x0/0xda
[    0.894889] initcall init_tmpfs+0x0/0xda returned 0 after 0 msecs
[    0.895013] calling  cpucache_init+0x0/0x39
[    0.895158] initcall cpucache_init+0x0/0x39 returned 0 after 0 msecs
[    0.895309] calling  fasync_init+0x0/0x2a
[    0.895446] initcall fasync_init+0x0/0x2a returned 0 after 0 msecs
[    0.895590] calling  aio_setup+0x0/0x6e
[    0.895940] initcall aio_setup+0x0/0x6e returned 0 after 0 msecs
[    0.896086] calling  inotify_setup+0x0/0x12
[    0.896213] initcall inotify_setup+0x0/0x12 returned 0 after 0 msecs
[    0.896361] calling  inotify_user_setup+0x0/0xb8
[    0.896529] initcall inotify_user_setup+0x0/0xb8 returned 0 after 0 msecs
[    0.896664] calling  init_sys32_ioctl+0x0/0x83
[    0.896799] initcall init_sys32_ioctl+0x0/0x83 returned 0 after 0 msecs
[    0.896933] calling  init_mbcache+0x0/0x14
[    0.897060] initcall init_mbcache+0x0/0x14 returned 0 after 0 msecs
[    0.897193] calling  dnotify_init+0x0/0x2a
[    0.897331] initcall dnotify_init+0x0/0x2a returned 0 after 0 msecs
[    0.897472] calling  init_devpts_fs+0x0/0x3f
[    0.897607] initcall init_devpts_fs+0x0/0x3f returned 0 after 0 msecs
[    0.897741] calling  init_ext3_fs+0x0/0x6a
[    0.897906] initcall init_ext3_fs+0x0/0x6a returned 0 after 0 msecs
[    0.898041] calling  journal_init+0x0/0x99
[    0.898241] initcall journal_init+0x0/0x99 returned 0 after 0 msecs
[    0.898387] calling  init_ext2_fs+0x0/0x6a
[    0.898546] initcall init_ext2_fs+0x0/0x6a returned 0 after 0 msecs
[    0.898679] calling  init_ramfs_fs+0x0/0x12
[    0.898798] initcall init_ramfs_fs+0x0/0x12 returned 0 after 0 msecs
[    0.898922] calling  init_hugetlbfs_fs+0x0/0x98
[    0.899085] initcall init_hugetlbfs_fs+0x0/0x98 returned 0 after 0 msecs
[    0.899210] calling  init_fat_fs+0x0/0x4f
[    0.899377] initcall init_fat_fs+0x0/0x4f returned 0 after 0 msecs
[    0.899502] calling  init_msdos_fs+0x0/0x12
[    0.899630] initcall init_msdos_fs+0x0/0x12 returned 0 after 0 msecs
[    0.899755] calling  init_vfat_fs+0x0/0x12
[    0.899883] initcall init_vfat_fs+0x0/0x12 returned 0 after 0 msecs
[    0.900007] calling  init_iso9660_fs+0x0/0x5a
[    0.900153] initcall init_iso9660_fs+0x0/0x5a returned 0 after 0 msecs
[    0.900276] calling  init_nls_utf8+0x0/0x25
[    0.900407] initcall init_nls_utf8+0x0/0x25 returned 0 after 0 msecs
[    0.900541] calling  init_ntfs_fs+0x0/0x1d1
[    0.900677] NTFS driver 2.1.29 [Flags: R/O].
[    0.900875] initcall init_ntfs_fs+0x0/0x1d1 returned 0 after 0 msecs
[    0.901020] calling  init_autofs4_fs+0x0/0x12
[    0.901141] initcall init_autofs4_fs+0x0/0x12 returned 0 after 0 msecs
[    0.901275] calling  init_udf_fs+0x0/0x5b
[    0.901413] initcall init_udf_fs+0x0/0x5b returned 0 after 0 msecs
[    0.901548] calling  ipc_init+0x0/0x23
[    0.901669] msgmni has been set to 32301
[    0.901791] initcall ipc_init+0x0/0x23 returned 0 after 0 msecs
[    0.901925] calling  ipc_sysctl_init+0x0/0x14
[    0.902070] initcall ipc_sysctl_init+0x0/0x14 returned 0 after 0 msecs
[    0.902195] calling  init_mqueue_fs+0x0/0xc6
[    0.902382] initcall init_mqueue_fs+0x0/0xc6 returned 0 after 0 msecs
[    0.902506] calling  crypto_algapi_init+0x0/0xd
[    0.902636] initcall crypto_algapi_init+0x0/0xd returned 0 after 0 msecs
[    0.902760] calling  blkcipher_module_init+0x0/0x2a
[    0.902897] initcall blkcipher_module_init+0x0/0x2a returned 0 after 0 msecs
[    0.903031] calling  cryptomgr_init+0x0/0x12
[    0.903149] initcall cryptomgr_init+0x0/0x12 returned 0 after 0 msecs
[    0.903294] calling  hmac_module_init+0x0/0x12
[    0.903419] initcall hmac_module_init+0x0/0x12 returned 0 after 0 msecs
[    0.903553] calling  md5_mod_init+0x0/0x12
[    0.903671] initcall md5_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.903814] calling  rmd128_mod_init+0x0/0x12
[    0.903933] initcall rmd128_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.904066] calling  rmd160_mod_init+0x0/0x12
[    0.904185] initcall rmd160_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.904329] calling  rmd256_mod_init+0x0/0x12
[    0.904451] initcall rmd256_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.904586] calling  rmd320_mod_init+0x0/0x12
[    0.904705] initcall rmd320_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.904838] calling  sha1_generic_mod_init+0x0/0x12
[    0.904958] initcall sha1_generic_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.905101] calling  sha256_generic_mod_init+0x0/0x3f
[    0.905222] initcall sha256_generic_mod_init+0x0/0x3f returned 0 after 0 msecs
[    0.911515] calling  sha512_generic_mod_init+0x0/0x3f
[    0.911635] initcall sha512_generic_mod_init+0x0/0x3f returned 0 after 0 msecs
[    0.911850] calling  crypto_cbc_module_init+0x0/0x12
[    0.911981] initcall crypto_cbc_module_init+0x0/0x12 returned 0 after 0 msecs
[    0.912115] calling  blowfish_mod_init+0x0/0x12
[    0.912235] initcall blowfish_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.912373] calling  aes_init+0x0/0x323
[    0.912506] initcall aes_init+0x0/0x323 returned 0 after 0 msecs
[    0.912640] calling  lzo_mod_init+0x0/0x12
[    0.912767] initcall lzo_mod_init+0x0/0x12 returned 0 after 0 msecs
[    0.912890] calling  async_tx_init+0x0/0x16
[    0.913018] async_tx: api initialized (sync-only)
[    0.913139] initcall async_tx_init+0x0/0x16 returned 0 after 0 msecs
[    0.913262] calling  async_memcpy_init+0x0/0x8
[    0.913393] initcall async_memcpy_init+0x0/0x8 returned 0 after 0 msecs
[    0.913519] calling  async_xor_init+0x0/0x8
[    0.913637] initcall async_xor_init+0x0/0x8 returned 0 after 0 msecs
[    0.913784] calling  noop_init+0x0/0x14
[    0.913903] io scheduler noop registered
[    0.914022] initcall noop_init+0x0/0x14 returned 0 after 0 msecs
[    0.914155] calling  deadline_init+0x0/0x14
[    0.914273] io scheduler deadline registered
[    0.914395] initcall deadline_init+0x0/0x14 returned 0 after 0 msecs
[    0.914528] calling  cfq_init+0x0/0x9d
[    0.914681] io scheduler cfq registered (default)
[    0.914802] initcall cfq_init+0x0/0x9d returned 0 after 0 msecs
[    0.914935] calling  percpu_counter_startup+0x0/0x14
[    0.915055] initcall percpu_counter_startup+0x0/0x14 returned 0 after 0 msecs
[    0.915200] calling  pci_init+0x0/0x35
[    0.915366] pci 0000:00:00.0: Enabling HT MSI Mapping
[    0.957964] pci 0000:00:05.0: Enabling HT MSI Mapping
[    0.958116] pci 0000:00:05.1: Enabling HT MSI Mapping
[    0.958265] pci 0000:00:05.2: Enabling HT MSI Mapping
[    0.958414] pci 0000:00:06.0: Enabling HT MSI Mapping
[    0.958567] pci 0000:00:08.0: Enabling HT MSI Mapping
[    0.958714] pci 0000:00:09.0: Enabling HT MSI Mapping
[    0.958856] pci 0000:00:0a.0: Enabling HT MSI Mapping
[    0.958856] pci 0000:00:0d.0: Enabling HT MSI Mapping
[    0.958856] pci 0000:00:0e.0: Enabling HT MSI Mapping
[    0.958856] pci 0000:00:0f.0: Enabling HT MSI Mapping
[    0.958856] pci 0000:07:00.0: Boot video device
[    0.958856] initcall pci_init+0x0/0x35 returned 0 after 22 msecs
[    0.958856] calling  pci_proc_init+0x0/0x6a
[    0.958856] initcall pci_proc_init+0x0/0x6a returned 0 after 0 msecs
[    0.958856] calling  pcie_portdrv_init+0x0/0x4d
[    0.939618] PCI: Setting latency timer of device 0000:00:0a.0 to 64
[    0.939640] pcieport-driver 0000:00:0a.0: found MSI capability
[    0.939766] pci_express 0000:00:0a.0:pcie00: allocate port service
[    0.939823] pci_express 0000:00:0a.0:pcie01: allocate port service
[    0.939864] pci_express 0000:00:0a.0:pcie03: allocate port service
[    0.939971] PCI: Setting latency timer of device 0000:00:0d.0 to 64
[    0.940001] pcieport-driver 0000:00:0d.0: found MSI capability
[    0.940123] pci_express 0000:00:0d.0:pcie00: allocate port service
[    0.940164] pci_express 0000:00:0d.0:pcie01: allocate port service
[    0.940206] pci_express 0000:00:0d.0:pcie03: allocate port service
[    0.940300] PCI: Setting latency timer of device 0000:00:0e.0 to 64
[    0.940326] pcieport-driver 0000:00:0e.0: found MSI capability
[    0.940489] pci_express 0000:00:0e.0:pcie00: allocate port service
[    0.940530] pci_express 0000:00:0e.0:pcie01: allocate port service
[    0.940569] pci_express 0000:00:0e.0:pcie03: allocate port service
[    0.940660] PCI: Setting latency timer of device 0000:00:0f.0 to 64
[    0.940685] pcieport-driver 0000:00:0f.0: found MSI capability
[    0.940818] pci_express 0000:00:0f.0:pcie00: allocate port service
[    0.940858] pci_express 0000:00:0f.0:pcie01: allocate port service
[    0.940898] pci_express 0000:00:0f.0:pcie03: allocate port service
[    0.941081] initcall pcie_portdrv_init+0x0/0x4d returned 0 after 1 msecs
[    0.941230] calling  aer_service_init+0x0/0x20
[    0.944735] aer 0000:00:0a.0:pcie01: service driver aer loaded
[    0.948130] aer 0000:00:0d.0:pcie01: service driver aer loaded
[    0.951491] aer 0000:00:0e.0:pcie01: service driver aer loaded
[    0.954866] aer 0000:00:0f.0:pcie01: service driver aer loaded
[    0.954937] initcall aer_service_init+0x0/0x20 returned 0 after 12 msecs
[    0.955058] calling  fb_console_init+0x0/0x129
[    0.955231] initcall fb_console_init+0x0/0x129 returned 0 after 0 msecs
[    0.955362] calling  vesafb_init+0x0/0x235
[    0.955562] initcall vesafb_init+0x0/0x235 returned 0 after 0 msecs
[    0.955694] calling  acpi_reserve_resources+0x0/0xeb
[    0.955807] initcall acpi_reserve_resources+0x0/0xeb returned 0 after 0 msecs
[    0.955941] calling  acpi_button_init+0x0/0x5e
[    0.956159] input: Power Button (FF) as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input0
[    0.956355] ACPI: Power Button (FF) [PWRF]
[    0.956599] input: Power Button (CM) as /devices/LNXSYSTM:00/device:00/PNP0C0C:00/input/input1
[    0.956801] ACPI: Power Button (CM) [PWRB]
[    0.956961] initcall acpi_button_init+0x0/0x5e returned 0 after 0 msecs
[    0.957094] calling  acpi_fan_init+0x0/0x32
[    0.957264] initcall acpi_fan_init+0x0/0x32 returned 0 after 0 msecs
[    0.957393] calling  acpi_video_init+0x0/0x5e
[    0.957580] initcall acpi_video_init+0x0/0x5e returned 0 after 0 msecs
[    0.957701] calling  irqrouter_init_sysfs+0x0/0x38
[    0.957895] initcall irqrouter_init_sysfs+0x0/0x38 returned 0 after 0 msecs
[    0.958039] calling  acpi_pci_slot_init+0x0/0x20
[    0.958326] initcall acpi_pci_slot_init+0x0/0x20 returned 0 after 0 msecs
[    0.958469] calling  acpi_processor_init+0x0/0xe9
[    0.958991] ACPI: ACPI0007:00 is registered as cooling_device0
[    0.959475] ACPI: ACPI0007:01 is registered as cooling_device1
[    0.959951] ACPI: ACPI0007:02 is registered as cooling_device2
[    0.960429] ACPI: ACPI0007:03 is registered as cooling_device3
[    0.960916] ACPI: ACPI0007:04 is registered as cooling_device4
[    0.961412] ACPI: ACPI0007:05 is registered as cooling_device5
[    0.961897] ACPI: ACPI0007:06 is registered as cooling_device6
[    0.962389] ACPI: ACPI0007:07 is registered as cooling_device7
[    0.962598] initcall acpi_processor_init+0x0/0xe9 returned 0 after 3 msecs
[    0.962731] calling  acpi_container_init+0x0/0x42
[    0.966984] initcall acpi_container_init+0x0/0x42 returned 0 after 3 msecs
[    0.967098] calling  acpi_thermal_init+0x0/0x83
[    0.967294] initcall acpi_thermal_init+0x0/0x83 returned 0 after 0 msecs
[    0.967428] calling  rand_initialize+0x0/0x2c
[    0.967551] initcall rand_initialize+0x0/0x2c returned 0 after 0 msecs
[    0.967693] calling  tty_init+0x0/0x1c5
[    0.979036] initcall tty_init+0x0/0x1c5 returned 0 after 10 msecs
[    0.979159] calling  pty_init+0x0/0x46e
[    1.011394] initcall pty_init+0x0/0x46e returned 0 after 30 msecs
[    1.011524] calling  rtc_init+0x0/0xa6
[    1.011689] Real Time Clock Driver v1.12ac
[    1.011788] initcall rtc_init+0x0/0xa6 returned 0 after 0 msecs
[    1.011909] calling  hpet_init+0x0/0x6a
[    1.012205] hpet_resources: 0xfed00000 is busy
[    1.012289] initcall hpet_init+0x0/0x6a returned 0 after 0 msecs
[    1.012420] calling  agp_init+0x0/0x26
[    1.012526] Linux agpgart interface v0.103
[    1.012634] initcall agp_init+0x0/0x26 returned 0 after 0 msecs
[    1.012753] calling  hangcheck_init+0x0/0x89
[    1.012870] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[    1.013056] Hangcheck: Using get_cycles().
[    1.013168] initcall hangcheck_init+0x0/0x89 returned 0 after 0 msecs
[    1.013277] calling  serial8250_init+0x0/0x131
[    1.013396] Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
[    1.013720] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.013992] serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.014332] initcall serial8250_init+0x0/0x131 returned 0 after 0 msecs
[    1.014461] calling  serial8250_pnp_init+0x0/0x12
[    1.014839] 00:05: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[    1.015259] 00:06: ttyS1 at I/O 0x2f8 (irq = 3) is a 16550A
[    1.015518] initcall serial8250_pnp_init+0x0/0x12 returned 0 after 0 msecs
[    1.015638] calling  serial8250_pci_init+0x0/0x1b
[    1.015842] initcall serial8250_pci_init+0x0/0x1b returned 0 after 0 msecs
[    1.015965] calling  topology_sysfs_init+0x0/0x49
[    1.016128] initcall topology_sysfs_init+0x0/0x49 returned 0 after 0 msecs
[    1.016261] calling  brd_init+0x0/0x18e
[    1.018037] brd: module loaded
[    1.018144] initcall brd_init+0x0/0x18e returned 0 after 1 msecs
[    1.018267] calling  loop_init+0x0/0x1a1
[    1.019231] loop: module loaded
[    1.019339] initcall loop_init+0x0/0x1a1 returned 0 after 0 msecs
[    1.019460] calling  e1000_init_module+0x0/0x88
[    1.019568] Intel(R) PRO/1000 Network Driver - version 7.3.20-k2-NAPI
[    1.019676] Copyright (c) 1999-2006 Intel Corporation.
[    1.020217] ACPI: PCI Interrupt Link [LNED] enabled at IRQ 19
[    1.020324] e1000 0000:04:00.0: PCI INT A -> Link[LNED] -> GSI 19 (level, low) -> IRQ 19
[    1.284893] e1000: 0000:04:00.0: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:a8:25:f0
[    1.311885] e1000: eth0: e1000_probe: Intel(R) PRO/1000 Network Connection
[    1.312366] ACPI: PCI Interrupt Link [LNEA] enabled at IRQ 18
[    1.312477] e1000 0000:04:00.1: PCI INT B -> Link[LNEA] -> GSI 18 (level, low) -> IRQ 18
[    1.576805] e1000: 0000:04:00.1: e1000_probe: (PCI-X:133MHz:64-bit) 00:04:23:a8:25:f1
[    1.603669] e1000: eth1: e1000_probe: Intel(R) PRO/1000 Network Connection
[    1.603829] initcall e1000_init_module+0x0/0x88 returned 0 after 557 msecs
[    1.603952] calling  net_olddevs_init+0x0/0xa0
[    1.604079] initcall net_olddevs_init+0x0/0xa0 returned 0 after 0 msecs
[    1.609349] calling  init_nic+0x0/0x1b
[    1.609473] forcedeth: Reverse Engineered nForce ethernet driver. Version 0.61.
[    1.610021] ACPI: PCI Interrupt Link [LMAC] enabled at IRQ 23
[    1.610135] forcedeth 0000:00:08.0: PCI INT A -> Link[LMAC] -> GSI 23 (level, low) -> IRQ 23
[    1.610336] PCI: Setting latency timer of device 0000:00:08.0 to 64
[    1.611586] forcedeth 0000:00:08.0: ifname eth2, PHY OUI 0x5043 @ 16, addr 00:e0:81:4d:2b:ec
[    1.611780] forcedeth 0000:00:08.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[    1.612316] ACPI: PCI Interrupt Link [LMAD] enabled at IRQ 22
[    1.612429] forcedeth 0000:00:09.0: PCI INT A -> Link[LMAD] -> GSI 22 (level, low) -> IRQ 22
[    1.612622] PCI: Setting latency timer of device 0000:00:09.0 to 64
[    1.613903] forcedeth 0000:00:09.0: ifname eth3, PHY OUI 0x5043 @ 17, addr 00:e0:81:4d:2b:ed
[    1.614099] forcedeth 0000:00:09.0: highdma csum vlan pwrctl mgmt timirq gbit lnktim msi desc-v3
[    1.614360] initcall init_nic+0x0/0x1b returned 0 after 4 msecs
[    1.614488] calling  videodev_init+0x0/0x7d
[    1.614604] Linux video capture interface: v2.00
[    1.614754] initcall videodev_init+0x0/0x7d returned 0 after 0 msecs
[    1.614866] calling  v4l2_i2c_drv_init+0x0/0x104
[    1.615069] initcall v4l2_i2c_drv_init+0x0/0x104 returned 0 after 0 msecs
[    1.615192] calling  ir_init+0x0/0x14
[    1.615340] initcall ir_init+0x0/0x14 returned 0 after 0 msecs
[    1.615464] calling  saa7134_init+0x0/0x4a
[    1.615575] saa7130/34: v4l2 driver version 0.2.14 loaded
[    1.615733] saa7134 0000:05:00.0: PCI INT A -> Link[LNED] -> GSI 19 (level, low) -> IRQ 19
[    1.615939] saa7134[0]: found at 0000:05:00.0, rev: 1, irq: 19, latency: 64, mmio: 0xfeaffc00
[    1.616137] saa7134[0]: subsystem: 11bd:002d, board: Pinnacle PCTV 300i DVB-T + PAL [card=50,autodetected]
[    1.616345] saa7134[0]: board init: gpio is c806000
[    1.718983] tda829x_probe: driver disabled by Kconfig
[    1.719099] tuner' 0-0043: chip found @ 0x86 (saa7134[0])
[    1.719207] tda9887 0-0043: creating new instance
[    1.719313] tda9887 0-0043: tda988[5/6/7] found
[    1.719420] tuner' 0-0043: type set to tda9887
[    1.719422] tuner' 0-0043: tv freq set to 0.00
[    1.719425] tuner' 0-0043: TV freq (0.00) out of range (44-958)
[    1.721981] tuner' 0-0043: saa7134[0] tuner' I2C addr 0x86 with type 74 used for 0x0e
[    1.723983] tea5767_autodetection: not probed - driver disabled by Kconfig
[    1.724095] tuner' 0-0060: Setting mode_mask to 0x0e
[    1.724097] tuner' 0-0060: chip found @ 0xc0 (saa7134[0])
[    1.724195] tuner' 0-0060: tuner 0x60: Tuner type absent
[    1.765980] saa7134[0]: i2c eeprom 00: bd 11 2d 00 f8 f8 1c 00 43 43 a9 1c 55 d2 b2 92
[    1.766374] saa7134[0]: i2c eeprom 10: 00 f0 04 04 ff 20 ff ff ff ff ff ff ff ff ff ff
[    1.766762] saa7134[0]: i2c eeprom 20: 01 40 01 02 03 ff 03 01 08 ff 00 25 ff ff ff ff
[    1.767155] saa7134[0]: i2c eeprom 30: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.767534] saa7134[0]: i2c eeprom 40: ff 16 00 c0 86 3c 01 01 ff ff ff ff ff ff ff ff
[    1.767914] saa7134[0]: i2c eeprom 50: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.768315] saa7134[0]: i2c eeprom 60: 0c 22 17 44 03 11 e1 a1 ff ff ff ff ff ff ff ff
[    1.768703] saa7134[0]: i2c eeprom 70: 00 30 8d 18 3b 02 ff ff 74 50 ff ff ff ff ff ff
[    1.769105] saa7134[0]: i2c eeprom 80: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.769484] saa7134[0]: i2c eeprom 90: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.769864] saa7134[0]: i2c eeprom a0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.770274] saa7134[0]: i2c eeprom b0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.770654] saa7134[0]: i2c eeprom c0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.771055] saa7134[0]: i2c eeprom d0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.771435] saa7134[0]: i2c eeprom e0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.771823] saa7134[0]: i2c eeprom f0: ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff ff
[    1.772324] tuner' 0-0043: Calling set_type_addr for type=33, addr=0xff, mode=0x0e, config=0x00
[    1.772327] tuner' 0-0043: set addr discarded for type 74, mask e. Asked to change tuner at addr 0xff, with mask e
[    1.772330] tuner' 0-0060: Calling set_type_addr for type=33, addr=0xff, mode=0x0e, config=0x00
[    1.772333] tuner' 0-0060: defining GPIO callback
[    1.778980] mt20xx 0-0060: microtune: companycode=3cbf part=42 rev=22
[    1.786978] mt20xx 0-0060: microtune MT2050 found, OK
[    1.787078] tuner' 0-0060: type set to MT2050
[    1.787089] tuner' 0-0060: tv freq set to 400.00
[    1.791979] tuner' 0-0060: saa7134[0] tuner' I2C addr 0xc0 with type 33 used for 0x0e
[    1.793980] tuner' 0-0043: switching to v4l2
[    1.793982] tuner' 0-0060: switching to v4l2
[    1.793984] tuner' 0-0060: tv freq set to 400.00
[    1.798979] tuner' 0-0060: tv freq set to 400.00
[    1.804094] saa7134[0]: registered device video0 [v4l2]
[    1.804246] saa7134[0]: registered device vbi0
[    1.804359] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[    1.806979] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[    1.807030] initcall saa7134_init+0x0/0x4a returned 0 after 182 msecs
[    1.807170] calling  empress_register+0x0/0x12
[    1.807282] initcall empress_register+0x0/0x12 returned 0 after 0 msecs
[    1.807411] calling  saa6752hs_init_module+0x0/0x14
[    1.807706] initcall saa6752hs_init_module+0x0/0x14 returned 0 after 0 msecs
[    1.807830] calling  dvb_register+0x0/0x12
[    1.809981] DVB: registering new adapter (saa7134[0])
[    1.810093] DVB: registering frontend 0 (Zarlink MT352 DVB-T)...
[    1.849978] initcall dvb_register+0x0/0x12 returned 0 after 40 msecs
[    1.850099] calling  ide_init+0x0/0x76
[    1.850205] Uniform Multi-Platform E-IDE driver
[    1.850406] initcall ide_init+0x0/0x76 returned 0 after 0 msecs
[    1.850527] calling  amd74xx_ide_init+0x0/0x1b
[    1.850653] NFORCE-MCP55: 0000:00:04.0 (rev a1) UDMA133 controller
[    1.850763] NFORCE-MCP55: IDE controller (0x10de:0x036e rev 0xa1) at  PCI slot 0000:00:04.0
[    1.850970] NFORCE-MCP55: not 100% native mode: will probe irqs later
[    1.851081] NFORCE-MCP55: BIOS didn't set cable bits correctly. Enabling workaround.
[    1.851276] NFORCE-MCP55: IDE port disabled
[    1.851387]     ide0: BM-DMA at 0xffa0-0xffa7
[    1.851497] Probing IDE interface ide0...
[    2.523051] hda: PIONEER DVD-RW DVR-110, ATAPI CD/DVD-ROM drive
[    3.135000] hda: host max PIO5 wanted PIO255(auto-tune) selected PIO4
[    3.135114] hda: UDMA/66 mode selected
[    3.135362] ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
[    3.137552] initcall amd74xx_ide_init+0x0/0x1b returned 0 after 1227 msecs
[    3.137673] calling  idedisk_init+0x0/0x12
[    3.137834] initcall idedisk_init+0x0/0x12 returned 0 after 0 msecs
[    3.137971] calling  ide_cdrom_init+0x0/0x12
[    3.139284] hda: ATAPI 40X DVD-ROM DVD-R-RAM CD-R/RW drive, 2000kB Cache
[    3.139284] Uniform CD-ROM driver Revision: 3.20
[    3.157393] initcall ide_cdrom_init+0x0/0x12 returned 0 after 18 msecs
[    3.157549] calling  sas_transport_init+0x0/0xbb
[    3.157885] initcall sas_transport_init+0x0/0xbb returned 0 after 0 msecs
[    3.158012] calling  megasas_init+0x0/0x160
[    3.158139] megasas: 00.00.03.20-rc1 Mon. March 10 11:02:31 PDT 2008
[    3.158352] initcall megasas_init+0x0/0x160 returned 0 after 0 msecs
[    3.158496] calling  init_sd+0x0/0xff
[    3.158654] Driver 'sd' needs updating - please use bus_type methods
[    3.158818] initcall init_sd+0x0/0xff returned 0 after 0 msecs
[    3.158958] calling  init_sg+0x0/0xbf
[    3.159123] initcall init_sg+0x0/0xbf returned 0 after 0 msecs
[    3.159249] calling  ahci_init+0x0/0x1b
[    3.159437] initcall ahci_init+0x0/0x1b returned 0 after 0 msecs
[    3.159571] calling  nv_init+0x0/0x1b
[    3.159344] sata_nv 0000:00:05.0: version 3.5
[    3.159711] ACPI: PCI Interrupt Link [LSA0] enabled at IRQ 21
[    3.159820] sata_nv 0000:00:05.0: PCI INT A -> Link[LSA0] -> GSI 21 (level, low) -> IRQ 21
[    3.160027] sata_nv 0000:00:05.0: Using SWNCQ mode
[    3.160489] PCI: Setting latency timer of device 0000:00:05.0 to 64
[    3.160600] scsi0 : sata_nv
[    3.160888] scsi1 : sata_nv
[    3.161198] ata1: SATA max UDMA/133 cmd 0xb480 ctl 0xb400 bmdma 0xac00 irq 21
[    3.161314] ata2: SATA max UDMA/133 cmd 0xb080 ctl 0xb000 bmdma 0xac08 irq 21
[    3.616942] ata1: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    3.620634] ata1.00: ATA-8: WDC WD5000AAKS-22A7B0, 01.03B01, max UDMA/133
[    3.620769] ata1.00: 976773168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    3.623623] ata1.00: configured for UDMA/133
[    3.938334] ata2: SATA link down (SStatus 0 SControl 300)
[    3.943583] scsi 0:0:0:0: Direct-Access     ATA      WDC WD5000AAKS-2 01.0 PQ: 0 ANSI: 5
[    3.944502] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[    3.944502] sd 0:0:0:0: [sda] Write Protect is off
[    3.944502] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.944502] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.944502] sd 0:0:0:0: [sda] 976773168 512-byte hardware sectors (500108 MB)
[    3.944502] sd 0:0:0:0: [sda] Write Protect is off
[    3.944502] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.944502] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.944502]  sda: sda1 sda2
[    3.949016] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.954120] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.954585] ACPI: PCI Interrupt Link [LSA1] enabled at IRQ 20
[    3.954703] sata_nv 0000:00:05.1: PCI INT B -> Link[LSA1] -> GSI 20 (level, low) -> IRQ 20
[    3.954896] sata_nv 0000:00:05.1: Using SWNCQ mode
[    3.955362] PCI: Setting latency timer of device 0000:00:05.1 to 64
[    3.955469] scsi2 : sata_nv
[    3.955700] scsi3 : sata_nv
[    3.956008] ata3: SATA max UDMA/133 cmd 0xa880 ctl 0xa800 bmdma 0xa080 irq 20
[    3.956109] ata4: SATA max UDMA/133 cmd 0xa480 ctl 0xa400 bmdma 0xa088 irq 20
[    4.411924] ata3: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    4.439134] ata3.00: ATA-8: WDC WD1000FYPS-01ZKB0, 02.01B01, max UDMA/133
[    4.439134] ata3.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    4.444756] ata3.00: configured for UDMA/133
[    4.760322] ata4: SATA link down (SStatus 0 SControl 300)
[    4.760644] scsi 2:0:0:0: Direct-Access     ATA      WDC WD1000FYPS-0 02.0 PQ: 0 ANSI: 5
[    4.760978] sd 2:0:0:0: [sdb] 1953525168 512-byte hardware sectors (1000205 MB)
[    4.761187] sd 2:0:0:0: [sdb] Write Protect is off
[    4.761285] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.761313] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.761549] sd 2:0:0:0: [sdb] 1953525168 512-byte hardware sectors (1000205 MB)
[    4.761751] sd 2:0:0:0: [sdb] Write Protect is off
[    4.761852] sd 2:0:0:0: [sdb] Mode Sense: 00 3a 00 00
[    4.761886] sd 2:0:0:0: [sdb] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    4.762096]  sdb: sdb1 sdb2 sdb3
[    4.765537] sd 2:0:0:0: [sdb] Attached SCSI disk
[    4.765749] sd 2:0:0:0: Attached scsi generic sg1 type 0
[    4.766222] ACPI: PCI Interrupt Link [LSA2] enabled at IRQ 23
[    4.766331] sata_nv 0000:00:05.2: PCI INT C -> Link[LSA2] -> GSI 23 (level, low) -> IRQ 23
[    4.766522] sata_nv 0000:00:05.2: Using SWNCQ mode
[    4.766978] PCI: Setting latency timer of device 0000:00:05.2 to 64
[    4.767085] scsi4 : sata_nv
[    4.767314] scsi5 : sata_nv
[    4.767629] ata5: SATA max UDMA/133 cmd 0xa000 ctl 0x9c00 bmdma 0x9480 irq 23
[    4.767744] ata6: SATA max UDMA/133 cmd 0x9880 ctl 0x9800 bmdma 0x9488 irq 23
[    5.222912] ata5: SATA link up 3.0 Gbps (SStatus 123 SControl 300)
[    5.247051] ata5.00: ATA-8: WDC WD1000FYPS-01ZKB0, 02.01B01, max UDMA/133
[    5.247174] ata5.00: 1953525168 sectors, multi 16: LBA48 NCQ (depth 31/32)
[    5.253756] ata5.00: configured for UDMA/133
[    5.569303] ata6: SATA link down (SStatus 0 SControl 300)
[    5.569598] scsi 4:0:0:0: Direct-Access     ATA      WDC WD1000FYPS-0 02.0 PQ: 0 ANSI: 5
[    5.569964] sd 4:0:0:0: [sdc] 1953525168 512-byte hardware sectors (1000205 MB)
[    5.570174] sd 4:0:0:0: [sdc] Write Protect is off
[    5.570274] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    5.570299] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.570540] sd 4:0:0:0: [sdc] 1953525168 512-byte hardware sectors (1000205 MB)
[    5.570735] sd 4:0:0:0: [sdc] Write Protect is off
[    5.570846] sd 4:0:0:0: [sdc] Mode Sense: 00 3a 00 00
[    5.570871] sd 4:0:0:0: [sdc] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    5.571078]  sdc: sdc1 sdc2 sdc3
[    5.573848] sd 4:0:0:0: [sdc] Attached SCSI disk
[    5.574065] sd 4:0:0:0: Attached scsi generic sg2 type 0
[    5.574240] initcall nv_init+0x0/0x1b returned 0 after 2303 msecs
[    5.574381] calling  fusion_init+0x0/0xf8
[    5.574487] Fusion MPT base driver 3.04.07
[    5.574593] Copyright (c) 1999-2008 LSI Corporation
[    5.574709] initcall fusion_init+0x0/0xf8 returned 0 after 0 msecs
[    5.574832] calling  mptsas_init+0x0/0xf5
[    5.574938] Fusion MPT SAS Host driver 3.04.07
[    5.575120] initcall mptsas_init+0x0/0xf5 returned 0 after 0 msecs
[    5.575251] calling  mptctl_init+0x0/0x105
[    5.575363] Fusion MPT misc device (ioctl) driver 3.04.07
[    5.575517] mptctl: Registered with Fusion MPT base driver
[    5.575618] mptctl: /dev/mptctl @ (major,minor=10,220)
[    5.575735] initcall mptctl_init+0x0/0x105 returned 0 after 0 msecs
[    5.575858] calling  ieee1394_init+0x0/0x256
[    5.576263] initcall ieee1394_init+0x0/0x256 returned 0 after 0 msecs
[    5.576395] calling  ohci1394_init+0x0/0x1b
[    5.576557] initcall ohci1394_init+0x0/0x1b returned 0 after 0 msecs
[    5.576679] calling  video1394_init_module+0x0/0xc6
[    5.576827] video1394: Installed video1394 module
[    5.576939] initcall video1394_init_module+0x0/0xc6 returned 0 after 0 msecs
[    5.577072] calling  init_raw1394+0x0/0xf2
[    5.577228] ieee1394: raw1394: /dev/raw1394 device initialized
[    5.577378] initcall init_raw1394+0x0/0xf2 returned 0 after 0 msecs
[    5.577513] calling  sbp2_module_init+0x0/0x72
[    5.577670] initcall sbp2_module_init+0x0/0x72 returned 0 after 0 msecs
[    5.577803] calling  ether1394_init_module+0x0/0x70
[    5.577982] initcall ether1394_init_module+0x0/0x70 returned 0 after 0 msecs
[    5.578102] calling  cdrom_init+0x0/0xd
[    5.578216] initcall cdrom_init+0x0/0xd returned 0 after 0 msecs
[    5.578338] calling  mon_init+0x0/0x103
[    5.578544] initcall mon_init+0x0/0x103 returned 0 after 0 msecs
[    5.578665] calling  ehci_hcd_init+0x0/0x8b
[    5.578772] ehci_hcd: block sizes: qh 160 qtd 96 itd 192 sitd 96
[    5.579144] ACPI: PCI Interrupt Link [LUB2] enabled at IRQ 22
[    5.579255] ehci_hcd 0000:00:02.1: PCI INT B -> Link[LUB2] -> GSI 22 (level, low) -> IRQ 22
[    5.579461] PCI: Setting latency timer of device 0000:00:02.1 to 64
[    5.579463] ehci_hcd 0000:00:02.1: EHCI Host Controller
[    5.579632] drivers/usb/core/inode.c: creating file 'devices'
[    5.579638] drivers/usb/core/inode.c: creating file '001'
[    5.579689] ehci_hcd 0000:00:02.1: new USB bus registered, assigned bus number 1
[    5.579887] ehci_hcd 0000:00:02.1: reset hcs_params 0x101a8a dbg=1 cc=1 pcc=10 !ppc ports=10
[    5.579896] ehci_hcd 0000:00:02.1: reset portroute 0 0 0 0 0 0 0 0 0 0 
[    5.579901] ehci_hcd 0000:00:02.1: reset hcc_params a086 caching frame 256/512/1024 park
[    5.579915] ehci_hcd 0000:00:02.1: park 0
[    5.579919] ehci_hcd 0000:00:02.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[    5.579927] ehci_hcd 0000:00:02.1: debug port 1
[    5.580042] ehci_hcd 0000:00:02.1: cache line size of 64 is not supported
[    5.580044] ehci_hcd 0000:00:02.1: supports USB remote wakeup
[    5.580058] ehci_hcd 0000:00:02.1: irq 22, io mem 0xfdffac00
[    5.580167] ehci_hcd 0000:00:02.1: reset command 080b02 park=3 ithresh=8 period=1024 Reset HALT
[    5.580173] ehci_hcd 0000:00:02.1: init command 010009 (park)=0 ithresh=1 period=256 RUN
[    5.585991] ehci_hcd 0000:00:02.1: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
[    5.586215] usb usb1: default language 0x0409
[    5.586244] usb usb1: uevent
[    5.586289] usb usb1: usb_probe_device
[    5.586291] usb usb1: configuration #1 chosen from 1 choice
[    5.586406] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[    5.586418] usb 1-0:1.0: uevent
[    5.586463] hub 1-0:1.0: usb_probe_interface
[    5.586465] hub 1-0:1.0: usb_probe_interface - got id
[    5.586467] hub 1-0:1.0: USB hub found
[    5.586581] hub 1-0:1.0: 10 ports detected
[    5.586694] hub 1-0:1.0: standalone hub
[    5.586695] hub 1-0:1.0: no power switching (usb 1.0)
[    5.586697] hub 1-0:1.0: individual port over-current protection
[    5.586699] hub 1-0:1.0: power on to power good time: 20ms
[    5.586703] hub 1-0:1.0: local power source is good
[    5.586706] hub 1-0:1.0: trying to enable port power on non-switchable hub
[    5.686825] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0000
[    5.687087] drivers/usb/core/inode.c: creating file '001'
[    5.687100] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    5.686941] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[    5.686950] hub 1-0:1.0: port 1, status 0501, change 0001, 480 Mb/s
[    5.687210] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.687401] usb usb1: Product: EHCI Host Controller
[    5.687507] usb usb1: Manufacturer: Linux 2.6.26 ehci_hcd
[    5.687604] usb usb1: SerialNumber: 0000:00:02.1
[    5.687778] initcall ehci_hcd_init+0x0/0x8b returned 0 after 103 msecs
[    5.687910] calling  ohci_hcd_mod_init+0x0/0xa4
[    5.688021] ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
[    5.688024] ohci_hcd: block sizes: ed 80 td 96
[    5.688364] ACPI: PCI Interrupt Link [LUB0] enabled at IRQ 21
[    5.688473] ohci_hcd 0000:00:02.0: PCI INT A -> Link[LUB0] -> GSI 21 (level, low) -> IRQ 21
[    5.688673] PCI: Setting latency timer of device 0000:00:02.0 to 64
[    5.688675] ohci_hcd 0000:00:02.0: OHCI Host Controller
[    5.688828] drivers/usb/core/inode.c: creating file '002'
[    5.688875] ohci_hcd 0000:00:02.0: new USB bus registered, assigned bus number 2
[    5.689093] ohci_hcd 0000:00:02.0: created debug files
[    5.689094] ohci_hcd 0000:00:02.0: supports USB remote wakeup
[    5.689098] ohci_hcd 0000:00:02.0: irq 21, io mem 0xfdffb000
[    5.741993] ohci_hcd 0000:00:02.0: OHCI controller state
[    5.741996] ohci_hcd 0000:00:02.0: OHCI 1.0, NO legacy support registers
[    5.741999] ohci_hcd 0000:00:02.0: control 0x683 RWE RWC HCFS=operational CBSR=3
[    5.742002] ohci_hcd 0000:00:02.0: cmdstatus 0x00000 SOC=0
[    5.742005] ohci_hcd 0000:00:02.0: intrstatus 0x00000004 SF
[    5.742007] ohci_hcd 0000:00:02.0: intrenable 0x8000004a MIE RHSC RD WDH
[    5.742012] ohci_hcd 0000:00:02.0: hcca frame #0003
[    5.742016] ohci_hcd 0000:00:02.0: roothub.a 0100120a POTPGT=1 NOCP NPS NDP=10(10)
[    5.742019] ohci_hcd 0000:00:02.0: roothub.b 00000000 PPCM=0000 DR=0000
[    5.742022] ohci_hcd 0000:00:02.0: roothub.status 00008000 DRWE
[    5.742026] ohci_hcd 0000:00:02.0: roothub.portstatus [0] 0x00000100 PPS
[    5.742029] ohci_hcd 0000:00:02.0: roothub.portstatus [1] 0x00000100 PPS
[    5.742032] ohci_hcd 0000:00:02.0: roothub.portstatus [2] 0x00000100 PPS
[    5.742035] ohci_hcd 0000:00:02.0: roothub.portstatus [3] 0x00000100 PPS
[    5.742038] ohci_hcd 0000:00:02.0: roothub.portstatus [4] 0x00000100 PPS
[    5.742042] ohci_hcd 0000:00:02.0: roothub.portstatus [5] 0x00000100 PPS
[    5.742045] ohci_hcd 0000:00:02.0: roothub.portstatus [6] 0x00000100 PPS
[    5.742048] ohci_hcd 0000:00:02.0: roothub.portstatus [7] 0x00000100 PPS
[    5.742051] ohci_hcd 0000:00:02.0: roothub.portstatus [8] 0x00000100 PPS
[    5.742054] ohci_hcd 0000:00:02.0: roothub.portstatus [9] 0x00000100 PPS
[    5.742063] usb usb2: default language 0x0409
[    5.742092] usb usb2: uevent
[    5.742130] usb usb2: usb_probe_device
[    5.742133] usb usb2: configuration #1 chosen from 1 choice
[    5.742250] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[    5.742260] usb 2-0:1.0: uevent
[    5.742295] hub 2-0:1.0: usb_probe_interface
[    5.742297] hub 2-0:1.0: usb_probe_interface - got id
[    5.742299] hub 2-0:1.0: USB hub found
[    5.742413] hub 2-0:1.0: 10 ports detected
[    5.742512] hub 2-0:1.0: standalone hub
[    5.742514] hub 2-0:1.0: no power switching (usb 1.0)
[    5.742525] hub 2-0:1.0: no over-current protection
[    5.742526] hub 2-0:1.0: power on to power good time: 2ms
[    5.742531] hub 2-0:1.0: local power source is good
[    5.742533] hub 2-0:1.0: trying to enable port power on non-switchable hub
[    5.790809] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x501
[    5.842048] ehci_hcd 0000:00:02.1: port 1 high speed
[    5.842052] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[    5.843029] drivers/usb/core/inode.c: creating file '001'
[    5.843037] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    5.843135] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    5.843336] usb usb2: Product: OHCI Host Controller
[    5.843433] usb usb2: Manufacturer: Linux 2.6.26 ohci_hcd
[    5.843539] usb usb2: SerialNumber: 0000:00:02.0
[    5.843721] initcall ohci_hcd_mod_init+0x0/0xa4 returned 0 after 148 msecs
[    5.843842] calling  usblp_init+0x0/0x1b
[    5.892813] usb 1-1: new high speed USB device using ehci_hcd and address 2
[    5.944110] ehci_hcd 0000:00:02.1: port 1 high speed
[    5.944115] ehci_hcd 0000:00:02.1: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[    6.007481] usb 1-1: uevent
[    6.007532] usb 1-1: usb_probe_device
[    6.007535] usb 1-1: configuration #1 chosen from 1 choice
[    6.007695] usb 1-1: adding 1-1:1.0 (config #1, interface 0)
[    6.007707] usb 1-1:1.0: uevent
[    6.007752] hub 1-1:1.0: usb_probe_interface
[    6.007754] hub 1-1:1.0: usb_probe_interface - got id
[    6.007756] hub 1-1:1.0: USB hub found
[    6.007945] hub 1-1:1.0: 2 ports detected
[    6.008017] hub 1-1:1.0: compound device; port removable status: FR
[    6.008017] hub 1-1:1.0: individual port power switching
[    6.008017] hub 1-1:1.0: individual port over-current protection
[    6.008017] hub 1-1:1.0: Single TT
[    6.008017] hub 1-1:1.0: TT requires at most 8 FS bit times (666 ns)
[    6.008017] hub 1-1:1.0: power on to power good time: 100ms
[    6.008261] hub 1-1:1.0: local power source is good
[    6.008263] hub 1-1:1.0: enabling power on all ports
[    6.108818] usb 1-1: link qh256-0001/ffff88007f808140 start 255 [1/0 us]
[    6.108886] drivers/usb/core/inode.c: creating file '002'
[    6.108902] usb 1-1: New USB device found, idVendor=0424, idProduct=2512
[    6.109017] usb 1-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    6.109156] ehci_hcd 0000:00:02.1: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
[    6.109161] hub 1-0:1.0: port 3, status 0501, change 0001, 480 Mb/s
[    6.212814] hub 1-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x501
[    6.263801] ehci_hcd 0000:00:02.1: port 3 full speed --> companion
[    6.263804] ehci_hcd 0000:00:02.1: GetStatus port 3 status 003001 POWER OWNER sig=se0 CONNECT
[    6.263830] hub 1-0:1.0: port 3 not reset yet, waiting 50ms
[    6.314813] ehci_hcd 0000:00:02.1: GetStatus port 3 status 003802 POWER OWNER sig=j CSC
[    6.314843] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0008
[    6.314853] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00010101 CSC PPS CCS
[    6.314857] hub 2-0:1.0: port 3, status 0101, change 0001, 12 Mb/s
[    6.418797] hub 2-0:1.0: debounce: port 3: total 100ms stable 100ms status 0x101
[    6.524809] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[    6.575807] usb 2-3: new full speed USB device using ohci_hcd and address 2
[    6.683805] ohci_hcd 0000:00:02.0: GetStatus roothub.portstatus [2] = 0x00100103 PRSC PPS PES CCS
[    6.747799] usb 2-3: ep0 maxpacket = 8
[    6.767826] usb 2-3: default language 0x0409
[    6.777849] usb 2-3: uevent
[    6.777894] usb 2-3: usb_probe_device
[    6.777895] usb 2-3: configuration #1 chosen from 1 choice
[    6.780827] usb 2-3: adding 2-3:1.0 (config #1, interface 0)
[    6.780838] usb 2-3:1.0: uevent
[    6.780973] drivers/usb/core/inode.c: creating file '002'
[    6.780982] usb 2-3: New USB device found, idVendor=04f9, idProduct=0027
[    6.781094] usb 2-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    6.781237] usb 2-3: Product: HL-2030 series
[    6.781356] usb 2-3: Manufacturer: Brother
[    6.781473] usb 2-3: SerialNumber: E6J824776
[    6.781620] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0006
[    6.781870] hub 1-1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[    6.885122] hub 1-1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[    6.896119] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
[    6.958124] usb 1-1.1: new high speed USB device using ehci_hcd and address 4
[    6.971117] hub 1-1:1.0: port 1 not reset yet, waiting 10ms
[    7.046385] usb 1-1.1: uevent
[    7.046429] usb 1-1.1: usb_probe_device
[    7.046431] usb 1-1.1: configuration #1 chosen from 1 choice
[    7.046614] usb 1-1.1: adding 1-1.1:1.0 (config #1, interface 0)
[    7.046628] usb 1-1.1:1.0: uevent
[    7.046670] hub 1-1.1:1.0: usb_probe_interface
[    7.046671] hub 1-1.1:1.0: usb_probe_interface - got id
[    7.046673] hub 1-1.1:1.0: USB hub found
[    7.046864] hub 1-1.1:1.0: 4 ports detected
[    7.053010] hub 1-1.1:1.0: compound device; port removable status: FRRR
[    7.053011] hub 1-1.1:1.0: ganged power switching
[    7.053013] hub 1-1.1:1.0: global over-current protection
[    7.054154] hub 1-1.1:1.0: TT per port
[    7.054155] hub 1-1.1:1.0: TT requires at most 8 FS bit times (666 ns)
[    7.054157] hub 1-1.1:1.0: power on to power good time: 100ms
[    7.054353] hub 1-1.1:1.0: local power source is good
[    7.054355] hub 1-1.1:1.0: no over-current condition exists
[    7.054357] hub 1-1.1:1.0: enabling power on all ports
[    7.154785] usb 1-1.1: link qh256-0001/ffff88007f808280 start 255 [1/0 us]
[    7.154789] drivers/usb/core/inode.c: creating file '004'
[    7.154798] usb 1-1.1: New USB device found, idVendor=0424, idProduct=2602
[    7.154920] usb 1-1.1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[    7.155352] hub 1-1:1.0: port 2, status 0101, change 0001, 12 Mb/s
[    7.259104] hub 1-1:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
[    7.270101] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[    7.332106] usb 1-1.2: new high speed USB device using ehci_hcd and address 5
[    7.349099] hub 1-1:1.0: port 2 not reset yet, waiting 10ms
[    7.562472] usb 1-1.2: skipped 1 descriptor after configuration
[    7.562475] usb 1-1.2: skipped 11 descriptors after interface
[    7.562477] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.562479] usb 1-1.2: skipped 17 descriptors after interface
[    7.562483] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.562485] usb 1-1.2: skipped 4 descriptors after interface
[    7.562487] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.562489] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.562491] usb 1-1.2: skipped 2 descriptors after interface
[    7.562493] usb 1-1.2: skipped 1 descriptor after endpoint
[    7.564343] usb 1-1.2: default language 0x0409
[    7.567989] usb 1-1.2: uevent
[    7.568032] usb 1-1.2: usb_probe_device
[    7.568034] usb 1-1.2: configuration #1 chosen from 1 choice
[    7.568220] usb 1-1.2: adding 1-1.2:1.0 (config #1, interface 0)
[    7.568233] usb 1-1.2:1.0: uevent
[    7.568326] usb 1-1.2: adding 1-1.2:1.1 (config #1, interface 1)
[    7.568339] usb 1-1.2:1.1: uevent
[    7.568377] usb 1-1.2: adding 1-1.2:1.2 (config #1, interface 2)
[    7.568390] usb 1-1.2:1.2: uevent
[    7.568427] usb 1-1.2: adding 1-1.2:1.3 (config #1, interface 3)
[    7.568441] usb 1-1.2:1.3: uevent
[    7.568486] drivers/usb/core/inode.c: creating file '005'
[    7.568494] usb 1-1.2: New USB device found, idVendor=046d, idProduct=08ce
[    7.568606] usb 1-1.2: New USB device strings: Mfr=0, Product=0, SerialNumber=2
[    7.568833] usb 1-1.2: SerialNumber: 48ADA3A2
[    7.568948] hub 1-0:1.0: state 7 ports 10 chg 0000 evt 0008
[    7.568955] hub 2-0:1.0: state 7 ports 10 chg 0000 evt 0008
[    7.568960] hub 1-1:1.0: state 7 ports 2 chg 0000 evt 0004
[    7.569132] usblp 2-3:1.0: usb_probe_interface
[    7.569135] usblp 2-3:1.0: usb_probe_interface - got id
[    7.570096] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0006
[    7.570342] hub 1-1.1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[    7.575803] drivers/usb/core/file.c: looking for a minor, starting at 0
[    7.575900] usblp0: USB Bidirectional printer dev 2 if 0 alt 0 proto 2 vid 0x04F9 pid 0x0027
[    7.674097] hub 1-1.1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[    7.686093] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
[    7.748097] usb 1-1.1.1: new high speed USB device using ehci_hcd and address 6
[    7.767090] hub 1-1.1:1.0: port 1 not reset yet, waiting 10ms
[    7.862214] usb 1-1.1.1: skipped 1 descriptor after endpoint
[    7.869842] usb 1-1.1.1: default language 0x0409
[    7.911859] usb 1-1.1.1: uevent
[    7.911903] usb 1-1.1.1: usb_probe_device
[    7.911905] usb 1-1.1.1: configuration #1 chosen from 1 choice
[    7.912086] usb 1-1.1.1: adding 1-1.1.1:1.0 (config #1, interface 0)
[    7.912099] usb 1-1.1.1:1.0: uevent
[    7.912237] drivers/usb/core/inode.c: creating file '006'
[    7.912245] usb 1-1.1.1: New USB device found, idVendor=0424, idProduct=2228
[    7.912364] usb 1-1.1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[    7.912566] usb 1-1.1.1: Product: Flash Card Reader
[    7.912679] usb 1-1.1.1: Manufacturer: Generic
[    7.912793] usb 1-1.1.1: SerialNumber: 071031504947
[    7.913212] hub 1-1.1:1.0: port 2, status 0301, change 0001, 1.5 Mb/s
[    8.017090] hub 1-1.1:1.0: debounce: port 2: total 100ms stable 100ms status 0x301
[    8.028084] hub 1-1.1:1.0: port 2 not reset yet, waiting 10ms
[    8.090090] usb 1-1.1.2: new low speed USB device using ehci_hcd and address 7
[    8.103082] hub 1-1.1:1.0: port 2 not reset yet, waiting 10ms
[    8.180591] usb 1-1.1.2: skipped 1 descriptor after interface
[    8.180957] usb 1-1.1.2: default language 0x0409
[    8.183351] usb 1-1.1.2: uevent
[    8.183395] usb 1-1.1.2: usb_probe_device
[    8.183397] usb 1-1.1.2: configuration #1 chosen from 1 choice
[    8.183830] usb 1-1.1.2: adding 1-1.1.2:1.0 (config #1, interface 0)
[    8.183841] usb 1-1.1.2:1.0: uevent
[    8.183933] drivers/usb/core/inode.c: creating file '007'
[    8.183940] usb 1-1.1.2: New USB device found, idVendor=046d, idProduct=c044
[    8.184052] usb 1-1.1.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[    8.184263] usb 1-1.1.2: Product: USB-PS/2 Optical Mouse
[    8.184372] usb 1-1.1.2: Manufacturer: Logitech
[    8.185208] hub 1-1.1:1.0: state 7 ports 4 chg 0000 evt 0004
[    8.185385] usbcore: registered new interface driver usblp
[    8.185504] initcall usblp_init+0x0/0x1b returned 0 after 2233 msecs
[    8.185633] calling  usb_stor_init+0x0/0x50
[    8.185747] Initializing USB Mass Storage driver...
[    8.185893] usb-storage 1-1.1.1:1.0: usb_probe_interface
[    8.185897] usb-storage 1-1.1.1:1.0: usb_probe_interface - got id
[    8.185971] scsi6 : SCSI emulation for USB Mass Storage devices
[    8.186232] usb-storage: device found at 6
[    8.186234] usb-storage: waiting for device to settle before scanning
[    8.186267] usbcore: registered new interface driver usb-storage
[    8.186378] USB Mass Storage support registered.
[    8.186498] initcall usb_stor_init+0x0/0x50 returned 0 after 0 msecs
[    8.186621] calling  usb_usual_init+0x0/0x3e
[    8.186800] usbcore: registered new interface driver libusual
[    8.186912] initcall usb_usual_init+0x0/0x3e returned 0 after 0 msecs
[    8.187036] calling  i8042_init+0x0/0x39f
[    8.187271] PNP: PS/2 Controller [PNP0303:PS2K,PNP0f03:PS2M] at 0x60,0x64 irq 1,12
[    8.190282] serio: i8042 KBD port at 0x60,0x64 irq 1
[    8.190407] serio: i8042 AUX port at 0x60,0x64 irq 12
[    8.190532] initcall i8042_init+0x0/0x39f returned 0 after 3 msecs
[    8.190657] calling  mousedev_init+0x0/0x8e
[    8.190883] mice: PS/2 mouse device common for all mice
[    8.191004] initcall mousedev_init+0x0/0x8e returned 0 after 0 msecs
[    8.191138] calling  evdev_init+0x0/0x12
[    8.200242] initcall evdev_init+0x0/0x12 returned 0 after 8 msecs
[    8.200367] calling  atkbd_init+0x0/0x27
[    8.200549] initcall atkbd_init+0x0/0x27 returned 0 after 0 msecs
[    8.200687] calling  psmouse_init+0x0/0x6d
[    8.221641] input: AT Translated Set 2 keyboard as /devices/platform/i8042/serio0/input/input2
[    8.250475] initcall psmouse_init+0x0/0x6d returned 0 after 47 msecs
[    8.250610] calling  i2c_dev_init+0x0/0x9e
[    8.250745] i2c /dev entries driver
[    8.251046] initcall i2c_dev_init+0x0/0x9e returned 0 after 0 msecs
[    8.251193] calling  nforce2_init+0x0/0x1b
[    8.251598] i2c-adapter i2c-1: nForce2 SMBus adapter at 0x2d00
[    8.251780] i2c-adapter i2c-2: nForce2 SMBus adapter at 0x2e00
[    8.251943] initcall nforce2_init+0x0/0x1b returned 0 after 0 msecs
[    8.252074] calling  sm_lm85_init+0x0/0x14
[    8.269927] i2c-adapter i2c-2: lm85: Detected SMSC chip
[    8.270038] i2c-adapter i2c-2: lm85: Unrecognized version/stepping 0x68 Defaulting to Generic LM85.
[    8.270240] hwmon-vid: Unknown VRM version of your x86 CPU
[    8.283917] i2c-adapter i2c-2: lm85: Detected SMSC chip
[    8.284028] i2c-adapter i2c-2: lm85: Unrecognized version/stepping 0x68 Defaulting to Generic LM85.
[    8.284238] hwmon-vid: Unknown VRM version of your x86 CPU
[    8.291970] initcall sm_lm85_init+0x0/0x14 returned 0 after 37 msecs
[    8.292083] calling  linear_init+0x0/0x12
[    8.292189] md: linear personality registered for level -1
[    8.292297] initcall linear_init+0x0/0x12 returned 0 after 0 msecs
[    8.292407] calling  raid0_init+0x0/0x12
[    8.292522] md: raid0 personality registered for level 0
[    8.292630] initcall raid0_init+0x0/0x12 returned 0 after 0 msecs
[    8.292749] calling  raid_init+0x0/0x12
[    8.292865] md: raid1 personality registered for level 1
[    8.292977] initcall raid_init+0x0/0x12 returned 0 after 0 msecs
[    8.293098] calling  raid5_init+0x0/0x3e
[    8.309936] raid6: int64x1   2062 MB/s
[    8.326932] raid6: int64x2   2785 MB/s
[    8.343938] raid6: int64x4   2281 MB/s
[    8.360919] raid6: int64x8   1496 MB/s
[    8.377916] raid6: sse2x1    2968 MB/s
[    8.394925] raid6: sse2x2    4937 MB/s
[    8.411913] raid6: sse2x4    6062 MB/s
[    8.412010] raid6: using algorithm sse2x4 (6062 MB/s)
[    8.412118] md: raid6 personality registered for level 6
[    8.412227] md: raid5 personality registered for level 5
[    8.412336] md: raid4 personality registered for level 4
[    8.412434] initcall raid5_init+0x0/0x3e returned 0 after 113 msecs
[    8.412568] calling  dm_init+0x0/0x49
[    8.412815] device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
[    8.413014] initcall dm_init+0x0/0x49 returned 0 after 0 msecs
[    8.413137] calling  dm_crypt_init+0x0/0x69
[    8.413260] initcall dm_crypt_init+0x0/0x69 returned 0 after 0 msecs
[    8.413383] calling  dm_snapshot_init+0x0/0x1f1
[    8.413583] initcall dm_snapshot_init+0x0/0x1f1 returned 0 after 0 msecs
[    8.413707] calling  dm_mirror_init+0x0/0x2f
[    8.413824] initcall dm_mirror_init+0x0/0x2f returned 0 after 0 msecs
[    8.413942] calling  dm_dirty_log_init+0x0/0x59
[    8.414051] initcall dm_dirty_log_init+0x0/0x59 returned 0 after 0 msecs
[    8.414181] calling  dm_zero_init+0x0/0x31
[    8.414299] initcall dm_zero_init+0x0/0x31 returned 0 after 0 msecs
[    8.414418] calling  edac_init+0x0/0x9d
[    8.414534] EDAC MC: Ver: 2.1.0 Jul 19 2008
[    8.414808] initcall edac_init+0x0/0x9d returned 0 after 0 msecs
[    8.414938] calling  cpufreq_stats_init+0x0/0x8f
[    8.415058] initcall cpufreq_stats_init+0x0/0x8f returned 0 after 0 msecs
[    8.415182] calling  cpufreq_gov_powersave_init+0x0/0x12
[    8.415295] initcall cpufreq_gov_powersave_init+0x0/0x12 returned 0 after 0 msecs
[    8.415498] calling  cpufreq_gov_userspace_init+0x0/0x12
[    8.415615] initcall cpufreq_gov_userspace_init+0x0/0x12 returned 0 after 0 msecs
[    8.415818] calling  cpufreq_gov_dbs_init+0x0/0x46
[    8.416145] initcall cpufreq_gov_dbs_init+0x0/0x46 returned 0 after 0 msecs
[    8.416268] calling  cpufreq_gov_dbs_init+0x0/0x12
[    8.416381] initcall cpufreq_gov_dbs_init+0x0/0x12 returned 0 after 0 msecs
[    8.416510] calling  hid_init+0x0/0xb
[    8.416653] initcall hid_init+0x0/0xb returned 0 after 0 msecs
[    8.416785] calling  hid_init+0x0/0x62
[    8.416958] usbcore: registered new interface driver hiddev
[    8.417098] usbhid 1-1.1.2:1.0: usb_probe_interface
[    8.417100] usbhid 1-1.1.2:1.0: usb_probe_interface - got id
[    8.420102] 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.430282] input,hidraw0: USB HID v1.10 Mouse [Logitech USB-PS/2 Optical Mouse] on usb-0000:00:02.1-1.1.2
[    8.430658] usbcore: registered new interface driver usbhid
[    8.430771] usbhid: v2.6:USB HID core driver
[    8.430893] initcall hid_init+0x0/0x62 returned 0 after 13 msecs
[    8.431035] calling  init_soundcore+0x0/0x59
[    8.431194] initcall init_soundcore+0x0/0x59 returned 0 after 0 msecs
[    8.431338] calling  alsa_sound_init+0x0/0x87
[    8.431485] Advanced Linux Sound Architecture Driver Version 1.0.17.
[    8.431599] initcall alsa_sound_init+0x0/0x87 returned 0 after 0 msecs
[    8.431742] calling  alsa_hwdep_init+0x0/0x64
[    8.431865] initcall alsa_hwdep_init+0x0/0x64 returned 0 after 0 msecs
[    8.431998] calling  alsa_timer_init+0x0/0x162
[    8.432177] initcall alsa_timer_init+0x0/0x162 returned 0 after 0 msecs
[    8.432310] calling  rtctimer_init+0x0/0x115
[    8.438481] initcall rtctimer_init+0x0/0x115 returned 0 after 0 msecs
[    8.438616] calling  alsa_pcm_init+0x0/0x6c
[    8.438765] initcall alsa_pcm_init+0x0/0x6c returned 0 after 0 msecs
[    8.438891] calling  snd_mem_init+0x0/0x2c
[    8.439040] initcall snd_mem_init+0x0/0x2c returned 0 after 0 msecs
[    8.439165] calling  alsa_rawmidi_init+0x0/0x80
[    8.439325] initcall alsa_rawmidi_init+0x0/0x80 returned 0 after 0 msecs
[    8.439460] calling  alsa_mixer_oss_init+0x0/0x3a
[    8.439608] initcall alsa_mixer_oss_init+0x0/0x3a returned 0 after 0 msecs
[    8.439761] calling  alsa_pcm_oss_init+0x0/0x7d
[    8.439902] initcall alsa_pcm_oss_init+0x0/0x7d returned 0 after 0 msecs
[    8.440055] calling  alsa_seq_oss_init+0x0/0x16c
[    8.440379] initcall alsa_seq_oss_init+0x0/0x16c returned 0 after 0 msecs
[    8.440515] calling  alsa_seq_init+0x0/0x57
[    8.440714] initcall alsa_seq_init+0x0/0x57 returned 0 after 0 msecs
[    8.440859] calling  alsa_seq_device_init+0x0/0x5b
[    8.440998] initcall alsa_seq_device_init+0x0/0x5b returned 0 after 0 msecs
[    8.441147] calling  alsa_seq_midi_event_init+0x0/0x8
[    8.441298] initcall alsa_seq_midi_event_init+0x0/0x8 returned 0 after 0 msecs
[    8.441553] calling  alsa_seq_midi_init+0x0/0x3a
[    8.441702] initcall alsa_seq_midi_init+0x0/0x3a returned 0 after 0 msecs
[    8.441856] calling  alsa_seq_midi_emul_init+0x0/0x8
[    8.441995] initcall alsa_seq_midi_emul_init+0x0/0x8 returned 0 after 0 msecs
[    8.442156] calling  alsa_opl3_init+0x0/0x8
[    8.442296] initcall alsa_opl3_init+0x0/0x8 returned 0 after 0 msecs
[    8.442448] calling  alsa_opl3_seq_init+0x0/0x1e
[    8.442578] initcall alsa_opl3_seq_init+0x0/0x1e returned 0 after 0 msecs
[    8.442738] calling  alsa_mpu401_uart_init+0x0/0x8
[    8.442873] initcall alsa_mpu401_uart_init+0x0/0x8 returned 0 after 0 msecs
[    8.443026] calling  alsa_card_cmipci_init+0x0/0x1b
[    8.443738] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 17
[    8.443874] C-Media PCI 0000:01:06.0: PCI INT A -> Link[LNKA] -> GSI 17 (level, low) -> IRQ 17
[    8.445368] initcall alsa_card_cmipci_init+0x0/0x1b returned 0 after 1 msecs
[    8.445528] calling  snd_usb_audio_init+0x0/0x3d
[    8.445682] snd-usb-audio 1-1.2:1.2: usb_probe_interface
[    8.445686] snd-usb-audio 1-1.2:1.2: usb_probe_interface - got id
[    8.456343] 5:3:3: cannot get freq at ep 0x86
[    8.483417] usbcore: registered new interface driver snd-usb-audio
[    8.483549] initcall snd_usb_audio_init+0x0/0x3d returned 0 after 36 msecs
[    8.483675] calling  alsa_sound_last_init+0x0/0x61
[    8.483801] ALSA device list:
[    8.483916]   #0: C-Media CMI8768 at 0xc800, irq 17
[    8.484038]   #1: USB Device 0x46d:0x8ce at usb-0000:00:02.1-1.2, high speed
[    8.484167] initcall alsa_sound_last_init+0x0/0x61 returned 0 after 0 msecs
[    8.484311] calling  sysctl_core_init+0x0/0x12
[    8.484482] initcall sysctl_core_init+0x0/0x12 returned 0 after 0 msecs
[    8.484607] calling  flow_cache_init+0x0/0x1bb
[    8.484790] initcall flow_cache_init+0x0/0x1bb returned 0 after 0 msecs
[    8.484928] calling  blackhole_module_init+0x0/0x12
[    8.485055] initcall blackhole_module_init+0x0/0x12 returned 0 after 0 msecs
[    8.485191] calling  sysctl_ipv4_init+0x0/0x4e
[    8.485637] initcall sysctl_ipv4_init+0x0/0x4e returned 0 after 0 msecs
[    8.485778] calling  init_syncookies+0x0/0x19
[    8.485921] initcall init_syncookies+0x0/0x19 returned 0 after 0 msecs
[    8.486052] calling  ipv4_netfilter_init+0x0/0x12
[    8.486183] initcall ipv4_netfilter_init+0x0/0x12 returned 0 after 0 msecs
[    8.486320] calling  inet_diag_init+0x0/0x69
[    8.486446] initcall inet_diag_init+0x0/0x69 returned 0 after 0 msecs
[    8.486570] calling  tcp_diag_init+0x0/0x12
[    8.486692] initcall tcp_diag_init+0x0/0x12 returned 0 after 0 msecs
[    8.486820] calling  bictcp_register+0x0/0x12
[    8.486948] TCP bic registered
[    8.487069] initcall bictcp_register+0x0/0x12 returned 0 after 0 msecs
[    8.487220] calling  cubictcp_register+0x0/0x6e
[    8.487348] TCP cubic registered
[    8.487462] initcall cubictcp_register+0x0/0x6e returned 0 after 0 msecs
[    8.487596] calling  tcp_westwood_register+0x0/0x12
[    8.487720] TCP westwood registered
[    8.487850] initcall tcp_westwood_register+0x0/0x12 returned 0 after 0 msecs
[    8.487977] calling  hstcp_register+0x0/0x12
[    8.488105] TCP highspeed registered
[    8.488230] initcall hstcp_register+0x0/0x12 returned 0 after 0 msecs
[    8.488396] calling  hybla_register+0x0/0x12
[    8.488523] TCP hybla registered
[    8.488664] initcall hybla_register+0x0/0x12 returned 0 after 0 msecs
[    8.488819] calling  htcp_register+0x0/0x12
[    8.488965] TCP htcp registered
[    8.489103] initcall htcp_register+0x0/0x12 returned 0 after 0 msecs
[    8.489258] calling  tcp_vegas_register+0x0/0x14
[    8.489396] TCP vegas registered
[    8.489531] initcall tcp_vegas_register+0x0/0x14 returned 0 after 0 msecs
[    8.489703] calling  tcp_veno_register+0x0/0x14
[    8.489838] TCP veno registered
[    8.489965] initcall tcp_veno_register+0x0/0x14 returned 0 after 0 msecs
[    8.490143] calling  tcp_scalable_register+0x0/0x12
[    8.490283] TCP scalable registered
[    8.490425] initcall tcp_scalable_register+0x0/0x12 returned 0 after 0 msecs
[    8.490568] calling  tcp_lp_register+0x0/0x12
[    8.490726] TCP lp registered
[    8.490850] initcall tcp_lp_register+0x0/0x12 returned 0 after 0 msecs
[    8.491008] calling  tcp_yeah_register+0x0/0x14
[    8.491149] TCP yeah registered
[    8.491293] initcall tcp_yeah_register+0x0/0x14 returned 0 after 0 msecs
[    8.491445] calling  tcp_illinois_register+0x0/0x12
[    8.491593] TCP illinois registered
[    8.491720] initcall tcp_illinois_register+0x0/0x12 returned 0 after 0 msecs
[    8.491873] calling  inet6_init+0x0/0x320
[    8.492116] NET: Registered protocol family 10
[    8.492856] lo: Disabled Privacy Extensions
[    8.494459] initcall inet6_init+0x0/0x320 returned 0 after 2 msecs
[    8.494622] calling  packet_init+0x0/0x47
[    8.494750] NET: Registered protocol family 17
[    8.494900] initcall packet_init+0x0/0x47 returned 0 after 0 msecs
[    8.495044] calling  powernowk8_init+0x0/0x92
[    8.495273] powernow-k8: Found 2 Quad-Core AMD Opteron(tm) Processor 2354 processors (8 cpu cores) (version 2.20.00)
[    8.495751] powernow-k8:    0 : pstate 0 (2200 MHz)
[    8.495869] powernow-k8:    1 : pstate 1 (2000 MHz)
[    8.496017] powernow-k8:    2 : pstate 2 (1700 MHz)
[    8.496117] powernow-k8:    3 : pstate 3 (1400 MHz)
[    8.496239] powernow-k8:    4 : pstate 4 (1100 MHz)
[    8.497326] powernow-k8:    0 : pstate 0 (2200 MHz)
[    8.497469] powernow-k8:    1 : pstate 1 (2000 MHz)
[    8.497616] powernow-k8:    2 : pstate 2 (1700 MHz)
[    8.497764] powernow-k8:    3 : pstate 3 (1400 MHz)
[    8.497902] powernow-k8:    4 : pstate 4 (1100 MHz)
[    8.498279] initcall powernowk8_init+0x0/0x92 returned 0 after 2 msecs
[    8.498444] calling  hpet_insert_resource+0x0/0x23
[    8.498598] initcall hpet_insert_resource+0x0/0x23 returned 0 after 0 msecs
[    8.498743] calling  update_mp_table+0x0/0x492
[    8.498890] initcall update_mp_table+0x0/0x492 returned 0 after 0 msecs
[    8.499045] calling  lapic_insert_resource+0x0/0x40
[    8.499188] initcall lapic_insert_resource+0x0/0x40 returned 0 after 0 msecs
[    8.499324] calling  init_lapic_nmi_sysfs+0x0/0x38
[    8.499480] initcall init_lapic_nmi_sysfs+0x0/0x38 returned 0 after 0 msecs
[    8.499633] calling  ioapic_insert_resources+0x0/0x4f
[    8.499778] initcall ioapic_insert_resources+0x0/0x4f returned 0 after 0 msecs
[    8.500038] calling  check_early_ioremap_leak+0x0/0x42
[    8.500161] initcall check_early_ioremap_leak+0x0/0x42 returned 0 after 0 msecs
[    8.500459] calling  init_oops_id+0x0/0x23
[    8.500582] initcall init_oops_id+0x0/0x23 returned 0 after 0 msecs
[    8.500743] calling  disable_boot_consoles+0x0/0x3a
[    8.500887] initcall disable_boot_consoles+0x0/0x3a returned 0 after 0 msecs
[    8.501044] calling  pm_qos_power_init+0x0/0x61
[    8.501328] initcall pm_qos_power_init+0x0/0x61 returned 0 after 0 msecs
[    8.501503] calling  debugfs_kprobe_init+0x0/0x89
[    8.501645] initcall debugfs_kprobe_init+0x0/0x89 returned 0 after 0 msecs
[    8.501798] calling  random32_reseed+0x0/0x6c
[    8.501962] initcall random32_reseed+0x0/0x6c returned 0 after 0 msecs
[    8.502098] calling  pci_sysfs_init+0x0/0x4c
[    8.502466] initcall pci_sysfs_init+0x0/0x4c returned 0 after 0 msecs
[    8.502619] calling  acpi_wakeup_device_init+0x0/0xb1
[    8.502771] initcall acpi_wakeup_device_init+0x0/0xb1 returned 0 after 0 msecs
[    8.509043] calling  seqgen_init+0x0/0xf
[    8.509182] initcall seqgen_init+0x0/0xf returned 0 after 0 msecs
[    8.509326] calling  saa7134_alsa_init+0x0/0x6e
[    8.509445] saa7134 ALSA driver for DMA sound loaded
[    8.509598] saa7134[0]/alsa: saa7134[0] at 0xfeaffc00 irq 19 registered as card -1
[    8.510243] initcall saa7134_alsa_init+0x0/0x6e returned 0 after 0 msecs
[    8.510388] calling  scsi_complete_async_scans+0x0/0x10c
[    8.510508] initcall scsi_complete_async_scans+0x0/0x10c returned 0 after 0 msecs
[    8.510744] calling  memmap_init+0x0/0x98
[    8.510893] initcall memmap_init+0x0/0x98 returned 0 after 0 msecs
[    8.511045] calling  pci_mmcfg_late_insert_resources+0x0/0x43
[    8.511169] initcall pci_mmcfg_late_insert_resources+0x0/0x43 returned 0 after 0 msecs
[    8.511413] calling  tcp_congestion_default+0x0/0x12
[    8.511534] initcall tcp_congestion_default+0x0/0x12 returned 0 after 0 msecs
[    8.511872] md: Autodetecting RAID arrays.
[    8.511999] md: Scanned 0 and added 0 devices.
[    8.512118] md: autorun ...
[    8.512240] md: ... autorun DONE.
[    8.532967] kjournald starting.  Commit interval 5 seconds
[    8.532979] EXT3-fs: mounted filesystem with ordered data mode.
[    8.532990] VFS: Mounted root (ext3 filesystem) readonly.
[    8.533004] Freeing unused kernel memory: 320k freed
[    8.533162] Write protecting the kernel read-only data: 5328k
[    9.210264] md: md0 stopped.
[    9.408280] md: bind<sdc3>
[    9.408583] md: bind<sdb3>
[    9.408903] raid1: raid set md0 active with 2 out of 2 mirrors
[    9.440980] md0: bitmap initialized from disk: read 15/15 pages, set 47 bits
[    9.441104] created bitmap (233 pages) for device md0
[    9.822598] kjournald starting.  Commit interval 5 seconds
[    9.822532] EXT3-fs: mounted filesystem with ordered data mode.
[   12.321768] usb usb2: uevent
[   12.321785] usb 2-0:1.0: uevent
[   12.321816] usb 2-3: uevent
[   12.321831] usb 2-3:1.0: uevent
[   12.321917] usb usb1: uevent
[   12.321931] usb 1-0:1.0: uevent
[   12.321957] usb 1-1: uevent
[   12.321973] usb 1-1.1: uevent
[   12.321990] usb 1-1.1.1: uevent
[   12.322006] usb 1-1.1.1:1.0: uevent
[   12.322080] usb 1-1.1.2: uevent
[   12.322096] usb 1-1.1.2:1.0: uevent
[   12.322192] usb 1-1.1:1.0: uevent
[   12.322220] usb 1-1.2: uevent
[   12.322235] usb 1-1.2:1.0: uevent
[   12.322265] usb 1-1.2:1.1: uevent
[   12.322281] usb 1-1.2:1.2: uevent
[   12.322378] usb 1-1.2:1.3: uevent
[   12.322393] usb 1-1:1.0: uevent
[   12.776745] fglrx: module license 'Proprietary. (C) 2002 - ATI Technologies, Starnberg, GERMANY' taints kernel.
[   12.777181] Symbol init_mm is marked as UNUSED, however this module is using it.
[   12.777183] This symbol will go away in the future.
[   12.777186] 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.
[   12.800018] [fglrx]   vendor: 1002 device: 95c0 count: 1
[   12.800770] [fglrx] Maximum main memory to use for locked dma buffers: 15775 MBytes.
[   12.801147] [fglrx:KCL_enable_pat] *ERROR* Pat entry 2 is already configured
[   12.801268] [fglrx] PAT is disabled!
[   12.801291] [fglrx] module loaded - fglrx 8.50.3 [Jun  2 2008] with 1 minors
[   13.191916] usb-storage: device scan complete
[   13.196062] scsi 6:0:0:0: Direct-Access     Generic  Flash HS-CF      5.39 PQ: 0 ANSI: 0
[   13.200048] scsi 6:0:0:1: Direct-Access     Generic  Flash HS-COMBO   5.39 PQ: 0 ANSI: 0
[   13.205158] sd 6:0:0:0: [sdd] Attached SCSI removable disk
[   13.205202] sd 6:0:0:0: Attached scsi generic sg3 type 0
[   13.210910] sd 6:0:0:1: [sde] Attached SCSI removable disk
[   13.210952] sd 6:0:0:1: Attached scsi generic sg4 type 0
[   15.939702] ------------[ cut here ]------------
[   15.939706] WARNING: at include/linux/blkdev.h:447 blk_plug_device+0x5e/0x97()
[   15.939709] Modules linked in: fglrx(P)
[   15.939715] Pid: 3192, comm: mount Tainted: P          2.6.26 #03414-g33af79d-dirty
[   15.939717] 
[   15.939717] Call Trace:
[   15.939724]  [<ffffffff80231f24>] warn_on_slowpath+0x58/0x86
[   15.939731]  [<ffffffff804c4289>] ? bitmap_get_counter+0x156/0x1fa
[   15.939734]  [<ffffffff80337630>] blk_plug_device+0x5e/0x97
[   15.939737]  [<ffffffff804c4d3e>] bitmap_startwrite+0x12a/0x172
[   15.939740]  [<ffffffff802abc04>] ? bio_alloc_bioset+0x4b/0x8f
[   15.939744]  [<ffffffff804b081e>] make_request+0x5c3/0x658
[   15.939748]  [<ffffffff80247c4b>] ? up_read+0x9/0xb
[   15.939751]  [<ffffffff80336bab>] generic_make_request+0x1e3/0x21a
[   15.939754]  [<ffffffff802abb93>] ? bvec_alloc_bs+0x81/0xa7
[   15.939756]  [<ffffffff8033816f>] submit_bio+0x111/0x11a
[   15.939760]  [<ffffffff802a7c40>] submit_bh+0xf0/0x114
[   15.939764]  [<ffffffff802a98d4>] __block_write_full_page+0x1c2/0x2ae
[   15.939767]  [<ffffffff802adad7>] ? blkdev_get_block+0x0/0x4d
[   15.939770]  [<ffffffff802adad7>] ? blkdev_get_block+0x0/0x4d
[   15.939773]  [<ffffffff802a9ab2>] block_write_full_page+0xf2/0xfb
[   15.939779]  [<ffffffff802ad718>] blkdev_writepage+0x13/0x15
[   15.939783]  [<ffffffff80263234>] __writepage+0x12/0x2b
[   15.939785]  [<ffffffff802636e9>] write_cache_pages+0x1ae/0x318
[   15.939787]  [<ffffffff80263222>] ? __writepage+0x0/0x2b
[   15.939790]  [<ffffffff802478b9>] ? ktime_get_ts+0x49/0x4e
[   15.939793]  [<ffffffff802478cf>] ? ktime_get+0x11/0x42
[   15.939797]  [<ffffffff8022a0e5>] ? hrtick_start_fair+0xf3/0x130
[   15.939800]  [<ffffffff80263872>] generic_writepages+0x1f/0x25
[   15.939802]  [<ffffffff802638a0>] do_writepages+0x28/0x37
[   15.939807]  [<ffffffff8025d80a>] __filemap_fdatawrite_range+0x55/0x60
[   15.939810]  [<ffffffff8025d9af>] filemap_fdatawrite+0x1a/0x1c
[   15.939813]  [<ffffffff8025d9ca>] filemap_write_and_wait+0x19/0x38
[   15.939816]  [<ffffffff802a88fc>] sync_blockdev+0x1b/0x1d
[   15.939818]  [<ffffffff80288b94>] __fsync_super+0x5e/0x6f
[   15.939821]  [<ffffffff80288bb6>] fsync_super+0x11/0x21
[   15.939823]  [<ffffffff80288c10>] do_remount_sb+0x4a/0x194
[   15.939827]  [<ffffffff8029de86>] do_remount+0x111/0x147
[   15.939830]  [<ffffffff8029ea75>] do_mount+0x147/0x1de
[   15.939833]  [<ffffffff8026d574>] ? handle_mm_fault+0x1f9/0x6e5
[   15.939835]  [<ffffffff80262cb2>] ? __alloc_pages_nodemask+0x9/0xb
[   15.939838]  [<ffffffff8027c800>] ? alloc_pages_current+0x96/0x9f
[   15.939842]  [<ffffffff8029eb95>] sys_mount+0x89/0xd5
[   15.939845]  [<ffffffff8023db57>] ? sys_rt_sigprocmask+0x58/0xd7
[   15.939848]  [<ffffffff8020b39b>] system_call_after_swapgs+0x7b/0x80
[   15.939850] 
[   15.939852] ---[ end trace e14f146f3ea1d407 ]---
[   16.062362] EXT3 FS on dm-0, internal journal
[   16.277444] kjournald starting.  Commit interval 5 seconds
[   16.317276] EXT3 FS on sdb1, internal journal
[   16.317283] EXT3-fs: mounted filesystem with ordered data mode.
[   16.327275] kjournald starting.  Commit interval 5 seconds
[   16.327282] EXT3 FS on sdc1, internal journal
[   16.327286] EXT3-fs: mounted filesystem with ordered data mode.
[   16.331850] kjournald starting.  Commit interval 5 seconds
[   16.331930] EXT3 FS on sda2, internal journal
[   16.331934] EXT3-fs: mounted filesystem with ordered data mode.
[   16.350289] NTFS volume version 3.1.
[   16.399596] ISO 9660 Extensions: Microsoft Joliet Level 1
[   16.417552] ISOFS: changing to secondary root
[   16.679349] Adding 506036k swap on /dev/mapper/crypt-swap.  Priority:-1 extents:1 across:506036k
[   19.927706] usb 1-1.1.2: link qh1-0e01/ffff88007f808640 start 0 [1/2 us]
[   23.487473] tuner' 0-0043: Cmd VIDIOC_S_STD accepted for analog TV
[   23.487481] tuner' 0-0060: Cmd VIDIOC_S_STD accepted for analog TV
[   23.487484] tuner' 0-0060: tv freq set to 400.00
[   23.492722] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[   23.494897] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[   23.499256] tuner' 0-0043: Cmd VIDIOC_S_STD accepted for analog TV
[   23.499263] tuner' 0-0060: Cmd VIDIOC_S_STD accepted for analog TV
[   23.499266] tuner' 0-0060: tv freq set to 400.00
[   23.505381] tuner' 0-0043: Cmd TUNER_SET_STANDBY accepted for analog TV
[   23.508103] tuner' 0-0060: Cmd TUNER_SET_STANDBY accepted for analog TV
[   23.783747] hda: UDMA/66 mode selected

  reply	other threads:[~2008-07-19  5:47 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 ` [patch 0/3] fastboot patches series 1 Simon Arlott
2008-07-19  5:16   ` Arjan van de Ven
2008-07-19  5:47     ` Simon Arlott [this message]
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=48817FE3.7020907@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