On Tuesday 19 May 2009, Ville Syrjala wrote: > HP Compaq nc6000 suffers from the double disk spindown issue. > Add it to the broken poweroff DMI list. Patch looks good to me FWIW. > Signed-off-by: Ville Syrjala <syrjala@xxxxxx> > --- > drivers/ata/ata_piix.c | 9 +++++++++ > 1 files changed, 9 insertions(+), 0 deletions(-) > > diff --git a/drivers/ata/ata_piix.c b/drivers/ata/ata_piix.c > index d51a17c..1aeb708 100644 > --- a/drivers/ata/ata_piix.c > +++ b/drivers/ata/ata_piix.c > @@ -1455,6 +1455,15 @@ static bool piix_broken_system_poweroff(struct pci_dev *pdev) > /* PCI slot number of the controller */ > .driver_data = (void *)0x1FUL, > }, > + { > + .ident = "HP Compaq nc6000", > + .matches = { > + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"), > + DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq nc6000"), > + }, > + /* PCI slot number of the controller */ > + .driver_data = (void *)0x1FUL, > + }, > > { } /* terminate list */ > }; -- To unsubscribe from this list: send the line "unsubscribe linux-ide" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html