diff options
| author | 2008-03-23 07:04:48 +0000 | |
|---|---|---|
| committer | 2008-03-23 07:04:48 +0000 | |
| commit | 5446699794e332028d9fc6b92bf6449fa352c32a (patch) | |
| tree | b56603f5b4144b4c38e885b0cfc017a8ac01f7e7 /sys/dev/i2c/files.i2c | |
| parent | update sensor list; from Geoff Steckel (diff) | |
| download | wireguard-openbsd-5446699794e332028d9fc6b92bf6449fa352c32a.tar.xz wireguard-openbsd-5446699794e332028d9fc6b92bf6449fa352c32a.zip | |
New andl(4) driver for Andigilog aSC7611 Hardware Monitor.
Tested in my i2c sandbox against an i2c dump from D946GZIS,
a dmesg for which was kindly donated to our dmesg@.
'commit it' deraadt@
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 2ba4711e8a3..f23f1759f99 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.43 2007/10/26 15:00:49 martin Exp $ +# $OpenBSD: files.i2c,v 1.44 2008/03/23 07:04:48 cnst Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -138,6 +138,11 @@ device adl attach adl at i2c file dev/i2c/asc7621.c adl +# Andigilog aSC7611 +device andl +attach andl at i2c +file dev/i2c/asc7611.c andl + # TI TMHC50 / Analog ADM1022 device thmc attach thmc at i2c |
