watchdog/hpwdt: New PCI IDs
[sfrench/cifs-2.6.git] / drivers / watchdog / hpwdt.c
index 22ddba3802ef6c9251f46f7d27936cd8db91c7fb..a5006a58e0dbb680167197c0c9466e6982dc9c2e 100644 (file)
@@ -45,6 +45,7 @@ static unsigned long __iomem *hpwdt_timer_con;
 static const struct pci_device_id hpwdt_devices[] = {
        { PCI_DEVICE(PCI_VENDOR_ID_COMPAQ, 0xB203) },   /* iLO2 */
        { PCI_DEVICE(PCI_VENDOR_ID_HP, 0x3306) },       /* iLO3 */
+       { PCI_DEVICE(PCI_VENDOR_ID_HP_3PAR, 0x0389) },  /* PCtrl */
        {0},                    /* terminate list */
 };
 MODULE_DEVICE_TABLE(pci, hpwdt_devices);