| Age | Commit message (Expand) | Author |
| 2019-02-06 | Change a aprint_verbose into aprint_debug - the message does not add | martin |
| 2019-02-03 | - dbcool_pmf_suspend() set the wrong bit out of the suspended data as | mrg |
| 2018-06-26 | In my quest to make device_compatible_entry (and associated goo) | thorpej |
| 2018-06-22 | Add a kernel panic when we matched but can not handle a string - better | martin |
| 2018-06-18 | - Rename iic_compat_match() to iic_compatible_match() and change it | thorpej |
| 2018-06-16 | More cleanup to i2c autoconfiguration: | thorpej |
| 2018-02-06 | dbcool_read_volt() has a missing {} issue. | mrg |
| 2017-09-22 | add more names for direct config | macallan |
| 2016-07-11 | Fix compile error. | msaitoh |
| 2016-07-11 | KNF. No functional change. | msaitoh |
| 2015-12-16 | Add direct configuration support via compatible names. | jdc |
| 2015-04-23 | Update module dependencies for all the existing modules that depend on sysmon... | pgoyette |
| 2015-03-07 | i2c devices don't actually have a dependency on "iic" (the bus driver) | jmcneill |
| 2014-08-10 | Merge tls-earlyentropy branch into HEAD. | tls |
| 2014-02-25 | Ensure that the top level sysctl nodes (kern, vfs, net, ...) exist before | pooka |
| 2013-09-12 | Remove unused variables | martin |
| 2012-06-02 | Add some pre-processor magic to verify that the type of the data item | dsl |
| 2012-05-31 | Update handling of sysctl stuff when built as modules | pgoyette |
| 2012-04-28 | Fix logical errors (&& instead of & in a few places). | wiz |
| 2011-10-02 | now that iic is a module, add "iic" dependency to iic drivers | jmcneill |
| 2011-08-18 | fix gcc-4.5 warnings | christos |
| 2011-08-02 | When detaching the device, tear down its sysctl tree. | pgoyette |
| 2011-08-01 | appease gcc 4.5 | macallan |
| 2011-07-31 | modularize | jmcneill |
| 2011-06-20 | Initialize sensor state before registering. | pgoyette |
| 2011-03-12 | Fix another instance of the same typo in the same comment! dosn't --> | pgoyette |
| 2011-03-11 | Fix typo in previous - dosn't --> doesn't | pgoyette |
| 2011-03-11 | Add support for SMSC EMC6D103S | pgoyette |
| 2010-11-13 | Don't pull in the whole uvm(9) API to access only PAGE_SIZE and | uebayasi |
| 2010-08-17 | Use SYSCTL_DESCR() | pgoyette |
| 2010-04-10 | Save initial, boot-time limit values, and restore them upon request | pgoyette |
| 2010-04-01 | don't divide by zero. ever. | macallan |
| 2010-04-01 | add some more ADM1031 support: | macallan |
| 2010-03-31 | Add preliminary support for the ADM1031 found in the Sun Blade 2500 and similar | macallan |
| 2010-03-20 | Use correct format directive in aprint_debug_dev() | pgoyette |
| 2010-03-20 | Fix the dbcool_{get,set}_limits() routines to properly deal with min/max | pgoyette |
| 2010-03-01 | Now that sysmon_envsys(8) has learned how to retrieve and update sensor | pgoyette |
| 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-01-08 | Expand PMF_FN_* macros. | dyoung |
| 2009-11-02 | don't pull a 1.5K softc on the stack to do a chip ident. Idea from mrg. | christos |
| 2009-06-01 | Since we no longer have individual events for each sensor value limit, | 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-01-14 | Include ADT7460 in chip table (it's identical to the ADT7463, except for | pgoyette |
| 2008-12-18 | Add i2c bus address checking for these chips. All supported chips live | pgoyette |
| 2008-11-18 | PR/39947 - Juan RP -- dbcool_detach implicitly called | jnemeth |
| 2008-10-12 | Move the {read,write}reg() routine addresses into the dbcool_softc so | pgoyette |