summaryrefslogtreecommitdiffstats
path: root/sys/dev/i2c/files.i2c
diff options
context:
space:
mode:
authormiod <miod@openbsd.org>2006-01-02 19:49:23 +0000
committermiod <miod@openbsd.org>2006-01-02 19:49:23 +0000
commit50ff6a3b3461ba8ffbe6ac0de7edd658b07ac65e (patch)
treec5086a3d135c2ab3d6ef3b8e5c589d03ec5b4709 /sys/dev/i2c/files.i2c
parentFaster signal trampoline code for m88k: instead of pushing everything on (diff)
downloadwireguard-openbsd-50ff6a3b3461ba8ffbe6ac0de7edd658b07ac65e.tar.xz
wireguard-openbsd-50ff6a3b3461ba8ffbe6ac0de7edd658b07ac65e.zip
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.i2c9
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