summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-27 21:22:52 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>2005-12-27 21:22:52 +0000
commit3c617153af57fccf3eb4b80cb994cc321f87024f (patch)
tree810fb041140556728e7b47c8726fb5e264db7015 /sys/dev
parent367698317579e7e93ff7e89fdf045b12948574ea (diff)
3 drivers that mistakenly claim to need gpiobus
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/i2c/files.i2c8
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c
index e24892cb761..2597521c22d 100644
--- a/sys/dev/i2c/files.i2c
+++ b/sys/dev/i2c/files.i2c
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i2c,v 1.22 2005/12/27 20:47:00 kettenis Exp $
+# $OpenBSD: files.i2c,v 1.23 2005/12/27 21:22:51 deraadt Exp $
# $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $
define i2c {[addr = -1], [size = -1]}
@@ -71,17 +71,17 @@ attach pcagpio at i2c
file dev/i2c/pca9554.c pcagpio
# Maxim DS1631
-device maxds: gpiobus
+device maxds
attach maxds at i2c
file dev/i2c/ds1631.c maxds
# Apple FCU
-device fcu: gpiobus
+device fcu
attach fcu at i2c
file dev/i2c/fcu.c fcu
# Apple ADT
-device adt: gpiobus
+device adt
attach adt at i2c
file dev/i2c/adt7460.c adt