Module Name: src
Committed By: jdc
Date: Sun Jan 3 17:28:33 UTC 2016
Modified Files:
src/sys/dev/i2c: lm75reg.h
Log Message:
Add LM75A ID register (for completeness).
To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.5 src/sys/dev/i2c/lm75reg.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/dev/i2c/lm75reg.h
diff -u src/sys/dev/i2c/lm75reg.h:1.4 src/sys/dev/i2c/lm75reg.h:1.5
--- src/sys/dev/i2c/lm75reg.h:1.4 Wed Aug 7 19:38:45 2013
+++ src/sys/dev/i2c/lm75reg.h Sun Jan 3 17:28:33 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: lm75reg.h,v 1.4 2013/08/07 19:38:45 soren Exp $ */
+/* $NetBSD: lm75reg.h,v 1.5 2016/01/03 17:28:33 jdc Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -66,6 +66,7 @@
#define LM75_REG_CONFIG 0x01
#define LM75_REG_THYST_SET_POINT 0x02
#define LM75_REG_TOS_SET_POINT 0x03
+#define LM75_REG_ID 0x07 /* LM75A only */
#define LM77_REG_TCRIT_SET_POINT 0x03
#define LM77_REG_TLOW_SET_POINT 0x04