[DragonFlyBSD - Submit #2833] (Resolved) Add support in wbsio(4) and lm(4) for the NCT6776F hardware monitor chipset
bugtracker-admin at leaf.dragonflybsd.org
bugtracker-admin at leaf.dragonflybsd.org
Thu Jul 23 14:56:32 PDT 2015
Issue #2833 has been updated by dillon.
Status changed from New to Resolved
Committed to master 1d3c4164bc3dc27a65ecb7c0d728d08d88e33909
-Matt
----------------------------------------
Submit #2833: Add support in wbsio(4) and lm(4) for the NCT6776F hardware monitor chipset
http://bugs.dragonflybsd.org/issues/2833#change-12693
* Author: vadaszi
* Status: Resolved
* Priority: Normal
* Assignee:
* Category:
* Target version:
----------------------------------------
lm(4) can only decide whether it's an NCT6776F or the W83627DHG by looking at the device id of the SUPERIO chipset, so wbsio needs to pass this information to lm(4). I just implemented this similarly to the OpenBSD code via the wbsio_softc struct.
Alternatively this could use a DEVMETHOD for reading the parent SUPERIO device's device ID, or we could pass that integer value by using resource_set_int().
---Files--------------------------------
0001-wbsio-support-NCT6776F-0xc3-supported-by-lm-4-as-W83.patch (15.4 KB)
--
You have received this notification because you have either subscribed to it, or are involved in it.
To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
More information about the Submit
mailing list