Hi, On Tuesday 02 February 2010 23:37:59 akpm@xxxxxxxxxxxxxxxxxxxx wrote: > From: Matthew Garrett <mjg59@xxxxxxxxxxxxx> > > The kernel has a set of blacklist entries that disable ACPI functionality > on various machines. These all seem to date from pre-git days and most > have no indication of what they were meant to fix. Let's work on the > assumption that we've fixed whatever it was that was broken before and so > remove most of the entries. > - { > - .callback = force_acpi_ht, > - .ident = "IBM eserver xSeries 330", > - .matches = { > - DMI_MATCH(DMI_BOARD_VENDOR, "IBM"), > - DMI_MATCH(DMI_BOARD_NAME, "eserver xSeries 330"), > - }, > - }, For this one I can confirm that the blacklist is not needed with latest kernel and the BIOS I use. Beside the fact that this machine did not boot correctly due to wrongly set up SCI irq since 2.6.31 (fixed via stable kernels now), the blacklist does not match for my machine at all as only "System Information" and not the "Base Board Information" used in the blacklist is filled in BIOS DMI data: System Information Manufacturer: IBM Product Name: eserver xSeries 330 -[867411X]- Base Board Information Manufacturer: IBM Product Name: Not Specified I did not test whether the BIOS is up to date, though (and won't update, sorry): Release Date: 09/20/2002 I'd also vote to remove the blacklist for ACPI test (does this branch get synced into linux-next)? Thomas -- To unsubscribe from this list: send the line "unsubscribe linux-acpi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html