aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ichwd
diff options
context:
space:
mode:
authorJack F Vogel <jfv@FreeBSD.org>2013-07-19 21:37:40 +0000
committerJack F Vogel <jfv@FreeBSD.org>2013-07-19 21:37:40 +0000
commit428e286da31ec38f26cac2c57f6b772fb4a010c1 (patch)
treeaba92099dfdc8e89a66313b2b46dc4a48ef6b205 /sys/dev/ichwd
parent2fb37e8f1a08e8aff27062e768c5ada5dbdb1559 (diff)
Notes
Diffstat (limited to 'sys/dev/ichwd')
-rw-r--r--sys/dev/ichwd/ichwd.c1
-rw-r--r--sys/dev/ichwd/ichwd.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c
index 245cfbf5e9b6..f28f5e04f6b3 100644
--- a/sys/dev/ichwd/ichwd.c
+++ b/sys/dev/ichwd/ichwd.c
@@ -195,6 +195,7 @@ static struct ichwd_device ichwd_devices[] = {
{ DEVICEID_LPT1, "Intel Lynx Point watchdog timer", 10 },
{ DEVICEID_LPT2, "Intel Lynx Point watchdog timer", 10 },
{ DEVICEID_DH89XXCC_LPC, "Intel DH89xxCC watchdog timer", 10 },
+ { DEVICEID_COLETOCRK_LPC, "Intel Coleto Creek watchdog timer", 10 },
{ 0, NULL, 0 },
};
diff --git a/sys/dev/ichwd/ichwd.h b/sys/dev/ichwd/ichwd.h
index 858e3bc24edf..6f0c7173efd7 100644
--- a/sys/dev/ichwd/ichwd.h
+++ b/sys/dev/ichwd/ichwd.h
@@ -126,6 +126,7 @@ struct ichwd_softc {
#define DEVICEID_PPT30 0x1e5e
#define DEVICEID_PPT31 0x1e5f
#define DEVICEID_DH89XXCC_LPC 0x2310
+#define DEVICEID_COLETOCRK_LPC 0x2390
#define DEVICEID_82801AA 0x2410
#define DEVICEID_82801AB 0x2420
#define DEVICEID_82801BA 0x2440