public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
From: "Tiago Simões Batista" <tiagosbatista@gmail.com>
To: Zhang Rui <rui.zhang@intel.com>
Cc: Andrew Morton <akpm@linux-foundation.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"linux-acpi@vger.kernel.org" <linux-acpi@vger.kernel.org>,
	Matthew Garrett <mjg59@srcf.ucam.org>,
	Alexey Starikovskiy <astarikovskiy@suse.de>
Subject: Re: High latency on /sys/class/thermal
Date: Mon, 13 Apr 2009 16:05:07 +0100	[thread overview]
Message-ID: <20090413160507.58c6d754@gmail.com> (raw)
In-Reply-To: <1239601454.7661.233.camel@rzhang-dt>

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

Bad news, 

The current kernel does not resume from S3, and using tuxonice, it does
not eve enter in S3 :( no go here.

Attached is the dmesg from a vanilla (up to date as of this morning)
kernel.

The important lines are 
[  148.393165] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  157.648543]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3212 dK

but I do not think it adds any more detail, sorry


On Mon, 13 Apr 2009 13:44:14 +0800
Zhang Rui <rui.zhang@intel.com> wrote:

> On Mon, 2009-04-13 at 11:28 +0800, Tiago Simões Batista wrote:
> > dmesg attached
> > 
> > This is a new, the maximum latency I got with debug enabled was
> > little over 3 seconds.... For a while I was worried that debugging
> > actually masked the problem!
> > 
> 3 seconds is still abnormal.
> It's weird that there is no debug info that I want.
> please add the boot parameter "log_buf_len=1048576" this time and redo
> the test both before and after a S3 cycle.
> 
> thanks,
> rui
> 
> 
> > On Mon, 13 Apr 2009 11:02:51 +0800
> > Zhang Rui <rui.zhang@intel.com> wrote:
> > 
> > > CC Alexey because this is EC related.
> > > The high letancy is probably spent on accessing the EC address
> > > space in _TMP method.
> > > 
> > > Tiago,
> > > please make sure your kernel is built with CONFIG_ACPI_DEBUG set
> > > and then
> > > 1. boot with printk.time=1 acpi.debug_level=0x07
> > > acpi.debug_layer=0x04000018
> > > 2. run cat /sys/class/thermal/thermal_zone0/temp
> > > 3. attach the full dmesg output.
> > > 
> > > thanks,
> > > rui
> > > 
> > > On Mon, 2009-04-13 at 10:28 +0800, Tiago Simões Batista wrote:
> > > > acpidump output attached.
> > > > 
> > > > I found no latency on battery iterface, included is another
> > > > poke at the thermal zone for comparison.
> > > > 
> > > > This problem is still present, but at the moment, I shut down
> > > > the sensors-applet on the gnome panel, so that it no longer
> > > > makes gnome-panel stall.
> > > > 
> > > > $ time cat /sys/class/thermal/thermal_zone0/temp 
> > > > 49000
> > > > 
> > > > real	0m13.476s
> > > > user	0m0.001s
> > > > sys	0m0.001s
> > > > $ time cat /sys/class/power_supply/BAT0/*
> > > > 0
> > > > 29
> > > > 0
> > > > 0
> > > > cat: /sys/class/power_supply/BAT0/device: Is a directory
> > > > 582640000
> > > > 65120000
> > > > 18710000
> > > > SMP-SONY
> > > > 04ZL
> > > > cat: /sys/class/power_supply/BAT0/power: Is a directory
> > > > 0
> > > > 0
> > > > 1
> > > > Full
> > > > cat: /sys/class/power_supply/BAT0/subsystem: Is a directory
> > > > Li-ion
> > > > 270
> > > > Battery
> > > > PHYSDEVPATH=/devices/LNXSYSTM:00/device:00/PNP0A03:00/device:0b/PNP0C09:00/ACPI0001:00/ACPI0002:00
> > > > PHYSDEVBUS=acpi
> > > > PHYSDEVDRIVER=sbs
> > > > POWER_SUPPLY_NAME=BAT0
> > > > POWER_SUPPLY_TYPE=Battery
> > > > POWER_SUPPLY_STATUS=Full
> > > > POWER_SUPPLY_PRESENT=1
> > > > POWER_SUPPLY_TECHNOLOGY=Li-ion
> > > > POWER_SUPPLY_VOLTAGE_MIN_DESIGN=14800000
> > > > POWER_SUPPLY_VOLTAGE_NOW=15611000
> > > > POWER_SUPPLY_CURRENT_NOW=0
> > > > POWER_SUPPLY_CURRENT_AVG=0
> > > > POWER_SUPPLY_POWER_NOW=0
> > > > POWER_SUPPLY_POWER_AVG=0
> > > > POWER_SUPPLY_CAPACITY=29
> > > > POWER_SUPPLY_ENERGY_FULL_DESIGN=65120000
> > > > POWER_SUPPLY_ENERGY_FULL=582640000
> > > > POWER_SUPPLY_ENERGY_NOW=18710000
> > > > POWER_SUPPLY_TEMP=270
> > > > POWER_SUPPLY_MODEL_NAME=04ZL
> > > > POWER_SUPPLY_MANUFACTURER=SMP-SONY
> > > > 14800000
> > > > 15611000
> > > > 
> > > > real	0m0.110s
> > > > user	0m0.001s
> > > > sys	0m0.004s
> > > > 
> > > > 
> > > > On Mon, 13 Apr 2009 09:43:42 +0800
> > > > Zhang Rui <rui.zhang@intel.com> wrote:
> > > > 
> > > > > this sounds like an EC problem to me. please attach the
> > > > > acpidump output. is there a long latency when you poke other
> > > > > ACPI devices, say battery?
> > > > > 
> > > > > thanks,
> > > > > rui
> > > > > 
> > > > > On Mon, 2009-04-13 at 00:03 +0800, Tiago Simões Batista wrote:
> > > > > > On Sat, 11 Apr 2009 23:16:11 +0100
> > > > > > Tiago Simões Batista <tiagosbatista@gmail.com> wrote:
> > > > > > 
> > > > > > > Sorry about the noise, by brain was stopped when I sent
> > > > > > > the last mail, please ignore the From address, it is
> > > > > > > wrong!
> > > > > > > 
> > > > > > > On Sat, 11 Apr 2009 12:14:16 -0700
> > > > > > > Andrew Morton <akpm@linux-foundation.org> wrote:
> > > > > > > 
> > > > > > > > (cc linux-acpi)
> > > > > > > > 
> > > > > > > > On Sat, 11 Apr 2009 15:56:12 +0100 "Tiago Sim__es
> > > > > > > > Batista" <tiagosbatista@gmail.com> wrote:
> > > > > > > > 
> > > > > > > > > Hi all
> > > > > > > > > 
> > > > > > > > > Yesterday, I recompiled my kernel (git + tuxonice)
> > > > > > > > > v2.6.30-rc1-1002-gac91f91, there were a couple of
> > > > > > > > > issues, the main one is ilustrated bellow.
> > > > > > > > > 
> > > > > > > > > I am not familiar with the kernel code, but if you
> > > > > > > > > give me some pointers, I will be glad to investigate
> > > > > > > > > this further
> > > > > > > > > 
> > > > > > > > > $time cat /sys/class/thermal/thermal_zone0/temp 
> > > > > > > > > 34000
> > > > > > > > > 
> > > > > > > > > real	0m6.613s
> > > > > > > > > user	0m0.000s
> > > > > > > > > sys	0m0.001s
> > > > > > > > > 
> > > > > > > > 
> > > > > > > > Is this a regression?  Was 2.6.29 OK?
> > > > > > > > 
> > > > > > > > Thanks.
> > > > > > > 
> > > > > > > My last kernel was fine:
> > > > > > > 
> > > > > > > $ time cat /sys/class/thermal/thermal_zone0/temp 
> > > > > > > 48000
> > > > > > > 
> > > > > > > real	0m0.007s
> > > > > > > user	0m0.001s
> > > > > > > sys	0m0.007s
> > > > > > > 
> > > > > > > 
> > > > > > > I also forgot to add some information about my kernels...
> > > > > > > 
> > > > > > > The good one is 2.6.29 + tuxonice as it was the day after
> > > > > > > the 2.6.29 kernel was released.
> > > > > > > 
> > > > > > > The bad one is a pull from linus tree on april the 9th
> > > > > > > plus tuxonice on the same day
> > > > > > > 
> > > > > > > from git (hope this helps):
> > > > > > > $ git describe v2.6.29-tiago2-ice
> > > > > > > v2.6.29-836-g00492ed
> > > > > > > $ git describe v2.6.30-rc1-tiago1-ice
> > > > > > > v2.6.30-rc1-1002-gac91f91
> > > > > > > 
> > > > > > > 
> > > > > > > If tuxonice is a suspect, I will be glad to remove it and
> > > > > > > recompile. If I have the time later this weekend, and
> > > > > > > nothing was found, I will try to bisect this.
> > > > > > > 
> > > > > > 
> > > > > > Here are some results from the bisect:
> > > > > > The metric I used to mark a revision as good/bad was
> > > > > > $ time for ((i =0; i < 100; i++)); do
> > > > > >       cat /sys/class/thermal/thermal_zone0/temp
> > > > > > > /dev/null; done
> > > > > > 
> > > > > > The bad ones take forever, i never even finished one bad
> > > > > > run. The good ones take about half a second.
> > > > > > 
> > > > > > When I checked out revisions v2.6.29-148-g33526a5 and
> > > > > > v2.6.29-159-g8a3f257, it took almost 2 secons to run the
> > > > > > command, so I think some of the latency my have been
> > > > > > introduced around these. Yet, I still marked them as good.
> > > > > > 
> > > > > > The resut was:
> > > > > > 478c6a43fcbc6c11609f8cee7c7b57223907754f is first bad commit
> > > > > > witch is a merge. I am out of ideas...
> > > > > > 
> > > > > > I forgot to ask, am I the only one experiencing this? I am
> > > > > > using a TravelMate 4000 with the intel graphics chip, can
> > > > > > anyone reproduce this? If no one can reproduce this, I can
> > > > > > still test a vanilla kernel to remove TOI from the equation!
> > > > > > 
> > > > > > Tiago
> > > > > > 
> > > > > > 
> > > > > > Below is the bisect log:
> > > > > > $ git bisect log
> > > > > > git bisect start
> > > > > > # bad: [ac91f917d7ed7d1ebe14532ee137fcd759b4406d] Merge
> > > > > > branch 'all' into all-tuxonice git bisect bad
> > > > > > ac91f917d7ed7d1ebe14532ee137fcd759b4406d # good:
> > > > > > [178a426510a901d9335f39d3391ae5e8628a36d1] Merge branch
> > > > > > 'tuxonice' into all-tuxonice git bisect good
> > > > > > 178a426510a901d9335f39d3391ae5e8628a36d1 # good:
> > > > > > [fdf9c9979a355916433262ea5e5e64bed5def86e] V4L/DVB (10465):
> > > > > > dsbr100: Add few lost mutex locks. git bisect good
> > > > > > fdf9c9979a355916433262ea5e5e64bed5def86e # good:
> > > > > > [edbd606c4671fcd439164c8d63e896044d706156] Staging: wlan-ng:
> > > > > > Replace WLAN_LOG_ERROR() with printk() git bisect good
> > > > > > edbd606c4671fcd439164c8d63e896044d706156 # good:
> > > > > > [3516c6a8dc0b1153c611c4cf0dc4a51631f052bb] Merge
> > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
> > > > > > git bisect good 3516c6a8dc0b1153c611c4cf0dc4a51631f052bb #
> > > > > > bad: [3989203290fba6fdf6bc4825fbf6526e1bf17977] Merge
> > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
> > > > > > git bisect bad 3989203290fba6fdf6bc4825fbf6526e1bf17977 #
> > > > > > bad: [d7ca6f8cdffa5765e486edb3dada9121fba8e6aa] Merge branch
> > > > > > 'for-linus' of git://git.o-hand.com/linux-rpurdie-backlight
> > > > > > git bisect bad d7ca6f8cdffa5765e486edb3dada9121fba8e6aa #
> > > > > > good: [3b4dadf05d177289c279c50030c7c75e004952bb] Merge
> > > > > > branch 'acpi_enforce_resources' into release git bisect good
> > > > > > 3b4dadf05d177289c279c50030c7c75e004952bb # bad:
> > > > > > [32fb6c17566ec66de87324a834c7776f40e35e78] Merge branch
> > > > > > 'release' of
> > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lenb/linux-acpi-2.6
> > > > > > git bisect bad 32fb6c17566ec66de87324a834c7776f40e35e78 #
> > > > > > good: [45e36c1666aa6c8b0c538abcf984b336184d8c3f] Merge
> > > > > > git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
> > > > > > git bisect good 45e36c1666aa6c8b0c538abcf984b336184d8c3f #
> > > > > > good: [33526a53600ac887d100e3c9b4be3637ac8ae3a5] Merge
> > > > > > branch 'x2apic' into release git bisect good
> > > > > > 33526a53600ac887d100e3c9b4be3637ac8ae3a5 # good:
> > > > > > [c542aadeb4700bc316834d862d52ba3d2664f13a]
> > > > > > panasonic-laptop: Fix autoloading git bisect good
> > > > > > c542aadeb4700bc316834d862d52ba3d2664f13a # bad:
> > > > > > [478c6a43fcbc6c11609f8cee7c7b57223907754f] Merge branch
> > > > > > 'linus' into release git bisect bad
> > > > > > 478c6a43fcbc6c11609f8cee7c7b57223907754f # good:
> > > > > > [15065531c1c5902775ae3ade24eb37d0e688353b] toshiba-acpi:
> > > > > > remove MAINTAINERS entry git bisect good
> > > > > > 15065531c1c5902775ae3ade24eb37d0e688353b # good:
> > > > > > [8a3f257c704e02aee9869decd069a806b45be3f1] Merge branch
> > > > > > 'misc' into release git bisect good
> > > > > > 8a3f257c704e02aee9869decd069a806b45be3f1
> > > > > 
> > > > 
> > > 
> > 
> 


[-- Attachment #2: dmesg2 --]
[-- Type: application/octet-stream, Size: 54009 bytes --]

[    0.000000] Linux version 2.6.30-rc1-tiago2-testconf (root@xato) (gcc version 4.3.3 (Gentoo 4.3.3-r2 p1.1, pie-10.1.5) ) #65 PREEMPT Mon Apr 13 04:11:44 WEST 2009
[    0.000000] KERNEL supported cpus:
[    0.000000]   Intel GenuineIntel
[    0.000000]   AMD AuthenticAMD
[    0.000000]   NSC Geode by NSC
[    0.000000]   Cyrix CyrixInstead
[    0.000000]   Centaur CentaurHauls
[    0.000000]   Transmeta GenuineTMx86
[    0.000000]   Transmeta TransmetaCPU
[    0.000000]   UMC UMC UMC UMC
[    0.000000] BIOS-provided physical RAM map:
[    0.000000]  BIOS-e820: 0000000000000000 - 000000000009f800 (usable)
[    0.000000]  BIOS-e820: 000000000009f800 - 00000000000a0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000ce000 - 00000000000d0000 (reserved)
[    0.000000]  BIOS-e820: 00000000000dc000 - 0000000000100000 (reserved)
[    0.000000]  BIOS-e820: 0000000000100000 - 000000007dee0000 (usable)
[    0.000000]  BIOS-e820: 000000007dee0000 - 000000007deec000 (ACPI data)
[    0.000000]  BIOS-e820: 000000007deec000 - 000000007df00000 (ACPI NVS)
[    0.000000]  BIOS-e820: 000000007df00000 - 0000000080000000 (reserved)
[    0.000000]  BIOS-e820: 00000000fec10000 - 00000000fec20000 (reserved)
[    0.000000]  BIOS-e820: 00000000ff800000 - 00000000ffc00000 (reserved)
[    0.000000]  BIOS-e820: 00000000fffffc00 - 0000000100000000 (reserved)
[    0.000000] DMI present.
[    0.000000] last_pfn = 0x7dee0 max_arch_pfn = 0x100000
[    0.000000] MTRR default type: uncachable
[    0.000000] MTRR fixed ranges enabled:
[    0.000000]   00000-9FFFF write-back
[    0.000000]   A0000-BFFFF uncachable
[    0.000000]   C0000-C7FFF write-protect
[    0.000000]   C8000-EFFFF uncachable
[    0.000000]   F0000-FFFFF write-protect
[    0.000000] MTRR variable ranges enabled:
[    0.000000]   0 base 000000000 mask F80000000 write-back
[    0.000000]   1 base 07DF00000 mask FFFF00000 uncachable
[    0.000000]   2 base 07E000000 mask FFE000000 uncachable
[    0.000000]   3 disabled
[    0.000000]   4 disabled
[    0.000000]   5 disabled
[    0.000000]   6 disabled
[    0.000000]   7 disabled
[    0.000000] PAT not supported by CPU.
[    0.000000] init_memory_mapping: 0000000000000000-00000000377fe000
[    0.000000]  0000000000 - 0000400000 page 4k
[    0.000000]  0000400000 - 0037400000 page 2M
[    0.000000]  0037400000 - 00377fe000 page 4k
[    0.000000] kernel direct mapping tables up to 377fe000 @ 7000-c000
[    0.000000] ACPI: RSDP 000f62e0 00014 (v00 ACER  )
[    0.000000] ACPI: RSDT 7dee66d8 00030 (v01 ACER   Kestrel  20021012  LTP 00000000)
[    0.000000] ACPI: FACP 7deebf2c 00074 (v01 ACER   Kestrel  20021012 PTL  00000050)
[    0.000000] ACPI: DSDT 7dee6708 05824 (v01 ACER   Kestrel  20021012 MSFT 0100000E)
[    0.000000] ACPI: FACS 7defcfc0 00040
[    0.000000] ACPI: HPET 7deebfa0 00038 (v01 ACER   Kestrel  20021012 PTL  00000000)
[    0.000000] ACPI: BOOT 7deebfd8 00028 (v01 ACER   Kestrel  20021012  LTP 00000001)
[    0.000000] 1126MB HIGHMEM available.
[    0.000000] 887MB LOWMEM available.
[    0.000000]   mapped low ram: 0 - 377fe000
[    0.000000]   low ram: 0 - 377fe000
[    0.000000]   node 0 low ram: 00000000 - 377fe000
[    0.000000]   node 0 bootmap 00008000 - 0000ef00
[    0.000000] (6 early reservations) ==> bootmem [0000000000 - 00377fe000]
[    0.000000]   #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
[    0.000000]   #1 [0000100000 - 00007c9630]    TEXT DATA BSS ==> [0000100000 - 00007c9630]
[    0.000000]   #2 [000009f800 - 0000100000]    BIOS reserved ==> [000009f800 - 0000100000]
[    0.000000]   #3 [00007ca000 - 00007cd170]              BRK ==> [00007ca000 - 00007cd170]
[    0.000000]   #4 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
[    0.000000]   #5 [0000008000 - 000000f000]          BOOTMAP ==> [0000008000 - 000000f000]
[    0.000000] Zone PFN ranges:
[    0.000000]   DMA      0x00000000 -> 0x00001000
[    0.000000]   Normal   0x00001000 -> 0x000377fe
[    0.000000]   HighMem  0x000377fe -> 0x0007dee0
[    0.000000] Movable zone start PFN for each node
[    0.000000] early_node_map[2] active PFN ranges
[    0.000000]     0: 0x00000000 -> 0x0000009f
[    0.000000]     0: 0x00000100 -> 0x0007dee0
[    0.000000] On node 0 totalpages: 515711
[    0.000000] free_area_init_node: node 0, pgdat c07342a0, node_mem_map c1000000
[    0.000000]   DMA zone: 32 pages used for memmap
[    0.000000]   DMA zone: 0 pages reserved
[    0.000000]   DMA zone: 3967 pages, LIFO batch:0
[    0.000000]   Normal zone: 1744 pages used for memmap
[    0.000000]   Normal zone: 221486 pages, LIFO batch:31
[    0.000000]   HighMem zone: 2254 pages used for memmap
[    0.000000]   HighMem zone: 286228 pages, LIFO batch:31
[    0.000000] ACPI: PM-Timer IO Port: 0x1008
[    0.000000] ACPI: HPET id: 0x8086a201 base: 0x0 is invalid
[    0.000000] PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
[    0.000000] PM: Registered nosave memory: 00000000000a0000 - 00000000000ce000
[    0.000000] PM: Registered nosave memory: 00000000000ce000 - 00000000000d0000
[    0.000000] PM: Registered nosave memory: 00000000000d0000 - 00000000000dc000
[    0.000000] PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
[    0.000000] Allocating PCI resources starting at 88000000 (gap: 80000000:7ec10000)
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 511681
[    0.000000] Kernel command line: libata.ignore_hpa=1 root=/dev/sda5 console=tty1 resume=/dev/sda6 printk.time=1 acpi.debug_level=0x07 acpi.debug_layer=0x04000018 log_buf_len=1048576
[    0.000000] log_buf_len: 1048576
[    0.000000] Enabling fast FPU save and restore... done.
[    0.000000] Enabling unmasked SIMD FPU exception support... done.
[    0.000000] Initializing CPU#0
[    0.000000] Preemptible RCU implementation.
[    0.000000] NR_IRQS:16
[    0.000000] PID hash table entries: 4096 (order: 12, 16384 bytes)
[    0.000000] Fast TSC calibration using PIT
[    0.000000] Detected 1598.618 MHz processor.
[    0.000999] Console: colour VGA+ 80x25
[    0.000999] console [tty1] enabled
[    0.000999] Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
[    0.000999] Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000999] Initializing HighMem for node 0 (000377fe:0007dee0)
[    0.000999] Memory: 2036952k/2063232k available (4863k kernel code, 24960k reserved, 1524k data, 332k init, 1153928k highmem)
[    0.000999] virtual kernel memory layout:
[    0.000999]     fixmap  : 0xfffeb000 - 0xfffff000   (  80 kB)
[    0.000999]     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
[    0.000999]     vmalloc : 0xf7ffe000 - 0xff7fe000   ( 120 MB)
[    0.000999]     lowmem  : 0xc0000000 - 0xf77fe000   ( 887 MB)
[    0.000999]       .init : 0xc0740000 - 0xc0793000   ( 332 kB)
[    0.000999]       .data : 0xc05bfecb - 0xc073d098   (1524 kB)
[    0.000999]       .text : 0xc0100000 - 0xc05bfecb   (4863 kB)
[    0.000999] Checking if this processor honours the WP bit even in supervisor mode...Ok.
[    0.000999] SLUB: Genslabs=13, HWalign=64, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.001014] Calibrating delay loop (skipped), value calculated using timer frequency.. 3197.23 BogoMIPS (lpj=1598618)
[    0.001143] Mount-cache hash table entries: 512
[    0.001379] CPU: L1 I cache: 32K, L1 D cache: 32K
[    0.001464] CPU: L2 cache: 2048K
[    0.001514] [ds] using Pentium M configuration
[    0.001563] [ds] pebs not available
[    0.001615] Intel machine check architecture supported.
[    0.001669] Intel machine check reporting enabled on CPU#0.
[    0.001731] CPU: Intel(R) Pentium(R) M processor 1.60GHz stepping 06
[    0.001845] Checking 'hlt' instruction... OK.
[    0.005727] ACPI: Core revision 20090320
[    0.005789] nsaccess-0099 [00] ns_root_initialize    : Entering predefined entries into namespace
[    0.011644]   nsload-0103 [00] ns_load_table         : **** Loading table into namespace ****
[    0.016050]   nsload-0131 [00] ns_load_table         : **** Begin Table Method Parsing and Object Initialization
[    0.016344]   nsload-0136 [00] ns_load_table         : **** Completed Table Method Parsing and Object Initialization
[    0.016477]  tbxface-0574 [00] tb_load_namespace     : ACPI Tables successfully acquired
[    0.016605] ACPI: setting ELCR to 0200 (from 0440)
[    0.017205] net_namespace: 956 bytes
[    0.017366] regulator: core version 0.5
[    0.018026] NET: Registered protocol family 16
[    0.018201] ACPI: bus type pci registered
[    0.018299] dca service started, version 1.8
[    0.019544] PCI: PCI BIOS revision 2.10 entry at 0xfd792, last bus=2
[    0.019598] PCI: Using configuration type 1 for base access
[    0.021033] bio: create slab <bio-0> at 0
[    0.022001] ACPI: EC: Look up EC in DSDT
[    0.022089] ACPI: Execute Method [\_SB_.PCI0.LPC0.HPET._STA] (Node f7011438)
[    0.022359] ACPI: Execute Method [\_SB_.PCI0.IDE0._REG] (Node f70159a8)
[    0.022651] ACPI: Execute Method [\_SB_.PCI0.IDE0._REG] (Node f70159a8)
[    0.022940] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._STA] (Node f7011510)
[    0.023120] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._STA] (Node f70115d0)
[    0.023287] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._STA] (Node f7011690)
[    0.023453] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._STA] (Node f7011750)
[    0.023619] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._STA] (Node f7011810)
[    0.023785] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKF._STA] (Node f70118d0)
[    0.023950] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKG._STA] (Node f7011990)
[    0.024130] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._STA] (Node f7011a50)
[    0.024298] ACPI: Execute Method [\_SB_.PCI0.LPC0.KBC_._STA] (Node f7011de0)
[    0.024449] ACPI: Execute Method [\_SB_.PCI0.LPC0.MOUE._STA] (Node f7011e58)
[    0.024608] ACPI: Execute Method [\_SB_.PCI0.LPC0.MOU2._STA] (Node f7011ed0)
[    0.024818] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.ECP_._STA] (Node f7013078)
[    0.025142] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.EPP_._STA] (Node f7013168)
[    0.025410] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.LPTB._STA] (Node f7013258)
[    0.025678] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.LPT_._STA] (Node f7013348)
[    0.025946] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.COMA._STA] (Node f7013438)
[    0.026094] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._STA] (Node f7013528)
[    0.026511] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._HID] (Node f70134f8)
[    0.027205] ACPI: Execute Method [\_SB_.PCI0.IDE0._REG] (Node f70159a8)
[    0.027573] Completing Region/Field/Buffer/Package initialization:...........................................................................
[    0.030845] Initialized 15/20 Regions 3/3 Fields 35/36 Buffers 22/23 Packages (754 nodes)
[    0.030956] Initializing Device/Processor/Thermal objects by executing _INI methods:ACPI: Execute Method [\_SB_.PCI0._INI] (Node f700e7b0)
[    0.031320] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.031466] ACPI: Execute Method [\_SB_.PCI0.IDE0._INI] (Node f7015918)
[    0.031635] 
[    0.031636] Executed 2 _INI methods requiring 1 _STA executions (examined 58 objects)
[    0.031916] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._REG] (Node f70136d8)
[    0.032205] ACPI: EC: non-query interrupt received, switching to interrupt mode
[    0.035901] ACPI: EC: GPE storm detected, transactions will use polling mode
[    0.114056] ACPI: Interpreter enabled
[    0.114116] ACPI: (supports S0 S3 S4 S5)
[    0.114295] ACPI: Using PIC for interrupt routing
[    0.115210] ACPI: Execute Method [\_SB_.PCI0.LPC0.HPET._STA] (Node f7011438)
[    0.115419] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._STA] (Node f7011510)
[    0.115591] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._STA] (Node f7011510)
[    0.115789] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._STA] (Node f70115d0)
[    0.115961] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._STA] (Node f70115d0)
[    0.116147] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._STA] (Node f7011690)
[    0.116319] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._STA] (Node f7011690)
[    0.116516] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._STA] (Node f7011750)
[    0.117044] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._STA] (Node f7011750)
[    0.117243] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._STA] (Node f7011810)
[    0.117415] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._STA] (Node f7011810)
[    0.118071] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKF._STA] (Node f70118d0)
[    0.118242] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKF._STA] (Node f70118d0)
[    0.118439] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKG._STA] (Node f7011990)
[    0.118610] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKG._STA] (Node f7011990)
[    0.118806] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._STA] (Node f7011a50)
[    0.119003] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._STA] (Node f7011a50)
[    0.119215] ACPI: Execute Method [\_SB_.PCI0.LPC0.KBC_._STA] (Node f7011de0)
[    0.119369] ACPI: Execute Method [\_SB_.PCI0.LPC0.KBC_._STA] (Node f7011de0)
[    0.119549] ACPI: Execute Method [\_SB_.PCI0.LPC0.MOUE._STA] (Node f7011e58)
[    0.119715] ACPI: Execute Method [\_SB_.PCI0.LPC0.MOU2._STA] (Node f7011ed0)
[    0.119906] ACPI: Execute Method [\_SB_.PCI0.LPC0.MOU2._STA] (Node f7011ed0)
[    0.120168] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.ECP_._STA] (Node f7013078)
[    0.120449] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.EPP_._STA] (Node f7013168)
[    0.120724] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.LPTB._STA] (Node f7013258)
[    0.121006] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.LPT_._STA] (Node f7013348)
[    0.121282] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.COMA._STA] (Node f7013438)
[    0.121469] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._STA] (Node f7013528)
[    0.121885] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._HID] (Node f70134f8)
[    0.122048] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._STA] (Node f7013528)
[    0.122734] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.122888] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.123195] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._STA] (Node f7015bd0)
[    0.123370] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._STA] (Node f7015bd0)
[    0.123567] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    0.123882] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    0.124268] ACPI: Execute Method [\_SB_.PCI0.USB1._PSW] (Node f7015e10)
[    0.124490] ACPI: Execute Method [\_SB_.PCI0.USB2._PSW] (Node f7015ea0)
[    0.124707] ACPI: Execute Method [\_SB_.PCI0.USB3._PSW] (Node f7015f30)
[    0.125063] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.125303] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.125605] ACPI: EC: GPE = 0x1d, I/O: command/status = 0x66, data = 0x62
[    0.125661] ACPI: EC: driver started in poll mode
[    0.125735] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.125893] ACPI: Power Resource [PFN0] (off)
[    0.125950] ACPI: Execute Method [\_TZ_.PFN1._STA] (Node f7017270)
[    0.126099] ACPI: Power Resource [PFN1] (off)
[    0.126365] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    0.126708] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    0.127188] ACPI: ACPI Dock Station Driver: 1 docks/bays found
[    0.127253] ACPI: PCI Root Bridge [PCI0] (0000:00)
[    0.127440] pci 0000:00:02.0: reg 10 32bit mmio: [0xe8000000-0xefffffff]
[    0.127446] pci 0000:00:02.0: reg 14 32bit mmio: [0xe0000000-0xe007ffff]
[    0.127452] pci 0000:00:02.0: reg 18 io port: [0x1800-0x1807]
[    0.127470] pci 0000:00:02.0: supports D1
[    0.127487] pci 0000:00:02.1: reg 10 32bit mmio: [0xf0000000-0xf7ffffff]
[    0.127493] pci 0000:00:02.1: reg 14 32bit mmio: [0xe0080000-0xe00fffff]
[    0.127513] pci 0000:00:02.1: supports D1
[    0.127578] pci 0000:00:1d.0: reg 20 io port: [0x1820-0x183f]
[    0.127624] pci 0000:00:1d.1: reg 20 io port: [0x1840-0x185f]
[    0.127670] pci 0000:00:1d.2: reg 20 io port: [0x1860-0x187f]
[    0.127723] pci 0000:00:1d.7: reg 10 32bit mmio: [0xe0100000-0xe01003ff]
[    0.127774] pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
[    0.127831] pci 0000:00:1d.7: PME# disabled
[    0.127950] HPET not enabled in BIOS. You might try hpet=force boot option
[    0.127988] pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH4 ACPI/GPIO/TCO
[    0.128059] pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH4 GPIO
[    0.128133] pci 0000:00:1f.1: reg 10 io port: [0x00-0x07]
[    0.128139] pci 0000:00:1f.1: reg 14 io port: [0x00-0x03]
[    0.128146] pci 0000:00:1f.1: reg 18 io port: [0x00-0x07]
[    0.128153] pci 0000:00:1f.1: reg 1c io port: [0x00-0x03]
[    0.128160] pci 0000:00:1f.1: reg 20 io port: [0x1810-0x181f]
[    0.128166] pci 0000:00:1f.1: reg 24 32bit mmio: [0x000000-0x0003ff]
[    0.128211] pci 0000:00:1f.3: reg 20 io port: [0x1880-0x189f]
[    0.128250] pci 0000:00:1f.5: reg 10 io port: [0x1c00-0x1cff]
[    0.128256] pci 0000:00:1f.5: reg 14 io port: [0x18c0-0x18ff]
[    0.128262] pci 0000:00:1f.5: reg 18 32bit mmio: [0xe0100c00-0xe0100dff]
[    0.128269] pci 0000:00:1f.5: reg 1c 32bit mmio: [0xe0100800-0xe01008ff]
[    0.128294] pci 0000:00:1f.5: PME# supported from D0 D3hot D3cold
[    0.128350] pci 0000:00:1f.5: PME# disabled
[    0.128423] pci 0000:00:1f.6: reg 10 io port: [0x2400-0x24ff]
[    0.128429] pci 0000:00:1f.6: reg 14 io port: [0x2000-0x207f]
[    0.128461] pci 0000:00:1f.6: PME# supported from D0 D3hot D3cold
[    0.128516] pci 0000:00:1f.6: PME# disabled
[    0.128598] pci 0000:02:02.0: reg 10 32bit mmio: [0xe0204000-0xe0205fff]
[    0.128621] pci 0000:02:02.0: reg 30 32bit mmio: [0x000000-0x003fff]
[    0.128636] pci 0000:02:02.0: supports D1 D2
[    0.128639] pci 0000:02:02.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.128695] pci 0000:02:02.0: PME# disabled
[    0.128771] pci 0000:02:04.0: reg 10 32bit mmio: [0xe0208000-0xe0208fff]
[    0.128809] pci 0000:02:04.0: PME# supported from D0 D3hot D3cold
[    0.128865] pci 0000:02:04.0: PME# disabled
[    0.128941] pci 0000:02:06.0: reg 10 32bit mmio: [0xe0209000-0xe0209fff]
[    0.128994] pci 0000:02:06.0: supports D1 D2
[    0.128997] pci 0000:02:06.0: PME# supported from D0 D1 D2 D3hot D3cold
[    0.129053] pci 0000:02:06.0: PME# disabled
[    0.129130] pci 0000:02:06.2: reg 10 32bit mmio: [0xe020a000-0xe020a7ff]
[    0.129137] pci 0000:02:06.2: reg 14 32bit mmio: [0xe0200000-0xe0203fff]
[    0.129174] pci 0000:02:06.2: supports D1 D2
[    0.129176] pci 0000:02:06.2: PME# supported from D0 D1 D2 D3hot
[    0.129231] pci 0000:02:06.2: PME# disabled
[    0.129306] pci 0000:02:06.3: reg 10 32bit mmio: [0xe0206000-0xe0207fff]
[    0.129343] pci 0000:02:06.3: supports D1 D2
[    0.129345] pci 0000:02:06.3: PME# supported from D0 D1 D2 D3hot
[    0.129400] pci 0000:02:06.3: PME# disabled
[    0.129480] pci 0000:00:1e.0: transparent bridge
[    0.129533] pci 0000:00:1e.0: bridge io port: [0x3000-0x3fff]
[    0.129538] pci 0000:00:1e.0: bridge 32bit mmio: [0xe0200000-0xe05fffff]
[    0.129562] pci_bus 0000:00: on NUMA node 0
[    0.129570] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
[    0.129574] ACPI: Execute Method [\_SB_.PCI0._PRT] (Node f700e9a8)
[    0.129863] ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.PCIB._PRT]
[    0.129867] ACPI: Execute Method [\_SB_.PCI0.PCIB._PRT] (Node f700eee8)
[    0.130202] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.130469] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.130736] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.131006] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.131270] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.131533] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.131796] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.132067] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.132336] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.132600] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.132865] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.133137] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.133404] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.133666] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.133928] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.134458] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._CRS] (Node f70114e0)
[    0.134663] ACPI: PCI Interrupt Link [LNKA] (IRQs *6)
[    0.134801] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._DIS] (Node f70114b0)
[    0.134996] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._CRS] (Node f70115a0)
[    0.135192] ACPI: PCI Interrupt Link [LNKB] (IRQs *10)
[    0.135330] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._DIS] (Node f7011570)
[    0.135492] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._CRS] (Node f7011660)
[    0.135687] ACPI: PCI Interrupt Link [LNKC] (IRQs *6)
[    0.135824] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._DIS] (Node f7011630)
[    0.135993] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._CRS] (Node f7011720)
[    0.136188] ACPI: PCI Interrupt Link [LNKD] (IRQs *6)
[    0.136324] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._DIS] (Node f70116f0)
[    0.136486] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._CRS] (Node f70117e0)
[    0.136680] ACPI: PCI Interrupt Link [LNKE] (IRQs *10)
[    0.136817] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._DIS] (Node f70117b0)
[    0.136986] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKF._CRS] (Node f70118a0)
[    0.137180] ACPI: PCI Interrupt Link [LNKF] (IRQs 10) *0, disabled.
[    0.137375] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKF._DIS] (Node f7011870)
[    0.137538] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKG._CRS] (Node f7011960)
[    0.137732] ACPI: PCI Interrupt Link [LNKG] (IRQs 6) *0, disabled.
[    0.137927] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKG._DIS] (Node f7011930)
[    0.138073] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._CRS] (Node f7011a20)
[    0.138266] ACPI: PCI Interrupt Link [LNKH] (IRQs *10)
[    0.138403] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._DIS] (Node f70119f0)
[    0.138807] SCSI subsystem initialized
[    0.138878] libata version 3.00 loaded.
[    0.138997] usbcore: registered new interface driver usbfs
[    0.139072] usbcore: registered new interface driver hub
[    0.139144] usbcore: registered new device driver usb
[    0.139291] ACPI: WMI: Mapper loaded
[    0.139340] PCI: Using ACPI for IRQ routing
[    0.139472] Expanded resource reserved due to conflict with Adapter ROM
[    0.150135] Bluetooth: Core ver 2.15
[    0.150218] NET: Registered protocol family 31
[    0.150269] Bluetooth: HCI device and connection manager initialized
[    0.150324] Bluetooth: HCI socket layer initialized
[    0.198026] Slow work thread pool: Starting up
[    0.198080] cfg80211: Calling CRDA to update world regulatory domain
[    0.198203] Slow work thread pool: Ready
[    0.198258] FS-Cache: Loaded
[    0.209978] pnp: PnP ACPI init
[    0.210033] ACPI: bus type pnp registered
[    0.210101] ACPI: Execute Method [\_SB_.PCI0._CRS] (Node f700e990)
[    0.211050] ACPI: Execute Method [\_SB_.PCI0.LPC0.RTC_._CRS] (Node f70112a0)
[    0.211515] ACPI: Execute Method [\_SB_.PCI0.LPC0.HPET._STA] (Node f7011438)
[    0.211708] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._STA] (Node f7011510)
[    0.211872] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._STA] (Node f70115d0)
[    0.212042] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._STA] (Node f7011690)
[    0.212204] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._STA] (Node f7011750)
[    0.212366] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._STA] (Node f7011810)
[    0.212527] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKF._STA] (Node f70118d0)
[    0.212688] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKG._STA] (Node f7011990)
[    0.212850] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._STA] (Node f7011a50)
[    0.213020] ACPI: Execute Method [\_SB_.PCI0.LPC0.KBC_._STA] (Node f7011de0)
[    0.213205] ACPI: Execute Method [\_SB_.PCI0.LPC0.MOUE._STA] (Node f7011e58)
[    0.213365] ACPI: Execute Method [\_SB_.PCI0.LPC0.MOU2._STA] (Node f7011ed0)
[    0.213588] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.ECP_._STA] (Node f7013078)
[    0.213862] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.EPP_._STA] (Node f7013168)
[    0.214137] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.LPTB._STA] (Node f7013258)
[    0.214404] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.LPT_._STA] (Node f7013348)
[    0.214671] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.COMA._STA] (Node f7013438)
[    0.214850] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._STA] (Node f7013528)
[    0.215280] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._CRS] (Node f70135a0)
[    0.215893] ACPI: Execute Method [\_SB_.PCI0.LPC0.SIO_.FIR_._PRS] (Node f7013570)
[    0.216281] ACPI: Execute Method [\_SB_.PCI0.IDE0._STA] (Node f70159d8)
[    0.216436] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._STA] (Node f7015bd0)
[    0.216594] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    0.216924] pnp: PnP ACPI: found 9 devices
[    0.216982] ACPI: ACPI bus type pnp unregistered
[    0.217043] system 00:04: ioport range 0x164e-0x164f has been reserved
[    0.217101] system 00:04: ioport range 0x600-0x60f has been reserved
[    0.217155] system 00:04: ioport range 0x700-0x70f has been reserved
[    0.217211] system 00:04: ioport range 0x800-0x80f has been reserved
[    0.217266] system 00:04: ioport range 0x1000-0x107f has been reserved
[    0.217321] system 00:04: ioport range 0x1180-0x11bf has been reserved
[    0.217376] system 00:04: ioport range 0x1c0-0x1cf has been reserved
[    0.217432] system 00:04: ioport range 0xfe00-0xfe00 has been reserved
[    0.217487] system 00:04: ioport range 0x4d0-0x4d1 has been reserved
[    0.217542] system 00:04: ioport range 0x610-0x61f has been reserved
[    0.218402] system 00:04: iomem range 0xfec10000-0xfec1ffff has been reserved
[    0.218459] system 00:04: iomem range 0xff800000-0xffbfffff has been reserved
[    0.218516] system 00:04: iomem range 0xfff00000-0xffffffff could not be reserved
[    0.218587] system 00:04: iomem range 0x0-0x9ffff could not be reserved
[    0.218642] system 00:04: iomem range 0xe0000-0xfffff could not be reserved
[    0.218698] system 00:04: iomem range 0xdf800-0xdffff could not be reserved
[    0.253603] pci 0000:02:06.0: CardBus bridge, secondary bus 0000:03
[    0.253659] pci 0000:02:06.0:   IO window: 0x003000-0x0030ff
[    0.253714] pci 0000:02:06.0:   IO window: 0x003400-0x0034ff
[    0.253768] pci 0000:02:06.0:   PREFETCH window: 0x88000000-0x8bffffff
[    0.253825] pci 0000:02:06.0:   MEM window: 0x90000000-0x93ffffff
[    0.253881] pci 0000:00:1e.0: PCI bridge, secondary bus 0000:02
[    0.253935] pci 0000:00:1e.0:   IO window: 0x3000-0x3fff
[    0.253996] pci 0000:00:1e.0:   MEM window: 0xe0200000-0xe05fffff
[    0.254052] pci 0000:00:1e.0:   PREFETCH window: 0x00000088000000-0x0000008dffffff
[    0.254134] pci 0000:00:1e.0: setting latency timer to 64
[    0.254140] pci 0000:02:06.0: enabling device (0104 -> 0107)
[    0.254202] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._SRS] (Node f70117f8)
[    0.254387] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._STA] (Node f7011810)
[    0.254552] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKE._CRS] (Node f70117e0)
[    0.254750] ACPI: PCI Interrupt Link [LNKE] enabled at IRQ 10
[    0.254803] PCI: setting IRQ 10 as level-triggered
[    0.254809] pci 0000:02:06.0: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10
[    0.254883] pci_bus 0000:00: resource 0 io:  [0x00-0xffff]
[    0.254886] pci_bus 0000:00: resource 1 mem: [0x000000-0xffffffff]
[    0.254889] pci_bus 0000:02: resource 0 io:  [0x3000-0x3fff]
[    0.254892] pci_bus 0000:02: resource 1 mem: [0xe0200000-0xe05fffff]
[    0.254895] pci_bus 0000:02: resource 2 mem: [0x88000000-0x8dffffff]
[    0.254898] pci_bus 0000:02: resource 3 io:  [0x00-0xffff]
[    0.254901] pci_bus 0000:02: resource 4 mem: [0x000000-0xffffffff]
[    0.254904] pci_bus 0000:03: resource 0 io:  [0x3000-0x30ff]
[    0.254907] pci_bus 0000:03: resource 1 io:  [0x3400-0x34ff]
[    0.254910] pci_bus 0000:03: resource 2 mem: [0x88000000-0x8bffffff]
[    0.254913] pci_bus 0000:03: resource 3 mem: [0x90000000-0x93ffffff]
[    0.254928] NET: Registered protocol family 2
[    0.290984] IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.291148] TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
[    0.292462] TCP bind hash table entries: 65536 (order: 6, 262144 bytes)
[    0.292880] TCP: Hash tables configured (established 131072 bind 65536)
[    0.292936] TCP reno registered
[    0.305018] NET: Registered protocol family 1
[    0.305186] Simple Boot Flag at 0x37 set to 0x1
[    0.305259] Machine check exception polling timer started.
[    0.305377] Microcode Update Driver: v2.00 <tigran@aivazian.fsnet.co.uk>, Peter Oruba
[    0.305974] highmem bounce pool size: 64 pages
[    0.307988] FS-Cache: Netfs 'nfs' registered for caching
[    0.308183] Installing knfsd (copyright (C) 1996 okir@monad.swb.de).
[    0.308527] fuse init (API version 7.11)
[    0.308706] SGI XFS with ACLs, security attributes, no debug enabled
[    0.309177] SGI XFS Quota Management subsystem
[    0.309239] msgmni has been set to 1726
[    0.310859] alg: No test for stdrng (krng)
[    0.310967] alg: No test for stdrng (ansi_cprng)
[    0.311030] io scheduler noop registered
[    0.311079] io scheduler anticipatory registered
[    0.311130] io scheduler deadline registered
[    0.311207] io scheduler cfq registered (default)
[    0.311276] pci 0000:00:02.0: Boot video device
[    0.311545] input: Power Button (FF) as /class/input/input0
[    0.311599] ACPI: Power Button (FF) [PWRF]
[    0.311718] input: Lid Switch as /class/input/input1
[    0.311783] ACPI: Execute Method [\_SB_.LID_._LID] (Node f7015f90)
[    0.322046] ACPI: Lid Switch [LID]
[    0.322177] input: Sleep Button (CM) as /class/input/input2
[    0.322231] ACPI: Sleep Button (CM) [SLPB]
[    0.322314] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.322479] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.322634] ACPI: Execute Method [\_TZ_.FAN0._PS3] (Node f7017108)
[    0.322805] fan PNP0C0B:00: registered as cooling_device0
[    0.322861] ACPI: Fan [FAN0] (off)
[    0.322915] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.323082] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.323236] ACPI: Execute Method [\_TZ_.FAN1._PS3] (Node f7017228)
[    0.323400] fan PNP0C0B:01: registered as cooling_device1
[    0.323455] ACPI: Fan [FAN1] (off)
[    0.323564] ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
[    0.323742] processor ACPI_CPU:00: registered as cooling_device2
[    0.323797] ACPI: Processor [CPU0] (supports 8 throttling states)
[    0.323942] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[    0.334069]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3282 dK
[    0.334185] ACPI: Execute Method [\_TZ_.THRM._CRT] (Node f7017330)
[    0.334333]  thermal-0390 [00] thermal_trips_update  : Found critical threshold [3732]
[    0.334461]  thermal-0415 [00] thermal_trips_update  : No hot threshold
[    0.334573] ACPI: Execute Method [\_TZ_.THRM._PSV] (Node f7017348)
[    0.334739] ACPI: Execute Method [\_TZ_.THRM._AC0] (Node f70172e8)
[    0.334891] ACPI: Execute Method [\_TZ_.THRM._AC1] (Node f7017318)
[    0.335053] ACPI: Execute Method [\_TZ_.THRM._SCP] (Node f70173d8)
[    0.335304] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[    0.345063]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3282 dK
[    0.345179] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.345336] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[    0.345491] thermal LNXTHERM:01: registered as thermal_zone0
[    0.345550] ACPI: Thermal Zone [THRM] (55 C)
[    0.345627] ACPI: SBS HC: EC = 0xf7008740, offset = 0x18, query_bit = 0x20
[    0.392976] ACPI: Smart Battery System [SBS0]: AC Adapter [AC0] (on-line)
[    0.753910] Switched to high resolution mode on CPU 0
[    1.495063] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT0] (battery present)
[    1.603059] ACPI: Smart Battery System [SBS0]: Battery Slot [BAT1] (battery absent)
[    1.642669] platform pc8736x_gpio.0: NatSemi pc8736x GPIO Driver Initializing
[    1.642740] platform pc8736x_gpio.0: no device found
[    1.642807] nsc_gpio initializing
[    1.642809] Linux agpgart interface v0.103
[    1.642877] agpgart-intel 0000:00:00.0: Intel 855GM Chipset
[    1.644135] agpgart-intel 0000:00:00.0: detected 32636K stolen memory
[    1.645750] agpgart-intel 0000:00:00.0: AGP aperture is 128M @ 0xe8000000
[    1.645852] ipmi message handler version 39.2
[    1.645911] Hangcheck: starting hangcheck timer 0.9.0 (tick is 180 seconds, margin is 60 seconds).
[    1.645983] Hangcheck: Using get_cycles().
[    1.646082] [drm] Initialized drm 1.1.0 20060810
[    1.646168] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._SRS] (Node f70114f8)
[    1.646384] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._STA] (Node f7011510)
[    1.646552] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKA._CRS] (Node f70114e0)
[    1.646753] ACPI: PCI Interrupt Link [LNKA] enabled at IRQ 6
[    1.646807] PCI: setting IRQ 6 as level-triggered
[    1.646812] i915 0000:00:02.0: PCI INT A -> Link[LNKA] -> GSI 6 (level, low) -> IRQ 6
[    1.646885] i915 0000:00:02.0: setting latency timer to 64
[    1.962482] i2c-adapter i2c-0: unable to read EDID block.
[    2.005096] i915 0000:00:02.0: VGA-1: no EDID data
[    2.245100] allocated 1280x800 fb: 0x01fff000, bo f72fef60
[    2.580670] [drm] LVDS-8: set mode 1280x800 10
[    2.825105] Console: switching to colour frame buffer device 160x50
[    2.830682] fb0: inteldrmfb frame buffer device
[    2.830732] registered panic notifier
[    2.830780] [drm] Initialized i915 1.6.0 20080730 for 0000:00:02.0 on minor 0
[    2.830884] intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/945GME/965G/965GM chipsets
[    2.831019] intelfb: Version 0.9.6
[    2.831617] brd: module loaded
[    2.831925] loop: module loaded
[    2.831984] tifm_7xx1 0000:02:06.3: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10
[    2.832139] Linux video capture interface: v2.00
[    2.832283] usbcore: registered new interface driver uvcvideo
[    2.832347] USB Video Class driver (v0.1.0)
[    2.832420] Driver 'sd' needs updating - please use bus_type methods
[    2.832498] Driver 'sr' needs updating - please use bus_type methods
[    2.832606] ata_piix 0000:00:1f.1: version 2.12
[    2.832631] ata_piix 0000:00:1f.1: power state changed by ACPI to D0
[    2.832705] ata_piix 0000:00:1f.1: enabling device (0005 -> 0007)
[    2.832784] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._SRS] (Node f7011678)
[    2.832974] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._STA] (Node f7011690)
[    2.833133] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKC._CRS] (Node f7011660)
[    2.833309] ACPI: PCI Interrupt Link [LNKC] enabled at IRQ 6
[    2.833374] ata_piix 0000:00:1f.1: PCI INT A -> Link[LNKC] -> GSI 6 (level, low) -> IRQ 6
[    2.833497] ata_piix 0000:00:1f.1: setting latency timer to 64
[    2.834973] scsi0 : ata_piix
[    2.835139] scsi1 : ata_piix
[    2.835228] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._STA] (Node f7015bd0)
[    2.835399] ACPI: Execute Method [\_SB_.PCI0.IDE0.PRIM._GTM] (Node f7015af8)
[    2.837139] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._STA] (Node f7015bd0)
[    2.838589] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    2.840195] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN.BAY1._STA] (Node f7015cd8)
[    2.841792] ACPI: Execute Method [\_SB_.PCI0.IDE0.SECN._GTM] (Node f7015c30)
[    2.843591] ata1: PATA max UDMA/100 cmd 0x1f0 ctl 0x3f6 bmdma 0x1810 irq 14
[    2.845061] ata2: PATA max UDMA/100 cmd 0x170 ctl 0x376 bmdma 0x1818 irq 15
[    2.846611] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._SRS] (Node f7011738)
[    2.848364] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._STA] (Node f7011750)
[    2.849977] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKD._CRS] (Node f7011720)
[    2.851643] ACPI: PCI Interrupt Link [LNKD] enabled at IRQ 6
[    2.853243] b44 0000:02:02.0: PCI INT A -> Link[LNKD] -> GSI 6 (level, low) -> IRQ 6
[    2.881079] ssb: Sonics Silicon Backplane found on PCI device 0000:02:02.0
[    2.882832] b44.c:v2.0
[    2.892178] eth0: Broadcom 44xx/47xx 10/100BaseT Ethernet 00:c0:9f:5e:01:ed
[    2.894035] PPP generic driver version 2.4.2
[    2.895976] PPP Deflate Compression module registered
[    2.897853] PPP BSD Compression module registered
[    2.899710] NET: Registered protocol family 24
[    2.901578] tun: Universal TUN/TAP device driver, 1.6
[    2.903453] tun: (C) 1999-2004 Max Krasnyansky <maxk@qualcomm.com>
[    2.905338] console [netcon0] enabled
[    2.907144] netconsole: network logging started
[    2.908919] yenta_cardbus 0000:02:06.0: CardBus bridge found [1025:0064]
[    2.910742] yenta_cardbus 0000:02:06.0: Enabling burst memory read transactions
[    2.912561] yenta_cardbus 0000:02:06.0: Using CSCINT to route CSC interrupts to PCI
[    2.914343] yenta_cardbus 0000:02:06.0: Routing CardBus interrupts to PCI
[    2.916107] yenta_cardbus 0000:02:06.0: TI: mfunc 0x01a21b22, devctl 0x64
[    3.033265] ata1.00: HPA unlocked: 268435455 -> 312581808, native 312581808
[    3.035024] ata1.00: ATA-8: SAMSUNG HM160HC, LQ100-10, max UDMA/100
[    3.036765] ata1.00: 312581808 sectors, multi 16: LBA48 
[    3.058986] ata1.00: configured for UDMA/100
[    3.071113] scsi 0:0:0:0: Direct-Access     ATA      SAMSUNG HM160HC  LQ10 PQ: 0 ANSI: 5
[    3.073038] sd 0:0:0:0: Attached scsi generic sg0 type 0
[    3.074882] sd 0:0:0:0: [sda] 312581808 512-byte hardware sectors: (160 GB/149 GiB)
[    3.076878] sd 0:0:0:0: [sda] Write Protect is off
[    3.078790] sd 0:0:0:0: [sda] Mode Sense: 00 3a 00 00
[    3.078812] sd 0:0:0:0: [sda] Write cache: enabled, read cache: enabled, doesn't support DPO or FUA
[    3.080815]  sda: sda1 sda2 sda3 sda4 < sda5 sda6 sda7 >
[    3.170167] sd 0:0:0:0: [sda] Attached SCSI disk
[    3.246280] ata2.00: ATAPI: HL-DT-ST DVDRAM GSA-4080N, 0H09, max UDMA/33
[    3.254189] ata2.00: configured for UDMA/33
[    3.261494] scsi 1:0:0:0: CD-ROM            HL-DT-ST DVDRAM GSA-4080N 0H09 PQ: 0 ANSI: 5
[    3.275213] sr0: scsi3-mmc drive: 24x/24x writer dvd-ram cd/rw xa/form2 cdda tray
[    3.277242] Uniform CD-ROM driver Revision: 3.20
[    3.279325] sr 1:0:0:0: Attached scsi CD-ROM sr0
[    3.279382] sr 1:0:0:0: Attached scsi generic sg1 type 5
[    3.403545] yenta_cardbus 0000:02:06.0: ISA IRQ mask 0x08b8, PCI irq 10
[    3.405664] yenta_cardbus 0000:02:06.0: Socket status: 30000006
[    3.407745] pci_bus 0000:02: Raising subordinate bus# of parent bus (#02) from #02 to #06
[    3.409905] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge I/O window: 0x3000 - 0x3fff
[    3.412076] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge Memory window: 0xe0200000 - 0xe05fffff
[    3.414281] yenta_cardbus 0000:02:06.0: pcmcia: parent PCI bridge Memory window: 0x88000000 - 0x8dffffff
[    3.667051] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    3.669283] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._SRS] (Node f7011a38)
[    3.671586] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._STA] (Node f7011a50)
[    3.673805] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKH._CRS] (Node f7011a20)
[    3.676025] ACPI: PCI Interrupt Link [LNKH] enabled at IRQ 10
[    3.678116] ehci_hcd 0000:00:1d.7: PCI INT D -> Link[LNKH] -> GSI 10 (level, low) -> IRQ 10
[    3.680275] ehci_hcd 0000:00:1d.7: setting latency timer to 64
[    3.680279] ehci_hcd 0000:00:1d.7: EHCI Host Controller
[    3.682450] ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
[    3.688503] ehci_hcd 0000:00:1d.7: debug port 1
[    3.690625] ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
[    3.690632] ehci_hcd 0000:00:1d.7: irq 10, io mem 0xe0100000
[    3.702019] ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00
[    3.704186] usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
[    3.706303] usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.708443] usb usb1: Product: EHCI Host Controller
[    3.710534] usb usb1: Manufacturer: Linux 2.6.30-rc1-tiago2-testconf ehci_hcd
[    3.712659] usb usb1: SerialNumber: 0000:00:1d.7
[    3.714835] usb usb1: configuration #1 chosen from 1 choice
[    3.716994] hub 1-0:1.0: USB hub found
[    3.719134] hub 1-0:1.0: 6 ports detected
[    3.721388] ohci_hcd: USB 1.1 'Open' Host Controller (OHCI) Driver
[    3.723507] uhci_hcd: USB Universal Host Controller Interface driver
[    3.725653] uhci_hcd 0000:00:1d.0: PCI INT A -> Link[LNKA] -> GSI 6 (level, low) -> IRQ 6
[    3.727806] uhci_hcd 0000:00:1d.0: setting latency timer to 64
[    3.727810] uhci_hcd 0000:00:1d.0: UHCI Host Controller
[    3.729932] uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
[    3.732060] uhci_hcd 0000:00:1d.0: irq 6, io base 0x00001820
[    3.734165] usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
[    3.736259] usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.738350] usb usb2: Product: UHCI Host Controller
[    3.740395] usb usb2: Manufacturer: Linux 2.6.30-rc1-tiago2-testconf uhci_hcd
[    3.742448] usb usb2: SerialNumber: 0000:00:1d.0
[    3.744535] usb usb2: configuration #1 chosen from 1 choice
[    3.746615] hub 2-0:1.0: USB hub found
[    3.748601] hub 2-0:1.0: 2 ports detected
[    3.750677] uhci_hcd 0000:00:1d.1: PCI INT B -> Link[LNKD] -> GSI 6 (level, low) -> IRQ 6
[    3.752672] uhci_hcd 0000:00:1d.1: setting latency timer to 64
[    3.752676] uhci_hcd 0000:00:1d.1: UHCI Host Controller
[    3.754666] uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
[    3.756662] uhci_hcd 0000:00:1d.1: irq 6, io base 0x00001840
[    3.758661] usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
[    3.760626] usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.762566] usb usb3: Product: UHCI Host Controller
[    3.764512] usb usb3: Manufacturer: Linux 2.6.30-rc1-tiago2-testconf uhci_hcd
[    3.766502] usb usb3: SerialNumber: 0000:00:1d.1
[    3.768491] usb usb3: configuration #1 chosen from 1 choice
[    3.770475] hub 3-0:1.0: USB hub found
[    3.772421] hub 3-0:1.0: 2 ports detected
[    3.774485] uhci_hcd 0000:00:1d.2: PCI INT C -> Link[LNKC] -> GSI 6 (level, low) -> IRQ 6
[    3.776502] uhci_hcd 0000:00:1d.2: setting latency timer to 64
[    3.776506] uhci_hcd 0000:00:1d.2: UHCI Host Controller
[    3.778485] uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
[    3.780477] uhci_hcd 0000:00:1d.2: irq 6, io base 0x00001860
[    3.782462] usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
[    3.784441] usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
[    3.786436] usb usb4: Product: UHCI Host Controller
[    3.788427] usb usb4: Manufacturer: Linux 2.6.30-rc1-tiago2-testconf uhci_hcd
[    3.790436] usb usb4: SerialNumber: 0000:00:1d.2
[    3.792490] usb usb4: configuration #1 chosen from 1 choice
[    3.794525] hub 4-0:1.0: USB hub found
[    3.796510] hub 4-0:1.0: 2 ports detected
[    3.798602] Initializing USB Mass Storage driver...
[    3.800596] usbcore: registered new interface driver usb-storage
[    3.802590] USB Mass Storage support registered.
[    3.804612] usbcore: registered new interface driver libusual
[    3.806652] usbcore: registered new interface driver usbserial
[    3.808634] USB Serial support registered for generic
[    3.810617] usbcore: registered new interface driver usbserial_generic
[    3.812579] usbserial: USB Serial Driver core
[    3.814576] PNP: PS/2 Controller [PNP0303:KBC,PNP0f13:MOU2] at 0x60,0x64 irq 1,12
[    3.822356] i8042.c: Detected active multiplexing controller, rev 1.1.
[    3.826357] serio: i8042 KBD port at 0x60,0x64 irq 1
[    3.828351] serio: i8042 AUX0 port at 0x60,0x64 irq 12
[    3.830340] serio: i8042 AUX1 port at 0x60,0x64 irq 12
[    3.832286] serio: i8042 AUX2 port at 0x60,0x64 irq 12
[    3.834173] serio: i8042 AUX3 port at 0x60,0x64 irq 12
[    3.836135] mice: PS/2 mouse device common for all mice
[    3.851024] hub 2-0:1.0: over-current change on port 1
[    3.873189] rtc_cmos 00:01: rtc core: registered rtc_cmos as rtc0
[    3.875072] rtc0: alarms up to one month, y3k, 242 bytes nvram
[    3.876975] i2c /dev entries driver
[    3.878997] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._SRS] (Node f70115b8)
[    3.881003] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._STA] (Node f70115d0)
[    3.882942] ACPI: Execute Method [\_SB_.PCI0.LPC0.LNKB._CRS] (Node f70115a0)
[    3.884910] ACPI: PCI Interrupt Link [LNKB] enabled at IRQ 10
[    3.886735] i801_smbus 0000:00:1f.3: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[    3.888714] Driver for 1-wire Dallas network protocol.
[    3.890715] cpuidle: using governor ladder
[    3.892645] cpuidle: using governor menu
[    3.894772] usbcore: registered new interface driver usbhid
[    3.896633] usbhid: v2.6:USB HID core driver
[    3.898544] IPv4 over IPv4 tunneling driver
[    3.900409] GRE over IPv4 tunneling driver
[    3.902327] TCP cubic registered
[    3.904090] TCP westwood registered
[    3.905984] NET: Registered protocol family 10
[    3.907863] lo: Disabled Privacy Extensions
[    3.909620] tunl0: Disabled Privacy Extensions
[    3.911410] IPv6 over IPv4 tunneling driver
[    3.913166] sit0: Disabled Privacy Extensions
[    3.914940] ip6tnl0: Disabled Privacy Extensions
[    3.916639] NET: Registered protocol family 17
[    3.918639] RPC: Registered udp transport module.
[    3.920321] RPC: Registered tcp transport module.
[    3.921980] ACPI: Execute Method [\_PR_.CPU0._PSS] (Node f700e570)
[    3.927005] Marking TSC unstable due to TSC halts in idle
[    3.933252] input: AT Translated Set 2 keyboard as /class/input/input3
[    3.953029] hub 2-0:1.0: over-current change on port 2
[    4.254449] Clocksource tsc unstable (delta = -81055552 ns)
[    4.887925] Synaptics Touchpad, model: 1, fw: 5.9, id: 0x126eb1, caps: 0xa04713/0x4000
[    4.934252] input: SynPS/2 Synaptics TouchPad as /class/input/input4
[    4.994381] rtc_cmos 00:01: setting system clock to 2009-04-13 15:52:16 UTC (1239637936)
[    5.019097] UDF-fs: No partition found (1)
[    5.052919] XFS mounting filesystem sda5
[    5.182437] Starting XFS recovery on filesystem: sda5 (logdev: internal)
[    8.862989] Ending XFS recovery on filesystem: sda5 (logdev: internal)
[    8.867461] VFS: Mounted root (xfs filesystem) readonly on device 8:5.
[    8.872038] Freeing unused kernel memory: 332k freed
[   12.721393] irda_init()
[   12.721414] NET: Registered protocol family 23
[   12.779167] lib80211: common routines for IEEE802.11 drivers
[   12.779172] lib80211_crypt: registered algorithm 'NULL'
[   13.265561] ohci1394 0000:02:06.2: PCI INT A -> Link[LNKE] -> GSI 10 (level, low) -> IRQ 10
[   13.265970] nsc_ircc_pnp_probe() : From PnP, found firbase 0x2F8 ; irq 3 ; dma 1.
[   13.266032] nsc-ircc, chip->init
[   13.266045] nsc-ircc, Found chip at base=0x164e
[   13.266074] nsc-ircc, driver loaded (Dag Brattli)
[   13.266404] IrDA: Registered device irda0
[   13.266468] nsc-ircc, Found dongle: Supports SIR Mode only
[   13.316071] ohci1394: fw-host0: OHCI-1394 1.1 (PCI): IRQ=[10]  MMIO=[e020a000-e020a7ff]  Max Packet=[2048]  IR/IT contexts=[4/8]
[   13.449572] Intel ICH 0000:00:1f.5: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[   13.449648] Intel ICH 0000:00:1f.5: setting latency timer to 64
[   13.557146] ieee80211: 802.11 data/management/control stack, git-1.1.13
[   13.557154] ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
[   13.600142] ipw2200: Intel(R) PRO/Wireless 2200/2915 Network Driver, 1.2.2kmpr
[   13.600152] ipw2200: Copyright(c) 2003-2006 Intel Corporation
[   13.600275] ipw2200 0000:02:04.0: PCI INT A -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[   13.601690] ipw2200: Detected Intel PRO/Wireless 2200BG Network Connection
[   13.601791] ipw2200 0000:02:04.0: firmware: requesting ipw2200-bss.fw
[   13.758034] intel8x0_measure_ac97_clock: measured 50884 usecs
[   13.758043] intel8x0: clocking to 48000
[   13.759595] Intel ICH Modem 0000:00:1f.6: PCI INT B -> Link[LNKB] -> GSI 10 (level, low) -> IRQ 10
[   13.759627] Intel ICH Modem 0000:00:1f.6: setting latency timer to 64
[   13.856645] ipw2200: Detected geography ZZM (11 802.11bg channels, 0 802.11a channels)
[   14.111286] MC'97 0 converters and GPIO not ready (0x1)
[   14.572489] ieee1394: Host added: ID:BUS[0-00:1023]  GUID[00c09f00002c86d5]
[   15.539822] XFS mounting filesystem sda7
[   15.640497] Starting XFS recovery on filesystem: sda7 (logdev: internal)
[   16.056213] Ending XFS recovery on filesystem: sda7 (logdev: internal)
[   16.194766] Adding 987956k swap on /dev/sda6.  Priority:-1 extents:1 across:987956k 
[   26.808035] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q80] (Node f70153d8)
[   26.808162] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[   28.555667] microcode: CPU0 updated from revision 0x17 to 0x18, date = 2004-10-17 
[   28.996060] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q80] (Node f70153d8)
[   36.723053] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q81] (Node f70153f0)
[   38.635401] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   38.645345] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   42.322270] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q81] (Node f70153f0)
[   45.012429] ADDRCONF(NETDEV_UP): eth0: link is not ready
[   47.895050] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q81] (Node f70153f0)
[   48.235691] lib80211_crypt: registered algorithm 'CCMP'
[   48.259374] lib80211_crypt: registered algorithm 'TKIP'
[   53.377547]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[   53.377576] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   53.377711] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   53.377839] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[   53.387493]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[   53.387515] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   53.387645] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   53.387770] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[   53.397494]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[   53.397516] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   53.397645] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   53.397769] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[   53.407494]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[   53.407516] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   53.407645] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   53.407770] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[   53.417490]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[   53.417512] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   53.417641] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   54.576267] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q81] (Node f70153f0)
[   54.576482] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[   54.874508]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[   54.874535] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   54.874669] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[   57.154234] eth1: no IPv6 routers present
[   84.661054] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q81] (Node f70153f0)
[   84.661274] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[   92.509065] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q80] (Node f70153d8)
[   98.082052] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q80] (Node f70153d8)
[  100.268054] ACPI: Execute Method [\_SB_.PCI0.LPC0.EC0_._Q81] (Node f70153f0)
[  104.100547]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[  104.100576] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[  104.100712] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[  104.100839] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  104.110494]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[  104.110517] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[  104.110647] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[  104.110772] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  104.120493]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[  104.120515] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[  104.120644] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[  104.120768] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  104.130492]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3232 dK
[  104.130514] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[  104.130643] ACPI: Execute Method [\_TZ_.PFN0._STA] (Node f7017168)
[  148.393165] ACPI: Execute Method [\_TZ_.THRM._TMP] (Node f7017378)
[  157.648543]  thermal-0263 [00] thermal_get_temperatur: Temperature is 3212 dK
[  293.285447] kjournald starting.  Commit interval 5 seconds
[  293.285654] EXT3 FS on sda2, internal journal
[  293.285666] EXT3-fs: mounted filesystem with writeback data mode.

  reply	other threads:[~2009-04-13 15:05 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-04-11 14:56 High latency on /sys/class/thermal Tiago Simões Batista
2009-04-11 19:14 ` Andrew Morton
2009-04-11 22:12   ` Tiago Simões Batista
2009-04-11 22:16   ` Tiago Simões Batista
2009-04-12 16:03     ` Tiago Simões Batista
2009-04-13  1:43       ` Zhang Rui
2009-04-13  2:28         ` Tiago Simões Batista
2009-04-13  3:02           ` Zhang Rui
2009-04-13  3:28             ` Tiago Simões Batista
2009-04-13  5:44               ` Zhang Rui
2009-04-13 15:05                 ` Tiago Simões Batista [this message]
2009-04-14  2:11                   ` Zhang Rui

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=20090413160507.58c6d754@gmail.com \
    --to=tiagosbatista@gmail.com \
    --cc=akpm@linux-foundation.org \
    --cc=astarikovskiy@suse.de \
    --cc=linux-acpi@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mjg59@srcf.ucam.org \
    --cc=rui.zhang@intel.com \
    /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