svn commit: r342073 - head/sys/dev/ichwd
Andriy Gapon
avg at FreeBSD.org
Fri Dec 14 09:30:44 UTC 2018
Author: avg
Date: Fri Dec 14 09:30:43 2018
New Revision: 342073
URL: https://svnweb.freebsd.org/changeset/base/342073
Log:
ichwd: add Sunrise Point-LP ID
Submitted by: Tetsuya Uemura <t_uemura at macome.co.jp>
Tested by: Tetsuya Uemura <t_uemura at macome.co.jp>
MFC after: 2 weeks
Relnotes: maybe
Modified:
head/sys/dev/ichwd/ichwd.c
head/sys/dev/ichwd/ichwd.h
Modified: head/sys/dev/ichwd/ichwd.c
==============================================================================
--- head/sys/dev/ichwd/ichwd.c Fri Dec 14 09:28:20 2018 (r342072)
+++ head/sys/dev/ichwd/ichwd.c Fri Dec 14 09:30:43 2018 (r342073)
@@ -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 },
};
Modified: head/sys/dev/ichwd/ichwd.h
==============================================================================
--- head/sys/dev/ichwd/ichwd.h Fri Dec 14 09:28:20 2018 (r342072)
+++ head/sys/dev/ichwd/ichwd.h Fri Dec 14 09:30:43 2018 (r342073)
@@ -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
More information about the svn-src-all
mailing list