diff options
| author | 2008-04-07 01:31:44 +0000 | |
|---|---|---|
| committer | 2008-04-07 01:31:44 +0000 | |
| commit | 89683e7d035b72df5f03cd1a796e096f66a44d82 (patch) | |
| tree | c59f6af2bafe38cdeb95b032815c1f671d26d41f /sys/dev/i2c/files.i2c | |
| parent | Identify two chips which follow the JDEC JC-42.4 standard dimm temperature (diff) | |
| download | wireguard-openbsd-89683e7d035b72df5f03cd1a796e096f66a44d82.tar.xz wireguard-openbsd-89683e7d035b72df5f03cd1a796e096f66a44d82.zip | |
New sensor driver for JDEC JC-42.4 standard dimm temperature sensors
(still extremely rare devices.. so rare I had to wire up a chip myself)
Diffstat (limited to 'sys/dev/i2c/files.i2c')
| -rw-r--r-- | sys/dev/i2c/files.i2c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index f23f1759f99..205158cc824 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.44 2008/03/23 07:04:48 cnst Exp $ +# $OpenBSD: files.i2c,v 1.45 2008/04/07 01:31:44 deraadt Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -152,3 +152,8 @@ file dev/i2c/thmc50.c thmc device spdmem attach spdmem at i2c file dev/i2c/spdmem.c spdmem + +# SO-DIMM (JC-42.4) temperature sensor +device sdtemp +attach sdtemp at i2c +file dev/i2c/sdtemp.c sdtemp |
