We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After I updated the mobo bios from 2.10 to L2.71, this module started failing here.
I see address = 0xa20 but verify = 0xffff 🤨
address = 0xa20
verify = 0xffff
If I remove the address != verify check, then the module seems to work correctly.
address != verify
Any idea what's going on here?
I don't see a similar check in nct6683.c so I wonder, what is the verification for?
nct6683.c
The text was updated successfully, but these errors were encountered:
Hello.
I don't really know.
The test means that 2 consecutive reads don't return the same value.
Often this technic is used in electronic to reduce the number of address or register on chipset.
In your case probably the newer bios have misconfigured the controller.
Also tell me if after some usage dropping the test doesn't have failures.
Regards
Sorry, something went wrong.
No branches or pull requests
After I updated the mobo bios from 2.10 to L2.71, this module started failing here.
I see
address = 0xa20
butverify = 0xffff
🤨If I remove the
address != verify
check, then the module seems to work correctly.Any idea what's going on here?
I don't see a similar check in
nct6683.c
so I wonder, what is the verification for?The text was updated successfully, but these errors were encountered: