From 984dd4e5531526b5078f65af5b104c2a3fddfe08 Mon Sep 17 00:00:00 2001 From: jimharris Date: Mon, 11 Jan 2016 17:53:24 +0000 Subject: MFC r266474: Add ismt(4) driver. ismt(4) supports the SMBus Message Transport controller found on Intel C2000 series (Avoton) and S1200 series (Briarwood) Atom SoCs. Relnotes: Yes --- sys/conf/NOTES | 2 ++ 1 file changed, 2 insertions(+) (limited to 'sys/conf/NOTES') diff --git a/sys/conf/NOTES b/sys/conf/NOTES index 27bcedc..a977898 100644 --- a/sys/conf/NOTES +++ b/sys/conf/NOTES @@ -2493,6 +2493,7 @@ device sdhci # amdsmb AMD 8111 SMBus 2.0 Controller # nfpm NVIDIA nForce Power Management Unit # nfsmb NVIDIA nForce2/3/4 MCP SMBus 2.0 Controller +# ismt Intel SMBus 2.0 controller chips (on Atom S1200, C2000) # device smbus # Bus support, required for smb below. @@ -2504,6 +2505,7 @@ device amdpm device amdsmb device nfpm device nfsmb +device ismt device smb -- cgit v1.1