| Age | Commit message (Expand) | Author |
| 2022-12-16 | lm(4): Add Nuvoton NCT6797D support. | msaitoh |
| 2022-10-01 | Add Nuvoton NCT6799D support. | msaitoh |
| 2022-08-01 | Prevent multiple unregistrations. | mlelstv |
| 2022-08-01 | revert accidental commit. | mlelstv |
| 2022-08-01 | Also fix shift values for SCT constants. | mlelstv |
| 2020-09-07 | don't call printf %s with a NULL. | mrg |
| 2019-07-10 | Identify Nuvoton NCT6798D correctly. It seems that the bit width of NCT6796D | msaitoh |
| 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 sioid | msaitoh |
| 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-11 | lm(4): Add suport for NCT5174D, NCT6775F, NCT6779D and NCT679[1235]D. | msaitoh |
| 2016-06-01 | Ooopppsss, missed the function declaration! | pgoyette |
| 2016-06-01 | Add support for Nuvoton NCT6776F from OpenBSD | pgoyette |
| 2015-04-23 | Update module dependencies for all the existing modules that depend on sysmon... | pgoyette |
| 2014-11-16 | Replace callout_stop with callout_halt | ozaki-r |
| 2013-10-20 | fix unused variable warnings | christos |
| 2012-01-21 | Add module glue. (Better late than never.) | jakllsch |
| 2011-06-20 | Initializes sensors states before registering. | pgoyette |
| 2011-03-05 | Set the ENVSYS_FCHANGERFACT flag soon enough for it to make a difference. | jakllsch |
| 2010-10-06 | Fix vcore readings in some cases on W83627THF by being mindful of the VRM9 mode. | jakllsch |
| 2010-03-23 | Add some missing aprint_naive calls. | njoly |
| 2010-02-13 | Explicitly mark voltage readings as valid in Winbond voltage refresh functions. | jakllsch |
| 2010-02-09 | Kill extra semi-column. | njoly |
| 2010-02-09 | Correct setting of bits in the "generic thermistor" mode. Cut&paste | pgoyette |
| 2010-02-08 | After reviewing the datasheets, most of the supported Winbond chips can | pgoyette |
| 2010-02-08 | Add temp-sensor type selection (via autoconfig flags). Currently only | pgoyette |
| 2008-10-13 | Fix up the bus-independant probe code. Patch from njoly@ | pgoyette |
| 2008-10-12 | Add an i2c attachment for the LM78 family of temp sensor/fan control | pgoyette |
| 2008-04-28 | Remove clause 3 and 4 from TNF licenses | martin |
| 2008-03-05 | Split device_t/softc in the lm(4) driver and its attachments, and | xtraeme |
| 2008-02-07 | lm_refresh_volt: don't overwrite the state of the sensor. Patch by | xtraeme |
| 2007-11-16 | Extend the envsys2 API (one more time, sorry) as defined in: | xtraeme |
| 2007-10-19 | machine/{bus,cpu,intr}.h -> sys/{bus,cpu,intr}.h | ad |
| 2007-09-08 | Update a comment. | xtraeme |
| 2007-09-08 | Use a 2 seconds period to refresh sensor data, previous value wasn't | xtraeme |
| 2007-09-08 | - Use a callout(9) to refresh sensor data each 1.5 seconds, respecting | xtraeme |
| 2007-08-08 | w83627ehf_sensors: don't add sensors with duplicate descriptions. | xtraeme |
| 2007-07-02 | Winbond W83627EHF-A support, from OpenBSD. | xtraeme |
| 2007-07-01 | Imported envsys 2, a brief description of the new features: | xtraeme |
| 2007-05-26 | Fix a typo in RFACT of the second 3.3Vcc of W83627EHF. From OpenBSD. | tsutsui |
| 2007-04-19 | Fix a debug printf. | xtraeme |
| 2007-04-19 | Add more debugging printfs, to see the raw data returned by | xtraeme |
| 2007-03-13 | Use C99 struct initializers. | xtraeme |
| 2007-03-11 | fix missing initializers. | christos |
| 2007-03-11 | Explicitly initialize lm_sensor->rfact for every sensor's chip. | xtraeme |
| 2007-03-11 | Update for the nslm7x driver: | xtraeme |