diff options
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 c53863d6ec2..48d81a83e8e 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.1 2004/05/23 17:33:43 grange Exp $ +# $OpenBSD: files.i2c,v 1.2 2004/05/23 18:12:37 grange Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ device iic { addr, [size = -1] } @@ -8,3 +8,8 @@ file dev/i2c/i2c_exec.c iic | i2cbus | i2cexec # Common module for bit-bang'ing an I2C bus file dev/i2c/i2c_bitbang.c i2c_bitbang + +# National Semiconductor LM75/LM77 temperature sensor +device lmtemp +attach lmtemp at iic +file dev/i2c/lm75.c lmtemp |