Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | wbng(4) driver for Winbond W83793G Hardware Monitor; 'commit it' deraadt | 2007-10-14 | 2 | -1/+299 | ||
| | ||||||
* | print the name of the chip on attach; ok deraadt | 2007-10-14 | 1 | -1/+3 | ||
| | ||||||
* | really correct : printing; ok deraadt@ | 2007-10-13 | 1 | -4/+4 | ||
| | ||||||
* | probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok deraadt@ | 2007-10-11 | 1 | -1/+9 | ||
| | ||||||
* | hypenate memory type for readability. | 2007-10-11 | 1 | -2/+2 | ||
| | ||||||
* | correct : printing; ok jsg | 2007-10-10 | 1 | -3/+5 | ||
| | ||||||
* | we have been knocking out i2c when ipmi exists on a machine (because | 2007-10-09 | 2 | -15/+17 | ||
| | | | | | | | | there are ipmi bmc's that apparently violate i2c bus master locking). but those problems bite us only for sensors which we re-scan every few seconds, and then we hit the ipmi bmc's races. for non-sensor devices (like spdmem) it is probably ok to look once. let's try that method for a while and see if anyone sees breakage. | |||||
* | Print registered/CAS latency information for SDRAM. | 2007-10-08 | 1 | -4/+20 | ||
| | ||||||
* | To identity PC133 we need to check cycle time as modules | 2007-10-08 | 1 | -4/+7 | ||
| | | | | often identify as PC100. | |||||
* | Correct frequency for SDRAM. | 2007-10-08 | 1 | -8/+33 | ||
| | ||||||
* | Don't skip EEPROMs in ofw i2c scan, | 2007-10-08 | 1 | -2/+3 | ||
| | | | | | | match on sparc64 SPD name in spdmem. Tested on a V120. ok deraadt@ | |||||
* | Indicate if the module is registered, DDR/DDR2 only at the moment. | 2007-10-08 | 1 | -1/+13 | ||
| | | | | Tested by ian@ wilfried@ and deraadt@ | |||||
* | Print CAS latency for DDR/DDR2. | 2007-10-07 | 1 | -17/+35 | ||
| | | | | Shuffle strings around to look pretty as suggested by deraadt. | |||||
* | Port of Nicolas Joly, Paul Goyette & Tobias Nygren's | 2007-10-07 | 2 | -1/+383 | ||
| | | | | spdmem(4) driver for Serial Presence Detect memory information. | |||||
* | add support for scanning the spdmem range of addresses, using a different | 2007-10-07 | 1 | -36/+80 | ||
| | | | | probe function; based on earlier work by jsg, and retested by us | |||||
* | Set SENSOR_FINVALID instead of clearing it when reading fails. | 2007-09-18 | 1 | -4/+4 | ||
| | | | | ok otto@ | |||||
* | thmc vs tmhc screwup | 2007-09-09 | 2 | -5/+5 | ||
| | ||||||
* | new driver for TI tmhc50 / adm1022 / adm1028; checked by kettenis | 2007-09-09 | 2 | -1/+157 | ||
| | ||||||
* | missing scale factor; from Mike Belopuhov | 2007-09-07 | 1 | -2/+2 | ||
| | ||||||
* | Enter adl(4), a driver for the Andigilog aSC7621 written by Mike Belopuhov. | 2007-09-07 | 2 | -1/+269 | ||
| | ||||||
* | meaningless numbers and strings should not appear in sensor.desc; ok deraadt@ | 2007-09-06 | 1 | -12/+12 | ||
| | ||||||
* | fix copyright; spotted by cnst | 2007-09-06 | 1 | -2/+2 | ||
| | ||||||
* | negate -12V input value; spotted by Alexander Lobodzinski | 2007-09-06 | 1 | -2/+2 | ||
| | ||||||
* | typo; Mike Belopuhov | 2007-09-05 | 1 | -2/+2 | ||
| | ||||||
* | probe for adt7462 (no driver yet, someone want to write one), and mention | 2007-09-05 | 1 | -3/+6 | ||
| | | | | a few more sub-types as comments; ok kettenis | |||||
* | remove dmesg block showing sample register layout | 2007-09-05 | 1 | -16/+1 | ||
| | ||||||
* | fix over-agressive match function, oops | 2007-09-05 | 1 | -2/+6 | ||
| | ||||||
* | driver for i2c lm93 sensor; very common on ipmi machines which have i2c | 2007-09-04 | 2 | -1/+254 | ||
| | | | | | | 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 | |||||
* | there is a prototype version of the lm93 (plus spacing fixes) | 2007-09-03 | 1 | -7/+8 | ||
| | ||||||
* | Recognize Andigilog aSC7621. | 2007-09-03 | 1 | -1/+6 | ||
| | | | | ok deraadt@ | |||||
* | don't duplicate .numt in .desc; 'In this driver, whatever you want' deraadt@ | 2007-07-31 | 1 | -5/+5 | ||
| | ||||||
* | change sensor type: if .value can only ever be 0 or 1, .type should be indicator | 2007-07-31 | 1 | -2/+2 | ||
| | ||||||
* | remove magic numbers: use PCAGPIO_NPINS instead (no binary change); ok deraadt@ | 2007-07-31 | 1 | -3/+3 | ||
| | ||||||
* | rework sensor tasks to use the kernels generic workq rather than a special | 2007-06-24 | 18 | -36/+36 | ||
| | | | | | | | | | kernel thread of its own. the api has changed (which will be fixed in the manpage shortly) so all the users of sensor tasks that i can find have been fixed too. noone tested, so its going in to force people to run with it. "put it in" deraadt@ | |||||
* | ``it's'' -> ``its'' when the grammar gods require this change. | 2007-04-10 | 1 | -2/+2 | ||
| | ||||||
* | Remove unused prototype. | 2007-04-09 | 1 | -3/+1 | ||
| | ||||||
* | split userland & kernel struct sensor/sensordev so that the addition | 2007-03-22 | 19 | -66/+66 | ||
| | | | | | | of new fields in the future is less disruptive. This is done similar to how struct proc is handled for ps(1). ok jmc (man page changes) tested fkr simon, and more suggestions from millert | |||||
* | fcu fans are PWM, express as %; from murenin | 2007-01-07 | 1 | -3/+3 | ||
| | ||||||
* | when i2c_dumping, instead of just skipping 0xff value registers, | 2007-01-05 | 1 | -4/+23 | ||
| | | | | skip the most common value read (which is often 0xff anyways) | |||||
* | correct the code to handle the adt7475, which stupidly is missing some | 2006-12-31 | 1 | -20/+24 | ||
| | | | | of the registers.... tested by dhartmei and others | |||||
* | The adt7475 has a fixed address of 0x2e. | 2006-12-26 | 1 | -3/+2 | ||
| | | | | ok deraadt@ | |||||
* | support adt7475; tested by dhartmei | 2006-12-26 | 1 | -10/+13 | ||
| | ||||||
* | identify adt7475 | 2006-12-25 | 1 | -1/+4 | ||
| | ||||||
* | normally hardware engineers call it Vcc not VCC | 2006-12-24 | 1 | -2/+2 | ||
| | ||||||
* | adapt to new two-level sensor api; Constantine A. Murenin | 2006-12-23 | 19 | -254/+162 | ||
| | ||||||
* | Fix register number definitions. | 2006-11-20 | 1 | -3/+3 | ||
| | | | | ok deraadt@ | |||||
* | Add support for LM63. | 2006-11-20 | 1 | -1/+2 | ||
| | | | | tested by niklas@ | |||||
* | Probe for National Semiconductor LM63. | 2006-11-19 | 1 | -2/+6 | ||
| | ||||||
* | Probe for Myson MTP008. | 2006-11-19 | 1 | -1/+5 | ||
| | ||||||
* | Fix typos. From Pierre Riteau <pierre.riteau at free dot fr>. | 2006-11-14 | 1 | -5/+5 | ||
| |