Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert unrelated changes in previous. | 2015-05-29 | 1 | -3/+1 | |
| | |||||
* | Initial addition of ``Patrol Read'' support in bio(4), biocto(8), and | 2015-05-29 | 1 | -1/+3 | |
| | | | | | | mfi(4). Based on FreeBSD, but done without mfiutil(8). OK deraadt@ | ||||
* | add some more sdtemp devices | 2014-11-14 | 1 | -1/+9 | |
| | |||||
* | add some more sdtemp devices | 2014-09-27 | 1 | -1/+49 | |
| | | | | ok deraadt@ | ||||
* | Don't mask off revision bits for tests against a full | 2014-09-26 | 1 | -3/+3 | |
| | | | | | | | device id/revision id value. Makes it possible for se98 and stts424 sensors to match. ok deraadt@ | ||||
* | Detect the ts3000b3 and stts2002, and weaken the cat34ts02 model check | 2011-10-07 | 1 | -9/+16 | |
| | | | | | since a similar device (not yet named as far as I can see) has showed up on the market. cat34ts02 tested by weerd. | ||||
* | The check for the mcp98243 sdtemp(4) device was too strict. Relax it. | 2011-05-26 | 1 | -2/+2 | |
| | | | | Tested by Joe Gidi | ||||
* | Add support for detecting the NXP SA56004X (we have not actually | 2011-03-10 | 1 | -1/+10 | |
| | | | | | | seen it in the wild yet, but the detection seems easy). Few bugs spotted by kettenis. ok kettenis | ||||
* | 3 more JEDEC JC-42.4 sensors are the market | 2010-07-09 | 1 | -7/+19 | |
| | |||||
* | Detect Nuvoton W83795G. | 2010-03-22 | 1 | -1/+11 | |
| | | | | ok deraadt@ | ||||
* | correct id for 2nd type of stts424e02; from cnst | 2009-12-28 | 1 | -2/+2 | |
| | |||||
* | New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok deraadt | 2009-08-12 | 1 | -1/+9 | |
| | |||||
* | check 4 (instead of merely 2) addr bits for probing sdtemp(4) chips; ok deraadt | 2009-07-10 | 1 | -8/+8 | |
| | |||||
* | support onsemi's cat34ts02 and cat6095; ok deraadt | 2009-07-10 | 1 | -1/+5 | |
| | |||||
* | apologize (dlg and claudio, stop snickering) | 2009-03-14 | 1 | -2/+2 | |
| | |||||
* | Move most of spdmem match logic into the driver and add crc16/ddr3 | 2009-02-19 | 1 | -10/+7 | |
| | | | | | | | | | support based on changes in NetBSD by Paul Goyette with goop like bitfields/single decode function mess removed and things like module type/simpler capacity calculations added. Tested by a bunch of people in particular krw who tested a few revs of the ddr3 bits. | ||||
* | Check for zero'd spd data even if we pass the checksum | 2008-12-12 | 1 | -2/+4 | |
| | | | | | | | and don't offer a match in this case. Deals with the qemu "TODO: Populate SPD eeprom data." tested by todd@ | ||||
* | add support for ST's chip since documentation is now available at | 2008-11-13 | 1 | -1/+5 | |
| | | | | | http://www.st.com/stonline/products/literature/ds/13448/stts424e02.pdf as discovered by Gert-Jan Vons. | ||||
* | support w83627dhg at i2c (as seen on Sun Ultra 24 via dmesg@) ok deraadt@ | 2008-11-03 | 1 | -1/+4 | |
| | |||||
* | unbreak the ignore_addrs logic (the 'continue' was obviously meant to affect | 2008-04-22 | 1 | -2/+4 | |
| | | | | | | another preceding 'for' loop); reported by krw and kettenis; better diff from millert; 'get it in' deraadt | ||||
* | two more i2c probe checks. adt has split off or been sold to ON | 2008-04-20 | 1 | -2/+5 | |
| | | | | | | semi, so now even more data sheets are available at http://www.onsemi.com/PowerSolutions/parametrics.do?id=2127 so if people want to help write drivers... | ||||
* | detect adm1034 | 2008-04-18 | 1 | -5/+7 | |
| | |||||
* | adm1033 has a rev register to check as well | 2008-04-18 | 1 | -2/+2 | |
| | |||||
* | make it more apparent that when we are dealing with 16 bit registers | 2008-04-17 | 1 | -7/+7 | |
| | | | | | (not a series of 8 bit registers), the bytes come off the wire in big-endian order | ||||
* | MCP98242 temp sensor docs found.. | 2008-04-10 | 1 | -1/+5 | |
| | |||||
* | Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I am | 2008-04-09 | 1 | -1/+5 | |
| | | | | simply going through datasheets found on the net...) | ||||
* | support the NPX SE97 too | 2008-04-09 | 1 | -1/+5 | |
| | |||||
* | Identify two chips which follow the JDEC JC-42.4 standard dimm temperature | 2008-04-07 | 1 | -1/+9 | |
| | | | | probe -- NPX SE98 and ADT 7408 | ||||
* | toast unused args from a printf call; ok deraadt | 2008-04-01 | 1 | -2/+2 | |
| | |||||
* | match more versions of w83793g; whilst here, also ensure that the bank 0 | 2008-04-01 | 1 | -4/+5 | |
| | | | | registers are only tested if bank 0 is selected; 'looks ok' deraadt | ||||
* | only need 8 words to learn about i2c spd jc-42.4 sensors | 2008-04-01 | 1 | -2/+2 | |
| | |||||
* | test the Vdd registers of Andigilog chips against the minimum voltage readings; | 2008-03-27 | 1 | -2/+4 | |
| | | | | 'good plan' deraadt; ok kettenis, mikeb | ||||
* | add probe for Andigilog aSC7611; discussed with deraadt | 2008-03-19 | 1 | -1/+6 | |
| | |||||
* | sch5027 probing, from remco@d-compu.dyndns.org | 2007-12-05 | 1 | -1/+4 | |
| | |||||
* | print some word reads as well in the verbose output | 2007-10-30 | 1 | -10/+14 | |
| | |||||
* | expand range where we search for sensors | 2007-10-25 | 1 | -3/+2 | |
| | |||||
* | remove the unused i2cbus_attach_args param from the probe functions; ok deraadt | 2007-10-24 | 1 | -9/+7 | |
| | |||||
* | make older gcc happier | 2007-10-24 | 1 | -2/+2 | |
| | |||||
* | fix r1.101 (2007-10-07) regression of not calling the iic_dump() for a | 2007-10-24 | 1 | -22/+15 | |
| | | | | | | | successfully identified sensor chip that was not claimed by any driver; whilst at it, get rid of the 'if defined' madness ok deraadt | ||||
* | skip the ignored addresses completely (now covers the eeprom range, too); ok deraadt | 2007-10-24 | 1 | -7/+6 | |
| | |||||
* | Check to see if the SPD EEPROM size looks sane (ie < 32K) | 2007-10-18 | 1 | -2/+5 | |
| | | | | | when trying to decide if we have found an SPD EEPROM. ok deraadt@ | ||||
* | add probe for TI TMP401 (untested) | 2007-10-17 | 1 | -1/+13 | |
| | |||||
* | probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok deraadt@ | 2007-10-11 | 1 | -1/+9 | |
| | |||||
* | we have been knocking out i2c when ipmi exists on a machine (because | 2007-10-09 | 1 | -3/+16 | |
| | | | | | | | | 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. | ||||
* | 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 | ||||
* | 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 | ||||
* | 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@ | ||||
* | ``it's'' -> ``its'' when the grammar gods require this change. | 2007-04-10 | 1 | -2/+2 | |
| | |||||
* | 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) |