summaryrefslogtreecommitdiffstats
path: root/sys
diff options
context:
space:
mode:
authorLuiz Souza <luiz@netgate.com>2018-03-23 18:33:06 -0300
committerLuiz Souza <luiz@netgate.com>2018-03-23 18:48:38 -0300
commit14b75cd9f98db8aa30ea8bf16f49ec58863b232f (patch)
tree3c12536ffde256fc6abb4535c14da1adbfadbdcb /sys
parent3c02dc3000b4eef3c6d62107dc1925920fc62677 (diff)
downloadFreeBSD-src-14b75cd9f98db8aa30ea8bf16f49ec58863b232f.zip
FreeBSD-src-14b75cd9f98db8aa30ea8bf16f49ec58863b232f.tar.gz
Add the Denverton Host SMBus controller ID.
(cherry picked from commit e483b3878e173e559910bfdf2cf94f6a3d8ca09d)
Diffstat (limited to 'sys')
-rw-r--r--sys/dev/ismt/ismt.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/sys/dev/ismt/ismt.c b/sys/dev/ismt/ismt.c
index dc90e3f..7d0622c 100644
--- a/sys/dev/ismt/ismt.c
+++ b/sys/dev/ismt/ismt.c
@@ -717,6 +717,7 @@ fail:
#define ID_INTEL_S1200_SMT0 0x0c598086
#define ID_INTEL_S1200_SMT1 0x0c5a8086
#define ID_INTEL_C2000_SMT 0x1f158086
+#define ID_INTEL_DNV_SMT 0x19ac8086
static int
ismt_probe(device_t dev)
@@ -733,6 +734,9 @@ ismt_probe(device_t dev)
case ID_INTEL_C2000_SMT:
desc = "Atom Processor C2000 SMBus 2.0";
break;
+ case ID_INTEL_DNV_SMT:
+ desc = "Denverton Host SMBus Controller";
+ break;
default:
return (ENXIO);
}
OpenPOWER on IntegriCloud