aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndriy Gapon <avg@FreeBSD.org>2018-12-14 09:30:43 +0000
committerAndriy Gapon <avg@FreeBSD.org>2018-12-14 09:30:43 +0000
commit701ded4e3018cdf705cadd2071a99435b5e574ee (patch)
tree22472bdd17cf1796fd6cb179b2e93d6030ecfd32
parent8b65c16f6e14df7bcf8c188d6de33b892a3ffea8 (diff)
downloadsrc-701ded4e3018cdf705cadd2071a99435b5e574ee.tar.gz
src-701ded4e3018cdf705cadd2071a99435b5e574ee.zip
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
Notes
Notes: svn path=/head/; revision=342073
-rw-r--r--sys/dev/ichwd/ichwd.c1
-rw-r--r--sys/dev/ichwd/ichwd.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/sys/dev/ichwd/ichwd.c b/sys/dev/ichwd/ichwd.c
index c33572e0873d..c29cee9f0a8d 100644
--- a/sys/dev/ichwd/ichwd.c
+++ b/sys/dev/ichwd/ichwd.c
@@ -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 },
};
diff --git a/sys/dev/ichwd/ichwd.h b/sys/dev/ichwd/ichwd.h
index b79da247494e..dc6f781bfe20 100644
--- a/sys/dev/ichwd/ichwd.h
+++ b/sys/dev/ichwd/ichwd.h
@@ -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