Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak the build on amd64 by making sure that inteldrm pulls in the generic | 2013-03-31 | 1 | -2/+2 | |
| | | | | | | | | i2c bit-banging code. Requires us to move around the i2c_bitbang define. Also move the onewire_bitbang define to be close to i2c_bitbang since they are similar. ok jsing@ | ||||
* | Enter nvt(4), a driver for the W83795G and W83795ADG hardware monitor. | 2011-07-03 | 1 | -1/+6 | |
| | | | | ok deraadt@, miod@ | ||||
* | Split existing spdmem@i2c code into bus-agnostic spd record decoding code, | 2010-03-22 | 1 | -4/+3 | |
| | | | | | and an i2c attachment. No functional change; ok jsg@ deraadt@ | ||||
* | only pull in the source file if it is needed, so that all the others | 2009-08-12 | 1 | -2/+3 | |
| | | | | | we use compile brilliant cnst, please learn to test better | ||||
* | New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok deraadt | 2009-08-12 | 1 | -1/+6 | |
| | |||||
* | A very very rough start at an adt7462 driver | 2008-04-21 | 1 | -1/+5 | |
| | |||||
* | New sensor driver for JDEC JC-42.4 standard dimm temperature sensors | 2008-04-07 | 1 | -1/+6 | |
| | | | | (still extremely rare devices.. so rare I had to wire up a chip myself) | ||||
* | New andl(4) driver for Andigilog aSC7611 Hardware Monitor. | 2008-03-23 | 1 | -1/+6 | |
| | | | | | | | Tested in my i2c sandbox against an i2c dump from D946GZIS, a dmesg for which was kindly donated to our dmesg@. 'commit it' deraadt@ | ||||
* | Phillips -> Philips in comments | 2007-10-26 | 1 | -2/+2 | |
| | |||||
* | wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadt | 2007-10-14 | 1 | -1/+6 | |
| | |||||
* | Port of Nicolas Joly, Paul Goyette & Tobias Nygren's | 2007-10-07 | 1 | -1/+6 | |
| | | | | spdmem(4) driver for Serial Presence Detect memory information. | ||||
* | thmc vs tmhc screwup | 2007-09-09 | 1 | -4/+4 | |
| | |||||
* | new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenis | 2007-09-09 | 1 | -1/+6 | |
| | |||||
* | Enter adl(4), a driver for the Andigilog aSC7621 written by Mike Belopuhov. | 2007-09-07 | 1 | -1/+6 | |
| | |||||
* | driver for i2c lm93 sensor; very common on ipmi machines which have i2c | 2007-09-04 | 1 | -1/+6 | |
| | | | | | | bmc's watching on the shared bus. if you disable ipmi, you might see it pop up (reminder why ipmi / i2c mixes are disabled: some ipmi's seem to violate the i2c bus locking protocol). tested by Alexander Lobodzinski | ||||
* | Driver for the Philips PCA9532 LCD dimmer controller, found on thecus. | 2006-06-17 | 1 | -1/+6 | |
| | |||||
* | Fan controller for Thecus N2100, still needs more work, currently sets the | 2006-06-15 | 1 | -1/+5 | |
| | | | | | fan so it is running. The nice auto fan speed isn't working currently. Also gives temperature sensors. | ||||
* | Ricoh rtc support for armish, driver from netbsd. | 2006-06-15 | 1 | -1/+7 | |
| | |||||
* | sch5017 is an adt7460 clone of some type. also, we are seeing some | 2006-04-10 | 1 | -6/+1 | |
| | | | | | | ways to determine the actual voltage multipliers, so move to a table driven model, which we can tweak as we see more varients. checked by kettenis jolan and roman | ||||
* | new sch5017 driver by roman.hunt@comcast.net | 2006-04-10 | 1 | -1/+6 | |
| | |||||
* | Rename lm_i2c.c to lm78_i2c.c. | 2006-01-28 | 1 | -2/+2 | |
| | | | | requested by deraadt@ | ||||
* | Initial stab at glenv(4), a driver for the GL518SM. | 2006-01-24 | 1 | -1/+6 | |
| | |||||
* | wbenv(4), a driver for the Winbond W83L784R/5R/5TS-L hardware monitor. | 2006-01-15 | 1 | -1/+6 | |
| | |||||
* | Rename nslm7x.c into lm78.c and nslm7xvar.h into lm78var.h, and clean up | 2006-01-14 | 1 | -2/+2 | |
| | | | | | | lm78var.h. Now that I've completely rewritten the driver, replace copyright with my own. suggested by deraadt@ | ||||
* | Put back i2c bit-banging code, we'll need it soon. | 2006-01-13 | 1 | -1/+3 | |
| | |||||
* | Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexec | 2006-01-02 | 1 | -6/+3 | |
| | | | | attributes. | ||||
* | add i2c driver for Asus ASB100 sensors using register info from lm_sensors | 2005-12-30 | 1 | -1/+6 | |
| | | | | | driver (Asus believe this chip is such critically important IP they won't release docs for it); feedback deraadt@ and kettenis@, ok kettenis@ | ||||
* | first draft of an adm1026 driver, without fan code yet | 2005-12-28 | 1 | -1/+6 | |
| | |||||
* | 3 drivers that mistakenly claim to need gpiobus | 2005-12-27 | 1 | -4/+4 | |
| | |||||
* | lm(4) at iic(4) | 2005-12-27 | 1 | -1/+5 | |
| | | | | ok grange@, deraadt@ | ||||
* | typo | 2005-12-25 | 1 | -2/+2 | |
| | |||||
* | support adm1024, kind of like adm1025 but some voltage pins more around and 2 fans show up | 2005-12-25 | 1 | -1/+6 | |
| | |||||
* | adm1031 driver, pvalchev has one in a machine | 2005-12-24 | 1 | -1/+6 | |
| | |||||
* | start at a driver for the stupid ADM 1021 | 2005-12-22 | 1 | -1/+6 | |
| | |||||
* | adm1025 ... another day, another chip.. | 2005-12-22 | 1 | -1/+6 | |
| | |||||
* | First attempt to have a table of known I2C slave devices that we | 2005-12-19 | 1 | -1/+2 | |
| | | | | | | | | have drivers for. iic(4) will scan the bus for them and try to attach an appropriate driver. For now iic(4) scans for all possible addresses for debugging purposes. ok deraadt@ | ||||
* | basic driver for adt7460 found in some machines | 2005-11-17 | 1 | -1/+6 | |
| | |||||
* | basic driver for apple fcu fan controller. can read up to 6 fan rpm's | 2005-11-16 | 1 | -1/+6 | |
| | | | | | and up to 2 fan pwms. we do not yet adjust the fan speeds, because we do not have a death wish | ||||
* | driver for maxim ds1631, might work, might not! | 2005-11-16 | 1 | -1/+6 | |
| | |||||
* | driver for the philips pca9554 i2c gpio device | 2005-11-16 | 1 | -1/+6 | |
| | |||||
* | driver for adm1030 i2c temp + fan controller | 2005-11-15 | 1 | -1/+6 | |
| | |||||
* | Driver for the TAOS TSL2560/61 light sensors. | 2005-11-15 | 1 | -1/+6 | |
| | |||||
* | simple driver for the Analog Devices AD7417/7418 (does not cope right | 2005-11-15 | 1 | -2/+7 | |
| | | | | with 7416 without ADC yet) | ||||
* | driver for the maxim6690 i2c dual temperature sensor | 2005-11-15 | 1 | -1/+6 | |
| | |||||
* | move lm87 to dev/i2c; ok kettenis | 2005-11-15 | 1 | -1/+6 | |
| | |||||
* | Unbreak i386. | 2005-11-12 | 1 | -3/+3 | |
| | |||||
* | Define attachment-like attribute i2c and attach lmtemp to that instead of iic. | 2005-11-12 | 1 | -3/+4 | |
| | |||||
* | Cosmetics... | 2005-03-08 | 1 | -2/+2 | |
| | | | | | Mainly remove space between locators parens, replace spaces with tabs where appropriate and consistently align dependencies. | ||||
* | tiny comments sync with netbsd, was lost during importing | 2004-05-24 | 1 | -1/+5 | |
| | |||||
* | lmtemp(4) -- National Semiconductor LM75/LM77 temperature sensor driver. | 2004-05-23 | 1 | -1/+6 | |
| | | | | | | | Based on the driver from NetBSD (r) written by Jason R. Thorpe, adapted for our sensors infrastructure and with LM77 support. ok deraadt@ |