git: kernel - wbsio: support NCT6776F (0xc3); supported by lm(4) as W83627DHG (0xc1)

Matthew Dillon dillon at crater.dragonflybsd.org
Thu Jul 23 14:55:13 PDT 2015


commit 1d3c4164bc3dc27a65ecb7c0d728d08d88e33909
Author: Matthew Dillon <dillon at apollo.backplane.com>
Date:   Thu Jul 23 14:53:49 2015 -0700

    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 at vdsz.com>
    Submitted-by: vadaszi bug #2833

Summary of changes:
 sys/config/X86_64_GENERIC                          |   3 +-
 sys/dev/powermng/lm/lm78.c                         |  56 +++++++++++-
 sys/dev/powermng/lm/lm78_isa.c                     |  28 +++++-
 sys/dev/powermng/lm/lm78var.h                      |   4 +-
 sys/dev/powermng/wbsio/wbsio.c                     | 101 ++++-----------------
 sys/dev/powermng/wbsio/wbsioreg.h                  |  54 +++++++++++
 .../s_conjf.c => sys/dev/powermng/wbsio/wbsiovar.h |  20 ++--
 7 files changed, 169 insertions(+), 97 deletions(-)
 create mode 100644 sys/dev/powermng/wbsio/wbsioreg.h
 copy contrib/openbsd_libm/src/s_conjf.c => sys/dev/powermng/wbsio/wbsiovar.h (76%)

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/1d3c4164bc3dc27a65ecb7c0d728d08d88e33909


-- 
DragonFly BSD source repository



More information about the Commits mailing list