diff options
| author | 2007-09-09 15:59:47 +0000 | |
|---|---|---|
| committer | 2007-09-09 15:59:47 +0000 | |
| commit | c648336dce6932259cfbd8a2447d7762088402ca (patch) | |
| tree | b3b86223c61396bbcc1467563ccbc38b4092fa3f /sys/dev/i2c/files.i2c | |
| parent | /enet apparently maps to mc0; gwk ok (diff) | |
| download | wireguard-openbsd-c648336dce6932259cfbd8a2447d7762088402ca.tar.xz wireguard-openbsd-c648336dce6932259cfbd8a2447d7762088402ca.zip | |
thmc vs tmhc screwup
Diffstat (limited to 'sys/dev/i2c/files.i2c')
| -rw-r--r-- | sys/dev/i2c/files.i2c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c index 29a5689566c..76b5f0e0e2e 100644 --- a/sys/dev/i2c/files.i2c +++ b/sys/dev/i2c/files.i2c @@ -1,4 +1,4 @@ -# $OpenBSD: files.i2c,v 1.39 2007/09/09 00:20:30 deraadt Exp $ +# $OpenBSD: files.i2c,v 1.40 2007/09/09 15:59:47 deraadt Exp $ # $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $ define i2c {[addr = -1], [size = -1]} @@ -134,6 +134,6 @@ attach adl at i2c file dev/i2c/asc7621.c adl # TI TMHC50 / Analog ADM1022 -device tmhc -attach tmhc at i2c -file dev/i2c/tmhc50.c tmhc +device thmc +attach thmc at i2c +file dev/i2c/thmc50.c thmc |
