Add device IDs for the ICH9 family.
PR: i386/119126 Submitted by: Dan Lukes <dan@obluda.cz> MFC after: 1 week
This commit is contained in:
parent
abb75f864a
commit
89dbcee8ce
@ -94,6 +94,10 @@ static struct ichwd_device ichwd_devices[] = {
|
||||
{ DEVICEID_ICH8DH, "Intel ICH8DH watchdog timer", 8 },
|
||||
{ DEVICEID_ICH8DO, "Intel ICH8DO watchdog timer", 8 },
|
||||
{ DEVICEID_63XXESB, "Intel 63XXESB watchdog timer", 8 },
|
||||
{ DEVICEID_ICH9, "Intel ICH9 watchdog timer", 9 },
|
||||
{ DEVICEID_ICH9R, "Intel ICH9R watchdog timer", 9 },
|
||||
{ DEVICEID_ICH9DH, "Intel ICH9DH watchdog timer", 9 },
|
||||
{ DEVICEID_ICH9DO, "Intel ICH9DO watchdog timer", 9 },
|
||||
{ 0, NULL, 0 },
|
||||
};
|
||||
|
||||
|
@ -85,6 +85,10 @@ struct ichwd_softc {
|
||||
#define DEVICEID_ICH8 0x2810
|
||||
#define DEVICEID_ICH8DH 0x2812
|
||||
#define DEVICEID_ICH8DO 0x2814
|
||||
#define DEVICEID_ICH9 0x2918
|
||||
#define DEVICEID_ICH9R 0x2916
|
||||
#define DEVICEID_ICH9DH 0x2912
|
||||
#define DEVICEID_ICH9DO 0x2914
|
||||
|
||||
/* ICH LPC Interface Bridge Registers (ICH5 and older) */
|
||||
#define ICH_GEN_STA 0xd4
|
||||
|
Loading…
x
Reference in New Issue
Block a user