linux-acpi.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.6.27-rc1: critical thermal shutdown on thinkpad x60
@ 2008-08-06  9:02 Pavel Machek
  2008-08-07  9:13 ` Pavel Machek
                   ` (2 more replies)
  0 siblings, 3 replies; 34+ messages in thread
From: Pavel Machek @ 2008-08-06  9:02 UTC (permalink / raw)
  To: kernel list, ACPI mailing list

Hi!

Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
shutting down.
Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt

...and machine went down at that point :-(.
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-06  9:02 2.6.27-rc1: critical thermal shutdown on thinkpad x60 Pavel Machek
@ 2008-08-07  9:13 ` Pavel Machek
  2008-08-07 10:38   ` Pavel Machek
  2008-08-07 11:34 ` Karel Zak
  2008-08-07 16:01 ` Andi Kleen
  2 siblings, 1 reply; 34+ messages in thread
From: Pavel Machek @ 2008-08-07  9:13 UTC (permalink / raw)
  To: kernel list, ACPI mailing list, Andi Kleen, Rafael J. Wysocki

Hi!

> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> shutting down.
> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> 
> ...and machine went down at that point :-(.

This one is quite repeatable:

Aug  7 10:46:24 amd dhclient: DHCPACK from 10.20.0.2
Aug  7 10:46:24 amd dhclient: bound to 10.20.5.28 -- renewal in 7200
seconds.
Aug  7 10:50:46 amd kernel: thinkpad_acpi: unhandled HKEY event 0x6022
Aug  7 10:51:03 amd last message repeated 48 times
Aug  7 10:51:05 amd kernel: ACPI: Critical trip point
Aug  7 10:51:05 amd kernel: Critical temperature reached (128 C),
shutting down.
Aug  7 10:51:05 amd shutdown[1928]: shutting down for system halt
Aug  7 10:51:06 amd init: Switching to runlevel: 0
Aug  7 10:51:06 amd kernel: thinkpad_acpi: unhandled HKEY event 0x6022
Aug  7 10:51:09 amd last message repeated 7 times
Aug  7 10:51:09 amd kernel: ACPI: Critical trip point
Aug  7 10:51:09 amd kernel: Critical temperature reached (128 C),
shutting down.
Aug  7 10:51:12 amd exiting on signal 15
Aug  7 10:54:01 amd syslogd 1.5.0#1: restart.
Aug  7 10:54:01 amd kernel: klogd 1.5.0#1, log source = /proc/kmsg
started.

...and it does not seem to be stray reading from the sensor: cat
/proc/acpi/therm*/*/* shows the bogus value in like 5 consecutive
readings.

Plus the temperature rises up to 95C before this triggers, and machine
is so hot it refuses to start again. Trip points seem to assume 128C,
too:

root@amd:~# cat /proc/acpi/thermal_zone/THM*/trip*
critical (S5):           127 C
critical (S5):           97 C
passive:                 93 C: tc1=5 tc2=4 tsp=600 devices=CPU0 CPU1
root@amd:~#

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-07  9:13 ` Pavel Machek
@ 2008-08-07 10:38   ` Pavel Machek
  0 siblings, 0 replies; 34+ messages in thread
From: Pavel Machek @ 2008-08-07 10:38 UTC (permalink / raw)
  To: kernel list, ACPI mailing list, Andi Kleen, Rafael J. Wysocki

Hi!

> > Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> > Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> > shutting down.
> > Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> > 
> > ...and machine went down at that point :-(.
> 
> This one is quite repeatable:
> 
> Aug  7 10:46:24 amd dhclient: DHCPACK from 10.20.0.2
> Aug  7 10:46:24 amd dhclient: bound to 10.20.5.28 -- renewal in 7200
> seconds.
> Aug  7 10:50:46 amd kernel: thinkpad_acpi: unhandled HKEY event 0x6022
> Aug  7 10:51:03 amd last message repeated 48 times
> Aug  7 10:51:05 amd kernel: ACPI: Critical trip point
> Aug  7 10:51:05 amd kernel: Critical temperature reached (128 C),
> shutting down.
> Aug  7 10:51:05 amd shutdown[1928]: shutting down for system halt
> Aug  7 10:51:06 amd init: Switching to runlevel: 0
> Aug  7 10:51:06 amd kernel: thinkpad_acpi: unhandled HKEY event 0x6022
> Aug  7 10:51:09 amd last message repeated 7 times
> Aug  7 10:51:09 amd kernel: ACPI: Critical trip point
> Aug  7 10:51:09 amd kernel: Critical temperature reached (128 C),
> shutting down.
> Aug  7 10:51:12 amd exiting on signal 15
> Aug  7 10:54:01 amd syslogd 1.5.0#1: restart.
> Aug  7 10:54:01 amd kernel: klogd 1.5.0#1, log source = /proc/kmsg
> started.
> 
> ...and it does not seem to be stray reading from the sensor: cat
> /proc/acpi/therm*/*/* shows the bogus value in like 5 consecutive
> readings.
> 
> Plus the temperature rises up to 95C before this triggers, and machine
> is so hot it refuses to start again. Trip points seem to assume 128C,
> too:
> 
> root@amd:~# cat /proc/acpi/thermal_zone/THM*/trip*
> critical (S5):           127 C
> critical (S5):           97 C
> passive:                 93 C: tc1=5 tc2=4 tsp=600 devices=CPU0 CPU1
> root@amd:~#

while true; do echo -n; done &
while true; do echo -n; done &

is enough to trigger this. According to /proc/acpi/ibm, fan is running
too slowly...?
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-06  9:02 2.6.27-rc1: critical thermal shutdown on thinkpad x60 Pavel Machek
  2008-08-07  9:13 ` Pavel Machek
@ 2008-08-07 11:34 ` Karel Zak
  2008-08-07 13:05   ` Fabio Comolli
  2008-08-07 16:01 ` Andi Kleen
  2 siblings, 1 reply; 34+ messages in thread
From: Karel Zak @ 2008-08-07 11:34 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list, ACPI mailing list

On Wed, Aug 06, 2008 at 11:02:47AM +0200, Pavel Machek wrote:
> Hi!
> 
> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> shutting down.
> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> 
> ...and machine went down at that point :-(.

 It seems it like a bad day for ThinkPads:

Aug  6 20:05:36 nb kernel: ACPI: Critical trip point
Aug  6 20:05:36 nb kernel: Critical temperature reached (128 C),
shutting down.

 Kernel 2.6.26-136.fc10.x86_64 on x61.

    Karel

-- 
 Karel Zak  <kzak@redhat.com>

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-07 11:34 ` Karel Zak
@ 2008-08-07 13:05   ` Fabio Comolli
  2008-08-07 14:41     ` Yves-Alexis Perez
  0 siblings, 1 reply; 34+ messages in thread
From: Fabio Comolli @ 2008-08-07 13:05 UTC (permalink / raw)
  To: Karel Zak; +Cc: Pavel Machek, kernel list, ACPI mailing list

Seems not only limited to ThinkPads as my HP laptop started to shut
down for thermal events with 27-rc1 too. It happened twice (one with
-rc1 and another with -rc2). Never happened before.


On Thu, Aug 7, 2008 at 1:34 PM, Karel Zak <kzak@redhat.com> wrote:
> On Wed, Aug 06, 2008 at 11:02:47AM +0200, Pavel Machek wrote:
>> Hi!
>>
>> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
>> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
>> shutting down.
>> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
>>
>> ...and machine went down at that point :-(.
>
>  It seems it like a bad day for ThinkPads:
>
> Aug  6 20:05:36 nb kernel: ACPI: Critical trip point
> Aug  6 20:05:36 nb kernel: Critical temperature reached (128 C),
> shutting down.
>
>  Kernel 2.6.26-136.fc10.x86_64 on x61.
>
>    Karel
>
> --
>  Karel Zak  <kzak@redhat.com>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/
>

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-07 13:05   ` Fabio Comolli
@ 2008-08-07 14:41     ` Yves-Alexis Perez
  0 siblings, 0 replies; 34+ messages in thread
From: Yves-Alexis Perez @ 2008-08-07 14:41 UTC (permalink / raw)
  To: Fabio Comolli; +Cc: Karel Zak, Pavel Machek, kernel list, ACPI mailing list

On Thu, Aug 07, 2008 at 03:05:10PM +0200, Fabio Comolli wrote:
> Seems not only limited to ThinkPads as my HP laptop started to shut
> down for thermal events with 27-rc1 too. It happened twice (one with
> -rc1 and another with -rc2). Never happened before.

Global warming.
-- 
Yves-Alexis

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-06  9:02 2.6.27-rc1: critical thermal shutdown on thinkpad x60 Pavel Machek
  2008-08-07  9:13 ` Pavel Machek
  2008-08-07 11:34 ` Karel Zak
@ 2008-08-07 16:01 ` Andi Kleen
  2008-08-12  9:41   ` Pavel Machek
  2 siblings, 1 reply; 34+ messages in thread
From: Andi Kleen @ 2008-08-07 16:01 UTC (permalink / raw)
  To: Pavel Machek; +Cc: kernel list, ACPI mailing list

Pavel Machek <pavel@suse.cz> writes:

> Hi!
>
> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> shutting down.
> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
>
> ...and machine went down at that point :-(.

I hope you can easily reproduce it?

So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
double check that? Are there are new warnings in the boot logs
from ACPI compared to .26?

I looked through the pile of patches that went in for ACPI and the 
only candidate that might have imho caused this would be 
ea51011a27db48ea0a80a5e20de3969b292d5d4d. Can you please 
try reverting that. If that doesn't help a full bisect will be needed.

-Andi

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-07 16:01 ` Andi Kleen
@ 2008-08-12  9:41   ` Pavel Machek
  2008-08-12 10:54     ` Andi Kleen
  2008-08-13  0:55     ` Zhang Rui
  0 siblings, 2 replies; 34+ messages in thread
From: Pavel Machek @ 2008-08-12  9:41 UTC (permalink / raw)
  To: Andi Kleen; +Cc: kernel list, ACPI mailing list

Hi!

> > Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> > Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> > shutting down.
> > Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> >
> > ...and machine went down at that point :-(.
> 
> I hope you can easily reproduce it?
> 
> So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please

Yes, I'm very sure. It makes machine basically unusable.

> double check that? Are there are new warnings in the boot logs
> from ACPI compared to .26?

Will take a look.... ... I don't see anything obvious, diff is below.

> I looked through the pile of patches that went in for ACPI and the 
> only candidate that might have imho caused this would be 
> ea51011a27db48ea0a80a5e20de3969b292d5d4d. Can you please 
> try reverting that. If that doesn't help a full bisect will be needed.

Not that one :-(. Thinkpad does not even have fan device: it is
controlled by hardware.
									Pavel

--- /tmp/dmesg.26	2008-08-12 11:38:44.000000000 +0200
+++ /tmp/dmesg.rc2	2008-08-12 11:15:44.000000000 +0200
@@ -1,4 +1,4 @@
-Linux version 2.6.26 (pavel@amd) (gcc version 4.1.3 20071209 (prerelease) (Debian 4.1.2-18)) #313 SMP Mon Jul 14 08:33:14 CEST 2008
+Linux version 2.6.27-rc2 (pavel@amd) (gcc version 4.1.3 20071209 (prerelease) (Debian 4.1.2-18)) #322 SMP Thu Aug 7 11:58:09 CEST 2008
 PAT disabled. Not yet verified on this CPU type.
 BIOS-provided physical RAM map:
  BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
@@ -16,31 +16,13 @@
  BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
  BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
  BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
-1142MB HIGHMEM available.
-896MB LOWMEM available.
-found SMP MP-table at [c00f67f0] 000f67f0
-Entering add_active_range(0, 0, 521936) 0 entries of 256 used
-Zone PFN ranges:
-  DMA             0 ->     4096
-  Normal       4096 ->   229376
-  HighMem    229376 ->   521936
-Movable zone start PFN for each node
-early_node_map[1] active PFN ranges
-    0:        0 ->   521936
-On node 0 totalpages: 521936
-  DMA zone: 32 pages used for memmap
-  DMA zone: 0 pages reserved
-  DMA zone: 4064 pages, LIFO batch:0
-  Normal zone: 1760 pages used for memmap
-  Normal zone: 223520 pages, LIFO batch:31
-  HighMem zone: 2286 pages used for memmap
-  HighMem zone: 290274 pages, LIFO batch:31
-  Movable zone: 0 pages used for memmap
+last_pfn = 0x7f6d0 max_arch_pfn = 0x100000
+kernel direct mapping tables up to 38000000 @ 7000-c000
 DMI present.
 ACPI: RSDP 000F67C0, 0024 (r2 LENOVO)
 ACPI: XSDT 7F6D191C, 0084 (r1 LENOVO TP-7B        2140  LTP        0)
 ACPI: FACP 7F6D1A00, 00F4 (r3 LENOVO TP-7B        2140 LNVO        1)
-ACPI Warning (tbfadt-0442): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20080321]
+ACPI Warning (tbfadt-0442): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20080609]
 ACPI: DSDT 7F6D1D90, CFB9 (r1 LENOVO TP-7B        2140 MSFT  100000E)
 ACPI: FACS 7F6F4000, 0040
 ACPI: SSDT 7F6D1BB4, 01DC (r1 LENOVO TP-7B        2140 MSFT  100000E)
@@ -54,6 +36,37 @@
 ACPI: SSDT 7F6F28A4, 00A6 (r1 LENOVO TP-7B        2140 INTL 20050513)
 ACPI: SSDT 7F6F294A, 04F7 (r1 LENOVO TP-7B        2140 INTL 20050513)
 ACPI: SSDT 7F6F2E41, 01D8 (r1 LENOVO TP-7B        2140 INTL 20050513)
+1142MB HIGHMEM available.
+896MB LOWMEM available.
+  mapped low ram: 0 - 38000000
+  low ram: 00000000 - 38000000
+  bootmap 00008000 - 0000f000
+(8 early reservations) ==> bootmem [0000000000 - 0038000000]
+  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
+  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
+  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
+  #3 [0000200000 - 0000c07128]    TEXT DATA BSS ==> [0000200000 - 0000c07128]
+  #4 [0000c08000 - 0000c1d000]    INIT_PG_TABLE ==> [0000c08000 - 0000c1d000]
+  #5 [000009f000 - 0000100000]    BIOS reserved ==> [000009f000 - 0000100000]
+  #6 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
+  #7 [0000008000 - 000000f000]          BOOTMAP ==> [0000008000 - 000000f000]
+Scan SMP from c0000000 for 1024 bytes.
+Scan SMP from c009fc00 for 1024 bytes.
+Scan SMP from c00f0000 for 65536 bytes.
+found SMP MP-table at [c00f67f0] 000f67f0
+Zone PFN ranges:
+  DMA      0x00000000 -> 0x00001000
+  Normal   0x00001000 -> 0x00038000
+  HighMem  0x00038000 -> 0x0007f6d0
+Movable zone start PFN for each node
+early_node_map[2] active PFN ranges
+    0: 0x00000000 -> 0x0000009f
+    0: 0x00000100 -> 0x0007f6d0
+On node 0 totalpages: 521839
+free_area_init_node: node 0, pgdat c0942e80, node_mem_map c1001000
+  DMA zone: 3967 pages, LIFO batch:0
+  Normal zone: 223520 pages, LIFO batch:31
+  HighMem zone: 290274 pages, LIFO batch:31
 ACPI: PM-Timer IO Port: 0x1008
 ACPI: Local APIC address 0xfee00000
 ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
@@ -70,26 +83,27 @@
 Enabling APIC mode:  Flat.  Using 1 I/O APICs
 ACPI: HPET id: 0x8086a201 base: 0xfed00000
 Using ACPI (MADT) for SMP configuration information
-Allocating PCI resources starting at 88000000 (gap: 80000000:70000000)
+SMP: Allowing 2 CPUs, 0 hotplug CPUs
+mapped APIC to ffffb000 (fee00000)
+mapped IOAPIC to ffffa000 (fec00000)
 PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
 PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
 PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
 PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
 PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
-SMP: Allowing 2 CPUs, 0 hotplug CPUs
-PERCPU: Allocating 37800 bytes of per cpu data
-NR_CPUS: 2, nr_cpu_ids: 2
-Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517858
+Allocating PCI resources starting at 88000000 (gap: 80000000:70000000)
+PERCPU: Allocating 37552 bytes of per cpu data
+NR_CPUS: 2, nr_cpu_ids: 2, nr_node_ids 1
+Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517761
 Kernel command line: root=/dev/sda4 resume=/dev/sda1 psmouse.psmouse_proto=imps psmouse_proto=imps psmouse.proto=imps vga=791 init=/tmp/swsusp-init acpi_sleep=s3_bios,s3_mode no_console_suspend
 Unknown boot option `psmouse.psmouse_proto=imps': ignoring
-mapped APIC to ffffb000 (fee00000)
-mapped IOAPIC to ffffa000 (fec00000)
 Enabling fast FPU save and restore... done.
 Enabling unmasked SIMD FPU exception support... done.
 Initializing CPU#0
 PID hash table entries: 4096 (order: 12, 16384 bytes)
 Extended CMOS year: 2000
-Detected 1828.792 MHz processor.
+TSC calibrated against PM_TIMER
+Detected 1828.748 MHz processor.
 Console: colour dummy device 80x25
 console [tty0] enabled
 Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
@@ -100,23 +114,23 @@
 ... MAX_LOCKDEP_ENTRIES:     8192
 ... MAX_LOCKDEP_CHAINS:      16384
 ... CHAINHASH_SIZE:          8192
- memory used by lock dependency info: 992 kB
+ memory used by lock dependency info: 1056 kB
  per task-struct memory footprint: 1920 bytes
 Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
 Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
-Memory: 2059068k/2087744k available (5320k kernel code, 27516k reserved, 2458k data, 320k init, 1170240k highmem)
+Memory: 2058760k/2087744k available (5438k kernel code, 27692k reserved, 2511k data, 344k init, 1170240k highmem)
 virtual kernel memory layout:
-    fixmap  : 0xfff7f000 - 0xfffff000   ( 512 kB)
+    fixmap  : 0xfff83000 - 0xfffff000   ( 496 kB)
     pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
     vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
     lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
-      .init : 0xc09a1000 - 0xc09f1000   ( 320 kB)
-      .data : 0xc0732166 - 0xc0998a08   (2458 kB)
-      .text : 0xc0200000 - 0xc0732166   (5320 kB)
+      .init : 0xc09cb000 - 0xc0a21000   ( 344 kB)
+      .data : 0xc074fbc6 - 0xc09c38f0   (2511 kB)
+      .text : 0xc0200000 - 0xc074fbc6   (5438 kB)
 Checking if this processor honours the WP bit even in supervisor mode...Ok.
 CPA: page pool initialized 32 of 32 pages preallocated
 hpet clockevent registered
-Calibrating delay using timer specific routine.. 3662.04 BogoMIPS (lpj=7324080)
+Calibrating delay loop (skipped), value calculated using timer frequency.. 3657.49 BogoMIPS (lpj=7314992)
 Mount-cache hash table entries: 512
 CPU: L1 I cache: 32K, L1 D cache: 32K
 CPU: L2 cache: 2048K
@@ -124,7 +138,7 @@
 CPU: Processor Core ID: 0
 using mwait in idle threads.
 Checking 'hlt' instruction... OK.
-ACPI: Core revision 20080321
+ACPI: Core revision 20080609
 Parsing all Control Methods:
 Table [DSDT](id 0001) - 1592 Objects with 69 Devices 429 Methods 28 Regions
 Parsing all Control Methods:
@@ -137,7 +151,7 @@
 Table [SSDT](id 0005) - 14 Objects with 0 Devices 5 Methods 0 Regions
 Parsing all Control Methods:
 Table [SSDT](id 0006) - 14 Objects with 1 Devices 2 Methods 0 Regions
- tbxface-0598 [00] tb_load_namespace     : ACPI Tables successfully acquired
+ tbxface-0596 [00] tb_load_namespace     : ACPI Tables successfully acquired
 evxfevnt-0091 [00] enable                : Transition to ACPI mode successful
 ENABLING IO-APIC IRQs
 ..TIMER: vector=0x31 apic1=0 pin1=2 apic2=-1 pin2=-1
@@ -145,24 +159,24 @@
 lockdep: fixing up alternatives.
 Booting processor 1/1 ip 6000
 Initializing CPU#1
-Calibrating delay using timer specific routine.. 3657.57 BogoMIPS (lpj=7315141)
+Calibrating delay using timer specific routine.. 3657.62 BogoMIPS (lpj=7315256)
 CPU: L1 I cache: 32K, L1 D cache: 32K
 CPU: L2 cache: 2048K
 CPU: Physical Processor ID: 0
 CPU: Processor Core ID: 1
 CPU1: Intel Genuine Intel(R) CPU           T2400  @ 1.83GHz stepping 08
 checking TSC synchronization [CPU#0 -> CPU#1]:
-Measured 579986 cycles TSC warp between CPUs, turning off TSC clock.
-Marking TSC unstable due to: check_tsc_sync_source failed.
+Measured 579326 cycles TSC warp between CPUs, turning off TSC clock.
+Marking TSC unstable due to check_tsc_sync_source failed
 Brought up 2 CPUs
-Total of 2 processors activated (7319.61 BogoMIPS).
+Total of 2 processors activated (7315.12 BogoMIPS).
 CPU0 attaching sched-domain:
- domain 0: span 0-1
+ domain 0: span 0-1 level CPU
   groups: 0 1
 CPU1 attaching sched-domain:
- domain 0: span 0-1
+ domain 0: span 0-1 level CPU
   groups: 1 0
-net_namespace: 548 bytes
+net_namespace: 680 bytes
 NET: Registered protocol family 16
 ACPI: ACPI Dock Station Driver
 ACPI: \_SB_.PCI0.IDE0.PRIM.MSTR: found ejectable bay
@@ -170,29 +184,58 @@
 ACPI: \_SB_.PCI0.IDE0.PRIM.MSTR: Is dependent on dock
 
 ACPI: Bay [\_SB_.PCI0.IDE0.PRIM.MSTR] Added
+ACPI FADT declares the system doesn't support PCIe ASPM, so disable it
 ACPI: bus type pci registered
 PCI: MCFG configuration 0: base f0000000 segment 0 buses 0 - 63
 PCI: MCFG area at f0000000 reserved in E820
 PCI: Using MMCONFIG for extended config space
 PCI: Using configuration type 1 for base access
-Setting up standard PCI resources
-evgpeblk-0956 [00] ev_create_gpe_block   : GPE 00 to 1F [_GPE] 4 regs on int 0x9
+evgpeblk-0957 [00] ev_create_gpe_block   : GPE 00 to 1F [_GPE] 4 regs on int 0x9
 ACPI: EC: EC description table is found, configuring boot EC
 Completing Region/Field/Buffer/Package initialization:........................................................................................................................................................................................................................................................................
 Initialized 28/28 Regions 126/126 Fields 54/54 Buffers 56/56 Packages (1651 nodes)
 Initializing Device/Processor/Thermal objects by executing _INI methods:...<6>ACPI: EC: non-query interrupt received, switching to interrupt mode
 ....
 Executed 7 _INI methods requiring 2 _STA executions (examined 76 objects)
-evgpeblk-1052 [00] ev_initialize_gpe_bloc: Found 8 Wake, Enabled 2 Runtime GPEs in this block
+evgpeblk-1054 [00] ev_initialize_gpe_bloc: Found 8 Wake, Enabled 2 Runtime GPEs in this block
 ACPI: Interpreter enabled
 ACPI: (supports S0 S3 S4 S5)
 ACPI: Using IOAPIC for interrupt routing
 ACPI: EC: GPE = 0x1c, I/O: command/status = 0x66, data = 0x62
 ACPI: EC: driver started in interrupt mode
 ACPI: PCI Root Bridge [PCI0] (0000:00)
+pci 0000:00:1b.0: PME# supported from D0 D3hot D3cold
+pci 0000:00:1b.0: PME# disabled
+pci 0000:00:1c.0: PME# supported from D0 D3hot D3cold
+pci 0000:00:1c.0: PME# disabled
+pci 0000:00:1c.1: PME# supported from D0 D3hot D3cold
+pci 0000:00:1c.1: PME# disabled
+pci 0000:00:1c.2: PME# supported from D0 D3hot D3cold
+pci 0000:00:1c.2: PME# disabled
+pci 0000:00:1c.3: PME# supported from D0 D3hot D3cold
+pci 0000:00:1c.3: PME# disabled
+pci 0000:00:1d.7: PME# supported from D0 D3hot D3cold
+pci 0000:00:1d.7: PME# disabled
 pci 0000:00:1f.0: quirk: region 1000-107f claimed by ICH6 ACPI/GPIO/TCO
 pci 0000:00:1f.0: quirk: region 1180-11bf claimed by ICH6 GPIO
-PCI: Transparent bridge - 0000:00:1e.0
+pci 0000:00:1f.2: PME# supported from D3hot
+pci 0000:00:1f.2: PME# disabled
+pci 0000:02:00.0: PME# supported from D0 D3hot D3cold
+pci 0000:02:00.0: PME# disabled
+pci 0000:03:00.0: PME# supported from D0 D3hot D3cold
+pci 0000:03:00.0: PME# disabled
+pci 0000:15:00.0: supports D1
+pci 0000:15:00.0: supports D2
+pci 0000:15:00.0: PME# supported from D0 D1 D2 D3hot D3cold
+pci 0000:15:00.0: PME# disabled
+pci 0000:15:00.1: PME# supported from D0 D3hot D3cold
+pci 0000:15:00.1: PME# disabled
+pci 0000:15:00.2: supports D1
+pci 0000:15:00.2: supports D2
+pci 0000:15:00.2: PME# supported from D0 D1 D2 D3hot D3cold
+pci 0000:15:00.2: PME# disabled
+pci 0000:00:1e.0: transparent bridge
+bus 00 -> node 0
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP0._PRT]
 ACPI: PCI Interrupt Routing Table [\_SB_.PCI0.EXP1._PRT]
@@ -219,7 +262,7 @@
 usbcore: registered new interface driver hub
 usbcore: registered new device driver usb
 PCI: Using ACPI for IRQ routing
-Bluetooth: Core ver 2.11
+Bluetooth: Core ver 2.12
 NET: Registered protocol family 31
 Bluetooth: HCI device and connection manager initialized
 Bluetooth: HCI socket layer initialized
@@ -230,11 +273,11 @@
 system 00:00: iomem range 0xc8000-0xcbfff has been reserved
 system 00:00: iomem range 0xcc000-0xcffff could not be reserved
 system 00:00: iomem range 0xd0000-0xd3fff could not be reserved
-system 00:00: iomem range 0xdc000-0xdffff has been reserved
-system 00:00: iomem range 0xe0000-0xe3fff has been reserved
-system 00:00: iomem range 0xe4000-0xe7fff has been reserved
-system 00:00: iomem range 0xe8000-0xebfff has been reserved
-system 00:00: iomem range 0xec000-0xeffff has been reserved
+system 00:00: iomem range 0xdc000-0xdffff could not be reserved
+system 00:00: iomem range 0xe0000-0xe3fff could not be reserved
+system 00:00: iomem range 0xe4000-0xe7fff could not be reserved
+system 00:00: iomem range 0xe8000-0xebfff could not be reserved
+system 00:00: iomem range 0xec000-0xeffff could not be reserved
 system 00:00: iomem range 0xf0000-0xfffff could not be reserved
 system 00:00: iomem range 0x100000-0x7fffffff could not be reserved
 system 00:00: iomem range 0xfec00000-0xfed3ffff could not be reserved
@@ -250,38 +293,43 @@
 system 00:02: iomem range 0xfed14000-0xfed17fff could not be reserved
 system 00:02: iomem range 0xfed18000-0xfed18fff could not be reserved
 system 00:02: iomem range 0xfed19000-0xfed19fff could not be reserved
-PCI: Bridge: 0000:00:1c.0
-  IO window: 2000-2fff
-  MEM window: 0xee000000-0xee0fffff
-  PREFETCH window: disabled.
-PCI: Bridge: 0000:00:1c.1
-  IO window: 3000-4fff
-  MEM window: 0xec000000-0xedffffff
-  PREFETCH window: 0x00000000e4000000-0x00000000e40fffff
-PCI: Bridge: 0000:00:1c.2
-  IO window: 5000-6fff
-  MEM window: 0xe8000000-0xe9ffffff
-  PREFETCH window: 0x00000000e4100000-0x00000000e41fffff
-PCI: Bridge: 0000:00:1c.3
-  IO window: 7000-8fff
-  MEM window: 0xea000000-0xebffffff
-  PREFETCH window: 0x00000000e4200000-0x00000000e42fffff
-PCI: Bus 22, cardbus bridge: 0000:15:00.0
-  IO window: 0x00009000-0x000090ff
-  IO window: 0x00009400-0x000094ff
-  PREFETCH window: 0xe0000000-0xe3ffffff
-  MEM window: 0x88000000-0x8bffffff
-PCI: Bridge: 0000:00:1e.0
-  IO window: 9000-cfff
-  MEM window: 0xe4300000-0xe7ffffff
-  PREFETCH window: 0x00000000e0000000-0x00000000e3ffffff
-PCI: Setting latency timer of device 0000:00:1c.0 to 64
-PCI: Setting latency timer of device 0000:00:1c.1 to 64
-PCI: Setting latency timer of device 0000:00:1c.2 to 64
-PCI: Setting latency timer of device 0000:00:1c.3 to 64
+pci 0000:00:1c.0: PCI bridge, secondary bus 0000:02
+pci 0000:00:1c.0:   IO window: 0x2000-0x2fff
+pci 0000:00:1c.0:   MEM window: 0xee000000-0xee0fffff
+pci 0000:00:1c.0:   PREFETCH window: disabled
+pci 0000:00:1c.1: PCI bridge, secondary bus 0000:03
+pci 0000:00:1c.1:   IO window: 0x3000-0x4fff
+pci 0000:00:1c.1:   MEM window: 0xec000000-0xedffffff
+pci 0000:00:1c.1:   PREFETCH window: 0x000000e4000000-0x000000e40fffff
+pci 0000:00:1c.2: PCI bridge, secondary bus 0000:04
+pci 0000:00:1c.2:   IO window: 0x5000-0x6fff
+pci 0000:00:1c.2:   MEM window: 0xe8000000-0xe9ffffff
+pci 0000:00:1c.2:   PREFETCH window: 0x000000e4100000-0x000000e41fffff
+pci 0000:00:1c.3: PCI bridge, secondary bus 0000:0c
+pci 0000:00:1c.3:   IO window: 0x7000-0x8fff
+pci 0000:00:1c.3:   MEM window: 0xea000000-0xebffffff
+pci 0000:00:1c.3:   PREFETCH window: 0x000000e4200000-0x000000e42fffff
+pci 0000:15:00.0: CardBus bridge, secondary bus 0000:16
+pci 0000:15:00.0:   IO window: 0x009000-0x0090ff
+pci 0000:15:00.0:   IO window: 0x009400-0x0094ff
+pci 0000:15:00.0:   PREFETCH window: 0xe0000000-0xe3ffffff
+pci 0000:15:00.0:   MEM window: 0x88000000-0x8bffffff
+pci 0000:00:1e.0: PCI bridge, secondary bus 0000:15
+pci 0000:00:1e.0:   IO window: 0x9000-0xcfff
+pci 0000:00:1e.0:   MEM window: 0xe4300000-0xe7ffffff
+pci 0000:00:1e.0:   PREFETCH window: 0x000000e0000000-0x000000e3ffffff
+pci 0000:00:1c.0: PCI INT A -> GSI 20 (level, low) -> IRQ 20
+pci 0000:00:1c.0: setting latency timer to 64
+pci 0000:00:1c.1: PCI INT B -> GSI 21 (level, low) -> IRQ 21
+pci 0000:00:1c.1: setting latency timer to 64
+pci 0000:00:1c.2: PCI INT C -> GSI 22 (level, low) -> IRQ 22
+pci 0000:00:1c.2: setting latency timer to 64
+pci 0000:00:1c.3: PCI INT D -> GSI 23 (level, low) -> IRQ 23
+pci 0000:00:1c.3: setting latency timer to 64
 pci 0000:00:1e.0: enabling device (0005 -> 0007)
-PCI: Setting latency timer of device 0000:00:1e.0 to 64
-PCI: Setting latency timer of device 0000:15:00.0 to 64
+pci 0000:00:1e.0: setting latency timer to 64
+pci 0000:15:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
+pci 0000:15:00.0: setting latency timer to 64
 NET: Registered protocol family 2
 IP route cache hash table entries: 32768 (order: 5, 131072 bytes)
 TCP established hash table entries: 131072 (order: 8, 1048576 bytes)
@@ -310,7 +358,7 @@
 vesafb: Truecolor: size=0:5:6:5, shift=0:11:5:0
 Console: switching to colour frame buffer device 102x42
 fb0: VESA VGA frame buffer device
-ACPI: AC Adapter [AC] (on-line)
+ACPI: AC Adapter [AC] (off-line)
 ACPI: Battery Slot [BAT0] (battery present)
 input: Power Button (FF) as /class/input/input0
 ACPI: Power Button (FF) [PWRF]
@@ -325,21 +373,21 @@
 Parsing all Control Methods:
 Table [SSDT](id 0026) - 13 Objects with 0 Devices 1 Methods 0 Regions
 ACPI: CPU0 (power states: C1[C1] C2[C2] C3[C3])
-ACPI: ACPI0007:00 is registered as cooling_device0
+processor ACPI0007:00: registered as cooling_device0
 ACPI: Processor [CPU0] (supports 8 throttling states)
 ACPI: SSDT 7F6F1C5E, 00C8 (r1  PmRef  Cpu1Ist      100 INTL 20050513)
 Parsing all Control Methods:
-Table [SSDT](id 0030) - 4 Objects with 0 Devices 4 Methods 0 Regions
+Table [SSDT](id 002E) - 4 Objects with 0 Devices 4 Methods 0 Regions
 ACPI: SSDT 7F6F1F66, 0085 (r1  PmRef  Cpu1Cst      100 INTL 20050513)
 Parsing all Control Methods:
-Table [SSDT](id 0031) - 1 Objects with 0 Devices 1 Methods 0 Regions
+Table [SSDT](id 002F) - 1 Objects with 0 Devices 1 Methods 0 Regions
 ACPI: CPU1 (power states: C1[C1] C2[C2] C3[C3])
-ACPI: ACPI0007:01 is registered as cooling_device1
+processor ACPI0007:01: registered as cooling_device1
 ACPI: Processor [CPU1] (supports 8 throttling states)
-ACPI: LNXTHERM:01 is registered as thermal_zone0
-ACPI: Thermal Zone [THM0] (58 C)
-ACPI: LNXTHERM:02 is registered as thermal_zone1
-ACPI: Thermal Zone [THM1] (60 C)
+thermal LNXTHERM:01: registered as thermal_zone0
+ACPI: Thermal Zone [THM0] (50 C)
+thermal LNXTHERM:02: registered as thermal_zone1
+ACPI: Thermal Zone [THM1] (49 C)
 lp: driver loaded but no devices found
 Non-volatile memory driver v1.2
 intel_rng: FWH not detected
@@ -349,16 +397,18 @@
 agpgart: Detected 7932K stolen memory.
 agpgart: AGP aperture is 256M @ 0xd0000000
 [drm] Initialized drm 1.1.0 20060810
-PCI: Setting latency timer of device 0000:00:02.0 to 64
+pci 0000:00:02.0: power state changed by ACPI to D0
+pci 0000:00:02.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
+pci 0000:00:02.0: setting latency timer to 64
 [drm] Initialized i915 1.6.0 20060119 on minor 0
 intelfb: Framebuffer driver for Intel(R) 830M/845G/852GM/855GM/865G/915G/915GM/945G/945GM/965G/965GM chipsets
 intelfb: Version 0.9.5
 intelfb: Cannot reserve FB region.
-Serial: 8250/16550 driver $Revision: 1.90 $ 4 ports, IRQ sharing disabled
+Serial: 8250/16550 driver4 ports, IRQ sharing disabled
 serial8250: ttyS1 at I/O 0x2f8 (irq = 3) is a NS16550A
 floppy0: no floppy controllers found
 loop: module loaded
-thinkpad_acpi: ThinkPad ACPI Extras v0.20
+thinkpad_acpi: ThinkPad ACPI Extras v0.21
 thinkpad_acpi: http://ibm-acpi.sf.net/
 thinkpad_acpi: ThinkPad BIOS 7BETD3WW (2.14 ), EC 7BHT40WW-1.13
 thinkpad_acpi: Lenovo ThinkPad X60, model 17097HU
@@ -380,7 +430,8 @@
 e1000e: Intel(R) PRO/1000 Network Driver - 0.3.3.3-k2
 e1000e: Copyright (c) 1999-2008 Intel Corporation.
 e1000e 0000:02:00.0: Disabling L1 ASPM
-PCI: Setting latency timer of device 0000:02:00.0 to 64
+e1000e 0000:02:00.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
+e1000e 0000:02:00.0: setting latency timer to 64
 eth0: (PCI Express:2.5GB/s:Width x1) 00:16:d3:25:19:04
 eth0: Intel(R) PRO/1000 Network Connection
 eth0: MAC: 2, PHY: 2, PBA No: 005302-003
@@ -408,17 +459,18 @@
 usbcore: registered new interface driver w35und
 iwl3945: Intel(R) PRO/Wireless 3945ABG/BG Network Connection driver for Linux, 1.2.26kds
 iwl3945: Copyright(c) 2003-2008 Intel Corporation
-PCI: Setting latency timer of device 0000:03:00.0 to 64
+iwl3945 0000:03:00.0: PCI INT A -> GSI 17 (level, low) -> IRQ 17
+iwl3945 0000:03:00.0: setting latency timer to 64
 iwl3945: Detected Intel Wireless WiFi Link 3945ABG
 iwl3945: Tunable channels: 11 802.11bg, 13 802.11a channels
 phy0: Selected rate control algorithm 'iwl-3945-rs'
-ACPI: PCI interrupt for device 0000:03:00.0 disabled
+iwl3945 0000:03:00.0: PCI INT A disabled
 Linux video capture interface: v2.00
 Uniform Multi-Platform E-IDE driver
-ide: Assuming 33MHz system bus speed for PIO modes; override with idebus=xx
-ICH7: IDE controller (0x8086:0x27df rev 0x02) at  PCI slot 0000:00:1f.1
-ICH7: not 100% native mode: will probe irqs later
-ICH7: IDE port disabled
+piix 0000:00:1f.1: IDE controller (0x8086:0x27df rev 0x02)
+pci 0000:00:1f.1: PCI INT C -> GSI 16 (level, low) -> IRQ 16
+piix 0000:00:1f.1: IDE port disabled
+piix 0000:00:1f.1: not 100% native mode: will probe irqs later
     ide0: BM-DMA at 0x1810-0x1817
 Probing IDE interface ide0...
 ide0 at 0x1f0-0x1f7,0x3f6 on irq 14
@@ -426,9 +478,10 @@
 ide_generic: I/O resource 0x1F0-0x1F7 not free.
 ide_generic: I/O resource 0x170-0x177 not free.
 ahci 0000:00:1f.2: version 3.0
+ahci 0000:00:1f.2: PCI INT B -> GSI 16 (level, low) -> IRQ 16
 ahci 0000:00:1f.2: AHCI 0001.0100 32 slots 4 ports 1.5 Gbps 0x1 impl SATA mode
 ahci 0000:00:1f.2: flags: 64bit ncq pm led clo pio slum part 
-PCI: Setting latency timer of device 0000:00:1f.2 to 64
+ahci 0000:00:1f.2: setting latency timer to 64
 scsi0 : ahci
 ahci: autosuspend disabled
 scsi1 : ahci
@@ -437,7 +490,7 @@
 ahci: autosuspend disabled
 scsi3 : ahci
 ahci: autosuspend disabled
-ata1: SATA max UDMA/133 abar m1024@0xee444400 port 0xee444500 irq 16
+ata1: SATA max UDMA/133 irq_stat 0x00400040, connection status changed irq 16
 ata2: DUMMY
 ata3: DUMMY
 ata4: DUMMY
@@ -471,11 +524,13 @@
 pcmcia: parent PCI bridge I/O window: 0x9000 - 0xcfff
 pcmcia: parent PCI bridge Memory window: 0xe4300000 - 0xe7ffffff
 pcmcia: parent PCI bridge Memory window: 0xe0000000 - 0xe3ffffff
-PCI: Setting latency timer of device 0000:00:1d.7 to 64
+ehci_hcd 0000:00:1d.7: power state changed by ACPI to D0
+ehci_hcd 0000:00:1d.7: PCI INT D -> GSI 19 (level, low) -> IRQ 19
+ehci_hcd 0000:00:1d.7: setting latency timer to 64
 ehci_hcd 0000:00:1d.7: EHCI Host Controller
 ehci_hcd 0000:00:1d.7: new USB bus registered, assigned bus number 1
 ehci_hcd 0000:00:1d.7: debug port 1
-PCI: cache line size of 32 is not supported by device 0000:00:1d.7
+ehci_hcd 0000:00:1d.7: cache line size of 32 is not supported
 ehci_hcd 0000:00:1d.7: irq 19, io mem 0xee444000
 ehci_hcd 0000:00:1d.7: USB 2.0 started, EHCI 1.00, driver 10 Dec 2004
 usb usb1: configuration #1 chosen from 1 choice
@@ -484,11 +539,13 @@
 usb usb1: New USB device found, idVendor=1d6b, idProduct=0002
 usb usb1: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb1: Product: EHCI Host Controller
-usb usb1: Manufacturer: Linux 2.6.26 ehci_hcd
+usb usb1: Manufacturer: Linux 2.6.27-rc2 ehci_hcd
 usb usb1: SerialNumber: 0000:00:1d.7
 ohci_hcd: 2006 August 04 USB 1.1 'Open' Host Controller (OHCI) Driver
 USB Universal Host Controller Interface driver v3.0
-PCI: Setting latency timer of device 0000:00:1d.0 to 64
+uhci_hcd 0000:00:1d.0: power state changed by ACPI to D0
+uhci_hcd 0000:00:1d.0: PCI INT A -> GSI 16 (level, low) -> IRQ 16
+uhci_hcd 0000:00:1d.0: setting latency timer to 64
 uhci_hcd 0000:00:1d.0: UHCI Host Controller
 uhci_hcd 0000:00:1d.0: new USB bus registered, assigned bus number 2
 uhci_hcd 0000:00:1d.0: irq 16, io base 0x00001820
@@ -498,9 +555,10 @@
 usb usb2: New USB device found, idVendor=1d6b, idProduct=0001
 usb usb2: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb2: Product: UHCI Host Controller
-usb usb2: Manufacturer: Linux 2.6.26 uhci_hcd
+usb usb2: Manufacturer: Linux 2.6.27-rc2 uhci_hcd
 usb usb2: SerialNumber: 0000:00:1d.0
-PCI: Setting latency timer of device 0000:00:1d.1 to 64
+uhci_hcd 0000:00:1d.1: PCI INT B -> GSI 17 (level, low) -> IRQ 17
+uhci_hcd 0000:00:1d.1: setting latency timer to 64
 uhci_hcd 0000:00:1d.1: UHCI Host Controller
 uhci_hcd 0000:00:1d.1: new USB bus registered, assigned bus number 3
 uhci_hcd 0000:00:1d.1: irq 17, io base 0x00001840
@@ -510,9 +568,11 @@
 usb usb3: New USB device found, idVendor=1d6b, idProduct=0001
 usb usb3: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb3: Product: UHCI Host Controller
-usb usb3: Manufacturer: Linux 2.6.26 uhci_hcd
+usb usb3: Manufacturer: Linux 2.6.27-rc2 uhci_hcd
 usb usb3: SerialNumber: 0000:00:1d.1
-PCI: Setting latency timer of device 0000:00:1d.2 to 64
+uhci_hcd 0000:00:1d.2: power state changed by ACPI to D0
+uhci_hcd 0000:00:1d.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
+uhci_hcd 0000:00:1d.2: setting latency timer to 64
 uhci_hcd 0000:00:1d.2: UHCI Host Controller
 uhci_hcd 0000:00:1d.2: new USB bus registered, assigned bus number 4
 uhci_hcd 0000:00:1d.2: irq 18, io base 0x00001860
@@ -522,9 +582,10 @@
 usb usb4: New USB device found, idVendor=1d6b, idProduct=0001
 usb usb4: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb4: Product: UHCI Host Controller
-usb usb4: Manufacturer: Linux 2.6.26 uhci_hcd
+usb usb4: Manufacturer: Linux 2.6.27-rc2 uhci_hcd
 usb usb4: SerialNumber: 0000:00:1d.2
-PCI: Setting latency timer of device 0000:00:1d.3 to 64
+uhci_hcd 0000:00:1d.3: PCI INT D -> GSI 19 (level, low) -> IRQ 19
+uhci_hcd 0000:00:1d.3: setting latency timer to 64
 uhci_hcd 0000:00:1d.3: UHCI Host Controller
 uhci_hcd 0000:00:1d.3: new USB bus registered, assigned bus number 5
 uhci_hcd 0000:00:1d.3: irq 19, io base 0x00001880
@@ -534,7 +595,7 @@
 usb usb5: New USB device found, idVendor=1d6b, idProduct=0001
 usb usb5: New USB device strings: Mfr=3, Product=2, SerialNumber=1
 usb usb5: Product: UHCI Host Controller
-usb usb5: Manufacturer: Linux 2.6.26 uhci_hcd
+usb usb5: Manufacturer: Linux 2.6.27-rc2 uhci_hcd
 usb usb5: SerialNumber: 0000:00:1d.3
 usb 5-1: new full speed USB device using uhci_hcd and address 2
 usb 5-1: configuration #1 chosen from 1 choice
@@ -562,31 +623,34 @@
 input: PC Speaker as /class/input/input5
 input: PS/2 Generic Mouse as /class/input/input6
 rtc_cmos 00:07: rtc core: registered rtc_cmos as rtc0
-rtc0: alarms up to one month, y3k
+rtc0: alarms up to one month, y3k, hpet irqs
 md: raid0 personality registered for level 0
 md: raid1 personality registered for level 1
-device-mapper: ioctl: 4.13.0-ioctl (2007-10-18) initialised: dm-devel@redhat.com
+device-mapper: ioctl: 4.14.0-ioctl (2008-04-23) initialised: dm-devel@redhat.com
 Bluetooth: HCI UART driver ver 2.2
 Bluetooth: HCI H4 protocol initialized
 Bluetooth: HCI BCSP protocol initialized
 Bluetooth: Generic Bluetooth USB driver ver 0.1
 usbcore: registered new interface driver btusb
-EDAC MC: Ver: 2.1.0 Jul 14 2008
+EDAC MC: Ver: 2.1.0 Aug  6 2008
 cpuidle: using governor ladder
 sdhci: Secure Digital Host Controller Interface driver
 sdhci: Copyright(c) Pierre Ossman
-sdhci: SDHCI controller found at 0000:15:00.2 [1180:0822] (rev 18)
-mmc0: Will use DMA mode even though HW doesn't fully claim to support it.
-PCI: Setting latency timer of device 0000:15:00.2 to 64
+sdhci-pci 0000:15:00.2: SDHCI controller found [1180:0822] (rev 18)
+sdhci-pci 0000:15:00.2: PCI INT C -> GSI 18 (level, low) -> IRQ 18
 Registered led device: mmc0
-mmc0: SDHCI at 0xe4301800 irq 18 DMA
+mmc0: SDHCI controller on PCI [0000:15:00.2] using PIO
 ricoh-mmc: Ricoh MMC Controller disabling driver
 ricoh-mmc: Copyright(c) Philip Langdale
 usbcore: registered new interface driver usbhid
 usbhid: v2.6:USB HID core driver
-Advanced Linux Sound Architecture Driver Version 1.0.16.
+Advanced Linux Sound Architecture Driver Version 1.0.17.
+HDA Intel 0000:00:1b.0: PCI INT B -> GSI 17 (level, low) -> IRQ 17
 hda_intel: probe_mask set to 0x1 for device 17aa:2010
-PCI: Setting latency timer of device 0000:00:1b.0 to 64
+HDA Intel 0000:00:1b.0: setting latency timer to 64
+mmc0: new MMC card at address 0001
+mmcblk0: mmc0:0001 MMC    1019392KiB 
+ mmcblk0: p1
 usbcore: registered new interface driver snd-usb-audio
 ALSA device list:
   #0: HDA Intel at 0xee240000 irq 17
@@ -594,26 +658,23 @@
 ip_tables: (C) 2000-2006 Netfilter Core Team
 TCP cubic registered
 NET: Registered protocol family 17
-Bluetooth: L2CAP ver 2.9
+Bluetooth: L2CAP ver 2.10
 Bluetooth: L2CAP socket layer initialized
-Bluetooth: SCO (Voice Link) ver 0.5
+Bluetooth: SCO (Voice Link) ver 0.6
 Bluetooth: SCO socket layer initialized
 Bluetooth: RFCOMM socket layer initialized
 Bluetooth: RFCOMM TTY layer initialized
-Bluetooth: RFCOMM ver 1.8
+Bluetooth: RFCOMM ver 1.10
 Bluetooth: BNEP (Ethernet Emulation) ver 1.2
 Bluetooth: BNEP filters: protocol multicast
 Bluetooth: HIDP (Human Interface Emulation) ver 1.2
-mmc0: new MMC card at address 0001
 RPC: Registered udp transport module.
 RPC: Registered tcp transport module.
 ieee80211: 802.11 data/management/control stack, git-1.1.13
 ieee80211: Copyright (C) 2004-2005 Intel Corporation <jketreno@linux.intel.com>
 ieee80211_crypt: registered algorithm 'NULL'
 ieee80211_crypt: registered algorithm 'WEP'
-mmcblk0: mmc0:0001 MMC    1019392KiB 
- mmcblk0:<6>Installing 9P2000 support
- p1
+Installing 9P2000 support
 Using IPI No-Shortcut mode
 PM: Resume from partition /dev/sda1
 PM: Checking hibernation image.
@@ -625,9 +686,9 @@
 kjournald starting.  Commit interval 5 seconds
 EXT3-fs: mounted filesystem with ordered data mode.
 VFS: Mounted root (ext3 filesystem) readonly.
-debug: unmapping init memory c09a1000..c09f1000
-Write protecting the kernel text: 5324k
-Write protecting the kernel read-only data: 1916k
+debug: unmapping init memory c09cb000..c0a21000
+Write protecting the kernel text: 5440k
+Write protecting the kernel read-only data: 1968k
 Failed to execute /tmp/swsusp-init.  Attempting defaults...
 EXT3 FS on sda4, internal journal
 Adding 987988k swap on /dev/sda1.  Priority:-1 extents:1 across:987988k
@@ -637,10 +698,259 @@
 pcmcia: Detected deprecated PCMCIA ioctl usage from process: hwclock.
 pcmcia: This interface will soon be removed from the kernel; please expect breakage unless you upgrade to new tools.
 pcmcia: see http://www.kernel.org/pub/linux/utils/kernel/pcmcia/pcmcia.html for details.
-Clocksource tsc unstable (delta = -82296647 ns)
-eth0: Link is Up 1000 Mbps Full Duplex, Flow Control: RX/TX
 coda_read_super: Bad mount data
 coda_read_super: device index: 0
 coda_read_super: rootfid is (01234567.ffffffff.08051a38.00000000)
 coda: Unexpected interruption.
 Failure of coda_cnode_make for root: error -4

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12  9:41   ` Pavel Machek
@ 2008-08-12 10:54     ` Andi Kleen
  2008-08-12 11:02       ` Pavel Machek
  2008-08-12 11:07       ` Milan Broz
  2008-08-13  0:55     ` Zhang Rui
  1 sibling, 2 replies; 34+ messages in thread
From: Andi Kleen @ 2008-08-12 10:54 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Andi Kleen, kernel list, ACPI mailing list

On Tue, Aug 12, 2008 at 11:41:35AM +0200, Pavel Machek wrote:
> Hi!
> 
> > > Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> > > Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> > > shutting down.
> > > Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> > >
> > > ...and machine went down at that point :-(.
> > 
> > I hope you can easily reproduce it?
> > 
> > So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
> 
> Yes, I'm very sure. It makes machine basically unusable.

Does this mean you can easily reproduce it?  
Please do a bisect then. 

> Not that one :-(. Thinkpad does not even have fan device: it is
> controlled by hardware.

Ok it was just a long shot anyways.

-Andi

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12 10:54     ` Andi Kleen
@ 2008-08-12 11:02       ` Pavel Machek
  2008-08-12 11:07       ` Milan Broz
  1 sibling, 0 replies; 34+ messages in thread
From: Pavel Machek @ 2008-08-12 11:02 UTC (permalink / raw)
  To: Andi Kleen; +Cc: kernel list, ACPI mailing list

On Tue 2008-08-12 12:54:09, Andi Kleen wrote:
> On Tue, Aug 12, 2008 at 11:41:35AM +0200, Pavel Machek wrote:
> > Hi!
> > 
> > > > Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> > > > Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> > > > shutting down.
> > > > Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> > > >
> > > > ...and machine went down at that point :-(.
> > > 
> > > I hope you can easily reproduce it?
> > > 
> > > So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
> > 
> > Yes, I'm very sure. It makes machine basically unusable.
> 
> Does this mean you can easily reproduce it?  
> Please do a bisect then. 

It is easily reproduced, but it takes 10+ minutes, and at the end
machine is so hot it will not even power up. So yes, bisect is
possible, but I'd prefer to avoid it.

									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12 10:54     ` Andi Kleen
  2008-08-12 11:02       ` Pavel Machek
@ 2008-08-12 11:07       ` Milan Broz
  2008-08-12 11:26         ` Pavel Machek
  1 sibling, 1 reply; 34+ messages in thread
From: Milan Broz @ 2008-08-12 11:07 UTC (permalink / raw)
  To: Andi Kleen; +Cc: Pavel Machek, kernel list, ACPI mailing list

Andi Kleen wrote:
> On Tue, Aug 12, 2008 at 11:41:35AM +0200, Pavel Machek wrote:
>>>> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
>>>> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
>>>> shutting down.
>>>> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
>>>>
>>>> ...and machine went down at that point :-(.
>>> I hope you can easily reproduce it?
>>>
>>> So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
>> Yes, I'm very sure. It makes machine basically unusable.
> 
> Does this mean you can easily reproduce it?  
> Please do a bisect then. 
> 
>> Not that one :-(. Thinkpad does not even have fan device: it is
>> controlled by hardware.

Hi,
I see exactly the same on my x60s, but during upgrade to 2.6.26.2.

I found that (at least in my case) the problem is, that in
2.6.25 the core frequency drop to 1GHz (instead of 1.67GHz) when
the temperature is above some limit.

Now, the CPU cores remains on 1.67GHz and fan is unable to cool them properly
under heavy load (even if I set "level disengaged" through thinkpad fan control,
temperature sensor shows after a while 128 C (probably not real temp,
I expect some critical flag => and it properly switch off the system...)

(I had bad reproducer script in bisect and bisect failed, so I'll try it again,
but anyway, for me the bug is even in 2.6.26 tree. It never happened in 2.6.25.)

Milan

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12 11:07       ` Milan Broz
@ 2008-08-12 11:26         ` Pavel Machek
  2008-08-12 11:44           ` Milan Broz
  2008-08-13 20:13           ` Henrique de Moraes Holschuh
  0 siblings, 2 replies; 34+ messages in thread
From: Pavel Machek @ 2008-08-12 11:26 UTC (permalink / raw)
  To: Milan Broz; +Cc: Andi Kleen, kernel list, ACPI mailing list

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

Hi!
> > On Tue, Aug 12, 2008 at 11:41:35AM +0200, Pavel Machek wrote:
> >>>> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> >>>> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> >>>> shutting down.
> >>>> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> >>>>
> >>>> ...and machine went down at that point :-(.
> >>> I hope you can easily reproduce it?
> >>>
> >>> So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
> >> Yes, I'm very sure. It makes machine basically unusable.
> > 
> > Does this mean you can easily reproduce it?  
> > Please do a bisect then. 
> > 
> >> Not that one :-(. Thinkpad does not even have fan device: it is
> >> controlled by hardware.
> 
> Hi,
> I see exactly the same on my x60s, but during upgrade to 2.6.26.2.

Are you sure?

> I found that (at least in my case) the problem is, that in
> 2.6.25 the core frequency drop to 1GHz (instead of 1.67GHz) when
> the temperature is above some limit.

Can you verify that 2.6.26 is okay?

> Now, the CPU cores remains on 1.67GHz and fan is unable to cool them properly
> under heavy load (even if I set "level disengaged" through thinkpad fan control,
> temperature sensor shows after a while 128 C (probably not real temp,
> I expect some critical flag => and it properly switch off the
> system...)

How do you control fans? I could not get anything but -EINVAL from IBM
ACPI driver :-(.

> (I had bad reproducer script in bisect and bisect failed, so I'll try it again,
> but anyway, for me the bug is even in 2.6.26 tree. It never happened in 2.6.25.)

Hmmm... that's seriously strange. I definitely don't see it in
2.6.26. Maybe it is config dependend?! (Attaching my 2.6.27-rc2
failing config.)
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

[-- Attachment #2: .config --]
[-- Type: text/plain, Size: 66259 bytes --]

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

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

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

#
# Processor type and features
#
# CONFIG_TICK_ONESHOT is not set
# CONFIG_NO_HZ is not set
# CONFIG_HIGH_RES_TIMERS is not set
CONFIG_GENERIC_CLOCKEVENTS_BUILD=y
CONFIG_SMP=y
CONFIG_X86_FIND_SMP_CONFIG=y
CONFIG_X86_MPPARSE=y
CONFIG_X86_PC=y
# CONFIG_X86_ELAN is not set
# CONFIG_X86_VOYAGER is not set
# CONFIG_X86_GENERICARCH is not set
# CONFIG_X86_VSMP is not set
# CONFIG_X86_RDC321X is not set
# CONFIG_SCHED_NO_NO_OMIT_FRAME_POINTER is not set
# CONFIG_PARAVIRT_GUEST is not set
CONFIG_MEMTEST=y
# CONFIG_M386 is not set
# CONFIG_M486 is not set
# CONFIG_M586 is not set
# CONFIG_M586TSC is not set
# CONFIG_M586MMX is not set
CONFIG_M686=y
# CONFIG_MPENTIUMII is not set
# CONFIG_MPENTIUMIII is not set
# CONFIG_MPENTIUMM is not set
# CONFIG_MPENTIUM4 is not set
# CONFIG_MK6 is not set
# CONFIG_MK7 is not set
# CONFIG_MK8 is not set
# CONFIG_MCRUSOE is not set
# CONFIG_MEFFICEON is not set
# CONFIG_MWINCHIPC6 is not set
# CONFIG_MWINCHIP2 is not set
# CONFIG_MWINCHIP3D is not set
# CONFIG_MGEODEGX1 is not set
# CONFIG_MGEODE_LX is not set
# CONFIG_MCYRIXIII is not set
# CONFIG_MVIAC3_2 is not set
# CONFIG_MVIAC7 is not set
# CONFIG_MPSC is not set
# CONFIG_MCORE2 is not set
# CONFIG_GENERIC_CPU is not set
CONFIG_X86_GENERIC=y
CONFIG_X86_CPU=y
CONFIG_X86_CMPXCHG=y
CONFIG_X86_L1_CACHE_SHIFT=7
CONFIG_X86_XADD=y
CONFIG_X86_PPRO_FENCE=y
CONFIG_X86_WP_WORKS_OK=y
CONFIG_X86_INVLPG=y
CONFIG_X86_BSWAP=y
CONFIG_X86_POPAD_OK=y
CONFIG_X86_INTEL_USERCOPY=y
CONFIG_X86_USE_PPRO_CHECKSUM=y
CONFIG_X86_TSC=y
CONFIG_X86_CMOV=y
CONFIG_X86_MINIMUM_CPU_FAMILY=4
CONFIG_X86_DEBUGCTLMSR=y
CONFIG_HPET_TIMER=y
CONFIG_HPET_EMULATE_RTC=y
CONFIG_DMI=y
# CONFIG_IOMMU_HELPER is not set
CONFIG_NR_CPUS=2
# CONFIG_SCHED_SMT is not set
# CONFIG_SCHED_MC is not set
CONFIG_PREEMPT_NONE=y
# CONFIG_PREEMPT_VOLUNTARY is not set
# CONFIG_PREEMPT is not set
CONFIG_X86_LOCAL_APIC=y
CONFIG_X86_IO_APIC=y
# CONFIG_X86_MCE is not set
CONFIG_VM86=y
# CONFIG_TOSHIBA is not set
# CONFIG_I8K is not set
# CONFIG_X86_REBOOTFIXUPS is not set
# CONFIG_MICROCODE is not set
CONFIG_X86_MSR=y
# CONFIG_X86_CPUID is not set
# CONFIG_NOHIGHMEM is not set
CONFIG_HIGHMEM4G=y
# CONFIG_HIGHMEM64G is not set
CONFIG_PAGE_OFFSET=0xC0000000
CONFIG_HIGHMEM=y
CONFIG_ARCH_FLATMEM_ENABLE=y
CONFIG_ARCH_SPARSEMEM_ENABLE=y
CONFIG_ARCH_SELECT_MEMORY_MODEL=y
CONFIG_SELECT_MEMORY_MODEL=y
CONFIG_FLATMEM_MANUAL=y
# CONFIG_DISCONTIGMEM_MANUAL is not set
# CONFIG_SPARSEMEM_MANUAL is not set
CONFIG_FLATMEM=y
CONFIG_FLAT_NODE_MEM_MAP=y
CONFIG_HAVE_GET_USER_PAGES_FAST=y
CONFIG_SPARSEMEM_STATIC=y
# CONFIG_SPARSEMEM_VMEMMAP_ENABLE is not set
CONFIG_PAGEFLAGS_EXTENDED=y
CONFIG_SPLIT_PTLOCK_CPUS=4
CONFIG_RESOURCES_64BIT=y
CONFIG_ZONE_DMA_FLAG=1
CONFIG_BOUNCE=y
CONFIG_VIRT_TO_BUS=y
# CONFIG_HIGHPTE is not set
# CONFIG_MATH_EMULATION is not set
CONFIG_MTRR=y
# CONFIG_MTRR_SANITIZER is not set
CONFIG_X86_PAT=y
# CONFIG_EFI is not set
# CONFIG_IRQBALANCE is not set
# CONFIG_SECCOMP is not set
# CONFIG_HZ_100 is not set
CONFIG_HZ_250=y
# CONFIG_HZ_300 is not set
# CONFIG_HZ_1000 is not set
CONFIG_HZ=250
# CONFIG_SCHED_HRTICK is not set
CONFIG_KEXEC=y
CONFIG_CRASH_DUMP=y
CONFIG_KEXEC_JUMP=y
CONFIG_PHYSICAL_START=0x4000000
CONFIG_RELOCATABLE=y
CONFIG_PHYSICAL_ALIGN=0x200000
CONFIG_HOTPLUG_CPU=y
CONFIG_COMPAT_VDSO=y
CONFIG_ARCH_ENABLE_MEMORY_HOTPLUG=y

#
# Power management options
#
CONFIG_PM=y
CONFIG_PM_DEBUG=y
# CONFIG_PM_VERBOSE is not set
CONFIG_CAN_PM_TRACE=y
# CONFIG_PM_TRACE_RTC is not set
CONFIG_PM_SLEEP_SMP=y
CONFIG_PM_SLEEP=y
CONFIG_SUSPEND=y
# CONFIG_PM_TEST_SUSPEND is not set
CONFIG_SUSPEND_FREEZER=y
CONFIG_HIBERNATION=y
CONFIG_PM_STD_PARTITION=""
CONFIG_ACPI=y
CONFIG_ACPI_SLEEP=y
CONFIG_ACPI_PROCFS=y
CONFIG_ACPI_PROCFS_POWER=y
CONFIG_ACPI_SYSFS_POWER=y
CONFIG_ACPI_PROC_EVENT=y
CONFIG_ACPI_AC=y
CONFIG_ACPI_BATTERY=y
CONFIG_ACPI_BUTTON=y
# CONFIG_ACPI_VIDEO is not set
CONFIG_ACPI_FAN=y
CONFIG_ACPI_DOCK=y
CONFIG_ACPI_BAY=y
CONFIG_ACPI_PROCESSOR=y
CONFIG_ACPI_HOTPLUG_CPU=y
CONFIG_ACPI_THERMAL=y
# CONFIG_ACPI_WMI is not set
# CONFIG_ACPI_ASUS is not set
CONFIG_ACPI_TOSHIBA=y
CONFIG_ACPI_CUSTOM_DSDT_FILE=""
# CONFIG_ACPI_CUSTOM_DSDT is not set
CONFIG_ACPI_BLACKLIST_YEAR=0
CONFIG_ACPI_DEBUG=y
# CONFIG_ACPI_DEBUG_FUNC_TRACE is not set
CONFIG_ACPI_EC=y
# CONFIG_ACPI_PCI_SLOT is not set
CONFIG_ACPI_POWER=y
CONFIG_ACPI_SYSTEM=y
CONFIG_X86_PM_TIMER=y
CONFIG_ACPI_CONTAINER=y
# CONFIG_ACPI_SBS is not set
# CONFIG_APM is not set

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

#
# CPUFreq processor drivers
#
CONFIG_X86_ACPI_CPUFREQ=y
# CONFIG_X86_POWERNOW_K6 is not set
# CONFIG_X86_POWERNOW_K7 is not set
CONFIG_X86_POWERNOW_K8=y
CONFIG_X86_POWERNOW_K8_ACPI=y
CONFIG_X86_GX_SUSPMOD=y
CONFIG_X86_SPEEDSTEP_CENTRINO=y
CONFIG_X86_SPEEDSTEP_CENTRINO_TABLE=y
# CONFIG_X86_SPEEDSTEP_ICH is not set
# CONFIG_X86_SPEEDSTEP_SMI is not set
# CONFIG_X86_P4_CLOCKMOD is not set
# CONFIG_X86_CPUFREQ_NFORCE2 is not set
# CONFIG_X86_LONGRUN is not set
# CONFIG_X86_LONGHAUL is not set
# CONFIG_X86_E_POWERSAVER is not set

#
# shared options
#
CONFIG_X86_ACPI_CPUFREQ_PROC_INTF=y
# CONFIG_X86_SPEEDSTEP_LIB is not set
CONFIG_CPU_IDLE=y
CONFIG_CPU_IDLE_GOV_LADDER=y

#
# Bus options (PCI etc.)
#
CONFIG_PCI=y
# CONFIG_PCI_GOBIOS is not set
# CONFIG_PCI_GOMMCONFIG is not set
# CONFIG_PCI_GODIRECT is not set
# CONFIG_PCI_GOOLPC is not set
CONFIG_PCI_GOANY=y
CONFIG_PCI_BIOS=y
CONFIG_PCI_DIRECT=y
CONFIG_PCI_MMCONFIG=y
CONFIG_PCI_DOMAINS=y
# CONFIG_PCIEPORTBUS is not set
CONFIG_ARCH_SUPPORTS_MSI=y
# CONFIG_PCI_MSI is not set
CONFIG_PCI_LEGACY=y
# CONFIG_PCI_DEBUG is not set
CONFIG_HT_IRQ=y
CONFIG_ISA_DMA_API=y
# CONFIG_ISA is not set
# CONFIG_MCA is not set
# CONFIG_SCx200 is not set
# CONFIG_OLPC is not set
CONFIG_K8_NB=y
CONFIG_PCCARD=y
# CONFIG_PCMCIA_DEBUG is not set
CONFIG_PCMCIA=y
CONFIG_PCMCIA_LOAD_CIS=y
CONFIG_PCMCIA_IOCTL=y
CONFIG_CARDBUS=y

#
# PC-card bridges
#
CONFIG_YENTA=y
CONFIG_YENTA_O2=y
CONFIG_YENTA_RICOH=y
CONFIG_YENTA_TI=y
CONFIG_YENTA_ENE_TUNE=y
CONFIG_YENTA_TOSHIBA=y
# CONFIG_PD6729 is not set
CONFIG_I82092=y
CONFIG_PCCARD_NONSTATIC=y
CONFIG_HOTPLUG_PCI=y
# CONFIG_HOTPLUG_PCI_FAKE is not set
# CONFIG_HOTPLUG_PCI_COMPAQ is not set
# CONFIG_HOTPLUG_PCI_IBM is not set
CONFIG_HOTPLUG_PCI_ACPI=y
CONFIG_HOTPLUG_PCI_ACPI_IBM=y
# CONFIG_HOTPLUG_PCI_CPCI is not set
# CONFIG_HOTPLUG_PCI_SHPC is not set

#
# Executable file formats / Emulations
#
CONFIG_BINFMT_ELF=y
CONFIG_BINFMT_AOUT=y
CONFIG_BINFMT_MISC=y
CONFIG_NET=y

#
# Networking options
#
CONFIG_PACKET=y
# CONFIG_PACKET_MMAP is not set
CONFIG_UNIX=y
CONFIG_XFRM=y
# CONFIG_XFRM_USER is not set
# CONFIG_XFRM_SUB_POLICY is not set
# CONFIG_XFRM_MIGRATE is not set
# CONFIG_XFRM_STATISTICS is not set
# CONFIG_NET_KEY is not set
CONFIG_INET=y
# CONFIG_IP_MULTICAST is not set
CONFIG_IP_ADVANCED_ROUTER=y
CONFIG_ASK_IP_FIB_HASH=y
# CONFIG_IP_FIB_TRIE is not set
CONFIG_IP_FIB_HASH=y
# CONFIG_IP_MULTIPLE_TABLES is not set
# CONFIG_IP_ROUTE_MULTIPATH is not set
# CONFIG_IP_ROUTE_VERBOSE is not set
# CONFIG_IP_PNP is not set
# CONFIG_NET_IPIP is not set
# CONFIG_NET_IPGRE is not set
# CONFIG_ARPD is not set
# CONFIG_SYN_COOKIES is not set
# CONFIG_INET_AH is not set
# CONFIG_INET_ESP is not set
# CONFIG_INET_IPCOMP is not set
# CONFIG_INET_XFRM_TUNNEL is not set
# CONFIG_INET_TUNNEL is not set
CONFIG_INET_XFRM_MODE_TRANSPORT=y
CONFIG_INET_XFRM_MODE_TUNNEL=y
CONFIG_INET_XFRM_MODE_BEET=y
# CONFIG_INET_LRO is not set
CONFIG_INET_DIAG=y
CONFIG_INET_TCP_DIAG=y
# CONFIG_TCP_CONG_ADVANCED is not set
CONFIG_TCP_CONG_CUBIC=y
CONFIG_DEFAULT_TCP_CONG="cubic"
# CONFIG_TCP_MD5SIG is not set
# CONFIG_IP_VS is not set
# CONFIG_IPV6 is not set
# CONFIG_NETWORK_SECMARK is not set
CONFIG_NETFILTER=y
# CONFIG_NETFILTER_DEBUG is not set
CONFIG_NETFILTER_ADVANCED=y

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

#
# IP: Netfilter Configuration
#
CONFIG_NF_CONNTRACK_IPV4=y
CONFIG_NF_CONNTRACK_PROC_COMPAT=y
# CONFIG_IP_NF_QUEUE is not set
CONFIG_IP_NF_IPTABLES=y
CONFIG_IP_NF_MATCH_RECENT=y
CONFIG_IP_NF_MATCH_ECN=y
CONFIG_IP_NF_MATCH_AH=y
CONFIG_IP_NF_MATCH_TTL=y
CONFIG_IP_NF_MATCH_ADDRTYPE=y
CONFIG_IP_NF_FILTER=y
CONFIG_IP_NF_TARGET_REJECT=y
CONFIG_IP_NF_TARGET_LOG=y
CONFIG_IP_NF_TARGET_ULOG=y
CONFIG_NF_NAT=y
CONFIG_NF_NAT_NEEDED=y
CONFIG_IP_NF_TARGET_MASQUERADE=y
CONFIG_IP_NF_TARGET_REDIRECT=y
CONFIG_IP_NF_TARGET_NETMAP=y
# CONFIG_NF_NAT_SNMP_BASIC is not set
CONFIG_NF_NAT_PROTO_GRE=y
CONFIG_NF_NAT_PROTO_SCTP=y
CONFIG_NF_NAT_FTP=y
CONFIG_NF_NAT_IRC=y
CONFIG_NF_NAT_TFTP=y
# CONFIG_NF_NAT_AMANDA is not set
CONFIG_NF_NAT_PPTP=y
CONFIG_NF_NAT_H323=y
CONFIG_NF_NAT_SIP=y
CONFIG_IP_NF_MANGLE=y
CONFIG_IP_NF_TARGET_ECN=y
CONFIG_IP_NF_TARGET_TTL=y
# CONFIG_IP_NF_TARGET_CLUSTERIP is not set
CONFIG_IP_NF_RAW=y
# CONFIG_IP_NF_ARPTABLES is not set
# CONFIG_IP_DCCP is not set
# CONFIG_IP_SCTP is not set
# CONFIG_TIPC is not set
# CONFIG_ATM is not set
# CONFIG_BRIDGE is not set
# CONFIG_VLAN_8021Q is not set
# CONFIG_DECNET is not set
# CONFIG_LLC2 is not set
# CONFIG_IPX is not set
# CONFIG_ATALK is not set
# CONFIG_X25 is not set
# CONFIG_LAPB is not set
# CONFIG_ECONET is not set
# CONFIG_WAN_ROUTER is not set
CONFIG_NET_SCHED=y

#
# Queueing/Scheduling
#
# CONFIG_NET_SCH_CBQ is not set
CONFIG_NET_SCH_HTB=y
CONFIG_NET_SCH_HFSC=y
CONFIG_NET_SCH_PRIO=y
# CONFIG_NET_SCH_RED is not set
CONFIG_NET_SCH_SFQ=y
# CONFIG_NET_SCH_TEQL is not set
# CONFIG_NET_SCH_TBF is not set
# CONFIG_NET_SCH_GRED is not set
# CONFIG_NET_SCH_DSMARK is not set
# CONFIG_NET_SCH_NETEM is not set

#
# Classification
#
CONFIG_NET_CLS=y
# CONFIG_NET_CLS_BASIC is not set
CONFIG_NET_CLS_TCINDEX=y
CONFIG_NET_CLS_ROUTE4=y
CONFIG_NET_CLS_ROUTE=y
CONFIG_NET_CLS_FW=y
# CONFIG_NET_CLS_U32 is not set
# CONFIG_NET_CLS_RSVP is not set
# CONFIG_NET_CLS_RSVP6 is not set
# CONFIG_NET_CLS_FLOW is not set
# CONFIG_NET_EMATCH is not set
# CONFIG_NET_CLS_ACT is not set
CONFIG_NET_CLS_IND=y
CONFIG_NET_SCH_FIFO=y

#
# Network testing
#
# CONFIG_NET_PKTGEN is not set
# CONFIG_HAMRADIO is not set
# CONFIG_CAN is not set
# CONFIG_IRDA is not set
CONFIG_BT=y
CONFIG_BT_L2CAP=y
CONFIG_BT_SCO=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_RFCOMM_TTY=y
CONFIG_BT_BNEP=y
CONFIG_BT_BNEP_MC_FILTER=y
CONFIG_BT_BNEP_PROTO_FILTER=y
CONFIG_BT_HIDP=y

#
# Bluetooth device drivers
#
# CONFIG_BT_HCIUSB is not set
CONFIG_BT_HCIBTUSB=y
# CONFIG_BT_HCIBTSDIO is not set
CONFIG_BT_HCIUART=y
CONFIG_BT_HCIUART_H4=y
CONFIG_BT_HCIUART_BCSP=y
# CONFIG_BT_HCIUART_LL is not set
# CONFIG_BT_HCIBCM203X is not set
# CONFIG_BT_HCIBPA10X is not set
# CONFIG_BT_HCIBFUSB is not set
# CONFIG_BT_HCIDTL1 is not set
# CONFIG_BT_HCIBT3C is not set
CONFIG_BT_HCIBLUECARD=y
CONFIG_BT_HCIBTUART=y
# CONFIG_BT_HCIVHCI is not set
# CONFIG_AF_RXRPC is not set

#
# Wireless
#
CONFIG_CFG80211=y
CONFIG_NL80211=y
CONFIG_WIRELESS_EXT=y
CONFIG_WIRELESS_EXT_SYSFS=y
CONFIG_MAC80211=y

#
# Rate control algorithm selection
#
CONFIG_MAC80211_RC_PID=y
CONFIG_MAC80211_RC_DEFAULT_PID=y
CONFIG_MAC80211_RC_DEFAULT="pid"
# CONFIG_MAC80211_MESH is not set
CONFIG_MAC80211_LEDS=y
# CONFIG_MAC80211_DEBUGFS is not set
# CONFIG_MAC80211_DEBUG_MENU is not set
CONFIG_IEEE80211=y
# CONFIG_IEEE80211_DEBUG is not set
CONFIG_IEEE80211_CRYPT_WEP=y
# CONFIG_IEEE80211_CRYPT_CCMP is not set
# CONFIG_IEEE80211_CRYPT_TKIP is not set
CONFIG_RFKILL=y
CONFIG_RFKILL_INPUT=y
CONFIG_RFKILL_LEDS=y
CONFIG_NET_9P=y
# CONFIG_NET_9P_DEBUG is not set

#
# Device Drivers
#

#
# Generic Driver Options
#
CONFIG_UEVENT_HELPER_PATH="/sbin/hotplug"
# CONFIG_STANDALONE is not set
CONFIG_PREVENT_FIRMWARE_BUILD=y
CONFIG_FW_LOADER=y
CONFIG_FIRMWARE_IN_KERNEL=y
CONFIG_EXTRA_FIRMWARE=""
# CONFIG_DEBUG_DRIVER is not set
# CONFIG_DEBUG_DEVRES is not set
# CONFIG_SYS_HYPERVISOR is not set
# CONFIG_CONNECTOR is not set
CONFIG_MTD=y
# CONFIG_MTD_DEBUG is not set
# CONFIG_MTD_CONCAT is not set
CONFIG_MTD_PARTITIONS=y
# CONFIG_MTD_REDBOOT_PARTS is not set
CONFIG_MTD_CMDLINE_PARTS=y
# CONFIG_MTD_AR7_PARTS is not set

#
# User Modules And Translation Layers
#
# CONFIG_MTD_CHAR is not set
CONFIG_MTD_BLKDEVS=y
CONFIG_MTD_BLOCK=m
# CONFIG_MTD_BLOCK_RO is not set
# CONFIG_FTL is not set
# CONFIG_NFTL is not set
# CONFIG_INFTL is not set
# CONFIG_RFD_FTL is not set
# CONFIG_SSFDC is not set
# CONFIG_MTD_OOPS is not set

#
# RAM/ROM/Flash chip drivers
#
# CONFIG_MTD_CFI is not set
# CONFIG_MTD_JEDECPROBE is not set
CONFIG_MTD_MAP_BANK_WIDTH_1=y
CONFIG_MTD_MAP_BANK_WIDTH_2=y
CONFIG_MTD_MAP_BANK_WIDTH_4=y
# CONFIG_MTD_MAP_BANK_WIDTH_8 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_16 is not set
# CONFIG_MTD_MAP_BANK_WIDTH_32 is not set
CONFIG_MTD_CFI_I1=y
CONFIG_MTD_CFI_I2=y
# CONFIG_MTD_CFI_I4 is not set
# CONFIG_MTD_CFI_I8 is not set
# CONFIG_MTD_RAM is not set
# CONFIG_MTD_ROM is not set
# CONFIG_MTD_ABSENT is not set

#
# Mapping drivers for chip access
#
# CONFIG_MTD_COMPLEX_MAPPINGS is not set
# CONFIG_MTD_TS5500 is not set
# CONFIG_MTD_INTEL_VR_NOR is not set
# CONFIG_MTD_PLATRAM is not set

#
# Self-contained MTD device drivers
#
# CONFIG_MTD_PMC551 is not set
# CONFIG_MTD_SLRAM is not set
# CONFIG_MTD_PHRAM is not set
# CONFIG_MTD_MTDRAM is not set
CONFIG_MTD_BLOCK2MTD=m

#
# Disk-On-Chip Device Drivers
#
# CONFIG_MTD_DOC2000 is not set
# CONFIG_MTD_DOC2001 is not set
# CONFIG_MTD_DOC2001PLUS is not set
# CONFIG_MTD_NAND is not set
# CONFIG_MTD_ONENAND is not set

#
# UBI - Unsorted block images
#
# CONFIG_MTD_UBI is not set
CONFIG_PARPORT=y
CONFIG_PARPORT_PC=y
# CONFIG_PARPORT_SERIAL is not set
CONFIG_PARPORT_PC_FIFO=y
CONFIG_PARPORT_PC_SUPERIO=y
# CONFIG_PARPORT_PC_PCMCIA is not set
# CONFIG_PARPORT_GSC is not set
# CONFIG_PARPORT_AX88796 is not set
# CONFIG_PARPORT_1284 is not set
CONFIG_PNP=y
# CONFIG_PNP_DEBUG is not set

#
# Protocols
#
CONFIG_PNPACPI=y
CONFIG_BLK_DEV=y
CONFIG_BLK_DEV_FD=y
# CONFIG_PARIDE is not set
# CONFIG_BLK_CPQ_DA is not set
# CONFIG_BLK_CPQ_CISS_DA is not set
# CONFIG_BLK_DEV_DAC960 is not set
# CONFIG_BLK_DEV_UMEM is not set
# CONFIG_BLK_DEV_COW_COMMON is not set
CONFIG_BLK_DEV_LOOP=y
# CONFIG_BLK_DEV_CRYPTOLOOP is not set
# CONFIG_BLK_DEV_NBD is not set
# CONFIG_BLK_DEV_SX8 is not set
# CONFIG_BLK_DEV_UB is not set
# CONFIG_BLK_DEV_RAM is not set
CONFIG_CDROM_PKTCDVD=y
CONFIG_CDROM_PKTCDVD_BUFFERS=8
# CONFIG_CDROM_PKTCDVD_WCACHE is not set
# CONFIG_ATA_OVER_ETH is not set
# CONFIG_BLK_DEV_HD is not set
CONFIG_MISC_DEVICES=y
# CONFIG_IBM_ASM is not set
# CONFIG_PHANTOM is not set
# CONFIG_EEPROM_93CX6 is not set
# CONFIG_SGI_IOC4 is not set
# CONFIG_TIFM_CORE is not set
# CONFIG_ACER_WMI is not set
# CONFIG_ASUS_LAPTOP is not set
# CONFIG_FUJITSU_LAPTOP is not set
# CONFIG_TC1100_WMI is not set
# CONFIG_MSI_LAPTOP is not set
# CONFIG_COMPAL_LAPTOP is not set
# CONFIG_SONY_LAPTOP is not set
CONFIG_THINKPAD_ACPI=y
# CONFIG_THINKPAD_ACPI_DEBUG is not set
CONFIG_THINKPAD_ACPI_BAY=y
CONFIG_THINKPAD_ACPI_VIDEO=y
# CONFIG_THINKPAD_ACPI_HOTKEY_POLL is not set
# CONFIG_INTEL_MENLOW is not set
CONFIG_EEEPC_LAPTOP=y
# CONFIG_ENCLOSURE_SERVICES is not set
# CONFIG_HP_ILO is not set
CONFIG_HAVE_IDE=y
CONFIG_IDE=y
CONFIG_BLK_DEV_IDE=y

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

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

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

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

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

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

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

#
# IEEE 1394 (FireWire) support
#

#
# Enable only one of the two stacks, unless you know what you are doing
#
# CONFIG_FIREWIRE is not set
# CONFIG_IEEE1394 is not set
# CONFIG_I2O is not set
# CONFIG_MACINTOSH_DRIVERS is not set
CONFIG_NETDEVICES=y
# CONFIG_DUMMY is not set
# CONFIG_BONDING is not set
# CONFIG_MACVLAN is not set
# CONFIG_EQUALIZER is not set
CONFIG_TUN=y
# CONFIG_VETH is not set
# CONFIG_NET_SB1000 is not set
# CONFIG_ARCNET is not set
CONFIG_PHYLIB=y

#
# MII PHY device drivers
#
# CONFIG_MARVELL_PHY is not set
# CONFIG_DAVICOM_PHY is not set
# CONFIG_QSEMI_PHY is not set
# CONFIG_LXT_PHY is not set
# CONFIG_CICADA_PHY is not set
# CONFIG_VITESSE_PHY is not set
# CONFIG_SMSC_PHY is not set
# CONFIG_BROADCOM_PHY is not set
# CONFIG_ICPLUS_PHY is not set
# CONFIG_REALTEK_PHY is not set
# CONFIG_FIXED_PHY is not set
# CONFIG_MDIO_BITBANG is not set
CONFIG_NET_ETHERNET=y
CONFIG_MII=y
# CONFIG_HAPPYMEAL is not set
# CONFIG_SUNGEM is not set
# CONFIG_CASSINI is not set
# CONFIG_NET_VENDOR_3COM is not set
CONFIG_NET_TULIP=y
# CONFIG_DE2104X is not set
CONFIG_TULIP=y
# CONFIG_TULIP_MWI is not set
CONFIG_TULIP_MMIO=y
# CONFIG_TULIP_NAPI is not set
# CONFIG_DE4X5 is not set
# CONFIG_WINBOND_840 is not set
# CONFIG_DM9102 is not set
# CONFIG_ULI526X is not set
# CONFIG_PCMCIA_XIRCOM is not set
CONFIG_HP100=y
# CONFIG_IBM_NEW_EMAC_ZMII is not set
# CONFIG_IBM_NEW_EMAC_RGMII is not set
# CONFIG_IBM_NEW_EMAC_TAH is not set
# CONFIG_IBM_NEW_EMAC_EMAC4 is not set
CONFIG_NET_PCI=y
CONFIG_PCNET32=y
CONFIG_AMD8111_ETH=y
# CONFIG_ADAPTEC_STARFIRE is not set
CONFIG_B44=y
CONFIG_B44_PCI_AUTOSELECT=y
CONFIG_B44_PCICORE_AUTOSELECT=y
CONFIG_B44_PCI=y
# CONFIG_FORCEDETH is not set
# CONFIG_EEPRO100 is not set
CONFIG_E100=y
# CONFIG_FEALNX is not set
# CONFIG_NATSEMI is not set
# CONFIG_NE2K_PCI is not set
# CONFIG_8139CP is not set
CONFIG_8139TOO=y
CONFIG_8139TOO_PIO=y
# CONFIG_8139TOO_TUNE_TWISTER is not set
# CONFIG_8139TOO_8129 is not set
# CONFIG_8139_OLD_RX_RESET is not set
# CONFIG_R6040 is not set
# CONFIG_SIS900 is not set
# CONFIG_EPIC100 is not set
# CONFIG_SUNDANCE is not set
# CONFIG_TLAN is not set
CONFIG_VIA_RHINE=y
# CONFIG_VIA_RHINE_MMIO is not set
# CONFIG_SC92031 is not set
# CONFIG_NET_POCKET is not set
CONFIG_NETDEV_1000=y
# CONFIG_ACENIC is not set
# CONFIG_DL2K is not set
# CONFIG_E1000 is not set
CONFIG_E1000E=y
# CONFIG_IP1000 is not set
# CONFIG_IGB is not set
# CONFIG_NS83820 is not set
# CONFIG_HAMACHI is not set
# CONFIG_YELLOWFIN is not set
# CONFIG_R8169 is not set
# CONFIG_SIS190 is not set
# CONFIG_SKGE is not set
# CONFIG_SKY2 is not set
# CONFIG_VIA_VELOCITY is not set
CONFIG_TIGON3=y
# CONFIG_BNX2 is not set
# CONFIG_QLA3XXX is not set
# CONFIG_ATL1 is not set
# CONFIG_ATL1E is not set
CONFIG_NETDEV_10000=y
# CONFIG_CHELSIO_T1 is not set
# CONFIG_CHELSIO_T3 is not set
# CONFIG_IXGBE is not set
# CONFIG_IXGB is not set
# CONFIG_S2IO is not set
# CONFIG_MYRI10GE is not set
# CONFIG_NETXEN_NIC is not set
# CONFIG_NIU is not set
# CONFIG_MLX4_CORE is not set
# CONFIG_TEHUTI is not set
# CONFIG_BNX2X is not set
# CONFIG_SFC is not set
# CONFIG_TR is not set

#
# Wireless LAN
#
CONFIG_WLAN_PRE80211=y
# CONFIG_STRIP is not set
# CONFIG_PCMCIA_WAVELAN is not set
# CONFIG_PCMCIA_NETWAVE is not set
CONFIG_WLAN_80211=y
# CONFIG_PCMCIA_RAYCS is not set
# CONFIG_IPW2100 is not set
# CONFIG_IPW2200 is not set
# CONFIG_LIBERTAS is not set
# CONFIG_AIRO is not set
# CONFIG_HERMES is not set
# CONFIG_ATMEL is not set
# CONFIG_AIRO_CS is not set
# CONFIG_PCMCIA_WL3501 is not set
# CONFIG_PRISM54 is not set
CONFIG_USB_ZD1201=y
# CONFIG_USB_NET_RNDIS_WLAN is not set
# CONFIG_RTL8180 is not set
# CONFIG_RTL8187 is not set
# CONFIG_ADM8211 is not set
# CONFIG_MAC80211_HWSIM is not set
# CONFIG_P54_COMMON is not set
# CONFIG_ATH5K is not set
CONFIG_IWLWIFI=y
CONFIG_IWLCORE=y
# CONFIG_IWLWIFI_LEDS is not set
CONFIG_IWLWIFI_RFKILL=y
# CONFIG_IWLWIFI_DEBUG is not set
# CONFIG_IWLAGN is not set
CONFIG_IWL3945=y
CONFIG_IWL3945_RFKILL=y
CONFIG_IWL3945_SPECTRUM_MEASUREMENT=y
CONFIG_IWL3945_LEDS=y
CONFIG_IWL3945_DEBUG=y
# CONFIG_HOSTAP is not set
CONFIG_B43=y
CONFIG_B43_PCI_AUTOSELECT=y
CONFIG_B43_PCICORE_AUTOSELECT=y
# CONFIG_B43_PCMCIA is not set
CONFIG_B43_LEDS=y
# CONFIG_B43_DEBUG is not set
# CONFIG_B43LEGACY is not set
CONFIG_ZD1211RW=y
# CONFIG_ZD1211RW_DEBUG is not set
# CONFIG_RT2X00 is not set
CONFIG_W35UND=y

#
# USB Network Adapters
#
CONFIG_USB_CATC=y
# CONFIG_USB_KAWETH is not set
# CONFIG_USB_PEGASUS is not set
# CONFIG_USB_RTL8150 is not set
CONFIG_USB_USBNET=y
CONFIG_USB_NET_AX8817X=y
# CONFIG_USB_HSO is not set
CONFIG_USB_NET_CDCETHER=y
# CONFIG_USB_NET_DM9601 is not set
# CONFIG_USB_NET_GL620A is not set
CONFIG_USB_NET_NET1080=y
# CONFIG_USB_NET_PLUSB is not set
# CONFIG_USB_NET_MCS7830 is not set
# CONFIG_USB_NET_RNDIS_HOST is not set
CONFIG_USB_NET_CDC_SUBSET=y
# CONFIG_USB_ALI_M5632 is not set
# CONFIG_USB_AN2720 is not set
CONFIG_USB_BELKIN=y
CONFIG_USB_ARMLINUX=y
# CONFIG_USB_EPSON2888 is not set
# CONFIG_USB_KC2190 is not set
CONFIG_USB_NET_ZAURUS=y
# CONFIG_NET_PCMCIA is not set
# CONFIG_WAN is not set
# CONFIG_FDDI is not set
# CONFIG_HIPPI is not set
# CONFIG_PLIP is not set
CONFIG_PPP=y
# CONFIG_PPP_MULTILINK is not set
# CONFIG_PPP_FILTER is not set
CONFIG_PPP_ASYNC=y
# CONFIG_PPP_SYNC_TTY is not set
CONFIG_PPP_DEFLATE=y
CONFIG_PPP_BSDCOMP=y
# CONFIG_PPP_MPPE is not set
# CONFIG_PPPOE is not set
# CONFIG_PPPOL2TP is not set
CONFIG_SLIP=y
CONFIG_SLIP_COMPRESSED=y
CONFIG_SLHC=y
# CONFIG_SLIP_SMART is not set
# CONFIG_SLIP_MODE_SLIP6 is not set
# CONFIG_NET_FC is not set
# CONFIG_NETCONSOLE is not set
# CONFIG_NETPOLL is not set
# CONFIG_NET_POLL_CONTROLLER is not set
# CONFIG_ISDN is not set
# CONFIG_PHONE is not set

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

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

#
# Input Device Drivers
#
CONFIG_INPUT_KEYBOARD=y
CONFIG_KEYBOARD_ATKBD=y
# CONFIG_KEYBOARD_SUNKBD is not set
# CONFIG_KEYBOARD_LKKBD is not set
# CONFIG_KEYBOARD_XTKBD is not set
# CONFIG_KEYBOARD_NEWTON is not set
# CONFIG_KEYBOARD_STOWAWAY is not set
CONFIG_INPUT_MOUSE=y
CONFIG_MOUSE_PS2=y
CONFIG_MOUSE_PS2_ALPS=y
CONFIG_MOUSE_PS2_LOGIPS2PP=y
CONFIG_MOUSE_PS2_SYNAPTICS=y
CONFIG_MOUSE_PS2_LIFEBOOK=y
CONFIG_MOUSE_PS2_TRACKPOINT=y
# CONFIG_MOUSE_PS2_TOUCHKIT is not set
CONFIG_MOUSE_SERIAL=y
# CONFIG_MOUSE_APPLETOUCH is not set
# CONFIG_MOUSE_VSXXXAA is not set
# CONFIG_INPUT_JOYSTICK is not set
# CONFIG_INPUT_TABLET is not set
# CONFIG_INPUT_TOUCHSCREEN is not set
CONFIG_INPUT_MISC=y
CONFIG_INPUT_PCSPKR=y
# CONFIG_INPUT_APANEL is not set
# CONFIG_INPUT_WISTRON_BTNS is not set
# CONFIG_INPUT_ATLAS_BTNS is not set
# CONFIG_INPUT_ATI_REMOTE is not set
# CONFIG_INPUT_ATI_REMOTE2 is not set
# CONFIG_INPUT_KEYSPAN_REMOTE is not set
# CONFIG_INPUT_POWERMATE is not set
# CONFIG_INPUT_YEALINK is not set
CONFIG_INPUT_UINPUT=y

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

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

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

#
# Non-8250 serial port support
#
CONFIG_SERIAL_CORE=y
# CONFIG_SERIAL_JSM is not set
CONFIG_UNIX98_PTYS=y
CONFIG_LEGACY_PTYS=y
CONFIG_LEGACY_PTY_COUNT=256
CONFIG_PRINTER=y
# CONFIG_LP_CONSOLE is not set
# CONFIG_PPDEV is not set
# CONFIG_IPMI_HANDLER is not set
CONFIG_HW_RANDOM=y
CONFIG_HW_RANDOM_INTEL=y
CONFIG_HW_RANDOM_AMD=y
CONFIG_HW_RANDOM_GEODE=y
CONFIG_HW_RANDOM_VIA=y
CONFIG_NVRAM=y
# CONFIG_R3964 is not set
# CONFIG_APPLICOM is not set
# CONFIG_SONYPI is not set

#
# PCMCIA character devices
#
# CONFIG_SYNCLINK_CS is not set
# CONFIG_CARDMAN_4000 is not set
# CONFIG_CARDMAN_4040 is not set
# CONFIG_IPWIRELESS is not set
# CONFIG_MWAVE is not set
# CONFIG_PC8736x_GPIO is not set
# CONFIG_NSC_GPIO is not set
CONFIG_CS5535_GPIO=y
# CONFIG_RAW_DRIVER is not set
# CONFIG_HPET is not set
# CONFIG_HANGCHECK_TIMER is not set
# CONFIG_TCG_TPM is not set
# CONFIG_TELCLOCK is not set
CONFIG_DEVPORT=y
CONFIG_I2C=y
CONFIG_I2C_BOARDINFO=y
# CONFIG_I2C_CHARDEV is not set
CONFIG_I2C_ALGOBIT=y

#
# I2C Hardware Bus support
#

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

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

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

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

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

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

#
# Sonics Silicon Backplane
#
CONFIG_SSB_POSSIBLE=y
CONFIG_SSB=y
CONFIG_SSB_SPROM=y
CONFIG_SSB_PCIHOST_POSSIBLE=y
CONFIG_SSB_PCIHOST=y
CONFIG_SSB_B43_PCI_BRIDGE=y
CONFIG_SSB_PCMCIAHOST_POSSIBLE=y
# CONFIG_SSB_PCMCIAHOST is not set
# CONFIG_SSB_DEBUG is not set
CONFIG_SSB_DRIVER_PCICORE_POSSIBLE=y
CONFIG_SSB_DRIVER_PCICORE=y

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

#
# Multimedia devices
#

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

#
# Multimedia drivers
#
# CONFIG_MEDIA_ATTACH is not set
CONFIG_MEDIA_TUNER=y
# CONFIG_MEDIA_TUNER_CUSTOMIZE is not set
CONFIG_MEDIA_TUNER_SIMPLE=y
CONFIG_MEDIA_TUNER_TDA8290=y
CONFIG_MEDIA_TUNER_TDA9887=y
CONFIG_MEDIA_TUNER_TEA5761=y
CONFIG_MEDIA_TUNER_TEA5767=y
CONFIG_MEDIA_TUNER_MT20XX=y
CONFIG_MEDIA_TUNER_XC2028=y
CONFIG_MEDIA_TUNER_XC5000=y
CONFIG_VIDEO_V4L2=y
CONFIG_VIDEO_V4L1=y
# CONFIG_VIDEO_CAPTURE_DRIVERS is not set
# CONFIG_RADIO_ADAPTERS is not set
# CONFIG_DAB is not set

#
# Graphics support
#
CONFIG_AGP=y
# CONFIG_AGP_ALI is not set
# CONFIG_AGP_ATI is not set
# CONFIG_AGP_AMD is not set
CONFIG_AGP_AMD64=y
CONFIG_AGP_INTEL=y
# CONFIG_AGP_NVIDIA is not set
# CONFIG_AGP_SIS is not set
# CONFIG_AGP_SWORKS is not set
CONFIG_AGP_VIA=y
# CONFIG_AGP_EFFICEON is not set
CONFIG_DRM=y
# CONFIG_DRM_TDFX is not set
# CONFIG_DRM_R128 is not set
# CONFIG_DRM_RADEON is not set
CONFIG_DRM_I810=y
# CONFIG_DRM_I830 is not set
CONFIG_DRM_I915=y
# CONFIG_DRM_MGA is not set
# CONFIG_DRM_SIS is not set
# CONFIG_DRM_VIA is not set
# CONFIG_DRM_SAVAGE is not set
# CONFIG_VGASTATE is not set
CONFIG_VIDEO_OUTPUT_CONTROL=y
CONFIG_FB=y
CONFIG_FIRMWARE_EDID=y
CONFIG_FB_DDC=y
CONFIG_FB_CFB_FILLRECT=y
CONFIG_FB_CFB_COPYAREA=y
CONFIG_FB_CFB_IMAGEBLIT=y
# CONFIG_FB_CFB_REV_PIXELS_IN_BYTE is not set
# CONFIG_FB_SYS_FILLRECT is not set
# CONFIG_FB_SYS_COPYAREA is not set
# CONFIG_FB_SYS_IMAGEBLIT is not set
# CONFIG_FB_FOREIGN_ENDIAN is not set
# CONFIG_FB_SYS_FOPS is not set
# CONFIG_FB_SVGALIB is not set
# CONFIG_FB_MACMODES is not set
# CONFIG_FB_BACKLIGHT is not set
CONFIG_FB_MODE_HELPERS=y
# CONFIG_FB_TILEBLITTING is not set

#
# Frame buffer hardware drivers
#
# CONFIG_FB_CIRRUS is not set
# CONFIG_FB_PM2 is not set
# CONFIG_FB_CYBER2000 is not set
# CONFIG_FB_ARC is not set
# CONFIG_FB_ASILIANT is not set
# CONFIG_FB_IMSTT is not set
# CONFIG_FB_VGA16 is not set
CONFIG_FB_VESA=y
# CONFIG_FB_EFI is not set
# CONFIG_FB_N411 is not set
# CONFIG_FB_HGA is not set
# CONFIG_FB_S1D13XXX is not set
# CONFIG_FB_NVIDIA is not set
# CONFIG_FB_RIVA is not set
# CONFIG_FB_I810 is not set
# CONFIG_FB_LE80578 is not set
CONFIG_FB_INTEL=y
# CONFIG_FB_INTEL_DEBUG is not set
CONFIG_FB_INTEL_I2C=y
# CONFIG_FB_MATROX is not set
# CONFIG_FB_RADEON is not set
# CONFIG_FB_ATY128 is not set
# CONFIG_FB_ATY is not set
# CONFIG_FB_S3 is not set
# CONFIG_FB_SAVAGE is not set
# CONFIG_FB_SIS is not set
# CONFIG_FB_NEOMAGIC is not set
# CONFIG_FB_KYRO is not set
# CONFIG_FB_3DFX is not set
# CONFIG_FB_VOODOO1 is not set
# CONFIG_FB_VT8623 is not set
# CONFIG_FB_CYBLA is not set
# CONFIG_FB_TRIDENT is not set
# CONFIG_FB_ARK is not set
# CONFIG_FB_PM3 is not set
# CONFIG_FB_CARMINE is not set
# CONFIG_FB_GEODE is not set
# CONFIG_FB_VIRTUAL is not set
CONFIG_BACKLIGHT_LCD_SUPPORT=y
CONFIG_LCD_CLASS_DEVICE=y
# CONFIG_LCD_ILI9320 is not set
# CONFIG_LCD_PLATFORM is not set
CONFIG_BACKLIGHT_CLASS_DEVICE=y
# CONFIG_BACKLIGHT_CORGI is not set
# CONFIG_BACKLIGHT_PROGEAR is not set
# CONFIG_BACKLIGHT_MBP_NVIDIA is not set

#
# Display device support
#
CONFIG_DISPLAY_SUPPORT=y

#
# Display hardware drivers
#

#
# Console display driver support
#
CONFIG_VGA_CONSOLE=y
# CONFIG_VGACON_SOFT_SCROLLBACK is not set
CONFIG_VIDEO_SELECT=y
CONFIG_DUMMY_CONSOLE=y
CONFIG_FRAMEBUFFER_CONSOLE=y
# CONFIG_FRAMEBUFFER_CONSOLE_DETECT_PRIMARY is not set
# CONFIG_FRAMEBUFFER_CONSOLE_ROTATION is not set
CONFIG_FONTS=y
# CONFIG_FONT_8x8 is not set
# CONFIG_FONT_8x16 is not set
# CONFIG_FONT_6x11 is not set
# CONFIG_FONT_7x14 is not set
# CONFIG_FONT_PEARL_8x8 is not set
# CONFIG_FONT_ACORN_8x8 is not set
# CONFIG_FONT_MINI_4x6 is not set
# CONFIG_FONT_SUN8x16 is not set
# CONFIG_FONT_SUN12x22 is not set
CONFIG_FONT_10x18=y
CONFIG_LOGO=y
# CONFIG_LOGO_LINUX_MONO is not set
# CONFIG_LOGO_LINUX_VGA16 is not set
CONFIG_LOGO_LINUX_CLUT224=y
CONFIG_SOUND=y
CONFIG_SND=y
CONFIG_SND_TIMER=y
CONFIG_SND_PCM=y
CONFIG_SND_HWDEP=y
CONFIG_SND_RAWMIDI=y
CONFIG_SND_SEQUENCER=y
# CONFIG_SND_SEQ_DUMMY is not set
CONFIG_SND_OSSEMUL=y
CONFIG_SND_MIXER_OSS=y
CONFIG_SND_PCM_OSS=y
CONFIG_SND_PCM_OSS_PLUGINS=y
CONFIG_SND_SEQUENCER_OSS=y
# CONFIG_SND_DYNAMIC_MINORS is not set
CONFIG_SND_SUPPORT_OLD_API=y
CONFIG_SND_VERBOSE_PROCFS=y
# CONFIG_SND_VERBOSE_PRINTK is not set
# CONFIG_SND_DEBUG is not set
CONFIG_SND_VMASTER=y
CONFIG_SND_MPU401_UART=y
CONFIG_SND_AC97_CODEC=y
CONFIG_SND_DRIVERS=y
# CONFIG_SND_DUMMY is not set
# CONFIG_SND_VIRMIDI is not set
# CONFIG_SND_MTPAV is not set
# CONFIG_SND_MTS64 is not set
# CONFIG_SND_SERIAL_U16550 is not set
# CONFIG_SND_MPU401 is not set
# CONFIG_SND_PORTMAN2X4 is not set
CONFIG_SND_AC97_POWER_SAVE=y
CONFIG_SND_AC97_POWER_SAVE_DEFAULT=30
CONFIG_SND_PCI=y
# CONFIG_SND_AD1889 is not set
# CONFIG_SND_ALS300 is not set
# CONFIG_SND_ALS4000 is not set
# CONFIG_SND_ALI5451 is not set
# CONFIG_SND_ATIIXP is not set
# CONFIG_SND_ATIIXP_MODEM is not set
# CONFIG_SND_AU8810 is not set
# CONFIG_SND_AU8820 is not set
# CONFIG_SND_AU8830 is not set
# CONFIG_SND_AW2 is not set
# CONFIG_SND_AZT3328 is not set
CONFIG_SND_BT87X=y
# CONFIG_SND_BT87X_OVERCLOCK is not set
# CONFIG_SND_CA0106 is not set
# CONFIG_SND_CMIPCI is not set
# CONFIG_SND_OXYGEN is not set
# CONFIG_SND_CS4281 is not set
# CONFIG_SND_CS46XX is not set
# CONFIG_SND_CS5530 is not set
CONFIG_SND_CS5535AUDIO=y
# CONFIG_SND_DARLA20 is not set
# CONFIG_SND_GINA20 is not set
# CONFIG_SND_LAYLA20 is not set
# CONFIG_SND_DARLA24 is not set
# CONFIG_SND_GINA24 is not set
# CONFIG_SND_LAYLA24 is not set
# CONFIG_SND_MONA is not set
# CONFIG_SND_MIA is not set
# CONFIG_SND_ECHO3G is not set
# CONFIG_SND_INDIGO is not set
# CONFIG_SND_INDIGOIO is not set
# CONFIG_SND_INDIGODJ is not set
CONFIG_SND_EMU10K1=y
# CONFIG_SND_EMU10K1X is not set
# CONFIG_SND_ENS1370 is not set
CONFIG_SND_ENS1371=y
# CONFIG_SND_ES1938 is not set
CONFIG_SND_ES1968=y
# CONFIG_SND_FM801 is not set
CONFIG_SND_HDA_INTEL=y
CONFIG_SND_HDA_HWDEP=y
CONFIG_SND_HDA_CODEC_REALTEK=y
CONFIG_SND_HDA_CODEC_ANALOG=y
CONFIG_SND_HDA_CODEC_SIGMATEL=y
CONFIG_SND_HDA_CODEC_VIA=y
CONFIG_SND_HDA_CODEC_ATIHDMI=y
CONFIG_SND_HDA_CODEC_CONEXANT=y
CONFIG_SND_HDA_CODEC_CMEDIA=y
CONFIG_SND_HDA_CODEC_SI3054=y
CONFIG_SND_HDA_GENERIC=y
CONFIG_SND_HDA_POWER_SAVE=y
CONFIG_SND_HDA_POWER_SAVE_DEFAULT=30
# CONFIG_SND_HDSP is not set
# CONFIG_SND_HDSPM is not set
# CONFIG_SND_HIFIER is not set
# CONFIG_SND_ICE1712 is not set
# CONFIG_SND_ICE1724 is not set
CONFIG_SND_INTEL8X0=y
# CONFIG_SND_INTEL8X0M is not set
# CONFIG_SND_KORG1212 is not set
CONFIG_SND_MAESTRO3=y
# CONFIG_SND_MIXART is not set
# CONFIG_SND_NM256 is not set
# CONFIG_SND_PCXHR is not set
# CONFIG_SND_RIPTIDE is not set
# CONFIG_SND_RME32 is not set
# CONFIG_SND_RME96 is not set
# CONFIG_SND_RME9652 is not set
# CONFIG_SND_SIS7019 is not set
# CONFIG_SND_SONICVIBES is not set
# CONFIG_SND_TRIDENT is not set
CONFIG_SND_VIA82XX=y
# CONFIG_SND_VIA82XX_MODEM is not set
# CONFIG_SND_VIRTUOSO is not set
# CONFIG_SND_VX222 is not set
# CONFIG_SND_YMFPCI is not set
CONFIG_SND_USB=y
CONFIG_SND_USB_AUDIO=y
# CONFIG_SND_USB_USX2Y is not set
# CONFIG_SND_USB_CAIAQ is not set
CONFIG_SND_PCMCIA=y
# CONFIG_SND_VXPOCKET is not set
# CONFIG_SND_PDAUDIOCF is not set
# CONFIG_SND_SOC is not set
# CONFIG_SOUND_PRIME is not set
CONFIG_AC97_BUS=y
CONFIG_HID_SUPPORT=y
CONFIG_HID=y
# CONFIG_HID_DEBUG is not set
CONFIG_HIDRAW=y

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

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

#
# USB Host Controller Drivers
#
# CONFIG_USB_C67X00_HCD is not set
CONFIG_USB_EHCI_HCD=y
# CONFIG_USB_EHCI_ROOT_HUB_TT is not set
# CONFIG_USB_EHCI_TT_NEWSCHED is not set
# CONFIG_USB_ISP116X_HCD is not set
# CONFIG_USB_ISP1760_HCD is not set
CONFIG_USB_OHCI_HCD=y
# CONFIG_USB_OHCI_HCD_SSB is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_DESC is not set
# CONFIG_USB_OHCI_BIG_ENDIAN_MMIO is not set
CONFIG_USB_OHCI_LITTLE_ENDIAN=y
CONFIG_USB_UHCI_HCD=y
# CONFIG_USB_SL811_HCD is not set
# CONFIG_USB_R8A66597_HCD is not set

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

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

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

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

#
# USB port drivers
#
# CONFIG_USB_USS720 is not set
CONFIG_USB_SERIAL=m
CONFIG_USB_EZUSB=y
CONFIG_USB_SERIAL_GENERIC=y
# CONFIG_USB_SERIAL_AIRCABLE is not set
CONFIG_USB_SERIAL_ARK3116=m
CONFIG_USB_SERIAL_BELKIN=m
# CONFIG_USB_SERIAL_CH341 is not set
CONFIG_USB_SERIAL_WHITEHEAT=m
CONFIG_USB_SERIAL_DIGI_ACCELEPORT=m
CONFIG_USB_SERIAL_CP2101=m
CONFIG_USB_SERIAL_CYPRESS_M8=m
CONFIG_USB_SERIAL_EMPEG=m
CONFIG_USB_SERIAL_FTDI_SIO=m
CONFIG_USB_SERIAL_FUNSOFT=m
CONFIG_USB_SERIAL_VISOR=m
CONFIG_USB_SERIAL_IPAQ=m
CONFIG_USB_SERIAL_IR=m
CONFIG_USB_SERIAL_EDGEPORT=m
CONFIG_USB_SERIAL_EDGEPORT_TI=m
CONFIG_USB_SERIAL_GARMIN=m
CONFIG_USB_SERIAL_IPW=m
# CONFIG_USB_SERIAL_IUU is not set
CONFIG_USB_SERIAL_KEYSPAN_PDA=m
CONFIG_USB_SERIAL_KEYSPAN=m
# CONFIG_USB_SERIAL_KEYSPAN_MPR is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XA is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA28XB is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19 is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA18X is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QW is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA19QI is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49W is not set
# CONFIG_USB_SERIAL_KEYSPAN_USA49WLC is not set
# CONFIG_USB_SERIAL_KLSI is not set
CONFIG_USB_SERIAL_KOBIL_SCT=m
CONFIG_USB_SERIAL_MCT_U232=m
# CONFIG_USB_SERIAL_MOS7720 is not set
# CONFIG_USB_SERIAL_MOS7840 is not set
# CONFIG_USB_SERIAL_MOTOROLA is not set
CONFIG_USB_SERIAL_NAVMAN=m
CONFIG_USB_SERIAL_PL2303=m
# CONFIG_USB_SERIAL_OTI6858 is not set
# CONFIG_USB_SERIAL_SPCP8X5 is not set
CONFIG_USB_SERIAL_HP4X=m
CONFIG_USB_SERIAL_SAFE=m
CONFIG_USB_SERIAL_SAFE_PADDED=y
CONFIG_USB_SERIAL_SIERRAWIRELESS=m
CONFIG_USB_SERIAL_TI=m
CONFIG_USB_SERIAL_CYBERJACK=m
CONFIG_USB_SERIAL_XIRCOM=m
CONFIG_USB_SERIAL_OPTION=m
CONFIG_USB_SERIAL_OMNINET=m
# CONFIG_USB_SERIAL_DEBUG is not set

#
# USB Miscellaneous drivers
#
# CONFIG_USB_EMI62 is not set
# CONFIG_USB_EMI26 is not set
# CONFIG_USB_ADUTUX is not set
# CONFIG_USB_AUERSWALD is not set
# CONFIG_USB_RIO500 is not set
# CONFIG_USB_LEGOTOWER is not set
# CONFIG_USB_LCD is not set
# CONFIG_USB_BERRY_CHARGE is not set
# CONFIG_USB_LED is not set
# CONFIG_USB_CYPRESS_CY7C63 is not set
# CONFIG_USB_CYTHERM is not set
# CONFIG_USB_PHIDGET is not set
# CONFIG_USB_IDMOUSE is not set
# CONFIG_USB_FTDI_ELAN is not set
# CONFIG_USB_APPLEDISPLAY is not set
# CONFIG_USB_SISUSBVGA is not set
# CONFIG_USB_LD is not set
# CONFIG_USB_TRANCEVIBRATOR is not set
# CONFIG_USB_IOWARRIOR is not set
# CONFIG_USB_TEST is not set
# CONFIG_USB_ISIGHTFW is not set
# CONFIG_USB_GADGET is not set
CONFIG_MMC=y
# CONFIG_MMC_DEBUG is not set
# CONFIG_MMC_UNSAFE_RESUME is not set

#
# MMC/SD Card Drivers
#
CONFIG_MMC_BLOCK=y
CONFIG_MMC_BLOCK_BOUNCE=y
# CONFIG_SDIO_UART is not set
# CONFIG_MMC_TEST is not set

#
# MMC/SD Host Controller Drivers
#
CONFIG_MMC_SDHCI=y
CONFIG_MMC_SDHCI_PCI=y
CONFIG_MMC_RICOH_MMC=y
# CONFIG_MMC_WBSD is not set
# CONFIG_MMC_TIFM_SD is not set
# CONFIG_MMC_SDRICOH_CS is not set
# CONFIG_MEMSTICK is not set
CONFIG_NEW_LEDS=y
CONFIG_LEDS_CLASS=y

#
# LED drivers
#
# CONFIG_LEDS_INPUT is not set
# CONFIG_LEDS_PCA9532 is not set
# CONFIG_LEDS_CLEVO_MAIL is not set
# CONFIG_LEDS_PCA955X is not set

#
# LED Triggers
#
CONFIG_LEDS_TRIGGERS=y
CONFIG_LEDS_TRIGGER_TIMER=y
CONFIG_LEDS_TRIGGER_IDE_DISK=y
CONFIG_LEDS_TRIGGER_HEARTBEAT=y
# CONFIG_LEDS_TRIGGER_DEFAULT_ON is not set
# CONFIG_ACCESSIBILITY is not set
# CONFIG_INFINIBAND is not set
CONFIG_EDAC=y

#
# Reporting subsystems
#
# CONFIG_EDAC_DEBUG is not set
CONFIG_EDAC_MM_EDAC=y
CONFIG_EDAC_AMD76X=y
CONFIG_EDAC_E7XXX=y
# CONFIG_EDAC_E752X is not set
CONFIG_EDAC_I82875P=y
# CONFIG_EDAC_I82975X is not set
# CONFIG_EDAC_I3000 is not set
# CONFIG_EDAC_I82860 is not set
# CONFIG_EDAC_R82600 is not set
# CONFIG_EDAC_I5000 is not set
# CONFIG_EDAC_I5100 is not set
CONFIG_RTC_LIB=y
CONFIG_RTC_CLASS=y
# CONFIG_RTC_HCTOSYS is not set
# CONFIG_RTC_DEBUG is not set

#
# RTC interfaces
#
CONFIG_RTC_INTF_SYSFS=y
CONFIG_RTC_INTF_PROC=y
CONFIG_RTC_INTF_DEV=y
CONFIG_RTC_INTF_DEV_UIE_EMUL=y
# CONFIG_RTC_DRV_TEST is not set

#
# I2C RTC drivers
#
# CONFIG_RTC_DRV_DS1307 is not set
# CONFIG_RTC_DRV_DS1374 is not set
# CONFIG_RTC_DRV_DS1672 is not set
# CONFIG_RTC_DRV_MAX6900 is not set
# CONFIG_RTC_DRV_RS5C372 is not set
# CONFIG_RTC_DRV_ISL1208 is not set
# CONFIG_RTC_DRV_X1205 is not set
# CONFIG_RTC_DRV_PCF8563 is not set
# CONFIG_RTC_DRV_PCF8583 is not set
# CONFIG_RTC_DRV_M41T80 is not set
# CONFIG_RTC_DRV_S35390A is not set
# CONFIG_RTC_DRV_FM3130 is not set

#
# SPI RTC drivers
#

#
# Platform RTC drivers
#
CONFIG_RTC_DRV_CMOS=y
# CONFIG_RTC_DRV_DS1511 is not set
# CONFIG_RTC_DRV_DS1553 is not set
# CONFIG_RTC_DRV_DS1742 is not set
# CONFIG_RTC_DRV_STK17TA8 is not set
# CONFIG_RTC_DRV_M48T86 is not set
# CONFIG_RTC_DRV_M48T59 is not set
# CONFIG_RTC_DRV_V3020 is not set

#
# on-CPU RTC drivers
#
# CONFIG_DMADEVICES is not set
# CONFIG_AUXDISPLAY is not set
# CONFIG_UIO is not set

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

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

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

#
# DOS/FAT/NT Filesystems
#
CONFIG_FAT_FS=y
CONFIG_MSDOS_FS=y
CONFIG_VFAT_FS=y
CONFIG_FAT_DEFAULT_CODEPAGE=437
CONFIG_FAT_DEFAULT_IOCHARSET="iso8859-1"
CONFIG_NTFS_FS=y
CONFIG_NTFS_DEBUG=y
# CONFIG_NTFS_RW is not set

#
# Pseudo filesystems
#
CONFIG_PROC_FS=y
CONFIG_PROC_KCORE=y
CONFIG_PROC_VMCORE=y
CONFIG_PROC_SYSCTL=y
CONFIG_SYSFS=y
CONFIG_TMPFS=y
# CONFIG_TMPFS_POSIX_ACL is not set
# CONFIG_HUGETLBFS is not set
# CONFIG_HUGETLB_PAGE is not set
# CONFIG_CONFIGFS_FS is not set

#
# Miscellaneous filesystems
#
# CONFIG_ADFS_FS is not set
# CONFIG_AFFS_FS is not set
# CONFIG_HFS_FS is not set
# CONFIG_HFSPLUS_FS is not set
# CONFIG_BEFS_FS is not set
# CONFIG_BFS_FS is not set
# CONFIG_EFS_FS is not set
CONFIG_JFFS2_FS=y
CONFIG_JFFS2_FS_DEBUG=0
CONFIG_JFFS2_FS_WRITEBUFFER=y
# CONFIG_JFFS2_FS_WBUF_VERIFY is not set
# CONFIG_JFFS2_SUMMARY is not set
# CONFIG_JFFS2_FS_XATTR is not set
# CONFIG_JFFS2_COMPRESSION_OPTIONS is not set
CONFIG_JFFS2_ZLIB=y
# CONFIG_JFFS2_LZO is not set
CONFIG_JFFS2_RTIME=y
# CONFIG_JFFS2_RUBIN is not set
# CONFIG_CRAMFS is not set
# CONFIG_VXFS_FS is not set
# CONFIG_MINIX_FS is not set
# CONFIG_OMFS_FS is not set
# CONFIG_HPFS_FS is not set
# CONFIG_QNX4FS_FS is not set
# CONFIG_ROMFS_FS is not set
# CONFIG_SYSV_FS is not set
# CONFIG_UFS_FS is not set
CONFIG_NETWORK_FILESYSTEMS=y
CONFIG_NFS_FS=y
# CONFIG_NFS_V3 is not set
# CONFIG_NFS_V4 is not set
# CONFIG_NFSD is not set
CONFIG_LOCKD=y
CONFIG_NFS_COMMON=y
CONFIG_SUNRPC=y
# CONFIG_RPCSEC_GSS_KRB5 is not set
# CONFIG_RPCSEC_GSS_SPKM3 is not set
# CONFIG_SMB_FS is not set
# CONFIG_CIFS is not set
# CONFIG_NCP_FS is not set
CONFIG_CODA_FS=y
# CONFIG_AFS_FS is not set
# CONFIG_9P_FS is not set

#
# Partition Types
#
CONFIG_PARTITION_ADVANCED=y
# CONFIG_ACORN_PARTITION is not set
# CONFIG_OSF_PARTITION is not set
# CONFIG_AMIGA_PARTITION is not set
# CONFIG_ATARI_PARTITION is not set
# CONFIG_MAC_PARTITION is not set
CONFIG_MSDOS_PARTITION=y
# CONFIG_BSD_DISKLABEL is not set
# CONFIG_MINIX_SUBPARTITION is not set
# CONFIG_SOLARIS_X86_PARTITION is not set
# CONFIG_UNIXWARE_DISKLABEL is not set
# CONFIG_LDM_PARTITION is not set
# CONFIG_SGI_PARTITION is not set
# CONFIG_ULTRIX_PARTITION is not set
# CONFIG_SUN_PARTITION is not set
# CONFIG_KARMA_PARTITION is not set
# CONFIG_EFI_PARTITION is not set
# CONFIG_SYSV68_PARTITION is not set
CONFIG_NLS=y
CONFIG_NLS_DEFAULT="iso8859-2"
CONFIG_NLS_CODEPAGE_437=y
# CONFIG_NLS_CODEPAGE_737 is not set
# CONFIG_NLS_CODEPAGE_775 is not set
# CONFIG_NLS_CODEPAGE_850 is not set
# CONFIG_NLS_CODEPAGE_852 is not set
# CONFIG_NLS_CODEPAGE_855 is not set
# CONFIG_NLS_CODEPAGE_857 is not set
# CONFIG_NLS_CODEPAGE_860 is not set
# CONFIG_NLS_CODEPAGE_861 is not set
# CONFIG_NLS_CODEPAGE_862 is not set
# CONFIG_NLS_CODEPAGE_863 is not set
# CONFIG_NLS_CODEPAGE_864 is not set
# CONFIG_NLS_CODEPAGE_865 is not set
# CONFIG_NLS_CODEPAGE_866 is not set
# CONFIG_NLS_CODEPAGE_869 is not set
# CONFIG_NLS_CODEPAGE_936 is not set
# CONFIG_NLS_CODEPAGE_950 is not set
# CONFIG_NLS_CODEPAGE_932 is not set
# CONFIG_NLS_CODEPAGE_949 is not set
# CONFIG_NLS_CODEPAGE_874 is not set
# CONFIG_NLS_ISO8859_8 is not set
# CONFIG_NLS_CODEPAGE_1250 is not set
# CONFIG_NLS_CODEPAGE_1251 is not set
CONFIG_NLS_ASCII=y
CONFIG_NLS_ISO8859_1=y
CONFIG_NLS_ISO8859_2=y
# CONFIG_NLS_ISO8859_3 is not set
# CONFIG_NLS_ISO8859_4 is not set
# CONFIG_NLS_ISO8859_5 is not set
# CONFIG_NLS_ISO8859_6 is not set
# CONFIG_NLS_ISO8859_7 is not set
# CONFIG_NLS_ISO8859_9 is not set
# CONFIG_NLS_ISO8859_13 is not set
# CONFIG_NLS_ISO8859_14 is not set
# CONFIG_NLS_ISO8859_15 is not set
# CONFIG_NLS_KOI8_R is not set
# CONFIG_NLS_KOI8_U is not set
# CONFIG_NLS_UTF8 is not set
# CONFIG_DLM is not set

#
# Kernel hacking
#
CONFIG_TRACE_IRQFLAGS_SUPPORT=y
# CONFIG_PRINTK_TIME is not set
CONFIG_ENABLE_WARN_DEPRECATED=y
CONFIG_ENABLE_MUST_CHECK=y
CONFIG_FRAME_WARN=1024
CONFIG_MAGIC_SYSRQ=y
# CONFIG_UNUSED_SYMBOLS is not set
CONFIG_DEBUG_FS=y
# CONFIG_HEADERS_CHECK is not set
CONFIG_DEBUG_KERNEL=y
# CONFIG_DEBUG_SHIRQ is not set
CONFIG_DETECT_SOFTLOCKUP=y
# CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC is not set
CONFIG_BOOTPARAM_SOFTLOCKUP_PANIC_VALUE=0
CONFIG_SCHED_DEBUG=y
CONFIG_SCHEDSTATS=y
CONFIG_TIMER_STATS=y
CONFIG_DEBUG_OBJECTS=y
# CONFIG_DEBUG_OBJECTS_SELFTEST is not set
CONFIG_DEBUG_OBJECTS_FREE=y
CONFIG_DEBUG_OBJECTS_TIMERS=y
CONFIG_DEBUG_SLAB=y
CONFIG_DEBUG_SLAB_LEAK=y
# CONFIG_DEBUG_RT_MUTEXES is not set
# CONFIG_RT_MUTEX_TESTER is not set
CONFIG_DEBUG_SPINLOCK=y
CONFIG_DEBUG_MUTEXES=y
CONFIG_DEBUG_LOCK_ALLOC=y
# CONFIG_PROVE_LOCKING is not set
CONFIG_LOCKDEP=y
# CONFIG_LOCK_STAT is not set
CONFIG_DEBUG_LOCKDEP=y
# CONFIG_DEBUG_SPINLOCK_SLEEP is not set
# CONFIG_DEBUG_LOCKING_API_SELFTESTS is not set
CONFIG_STACKTRACE=y
# CONFIG_DEBUG_KOBJECT is not set
CONFIG_DEBUG_HIGHMEM=y
CONFIG_DEBUG_BUGVERBOSE=y
# CONFIG_DEBUG_INFO is not set
# CONFIG_DEBUG_VM is not set
# CONFIG_DEBUG_WRITECOUNT is not set
CONFIG_DEBUG_MEMORY_INIT=y
CONFIG_DEBUG_LIST=y
# CONFIG_DEBUG_SG is not set
# CONFIG_FRAME_POINTER is not set
# CONFIG_BOOT_PRINTK_DELAY is not set
# CONFIG_RCU_TORTURE_TEST is not set
# CONFIG_BACKTRACE_SELF_TEST is not set
# CONFIG_FAULT_INJECTION is not set
# CONFIG_LATENCYTOP is not set
CONFIG_HAVE_FTRACE=y
CONFIG_HAVE_DYNAMIC_FTRACE=y
# CONFIG_FTRACE is not set
# CONFIG_IRQSOFF_TRACER is not set
# CONFIG_SYSPROF_TRACER is not set
# CONFIG_SCHED_TRACER is not set
# CONFIG_CONTEXT_SWITCH_TRACER is not set
# CONFIG_PROVIDE_OHCI1394_DMA_INIT is not set
# CONFIG_SAMPLES is not set
CONFIG_HAVE_ARCH_KGDB=y
# CONFIG_KGDB is not set
# CONFIG_STRICT_DEVMEM is not set
CONFIG_X86_VERBOSE_BOOTUP=y
CONFIG_EARLY_PRINTK=y
# CONFIG_DEBUG_STACKOVERFLOW is not set
# CONFIG_DEBUG_STACK_USAGE is not set
CONFIG_DEBUG_PAGEALLOC=y
# CONFIG_DEBUG_PER_CPU_MAPS is not set
# CONFIG_X86_PTDUMP is not set
CONFIG_DEBUG_RODATA=y
CONFIG_DEBUG_RODATA_TEST=y
# CONFIG_DEBUG_NX_TEST is not set
# CONFIG_4KSTACKS is not set
CONFIG_DOUBLEFAULT=y
# CONFIG_MMIOTRACE is not set
CONFIG_IO_DELAY_TYPE_0X80=0
CONFIG_IO_DELAY_TYPE_0XED=1
CONFIG_IO_DELAY_TYPE_UDELAY=2
CONFIG_IO_DELAY_TYPE_NONE=3
# CONFIG_IO_DELAY_0X80 is not set
# CONFIG_IO_DELAY_0XED is not set
CONFIG_IO_DELAY_UDELAY=y
# CONFIG_IO_DELAY_NONE is not set
CONFIG_DEFAULT_IO_DELAY_TYPE=2
# CONFIG_DEBUG_BOOT_PARAMS is not set
# CONFIG_CPA_DEBUG is not set
# CONFIG_OPTIMIZE_INLINING is not set

#
# Security options
#
# CONFIG_KEYS is not set
# CONFIG_SECURITY is not set
# CONFIG_SECURITY_FILE_CAPABILITIES is not set
CONFIG_CRYPTO=y

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

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

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

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

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

#
# Ciphers
#
CONFIG_CRYPTO_AES=y
# CONFIG_CRYPTO_AES_586 is not set
# CONFIG_CRYPTO_ANUBIS is not set
CONFIG_CRYPTO_ARC4=y
# CONFIG_CRYPTO_BLOWFISH is not set
# CONFIG_CRYPTO_CAMELLIA is not set
# CONFIG_CRYPTO_CAST5 is not set
# CONFIG_CRYPTO_CAST6 is not set
# CONFIG_CRYPTO_DES is not set
# CONFIG_CRYPTO_FCRYPT is not set
# CONFIG_CRYPTO_KHAZAD is not set
# CONFIG_CRYPTO_SALSA20 is not set
# CONFIG_CRYPTO_SALSA20_586 is not set
# CONFIG_CRYPTO_SEED is not set
# CONFIG_CRYPTO_SERPENT is not set
# CONFIG_CRYPTO_TEA is not set
# CONFIG_CRYPTO_TWOFISH is not set
# CONFIG_CRYPTO_TWOFISH_586 is not set

#
# Compression
#
# CONFIG_CRYPTO_DEFLATE is not set
# CONFIG_CRYPTO_LZO is not set
# CONFIG_CRYPTO_HW is not set
CONFIG_HAVE_KVM=y
# CONFIG_VIRTUALIZATION is not set

#
# Library routines
#
CONFIG_BITREVERSE=y
CONFIG_GENERIC_FIND_FIRST_BIT=y
CONFIG_GENERIC_FIND_NEXT_BIT=y
CONFIG_CRC_CCITT=y
# CONFIG_CRC16 is not set
CONFIG_CRC_T10DIF=y
CONFIG_CRC_ITU_T=y
CONFIG_CRC32=y
# CONFIG_CRC7 is not set
CONFIG_LIBCRC32C=y
CONFIG_ZLIB_INFLATE=y
CONFIG_ZLIB_DEFLATE=y
CONFIG_PLIST=y
CONFIG_HAS_IOMEM=y
CONFIG_HAS_IOPORT=y
CONFIG_HAS_DMA=y

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12 11:26         ` Pavel Machek
@ 2008-08-12 11:44           ` Milan Broz
  2008-08-12 11:55             ` Pavel Machek
  2008-08-13 20:13           ` Henrique de Moraes Holschuh
  1 sibling, 1 reply; 34+ messages in thread
From: Milan Broz @ 2008-08-12 11:44 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Andi Kleen, kernel list, ACPI mailing list

Pavel Machek wrote:
> Hi!
>>> On Tue, Aug 12, 2008 at 11:41:35AM +0200, Pavel Machek wrote:
>>>>>> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
>>>>>> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
>>>>>> shutting down.
>>>>>> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
>>>>>>
>>>>>> ...and machine went down at that point :-(.
>>>>> I hope you can easily reproduce it?
>>>>>
>>>>> So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
>>>> Yes, I'm very sure. It makes machine basically unusable.
>>> Does this mean you can easily reproduce it?  
>>> Please do a bisect then. 
>>>
>>>> Not that one :-(. Thinkpad does not even have fan device: it is
>>>> controlled by hardware.
>> Hi,
>> I see exactly the same on my x60s, but during upgrade to 2.6.26.2.
> 
> Are you sure?

yes. maybe some userspace tool controlling frequency is involved, no idea yet.
But it is 2.6.26 tree for sure.

> 
>> I found that (at least in my case) the problem is, that in
>> 2.6.25 the core frequency drop to 1GHz (instead of 1.67GHz) when
>> the temperature is above some limit.
> 
> Can you verify that 2.6.26 is okay?

No, it is not ok.
I'll run bisect again, but I hit it at least one in some 2.6.26-rc too.

> 
>> Now, the CPU cores remains on 1.67GHz and fan is unable to cool them properly
>> under heavy load (even if I set "level disengaged" through thinkpad fan control,
>> temperature sensor shows after a while 128 C (probably not real temp,
>> I expect some critical flag => and it properly switch off the
>> system...)
> 
> How do you control fans? I could not get anything but -EINVAL from IBM
> ACPI driver :-(.

you need add fan_control=1 to thinkpad_acpi module

http://www.thinkwiki.org/wiki/How_to_control_fan_speed
http://www.thinkwiki.org/wiki/ACPI_fan_control_script


>> (I had bad reproducer script in bisect and bisect failed, so I'll try it again,
>> but anyway, for me the bug is even in 2.6.26 tree. It never happened in 2.6.25.)
> 
> Hmmm... that's seriously strange. I definitely don't see it in
> 2.6.26. Maybe it is config dependend?! (Attaching my 2.6.27-rc2
> failing config.)

hm. strange, I'll try this config too...

Milan

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12 11:44           ` Milan Broz
@ 2008-08-12 11:55             ` Pavel Machek
  2008-08-12 14:34               ` Rafael J. Wysocki
  0 siblings, 1 reply; 34+ messages in thread
From: Pavel Machek @ 2008-08-12 11:55 UTC (permalink / raw)
  To: Milan Broz; +Cc: Andi Kleen, kernel list, ACPI mailing list

On Tue 2008-08-12 13:44:27, Milan Broz wrote:
> Pavel Machek wrote:
> > Hi!
> >>> On Tue, Aug 12, 2008 at 11:41:35AM +0200, Pavel Machek wrote:
> >>>>>> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> >>>>>> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> >>>>>> shutting down.
> >>>>>> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> >>>>>>
> >>>>>> ...and machine went down at that point :-(.
> >>>>> I hope you can easily reproduce it?
> >>>>>
> >>>>> So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
> >>>> Yes, I'm very sure. It makes machine basically unusable.
> >>> Does this mean you can easily reproduce it?  
> >>> Please do a bisect then. 
> >>>
> >>>> Not that one :-(. Thinkpad does not even have fan device: it is
> >>>> controlled by hardware.
> >> Hi,
> >> I see exactly the same on my x60s, but during upgrade to 2.6.26.2.
> > 
> > Are you sure?
> 
> yes. maybe some userspace tool controlling frequency is involved, no idea yet.
> But it is 2.6.26 tree for sure.

So it definitely is in 2.6.26.2, and it definitely is in 2.6.26?

...because I'm using 2.6.26, and see nothing..

> >> Now, the CPU cores remains on 1.67GHz and fan is unable to cool them properly
> >> under heavy load (even if I set "level disengaged" through thinkpad fan control,
> >> temperature sensor shows after a while 128 C (probably not real temp,
> >> I expect some critical flag => and it properly switch off the
> >> system...)
> > 
> > How do you control fans? I could not get anything but -EINVAL from IBM
> > ACPI driver :-(.
> 
> you need add fan_control=1 to thinkpad_acpi module
> 
> http://www.thinkwiki.org/wiki/How_to_control_fan_speed
> http://www.thinkwiki.org/wiki/ACPI_fan_control_script

Thanks for pointers!

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12 11:55             ` Pavel Machek
@ 2008-08-12 14:34               ` Rafael J. Wysocki
  2008-08-12 14:57                 ` 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected) Milan Broz
  2008-08-12 15:32                 ` 2.6.27-rc1: critical thermal shutdown on thinkpad x60 Matthew Garrett
  0 siblings, 2 replies; 34+ messages in thread
From: Rafael J. Wysocki @ 2008-08-12 14:34 UTC (permalink / raw)
  To: Pavel Machek
  Cc: Milan Broz, Andi Kleen, kernel list, ACPI mailing list,
	Alexey Starikovskiy

On Tuesday, 12 of August 2008, Pavel Machek wrote:
> On Tue 2008-08-12 13:44:27, Milan Broz wrote:
> > Pavel Machek wrote:
> > > Hi!
> > >>> On Tue, Aug 12, 2008 at 11:41:35AM +0200, Pavel Machek wrote:
> > >>>>>> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> > >>>>>> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> > >>>>>> shutting down.
> > >>>>>> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> > >>>>>>
> > >>>>>> ...and machine went down at that point :-(.
> > >>>>> I hope you can easily reproduce it?
> > >>>>>
> > >>>>> So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
> > >>>> Yes, I'm very sure. It makes machine basically unusable.
> > >>> Does this mean you can easily reproduce it?  
> > >>> Please do a bisect then. 
> > >>>
> > >>>> Not that one :-(. Thinkpad does not even have fan device: it is
> > >>>> controlled by hardware.
> > >> Hi,
> > >> I see exactly the same on my x60s, but during upgrade to 2.6.26.2.
> > > 
> > > Are you sure?
> > 
> > yes. maybe some userspace tool controlling frequency is involved, no idea yet.
> > But it is 2.6.26 tree for sure.
> 
> So it definitely is in 2.6.26.2, and it definitely is in 2.6.26?
> 
> ...because I'm using 2.6.26, and see nothing..
> 
> > >> Now, the CPU cores remains on 1.67GHz and fan is unable to cool them properly
> > >> under heavy load (even if I set "level disengaged" through thinkpad fan control,
> > >> temperature sensor shows after a while 128 C (probably not real temp,
> > >> I expect some critical flag => and it properly switch off the
> > >> system...)
> > > 
> > > How do you control fans? I could not get anything but -EINVAL from IBM
> > > ACPI driver :-(.
> > 
> > you need add fan_control=1 to thinkpad_acpi module
> > 
> > http://www.thinkwiki.org/wiki/How_to_control_fan_speed
> > http://www.thinkwiki.org/wiki/ACPI_fan_control_script
> 
> Thanks for pointers!

Pavel, can you check if the state of the fan(s) change while the thermal trip
points are being passed?

As I said in http://bugzilla.kernel.org/show_bug.cgi?id=11281, I suspect that
this mechanism may be broken.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 14:34               ` Rafael J. Wysocki
@ 2008-08-12 14:57                 ` Milan Broz
  2008-08-12 15:48                   ` Milan Broz
  2008-08-13  7:39                   ` Pavel Machek
  2008-08-12 15:32                 ` 2.6.27-rc1: critical thermal shutdown on thinkpad x60 Matthew Garrett
  1 sibling, 2 replies; 34+ messages in thread
From: Milan Broz @ 2008-08-12 14:57 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Pavel Machek, Andi Kleen, kernel list, ACPI mailing list,
	Alexey Starikovskiy, Thomas Renninger

Rafael J. Wysocki wrote:
> On Tuesday, 12 of August 2008, Pavel Machek wrote:
>> On Tue 2008-08-12 13:44:27, Milan Broz wrote:
>>> Pavel Machek wrote:
>>>> Hi!
>>>>>> On Tue, Aug 12, 2008 at 11:41:35AM +0200, Pavel Machek wrote:
>>>>>>>>> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
>>>>>>>>> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
>>>>>>>>> shutting down.
>>>>>>>>> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
>>>>>>>>>
>>>>>>>>> ...and machine went down at that point :-(.
>>>>>>>> I hope you can easily reproduce it?
>>>>>>>>
>>>>>>>> So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
>>>>>>> Yes, I'm very sure. It makes machine basically unusable.
>>>>>> Does this mean you can easily reproduce it?  
>>>>>> Please do a bisect then. 
>>>>>>
>>>>>>> Not that one :-(. Thinkpad does not even have fan device: it is
>>>>>>> controlled by hardware.
>>>>> Hi,
>>>>> I see exactly the same on my x60s, but during upgrade to 2.6.26.2.
>>>> Are you sure?
>>> yes. maybe some userspace tool controlling frequency is involved, no idea yet.
>>> But it is 2.6.26 tree for sure.
>> So it definitely is in 2.6.26.2, and it definitely is in 2.6.26?


The bug is _not_ in 2.6.26, it was introduced in 2.6.26.1.

The problem is, that now the CPU frequency doesn't decrease at some
temperature level and fan is unable to cool it properly.

bisect on 2.6.26.y tree finished in this patch:
(I expect similar patch in 2.6.27-rc)

commit 04f496871e8af87a1e40c504371a206fd7389193
Author: Thomas Renninger <trenn@suse.de>
Date:   Wed Jul 30 18:20:10 2008 +0000

    cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already

    commit a1531acd43310a7e4571d52e8846640667f4c74b upstream

    Ingo Molnar provided a fix to not call _PPC at processor driver
    initialization time in "[PATCH] ACPI: fix cpufreq regression" (git
    commit e4233dec749a3519069d9390561b5636a75c7579)

    But it can still happen that _PPC is called at processor driver
    initialization time.

    This patch should make sure that this is not possible anymore.



That seems strange to me... please could anyone verify that it 
on some other x60?

Milan

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12 14:34               ` Rafael J. Wysocki
  2008-08-12 14:57                 ` 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected) Milan Broz
@ 2008-08-12 15:32                 ` Matthew Garrett
  2008-08-12 19:57                   ` Rafael J. Wysocki
  1 sibling, 1 reply; 34+ messages in thread
From: Matthew Garrett @ 2008-08-12 15:32 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Pavel Machek, Milan Broz, Andi Kleen, kernel list,
	ACPI mailing list, Alexey Starikovskiy

On Tue, Aug 12, 2008 at 04:34:33PM +0200, Rafael J. Wysocki wrote:

> Pavel, can you check if the state of the fan(s) change while the thermal trip
> points are being passed?

Thinkpads don't expose fans as ACPI devices, so there's no active trip 
points.
-- 
Matthew Garrett | mjg59@srcf.ucam.org

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 14:57                 ` 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected) Milan Broz
@ 2008-08-12 15:48                   ` Milan Broz
  2008-08-12 16:01                     ` 2.6.27-rc1 and 2.6.26.1: " Thomas Renninger
                                       ` (3 more replies)
  2008-08-13  7:39                   ` Pavel Machek
  1 sibling, 4 replies; 34+ messages in thread
From: Milan Broz @ 2008-08-12 15:48 UTC (permalink / raw)
  To: Rafael J. Wysocki
  Cc: Pavel Machek, Andi Kleen, kernel list, ACPI mailing list,
	Alexey Starikovskiy, Thomas Renninger


>>>> yes. maybe some userspace tool controlling frequency is involved, no idea yet.
>>>> But it is 2.6.26 tree for sure.
>>>>         
>>> So it definitely is in 2.6.26.2, and it definitely is in 2.6.26?
>>>       
>
>
> The bug is _not_ in 2.6.26, it was introduced in 2.6.26.1.
>
> The problem is, that now the CPU frequency doesn't decrease at some
> temperature level and fan is unable to cool it properly.
>
> bisect on 2.6.26.y tree finished in this patch:
> (I expect similar patch in 2.6.27-rc)
>
> commit 04f496871e8af87a1e40c504371a206fd7389193
> Author: Thomas Renninger <trenn@suse.de>
> Date:   Wed Jul 30 18:20:10 2008 +0000
>
>   
and this seems to fix it for me:
--

Do not use unsigned int if there is test for negative number...

See drivers/acpi/processor_perflib.c
  static unsigned int ignore_ppc = -1;
...
  if (event == CPUFREQ_START && ignore_ppc <= 0) {
       ignore_ppc = 0;
...

Signed-off-by: Milan Broz <mbroz@redhat.com>
---
 drivers/acpi/processor_perflib.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Index: linux-2.6.26.y/drivers/acpi/processor_perflib.c
===================================================================
--- linux-2.6.26.y.orig/drivers/acpi/processor_perflib.c	2008-08-12 17:20:07.000000000 +0200
+++ linux-2.6.26.y/drivers/acpi/processor_perflib.c	2008-08-12 17:35:53.000000000 +0200
@@ -70,7 +70,7 @@ static DEFINE_MUTEX(performance_mutex);
  *  0 -> cpufreq low level drivers initialized -> consider _PPC values
  *  1 -> ignore _PPC totally -> forced by user through boot param
  */
-static unsigned int ignore_ppc = -1;
+static int ignore_ppc = -1;
 module_param(ignore_ppc, uint, 0644);
 MODULE_PARM_DESC(ignore_ppc, "If the frequency of your machine gets wrongly" \
 		 "limited by BIOS, this should help");



^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1 and 2.6.26.1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 15:48                   ` Milan Broz
@ 2008-08-12 16:01                     ` Thomas Renninger
  2008-08-13  7:08                       ` Pavel Machek
  2008-08-12 16:28                     ` 2.6.27-rc1: " Andi Kleen
                                       ` (2 subsequent siblings)
  3 siblings, 1 reply; 34+ messages in thread
From: Thomas Renninger @ 2008-08-12 16:01 UTC (permalink / raw)
  To: Milan Broz
  Cc: Rafael J. Wysocki, Pavel Machek, Andi Kleen, kernel list,
	ACPI mailing list, Alexey Starikovskiy, Greg Kroah-Hartman,
	stable

On Tuesday 12 August 2008 17:48:27 Milan Broz wrote:
> >>>> yes. maybe some userspace tool controlling frequency is involved, no
> >>>> idea yet. But it is 2.6.26 tree for sure.
> >>>
> >>> So it definitely is in 2.6.26.2, and it definitely is in 2.6.26?
> >
> > The bug is _not_ in 2.6.26, it was introduced in 2.6.26.1.
> >
> > The problem is, that now the CPU frequency doesn't decrease at some
> > temperature level and fan is unable to cool it properly.
Hmm, the machine should still not shut down. We need the virtual
passive trip point...
> >
> > bisect on 2.6.26.y tree finished in this patch:
> > (I expect similar patch in 2.6.27-rc)
> >
> > commit 04f496871e8af87a1e40c504371a206fd7389193
> > Author: Thomas Renninger <trenn@suse.de>
> > Date:   Wed Jul 30 18:20:10 2008 +0000
>
> and this seems to fix it for me:
> --
>
> Do not use unsigned int if there is test for negative number...
>
> See drivers/acpi/processor_perflib.c
>   static unsigned int ignore_ppc = -1;
> ...
>   if (event == CPUFREQ_START && ignore_ppc <= 0) {
>        ignore_ppc = 0;
> ...
>
> Signed-off-by: Milan Broz <mbroz@redhat.com>
> ---
>  drivers/acpi/processor_perflib.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> Index: linux-2.6.26.y/drivers/acpi/processor_perflib.c
> ===================================================================
> --- linux-2.6.26.y.orig/drivers/acpi/processor_perflib.c	2008-08-12
> 17:20:07.000000000 +0200 +++
> linux-2.6.26.y/drivers/acpi/processor_perflib.c	2008-08-12
> 17:35:53.000000000 +0200 @@ -70,7 +70,7 @@ static
> DEFINE_MUTEX(performance_mutex);
>   *  0 -> cpufreq low level drivers initialized -> consider _PPC values
>   *  1 -> ignore _PPC totally -> forced by user through boot param
>   */
> -static unsigned int ignore_ppc = -1;
> +static int ignore_ppc = -1;
Ohh dear..., what kind of obvious bug have I introduced.

Thanks a lot!

         Thomas

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 15:48                   ` Milan Broz
  2008-08-12 16:01                     ` 2.6.27-rc1 and 2.6.26.1: " Thomas Renninger
@ 2008-08-12 16:28                     ` Andi Kleen
  2008-08-12 18:30                     ` Dominik Brodowski
  2008-08-13  7:39                     ` Pavel Machek
  3 siblings, 0 replies; 34+ messages in thread
From: Andi Kleen @ 2008-08-12 16:28 UTC (permalink / raw)
  To: Milan Broz
  Cc: Rafael J. Wysocki, Pavel Machek, Andi Kleen, kernel list,
	ACPI mailing list, Alexey Starikovskiy, Thomas Renninger

> and this seems to fix it for me:

Great. Thanks for the patch. I wonder why gcc didn't warn about this.

-Andi


^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 15:48                   ` Milan Broz
  2008-08-12 16:01                     ` 2.6.27-rc1 and 2.6.26.1: " Thomas Renninger
  2008-08-12 16:28                     ` 2.6.27-rc1: " Andi Kleen
@ 2008-08-12 18:30                     ` Dominik Brodowski
  2008-08-12 18:59                       ` Andi Kleen
  2008-08-13  7:39                     ` Pavel Machek
  3 siblings, 1 reply; 34+ messages in thread
From: Dominik Brodowski @ 2008-08-12 18:30 UTC (permalink / raw)
  To: Milan Broz
  Cc: Rafael J. Wysocki, Pavel Machek, Andi Kleen, kernel list,
	ACPI mailing list, Alexey Starikovskiy, Thomas Renninger

Hi,

On Tue, Aug 12, 2008 at 05:48:27PM +0200, Milan Broz wrote:
> -static unsigned int ignore_ppc = -1;
> +static int ignore_ppc = -1;
>  module_param(ignore_ppc, uint, 0644);
			    ^^^^
follow-up change?

Best,
	Dominik

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 18:30                     ` Dominik Brodowski
@ 2008-08-12 18:59                       ` Andi Kleen
  2008-08-12 19:56                         ` Rafael J. Wysocki
                                           ` (2 more replies)
  0 siblings, 3 replies; 34+ messages in thread
From: Andi Kleen @ 2008-08-12 18:59 UTC (permalink / raw)
  To: Dominik Brodowski, Milan Broz, Rafael J. Wysocki, Pavel Machek,
	Andi Kleen, kern

On Tue, Aug 12, 2008 at 08:30:04PM +0200, Dominik Brodowski wrote:
> Hi,
> 
> On Tue, Aug 12, 2008 at 05:48:27PM +0200, Milan Broz wrote:
> > -static unsigned int ignore_ppc = -1;
> > +static int ignore_ppc = -1;
> >  module_param(ignore_ppc, uint, 0644);
> 			    ^^^^
> follow-up change?

I'll fix it in the patch, thanks.

-Andi

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 18:59                       ` Andi Kleen
@ 2008-08-12 19:56                         ` Rafael J. Wysocki
  2008-08-13 10:39                         ` Milan Broz
  2008-08-14 13:56                         ` Milan Broz
  2 siblings, 0 replies; 34+ messages in thread
From: Rafael J. Wysocki @ 2008-08-12 19:56 UTC (permalink / raw)
  To: Andi Kleen
  Cc: Dominik Brodowski, Milan Broz, Pavel Machek, kernel list,
	ACPI mailing list, Alexey Starikovskiy, Thomas Renninger

On Tuesday, 12 of August 2008, Andi Kleen wrote:
> On Tue, Aug 12, 2008 at 08:30:04PM +0200, Dominik Brodowski wrote:
> > Hi,
> > 
> > On Tue, Aug 12, 2008 at 05:48:27PM +0200, Milan Broz wrote:
> > > -static unsigned int ignore_ppc = -1;
> > > +static int ignore_ppc = -1;
> > >  module_param(ignore_ppc, uint, 0644);
> > 			    ^^^^
> > follow-up change?
> 
> I'll fix it in the patch, thanks.

Is the complete patch available anywhere?  I need a link to it for the list of
regressions.

Thanks,
Rafael

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12 15:32                 ` 2.6.27-rc1: critical thermal shutdown on thinkpad x60 Matthew Garrett
@ 2008-08-12 19:57                   ` Rafael J. Wysocki
  0 siblings, 0 replies; 34+ messages in thread
From: Rafael J. Wysocki @ 2008-08-12 19:57 UTC (permalink / raw)
  To: Matthew Garrett
  Cc: Pavel Machek, Milan Broz, Andi Kleen, kernel list,
	ACPI mailing list, Alexey Starikovskiy

On Tuesday, 12 of August 2008, Matthew Garrett wrote:
> On Tue, Aug 12, 2008 at 04:34:33PM +0200, Rafael J. Wysocki wrote:
> 
> > Pavel, can you check if the state of the fan(s) change while the thermal trip
> > points are being passed?
> 
> Thinkpads don't expose fans as ACPI devices, so there's no active trip 
> points.

I didn't know that, sorry.

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12  9:41   ` Pavel Machek
  2008-08-12 10:54     ` Andi Kleen
@ 2008-08-13  0:55     ` Zhang Rui
  1 sibling, 0 replies; 34+ messages in thread
From: Zhang Rui @ 2008-08-13  0:55 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Andi Kleen, kernel list, ACPI mailing list

On Tue, 2008-08-12 at 11:41 +0200, Pavel Machek wrote:
> Hi!
> 
> > > Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> > > Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> > > shutting down.
> > > Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> > >
> > > ...and machine went down at that point :-(.
> > 
> > I hope you can easily reproduce it?
> > 
> > So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
> 
> Yes, I'm very sure. It makes machine basically unusable.
> 
> > double check that? Are there are new warnings in the boot logs
> > from ACPI compared to .26?
> 
> Will take a look.... ... I don't see anything obvious, diff is below.
> 
> > I looked through the pile of patches that went in for ACPI and the 
> > only candidate that might have imho caused this would be 
> > ea51011a27db48ea0a80a5e20de3969b292d5d4d. Can you please 
> > try reverting that. If that doesn't help a full bisect will be needed.
> 
> Not that one :-(. Thinkpad does not even have fan device: it is
> controlled by hardware.
> 									Pavel
> 
> --- /tmp/dmesg.26	2008-08-12 11:38:44.000000000 +0200
> +++ /tmp/dmesg.rc2	2008-08-12 11:15:44.000000000 +0200
> @@ -1,4 +1,4 @@
> -Linux version 2.6.26 (pavel@amd) (gcc version 4.1.3 20071209 (prerelease) (Debian 4.1.2-18)) #313 SMP Mon Jul 14 08:33:14 CEST 2008
> +Linux version 2.6.27-rc2 (pavel@amd) (gcc version 4.1.3 20071209 (prerelease) (Debian 4.1.2-18)) #322 SMP Thu Aug 7 11:58:09 CEST 2008
>  PAT disabled. Not yet verified on this CPU type.
>  BIOS-provided physical RAM map:
>   BIOS-e820: 0000000000000000 - 000000000009f000 (usable)
> @@ -16,31 +16,13 @@
>   BIOS-e820: 00000000fed1c000 - 00000000fed90000 (reserved)
>   BIOS-e820: 00000000fee00000 - 00000000fee01000 (reserved)
>   BIOS-e820: 00000000ff800000 - 0000000100000000 (reserved)
> -1142MB HIGHMEM available.
> -896MB LOWMEM available.
> -found SMP MP-table at [c00f67f0] 000f67f0
> -Entering add_active_range(0, 0, 521936) 0 entries of 256 used
> -Zone PFN ranges:
> -  DMA             0 ->     4096
> -  Normal       4096 ->   229376
> -  HighMem    229376 ->   521936
> -Movable zone start PFN for each node
> -early_node_map[1] active PFN ranges
> -    0:        0 ->   521936
> -On node 0 totalpages: 521936
> -  DMA zone: 32 pages used for memmap
> -  DMA zone: 0 pages reserved
> -  DMA zone: 4064 pages, LIFO batch:0
> -  Normal zone: 1760 pages used for memmap
> -  Normal zone: 223520 pages, LIFO batch:31
> -  HighMem zone: 2286 pages used for memmap
> -  HighMem zone: 290274 pages, LIFO batch:31
> -  Movable zone: 0 pages used for memmap
> +last_pfn = 0x7f6d0 max_arch_pfn = 0x100000
> +kernel direct mapping tables up to 38000000 @ 7000-c000
>  DMI present.
>  ACPI: RSDP 000F67C0, 0024 (r2 LENOVO)
>  ACPI: XSDT 7F6D191C, 0084 (r1 LENOVO TP-7B        2140  LTP        0)
>  ACPI: FACP 7F6D1A00, 00F4 (r3 LENOVO TP-7B        2140 LNVO        1)
> -ACPI Warning (tbfadt-0442): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20080321]
> +ACPI Warning (tbfadt-0442): Optional field "Gpe1Block" has zero address or length: 000000000000102C/0 [20080609]
>  ACPI: DSDT 7F6D1D90, CFB9 (r1 LENOVO TP-7B        2140 MSFT  100000E)
>  ACPI: FACS 7F6F4000, 0040
>  ACPI: SSDT 7F6D1BB4, 01DC (r1 LENOVO TP-7B        2140 MSFT  100000E)
> @@ -54,6 +36,37 @@
>  ACPI: SSDT 7F6F28A4, 00A6 (r1 LENOVO TP-7B        2140 INTL 20050513)
>  ACPI: SSDT 7F6F294A, 04F7 (r1 LENOVO TP-7B        2140 INTL 20050513)
>  ACPI: SSDT 7F6F2E41, 01D8 (r1 LENOVO TP-7B        2140 INTL 20050513)
> +1142MB HIGHMEM available.
> +896MB LOWMEM available.
> +  mapped low ram: 0 - 38000000
> +  low ram: 00000000 - 38000000
> +  bootmap 00008000 - 0000f000
> +(8 early reservations) ==> bootmem [0000000000 - 0038000000]
> +  #0 [0000000000 - 0000001000]   BIOS data page ==> [0000000000 - 0000001000]
> +  #1 [0000001000 - 0000002000]    EX TRAMPOLINE ==> [0000001000 - 0000002000]
> +  #2 [0000006000 - 0000007000]       TRAMPOLINE ==> [0000006000 - 0000007000]
> +  #3 [0000200000 - 0000c07128]    TEXT DATA BSS ==> [0000200000 - 0000c07128]
> +  #4 [0000c08000 - 0000c1d000]    INIT_PG_TABLE ==> [0000c08000 - 0000c1d000]
> +  #5 [000009f000 - 0000100000]    BIOS reserved ==> [000009f000 - 0000100000]
> +  #6 [0000007000 - 0000008000]          PGTABLE ==> [0000007000 - 0000008000]
> +  #7 [0000008000 - 000000f000]          BOOTMAP ==> [0000008000 - 000000f000]
> +Scan SMP from c0000000 for 1024 bytes.
> +Scan SMP from c009fc00 for 1024 bytes.
> +Scan SMP from c00f0000 for 65536 bytes.
> +found SMP MP-table at [c00f67f0] 000f67f0
> +Zone PFN ranges:
> +  DMA      0x00000000 -> 0x00001000
> +  Normal   0x00001000 -> 0x00038000
> +  HighMem  0x00038000 -> 0x0007f6d0
> +Movable zone start PFN for each node
> +early_node_map[2] active PFN ranges
> +    0: 0x00000000 -> 0x0000009f
> +    0: 0x00000100 -> 0x0007f6d0
> +On node 0 totalpages: 521839
> +free_area_init_node: node 0, pgdat c0942e80, node_mem_map c1001000
> +  DMA zone: 3967 pages, LIFO batch:0
> +  Normal zone: 223520 pages, LIFO batch:31
> +  HighMem zone: 290274 pages, LIFO batch:31
>  ACPI: PM-Timer IO Port: 0x1008
>  ACPI: Local APIC address 0xfee00000
>  ACPI: LAPIC (acpi_id[0x00] lapic_id[0x00] enabled)
> @@ -70,26 +83,27 @@
>  Enabling APIC mode:  Flat.  Using 1 I/O APICs
>  ACPI: HPET id: 0x8086a201 base: 0xfed00000
>  Using ACPI (MADT) for SMP configuration information
> -Allocating PCI resources starting at 88000000 (gap: 80000000:70000000)
> +SMP: Allowing 2 CPUs, 0 hotplug CPUs
> +mapped APIC to ffffb000 (fee00000)
> +mapped IOAPIC to ffffa000 (fec00000)
>  PM: Registered nosave memory: 000000000009f000 - 00000000000a0000
>  PM: Registered nosave memory: 00000000000a0000 - 00000000000d2000
>  PM: Registered nosave memory: 00000000000d2000 - 00000000000d4000
>  PM: Registered nosave memory: 00000000000d4000 - 00000000000dc000
>  PM: Registered nosave memory: 00000000000dc000 - 0000000000100000
> -SMP: Allowing 2 CPUs, 0 hotplug CPUs
> -PERCPU: Allocating 37800 bytes of per cpu data
> -NR_CPUS: 2, nr_cpu_ids: 2
> -Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517858
> +Allocating PCI resources starting at 88000000 (gap: 80000000:70000000)
> +PERCPU: Allocating 37552 bytes of per cpu data
> +NR_CPUS: 2, nr_cpu_ids: 2, nr_node_ids 1
> +Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 517761
>  Kernel command line: root=/dev/sda4 resume=/dev/sda1 psmouse.psmouse_proto=imps psmouse_proto=imps psmouse.proto=imps vga=791 init=/tmp/swsusp-init acpi_sleep=s3_bios,s3_mode no_console_suspend
>  Unknown boot option `psmouse.psmouse_proto=imps': ignoring
> -mapped APIC to ffffb000 (fee00000)
> -mapped IOAPIC to ffffa000 (fec00000)
>  Enabling fast FPU save and restore... done.
>  Enabling unmasked SIMD FPU exception support... done.
>  Initializing CPU#0
>  PID hash table entries: 4096 (order: 12, 16384 bytes)
>  Extended CMOS year: 2000
> -Detected 1828.792 MHz processor.
> +TSC calibrated against PM_TIMER
> +Detected 1828.748 MHz processor.
>  Console: colour dummy device 80x25
>  console [tty0] enabled
>  Lock dependency validator: Copyright (c) 2006 Red Hat, Inc., Ingo Molnar
> @@ -100,23 +114,23 @@
>  ... MAX_LOCKDEP_ENTRIES:     8192
>  ... MAX_LOCKDEP_CHAINS:      16384
>  ... CHAINHASH_SIZE:          8192
> - memory used by lock dependency info: 992 kB
> + memory used by lock dependency info: 1056 kB
>   per task-struct memory footprint: 1920 bytes
>  Dentry cache hash table entries: 131072 (order: 7, 524288 bytes)
>  Inode-cache hash table entries: 65536 (order: 6, 262144 bytes)
> -Memory: 2059068k/2087744k available (5320k kernel code, 27516k reserved, 2458k data, 320k init, 1170240k highmem)
> +Memory: 2058760k/2087744k available (5438k kernel code, 27692k reserved, 2511k data, 344k init, 1170240k highmem)
>  virtual kernel memory layout:
> -    fixmap  : 0xfff7f000 - 0xfffff000   ( 512 kB)
> +    fixmap  : 0xfff83000 - 0xfffff000   ( 496 kB)
>      pkmap   : 0xff800000 - 0xffc00000   (4096 kB)
>      vmalloc : 0xf8800000 - 0xff7fe000   ( 111 MB)
>      lowmem  : 0xc0000000 - 0xf8000000   ( 896 MB)
> -      .init : 0xc09a1000 - 0xc09f1000   ( 320 kB)
> -      .data : 0xc0732166 - 0xc0998a08   (2458 kB)
> -      .text : 0xc0200000 - 0xc0732166   (5320 kB)
> +      .init : 0xc09cb000 - 0xc0a21000   ( 344 kB)
> +      .data : 0xc074fbc6 - 0xc09c38f0   (2511 kB)
> +      .text : 0xc0200000 - 0xc074fbc6   (5438 kB)
>  Checking if this processor honours the WP bit even in supervisor mode...Ok.
>  CPA: page pool initialized 32 of 32 pages preallocated
>  hpet clockevent registered
> -Calibrating delay using timer specific routine.. 3662.04 BogoMIPS (lpj=7324080)
> +Calibrating delay loop (skipped), value calculated using timer frequency.. 3657.49 BogoMIPS (lpj=7314992)
>  Mount-cache hash table entries: 512
>  CPU: L1 I cache: 32K, L1 D cache: 32K
>  CPU: L2 cache: 2048K
> @@ -124,7 +138,7 @@
>  CPU: Processor Core ID: 0
>  using mwait in idle threads.
>  Checking 'hlt' instruction... OK.
> -ACPI: Core revision 20080321
> +ACPI: Core revision 20080609

that's weird.
ACPICA should be 20080609 in 2.6.26.
Pavel, can you please make a double check? :)

thanks,
rui


^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1 and 2.6.26.1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 16:01                     ` 2.6.27-rc1 and 2.6.26.1: " Thomas Renninger
@ 2008-08-13  7:08                       ` Pavel Machek
  0 siblings, 0 replies; 34+ messages in thread
From: Pavel Machek @ 2008-08-13  7:08 UTC (permalink / raw)
  To: Thomas Renninger
  Cc: Milan Broz, Rafael J. Wysocki, Andi Kleen, kernel list,
	ACPI mailing list, Alexey Starikovskiy, Greg Kroah-Hartman,
	stable

On Tue 2008-08-12 18:01:18, Thomas Renninger wrote:
> On Tuesday 12 August 2008 17:48:27 Milan Broz wrote:
> > >>>> yes. maybe some userspace tool controlling frequency is involved, no
> > >>>> idea yet. But it is 2.6.26 tree for sure.
> > >>>
> > >>> So it definitely is in 2.6.26.2, and it definitely is in 2.6.26?
> > >
> > > The bug is _not_ in 2.6.26, it was introduced in 2.6.26.1.
> > >
> > > The problem is, that now the CPU frequency doesn't decrease at some
> > > temperature level and fan is unable to cool it properly.
> Hmm, the machine should still not shut down. We need the virtual
> passive trip point...

Won't help here.

We already do have real passive trip point on the other thermal zone,
and the zone that actually forces shutdown goes 95->128C instantly
(see that DSDT). Virtual passive trip point at 115C will not help
anything.
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 14:57                 ` 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected) Milan Broz
  2008-08-12 15:48                   ` Milan Broz
@ 2008-08-13  7:39                   ` Pavel Machek
  1 sibling, 0 replies; 34+ messages in thread
From: Pavel Machek @ 2008-08-13  7:39 UTC (permalink / raw)
  To: Milan Broz
  Cc: Rafael J. Wysocki, Andi Kleen, kernel list, ACPI mailing list,
	Alexey Starikovskiy, Thomas Renninger

On Tue 2008-08-12 16:57:58, Milan Broz wrote:
> Rafael J. Wysocki wrote:
> > On Tuesday, 12 of August 2008, Pavel Machek wrote:
> >> On Tue 2008-08-12 13:44:27, Milan Broz wrote:
> >>> Pavel Machek wrote:
> >>>> Hi!
> >>>>>> On Tue, Aug 12, 2008 at 11:41:35AM +0200, Pavel Machek wrote:
> >>>>>>>>> Aug  6 11:00:10 amd kernel: ACPI: Critical trip point
> >>>>>>>>> Aug  6 11:00:10 amd kernel: Critical temperature reached (128 C),
> >>>>>>>>> shutting down.
> >>>>>>>>> Aug  6 11:00:10 amd shutdown[24414]: shutting down for system halt
> >>>>>>>>>
> >>>>>>>>> ...and machine went down at that point :-(.
> >>>>>>>> I hope you can easily reproduce it?
> >>>>>>>>
> >>>>>>>> So it's new in 2.6.27rc1 and wasn't in 2.6.26? Can you please
> >>>>>>> Yes, I'm very sure. It makes machine basically unusable.
> >>>>>> Does this mean you can easily reproduce it?  
> >>>>>> Please do a bisect then. 
> >>>>>>
> >>>>>>> Not that one :-(. Thinkpad does not even have fan device: it is
> >>>>>>> controlled by hardware.
> >>>>> Hi,
> >>>>> I see exactly the same on my x60s, but during upgrade to 2.6.26.2.
> >>>> Are you sure?
> >>> yes. maybe some userspace tool controlling frequency is involved, no idea yet.
> >>> But it is 2.6.26 tree for sure.
> >> So it definitely is in 2.6.26.2, and it definitely is in 2.6.26?
> 
> 
> The bug is _not_ in 2.6.26, it was introduced in 2.6.26.1.
> 
> The problem is, that now the CPU frequency doesn't decrease at some
> temperature level and fan is unable to cool it properly.
> 
> bisect on 2.6.26.y tree finished in this patch:
> (I expect similar patch in 2.6.27-rc)
> 
> commit 04f496871e8af87a1e40c504371a206fd7389193
> Author: Thomas Renninger <trenn@suse.de>
> Date:   Wed Jul 30 18:20:10 2008 +0000
> 
>     cpufreq acpi: only call _PPC after cpufreq ACPI init funcs got called already
> 
>     commit a1531acd43310a7e4571d52e8846640667f4c74b upstream
> 
>     Ingo Molnar provided a fix to not call _PPC at processor driver
>     initialization time in "[PATCH] ACPI: fix cpufreq regression" (git
>     commit e4233dec749a3519069d9390561b5636a75c7579)
> 
>     But it can still happen that _PPC is called at processor driver
>     initialization time.
> 
>     This patch should make sure that this is not possible anymore.
> 
> 
> 
> That seems strange to me... please could anyone verify that it 
> on some other x60?

Verified. Your patch from the next email fixes the problem here.

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 15:48                   ` Milan Broz
                                       ` (2 preceding siblings ...)
  2008-08-12 18:30                     ` Dominik Brodowski
@ 2008-08-13  7:39                     ` Pavel Machek
  3 siblings, 0 replies; 34+ messages in thread
From: Pavel Machek @ 2008-08-13  7:39 UTC (permalink / raw)
  To: Milan Broz
  Cc: Rafael J. Wysocki, Andi Kleen, kernel list, ACPI mailing list,
	Alexey Starikovskiy, Thomas Renninger

On Tue 2008-08-12 17:48:27, Milan Broz wrote:
> 
> >>>> yes. maybe some userspace tool controlling frequency is involved, no idea yet.
> >>>> But it is 2.6.26 tree for sure.
> >>>>         
> >>> So it definitely is in 2.6.26.2, and it definitely is in 2.6.26?
> >>>       
> >
> >
> > The bug is _not_ in 2.6.26, it was introduced in 2.6.26.1.
> >
> > The problem is, that now the CPU frequency doesn't decrease at some
> > temperature level and fan is unable to cool it properly.
> >
> > bisect on 2.6.26.y tree finished in this patch:
> > (I expect similar patch in 2.6.27-rc)
> >
> > commit 04f496871e8af87a1e40c504371a206fd7389193
> > Author: Thomas Renninger <trenn@suse.de>
> > Date:   Wed Jul 30 18:20:10 2008 +0000
> >
> >   
> and this seems to fix it for me:
> --
> 
> Do not use unsigned int if there is test for negative number...
> 
> See drivers/acpi/processor_perflib.c
>   static unsigned int ignore_ppc = -1;
> ...
>   if (event == CPUFREQ_START && ignore_ppc <= 0) {
>        ignore_ppc = 0;
> ...
> 
> Signed-off-by: Milan Broz <mbroz@redhat.com>

Tested-by: Pavel Machek <pavel@suse.cz>

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 18:59                       ` Andi Kleen
  2008-08-12 19:56                         ` Rafael J. Wysocki
@ 2008-08-13 10:39                         ` Milan Broz
  2008-08-14 13:56                         ` Milan Broz
  2 siblings, 0 replies; 34+ messages in thread
From: Milan Broz @ 2008-08-13 10:39 UTC (permalink / raw)
  To: Andi Kleen
  Cc: Dominik Brodowski, Rafael J. Wysocki, Pavel Machek, kernel list,
	ACPI mailing list, Alexey Starikovskiy, Thomas Renninger

Andi Kleen wrote:

> On Tue, Aug 12, 2008 at 08:30:04PM +0200, Dominik Brodowski wrote:
>   
>> Hi,
>>
>> On Tue, Aug 12, 2008 at 05:48:27PM +0200, Milan Broz wrote:
>>     
>>> -static unsigned int ignore_ppc = -1;
>>> +static int ignore_ppc = -1;
>>>  module_param(ignore_ppc, uint, 0644);
>>>       
>> 			    ^^^^
>> follow-up change?
>>     
yep, thanks.
I am running my x60s with this patch now:

--

Fix signed parameter in ACPI frequency notifier.

  static unsigned int ignore_ppc = -1;
...
       if (event == CPUFREQ_START && ignore_ppc <= 0) {
               ignore_ppc = 0;
...

Signed-off-by: Milan Broz <mbroz@redhat.com>
---
 drivers/acpi/processor_perflib.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6.26.y/drivers/acpi/processor_perflib.c
===================================================================
--- linux-2.6.26.y.orig/drivers/acpi/processor_perflib.c	2008-08-12 17:20:07.000000000 +0200
+++ linux-2.6.26.y/drivers/acpi/processor_perflib.c	2008-08-13 09:32:38.000000000 +0200
@@ -70,8 +70,8 @@ static DEFINE_MUTEX(performance_mutex);
  *  0 -> cpufreq low level drivers initialized -> consider _PPC values
  *  1 -> ignore _PPC totally -> forced by user through boot param
  */
-static unsigned int ignore_ppc = -1;
-module_param(ignore_ppc, uint, 0644);
+static int ignore_ppc = -1;
+module_param(ignore_ppc, int, 0644);
 MODULE_PARM_DESC(ignore_ppc, "If the frequency of your machine gets wrongly" \
 		 "limited by BIOS, this should help");
 



^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-12 11:26         ` Pavel Machek
  2008-08-12 11:44           ` Milan Broz
@ 2008-08-13 20:13           ` Henrique de Moraes Holschuh
  2008-08-13 20:28             ` Pavel Machek
  1 sibling, 1 reply; 34+ messages in thread
From: Henrique de Moraes Holschuh @ 2008-08-13 20:13 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Milan Broz, Andi Kleen, kernel list, ACPI mailing list

On Tue, 12 Aug 2008, Pavel Machek wrote:
> > Now, the CPU cores remains on 1.67GHz and fan is unable to cool them properly
> > under heavy load (even if I set "level disengaged" through thinkpad fan control,
> > temperature sensor shows after a while 128 C (probably not real temp,
> > I expect some critical flag => and it properly switch off the
> > system...)
> 
> How do you control fans? I could not get anything but -EINVAL from IBM
> ACPI driver :-(.

thinkpad-acpi will regard 128 and -128 as invalid sensors, because that's
how they are used in some BIOSes (and ECs).  We used to bother only with
-128, but Lenovo did something wierd in one of the EC firmwares and I had to
add +128 too.  That masks the "help, I am melting" reading.

I have noted that in my TODO, let's see if I can make that into a quirk so
that you won't get -EINVAL anymore.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-13 20:13           ` Henrique de Moraes Holschuh
@ 2008-08-13 20:28             ` Pavel Machek
  2008-08-13 20:42               ` Henrique de Moraes Holschuh
  0 siblings, 1 reply; 34+ messages in thread
From: Pavel Machek @ 2008-08-13 20:28 UTC (permalink / raw)
  To: Henrique de Moraes Holschuh
  Cc: Milan Broz, Andi Kleen, kernel list, ACPI mailing list

On Wed 2008-08-13 17:13:59, Henrique de Moraes Holschuh wrote:
> On Tue, 12 Aug 2008, Pavel Machek wrote:
> > > Now, the CPU cores remains on 1.67GHz and fan is unable to cool them properly
> > > under heavy load (even if I set "level disengaged" through thinkpad fan control,
> > > temperature sensor shows after a while 128 C (probably not real temp,
> > > I expect some critical flag => and it properly switch off the
> > > system...)
> > 
> > How do you control fans? I could not get anything but -EINVAL from IBM
> > ACPI driver :-(.
> 
> thinkpad-acpi will regard 128 and -128 as invalid sensors, because that's
> how they are used in some BIOSes (and ECs).  We used to bother only with
> -128, but Lenovo did something wierd in one of the EC firmwares and I had to
> add +128 too.  That masks the "help, I am melting" reading.

It was simpler than that. I did not pass "fan_control=1" option.

(Actually... I do not think that option is needed. If fan control is
known to work, it should be just enabled...)
									Pavel

-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-13 20:28             ` Pavel Machek
@ 2008-08-13 20:42               ` Henrique de Moraes Holschuh
  2008-08-13 20:55                 ` Pavel Machek
  0 siblings, 1 reply; 34+ messages in thread
From: Henrique de Moraes Holschuh @ 2008-08-13 20:42 UTC (permalink / raw)
  To: Pavel Machek; +Cc: Milan Broz, Andi Kleen, kernel list, ACPI mailing list

On Wed, 13 Aug 2008, Pavel Machek wrote:
> On Wed 2008-08-13 17:13:59, Henrique de Moraes Holschuh wrote:
> > On Tue, 12 Aug 2008, Pavel Machek wrote:
> > > > Now, the CPU cores remains on 1.67GHz and fan is unable to cool them properly
> > > > under heavy load (even if I set "level disengaged" through thinkpad fan control,
> > > > temperature sensor shows after a while 128 C (probably not real temp,
> > > > I expect some critical flag => and it properly switch off the
> > > > system...)
> > > 
> > > How do you control fans? I could not get anything but -EINVAL from IBM
> > > ACPI driver :-(.
> > 
> > thinkpad-acpi will regard 128 and -128 as invalid sensors, because that's
> > how they are used in some BIOSes (and ECs).  We used to bother only with
> > -128, but Lenovo did something wierd in one of the EC firmwares and I had to
> > add +128 too.  That masks the "help, I am melting" reading.
> 
> It was simpler than that. I did not pass "fan_control=1" option.
> 
> (Actually... I do not think that option is needed. If fan control is
> known to work, it should be just enabled...)

I require explicit user permission to activate knobs that are that
dangerous, and actively frowned upon by the manufacturer.

-- 
  "One disk to rule them all, One disk to find them. One disk to bring
  them all and in the darkness grind them. In the Land of Redmond
  where the shadows lie." -- The Silicon Valley Tarot
  Henrique Holschuh

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60
  2008-08-13 20:42               ` Henrique de Moraes Holschuh
@ 2008-08-13 20:55                 ` Pavel Machek
  0 siblings, 0 replies; 34+ messages in thread
From: Pavel Machek @ 2008-08-13 20:55 UTC (permalink / raw)
  To: Henrique de Moraes Holschuh
  Cc: Milan Broz, Andi Kleen, kernel list, ACPI mailing list

> > > thinkpad-acpi will regard 128 and -128 as invalid sensors, because that's
> > > how they are used in some BIOSes (and ECs).  We used to bother only with
> > > -128, but Lenovo did something wierd in one of the EC firmwares and I had to
> > > add +128 too.  That masks the "help, I am melting" reading.
> > 
> > It was simpler than that. I did not pass "fan_control=1" option.
> > 
> > (Actually... I do not think that option is needed. If fan control is
> > known to work, it should be just enabled...)
> 
> I require explicit user permission to activate knobs that are that
> dangerous, and actively frowned upon by the manufacturer.

Well, it is not more dangerous than 2.6.26.2 (will overheat your
thinkpad, causing critical shutdown). Plus, acpi fans are
controllable/overridable by default from /proc, and 'echo "level 7" >
fan' is not something you can do accidentally...
									Pavel
-- 
(english) http://www.livejournal.com/~pavelmachek
(cesky, pictures) http://atrey.karlin.mff.cuni.cz/~pavel/picture/horses/blog.html

^ permalink raw reply	[flat|nested] 34+ messages in thread

* Re: 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected)
  2008-08-12 18:59                       ` Andi Kleen
  2008-08-12 19:56                         ` Rafael J. Wysocki
  2008-08-13 10:39                         ` Milan Broz
@ 2008-08-14 13:56                         ` Milan Broz
  2 siblings, 0 replies; 34+ messages in thread
From: Milan Broz @ 2008-08-14 13:56 UTC (permalink / raw)
  To: Andi Kleen
  Cc: Dominik Brodowski, Rafael J. Wysocki, Pavel Machek, kernel list,
	ACPI mailing list, Alexey Starikovskiy, Thomas Renninger, stable

(adding cc: stable, the bug is also in 2.6.26.2)

Andi Kleen wrote:

> On Tue, Aug 12, 2008 at 08:30:04PM +0200, Dominik Brodowski wrote:
>   
>> Hi,
>>
>> On Tue, Aug 12, 2008 at 05:48:27PM +0200, Milan Broz wrote:
>>     
>>> -static unsigned int ignore_ppc = -1;
>>> +static int ignore_ppc = -1;
>>>  module_param(ignore_ppc, uint, 0644);
>>>       
>> 			    ^^^^
>> follow-up change?
>>     
yep, thanks.
I am running my x60s with this patch now:

--

Fix signed parameter in ACPI frequency notifier.

  static unsigned int ignore_ppc = -1;
...
       if (event == CPUFREQ_START && ignore_ppc <= 0) {
               ignore_ppc = 0;
...

Signed-off-by: Milan Broz <mbroz@redhat.com>
---
 drivers/acpi/processor_perflib.c |    4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Index: linux-2.6.26.y/drivers/acpi/processor_perflib.c
===================================================================
--- linux-2.6.26.y.orig/drivers/acpi/processor_perflib.c	2008-08-12 17:20:07.000000000 +0200
+++ linux-2.6.26.y/drivers/acpi/processor_perflib.c	2008-08-13 09:32:38.000000000 +0200
@@ -70,8 +70,8 @@ static DEFINE_MUTEX(performance_mutex);
  *  0 -> cpufreq low level drivers initialized -> consider _PPC values
  *  1 -> ignore _PPC totally -> forced by user through boot param
  */
-static unsigned int ignore_ppc = -1;
-module_param(ignore_ppc, uint, 0644);
+static int ignore_ppc = -1;
+module_param(ignore_ppc, int, 0644);
 MODULE_PARM_DESC(ignore_ppc, "If the frequency of your machine gets wrongly" \
 		 "limited by BIOS, this should help");
 




^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2008-08-14 14:03 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-08-06  9:02 2.6.27-rc1: critical thermal shutdown on thinkpad x60 Pavel Machek
2008-08-07  9:13 ` Pavel Machek
2008-08-07 10:38   ` Pavel Machek
2008-08-07 11:34 ` Karel Zak
2008-08-07 13:05   ` Fabio Comolli
2008-08-07 14:41     ` Yves-Alexis Perez
2008-08-07 16:01 ` Andi Kleen
2008-08-12  9:41   ` Pavel Machek
2008-08-12 10:54     ` Andi Kleen
2008-08-12 11:02       ` Pavel Machek
2008-08-12 11:07       ` Milan Broz
2008-08-12 11:26         ` Pavel Machek
2008-08-12 11:44           ` Milan Broz
2008-08-12 11:55             ` Pavel Machek
2008-08-12 14:34               ` Rafael J. Wysocki
2008-08-12 14:57                 ` 2.6.27-rc1: critical thermal shutdown on thinkpad x60 (bisected) Milan Broz
2008-08-12 15:48                   ` Milan Broz
2008-08-12 16:01                     ` 2.6.27-rc1 and 2.6.26.1: " Thomas Renninger
2008-08-13  7:08                       ` Pavel Machek
2008-08-12 16:28                     ` 2.6.27-rc1: " Andi Kleen
2008-08-12 18:30                     ` Dominik Brodowski
2008-08-12 18:59                       ` Andi Kleen
2008-08-12 19:56                         ` Rafael J. Wysocki
2008-08-13 10:39                         ` Milan Broz
2008-08-14 13:56                         ` Milan Broz
2008-08-13  7:39                     ` Pavel Machek
2008-08-13  7:39                   ` Pavel Machek
2008-08-12 15:32                 ` 2.6.27-rc1: critical thermal shutdown on thinkpad x60 Matthew Garrett
2008-08-12 19:57                   ` Rafael J. Wysocki
2008-08-13 20:13           ` Henrique de Moraes Holschuh
2008-08-13 20:28             ` Pavel Machek
2008-08-13 20:42               ` Henrique de Moraes Holschuh
2008-08-13 20:55                 ` Pavel Machek
2008-08-13  0:55     ` Zhang Rui

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).