summaryrefslogtreecommitdiff
path: root/sys/dev/ic/nslm7x.c
AgeCommit message (Expand)Author
2022-12-16lm(4): Add Nuvoton NCT6797D support.msaitoh
2022-10-01Add Nuvoton NCT6799D support.msaitoh
2022-08-01Prevent multiple unregistrations.mlelstv
2022-08-01revert accidental commit.mlelstv
2022-08-01Also fix shift values for SCT constants.mlelstv
2020-09-07don't call printf %s with a NULL.mrg
2019-07-10 Identify Nuvoton NCT6798D correctly. It seems that the bit width of NCT6796Dmsaitoh
2018-11-30 Use pmf_device_{register,deregister}().msaitoh
2018-03-07 Add NCT6796D. Some functions of NCT6796D is extended from NCT6795D,msaitoh
2017-08-18- WBSIO_ID_W83627DHG and newer devices have 12bit device ID. So, change sioidmsaitoh
2017-08-17 Use uint8_t instead of int. No functional change.msaitoh
2017-08-09- Sprinkle static and const. No functional change.msaitoh
2017-07-20 Fix typo.msaitoh
2017-07-20 Fix a bug that fan RPM wasn't printed correctly. 0xbX is not RPM but counter.msaitoh
2017-07-11lm(4): Add suport for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D.msaitoh
2016-06-01Ooopppsss, missed the function declaration!pgoyette
2016-06-01Add support for Nuvoton NCT6776F from OpenBSDpgoyette
2015-04-23Update module dependencies for all the existing modules that depend on sysmon...pgoyette
2014-11-16Replace callout_stop with callout_haltozaki-r
2013-10-20fix unused variable warningschristos
2012-01-21Add module glue. (Better late than never.)jakllsch
2011-06-20Initializes sensors states before registering.pgoyette
2011-03-05Set the ENVSYS_FCHANGERFACT flag soon enough for it to make a difference.jakllsch
2010-10-06Fix vcore readings in some cases on W83627THF by being mindful of the VRM9 mode.jakllsch
2010-03-23Add some missing aprint_naive calls.njoly
2010-02-13Explicitly mark voltage readings as valid in Winbond voltage refresh functions.jakllsch
2010-02-09Kill extra semi-column.njoly
2010-02-09Correct setting of bits in the "generic thermistor" mode. Cut&pastepgoyette
2010-02-08After reviewing the datasheets, most of the supported Winbond chips canpgoyette
2010-02-08Add temp-sensor type selection (via autoconfig flags). Currently onlypgoyette
2008-10-13Fix up the bus-independant probe code. Patch from njoly@pgoyette
2008-10-12Add an i2c attachment for the LM78 family of temp sensor/fan controlpgoyette
2008-04-28Remove clause 3 and 4 from TNF licensesmartin
2008-03-05Split device_t/softc in the lm(4) driver and its attachments, andxtraeme
2008-02-07lm_refresh_volt: don't overwrite the state of the sensor. Patch byxtraeme
2007-11-16Extend the envsys2 API (one more time, sorry) as defined in:xtraeme
2007-10-19machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.had
2007-09-08Update a comment.xtraeme
2007-09-08Use a 2 seconds period to refresh sensor data, previous value wasn'txtraeme
2007-09-08- Use a callout(9) to refresh sensor data each 1.5 seconds, respectingxtraeme
2007-08-08w83627ehf_sensors: don't add sensors with duplicate descriptions.xtraeme
2007-07-02Winbond W83627EHF-A support, from OpenBSD.xtraeme
2007-07-01Imported envsys 2, a brief description of the new features:xtraeme
2007-05-26Fix a typo in RFACT of the second 3.3Vcc of W83627EHF. From OpenBSD.tsutsui
2007-04-19Fix a debug printf.xtraeme
2007-04-19Add more debugging printfs, to see the raw data returned byxtraeme
2007-03-13Use C99 struct initializers.xtraeme
2007-03-11fix missing initializers.christos
2007-03-11Explicitly initialize lm_sensor->rfact for every sensor's chip.xtraeme
2007-03-11Update for the nslm7x driver:xtraeme