Actions
Submit #2833
closedAdd support in wbsio(4) and lm(4) for the NCT6776F hardware monitor chipset
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
Start date:
07/23/2015
Due date:
% Done:
0%
Estimated time:
Description
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
Updated by dillon over 9 years ago
- Status changed from New to Resolved
Committed to master 1d3c4164bc3dc27a65ecb7c0d728d08d88e33909
-Matt
Actions