Module Name: src
Committed By: macallan
Date: Wed Feb 20 18:19:46 UTC 2019
Modified Files:
src/sys/dev/i2c: lm75.c
Log Message:
moar match string
To generate a diff of this commit:
cvs rdiff -u -r1.33 -r1.34 src/sys/dev/i2c/lm75.c
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/lm75.c
diff -u src/sys/dev/i2c/lm75.c:1.33 src/sys/dev/i2c/lm75.c:1.34
--- src/sys/dev/i2c/lm75.c:1.33 Tue Jun 26 06:03:57 2018
+++ src/sys/dev/i2c/lm75.c Wed Feb 20 18:19:46 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: lm75.c,v 1.33 2018/06/26 06:03:57 thorpej Exp $ */
+/* $NetBSD: lm75.c,v 1.34 2019/02/20 18:19:46 macallan Exp $ */
/*
* Copyright (c) 2003 Wasabi Systems, Inc.
@@ -36,7 +36,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: lm75.c,v 1.33 2018/06/26 06:03:57 thorpej Exp $");
+__KERNEL_RCSID(0, "$NetBSD: lm75.c,v 1.34 2019/02/20 18:19:46 macallan Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -103,6 +103,7 @@ static int sysctl_lm75_temp(SYSCTLFN_ARG
static const struct device_compatible_entry compat_data[] = {
{ "i2c-lm75", 0 },
+ { "lm75", 0 },
{ "ds1775", 0 },
/*
* see XXX in _attach() below: add code once non-lm75 matches are