diff options
| author | Ed Maste <emaste@FreeBSD.org> | 2010-01-22 16:05:10 +0000 |
|---|---|---|
| committer | Ed Maste <emaste@FreeBSD.org> | 2010-01-22 16:05:10 +0000 |
| commit | b8c05be0c15daf365b4ba79009ad57554b2fb707 (patch) | |
| tree | 7d18c9c34b073325b20d75be87cc861d77509cc0 /sys/dev/ichwd | |
| parent | 9b84f07357819d3ae007af3068e2a9f6c3ee265c (diff) | |
Notes
Diffstat (limited to 'sys/dev/ichwd')
| -rw-r--r-- | sys/dev/ichwd/ichwd.c | 1 | ||||
| -rw-r--r-- | sys/dev/ichwd/ichwd.h | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c index 028c50e98420..e0aa92775b3e 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 }, }; diff --git a/sys/dev/ichwd/ichwd.h b/sys/dev/ichwd/ichwd.h index 51ed26ddfd9f..549c4c615db8 100644 --- a/sys/dev/ichwd/ichwd.h +++ b/sys/dev/ichwd/ichwd.h @@ -99,6 +99,7 @@ struct ichwd_softc { #define DEVICEID_ICH10D 0x3a1a #define DEVICEID_ICH10DO 0x3a14 #define DEVICEID_ICH10R 0x3a16 +#define DEVICEID_H55 0x3b06 /* ICH LPC Interface Bridge Registers (ICH5 and older) */ #define ICH_GEN_STA 0xd4 |
