summaryrefslogtreecommitdiff
path: root/sys/dev
diff options
context:
space:
mode:
authorAlexander Yurchenko <grange@cvs.openbsd.org>2006-01-14 13:55:15 +0000
committerAlexander Yurchenko <grange@cvs.openbsd.org>2006-01-14 13:55:15 +0000
commit44bff467804eebc281d1245b61ac7ab2cbb62723 (patch)
tree90002073847c048e4d064f8149e9590b27bfef33 /sys/dev
parentd80500bc6c29ac0bc01b806038fdec7662a65bc9 (diff)
Add a comment.
Diffstat (limited to 'sys/dev')
-rw-r--r--sys/dev/gpio/files.gpio3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/gpio/files.gpio b/sys/dev/gpio/files.gpio
index 1dfe1562ff2..add5a0cbe11 100644
--- a/sys/dev/gpio/files.gpio
+++ b/sys/dev/gpio/files.gpio
@@ -1,4 +1,4 @@
-# $OpenBSD: files.gpio,v 1.4 2006/01/14 00:14:21 grange Exp $
+# $OpenBSD: files.gpio,v 1.5 2006/01/14 13:55:14 grange Exp $
define gpio {offset, mask}
@@ -6,6 +6,7 @@ device gpio: gpio
attach gpio at gpiobus
file dev/gpio/gpio.c gpio needs-flag
+# I2C bus bit-banging
device gpioiic: i2cbus, i2c_bitbang
attach gpioiic at gpio
file dev/gpio/gpioiic.c gpioiic