diff options
author | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-02 19:49:27 +0000 |
---|---|---|
committer | Miod Vallat <miod@cvs.openbsd.org> | 2006-01-02 19:49:27 +0000 |
commit | 7af8544a3ce7e2585a72c0b02ef24e7532ed3d7d (patch) | |
tree | b45c1adca71a6969c162f1db320a2d018e433b8f /sys/dev/i2c/files.i2c | |
parent | b6d0f2d435827e6b04d18121326bd1e40aa1b18d (diff) |
Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexec
attributes.
Diffstat (limited to 'sys/dev/i2c/files.i2c')
-rw-r--r-- | sys/dev/i2c/files.i2c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 8def66dd392..3a0b718af89 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,15 +1,12 @@ -# $OpenBSD: files.i2c,v 1.25 2005/12/30 23:19:51 djm Exp $ +# $OpenBSD: files.i2c,v 1.26 2006/01/02 19:49:26 miod Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} device iic: i2c attach iic at i2cbus file dev/i2c/i2c.c iic | i2cbus -file dev/i2c/i2c_exec.c iic | i2cbus | i2cexec -file dev/i2c/i2c_scan.c iic | i2cbus | i2cexec - -# Common module for bit-bang'ing an I2C bus -file dev/i2c/i2c_bitbang.c i2c_bitbang +file dev/i2c/i2c_exec.c iic | i2cbus +file dev/i2c/i2c_scan.c iic | i2cbus # # I2C client devices |