Module Name: src
Committed By: nonaka
Date: Wed Dec 7 04:58:39 UTC 2016
Modified Files:
src/sys/dev/i2c: sdtemp_reg.h
Log Message:
Device ID 0xa01 also matches Catalyst CAT34TS02C.
Found on SMD-N8G28CTP-18ML-BK.
To generate a diff of this commit:
cvs rdiff -u -r1.11 -r1.12 src/sys/dev/i2c/sdtemp_reg.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/sdtemp_reg.h
diff -u src/sys/dev/i2c/sdtemp_reg.h:1.11 src/sys/dev/i2c/sdtemp_reg.h:1.12
--- src/sys/dev/i2c/sdtemp_reg.h:1.11 Wed Aug 3 03:35:24 2016
+++ src/sys/dev/i2c/sdtemp_reg.h Wed Dec 7 04:58:39 2016
@@ -1,4 +1,4 @@
-/* $NetBSD: sdtemp_reg.h,v 1.11 2016/08/03 03:35:24 msaitoh Exp $ */
+/* $NetBSD: sdtemp_reg.h,v 1.12 2016/12/07 04:58:39 nonaka Exp $ */
/*
* Copyright (c) 2009 The NetBSD Foundation, Inc.
@@ -187,7 +187,7 @@
#define CAT_34TS02_DEVICE_ID 0x0800
#define CAT_34TS02_MASK 0xFFE0
#define CAT_34TS02C_DEVICE_ID 0x0a00
-#define CAT_34TS02C_MASK 0xFFFF
+#define CAT_34TS02C_MASK 0xFFFE
#define CAT_34TS04_DEVICE_ID 0x2200
#define CAT_34TS04_MASK 0xFFFF