diff options
| author | 2006-06-15 20:50:44 +0000 | |
|---|---|---|
| committer | 2006-06-15 20:50:44 +0000 | |
| commit | c721882c3d1b8e314ddedafdf67edc6c93d97cf8 (patch) | |
| tree | 1f26dc9eb599fc76d60149745a5af2725ee9aa88 /sys/dev/i2c/files.i2c | |
| parent | Ricoh rtc support for armish, driver from netbsd. (diff) | |
| download | wireguard-openbsd-c721882c3d1b8e314ddedafdf67edc6c93d97cf8.tar.xz wireguard-openbsd-c721882c3d1b8e314ddedafdf67edc6c93d97cf8.zip | |
Fan controller for Thecus N2100, still needs more work, currently sets the
fan so it is running. The nice auto fan speed isn't working currently.
Also gives temperature sensors.
Diffstat (limited to 'sys/dev/i2c/files.i2c')
| -rw-r--r-- | sys/dev/i2c/files.i2c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 82dbff24bc8..7f225434141 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.34 2006/06/15 20:42:53 drahn Exp $ +# $OpenBSD: files.i2c,v 1.35 2006/06/15 20:50:44 drahn Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -113,3 +113,7 @@ device ricohrtc attach ricohrtc at i2c file dev/i2c/rs5c372.c ricohrtc +# Fintek F75375 +device fintek +attach fintek at i2c +file dev/i2c/fintek.c fintek |
