index
:
src
cvs/HEAD
kms/intel
kms/radeon
master
OpenBSD base system
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
dev
/
i2c
Age
Commit message (
Expand
)
Author
2009-10-05
match() function was leaving the i2c bus locked; ok kettenis
Theo de Raadt
2009-09-13
Don't try to check for ECC with fbdimm as the offset exceeds
Jonathan Gray
2009-08-12
only pull in the source file if it is needed, so that all the others
Theo de Raadt
2009-08-12
Mark sensor as invalid if the i2c transaction to read its value fails.
Mark Kettenis
2009-08-12
New lisa(4) driver for ST LIS331DL accelerometer in HP 2133 Mini-Note PC; ok...
Constantine A. Murenin
2009-07-10
check 4 (instead of merely 2) addr bits for probing sdtemp(4) chips; ok deraadt
Constantine A. Murenin
2009-07-10
fix the complement in the 2's complement patch from yesterday; ok deraadt
Constantine A. Murenin
2009-07-10
support onsemi's cat34ts02 and cat6095; ok deraadt
Constantine A. Murenin
2009-07-10
the temperature value is really a 13-bit 2's complement; ok deraadt
Constantine A. Murenin
2009-07-10
fix the mask for the sign bit and some comment; ok deraadt
Constantine A. Murenin
2009-05-23
Seems I confused Mb and MB and was in too much of a rush when I
Jonathan Gray
2009-04-22
remove a meaningless sensor.desc; ok deraadt
Constantine A. Murenin
2009-03-14
apologize (dlg and claudio, stop snickering)
Theo de Raadt
2009-02-22
Untested FB-DIMM decoding adapted from changes made to NetBSD
Jonathan Gray
2009-02-19
Indicate if a thermal sensor is present on ddr3 modules.
Jonathan Gray
2009-02-19
Move most of spdmem match logic into the driver and add crc16/ddr3
Jonathan Gray
2009-01-26
Unify error message.
Mark Kettenis
2008-12-12
Check for zero'd spd data even if we pass the checksum
Jonathan Gray
2008-11-24
remove more logically irrelevant DDR code from the SDR function; ok jsg
Constantine A. Murenin
2008-11-13
add support for ST's chip since documentation is now available at
Theo de Raadt
2008-11-10
remove some dead code and fix a comment; llvm/clang; ok jsg
Constantine A. Murenin
2008-11-10
uninitialised value caused some lmenv(4) fans to never appear sometimes;
Constantine A. Murenin
2008-11-03
support w83627dhg at i2c (as seen on Sun Ultra 24 via dmesg@) ok deraadt@
Constantine A. Murenin
2008-09-10
add support for the PCA9555 device which has 16 instead of 8 pins.
Reyk Floeter
2008-06-09
* fix the order of precedence in the divisor bits calculation
Constantine A. Murenin
2008-05-21
Print a specific message for non i2c attachments like macppc
Jonathan Gray
2008-05-01
correct attach messages
Theo de Raadt
2008-04-23
learn about the fans
Theo de Raadt
2008-04-22
* correct the names of the register defines
Constantine A. Murenin
2008-04-22
unbreak the ignore_addrs logic (the 'continue' was obviously meant to affect
Constantine A. Murenin
2008-04-22
handle all four temperature sensors
Theo de Raadt
2008-04-21
correct negative temperatures (if they ever happen); spotted by cnst
Theo de Raadt
2008-04-21
improve register to temperature conversion code
Theo de Raadt
2008-04-21
when iic_exec fails, return 0xff for the read value; ok jsg
Theo de Raadt
2008-04-21
A very very rough start at an adt7462 driver
Theo de Raadt
2008-04-20
two more i2c probe checks. adt has split off or been sold to ON
Theo de Raadt
2008-04-18
detect adm1034
Theo de Raadt
2008-04-18
adm1033 has a rev register to check as well
Theo de Raadt
2008-04-18
correct sizeof; palmeida
Theo de Raadt
2008-04-17
make it more apparent that when we are dealing with 16 bit registers
Theo de Raadt
2008-04-17
use sizeof(thing) instead of hard-coding it
Theo de Raadt
2008-04-17
use sizeof(thing) instead of hard-coding it
Theo de Raadt
2008-04-16
Use ntohs() to swap the raw i2c data to native format; tested by sthen
Theo de Raadt
2008-04-15
Take a shot at LM76 support (13 bit temperature, 0.065 degC per LSB) for
Theo de Raadt
2008-04-10
MCP98242 temp sensor docs found..
Theo de Raadt
2008-04-09
Recognize and support the Microchip MCP9805 JC-42.2 sensor (we hope; I am
Theo de Raadt
2008-04-09
support the NPX SE97 too
Theo de Raadt
2008-04-07
New sensor driver for JDEC JC-42.4 standard dimm temperature sensors
Theo de Raadt
2008-04-07
Identify two chips which follow the JDEC JC-42.4 standard dimm temperature
Theo de Raadt
2008-04-01
toast unused args from a printf call; ok deraadt
Constantine A. Murenin
[next]