| Age | Commit message (Expand) | Author |
| 2010-03-20 | Fix the dbcool_{get,set}_limits() routines to properly deal with min/max | pgoyette |
| 2010-03-14 | Remove setting of edata->monitor since that member no longer exists. | pgoyette |
| 2010-03-11 | various aprint_* fixes. | mrg |
| 2010-03-01 | Do initialise i2c_attach_args new members, for indirect configuration | njoly |
| 2010-03-01 | Now that sysmon_envsys(8) has learned how to retrieve and update sensor | pgoyette |
| 2010-02-28 | Spelling police. | snj |
| 2010-02-28 | Add direct config support for a few devices | martin |
| 2010-02-28 | Generic (device property based) framework for optional direct configuration | martin |
| 2010-02-26 | Disable DBCOOL_DEBUG by default, and make it compile that way. | pgoyette |
| 2010-02-24 | Fix handling of 6bit VID register (6th bit takes place of 12VIn sensor). | pgoyette |
| 2010-02-24 | A pointer typedef entails trading too much flexibility to declare const | dyoung |
| 2010-02-23 | Correct calculation and display of SDR DRAM speed. From OpenBSD. | pgoyette |
| 2010-02-22 | Import smcsmon(4) driver for SMSC LPC47M192 hardware monitor | pgoyette |
| 2010-02-14 | Adapt to changes in sysmon's limit structure | pgoyette |
| 2010-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2010-01-01 | Explicitly inform envsys that the driver is capable of doing its own | pgoyette |
| 2009-12-12 | Remove `volatile' qualifier from argument types of | tsutsui |
| 2009-11-02 | don't pull a 1.5K softc on the stack to do a chip ident. Idea from mrg. | christos |
| 2009-07-10 | Correct usage of PROP_DRIVER_LIMITS flag | pgoyette |
| 2009-06-14 | Update {get,set}_limits() routines. | pgoyette |
| 2009-06-13 | No need to set flag=I2C_F_POLL when releasing the bus. Pointed out | pgoyette |
| 2009-06-13 | Update sdtemp driver to use sysmon_envsys(9) for setting temp sensor | pgoyette |
| 2009-06-05 | From the specs: address 0xff gives the die revision | hubertf |
| 2009-06-01 | Since we no longer have individual events for each sensor value limit, | pgoyette |
| 2009-05-19 | When displaying boot-time trip-register settings, shift to exclude | pgoyette |
| 2009-05-14 | Ooops - sdtemp(4) driver requires sysmon. | pgoyette |
| 2009-05-12 | struct device * -> device_t, no functional changes intended. | cegger |
| 2009-05-09 | Minor white-space KNF nit. No functional change. | pgoyette |
| 2009-05-09 | Initial implementation of sdtemp(4) driver for on-DIMM temp sensor. | pgoyette |
| 2009-02-22 | 1. Reorganize code into memory-type-specific routines instead of multiple | pgoyette |
| 2009-02-09 | Previous check for ADM1027 caused a kernel panic, since the read routine | pgoyette |
| 2009-02-08 | The ADM1027 chip doesn't support i2c read_byte protocol, so in this | pgoyette |
| 2009-02-08 | Use pre-scripted i2c protocols rather than re-inventing our own. No | pgoyette |
| 2009-02-03 | Change the i2c bus scan routine to use the write_quick protocol for most | pgoyette |
| 2009-02-03 | Handle i2c quick_read/quick_write bus protocol in the generic i2c_exec() | pgoyette |
| 2009-01-14 | Include ADT7460 in chip table (it's identical to the ADT7463, except for | pgoyette |
| 2009-01-09 | According to the datasheet, temperatures on the LM75 are kept in | briggs |
| 2009-01-09 | Provide a utility routine to configure/write the watchdog. | briggs |
| 2008-12-18 | Add i2c bus address checking for these chips. All supported chips live | pgoyette |
| 2008-11-22 | Ouch - too many bits to fit in a byte. | pgoyette |
| 2008-11-22 | JEDEC has published the DDR3 SPD standard; update driver to match. | pgoyette |
| 2008-11-18 | PR/39947 - Juan RP -- dbcool_detach implicitly called | jnemeth |
| 2008-11-16 | For DDR3, the number of physical banks stored in the EEPROM needs to be | pgoyette |
| 2008-10-30 | Add dependency on sysmon_envsys to admtemp. | nakayama |
| 2008-10-29 | Ported alipm(4) and admtemp(4) from OpenBSD. | jkunz |
| 2008-10-13 | Remove duplicated copy of the file - no idea where it came from. | pgoyette |
| 2008-10-12 | Add an i2c attachment for the LM78 family of temp sensor/fan control | pgoyette |
| 2008-10-12 | Move the {read,write}reg() routine addresses into the dbcool_softc so | pgoyette |
| 2008-10-10 | sysctl doesn't like names that start with digits, nor does it like names | pgoyette |
| 2008-10-09 | It's not necessary to #include "sysmon_envsys.h" any more. | pgoyette |