From 50ff6a3b3461ba8ffbe6ac0de7edd658b07ac65e Mon Sep 17 00:00:00 2001 From: miod Date: Mon, 2 Jan 2006 19:49:23 +0000 Subject: Remove orphaned i2c_bitbang code, as well as i2c_bitbang and i2cexec attributes. --- sys/dev/i2c/files.i2c | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'sys/dev/i2c/files.i2c') 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 -- cgit v1.2.3-59-g8ed1b