summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichwd/ichwd.c
diff options
context:
space:
mode:
authorjfv <jfv@FreeBSD.org>2013-01-02 21:45:20 +0000
committerjfv <jfv@FreeBSD.org>2013-01-02 21:45:20 +0000
commitfae2d9b093a96b139b6e7f26427903c6a64c1874 (patch)
tree187ca181857054cd95639843413f7e045be1b6e2 /sys/dev/ichwd/ichwd.c
parent2dfa3a3e4776d64b1cf26759fdb85660d446b3ca (diff)
downloadFreeBSD-src-fae2d9b093a96b139b6e7f26427903c6a64c1874.zip
FreeBSD-src-fae2d9b093a96b139b6e7f26427903c6a64c1874.tar.gz
Add support for new Intel Lynx Point PCH - Watchdog Timer Device IDs
Diffstat (limited to 'sys/dev/ichwd/ichwd.c')
-rw-r--r--sys/dev/ichwd/ichwd.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c
index 904c44d..2a0feb0 100644
--- a/sys/dev/ichwd/ichwd.c
+++ b/sys/dev/ichwd/ichwd.c
@@ -191,6 +191,9 @@ static struct ichwd_device ichwd_devices[] = {
{ DEVICEID_PPT29, "Intel Panther Point watchdog timer", 10 },
{ DEVICEID_PPT30, "Intel Panther Point watchdog timer", 10 },
{ DEVICEID_PPT31, "Intel Panther Point watchdog timer", 10 },
+ { DEVICEID_LPT0, "Intel Lynx Point watchdog timer", 10 },
+ { DEVICEID_LPT1, "Intel Lynx Point watchdog timer", 10 },
+ { DEVICEID_LPT2, "Intel Lynx Point watchdog timer", 10 },
{ DEVICEID_DH89XXCC_LPC, "Intel DH89xxCC watchdog timer", 10 },
{ 0, NULL, 0 },
};
OpenPOWER on IntegriCloud