diff options
author | 2004-05-24 12:46:44 +0000 | |
---|---|---|
committer | 2004-05-24 12:46:44 +0000 | |
commit | 3df189d93d80af59d1114b6ca9ea3ef9cb9ebe5a (patch) | |
tree | 6e63f0a12153e5c11b50367eddf5906ed2fc10c3 /sys/dev/i2c | |
parent | - sort options (diff) | |
download | wireguard-openbsd-3df189d93d80af59d1114b6ca9ea3ef9cb9ebe5a.tar.xz wireguard-openbsd-3df189d93d80af59d1114b6ca9ea3ef9cb9ebe5a.zip |
tiny comments sync with netbsd, was lost during importing
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r-- | sys/dev/i2c/files.i2c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 48d81a83e8e..546f8ccf8bf 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.2 2004/05/23 18:12:37 grange Exp $ +# $OpenBSD: files.i2c,v 1.3 2004/05/24 12:46:44 grange Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ device iic { addr, [size = -1] } @@ -9,6 +9,10 @@ file dev/i2c/i2c_exec.c iic | i2cbus | i2cexec # Common module for bit-bang'ing an I2C bus file dev/i2c/i2c_bitbang.c i2c_bitbang +# +# I2C client devices +# + # National Semiconductor LM75/LM77 temperature sensor device lmtemp attach lmtemp at iic |