summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichwd/ichwd.c
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2008-01-07 09:46:39 +0000
committerdes <des@FreeBSD.org>2008-01-07 09:46:39 +0000
commitafaca86ae7e778db2fb82ce424558268e399d001 (patch)
treee6ee7d60fff493e28d79e13f7a1d3dc48cfec521 /sys/dev/ichwd/ichwd.c
parentf72a9fc16149c32f9e0b51831bd15f58216f3ee4 (diff)
downloadFreeBSD-src-afaca86ae7e778db2fb82ce424558268e399d001.zip
FreeBSD-src-afaca86ae7e778db2fb82ce424558268e399d001.tar.gz
Add support for ICH8M.
PR: kern/119351 Submitted by: Takeharu KATO <takeharu1219@ybb.ne.jp> MFC after: 1 week
Diffstat (limited to 'sys/dev/ichwd/ichwd.c')
-rw-r--r--sys/dev/ichwd/ichwd.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c
index 8d2d7d5..38f9d55 100644
--- a/sys/dev/ichwd/ichwd.c
+++ b/sys/dev/ichwd/ichwd.c
@@ -93,6 +93,7 @@ static struct ichwd_device ichwd_devices[] = {
{ DEVICEID_ICH8, "Intel ICH8 watchdog timer", 8 },
{ DEVICEID_ICH8DH, "Intel ICH8DH watchdog timer", 8 },
{ DEVICEID_ICH8DO, "Intel ICH8DO watchdog timer", 8 },
+ { DEVICEID_ICH8M, "Intel ICH8M watchdog timer", 8 },
{ DEVICEID_63XXESB, "Intel 63XXESB watchdog timer", 8 },
{ DEVICEID_ICH9, "Intel ICH9 watchdog timer", 9 },
{ DEVICEID_ICH9R, "Intel ICH9R watchdog timer", 9 },
OpenPOWER on IntegriCloud