aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/watchdog
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/watchdog')
-rw-r--r--drivers/watchdog/iTCO_wdt.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/watchdog/iTCO_wdt.c b/drivers/watchdog/iTCO_wdt.c
index 69de8713b8e4..cdc79450538d 100644
--- a/drivers/watchdog/iTCO_wdt.c
+++ b/drivers/watchdog/iTCO_wdt.c
@@ -146,6 +146,7 @@ enum iTCO_chipsets {
146 TCO_CPT29, /* Cougar Point */ 146 TCO_CPT29, /* Cougar Point */
147 TCO_CPT30, /* Cougar Point */ 147 TCO_CPT30, /* Cougar Point */
148 TCO_CPT31, /* Cougar Point */ 148 TCO_CPT31, /* Cougar Point */
149 TCO_PBG, /* Patsburg */
149}; 150};
150 151
151static struct { 152static struct {
@@ -233,6 +234,7 @@ static struct {
233 {"Cougar Point", 2}, 234 {"Cougar Point", 2},
234 {"Cougar Point", 2}, 235 {"Cougar Point", 2},
235 {"Cougar Point", 2}, 236 {"Cougar Point", 2},
237 {"Patsburg", 2},
236 {NULL, 0} 238 {NULL, 0}
237}; 239};
238 240
@@ -348,6 +350,7 @@ static struct pci_device_id iTCO_wdt_pci_tbl[] = {
348 { ITCO_PCI_DEVICE(0x1c5d, TCO_CPT29)}, 350 { ITCO_PCI_DEVICE(0x1c5d, TCO_CPT29)},
349 { ITCO_PCI_DEVICE(0x1c5e, TCO_CPT30)}, 351 { ITCO_PCI_DEVICE(0x1c5e, TCO_CPT30)},
350 { ITCO_PCI_DEVICE(0x1c5f, TCO_CPT31)}, 352 { ITCO_PCI_DEVICE(0x1c5f, TCO_CPT31)},
353 { ITCO_PCI_DEVICE(0x1d40, TCO_PBG)},
351 { 0, }, /* End of list */ 354 { 0, }, /* End of list */
352}; 355};
353MODULE_DEVICE_TABLE(pci, iTCO_wdt_pci_tbl); 356MODULE_DEVICE_TABLE(pci, iTCO_wdt_pci_tbl);