summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys/dev/i2c/files.i2c4
-rw-r--r--sys/dev/i2c/lm78_i2c.c (renamed from sys/dev/i2c/lm_i2c.c)2
2 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/i2c/files.i2c b/sys/dev/i2c/files.i2c
index 2e4f7d17d73..dcf913c421f 100644
--- a/sys/dev/i2c/files.i2c
+++ b/sys/dev/i2c/files.i2c
@@ -1,4 +1,4 @@
-# $OpenBSD: files.i2c,v 1.30 2006/01/24 21:35:06 kettenis Exp $
+# $OpenBSD: files.i2c,v 1.31 2006/01/28 11:18:41 kettenis Exp $
# $NetBSD: files.i2c,v 1.3 2003/10/20 16:24:10 briggs Exp $
define i2c {[addr = -1], [size = -1]}
@@ -86,7 +86,7 @@ file dev/i2c/adt7460.c adt
# National Semiconductor LM78/79/81 and compatible hardware monitors
attach lm at i2c with lm_i2c
-file dev/i2c/lm_i2c.c lm_i2c
+file dev/i2c/lm78_i2c.c lm_i2c
# ADM1026
device admcts
diff --git a/sys/dev/i2c/lm_i2c.c b/sys/dev/i2c/lm78_i2c.c
index 1854724ee67..44017c91954 100644
--- a/sys/dev/i2c/lm_i2c.c
+++ b/sys/dev/i2c/lm78_i2c.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: lm_i2c.c,v 1.10 2006/01/26 22:07:14 kettenis Exp $ */
+/* $OpenBSD: lm78_i2c.c,v 1.1 2006/01/28 11:18:41 kettenis Exp $ */
/*
* Copyright (c) 2005 Mark Kettenis