Skip to content

Commit 7a32e4d

Browse files
committed
Add Intel MCHBAR & AMD UMC support
1 parent affc5b5 commit 7a32e4d

File tree

7 files changed

+882
-2
lines changed

7 files changed

+882
-2
lines changed

docs/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ Exports active physical network interfaces with IPv4 addresses to `report.html`
153153
Print sensors.
154154
`SRC` specifies the provider of sensors.
155155
Available providers are:
156-
`LHM`, `HWINFO`, `GPU-Z`, `CPU`, `DIMM`, `GPU`, `SMART` and `NET`.
156+
`LHM`, `HWINFO`, `GPU-Z`, `CPU`, `DIMM`, `GPU`, `SMART`, `NET` and `IMC`.
157157

158158
### System Information
159159

libnw/libnw.vcxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@
309309
<ClCompile Include="sensor\gpuz_shmem.c" />
310310
<ClCompile Include="sensor\gpu_sensors.c" />
311311
<ClCompile Include="sensor\hwinfo_shmem.c" />
312+
<ClCompile Include="sensor\imc.c" />
312313
<ClCompile Include="sensor\lhm.c" />
313314
<ClCompile Include="sensor\net_traffic.c" />
314315
<ClCompile Include="smb.c" />

libnw/libnw.vcxproj.filters

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -293,6 +293,9 @@
293293
<ClCompile Include="sensor\net_traffic.c">
294294
<Filter>sensor</Filter>
295295
</ClCompile>
296+
<ClCompile Include="sensor\imc.c">
297+
<Filter>sensor</Filter>
298+
</ClCompile>
296299
</ItemGroup>
297300
<ItemGroup>
298301
<None Include="packages.config" />

0 commit comments

Comments
 (0)