diff options
author | emaste <emaste@FreeBSD.org> | 2010-01-22 16:05:10 +0000 |
---|---|---|
committer | emaste <emaste@FreeBSD.org> | 2010-01-22 16:05:10 +0000 |
commit | f907bb85100c4acac04705abd5dba080f858fffb (patch) | |
tree | 7d18c9c34b073325b20d75be87cc861d77509cc0 /sys/dev/ichwd/ichwd.c | |
parent | 3fd28198182dca18f62ac1e2ffad3502926699a3 (diff) | |
download | FreeBSD-src-f907bb85100c4acac04705abd5dba080f858fffb.zip FreeBSD-src-f907bb85100c4acac04705abd5dba080f858fffb.tar.gz |
Add H55 ID from Mike Tancsa, with minor rewording from avg@.
PR: kern/143068
Submitted by: Mike Tancsa (Sentex)
MFC after: 1 week
Diffstat (limited to 'sys/dev/ichwd/ichwd.c')
-rw-r--r-- | sys/dev/ichwd/ichwd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 028c50e..e0aa927 100644 --- a/sys/dev/ichwd/ichwd.c +++ b/sys/dev/ichwd/ichwd.c @@ -109,6 +109,7 @@ static struct ichwd_device ichwd_devices[] = { { DEVICEID_ICH10D, "Intel ICH10D watchdog timer", 10 }, { DEVICEID_ICH10DO, "Intel ICH10DO watchdog timer", 10 }, { DEVICEID_ICH10R, "Intel ICH10R watchdog timer", 10 }, + { DEVICEID_H55, "Intel H55 watchdog timer", 10 }, { 0, NULL, 0 }, }; |