diff options
Diffstat (limited to 'sys/dev/i2c/files.i2c')
-rw-r--r-- | sys/dev/i2c/files.i2c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 7f225434141..bb08971affb 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.35 2006/06/15 20:50:44 drahn Exp $ +# $OpenBSD: files.i2c,v 1.36 2006/06/17 04:43:01 drahn Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -117,3 +117,8 @@ file dev/i2c/rs5c372.c ricohrtc device fintek attach fintek at i2c file dev/i2c/fintek.c fintek + +# Phillips Semiconductor PCA9532 +device pcaled: gpiobus +attach pcaled at i2c +file dev/i2c/pca9532.c pcaled |