diff options
| author | 2005-12-27 20:47:00 +0000 | |
|---|---|---|
| committer | 2005-12-27 20:47:00 +0000 | |
| commit | 1c887df4c0d370d9b3e80a37afbad906b7ab3aa2 (patch) | |
| tree | 8b55264598fd13da187f17db444da254f58f42b4 /sys/dev/i2c/files.i2c | |
| parent | Add support for newer M7101 chips with different PCI config registers layout. (diff) | |
| download | wireguard-openbsd-1c887df4c0d370d9b3e80a37afbad906b7ab3aa2.tar.xz wireguard-openbsd-1c887df4c0d370d9b3e80a37afbad906b7ab3aa2.zip | |
lm(4) at iic(4)
ok grange@, deraadt@
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 eec001195ee..e24892cb761 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.21 2005/12/25 12:30:41 deraadt Exp $ +# $OpenBSD: files.i2c,v 1.22 2005/12/27 20:47:00 kettenis Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -84,3 +84,7 @@ file dev/i2c/fcu.c fcu device adt: gpiobus attach adt at i2c file dev/i2c/adt7460.c adt + +# National Semiconductor LM7[89] and compatible hardware monitors +attach lm at i2c with lm_i2c +file dev/i2c/lm_i2c.c lm_i2c |
