kernel - wbsio: support NCT6776F (0xc3); supported by lm(4) as W83627DHG (0xc1)
authorMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Jul 2015 21:53:49 +0000 (14:53 -0700)
committerMatthew Dillon <dillon@apollo.backplane.com>
Thu, 23 Jul 2015 21:53:49 +0000 (14:53 -0700)
commit1d3c4164bc3dc27a65ecb7c0d728d08d88e33909
tree78fa57d7d91369f17c0c0b56f85e24804c7a8c72
parent97f56c04a1883982f4dbdc041369fd047c3d4d66
kernel - wbsio: support NCT6776F (0xc3); supported by lm(4) as W83627DHG (0xc1)

The sc_devid value of struct wbsio_softc is used to pass the device id
of the SUPERIO chipset to lm, so it can decide whether it's actually an
NCT6776F or the W83627DHG.

Taken-From: OpenBSD
Author: Imre Vadasz <imre@vdsz.com>
Submitted-by: vadaszi bug #2833
sys/config/X86_64_GENERIC
sys/dev/powermng/lm/lm78.c
sys/dev/powermng/lm/lm78_isa.c
sys/dev/powermng/lm/lm78var.h
sys/dev/powermng/wbsio/wbsio.c
sys/dev/powermng/wbsio/wbsioreg.h [new file with mode: 0644]
sys/dev/powermng/wbsio/wbsiovar.h [new file with mode: 0644]