Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | instead of passing OF nodes down to the drivers, pass name/compat string | 2005-11-15 | 1 | -1/+8 | |
| | | | | | | pointers. This lets their match() functions actually make real decisions. OF-capable machines will pass name/compat pointers, but other machines will not. grudging ok kettenis | ||||
* | code was totally borked, if it failed to detect a LM77 it left the | 2005-11-13 | 1 | -7/+7 | |
| | | | | type as 0; ok kettenis | ||||
* | Use sensors thread instead of timeouts. | 2005-11-11 | 1 | -8/+2 | |
| | | | | ok dlg@, "slap it in" deraadt@ | ||||
* | lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver. | 2004-05-23 | 1 | -0/+220 | |
Based on the driver from NetBSD (r) written by Jason R. Thorpe, adapted for our sensors infrastructure and with LM77 support. ok deraadt@ |