Skip to content

Commit 1fcb57b

Browse files
committed
Remove faulty register
1 parent d5125a4 commit 1fcb57b

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

  • OpenHardwareMonitorLib/Hardware/Motherboard/Lpc

OpenHardwareMonitorLib/Hardware/Motherboard/Lpc/Nct677X.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -291,10 +291,6 @@ public Nct677X(LpcPort lpcPort, Chip chip, byte revision, ushort port)
291291
// SMBUS Group (Indices 8-9 are consistent)
292292
new(SourceNct67Xxd.SMBUSMASTER0, 0x150, 0x151, 7, 0x622),
293293
new(SourceNct67Xxd.SMBUSMASTER1, 0x670, 0, -1, 0xC26),
294-
295-
// AUXTIN5 (Index 13 is unique to NCT6799)
296-
// Register map is assumed, as no specific register was given, but this is the slot.
297-
new(SourceNct67Xxd.AUXTIN5, 0x4A3, 0x4A4, 7, 0xC00),
298294

299295
// PECI / PCH / DIMM Group (Indices 16-25)
300296
new(SourceNct67Xxd.PECI_1, 0x672, 0, -1, 0xC27),

0 commit comments

Comments
 (0)