diff options
author | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-03-23 07:04:49 +0000 |
---|---|---|
committer | Constantine A. Murenin <cnst@cvs.openbsd.org> | 2008-03-23 07:04:49 +0000 |
commit | e2bdd52fe1e738c40d19940d0b5ca4f1d95a7d13 (patch) | |
tree | f2e055cd3a390ae6c1954ebb7bfe2c91299dfea7 /sys/dev/i2c/files.i2c | |
parent | 6f5d0a21fdfc7a26f3d4a75e8c72e2d1d8e3127c (diff) |
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 |