From 5446699794e332028d9fc6b92bf6449fa352c32a Mon Sep 17 00:00:00 2001 From: cnst Date: Sun, 23 Mar 2008 07:04:48 +0000 Subject: 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@ --- sys/dev/i2c/files.i2c | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'sys/dev/i2c/files.i2c') 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 -- cgit v1.2.3-59-g8ed1b