diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-09 15:59:48 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2007-09-09 15:59:48 +0000 |
commit | 69660582124d73b68700fe04ac7349b2e5eb7787 (patch) | |
tree | 6af46bb26830e0a94f9e4d55b868eca65d819bad /sys/dev | |
parent | 9d9d387556bdff12d73a54644d08bb9b1ec32ce3 (diff) |
thmc vs tmhc screwup
Diffstat (limited to 'sys/dev')
-rw-r--r-- | sys/dev/i2c/files.i2c | 8 | ||||
-rw-r--r-- | sys/dev/i2c/thmc50.c (renamed from sys/dev/i2c/tmhc50.c) | 2 |
2 files changed, 5 insertions, 5 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 diff --git a/sys/dev/i2c/tmhc50.c b/sys/dev/i2c/thmc50.c index c23811a3419..2c9584110d4 100644 --- a/sys/dev/i2c/tmhc50.c +++ b/sys/dev/i2c/thmc50.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tmhc50.c,v 1.1 2007/09/09 00:20:30 deraadt Exp $ */ +/* $OpenBSD: thmc50.c,v 1.1 2007/09/09 15:59:47 deraadt Exp $ */ /* * Copyright (c) 2007 Theo de Raadt |