Add support for ICH8M.

PR:		kern/119351
Submitted by:	Takeharu KATO <takeharu1219@ybb.ne.jp>
MFC after:	1 week
This commit is contained in:
Dag-Erling Smørgrav 2008-01-07 09:46:39 +00:00
parent 0b119ae588
commit 909a07a8cf
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175128
2 changed files with 2 additions and 0 deletions

View File

@ -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 },

View File

@ -85,6 +85,7 @@ struct ichwd_softc {
#define DEVICEID_ICH8 0x2810
#define DEVICEID_ICH8DH 0x2812
#define DEVICEID_ICH8DO 0x2814
#define DEVICEID_ICH8M 0x2815
#define DEVICEID_ICH9 0x2918
#define DEVICEID_ICH9R 0x2916
#define DEVICEID_ICH9DH 0x2912