Commit 65e31643115349fd7a81acbe75ec4a54d5df8aad

Authored by Ville Syrjala
Committed by Jeff Garzik
1 parent 9b10ae86d1

ata_piix: Add HP Compaq nc6000 to the broken poweroff list

HP Compaq nc6000 suffers from the double disk spindown issue.
Add it to the broken poweroff DMI list.

Signed-off-by: Ville Syrjala <syrjala@sci.fi>
Signed-off-by: Jeff Garzik <jgarzik@redhat.com>

Showing 1 changed file with 9 additions and 0 deletions Side-by-side Diff

drivers/ata/ata_piix.c
... ... @@ -1455,6 +1455,15 @@
1455 1455 /* PCI slot number of the controller */
1456 1456 .driver_data = (void *)0x1FUL,
1457 1457 },
  1458 + {
  1459 + .ident = "HP Compaq nc6000",
  1460 + .matches = {
  1461 + DMI_MATCH(DMI_SYS_VENDOR, "Hewlett-Packard"),
  1462 + DMI_MATCH(DMI_PRODUCT_NAME, "HP Compaq nc6000"),
  1463 + },
  1464 + /* PCI slot number of the controller */
  1465 + .driver_data = (void *)0x1FUL,
  1466 + },
1458 1467  
1459 1468 { } /* terminate list */
1460 1469 };