Skip to content

Commit 47dd194

Browse files
committed
Add support for MSI MAG B850 Tomahawk Wifi (non-max) using NCT6687DR Controller
1 parent fe15add commit 47dd194

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

OpenHardwareMonitorLib/Hardware/Motherboard/Lpc/LpcIO.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,7 @@ private bool DetectWinbondFintek(LpcPort port, Motherboard motherboard)
406406
case Model.B850MP_PRO_WIFI:
407407
case Model.B850M_MORTAR:
408408
case Model.B850M_MORTAR_WIFI:
409+
case Model.B850_TOMAHAWK_WIFI:
409410
case Model.B850_TOMAHAWK_MAX_WIFI:
410411
case Model.B850_EDGE_TI_WIFI:
411412
case Model.B850I_EDGE_TI_WIFI:

OpenHardwareMonitorLib/Hardware/Motherboard/SuperIOHardware.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -579,7 +579,6 @@ private static void GetBoardSpecificConfiguration
579579

580580
break;
581581

582-
case Manufacturer.MSI when model == Model.B850_TOMAHAWK_WIFI: // NCT6687D
583582
case Manufacturer.MSI when model == Model.B850_GAMING_PLUS_WIFI6E: // NCT6687D
584583
v.Add(new Voltage("+12V", 0));
585584
v.Add(new Voltage("+5V", 1));

0 commit comments

Comments
 (0)