mirror of
https://github.com/opnsense/src.git
synced 2026-06-03 13:58:30 -04:00
ichwd: add Sunrise Point-LP ID
Submitted by: Tetsuya Uemura <t_uemura@macome.co.jp> Tested by: Tetsuya Uemura <t_uemura@macome.co.jp> MFC after: 2 weeks Relnotes: maybe
This commit is contained in:
parent
8b65c16f6e
commit
701ded4e30
2 changed files with 2 additions and 0 deletions
|
|
@ -295,6 +295,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 },
|
||||
{ 0, NULL, 0, 0 },
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -276,6 +276,7 @@ struct ichwd_softc {
|
|||
#define DEVICEID_WCPT_LP7 0x9cc7
|
||||
#define DEVICEID_WCPT_LP9 0x9cc9
|
||||
#define DEVICEID_LEWISBURG_SMB 0xa1a3
|
||||
#define DEVICEID_SRPTLP_SMB 0x9d23
|
||||
|
||||
/* ICH LPC Interface Bridge Registers (ICH5 and older) */
|
||||
#define ICH_GEN_STA 0xd4
|
||||
|
|
|
|||
Loading…
Reference in a new issue