Re: [PATCH] x86 / reboot: Blacklist Dell OptiPlex 990 known to require PCI reboot

From: bastien ROUCARIES
Date: Mon Jan 09 2012 - 15:37:17 EST


Le Wednesday 16 November 2011 00:19:51, Rafael J. Wysocki a Ãcrit :
> From: Rafael J. Wysocki <rjw@xxxxxxx>
>
> Dell OptiPlex 990 is known to require PCI reboot, so add it to the reboot
> blacklist in pci_reboot_dmi_table[].


Sorry to hi jack this thread but it seems that dell made the same crap with my precision T1600. See
http://www.centos.org/modules/newbb/print.php?form=1&topic_id=32948&forum=55&order=ASC&start=0
or
https://bugzilla.redhat.com/show_bug.cgi?id=698239

Thanks

Bastien

> Signed-off-by: Rafael J. Wysocki <rjw@xxxxxxx>
> ---
> arch/x86/kernel/reboot.c | 8 ++++++++
> 1 file changed, 8 insertions(+)
>
> Index: linux/arch/x86/kernel/reboot.c
> ===================================================================
> --- linux.orig/arch/x86/kernel/reboot.c
> +++ linux/arch/x86/kernel/reboot.c
> @@ -443,6 +443,14 @@ static struct dmi_system_id __initdata p
> DMI_MATCH(DMI_PRODUCT_NAME, "Latitude E6420"),
> },
> },
> + { /* Handle problems with rebooting on the OptiPlex 990. */
> + .callback = set_pci_reboot,
> + .ident = "Dell OptiPlex 990",
> + .matches = {
> + DMI_MATCH(DMI_SYS_VENDOR, "Dell Inc."),
> + DMI_MATCH(DMI_PRODUCT_NAME, "OptiPlex 990"),
> + },
> + },
> { }
> };
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@xxxxxxxxxxxxxxx
> More majordomo info at http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at http://www.tux.org/lkml/
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/