ichwd: Add Atom C3000 watchdog ID.
MFC after: 3 days Sponsored by: Juniper Networks, Inc
This commit is contained in:
parent
56c995d658
commit
77cb3b49b7
@ -297,6 +297,7 @@ static struct ichwd_device ichwd_devices[] = {
|
||||
static struct ichwd_device ichwd_smb_devices[] = {
|
||||
{ DEVICEID_LEWISBURG_SMB, "Lewisburg watchdog timer", 10, 4 },
|
||||
{ DEVICEID_SRPTLP_SMB, "Sunrise Point-LP watchdog timer", 10, 4 },
|
||||
{ DEVICEID_C3000, "Intel Atom C3000 watchdog timer", 10, 4 },
|
||||
{ 0, NULL, 0, 0 },
|
||||
};
|
||||
|
||||
|
@ -67,6 +67,7 @@ struct ichwd_softc {
|
||||
|
||||
#define VENDORID_INTEL 0x8086
|
||||
#define DEVICEID_BAYTRAIL 0x0f1c
|
||||
#define DEVICEID_C3000 0x19df
|
||||
#define DEVICEID_CPT0 0x1c40
|
||||
#define DEVICEID_CPT1 0x1c41
|
||||
#define DEVICEID_CPT2 0x1c42
|
||||
|
Loading…
Reference in New Issue
Block a user