Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/dev/i2c Add lmenv to the configuration framework.



details:   https://anonhg.NetBSD.org/src/rev/38b6a6981da4
branches:  trunk
changeset: 790508:38b6a6981da4
user:      jdc <jdc%NetBSD.org@localhost>
date:      Tue Oct 15 19:13:32 2013 +0000

description:
Add lmenv to the configuration framework.

diffstat:

 sys/dev/i2c/files.i2c |  7 ++++++-
 1 files changed, 6 insertions(+), 1 deletions(-)

diffs (21 lines):

diff -r 05a580a127ae -r 38b6a6981da4 sys/dev/i2c/files.i2c
--- a/sys/dev/i2c/files.i2c     Tue Oct 15 19:12:41 2013 +0000
+++ b/sys/dev/i2c/files.i2c     Tue Oct 15 19:13:32 2013 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: files.i2c,v 1.52 2013/09/08 14:59:42 rkujawa Exp $
+#      $NetBSD: files.i2c,v 1.53 2013/10/15 19:13:32 jdc Exp $
 
 obsolete defflag       opt_i2cbus.h            I2C_SCAN
 define i2cbus { }
@@ -107,6 +107,11 @@
 attach lm at iic with lm_iic
 file   dev/i2c/lm_i2c.c                        lm_iic
 
+# National Semiconductor LM87 and clones system hardware monitor
+device lmenv: sysmon_envsys
+attach lmenv at iic
+file   dev/i2c/lm87.c                          lmenv
+
 # Dallas DS1307 Real Time Clock
 device dsrtc
 attach dsrtc at iic



Home | Main Index | Thread Index | Old Index