mirror of
https://github.com/openhardwaremonitor/openhardwaremonitor
synced 2025-08-29 13:28:04 +00:00
Added an experimental fix for secondary ITE chips.
This commit is contained in:
parent
710fe75138
commit
0a8923a998
@ -90,8 +90,11 @@ namespace OpenHardwareMonitor.Hardware.LPC {
|
||||
}
|
||||
|
||||
public void IT87Exit() {
|
||||
Ring0.WriteIoPort(registerPort, CONFIGURATION_CONTROL_REGISTER);
|
||||
Ring0.WriteIoPort(valuePort, 0x02);
|
||||
// do not exit config mode for secondary super IO
|
||||
if (registerPort != 0x4E) {
|
||||
Ring0.WriteIoPort(registerPort, CONFIGURATION_CONTROL_REGISTER);
|
||||
Ring0.WriteIoPort(valuePort, 0x02);
|
||||
}
|
||||
}
|
||||
|
||||
public void SMSCEnter() {
|
||||
|
Loading…
x
Reference in New Issue
Block a user