Re: [Ubuntu PATCH] acpi: Add IBM R60E laptop to proc-idle blacklist

2006-06-20 Thread Randy Dunlap
Matthew Garrett wrote: > On Mon, Jun 19, 2006 at 08:33:33PM -0700, Andrew Morton wrote: >>> + { set_max_cstate, "IBM ThinkPad R40e", { >>> + DMI_MATCH(DMI_BIOS_VENDOR, "IBM"), >>> + DMI_MATCH(DMI_BIOS_VERSION, "1SET70WW") }, (void*)1}, > >> It seems that every R40e in the world is in tha

Re: [Ubuntu PATCH] acpi: Add IBM R60E laptop to proc-idle blacklist

2006-06-20 Thread Matthew Garrett
On Mon, Jun 19, 2006 at 08:33:33PM -0700, Andrew Morton wrote: > > + { set_max_cstate, "IBM ThinkPad R40e", { > > + DMI_MATCH(DMI_BIOS_VENDOR, "IBM"), > > + DMI_MATCH(DMI_BIOS_VERSION, "1SET70WW") }, (void*)1}, > It seems that every R40e in the world is in that table. > > Can/should we

Re: [Ubuntu PATCH] acpi: Add IBM R60E laptop to proc-idle blacklist

2006-06-20 Thread Matthew Garrett
On Mon, Jun 19, 2006 at 08:51:09PM -0700, Ben Pfaff wrote: > The email says R60e. > The string says R40e. > Which is correct? The string is correct. There is no R60e, to the best of my knowledge. -- Matthew Garrett | [EMAIL PROTECTED] - To unsubscribe from this list: send the line "unsubscribe

Re: [Ubuntu PATCH] acpi: Add IBM R60E laptop to proc-idle blacklist

2006-06-19 Thread Randy.Dunlap
On Mon, 19 Jun 2006 20:51:09 -0700 Ben Pfaff wrote: > Andrew Morton <[EMAIL PROTECTED]> writes: > > > On Thu, 15 Jun 2006 13:00:43 -0700 > > Randy Dunlap <[EMAIL PROTECTED]> wrote: > > > >> [UBUNTU:acpi] Add IBM R60E laptop to proc-idle blacklist. > > >> + { set_max_cstate, "IBM ThinkPad R40e",

Re: [Ubuntu PATCH] acpi: Add IBM R60E laptop to proc-idle blacklist

2006-06-19 Thread Ben Pfaff
Andrew Morton <[EMAIL PROTECTED]> writes: > On Thu, 15 Jun 2006 13:00:43 -0700 > Randy Dunlap <[EMAIL PROTECTED]> wrote: > >> [UBUNTU:acpi] Add IBM R60E laptop to proc-idle blacklist. >> +{ set_max_cstate, "IBM ThinkPad R40e", { >> + DMI_MATCH(DMI_BIOS_VENDOR, "IBM"), >> + DMI_MATCH

Re: [Ubuntu PATCH] acpi: Add IBM R60E laptop to proc-idle blacklist

2006-06-19 Thread Andrew Morton
On Thu, 15 Jun 2006 13:00:43 -0700 Randy Dunlap <[EMAIL PROTECTED]> wrote: > [UBUNTU:acpi] Add IBM R60E laptop to proc-idle blacklist. > > Reference: > https://launchpad.net/distros/ubuntu/+source/linux-source-2.6.15/+bug/38228 > http://www.kernel.org/git/?p=linux/kernel/git/bcollins/ubuntu-dapp