summaryrefslogtreecommitdiffstats
path: root/sys/dev/ichwd/ichwd.c
diff options
context:
space:
mode:
authorremko <remko@FreeBSD.org>2010-01-24 10:50:20 +0000
committerremko <remko@FreeBSD.org>2010-01-24 10:50:20 +0000
commit0e85e3986c15c607dc194a2f9d0429d88e6ba804 (patch)
tree3682f962d9c89ca8518da25729c0eb77835d71eb /sys/dev/ichwd/ichwd.c
parent613ef8622623d2439e73e28d105485935e979d44 (diff)
downloadFreeBSD-src-0e85e3986c15c607dc194a2f9d0429d88e6ba804.zip
FreeBSD-src-0e85e3986c15c607dc194a2f9d0429d88e6ba804.tar.gz
Add support for the NM10 chipset.
PR: kern/143118 Submitted by: Koshin sumitani <ksumitani at mui dot biglobe dot ne dot jp> Approved by: imp (mentor, implicit) MFC after: 3 days
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 e0aa927..f268ef8 100644
--- a/sys/dev/ichwd/ichwd.c
+++ b/sys/dev/ichwd/ichwd.c
@@ -93,6 +93,7 @@ static struct ichwd_device ichwd_devices[] = {
{ DEVICEID_ICH7DH, "Intel ICH7DH watchdog timer", 7 },
{ DEVICEID_ICH7M, "Intel ICH7M watchdog timer", 7 },
{ DEVICEID_ICH7MDH, "Intel ICH7MDH watchdog timer", 7 },
+ { DEVICEID_NM10, "Intel NM10 watchdog timer", 7 },
{ DEVICEID_ICH8, "Intel ICH8 watchdog timer", 8 },
{ DEVICEID_ICH8DH, "Intel ICH8DH watchdog timer", 8 },
{ DEVICEID_ICH8DO, "Intel ICH8DO watchdog timer", 8 },
OpenPOWER on IntegriCloud