1# $OpenBSD: files.i2c,v 1.4 2005/03/08 20:00:24 tdeval Exp $ 2# $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ 3 4device iic {addr, [size = -1]} 5attach iic at i2cbus 6file dev/i2c/i2c.c iic | i2cbus 7file dev/i2c/i2c_exec.c iic | i2cbus | i2cexec 8 9# Common module for bit-bang'ing an I2C bus 10file dev/i2c/i2c_bitbang.c i2c_bitbang 11 12# 13# I2C client devices 14# 15 16# National Semiconductor LM75/LM77 temperature sensor 17device lmtemp 18attach lmtemp at iic 19file dev/i2c/lm75.c lmtemp 20