Age | Commit message (Collapse) | Author | |
---|---|---|---|
2006-04-10 | make this match our code standards | Theo de Raadt | |
2006-01-19 | Replace SENSOR_ADD() macro with a pair of functions | Alexander Yurchenko | |
sensor_add()/sensor_del() so that sensors can be attached and detached dynamicaly. ok kettenis@ deraadt@ dlg@ | |||
2006-01-03 | Use "official" chip part names/numbers for matching. | Mark Kettenis | |
ok deraadt@ | |||
2006-01-02 | add the name sparc64 calls this thing | Theo de Raadt | |
2005-12-29 | stop using I2C_F_POLL; it is a bus driver responsibility now | Theo de Raadt | |
2005-12-29 | "xeontemp" just means "looks like some sort of adm1021, or maxim1617, | Theo de Raadt | |
but without any ID registers". anyways, i found some that still have two registers. instead of using "xeontemp" to mean "only look at one probe", use the existing 0x7f == short plus the ext-short bit in the status register to determine validity. otherwise, show them both. | |||
2005-12-28 | probe for adm1032, a stupid stupid adm1021 | Theo de Raadt | |
2005-12-27 | correctly mark 0x7f temperature reading as invalid | Theo de Raadt | |
2005-12-27 | mark xeon internal sensor invalid each time | Theo de Raadt | |
2005-12-27 | oops, messed up "enabling run" | Theo de Raadt | |
2005-12-27 | only start, if not already started | Theo de Raadt | |
2005-12-27 | no longer use ia_compat; tested by a few | Theo de Raadt | |
2005-12-26 | add address qualifiers to a few chips (ie. they can only occur at certain | Theo de Raadt | |
addresses) there are some "xeon" sensors that are actually real maxim1617, and hence have a 0xfe register containing maxim's identifier .. cope. remove totally bogus lm81 detection. | |||
2005-12-26 | maxim1617 is the same | Theo de Raadt | |
2005-12-26 | set the "start adc" bit upon startup | Theo de Raadt | |
2005-12-25 | rename Xeon sensor, and ignore the other temperature sensor | Theo de Raadt | |
2005-12-24 | bad message | Theo de Raadt | |
2005-12-24 | For Xeon sensors, only show one probe | Theo de Raadt | |
2005-12-24 | handle embedded xeon temperature probes. yes, you got it -- i2c wires | Theo de Raadt | |
coming off the processor... for an embedded adm1021 on the chip. only the "external" temperature is valid, the other one is disabled. | |||
2005-12-24 | signed temperature... | Theo de Raadt | |
2005-12-23 | match functions deserve a failure condition | Theo de Raadt | |
2005-12-22 | start at a driver for the stupid ADM 1021 | Theo de Raadt | |