Skip to content

Commit

Permalink
Add Atom C3000 watchdog ID.
Browse files Browse the repository at this point in the history
  • Loading branch information
laffer1 committed Nov 18, 2020
1 parent 8c110de commit c87475f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions sys/dev/ichwd/ichwd.c
Expand Up @@ -294,6 +294,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 },
};

Expand Down
1 change: 1 addition & 0 deletions sys/dev/ichwd/ichwd.h
Expand Up @@ -65,6 +65,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
Expand Down

0 comments on commit c87475f

Please sign in to comment.