[BISECTED] 33 second boot delay (caused by Radeon KMS) on 2.6.32

From: Steven Noonan
Date: Tue Dec 08 2009 - 00:01:24 EST


Hi,

I finally got around to compiling 2.6.32 for my primary machine, and
with radeon.modeset=1, the machine has a horrifying 33 second boot
delay (it stays at a black screen for the duration).

I figured a 'git bisect v2.6.32 v2.6.31 -- drivers/gpu/drm' would
catch it. Hopefully this bisection helps pin down the underlying
problem:
# bad: [22763c5c] Linux 2.6.32
# good: [74fca6a4] Linux 2.6.31
# bad: [df748b02] drm/ttm: fix refcounting in ttm global code.
# good: [a513c184] drm/radeon/kms: Don't try to process irq when we a
# good: [aadd4e17] drm/radeon: some r420s have a CP race with the DMA
# good: [74bf2ad5] drm/kms: make fb helper work for all drivers.
# bad: [62a8ea3f] drm/radeon/kms: Remove old init path as no hw use
# good: [f0ed1f65] drm/radeon/kms: Convert R520 to new init path and
# skip: [d4550907] drm/radeon/kms: Convert R100 to new init path (V2)
# good: [3bc68535] drm/radeon/kms: Convert RS690/RS740 to new init pa
# bad: [c010f800] drm/radeon/kms: Convert RS600 to new init path

Any ideas why c010f800 would cause this?

Attached is dmesg from v2.6.32 booting on the affected machine. Note
the painful delay between lines 538 and 539.

- Steven
[ 0.000000] Linux version 2.6.32 (root@alcarin) (gcc version 4.4.2 (Gentoo 4.4.2 p1.0) ) #2 SMP Mon Dec 7 19:05:22 PST 2009
[ 0.000000] Command line: root=/dev/sda5 video=uvesafb:1440x900-32,mtrr:3,ywrap,nocrtc nmi_watchdog=1
[ 0.000000] KERNEL supported cpus:
[ 0.000000] Intel GenuineIntel
[ 0.000000] AMD AuthenticAMD
[ 0.000000] Centaur CentaurHauls
[ 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 - 00000000bf0e7000 (usable)
[ 0.000000] BIOS-e820: 00000000bf0e7000 - 00000000bf2e8000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bf2e8000 - 00000000bfebe000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bfebe000 - 00000000bfeef000 (ACPI NVS)
[ 0.000000] BIOS-e820: 00000000bfeef000 - 00000000bff00000 (ACPI data)
[ 0.000000] BIOS-e820: 00000000bff00000 - 00000000c0000000 (reserved)
[ 0.000000] BIOS-e820: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] BIOS-e820: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] BIOS-e820: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] BIOS-e820: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] DMI 2.4 present.
[ 0.000000] last_pfn = 0xbf0e7 max_arch_pfn = 0x400000000
[ 0.000000] MTRR default type: uncachable
[ 0.000000] MTRR fixed ranges enabled:
[ 0.000000] 00000-9FFFF write-back
[ 0.000000] A0000-BFFFF uncachable
[ 0.000000] C0000-CFFFF write-protect
[ 0.000000] D0000-DFFFF uncachable
[ 0.000000] E0000-FFFFF write-protect
[ 0.000000] MTRR variable ranges enabled:
[ 0.000000] 0 base 0FFE00000 mask FFFE00000 write-protect
[ 0.000000] 1 base 000000000 mask F80000000 write-back
[ 0.000000] 2 base 080000000 mask FC0000000 write-back
[ 0.000000] 3 base 000000000 mask F80000000 write-back
[ 0.000000] 4 base 080000000 mask FC0000000 write-back
[ 0.000000] 5 base 0BFF00000 mask FFFF00000 uncachable
[ 0.000000] 6 disabled
[ 0.000000] 7 disabled
[ 0.000000] x86 PAT enabled: cpu 0, old 0x7040600070406, new 0x7010600070106
[ 0.000000] e820 update range: 0000000000001000 - 0000000000006000 (usable) ==> (reserved)
[ 0.000000] Scanning 1 areas for low memory corruption
[ 0.000000] modified physical RAM map:
[ 0.000000] modified: 0000000000000000 - 0000000000001000 (usable)
[ 0.000000] modified: 0000000000001000 - 0000000000006000 (reserved)
[ 0.000000] modified: 0000000000006000 - 000000000009fc00 (usable)
[ 0.000000] modified: 000000000009fc00 - 00000000000a0000 (reserved)
[ 0.000000] modified: 00000000000e0000 - 0000000000100000 (reserved)
[ 0.000000] modified: 0000000000100000 - 00000000bf0e7000 (usable)
[ 0.000000] modified: 00000000bf0e7000 - 00000000bf2e8000 (ACPI NVS)
[ 0.000000] modified: 00000000bf2e8000 - 00000000bfebe000 (ACPI data)
[ 0.000000] modified: 00000000bfebe000 - 00000000bfeef000 (ACPI NVS)
[ 0.000000] modified: 00000000bfeef000 - 00000000bff00000 (ACPI data)
[ 0.000000] modified: 00000000bff00000 - 00000000c0000000 (reserved)
[ 0.000000] modified: 00000000f0000000 - 00000000f4000000 (reserved)
[ 0.000000] modified: 00000000fec00000 - 00000000fec01000 (reserved)
[ 0.000000] modified: 00000000fed14000 - 00000000fed1a000 (reserved)
[ 0.000000] modified: 00000000fed1c000 - 00000000fed20000 (reserved)
[ 0.000000] modified: 00000000fee00000 - 00000000fee01000 (reserved)
[ 0.000000] modified: 00000000ffe00000 - 0000000100000000 (reserved)
[ 0.000000] initial memory mapped : 0 - 20000000
[ 0.000000] init_memory_mapping: 0000000000000000-00000000bf0e7000
[ 0.000000] 0000000000 - 00bf000000 page 2M
[ 0.000000] 00bf000000 - 00bf0e7000 page 4k
[ 0.000000] kernel direct mapping tables up to bf0e7000 @ 8000-d000
[ 0.000000] ACPI: RSDP 00000000000fe020 00024 (v02 APPLE )
[ 0.000000] ACPI: XSDT 00000000bfefd1c0 00074 (v01 APPLE Apple00 000000A5 01000013)
[ 0.000000] ACPI: FACP 00000000bfefb000 000F4 (v03 APPLE Apple00 000000A5 Loki 0000005F)
[ 0.000000] ACPI: DSDT 00000000bfef0000 048D1 (v01 APPLE MacBookP 00020002 INTL 20050309)
[ 0.000000] ACPI: FACS 00000000bfec0000 00040
[ 0.000000] ACPI: HPET 00000000bfefa000 00038 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: APIC 00000000bfef9000 00068 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: MCFG 00000000bfef8000 0003C (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: ASF! 00000000bfef7000 000A0 (v32 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SBST 00000000bfef6000 00030 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: ECDT 00000000bfef5000 00053 (v01 APPLE Apple00 00000001 Loki 0000005F)
[ 0.000000] ACPI: SSDT 00000000bfeef000 004DC (v01 APPLE CpuPm 00003000 INTL 20050309)
[ 0.000000] ACPI: SSDT 00000000bfebd000 0064F (v01 SataRe SataPri 00001000 INTL 20050309)
[ 0.000000] ACPI: SSDT 00000000bfebc000 0069C (v01 SataRe SataSec 00001000 INTL 20050309)
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] (6 early reservations) ==> bootmem [0000000000 - 00bf0e7000]
[ 0.000000] #0 [0000000000 - 0000001000] BIOS data page ==> [0000000000 - 0000001000]
[ 0.000000] #1 [0000006000 - 0000008000] TRAMPOLINE ==> [0000006000 - 0000008000]
[ 0.000000] #2 [0001000000 - 0001a1f808] TEXT DATA BSS ==> [0001000000 - 0001a1f808]
[ 0.000000] #3 [000009fc00 - 0000100000] BIOS reserved ==> [000009fc00 - 0000100000]
[ 0.000000] #4 [0001a20000 - 0001a20271] BRK ==> [0001a20000 - 0001a20271]
[ 0.000000] #5 [0000008000 - 000000b000] PGTABLE ==> [0000008000 - 000000b000]
[ 0.000000] [ffffea0000000000-ffffea0002ffffff] PMD -> [ffff880002000000-ffff880004ffffff] on node 0
[ 0.000000] Zone PFN ranges:
[ 0.000000] DMA 0x00000000 -> 0x00001000
[ 0.000000] DMA32 0x00001000 -> 0x00100000
[ 0.000000] Normal 0x00100000 -> 0x00100000
[ 0.000000] Movable zone start PFN for each node
[ 0.000000] early_node_map[3] active PFN ranges
[ 0.000000] 0: 0x00000000 -> 0x00000001
[ 0.000000] 0: 0x00000006 -> 0x0000009f
[ 0.000000] 0: 0x00000100 -> 0x000bf0e7
[ 0.000000] On node 0 totalpages: 782465
[ 0.000000] DMA zone: 64 pages used for memmap
[ 0.000000] DMA zone: 102 pages reserved
[ 0.000000] DMA zone: 3828 pages, LIFO batch:0
[ 0.000000] DMA32 zone: 12164 pages used for memmap
[ 0.000000] DMA32 zone: 766307 pages, LIFO batch:31
[ 0.000000] ACPI: PM-Timer IO Port: 0x408
[ 0.000000] ACPI: Local APIC address 0xfee00000
[ 0.000000] ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
[ 0.000000] ACPI: LAPIC (acpi_id[0x01] lapic_id[0x01] enabled)
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x00] high edge lint[0x1])
[ 0.000000] ACPI: LAPIC_NMI (acpi_id[0x01] high edge lint[0x1])
[ 0.000000] ACPI: IOAPIC (id[0x01] address[0xfec00000] gsi_base[0])
[ 0.000000] IOAPIC[0]: apic_id 1, version 32, address 0xfec00000, GSI 0-23
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 0 global_irq 2 dfl dfl)
[ 0.000000] ACPI: INT_SRC_OVR (bus 0 bus_irq 9 global_irq 9 high level)
[ 0.000000] ACPI: IRQ0 used by override.
[ 0.000000] ACPI: IRQ2 used by override.
[ 0.000000] ACPI: IRQ9 used by override.
[ 0.000000] Using ACPI (MADT) for SMP configuration information
[ 0.000000] ACPI: HPET id: 0x8086a201 base: 0xfed00000
[ 0.000000] SMP: Allowing 2 CPUs, 0 hotplug CPUs
[ 0.000000] nr_irqs_gsi: 24
[ 0.000000] PM: Registered nosave memory: 0000000000001000 - 0000000000006000
[ 0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[ 0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000e0000
[ 0.000000] PM: Registered nosave memory: 00000000000e0000 - 0000000000100000
[ 0.000000] Allocating PCI resources starting at c0000000 (gap: c0000000:30000000)
[ 0.000000] NR_CPUS:8 nr_cpumask_bits:8 nr_cpu_ids:2 nr_node_ids:1
[ 0.000000] PERCPU: Embedded 28 pages/cpu @ffff880001c00000 s83160 r8192 d23336 u1048576
[ 0.000000] pcpu-alloc: s83160 r8192 d23336 u1048576 alloc=1*2097152
[ 0.000000] pcpu-alloc: [0] 0 1
[ 0.000000] Built 1 zonelists in Zone order, mobility grouping on. Total pages: 770135
[ 0.000000] Kernel command line: root=/dev/sda5 video=uvesafb:1440x900-32,mtrr:3,ywrap,nocrtc nmi_watchdog=1
[ 0.000000] PID hash table entries: 4096 (order: 3, 32768 bytes)
[ 0.000000] Dentry cache hash table entries: 524288 (order: 10, 4194304 bytes)
[ 0.000000] Inode-cache hash table entries: 262144 (order: 9, 2097152 bytes)
[ 0.000000] Initializing CPU#0
[ 0.000000] Checking aperture...
[ 0.000000] No AGP bridge found
[ 0.000000] Memory: 3062972k/3130268k available (5169k kernel code, 408k absent, 66164k reserved, 3687k data, 640k init)
[ 0.000000] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=2, Nodes=1
[ 0.000000] Hierarchical RCU implementation.
[ 0.000000] NR_IRQS:4352 nr_irqs:424
[ 0.000000] Extended CMOS year: 2000
[ 0.000000] Console: colour VGA+ 80x25
[ 0.000000] console [tty0] enabled
[ 0.000000] hpet clockevent registered
[ 0.000000] HPET: 3 timers in total, 0 timers will be used for per-cpu timer
[ 0.000000] Fast TSC calibration failed
[ 0.000000] TSC: Unable to calibrate against PIT
[ 0.000000] TSC: using HPET reference calibration
[ 0.000000] Detected 2327.490 MHz processor.
[ 0.004007] Calibrating delay loop (skipped), value calculated using timer frequency.. 4654.98 BogoMIPS (lpj=2327490)
[ 0.004233] Mount-cache hash table entries: 256
[ 0.004500] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.005097] CPU: L2 cache: 4096K
[ 0.005194] CPU: Physical Processor ID: 0
[ 0.005294] CPU: Processor Core ID: 0
[ 0.005392] mce: CPU supports 6 MCE banks
[ 0.005495] CPU0: Thermal monitoring enabled (TM2)
[ 0.005594] using mwait in idle threads.
[ 0.006002] Performance Events: Core2 events, Intel PMU driver.
[ 0.006277] ... version: 2
[ 0.006373] ... bit width: 40
[ 0.006469] ... generic registers: 2
[ 0.006566] ... value mask: 000000ffffffffff
[ 0.006663] ... max period: 000000007fffffff
[ 0.006760] ... fixed-purpose events: 3
[ 0.006856] ... event mask: 0000000700000003
[ 0.007011] ACPI: Core revision 20090903
[ 0.015434] ftrace: converting mcount calls to 0f 1f 44 00 00
[ 0.015536] ftrace: allocating 25244 entries in 99 pages
[ 0.017059] Setting APIC routing to flat
[ 0.017531] ..TIMER: vector=0x30 apic1=0 pin1=2 apic2=-1 pin2=-1
[ 0.027647] CPU0: Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz stepping 06
[ 0.027995] APIC timer registered as dummy, due to nmi_watchdog=1!
[ 0.028262] Booting processor 1 APIC 0x1 ip 0x6000
[ 0.004999] Initializing CPU#1
[ 0.004999] Calibrating delay using timer specific routine.. 4655.00 BogoMIPS (lpj=2327504)
[ 0.004999] CPU: L1 I cache: 32K, L1 D cache: 32K
[ 0.004999] CPU: L2 cache: 4096K
[ 0.004999] CPU: Physical Processor ID: 0
[ 0.004999] CPU: Processor Core ID: 1
[ 0.004999] CPU1: Thermal monitoring enabled (TM2)
[ 0.099109] CPU1: Intel(R) Core(TM)2 CPU T7600 @ 2.33GHz stepping 06
[ 0.099992] checking TSC synchronization [CPU#0 -> CPU#1]: passed.
[ 0.101006] Brought up 2 CPUs
[ 0.101104] Total of 2 processors activated (9309.98 BogoMIPS).
[ 0.101245] Testing NMI watchdog ... OK.
[ 0.122005] CPU0 attaching sched-domain:
[ 0.122008] domain 0: span 0-1 level MC
[ 0.122011] groups: 0 1
[ 0.122017] CPU1 attaching sched-domain:
[ 0.122019] domain 0: span 0-1 level MC
[ 0.122021] groups: 1 0
[ 0.122109] khelper used greatest stack depth: 6600 bytes left
[ 0.123083] Time: 4:52:44 Date: 12/08/09
[ 0.123168] NET: Registered protocol family 16
[ 0.123283] khelper used greatest stack depth: 6376 bytes left
[ 0.123283] khelper used greatest stack depth: 6040 bytes left
[ 0.125101] ACPI: bus type pci registered
[ 0.125225] PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 255
[ 0.125225] PCI: MCFG area at f0000000 reserved in E820
[ 0.125225] PCI: updated MCFG configuration 0: base f0000000 segment 0 buses 0 - 63
[ 0.127534] PCI: Using MMCONFIG at f0000000 - f3ffffff
[ 0.127632] PCI: Using configuration type 1 for base access
[ 0.131087] bio: create slab <bio-0> at 0
[ 0.132659] ACPI: EC: EC description table is found, configuring boot EC
[ 0.135161] ACPI: BIOS _OSI(Linux) query ignored
[ 0.135790] ACPI: Interpreter enabled
[ 0.135889] ACPI: (supports S0 S3 S4 S5)
[ 0.136407] ACPI: Using IOAPIC for interrupt routing
[ 0.142016] khelper used greatest stack depth: 5992 bytes left
[ 0.148093] ACPI: EC: GPE = 0x17, I/O: command/status = 0x66, data = 0x62
[ 0.148402] ACPI: No dock devices found.
[ 0.149669] ACPI: PCI Root Bridge [PCI0] (0000:00)
[ 0.149986] pci 0000:00:01.0: PME# supported from D0 D3hot D3cold
[ 0.150086] pci 0000:00:01.0: PME# disabled
[ 0.150213] pci 0000:00:07.0: reg 10 32bit mmio: [0xd8404000-0xd8404fff]
[ 0.150316] pci 0000:00:1b.0: reg 10 64bit mmio: [0xd8400000-0xd8403fff]
[ 0.150377] pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
[ 0.150478] pci 0000:00:1b.0: PME# disabled
[ 0.150665] pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
[ 0.150766] pci 0000:00:1c.0: PME# disabled
[ 0.150955] pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
[ 0.150990] pci 0000:00:1c.1: PME# disabled
[ 0.151181] pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
[ 0.151282] pci 0000:00:1c.2: PME# disabled
[ 0.151445] pci 0000:00:1d.0: reg 20 io port: [0x4080-0x409f]
[ 0.151510] pci 0000:00:1d.1: reg 20 io port: [0x4060-0x407f]
[ 0.151575] pci 0000:00:1d.2: reg 20 io port: [0x4040-0x405f]
[ 0.151640] pci 0000:00:1d.3: reg 20 io port: [0x4020-0x403f]
[ 0.151709] pci 0000:00:1d.7: reg 10 32bit mmio: [0xd8405400-0xd84057ff]
[ 0.151773] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[ 0.151875] pci 0000:00:1d.7: PME# disabled
[ 0.152153] pci 0000:00:1f.0: quirk: region 0400-047f claimed by ICH6 ACPI/GPIO/TCO
[ 0.152261] pci 0000:00:1f.0: quirk: region 0500-053f claimed by ICH6 GPIO
[ 0.152362] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 1 PIO at 0680 (mask 000f)
[ 0.152469] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 2 PIO at 1640 (mask 000f)
[ 0.152579] pci 0000:00:1f.0: ICH7 LPC Generic IO decode 4 PIO at 0300 (mask 001f)
[ 0.152734] pci 0000:00:1f.1: reg 10 io port: [0x40d8-0x40df]
[ 0.152742] pci 0000:00:1f.1: reg 14 io port: [0x40ec-0x40ef]
[ 0.152750] pci 0000:00:1f.1: reg 18 io port: [0x40d0-0x40d7]
[ 0.152758] pci 0000:00:1f.1: reg 1c io port: [0x40e8-0x40eb]
[ 0.152766] pci 0000:00:1f.1: reg 20 io port: [0x40b0-0x40bf]
[ 0.152823] pci 0000:00:1f.2: reg 10 io port: [0x40c8-0x40cf]
[ 0.152831] pci 0000:00:1f.2: reg 14 io port: [0x40e4-0x40e7]
[ 0.152839] pci 0000:00:1f.2: reg 18 io port: [0x40c0-0x40c7]
[ 0.152847] pci 0000:00:1f.2: reg 1c io port: [0x40e0-0x40e3]
[ 0.152855] pci 0000:00:1f.2: reg 20 io port: [0x40a0-0x40af]
[ 0.152863] pci 0000:00:1f.2: reg 24 32bit mmio: [0xd8405000-0xd84053ff]
[ 0.152984] pci 0000:00:1f.2: PME# supported from D3hot
[ 0.153084] pci 0000:00:1f.2: PME# disabled
[ 0.153242] pci 0000:00:1f.3: reg 20 io port: [0xefa0-0xefbf]
[ 0.153309] pci 0000:01:00.0: reg 10 32bit mmio pref: [0xc0000000-0xcfffffff]
[ 0.153318] pci 0000:01:00.0: reg 14 io port: [0x3000-0x30ff]
[ 0.153326] pci 0000:01:00.0: reg 18 32bit mmio: [0xd8300000-0xd830ffff]
[ 0.153346] pci 0000:01:00.0: reg 30 32bit mmio pref: [0xfffe0000-0xffffffff]
[ 0.153367] pci 0000:01:00.0: supports D1 D2
[ 0.153430] pci 0000:00:01.0: bridge io port: [0x3000-0x3fff]
[ 0.153434] pci 0000:00:01.0: bridge 32bit mmio: [0xd8300000-0xd83fffff]
[ 0.153439] pci 0000:00:01.0: bridge 64bit mmio pref: [0xc0000000-0xcfffffff]
[ 0.153518] pci 0000:02:00.0: reg 10 64bit mmio: [0xd8200000-0xd8203fff]
[ 0.153528] pci 0000:02:00.0: reg 18 io port: [0x2000-0x20ff]
[ 0.153564] pci 0000:02:00.0: reg 30 32bit mmio pref: [0xfffe0000-0xffffffff]
[ 0.153619] pci 0000:02:00.0: supports D1 D2
[ 0.153621] pci 0000:02:00.0: PME# supported from D0 D1 D2 D3hot D3cold
[ 0.153723] pci 0000:02:00.0: PME# disabled
[ 0.153885] pci 0000:00:1c.0: bridge io port: [0x2000-0x2fff]
[ 0.153890] pci 0000:00:1c.0: bridge 32bit mmio: [0xd8200000-0xd82fffff]
[ 0.153969] pci 0000:03:00.0: reg 10 64bit mmio: [0xd8100000-0xd810ffff]
[ 0.154070] pci 0000:03:00.0: supports D1
[ 0.154072] pci 0000:03:00.0: PME# supported from D0 D1 D3hot
[ 0.154174] pci 0000:03:00.0: PME# disabled
[ 0.154351] pci 0000:00:1c.1: bridge 32bit mmio: [0xd8100000-0xd81fffff]
[ 0.154421] pci 0000:00:1c.2: bridge io port: [0x1000-0x1fff]
[ 0.154426] pci 0000:00:1c.2: bridge 32bit mmio: [0xd4100000-0xd80fffff]
[ 0.154434] pci 0000:00:1c.2: bridge 64bit mmio pref: [0xd0000000-0xd3ffffff]
[ 0.154490] pci 0000:0c:03.0: reg 10 32bit mmio: [0xd4004000-0xd40047ff]
[ 0.154500] pci 0000:0c:03.0: reg 14 32bit mmio: [0xd4000000-0xd4003fff]
[ 0.154564] pci 0000:0c:03.0: supports D1 D2
[ 0.154566] pci 0000:0c:03.0: PME# supported from D0 D1 D2 D3hot
[ 0.154668] pci 0000:0c:03.0: PME# disabled
[ 0.154827] pci 0000:00:1e.0: transparent bridge
[ 0.154930] pci 0000:00:1e.0: bridge 32bit mmio: [0xd4000000-0xd40fffff]
[ 0.154964] pci_bus 0000:00: on NUMA node 0
[ 0.154969] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[ 0.155158] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PEGP._PRT]
[ 0.155234] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP01._PRT]
[ 0.155307] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP02._PRT]
[ 0.155380] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.RP03._PRT]
[ 0.155472] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[ 0.163069] ACPI: PCI Interrupt Link [LNKA] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.165061] ACPI: PCI Interrupt Link [LNKB] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.166243] ACPI: PCI Interrupt Link [LNKC] (IRQs 1 3 4 5 6 7 10 12 14 15) *11
[ 0.167597] ACPI: PCI Interrupt Link [LNKD] (IRQs 1 3 4 5 6 7 *11 12 14 15)
[ 0.168854] ACPI: PCI Interrupt Link [LNKE] (IRQs 1 3 4 5 6 7 10 12 14 15) *0, disabled.
[ 0.170252] ACPI: PCI Interrupt Link [LNKF] (IRQs 1 3 4 5 6 7 11 12 14 15) *0, disabled.
[ 0.171684] ACPI: PCI Interrupt Link [LNKG] (IRQs 1 3 4 5 6 7 *10 12 14 15)
[ 0.172941] ACPI: PCI Interrupt Link [LNKH] (IRQs 3 4 5 6 7 *11 12 14 15)
[ 0.174021] vgaarb: device added: PCI:0000:01:00.0,decodes=io+mem,owns=io+mem,locks=none
[ 0.174120] vgaarb: loaded
[ 0.174293] SCSI subsystem initialized
[ 0.174293] libata version 3.00 loaded.
[ 0.175008] PCI: Using ACPI for IRQ routing
[ 0.175218] cfg80211: Using static regulatory domain info
[ 0.175218] cfg80211: Regulatory domain: US
[ 0.175218] (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[ 0.175293] (2402000 KHz - 2472000 KHz @ 40000 KHz), (600 mBi, 2700 mBm)
[ 0.175392] (5170000 KHz - 5190000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.175976] (5190000 KHz - 5210000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.176076] (5210000 KHz - 5230000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.176175] (5230000 KHz - 5330000 KHz @ 40000 KHz), (600 mBi, 2300 mBm)
[ 0.176274] (5735000 KHz - 5835000 KHz @ 40000 KHz), (600 mBi, 3000 mBm)
[ 0.176380] cfg80211: Calling CRDA for country: US
[ 0.176486] hpet0: at MMIO 0xfed00000, IRQs 2, 8, 0
[ 0.177094] hpet0: 3 comparators, 64-bit 14.318180 MHz counter
[ 0.180980] Switching to clocksource tsc
[ 0.191977] Slow work thread pool: Starting up
[ 0.192153] Slow work thread pool: Ready
[ 0.192266] FS-Cache: Loaded
[ 0.192449] CacheFiles: Loaded
[ 0.192557] pnp: PnP ACPI init
[ 0.192661] ACPI: bus type pnp registered
[ 0.194609] pnp 00:07: io resource (0x1640-0x164f) overlaps 0000:00:1c.2 BAR 7 (0x1000-0x1fff), disabling
[ 0.199270] pnp: PnP ACPI: found 9 devices
[ 0.199368] ACPI: ACPI bus type pnp unregistered
[ 0.199476] system 00:01: iomem range 0xf0000000-0xf3ffffff has been reserved
[ 0.199576] system 00:01: iomem range 0xfed14000-0xfed17fff has been reserved
[ 0.199676] system 00:01: iomem range 0xfed18000-0xfed18fff has been reserved
[ 0.199776] system 00:01: iomem range 0xfed19000-0xfed19fff has been reserved
[ 0.199888] system 00:01: iomem range 0xfed1c000-0xfed1ffff has been reserved
[ 0.199989] system 00:01: iomem range 0xfed20000-0xfed8ffff has been reserved
[ 0.200094] system 00:05: iomem range 0xfed00000-0xfed003ff has been reserved
[ 0.200198] system 00:07: ioport range 0x680-0x6ef has been reserved
[ 0.200298] system 00:07: ioport range 0x800-0x80f has been reserved
[ 0.200397] system 00:07: ioport range 0x810-0x817 has been reserved
[ 0.200496] system 00:07: ioport range 0x400-0x47f has been reserved
[ 0.200595] system 00:07: ioport range 0x500-0x53f has been reserved
[ 0.205903] pci 0000:01:00.0: BAR 6: no parent found for of device [0xfffe0000-0xffffffff]
[ 0.206012] pci 0000:02:00.0: BAR 6: no parent found for of device [0xfffe0000-0xffffffff]
[ 0.206169] pci 0000:00:01.0: PCI bridge, secondary bus 0000:01
[ 0.206268] pci 0000:00:01.0: IO window: 0x3000-0x3fff
[ 0.206368] pci 0000:00:01.0: MEM window: 0xd8300000-0xd83fffff
[ 0.206468] pci 0000:00:01.0: PREFETCH window: 0x000000c0000000-0x000000cfffffff
[ 0.206576] pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
[ 0.206676] pci 0000:00:1c.0: IO window: 0x2000-0x2fff
[ 0.206778] pci 0000:00:1c.0: MEM window: 0xd8200000-0xd82fffff
[ 0.206887] pci 0000:00:1c.0: PREFETCH window: 0xd8500000-0xd86fffff
[ 0.206989] pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
[ 0.207089] pci 0000:00:1c.1: IO window: 0x5000-0x5fff
[ 0.207191] pci 0000:00:1c.1: MEM window: 0xd8100000-0xd81fffff
[ 0.207292] pci 0000:00:1c.1: PREFETCH window: 0x000000d8700000-0x000000d88fffff
[ 0.207403] pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
[ 0.207503] pci 0000:00:1c.2: IO window: 0x1000-0x1fff
[ 0.207604] pci 0000:00:1c.2: MEM window: 0xd4100000-0xd80fffff
[ 0.207705] pci 0000:00:1c.2: PREFETCH window: 0x000000d0000000-0x000000d3ffffff
[ 0.207824] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:0c
[ 0.207922] pci 0000:00:1e.0: IO window: disabled
[ 0.208024] pci 0000:00:1e.0: MEM window: 0xd4000000-0xd40fffff
[ 0.208125] pci 0000:00:1e.0: PREFETCH window: disabled
[ 0.208232] alloc irq_desc for 16 on node -1
[ 0.208234] alloc kstat_irqs on node -1
[ 0.208239] pci 0000:00:01.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.208340] pci 0000:00:01.0: setting latency timer to 64
[ 0.208349] alloc irq_desc for 17 on node -1
[ 0.208351] alloc kstat_irqs on node -1
[ 0.208355] pci 0000:00:1c.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 0.208456] pci 0000:00:1c.0: setting latency timer to 64
[ 0.208467] pci 0000:00:1c.1: PCI INT B -> GSI 16 (level, low) -> IRQ 16
[ 0.208568] pci 0000:00:1c.1: setting latency timer to 64
[ 0.208578] alloc irq_desc for 18 on node -1
[ 0.208580] alloc kstat_irqs on node -1
[ 0.208583] pci 0000:00:1c.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 0.208685] pci 0000:00:1c.2: setting latency timer to 64
[ 0.208740] pci 0000:00:1e.0: power state changed by ACPI to D0
[ 0.208852] pci 0000:00:1e.0: setting latency timer to 64
[ 0.208857] pci_bus 0000:00: resource 0 io: [0x00-0xffff]
[ 0.208859] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffffffffffff]
[ 0.208862] pci_bus 0000:01: resource 0 io: [0x3000-0x3fff]
[ 0.208864] pci_bus 0000:01: resource 1 mem: [0xd8300000-0xd83fffff]
[ 0.208867] pci_bus 0000:01: resource 2 pref mem [0xc0000000-0xcfffffff]
[ 0.208869] pci_bus 0000:02: resource 0 io: [0x2000-0x2fff]
[ 0.208872] pci_bus 0000:02: resource 1 mem: [0xd8200000-0xd82fffff]
[ 0.208874] pci_bus 0000:02: resource 2 pref mem [0xd8500000-0xd86fffff]
[ 0.208877] pci_bus 0000:03: resource 0 io: [0x5000-0x5fff]
[ 0.208879] pci_bus 0000:03: resource 1 mem: [0xd8100000-0xd81fffff]
[ 0.208881] pci_bus 0000:03: resource 2 pref mem [0xd8700000-0xd88fffff]
[ 0.208884] pci_bus 0000:04: resource 0 io: [0x1000-0x1fff]
[ 0.208886] pci_bus 0000:04: resource 1 mem: [0xd4100000-0xd80fffff]
[ 0.208889] pci_bus 0000:04: resource 2 pref mem [0xd0000000-0xd3ffffff]
[ 0.208891] pci_bus 0000:0c: resource 1 mem: [0xd4000000-0xd40fffff]
[ 0.208894] pci_bus 0000:0c: resource 3 io: [0x00-0xffff]
[ 0.208896] pci_bus 0000:0c: resource 4 mem: [0x000000-0xffffffffffffffff]
[ 0.208932] NET: Registered protocol family 2
[ 0.209123] IP route cache hash table entries: 131072 (order: 8, 1048576 bytes)
[ 0.209916] TCP established hash table entries: 262144 (order: 10, 4194304 bytes)
[ 0.212770] TCP bind hash table entries: 65536 (order: 9, 2097152 bytes)
[ 0.214561] TCP: Hash tables configured (established 262144 bind 65536)
[ 0.214664] TCP reno registered
[ 0.214914] NET: Registered protocol family 1
[ 0.215046] pci 0000:00:1d.0: uhci_check_and_reset_hc: legsup = 0x1010
[ 0.215048] pci 0000:00:1d.0: Performing full reset
[ 0.215067] pci 0000:00:1d.1: uhci_check_and_reset_hc: legsup = 0x0010
[ 0.215069] pci 0000:00:1d.1: Performing full reset
[ 0.215087] pci 0000:00:1d.2: uhci_check_and_reset_hc: legsup = 0x0010
[ 0.215089] pci 0000:00:1d.2: Performing full reset
[ 0.215108] pci 0000:00:1d.3: uhci_check_and_reset_hc: legsup = 0x0010
[ 0.215110] pci 0000:00:1d.3: Performing full reset
[ 0.215170] pci 0000:01:00.0: Boot video device
[ 0.216773] microcode: CPU0 sig=0x6f6, pf=0x20, revision=0xc7
[ 0.216885] microcode: CPU1 sig=0x6f6, pf=0x20, revision=0xc7
[ 0.217044] Microcode Update Driver: v2.00 <tigran@xxxxxxxxxxxxxxxxxxxx>, Peter Oruba
[ 0.217151] Scanning for low memory corruption every 60 seconds
[ 0.218131] Initializing RT-Tester: OK
[ 0.218313] audit: initializing netlink socket (disabled)
[ 0.218420] type=2000 audit(1260247964.217:1): initialized
[ 0.226489] HugeTLB registered 2 MB page size, pre-allocated 0 pages
[ 0.230139] VFS: Disk quotas dquot_6.5.2
[ 0.230331] Dquot-cache hash table entries: 512 (order 0, 4096 bytes)
[ 0.230798] DLM (built Dec 7 2009 18:59:18) installed
[ 0.232096] JFS: nTxBlock = 8192, nTxLock = 65536
[ 0.236537] SGI XFS with ACLs, security attributes, large block/inode numbers, no debug enabled
[ 0.237585] SGI XFS Quota Management subsystem
[ 0.237690] msgmni has been set to 5983
[ 0.238643] alg: No test for stdrng (krng)
[ 0.238770] alg: No test for ghash (ghash-generic)
[ 0.239001] Block layer SCSI generic (bsg) driver version 0.4 loaded (major 253)
[ 0.239107] io scheduler noop registered
[ 0.239204] io scheduler anticipatory registered
[ 0.239301] io scheduler deadline registered
[ 0.239408] io scheduler cfq registered (default)
[ 0.239667] alloc irq_desc for 24 on node -1
[ 0.239670] alloc kstat_irqs on node -1
[ 0.239679] pcieport 0000:00:01.0: irq 24 for MSI/MSI-X
[ 0.239686] pcieport 0000:00:01.0: setting latency timer to 64
[ 0.239895] alloc irq_desc for 25 on node -1
[ 0.239897] alloc kstat_irqs on node -1
[ 0.239906] pcieport 0000:00:1c.0: irq 25 for MSI/MSI-X
[ 0.239917] pcieport 0000:00:1c.0: setting latency timer to 64
[ 0.240166] alloc irq_desc for 26 on node -1
[ 0.240168] alloc kstat_irqs on node -1
[ 0.240177] pcieport 0000:00:1c.1: irq 26 for MSI/MSI-X
[ 0.240188] pcieport 0000:00:1c.1: setting latency timer to 64
[ 0.240438] alloc irq_desc for 27 on node -1
[ 0.240440] alloc kstat_irqs on node -1
[ 0.240449] pcieport 0000:00:1c.2: irq 27 for MSI/MSI-X
[ 0.240460] pcieport 0000:00:1c.2: setting latency timer to 64
[ 0.241171] ACPI: AC Adapter [ADP1] (on-line)
[ 0.241483] input: Lid Switch as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0D:00/input/input0
[ 0.241625] ACPI: Lid Switch [LID0]
[ 0.241807] input: Power Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0C:00/input/input1
[ 0.241920] ACPI: Power Button [PWRB]
[ 0.242099] input: Sleep Button as /devices/LNXSYSTM:00/LNXSYBUS:00/PNP0C0E:00/input/input2
[ 0.242206] ACPI: Sleep Button [SLPB]
[ 0.242399] input: Power Button as /devices/LNXSYSTM:00/LNXPWRBN:00/input/input3
[ 0.242505] ACPI: Power Button [PWRF]
[ 0.243437] ACPI: SSDT 00000000bfeb8a90 002F0 (v01 APPLE Cpu0Ist 00003000 INTL 20050309)
[ 0.244089] ACPI: SSDT 00000000bfeb6c10 002A0 (v01 APPLE Cpu0Cst 00003001 INTL 20050309)
[ 0.244688] Monitor-Mwait will be used to enter C-1 state
[ 0.244715] Monitor-Mwait will be used to enter C-2 state
[ 0.244740] Monitor-Mwait will be used to enter C-3 state
[ 0.244749] Marking TSC unstable due to TSC halts in idle
[ 0.244893] Switching to clocksource hpet
[ 0.244976] processor LNXCPU:00: registered as cooling_device0
[ 0.245374] ACPI: SSDT 00000000bfeb7f10 00087 (v01 APPLE Cpu1Ist 00003000 INTL 20050309)
[ 0.245811] Clockevents: could not switch to one-shot mode:
[ 0.245819] Clockevents: could not switch to one-shot mode: lapic is not functional.
[ 0.245821] Could not switch to high resolution mode on CPU 1
[ 0.246197] lapic is not functional.
[ 0.246293] Could not switch to high resolution mode on CPU 0
[ 0.249360] ACPI: SSDT 00000000bfeb6f10 00085 (v01 APPLE Cpu1Cst 00003000 INTL 20050309)
[ 0.250166] processor LNXCPU:01: registered as cooling_device1
[ 0.259918] Non-volatile memory driver v1.3
[ 0.260265] intel_rng: FWH not detected
[ 0.260395] Linux agpgart interface v0.103
[ 0.260675] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[ 0.260841] Hangcheck: Using get_cycles().
[ 0.261170] [drm] Initialized drm 1.1.0 20060810
[ 0.261360] [drm] radeon defaulting to kernel modesetting.
[ 0.261473] [drm] radeon kernel modesetting enabled.
[ 0.261700] radeon 0000:01:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 0.261872] radeon 0000:01:00.0: setting latency timer to 64
[ 0.264738] [drm] radeon: Initializing kernel modesetting.
[ 0.264899] [drm] register mmio base: 0xD8300000
[ 0.264996] [drm] register mmio size: 65536
[ 0.265291] ATOM BIOS: M56P
[ 0.265596] [drm] GPU reset succeed (RBBM_STATUS=0x10000140)
[ 0.265766] [drm] Generation 2 PCI interface, using max accessible memory
[ 0.265904] [drm] radeon: VRAM 256M
[ 0.266076] [drm] radeon: VRAM from 0x00000000 to 0x0FFFFFFF
[ 0.266198] [drm] radeon: GTT 512M
[ 0.266350] [drm] radeon: GTT from 0x20000000 to 0x3FFFFFFF
[ 0.266507] alloc irq_desc for 28 on node -1
[ 0.266510] alloc kstat_irqs on node -1
[ 0.266523] radeon 0000:01:00.0: irq 28 for MSI/MSI-X
[ 0.266557] [drm] radeon: irq initialized.
[ 0.266901] [drm] Detected VRAM RAM=256M, BAR=256M
[ 0.268561] [drm] RAM width 128bits DDR
[ 0.268815] [TTM] Zone kernel: Available graphics memory: 1531848 kiB.
[ 0.268967] [drm] radeon: 256M of VRAM memory ready
[ 0.269064] [drm] radeon: 512M of GTT memory ready.
[ 0.269188] [drm] GART: num cpu pages 131072, num gpu pages 131072
[ 0.271008] [drm] radeon: 1 quad pipes, 2 z pipes initialized.
[ 0.271216] [drm] PCIE GART of 512M enabled (table at 0x00040000).
[ 0.271328] [drm] radeon: cp idle (0x10000C03)
[ 0.271589] [drm] Loading R500 Microcode
[ 0.271687] platform radeon_cp.0: firmware: using built-in firmware radeon/R520_cp.bin
[ 0.272122] [drm] radeon: ring at 0x0000000020000000
[ 0.272279] [drm] ring test succeeded in 4 usecs
[ 0.272497] [drm] radeon: ib pool ready.
[ 0.272690] [drm] ib test succeeded in 0 usecs
[ 0.273580] [drm] Radeon Display Connectors
[ 0.273678] [drm] Connector 0:
[ 0.273773] [drm] LVDS
[ 0.273880] [drm] DDC: 0x7e60 0x7e60 0x7e64 0x7e64 0x7e68 0x7e68 0x7e6c 0x7e6c
[ 0.273987] [drm] Encoders:
[ 0.274083] [drm] LCD1: INTERNAL_LVTM1
[ 0.274179] [drm] Connector 1:
[ 0.274297] [drm] S-video
[ 0.274413] [drm] Encoders:
[ 0.274531] [drm] TV1: INTERNAL_KLDSCP_DAC2
[ 0.274630] [drm] Connector 2:
[ 0.274725] [drm] DVI-I
[ 0.274831] [drm] DDC: 0x7e40 0x7e40 0x7e44 0x7e44 0x7e48 0x7e48 0x7e4c 0x7e4c
[ 0.274964] [drm] Encoders:
[ 0.275084] [drm] DFP1: INTERNAL_KLDSCP_TMDS1
[ 0.275180] [drm] Connector 3:
[ 0.275275] [drm] VGA
[ 0.275371] [drm] DDC: 0x7e50 0x7e50 0x7e54 0x7e54 0x7e58 0x7e58 0x7e5c 0x7e5c
[ 0.275476] [drm] Encoders:
[ 0.275571] [drm] CRT2: INTERNAL_KLDSCP_DAC2
[ 0.327197] ACPI: Battery Slot [BAT0] (battery present)
[ 0.441331] [drm] fb mappable at 0xC00C0000
[ 0.441428] [drm] vram apper at 0xC0000000
[ 0.441524] [drm] size 5299200
[ 0.441620] [drm] fb depth is 24
[ 0.441715] [drm] pitch is 5888
[ 1.326811] async/0 used greatest stack depth: 4568 bytes left
[ 33.149997] executing set pll
[ 33.152419] executing set crtc timing
[ 33.152458] [drm] LVDS-9: set mode 1440x900 1c
[ 33.167028] Console: switching to colour frame buffer device 180x56
[ 33.170699] fb0: radeondrmfb frame buffer device
[ 33.170700] registered panic notifier
[ 33.170766] [drm] Initialized radeon 2.0.0 20080528 for 0000:01:00.0 on minor 0
[ 33.170960] Serial: 8250/16550 driver, 4 ports, IRQ sharing enabled
[ 33.174240] brd: module loaded
[ 33.175606] loop: module loaded
[ 33.175857] input: Macintosh mouse button emulation as /devices/virtual/input/input4
[ 33.176257] ata_piix 0000:00:1f.1: version 2.13
[ 33.176316] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[ 33.176366] ata_piix 0000:00:1f.1: PCI INT A -> GSI 18 (level, low) -> IRQ 18
[ 33.176455] ata_piix 0000:00:1f.1: setting latency timer to 64
[ 33.176532] scsi0 : ata_piix
[ 33.176723] scsi1 : ata_piix
[ 33.177372] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x40b0 irq 14
[ 33.177462] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x40b8 irq 15
[ 33.177524] alloc irq_desc for 19 on node -1
[ 33.177526] alloc kstat_irqs on node -1
[ 33.177533] ata_piix 0000:00:1f.2: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 33.177594] ata_piix 0000:00:1f.2: MAP [ P0 P2 -- -- ]
[ 33.328418] ata_piix 0000:00:1f.2: setting latency timer to 64
[ 33.328481] scsi2 : ata_piix
[ 33.339691] scsi3 : ata_piix
[ 33.340762] ata3: SATA max UDMA/133 cmd 0x40c8 ctl 0x40e4 bmdma 0x40a0 irq 19
[ 33.340804] ata4: SATA max UDMA/133 cmd 0x40c0 ctl 0x40e0 bmdma 0x40a8 irq 19
[ 33.341496] PNP: No PS/2 controller found. Probing ports directly.
[ 33.342390] i8042.c: No controller found.
[ 33.342533] mice: PS/2 mouse device common for all mice
[ 33.342936] ata1.00: ATAPI: MATSHITADVD-R UJ-857D, 6AAE, max UDMA/66
[ 33.343059] Driver 'rtc_cmos' needs updating - please use bus_type methods
[ 33.343159] rtc_cmos 00:08: RTC can wake from S4
[ 33.343265] rtc_cmos 00:08: rtc core: registered rtc_cmos as rtc0
[ 33.343333] rtc0: alarms up to one month, y3k, 242 bytes nvram, hpet irqs
[ 33.344464] i801_smbus 0000:00:1f.3: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 33.345647] ACPI: I/O resource 0000:00:1f.3 [0xefa0-0xefbf] conflicts with ACPI region SMBI [0xefa0-0xefaf]
[ 33.346794] ACPI: If an ACPI driver is available for this device, you should use it instead of the native driver
[ 33.348051] iTCO_wdt: Intel TCO WatchDog Timer Driver v1.05
[ 33.348829] ata1.00: configured for UDMA/66
[ 33.350900] scsi 0:0:0:0: CD-ROM MATSHITA DVD-R UJ-857D 6AAE PQ: 0 ANSI: 5
[ 33.352695] iTCO_wdt: Found a ICH7-M or ICH7-U TCO device (Version=2, TCOBASE=0x0460)
[ 33.354374] iTCO_wdt: initialized. heartbeat=30 sec (nowayout=0)
[ 33.355634] sr0: scsi3-mmc drive: 24x/24x writer cd/rw xa/form2 cdda tray
[ 33.355637] Uniform CD-ROM driver Revision: 3.20
[ 33.355796] sr 0:0:0:0: Attached scsi CD-ROM sr0
[ 33.355900] sr 0:0:0:0: Attached scsi generic sg0 type 5
[ 33.360757] cpuidle: using governor ladder
[ 33.363062] cpuidle: using governor menu
[ 33.364832] oprofile: using NMI interrupt.
[ 33.366394] Netfilter messages via NETLINK v0.30.
[ 33.368306] TCP cubic registered
[ 33.369899] Initializing XFRM netlink socket
[ 33.371523] NET: Registered protocol family 17
[ 33.373170] NET: Registered protocol family 15
[ 33.377045] SCTP: Hash tables configured (established 65536 bind 65536)
[ 33.380120] PM: Resume from disk failed.
[ 33.380606] Magic number: 5:398:868
[ 33.382335] rtc_cmos 00:08: setting system clock to 2009-12-08 04:53:18 UTC (1260247998)
[ 33.383998] BIOS EDD facility v0.16 2004-Jun-25, 1 devices found
[ 33.766218] ata3.01: ATA-8: ST9500420AS, 0002SDM1, max UDMA/133
[ 33.769186] ata3.01: 976773168 sectors, multi 16: LBA48 NCQ (depth 0/32)
[ 33.810201] ata3.01: configured for UDMA/133
[ 33.813317] scsi 2:0:1:0: Direct-Access ATA ST9500420AS 0002 PQ: 0 ANSI: 5
[ 33.816780] sd 2:0:1:0: [sda] 976773168 512-byte logical blocks: (500 GB/465 GiB)
[ 33.819898] sd 2:0:1:0: [sda] Write Protect is off
[ 33.822900] sd 2:0:1:0: [sda] Mode Sense: 00 3a 00 00
[ 33.823030] sd 2:0:1:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[ 33.826213] sd 2:0:1:0: Attached scsi generic sg1 type 0
[ 33.829502] sda: sda1 sda2 sda3 sda4 sda5 sda6 sda7 sda8 sda9 sda10 sda11 sda12 sda13
[ 33.894674] sd 2:0:1:0: [sda] Attached SCSI disk
[ 33.918051] EXT3-fs: sda5: couldn't mount because of unsupported optional features (240).
[ 33.921610] EXT2-fs: sda5: couldn't mount because of unsupported optional features (240).
[ 33.945192] EXT4-fs (sda5): mounted filesystem with ordered data mode
[ 33.948351] VFS: Mounted root (ext4 filesystem) readonly on device 8:5.
[ 33.951516] Freeing unused kernel memory: 640k freed
[ 33.954949] Write protecting the kernel read-only data: 8180k
[ 34.605059] cp used greatest stack depth: 4184 bytes left
[ 34.913822] udev: starting version 146
[ 35.139098] applesmc: Apple MacBook Pro detected:
[ 35.139101] applesmc: - Model with accelerometer
[ 35.139103] applesmc: - Model with light sensors and backlight
[ 35.139106] applesmc: - Model with 12 temperature sensors
[ 35.140142] applesmc: device has already been initialized (0xe0, 0x00).
[ 35.140145] applesmc: device successfully initialized.
[ 35.141236] applesmc: 2 fans found.
[ 35.143278] input: applesmc as /devices/platform/applesmc.768/input/input5
[ 35.143590] Registered led device: smc::kbd_backlight
[ 35.143735] applesmc: driver successfully loaded.
[ 35.195871] sky2 driver version 1.25
[ 35.195924] sky2 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
[ 35.195940] sky2 0000:02:00.0: setting latency timer to 64
[ 35.195971] sky2 0000:02:00.0: Yukon-2 EC chip revision 2
[ 35.196078] alloc irq_desc for 29 on node -1
[ 35.196080] alloc kstat_irqs on node -1
[ 35.196098] sky2 0000:02:00.0: irq 29 for MSI/MSI-X
[ 35.196573] sky2 eth0: addr 00:17:f2:df:a4:2e
[ 35.314501] ath9k 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
[ 35.314515] ath9k 0000:03:00.0: setting latency timer to 64
[ 35.444849] ath: EEPROM regdomain: 0x64
[ 35.444852] ath: EEPROM indicates we should expect a direct regpair map
[ 35.444857] ath: Country alpha2 being used: 00
[ 35.444859] ath: Regpair used: 0x64
[ 35.447934] phy0: Selected rate control algorithm 'ath9k_rate_control'
[ 35.448346] Registered led device: ath9k-phy0::radio
[ 35.448368] Registered led device: ath9k-phy0::assoc
[ 35.448412] Registered led device: ath9k-phy0::tx
[ 35.448437] Registered led device: ath9k-phy0::rx
[ 35.448459] phy0: Atheros AR5418 MAC/BB Rev:2 AR5133 RF Rev:81: mem=0xffffc900058e0000, irq=17
[ 35.556273] usbcore: registered new interface driver usbfs
[ 35.556449] usbcore: registered new interface driver hub
[ 35.556596] usbcore: registered new device driver usb
[ 35.647903] uhci_hcd: USB Universal Host Controller Interface driver
[ 35.648005] alloc irq_desc for 23 on node -1
[ 35.648008] alloc kstat_irqs on node -1
[ 35.648018] uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 35.648033] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[ 35.648038] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[ 35.648067] drivers/usb/core/inode.c: creating file 'devices'
[ 35.648073] drivers/usb/core/inode.c: creating file '001'
[ 35.648080] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 1
[ 35.648092] uhci_hcd 0000:00:1d.0: detected 2 ports
[ 35.648099] uhci_hcd 0000:00:1d.0: uhci_check_and_reset_hc: cmd = 0x0000
[ 35.648102] uhci_hcd 0000:00:1d.0: Performing full reset
[ 35.648120] uhci_hcd 0000:00:1d.0: supports USB remote wakeup
[ 35.648144] uhci_hcd 0000:00:1d.0: irq 23, io base 0x00004080
[ 35.648199] usb usb1: default language 0x0409
[ 35.648210] usb usb1: udev 1, busnum 1, minor = 0
[ 35.648213] usb usb1: New USB device found, idVendor=1d6b, idProduct=0001
[ 35.648216] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 35.648220] usb usb1: Product: UHCI Host Controller
[ 35.648222] usb usb1: Manufacturer: Linux 2.6.32 uhci_hcd
[ 35.648225] usb usb1: SerialNumber: 0000:00:1d.0
[ 35.648312] usb usb1: uevent
[ 35.648332] usb usb1: usb_probe_device
[ 35.648336] usb usb1: configuration #1 chosen from 1 choice
[ 35.648346] usb usb1: adding 1-0:1.0 (config #1, interface 0)
[ 35.648385] usb 1-0:1.0: uevent
[ 35.648407] hub 1-0:1.0: usb_probe_interface
[ 35.648410] hub 1-0:1.0: usb_probe_interface - got id
[ 35.648414] hub 1-0:1.0: USB hub found
[ 35.648424] hub 1-0:1.0: 2 ports detected
[ 35.648427] hub 1-0:1.0: standalone hub
[ 35.648429] hub 1-0:1.0: no power switching (usb 1.0)
[ 35.648432] hub 1-0:1.0: individual port over-current protection
[ 35.648435] hub 1-0:1.0: power on to power good time: 2ms
[ 35.648442] hub 1-0:1.0: local power source is good
[ 35.648445] hub 1-0:1.0: trying to enable port power on non-switchable hub
[ 35.648476] drivers/usb/core/inode.c: creating file '001'
[ 35.648525] uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 19 (level, low) -> IRQ 19
[ 35.648534] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[ 35.648539] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[ 35.648548] drivers/usb/core/inode.c: creating file '002'
[ 35.648556] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 2
[ 35.648568] uhci_hcd 0000:00:1d.1: detected 2 ports
[ 35.648574] uhci_hcd 0000:00:1d.1: uhci_check_and_reset_hc: cmd = 0x0000
[ 35.648577] uhci_hcd 0000:00:1d.1: Performing full reset
[ 35.648595] uhci_hcd 0000:00:1d.1: supports USB remote wakeup
[ 35.648605] uhci_hcd 0000:00:1d.1: irq 19, io base 0x00004060
[ 35.648652] usb usb2: default language 0x0409
[ 35.648662] usb usb2: udev 1, busnum 2, minor = 128
[ 35.648665] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[ 35.648668] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 35.648671] usb usb2: Product: UHCI Host Controller
[ 35.648674] usb usb2: Manufacturer: Linux 2.6.32 uhci_hcd
[ 35.648677] usb usb2: SerialNumber: 0000:00:1d.1
[ 35.648740] usb usb2: uevent
[ 35.648760] usb usb2: usb_probe_device
[ 35.648763] usb usb2: configuration #1 chosen from 1 choice
[ 35.648773] usb usb2: adding 2-0:1.0 (config #1, interface 0)
[ 35.648796] usb 2-0:1.0: uevent
[ 35.648812] hub 2-0:1.0: usb_probe_interface
[ 35.648815] hub 2-0:1.0: usb_probe_interface - got id
[ 35.648818] hub 2-0:1.0: USB hub found
[ 35.648826] hub 2-0:1.0: 2 ports detected
[ 35.648829] hub 2-0:1.0: standalone hub
[ 35.648831] hub 2-0:1.0: no power switching (usb 1.0)
[ 35.648834] hub 2-0:1.0: individual port over-current protection
[ 35.648836] hub 2-0:1.0: power on to power good time: 2ms
[ 35.648843] hub 2-0:1.0: local power source is good
[ 35.648846] hub 2-0:1.0: trying to enable port power on non-switchable hub
[ 35.648872] drivers/usb/core/inode.c: creating file '001'
[ 35.648922] uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
[ 35.648931] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[ 35.648935] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[ 35.648946] drivers/usb/core/inode.c: creating file '003'
[ 35.648953] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 3
[ 35.648962] uhci_hcd 0000:00:1d.2: detected 2 ports
[ 35.648968] uhci_hcd 0000:00:1d.2: uhci_check_and_reset_hc: cmd = 0x0000
[ 35.648971] uhci_hcd 0000:00:1d.2: Performing full reset
[ 35.648989] uhci_hcd 0000:00:1d.2: supports USB remote wakeup
[ 35.649007] uhci_hcd 0000:00:1d.2: irq 18, io base 0x00004040
[ 35.649047] usb usb3: default language 0x0409
[ 35.649057] usb usb3: udev 1, busnum 3, minor = 256
[ 35.649060] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[ 35.649064] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 35.649067] usb usb3: Product: UHCI Host Controller
[ 35.649069] usb usb3: Manufacturer: Linux 2.6.32 uhci_hcd
[ 35.649072] usb usb3: SerialNumber: 0000:00:1d.2
[ 35.649130] usb usb3: uevent
[ 35.649148] usb usb3: usb_probe_device
[ 35.649151] usb usb3: configuration #1 chosen from 1 choice
[ 35.649159] usb usb3: adding 3-0:1.0 (config #1, interface 0)
[ 35.649184] usb 3-0:1.0: uevent
[ 35.649200] hub 3-0:1.0: usb_probe_interface
[ 35.649202] hub 3-0:1.0: usb_probe_interface - got id
[ 35.649205] hub 3-0:1.0: USB hub found
[ 35.649213] hub 3-0:1.0: 2 ports detected
[ 35.649216] hub 3-0:1.0: standalone hub
[ 35.649218] hub 3-0:1.0: no power switching (usb 1.0)
[ 35.649220] hub 3-0:1.0: individual port over-current protection
[ 35.649223] hub 3-0:1.0: power on to power good time: 2ms
[ 35.649229] hub 3-0:1.0: local power source is good
[ 35.649232] hub 3-0:1.0: trying to enable port power on non-switchable hub
[ 35.649257] drivers/usb/core/inode.c: creating file '001'
[ 35.649304] uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 16 (level, low) -> IRQ 16
[ 35.649312] uhci_hcd 0000:00:1d.3: setting latency timer to 64
[ 35.649317] uhci_hcd 0000:00:1d.3: UHCI Host Controller
[ 35.649325] drivers/usb/core/inode.c: creating file '004'
[ 35.649331] uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 4
[ 35.649341] uhci_hcd 0000:00:1d.3: detected 2 ports
[ 35.649347] uhci_hcd 0000:00:1d.3: uhci_check_and_reset_hc: cmd = 0x0000
[ 35.649350] uhci_hcd 0000:00:1d.3: Performing full reset
[ 35.649390] uhci_hcd 0000:00:1d.3: supports USB remote wakeup
[ 35.650788] uhci_hcd 0000:00:1d.3: irq 16, io base 0x00004020
[ 35.650849] usb usb4: default language 0x0409
[ 35.650859] usb usb4: udev 1, busnum 4, minor = 384
[ 35.650862] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[ 35.650866] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 35.650869] usb usb4: Product: UHCI Host Controller
[ 35.650872] usb usb4: Manufacturer: Linux 2.6.32 uhci_hcd
[ 35.650875] usb usb4: SerialNumber: 0000:00:1d.3
[ 35.650955] usb usb4: uevent
[ 35.650975] usb usb4: usb_probe_device
[ 35.650979] usb usb4: configuration #1 chosen from 1 choice
[ 35.650990] usb usb4: adding 4-0:1.0 (config #1, interface 0)
[ 35.651014] usb 4-0:1.0: uevent
[ 35.651031] hub 4-0:1.0: usb_probe_interface
[ 35.651034] hub 4-0:1.0: usb_probe_interface - got id
[ 35.651037] hub 4-0:1.0: USB hub found
[ 35.651046] hub 4-0:1.0: 2 ports detected
[ 35.651049] hub 4-0:1.0: standalone hub
[ 35.651051] hub 4-0:1.0: no power switching (usb 1.0)
[ 35.651054] hub 4-0:1.0: individual port over-current protection
[ 35.651057] hub 4-0:1.0: power on to power good time: 2ms
[ 35.651063] hub 4-0:1.0: local power source is good
[ 35.651066] hub 4-0:1.0: trying to enable port power on non-switchable hub
[ 35.651096] drivers/usb/core/inode.c: creating file '001'
[ 35.695883] usb usb1: uevent
[ 35.697095] usb usb4: uevent
[ 35.698094] usb usb2: uevent
[ 35.699458] usb usb3: uevent
[ 35.747775] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[ 35.747779] Warning! ehci_hcd should always be loaded before uhci_hcd and ohci_hcd, not after
[ 35.747783] ehci_hcd: block sizes: qh 104 qtd 96 itd 192 sitd 96
[ 35.747837] ehci_hcd 0000:00:1d.7: PCI INT A -> GSI 23 (level, low) -> IRQ 23
[ 35.747862] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[ 35.747867] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[ 35.747880] drivers/usb/core/inode.c: creating file '005'
[ 35.747888] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 5
[ 35.747899] ehci_hcd 0000:00:1d.7: reset hcs_params 0x104208 dbg=1 cc=4 pcc=2 ordered !ppc ports=8
[ 35.747905] ehci_hcd 0000:00:1d.7: reset hcc_params 6871 thresh 7 uframes 1024 64 bit addr
[ 35.747925] ehci_hcd 0000:00:1d.7: using broken periodic workaround
[ 35.747939] ehci_hcd 0000:00:1d.7: debug port 1
[ 35.747946] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 35.751843] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[ 35.751846] ehci_hcd 0000:00:1d.7: supports USB remote wakeup
[ 35.751865] uhci_hcd 0000:00:1d.0: port 1 portsc 009b,00
[ 35.751872] hub 1-0:1.0: port 1: status 0101 change 0003
[ 35.751888] uhci_hcd 0000:00:1d.0: port 2 portsc 009b,00
[ 35.751892] hub 1-0:1.0: port 2: status 0101 change 0003
[ 35.751911] uhci_hcd 0000:00:1d.1: port 1 portsc 009b,00
[ 35.751916] hub 2-0:1.0: port 1: status 0101 change 0003
[ 35.751932] uhci_hcd 0000:00:1d.1: port 2 portsc 009b,00
[ 35.751936] hub 2-0:1.0: port 2: status 0101 change 0003
[ 35.751959] uhci_hcd 0000:00:1d.2: port 2 portsc 009b,00
[ 35.751963] hub 3-0:1.0: port 2: status 0101 change 0003
[ 35.751981] uhci_hcd 0000:00:1d.3: port 1 portsc 009b,00
[ 35.751985] hub 4-0:1.0: port 1: status 0101 change 0003
[ 35.752018] ehci_hcd 0000:00:1d.7: irq 23, io mem 0xd8405400
[ 35.752024] ehci_hcd 0000:00:1d.7: reset command 080002 (park)=0 ithresh=8 period=1024 Reset HALT
[ 35.755898] ehci_hcd 0000:00:1d.7: init command 010001 (park)=0 ithresh=1 period=1024 RUN
[ 35.761385] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[ 35.761436] usb usb5: default language 0x0409
[ 35.761446] usb usb5: udev 1, busnum 5, minor = 512
[ 35.761449] usb usb5: New USB device found, idVendor=1d6b, idProduct=0002
[ 35.761453] usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[ 35.761456] usb usb5: Product: EHCI Host Controller
[ 35.761459] usb usb5: Manufacturer: Linux 2.6.32 ehci_hcd
[ 35.761461] usb usb5: SerialNumber: 0000:00:1d.7
[ 35.761541] usb usb5: uevent
[ 35.761603] usb usb5: usb_probe_device
[ 35.761607] usb usb5: configuration #1 chosen from 1 choice
[ 35.761618] usb usb5: adding 5-0:1.0 (config #1, interface 0)
[ 35.761642] usb 5-0:1.0: uevent
[ 35.761698] hub 5-0:1.0: usb_probe_interface
[ 35.761701] hub 5-0:1.0: usb_probe_interface - got id
[ 35.761705] hub 5-0:1.0: USB hub found
[ 35.761714] hub 5-0:1.0: 8 ports detected
[ 35.761716] hub 5-0:1.0: standalone hub
[ 35.761718] hub 5-0:1.0: no power switching (usb 1.0)
[ 35.761721] hub 5-0:1.0: individual port over-current protection
[ 35.761724] hub 5-0:1.0: power on to power good time: 20ms
[ 35.761731] hub 5-0:1.0: local power source is good
[ 35.761734] hub 5-0:1.0: trying to enable port power on non-switchable hub
[ 35.761787] drivers/usb/core/inode.c: creating file '001'
[ 35.763586] usb usb5: uevent
[ 35.851400] hub 1-0:1.0: state 7 ports 2 chg 0006 evt 0000
[ 35.851416] uhci_hcd 0000:00:1d.0: port 1 portsc 0082,00
[ 35.851427] hub 1-0:1.0: port 1, status 0100, change 0001, 12 Mb/s
[ 35.861392] ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001803 POWER sig=j CSC CONNECT
[ 35.861399] hub 5-0:1.0: port 1: status 0501 change 0001
[ 35.861412] ehci_hcd 0000:00:1d.7: GetStatus port 2 status 001803 POWER sig=j CSC CONNECT
[ 35.861417] hub 5-0:1.0: port 2: status 0501 change 0001
[ 35.861429] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001803 POWER sig=j CSC CONNECT
[ 35.861435] hub 5-0:1.0: port 3: status 0501 change 0001
[ 35.861447] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001803 POWER sig=j CSC CONNECT
[ 35.861452] hub 5-0:1.0: port 4: status 0501 change 0001
[ 35.861467] ehci_hcd 0000:00:1d.7: GetStatus port 6 status 001803 POWER sig=j CSC CONNECT
[ 35.861473] hub 5-0:1.0: port 6: status 0501 change 0001
[ 35.861485] ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001803 POWER sig=j CSC CONNECT
[ 35.861490] hub 5-0:1.0: port 7: status 0501 change 0001
[ 35.955402] hub 1-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100
[ 35.955416] uhci_hcd 0000:00:1d.0: port 2 portsc 0082,00
[ 35.955430] hub 1-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
[ 36.059407] hub 1-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[ 36.059416] hub 2-0:1.0: state 7 ports 2 chg 0006 evt 0006
[ 36.059430] uhci_hcd 0000:00:1d.1: port 1 portsc 0082,00
[ 36.059444] hub 2-0:1.0: port 1, status 0100, change 0001, 12 Mb/s
[ 36.163401] hub 2-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100
[ 36.163415] uhci_hcd 0000:00:1d.1: port 2 portsc 0082,00
[ 36.163428] hub 2-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
[ 36.267396] hub 2-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[ 36.267409] hub 3-0:1.0: state 7 ports 2 chg 0004 evt 0004
[ 36.267424] uhci_hcd 0000:00:1d.2: port 2 portsc 0082,00
[ 36.267437] hub 3-0:1.0: port 2, status 0100, change 0001, 12 Mb/s
[ 36.345686] firewire_ohci 0000:0c:03.0: PCI INT A -> GSI 19 (level, low) -> IRQ 19
[ 36.371405] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x100
[ 36.371418] hub 4-0:1.0: state 7 ports 2 chg 0002 evt 0002
[ 36.371433] uhci_hcd 0000:00:1d.3: port 1 portsc 0082,00
[ 36.371446] hub 4-0:1.0: port 1, status 0100, change 0001, 12 Mb/s
[ 36.402381] firewire_ohci: Added fw-ohci device 0000:0c:03.0, OHCI version 1.10
[ 36.475397] hub 4-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x100
[ 36.475408] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 36.475418] hub 5-0:1.0: state 7 ports 8 chg 00de evt 0000
[ 36.475432] hub 5-0:1.0: port 1, status 0501, change 0000, 480 Mb/s
[ 36.526678] ehci_hcd 0000:00:1d.7: port 1 high speed
[ 36.526689] ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[ 36.577399] usb 5-1: new high speed USB device using ehci_hcd and address 2
[ 36.628678] ehci_hcd 0000:00:1d.7: port 1 high speed
[ 36.628688] ehci_hcd 0000:00:1d.7: GetStatus port 1 status 001005 POWER sig=se0 PE CONNECT
[ 36.652045] alloc irq_desc for 22 on node -1
[ 36.652051] alloc kstat_irqs on node -1
[ 36.652064] HDA Intel 0000:00:1b.0: PCI INT A -> GSI 22 (level, low) -> IRQ 22
[ 36.652124] HDA Intel 0000:00:1b.0: setting latency timer to 64
[ 36.691699] usb 5-1: udev 2, busnum 5, minor = 513
[ 36.691704] usb 5-1: New USB device found, idVendor=0424, idProduct=2502
[ 36.691710] usb 5-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 36.691831] usb 5-1: uevent
[ 36.691862] usb 5-1: usb_probe_device
[ 36.691869] usb 5-1: configuration #1 chosen from 1 choice
[ 36.692313] usb 5-1: adding 5-1:1.0 (config #1, interface 0)
[ 36.692377] usb 5-1:1.0: uevent
[ 36.692416] hub 5-1:1.0: usb_probe_interface
[ 36.692421] hub 5-1:1.0: usb_probe_interface - got id
[ 36.692427] hub 5-1:1.0: USB hub found
[ 36.692575] hub 5-1:1.0: 2 ports detected
[ 36.692580] hub 5-1:1.0: compound device; port removable status: FR
[ 36.692585] hub 5-1:1.0: ganged power switching
[ 36.692589] hub 5-1:1.0: global over-current protection
[ 36.692593] hub 5-1:1.0: Single TT
[ 36.692598] hub 5-1:1.0: TT requires at most 8 FS bit times (666 ns)
[ 36.692603] hub 5-1:1.0: power on to power good time: 100ms
[ 36.692818] hub 5-1:1.0: local power source is good
[ 36.692823] hub 5-1:1.0: no over-current condition exists
[ 36.692828] hub 5-1:1.0: enabling power on all ports
[ 36.693105] drivers/usb/core/inode.c: creating file '002'
[ 36.693175] hub 5-0:1.0: port 2, status 0501, change 0000, 480 Mb/s
[ 36.693453] usb 5-1: uevent
[ 36.709006] hda_codec: STAC922x, Apple subsys_id=106b1e00
[ 36.743555] ehci_hcd 0000:00:1d.7: port 2 full speed --> companion
[ 36.743566] ehci_hcd 0000:00:1d.7: GetStatus port 2 status 003801 POWER OWNER sig=j CONNECT
[ 36.743577] hub 5-0:1.0: port 2 not reset yet, waiting 50ms
[ 36.792584] usb 5-1: link qh256-0001/ffff8800be249080 start 1 [1/0 us]
[ 36.794388] ehci_hcd 0000:00:1d.7: GetStatus port 2 status 003002 POWER OWNER sig=se0 CSC
[ 36.794433] hub 5-0:1.0: port 3, status 0501, change 0000, 480 Mb/s
[ 36.845678] ehci_hcd 0000:00:1d.7: port 3 high speed
[ 36.845689] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT
[ 36.896394] usb 5-3: new high speed USB device using ehci_hcd and address 4
[ 36.902564] firewire_core: created device fw0: GUID 0019e3fffe9de076, S800
[ 36.947678] ehci_hcd 0000:00:1d.7: port 3 high speed
[ 36.947689] ehci_hcd 0000:00:1d.7: GetStatus port 3 status 001005 POWER sig=se0 PE CONNECT
[ 37.011200] usb 5-3: default language 0x0409
[ 37.019080] usb 5-3: udev 4, busnum 5, minor = 515
[ 37.019086] usb 5-3: New USB device found, idVendor=05ac, idProduct=1006
[ 37.019091] usb 5-3: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 37.019097] usb 5-3: Product: Keyboard Hub
[ 37.019101] usb 5-3: Manufacturer: Apple, Inc.
[ 37.019106] usb 5-3: SerialNumber: 000000000000
[ 37.019237] usb 5-3: uevent
[ 37.019271] usb 5-3: usb_probe_device
[ 37.019278] usb 5-3: configuration #1 chosen from 1 choice
[ 37.019851] usb 5-3: adding 5-3:1.0 (config #1, interface 0)
[ 37.019896] usb 5-3:1.0: uevent
[ 37.019930] hub 5-3:1.0: usb_probe_interface
[ 37.019935] hub 5-3:1.0: usb_probe_interface - got id
[ 37.019940] hub 5-3:1.0: USB hub found
[ 37.020075] hub 5-3:1.0: 3 ports detected
[ 37.020081] hub 5-3:1.0: compound device; port removable status: RFR
[ 37.020085] hub 5-3:1.0: individual port power switching
[ 37.020089] hub 5-3:1.0: individual port over-current protection
[ 37.020094] hub 5-3:1.0: Single TT
[ 37.020098] hub 5-3:1.0: TT requires at most 8 FS bit times (666 ns)
[ 37.020103] hub 5-3:1.0: Port indicators are supported
[ 37.020108] hub 5-3:1.0: power on to power good time: 100ms
[ 37.020194] hub 5-3:1.0: hub controller current requirement: 200mA
[ 37.020200] hub 5-3:1.0: 100mA bus power budget for each child
[ 37.020337] hub 5-3:1.0: enabling power on all ports
[ 37.020734] drivers/usb/core/inode.c: creating file '004'
[ 37.020792] hub 5-0:1.0: port 4, status 0501, change 0000, 480 Mb/s
[ 37.021658] usb 5-3: uevent
[ 37.071554] ehci_hcd 0000:00:1d.7: port 4 high speed
[ 37.071566] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[ 37.120576] hub 5-3:1.0: port 2: status 0101 change 0001
[ 37.120822] hub 5-3:1.0: port 3: status 0101 change 0001
[ 37.122380] usb 5-4: new high speed USB device using ehci_hcd and address 5
[ 37.173679] ehci_hcd 0000:00:1d.7: port 4 high speed
[ 37.173690] ehci_hcd 0000:00:1d.7: GetStatus port 4 status 001005 POWER sig=se0 PE CONNECT
[ 37.224221] usb 5-3: link qh256-0001/ffff8800bd962a80 start 2 [1/0 us]
[ 37.236706] usb 5-4: udev 5, busnum 5, minor = 516
[ 37.236713] usb 5-4: New USB device found, idVendor=05ac, idProduct=8300
[ 37.236718] usb 5-4: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 37.236845] usb 5-4: uevent
[ 37.236883] usb 5-4: usb_probe_device
[ 37.236890] usb 5-4: configuration #1 chosen from 1 choice
[ 37.237047] usb 5-4: adding 5-4:1.0 (config #1, interface 0)
[ 37.237094] usb 5-4:1.0: uevent
[ 37.237125] drivers/usb/core/inode.c: creating file '005'
[ 37.237181] hub 5-0:1.0: port 6, status 0501, change 0000, 480 Mb/s
[ 37.238579] usb 5-4: uevent
[ 37.269397] usb usb2: suspend_rh (auto-stop)
[ 37.269429] usb usb3: suspend_rh (auto-stop)
[ 37.287554] ehci_hcd 0000:00:1d.7: port 6 full speed --> companion
[ 37.287565] ehci_hcd 0000:00:1d.7: GetStatus port 6 status 003801 POWER OWNER sig=j CONNECT
[ 37.287583] usb usb3: wakeup_rh (auto-start)
[ 37.287601] hub 5-0:1.0: port 6 not reset yet, waiting 50ms
[ 37.338382] ehci_hcd 0000:00:1d.7: GetStatus port 6 status 003002 POWER OWNER sig=se0 CSC
[ 37.338426] hub 5-0:1.0: port 7, status 0501, change 0000, 480 Mb/s
[ 37.389555] ehci_hcd 0000:00:1d.7: port 7 full speed --> companion
[ 37.389565] ehci_hcd 0000:00:1d.7: GetStatus port 7 status 003801 POWER OWNER sig=j CONNECT
[ 37.389575] hub 5-0:1.0: port 7 not reset yet, waiting 50ms
[ 37.440385] ehci_hcd 0000:00:1d.7: GetStatus port 7 status 003002 POWER OWNER sig=se0 CSC
[ 37.440427] hub 5-0:1.0: state 7 ports 8 chg 0000 evt fe80
[ 37.440442] hub 1-0:1.0: state 7 ports 2 chg 0000 evt 0004
[ 37.440457] uhci_hcd 0000:00:1d.0: port 2 portsc 0093,00
[ 37.440471] hub 1-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
[ 37.544379] hub 1-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
[ 37.646384] usb 1-2: new full speed USB device using uhci_hcd and address 2
[ 37.766365] usb 1-2: ep0 maxpacket = 8
[ 37.781203] usb 1-2: USB quirks for this device: 2
[ 37.800209] usb 1-2: skipped 1 descriptor after interface
[ 37.800216] usb 1-2: skipped 1 descriptor after interface
[ 37.800221] usb 1-2: skipped 1 descriptor after interface
[ 37.805200] usb 1-2: default language 0x0409
[ 37.826201] usb 1-2: udev 2, busnum 1, minor = 1
[ 37.826206] usb 1-2: New USB device found, idVendor=05ac, idProduct=021a
[ 37.826212] usb 1-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 37.826218] usb 1-2: Product: Apple Internal Keyboard / Trackpad
[ 37.826222] usb 1-2: Manufacturer: Apple Computer
[ 37.826371] usb 1-2: uevent
[ 37.826407] usb 1-2: usb_probe_device
[ 37.826414] usb 1-2: configuration #1 chosen from 1 choice
[ 37.828165] usb 1-2: uevent
[ 37.829295] usb 1-2: adding 1-2:1.0 (config #1, interface 0)
[ 37.833212] usb 1-2:1.0: uevent
[ 37.833269] usb 1-2: adding 1-2:1.1 (config #1, interface 1)
[ 37.835217] usb 1-2:1.1: uevent
[ 37.835274] usb 1-2: adding 1-2:1.2 (config #1, interface 2)
[ 37.838216] usb 1-2:1.2: uevent
[ 37.838280] drivers/usb/core/inode.c: creating file '002'
[ 37.838331] hub 5-1:1.0: state 7 ports 2 chg 0000 evt 0002
[ 37.838826] hub 5-1:1.0: port 1, status 0101, change 0001, 12 Mb/s
[ 37.876257] appletouch 1-2:1.1: usb_probe_interface
[ 37.876265] appletouch 1-2:1.1: usb_probe_interface - got id
[ 37.879200] appletouch: Geyser mode initialized.
[ 37.879432] input: appletouch as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.1/input/input6
[ 37.879712] usbcore: registered new interface driver appletouch
[ 37.936689] usbcore: registered new interface driver hiddev
[ 37.936970] usbhid 1-2:1.0: usb_probe_interface
[ 37.936976] usbhid 1-2:1.0: usb_probe_interface - got id
[ 37.937439] usbhid 1-2:1.2: usb_probe_interface
[ 37.937446] usbhid 1-2:1.2: usb_probe_interface - got id
[ 37.937710] usbcore: registered new interface driver usbhid
[ 37.937911] usbhid: v2.6:USB HID core driver
[ 37.942595] hub 5-1:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[ 37.943931] usb 1-2:1.1: uevent
[ 37.944151] usb 1-2: uevent
[ 37.945721] usb 1-2:1.1: uevent
[ 37.945911] usb 1-2: uevent
[ 37.946433] usb 1-2:1.1: uevent
[ 37.948463] usb 1-2:1.1: uevent
[ 37.953453] hub 5-1:1.0: port 1 not reset yet, waiting 10ms
[ 37.972798] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.0/input/input7
[ 37.972822] uhci_hcd 0000:00:1d.0: reserve dev 2 ep83-INT, period 8, phase 4, 17 us
[ 37.973106] apple 0003:05AC:021A.0001: input,hidraw0: USB HID v1.11 Keyboard [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2/input0
[ 37.976695] input: Apple Computer Apple Internal Keyboard / Trackpad as /devices/pci0000:00/0000:00:1d.0/usb1/1-2/1-2:1.2/input/input8
[ 37.976716] uhci_hcd 0000:00:1d.0: reserve dev 2 ep84-INT, period 8, phase 4, 12 us
[ 37.976833] apple 0003:05AC:021A.0002: input,hidraw1: USB HID v1.11 Device [Apple Computer Apple Internal Keyboard / Trackpad] on usb-0000:00:1d.0-2/input2
[ 37.978505] usb 1-2:1.0: uevent
[ 37.978718] usb 1-2: uevent
[ 37.980826] usb 1-2:1.0: uevent
[ 37.982537] usb 1-2:1.2: uevent
[ 37.982740] usb 1-2: uevent
[ 37.985318] usb 1-2:1.2: uevent
[ 38.015465] usb 5-1.1: new high speed USB device using ehci_hcd and address 8
[ 38.026450] hub 5-1:1.0: port 1 not reset yet, waiting 10ms
[ 38.100947] usb 5-1.1: default language 0x0409
[ 38.101323] usb 5-1.1: udev 8, busnum 5, minor = 519
[ 38.101328] usb 5-1.1: New USB device found, idVendor=03f0, idProduct=1f04
[ 38.101334] usb 5-1.1: New USB device strings: Mfr=1, Product=2, SerialNumber=3
[ 38.101353] usb 5-1.1: Product: Deskjet D4300 series
[ 38.101358] usb 5-1.1: Manufacturer: HP
[ 38.101362] usb 5-1.1: SerialNumber: TH91S1715X057Q
[ 38.101480] usb 5-1.1: uevent
[ 38.101513] usb 5-1.1: usb_probe_device
[ 38.101520] usb 5-1.1: configuration #1 chosen from 1 choice
[ 38.101929] usb 5-1.1: adding 5-1.1:1.0 (config #1, interface 0)
[ 38.101979] usb 5-1.1:1.0: uevent
[ 38.102088] drivers/usb/core/inode.c: creating file '008'
[ 38.102136] hub 5-3:1.0: state 7 ports 3 chg 000c evt 0000
[ 38.102329] hub 5-3:1.0: port 2, status 0101, change 0000, 12 Mb/s
[ 38.103046] usb 5-1.1: uevent
[ 38.113454] hub 5-3:1.0: port 2 not reset yet, waiting 10ms
[ 38.129197] usblp 5-1.1:1.0: usb_probe_interface
[ 38.129205] usblp 5-1.1:1.0: usb_probe_interface - got id
[ 38.129577] drivers/usb/core/file.c: looking for a minor, starting at 0
[ 38.129822] usblp0: USB Bidirectional printer dev 8 if 0 alt 0 proto 2 vid 0x03F0 pid 0x1F04
[ 38.129863] usbcore: registered new interface driver usblp
[ 38.175461] usb 5-3.2: new low speed USB device using ehci_hcd and address 9
[ 38.254327] usb 5-3.2: skipped 1 descriptor after interface
[ 38.254335] usb 5-3.2: skipped 1 descriptor after interface
[ 38.254821] usb 5-3.2: default language 0x0409
[ 38.257197] usb 5-3.2: udev 9, busnum 5, minor = 520
[ 38.257202] usb 5-3.2: New USB device found, idVendor=05ac, idProduct=0220
[ 38.257208] usb 5-3.2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 38.257214] usb 5-3.2: Product: Apple Keyboard
[ 38.257218] usb 5-3.2: Manufacturer: Apple, Inc
[ 38.257330] usb 5-3.2: uevent
[ 38.257374] usb 5-3.2: usb_probe_device
[ 38.257381] usb 5-3.2: configuration #1 chosen from 1 choice
[ 38.257835] usb 5-3.2: adding 5-3.2:1.0 (config #1, interface 0)
[ 38.257885] usb 5-3.2:1.0: uevent
[ 38.257922] usbhid 5-3.2:1.0: usb_probe_interface
[ 38.257927] usbhid 5-3.2:1.0: usb_probe_interface - got id
[ 38.259278] usb 5-3.2: uevent
[ 38.261660] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:1d.7/usb5/5-3/5-3.2/5-3.2:1.0/input/input9
[ 38.261693] usb 5-3.2: link qh8-0601/ffff8800bbb41c80 start 3 [1/2 us]
[ 38.261824] apple 0003:05AC:0220.0003: input,hidraw2: USB HID v1.11 Keyboard [Apple, Inc Apple Keyboard] on usb-0000:00:1d.7-3.2/input0
[ 38.261880] usb 5-3.2: adding 5-3.2:1.1 (config #1, interface 1)
[ 38.261922] usb 5-3.2:1.1: uevent
[ 38.261952] usbhid 5-3.2:1.1: usb_probe_interface
[ 38.261957] usbhid 5-3.2:1.1: usb_probe_interface - got id
[ 38.265486] input: Apple, Inc Apple Keyboard as /devices/pci0000:00/0000:00:1d.7/usb5/5-3/5-3.2/5-3.2:1.1/input/input10
[ 38.265516] usb 5-3.2: link qh8-0601/ffff8800bd200280 start 4 [1/2 us]
[ 38.265640] apple 0003:05AC:0220.0004: input,hidraw3: USB HID v1.11 Device [Apple, Inc Apple Keyboard] on usb-0000:00:1d.7-3.2/input1
[ 38.265709] drivers/usb/core/inode.c: creating file '009'
[ 38.265754] hub 5-3:1.0: 280mA power budget left
[ 38.266445] hub 5-3:1.0: port 3, status 0101, change 0000, 12 Mb/s
[ 38.267226] usb 5-3.2:1.0: uevent
[ 38.267488] usb 5-3.2: uevent
[ 38.269620] usb 5-3.2:1.0: uevent
[ 38.270750] usb 5-3.2:1.1: uevent
[ 38.270956] usb 5-3.2: uevent
[ 38.273676] usb 5-3.2:1.1: uevent
[ 38.277454] hub 5-3:1.0: port 3 not reset yet, waiting 10ms
[ 38.339461] usb 5-3.3: new low speed USB device using ehci_hcd and address 10
[ 38.417077] usb 5-3.3: skipped 1 descriptor after interface
[ 38.417448] usb 5-3.3: default language 0x0409
[ 38.420327] usb 5-3.3: udev 10, busnum 5, minor = 521
[ 38.420333] usb 5-3.3: New USB device found, idVendor=05ac, idProduct=0304
[ 38.420353] usb 5-3.3: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 38.420358] usb 5-3.3: Product: Apple Optical USB Mouse
[ 38.420363] usb 5-3.3: Manufacturer: Primax Electronics
[ 38.420493] usb 5-3.3: uevent
[ 38.420529] usb 5-3.3: usb_probe_device
[ 38.420536] usb 5-3.3: configuration #1 chosen from 1 choice
[ 38.420870] usb 5-3.3: adding 5-3.3:1.0 (config #1, interface 0)
[ 38.420921] usb 5-3.3:1.0: uevent
[ 38.420957] usbhid 5-3.3:1.0: usb_probe_interface
[ 38.420962] usbhid 5-3.3:1.0: usb_probe_interface - got id
[ 38.422193] usb 5-3.3: uevent
[ 38.423648] input: Primax Electronics Apple Optical USB Mouse as /devices/pci0000:00/0000:00:1d.7/usb5/5-3/5-3.3/5-3.3:1.0/input/input11
[ 38.423826] apple 0003:05AC:0304.0005: input,hidraw4: USB HID v1.10 Mouse [Primax Electronics Apple Optical USB Mouse] on usb-0000:00:1d.7-3.3/input0
[ 38.423885] drivers/usb/core/inode.c: creating file '010'
[ 38.423926] hub 5-3:1.0: 180mA power budget left
[ 38.423933] hub 3-0:1.0: state 7 ports 2 chg 0000 evt 0004
[ 38.423950] uhci_hcd 0000:00:1d.2: port 2 portsc 0093,00
[ 38.423964] hub 3-0:1.0: port 2, status 0101, change 0001, 12 Mb/s
[ 38.428796] usb 5-3.3:1.0: uevent
[ 38.428872] usb 5-3.3:1.0: uevent
[ 38.429037] usb 5-3.3: uevent
[ 38.429111] usb 5-3.3: uevent
[ 38.431811] usb 5-3.3:1.0: uevent
[ 38.431997] usb 5-3.3:1.0: uevent
[ 38.527369] hub 3-0:1.0: debounce: port 2: total 100ms stable 100ms status 0x101
[ 38.629368] usb 3-2: new full speed USB device using uhci_hcd and address 2
[ 38.749366] usb 3-2: ep0 maxpacket = 8
[ 38.766377] hub 2-0:1.0: hub_suspend
[ 38.766389] usb usb2: bus auto-suspend
[ 38.766394] usb usb2: suspend_rh
[ 38.776618] usb 3-2: skipped 1 descriptor after interface
[ 38.781614] usb 3-2: default language 0x0409
[ 38.799614] usb 3-2: udev 2, busnum 3, minor = 257
[ 38.799620] usb 3-2: New USB device found, idVendor=05ac, idProduct=8240
[ 38.799626] usb 3-2: New USB device strings: Mfr=1, Product=2, SerialNumber=0
[ 38.799631] usb 3-2: Product: IR Receiver
[ 38.799636] usb 3-2: Manufacturer: Apple Computer, Inc.
[ 38.799805] usb 3-2: uevent
[ 38.799840] usb 3-2: usb_probe_device
[ 38.799847] usb 3-2: configuration #1 chosen from 1 choice
[ 38.801684] usb 3-2: uevent
[ 38.802655] usb 3-2: adding 3-2:1.0 (config #1, interface 0)
[ 38.802707] usb 3-2:1.0: uevent
[ 38.802741] usbhid 3-2:1.0: usb_probe_interface
[ 38.802747] usbhid 3-2:1.0: usb_probe_interface - got id
[ 38.808648] drivers/usb/core/file.c: looking for a minor, starting at 96
[ 38.808795] generic-usb 0003:05AC:8240.0006: hiddev96,hidraw5: USB HID v1.11 Device [Apple Computer, Inc. IR Receiver] on usb-0000:00:1d.2-2/input0
[ 38.808853] drivers/usb/core/inode.c: creating file '002'
[ 38.808899] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 38.808914] uhci_hcd 0000:00:1d.3: port 1 portsc 0093,00
[ 38.808929] hub 4-0:1.0: port 1, status 0101, change 0001, 12 Mb/s
[ 38.912365] hub 4-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[ 39.014359] usb 4-1: new full speed USB device using uhci_hcd and address 2
[ 39.182860] usb 4-1: skipped 1 descriptor after interface
[ 39.182867] usb 4-1: skipped 1 descriptor after interface
[ 39.182875] usb 4-1: udev 2, busnum 4, minor = 385
[ 39.182880] usb 4-1: New USB device found, idVendor=05ac, idProduct=1000
[ 39.182885] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 39.183064] usb 4-1: uevent
[ 39.183099] usb 4-1: usb_probe_device
[ 39.183106] usb 4-1: configuration #1 chosen from 1 choice
[ 39.184874] usb 4-1: uevent
[ 39.186914] usb 4-1: adding 4-1:1.0 (config #1, interface 0)
[ 39.186966] usb 4-1:1.0: uevent
[ 39.187002] usbhid 4-1:1.0: usb_probe_interface
[ 39.187008] usbhid 4-1:1.0: usb_probe_interface - got id
[ 39.204382] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.0/input/input12
[ 39.204405] uhci_hcd 0000:00:1d.3: reserve dev 2 ep81-INT, period 1, phase 0, 23 us
[ 39.204537] generic-usb 0003:05AC:1000.0007: input,hidraw6: USB HID v1.11 Keyboard [HID 05ac:1000] on usb-0000:00:1d.3-1/input0
[ 39.204593] usb 4-1: adding 4-1:1.1 (config #1, interface 1)
[ 39.204635] usb 4-1:1.1: uevent
[ 39.204665] usbhid 4-1:1.1: usb_probe_interface
[ 39.204670] usbhid 4-1:1.1: usb_probe_interface - got id
[ 39.210105] usb 4-1:1.0: uevent
[ 39.210328] usb 4-1: uevent
[ 39.212354] usb 4-1:1.0: uevent
[ 39.236391] input: HID 05ac:1000 as /devices/pci0000:00/0000:00:1d.3/usb4/4-1/4-1:1.1/input/input13
[ 39.236581] generic-usb 0003:05AC:1000.0008: input,hidraw7: USB HID v1.11 Mouse [HID 05ac:1000] on usb-0000:00:1d.3-1/input1
[ 39.236649] drivers/usb/core/inode.c: creating file '002'
[ 39.236696] hub 5-1:1.0: state 7 ports 2 chg 0000 evt 0002
[ 39.237161] hub 5-3:1.0: state 7 ports 3 chg 0000 evt 0008
[ 39.241579] usb 4-1:1.1: uevent
[ 39.241585] usb 4-1:1.1: uevent
[ 39.241810] usb 4-1: uevent
[ 39.241995] usb 4-1: uevent
[ 39.244025] usb 4-1:1.1: uevent
[ 39.244800] usb 4-1:1.1: uevent
[ 40.683017] kjournald starting. Commit interval 5 seconds
[ 40.683455] EXT3 FS on sda3, internal journal
[ 40.683466] EXT3-fs: mounted filesystem with writeback data mode.
[ 40.726808] EXT4-fs (sda6): mounted filesystem with ordered data mode
[ 40.764451] EXT4-fs (sda7): mounted filesystem with ordered data mode
[ 40.773693] REISERFS (device sda8): found reiserfs format "3.6" with standard journal
[ 40.773718] REISERFS (device sda8): using ordered data mode
[ 40.785511] REISERFS (device sda8): journal params: device sda8, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 40.786232] REISERFS (device sda8): checking transaction log (sda8)
[ 40.810335] REISERFS (device sda8): Using r5 hash to sort names
[ 40.861168] REISERFS (device sda9): found reiserfs format "3.6" with standard journal
[ 40.861197] REISERFS (device sda9): using ordered data mode
[ 40.869254] REISERFS (device sda9): journal params: device sda9, size 8192, journal first block 18, max trans len 1024, max batch 900, max commit age 30, max trans age 30
[ 40.870157] REISERFS (device sda9): checking transaction log (sda9)
[ 40.903893] REISERFS (device sda9): Using r5 hash to sort names
[ 40.960991] EXT4-fs (sda10): mounted filesystem with ordered data mode
[ 40.996939] EXT4-fs (sda11): mounted filesystem with ordered data mode
[ 41.036868] EXT4-fs (sda13): mounted filesystem with ordered data mode
[ 41.457190] Adding 2096472k swap on /dev/sda12. Priority:-1 extents:1 across:2096472k
[ 49.601224] usb usb1: uevent
[ 49.601414] usb 1-0:1.0: uevent
[ 49.601526] usb 1-2: uevent
[ 49.601700] usb 1-2:1.0: uevent
[ 49.602830] usb 1-2:1.1: uevent
[ 49.603583] usb 1-2:1.2: uevent
[ 49.604514] usb usb2: uevent
[ 49.604692] usb 2-0:1.0: uevent
[ 49.604892] usb usb3: uevent
[ 49.605100] usb 3-0:1.0: uevent
[ 49.605542] usb 3-2: uevent
[ 49.605728] usb 3-2:1.0: uevent
[ 49.606466] usb usb4: uevent
[ 49.606647] usb 4-0:1.0: uevent
[ 49.606759] usb 4-1: uevent
[ 49.606965] usb 4-1:1.0: uevent
[ 49.607931] usb 4-1:1.1: uevent
[ 49.609035] usb usb5: uevent
[ 49.609363] usb 5-0:1.0: uevent
[ 49.609482] usb 5-1: uevent
[ 49.609659] usb 5-1.1: uevent
[ 49.609835] usb 5-1.1:1.0: uevent
[ 49.610088] usb 5-1:1.0: uevent
[ 49.610228] usb 5-3: uevent
[ 49.610844] usb 5-3.2: uevent
[ 49.611020] usb 5-3.2:1.0: uevent
[ 49.611942] usb 5-3.2:1.1: uevent
[ 49.612767] usb 5-3.3: uevent
[ 49.612945] usb 5-3.3:1.0: uevent
[ 49.614015] usb 5-3:1.0: uevent
[ 49.614128] usb 5-4: uevent
[ 49.614529] usb 5-4:1.0: uevent
[ 49.856686] uhci_hcd 0000:00:1d.2: reserve dev 2 ep83-INT, period 8, phase 4, 61 us
[ 50.999062] Bluetooth: Core ver 2.15
[ 50.999169] NET: Registered protocol family 31
[ 50.999173] Bluetooth: HCI device and connection manager initialized
[ 50.999205] Bluetooth: HCI socket layer initialized
[ 51.051188] Bluetooth: L2CAP ver 2.14
[ 51.051209] Bluetooth: L2CAP socket layer initialized
[ 51.088659] usb usb2: usb auto-resume
[ 51.088666] usb usb2: wakeup_rh
[ 51.120262] hub 2-0:1.0: hub_resume
[ 51.120537] hub 2-0:1.0: state 7 ports 2 chg 0000 evt 0000
[ 51.120871] Bluetooth: BNEP (Ethernet Emulation) ver 1.3
[ 51.133852] usb 4-1: uhci_result_common: failed with status 440000
[ 51.133879] usb 4-1: usbfs: USBDEVFS_CONTROL failed cmd hid2hci rqt 64 rq 0 len 0 ret -84
[ 51.136848] usb 4-1: uhci_result_common: failed with status 440000
[ 51.136862] uhci_hcd 0000:00:1d.3: release dev 2 ep81-INT, period 1, phase 0, 23 us
[ 51.144699] Bluetooth: SCO (Voice Link) ver 0.6
[ 51.144704] Bluetooth: SCO socket layer initialized
[ 51.149205] uhci_hcd 0000:00:1d.3: reserve dev 2 ep81-INT, period 1, phase 0, 23 us
[ 51.152851] usb 4-1: uhci_result_common: failed with status 440000
[ 51.152865] uhci_hcd 0000:00:1d.3: release dev 2 ep81-INT, period 1, phase 0, 23 us
[ 51.172116] hub 5-0:1.0: state 7 ports 8 chg 0000 evt ff80
[ 51.172137] ehci_hcd 0000:00:1d.7: GetStatus port 7 status 001803 POWER sig=j CSC CONNECT
[ 51.172153] hub 5-0:1.0: port 7, status 0501, change 0001, 480 Mb/s
[ 51.178198] uhci_hcd 0000:00:1d.3: reserve dev 2 ep81-INT, period 1, phase 0, 23 us
[ 51.181850] usb 4-1: uhci_result_common: failed with status 440000
[ 51.181863] uhci_hcd 0000:00:1d.3: release dev 2 ep81-INT, period 1, phase 0, 23 us
[ 51.204937] Bluetooth: RFCOMM TTY layer initialized
[ 51.204946] Bluetooth: RFCOMM socket layer initialized
[ 51.204950] Bluetooth: RFCOMM ver 1.11
[ 51.233207] uhci_hcd 0000:00:1d.3: reserve dev 2 ep81-INT, period 1, phase 0, 23 us
[ 51.236853] usb 4-1: uhci_result_common: failed with status 440000
[ 51.236868] uhci_hcd 0000:00:1d.3: release dev 2 ep81-INT, period 1, phase 0, 23 us
[ 51.275220] hub 5-0:1.0: debounce: port 7: total 100ms stable 100ms status 0x501
[ 51.326434] ehci_hcd 0000:00:1d.7: port 7 full speed --> companion
[ 51.326446] ehci_hcd 0000:00:1d.7: GetStatus port 7 status 003801 POWER OWNER sig=j CONNECT
[ 51.326456] hub 5-0:1.0: port 7 not reset yet, waiting 50ms
[ 51.340195] uhci_hcd 0000:00:1d.3: reserve dev 2 ep81-INT, period 1, phase 0, 23 us
[ 51.343851] usb 4-1: uhci_result_common: failed with status 440000
[ 51.343862] uhci_hcd 0000:00:1d.3: release dev 2 ep81-INT, period 1, phase 0, 23 us
[ 51.377216] ehci_hcd 0000:00:1d.7: GetStatus port 7 status 003002 POWER OWNER sig=se0 CSC
[ 51.377256] hub 4-0:1.0: state 7 ports 2 chg 0000 evt 0002
[ 51.377270] uhci_hcd 0000:00:1d.3: port 1 portsc 009b,00
[ 51.377285] hub 4-0:1.0: port 1, status 0101, change 0003, 12 Mb/s
[ 51.377290] usb 4-1: USB disconnect, address 2
[ 51.377294] usb 4-1: unregistering device
[ 51.377297] usb 4-1: usb_disable_device nuking all URBs
[ 51.377306] usb 4-1: unregistering interface 4-1:1.0
[ 51.383496] usb 4-1:1.0: uevent
[ 51.383520] usb 4-1: unregistering interface 4-1:1.1
[ 51.389106] usb 4-1:1.1: uevent
[ 51.389331] usb 4-1: uevent
[ 51.493216] hub 4-0:1.0: debounce: port 1: total 100ms stable 100ms status 0x101
[ 51.595211] usb 4-1: new full speed USB device using uhci_hcd and address 3
[ 51.777875] usb 4-1: skipped 1 descriptor after interface
[ 51.777884] usb 4-1: udev 3, busnum 4, minor = 386
[ 51.777889] usb 4-1: New USB device found, idVendor=05ac, idProduct=8205
[ 51.777895] usb 4-1: New USB device strings: Mfr=0, Product=0, SerialNumber=0
[ 51.778035] usb 4-1: uevent
[ 51.778074] usb 4-1: usb_probe_device
[ 51.778081] usb 4-1: configuration #1 chosen from 1 choice
[ 51.780402] usb 4-1: uevent
[ 51.784254] usb 4-1: adding 4-1:1.0 (config #1, interface 0)
[ 51.784310] usb 4-1:1.0: uevent
[ 51.784420] usb 4-1: adding 4-1:1.1 (config #1, interface 1)
[ 51.784461] usb 4-1:1.1: uevent
[ 51.784541] usb 4-1: adding 4-1:1.2 (config #1, interface 2)
[ 51.784581] usb 4-1:1.2: uevent
[ 51.784609] drivers/usb/core/inode.c: creating file '003'
[ 51.784657] hub 5-0:1.0: state 7 ports 8 chg 0000 evt fe80
[ 51.809846] Bluetooth: Generic Bluetooth USB driver ver 0.6
[ 51.809899] btusb 4-1:1.0: usb_probe_interface
[ 51.809905] btusb 4-1:1.0: usb_probe_interface - got id
[ 51.810627] btusb 4-1:1.2: usb_probe_interface
[ 51.810632] btusb 4-1:1.2: usb_probe_interface - got id
[ 51.810683] usbcore: registered new interface driver btusb
[ 51.811751] uhci_hcd 0000:00:1d.3: reserve dev 3 ep81-INT, period 1, phase 0, 23 us
[ 52.288230] usb usb2: suspend_rh (auto-stop)
[ 53.785199] hub 2-0:1.0: hub_suspend
[ 53.785213] usb usb2: bus auto-suspend
[ 53.785218] usb usb2: suspend_rh
[ 55.192859] sky2 eth0: enabling interface
[ 56.876797] sky2 eth0: Link is up at 100 Mbps, full duplex, flow control both