summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/i2c_scan.c
AgeCommit message (Expand)Author
2019-12-16Extend the expected SPD types to include DDR4 and low-power DDR3 & 4.Claudio Jeker
2015-05-29Revert unrelated changes in previous.Masao Uebayashi
2015-05-29Initial addition of ``Patrol Read'' support in bio(4), biocto(8), andMasao Uebayashi
2014-11-14add some more sdtemp devicesJonathan Gray
2014-09-27add some more sdtemp devicesJonathan Gray
2014-09-26Don't mask off revision bits for tests against a fullJonathan Gray
2011-10-07Detect the ts3000b3 and stts2002, and weaken the cat34ts02 model checkTheo de Raadt
2011-05-26The check for the mcp98243 sdtemp(4) device was too strict. Relax it.Theo de Raadt
2011-03-10Add support for detecting the NXP SA56004X (we have not actuallyTheo de Raadt
2010-07-093 more JEDEC JC-42.4 sensors are the marketTheo de Raadt
2010-03-22Detect Nuvoton W83795G.Mark Kettenis
2009-12-28correct id for 2nd type of stts424e02; from cnstTheo de Raadt
2009-08-12New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok...Constantine A. Murenin
2009-07-10check 4 (instead of merely 2) addr bits for probing sdtemp(4) chips; ok deraadtConstantine A. Murenin
2009-07-10support onsemi's cat34ts02 and cat6095; ok deraadtConstantine A. Murenin
2009-03-14apologize (dlg and claudio, stop snickering)Theo de Raadt
2009-02-19Move most of spdmem match logic into the driver and add crc16/ddr3Jonathan Gray
2008-12-12Check for zero'd spd data even if we pass the checksumJonathan Gray
2008-11-13add support for ST's chip since documentation is now available atTheo de Raadt
2008-11-03support w83627dhg at i2c (as seen on Sun Ultra 24 via dmesg@) ok deraadt@Constantine A. Murenin
2008-04-22unbreak the ignore_addrs logic (the 'continue' was obviously meant to affectConstantine A. Murenin
2008-04-20two more i2c probe checks. adt has split off or been sold to ONTheo de Raadt
2008-04-18detect adm1034Theo de Raadt
2008-04-18adm1033 has a rev register to check as wellTheo de Raadt
2008-04-17make it more apparent that when we are dealing with 16 bit registersTheo de Raadt
2008-04-10MCP98242 temp sensor docs found..Theo de Raadt
2008-04-09Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I amTheo de Raadt
2008-04-09support the NPX SE97 tooTheo de Raadt
2008-04-07Identify two chips which follow the JDEC JC-42.4 standard dimm temperatureTheo de Raadt
2008-04-01toast unused args from a printf call; ok deraadtConstantine A. Murenin
2008-04-01match more versions of w83793g; whilst here, also ensure that the bank 0Constantine A. Murenin
2008-04-01only need 8 words to learn about i2c spd jc-42.4 sensorsTheo de Raadt
2008-03-27test the Vdd registers of Andigilog chips against the minimum voltage readings;Constantine A. Murenin
2008-03-19add probe for Andigilog aSC7611; discussed with deraadtConstantine A. Murenin
2007-12-05sch5027 probing, from remco@d-compu.dyndns.orgTheo de Raadt
2007-10-30print some word reads as well in the verbose outputTheo de Raadt
2007-10-25expand range where we search for sensorsTheo de Raadt
2007-10-24remove the unused i2cbus_attach_args param from the probe functions; ok deraadtConstantine A. Murenin
2007-10-24make older gcc happierTheo de Raadt
2007-10-24fix r1.101 (2007-10-07) regression of not calling the iic_dump() for aConstantine A. Murenin
2007-10-24skip the ignored addresses completely (now covers the eeprom range, too); ok...Constantine A. Murenin
2007-10-18Check to see if the SPD EEPROM size looks sane (ie < 32K)Jonathan Gray
2007-10-17add probe for TI TMP401 (untested)Theo de Raadt
2007-10-11probe for Winbond W83793G; tested by jon.steel@esentire.com; suggestions/ok d...Constantine A. Murenin
2007-10-09we have been knocking out i2c when ipmi exists on a machine (becauseTheo de Raadt
2007-10-07add support for scanning the spdmem range of addresses, using a differentTheo de Raadt
2007-09-05probe for adt7462 (no driver yet, someone want to write one), and mentionTheo de Raadt
2007-09-03there is a prototype version of the lm93 (plus spacing fixes)Theo de Raadt
2007-09-03Recognize Andigilog aSC7621.Mark Kettenis
2007-04-10``it's'' -> ``its'' when the grammar gods require this change.Miod Vallat