summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/files.i2c
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-25 12:19:49 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-25 12:19:49 +0000
commit3b654ca7c412b8a9e0671269986141103c9a1cb1 (patch)
treeeedab3777c1b74d4f38317bc77f8ad30be43271b /sys/dev/i2c/files.i2c
parentffb544621d0b5efd45b6300ee18774eb6a403b23 (diff)
support adm1024, kind of like adm1025 but some voltage pins more around and 2 fans show up
Diffstat (limited to 'sys/dev/i2c/files.i2c')
-rw-r--r--sys/dev/i2c/files.i2c7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c
index 60aebceba74..fd0549521cf 100644
--- a/sys/dev/i2c/files.i2c
+++ b/sys/dev/i2c/files.i2c
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i2c,v 1.19 2005/12/24 19:34:01 deraadt Exp $
+# $OpenBSD: files.i2c,v 1.20 2005/12/25 12:19:48 deraadt Exp $
# $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $
define i2c {[addr = -1], [size = -1]}
@@ -46,6 +46,11 @@ attach admtemp at i2c
file dev/i2c/adm1021.c admtemp
# ADM1025
+device admlc
+attach admlc at i2c
+file dev/i2c/adm1024.c admlc
+
+# ADM1025
device admtm
attach admtm at i2c
file dev/i2c/adm1025.c admtm