aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/char/watchdog/i8xx_tco.c
diff options
context:
space:
mode:
authorPeter Lundkvist <p.lundkvist@telia.com>2005-05-16 21:53:12 -0700
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-05-17 07:59:11 -0700
commita123edab03ac39e08c2f9cb4fc1af07e099c68bc (patch)
tree0a6c52add7ac609fd40014888c77f1851d9ab4ee /drivers/char/watchdog/i8xx_tco.c
parent[PATCH] ide proc destroy error (diff)
downloadlinux-dev-a123edab03ac39e08c2f9cb4fc1af07e099c68bc.tar.xz
linux-dev-a123edab03ac39e08c2f9cb4fc1af07e099c68bc.zip
[PATCH] Intel 6300ESB TCO timer support
Additional i8xx_tco device support. Cc: David Hardeman <david@2gen.com> Cc: <wim@iguana.be> Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to '')
-rw-r--r--drivers/char/watchdog/i8xx_tco.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/char/watchdog/i8xx_tco.c b/drivers/char/watchdog/i8xx_tco.c
index c337978dc966..b14d642439ed 100644
--- a/drivers/char/watchdog/i8xx_tco.c
+++ b/drivers/char/watchdog/i8xx_tco.c
@@ -382,6 +382,7 @@ static struct pci_device_id i8xx_tco_pci_tbl[] = {
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH6_2, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7_0, PCI_ANY_ID, PCI_ANY_ID, },
{ PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ICH7_1, PCI_ANY_ID, PCI_ANY_ID, },
+ { PCI_VENDOR_ID_INTEL, PCI_DEVICE_ID_INTEL_ESB_1, PCI_ANY_ID, PCI_ANY_ID, },
{ 0, }, /* End of list */
};
MODULE_DEVICE_TABLE (pci, i8xx_tco_pci_tbl);