summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@cvs.openbsd.org>2006-11-20 18:51:08 +0000
committerMark Kettenis <kettenis@cvs.openbsd.org>2006-11-20 18:51:08 +0000
commitf29be21e1fbc4724853a0466d407da4b78e24ba1 (patch)
tree8dae60f71673659ded527c1031258bc4c8854379
parentcb6c0cc90d2b3c0a7a38327f572f5c8075394044 (diff)
Add support for LM63.
tested by niklas@
-rw-r--r--sys/dev/i2c/maxim6690.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/dev/i2c/maxim6690.c b/sys/dev/i2c/maxim6690.c
index 70abee2301b..6a47689674b 100644
--- a/sys/dev/i2c/maxim6690.c
+++ b/sys/dev/i2c/maxim6690.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: maxim6690.c,v 1.10 2006/04/30 22:30:17 djm Exp $ */
+/* $OpenBSD: maxim6690.c,v 1.11 2006/11/20 18:51:07 kettenis Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -80,6 +80,7 @@ maxtmp_match(struct device *parent, void *match, void *aux)
strcmp(ia->ia_name, "max6657") == 0 ||
strcmp(ia->ia_name, "max6658") == 0 ||
strcmp(ia->ia_name, "max6659") == 0 ||
+ strcmp(ia->ia_name, "lm63") == 0 ||
strcmp(ia->ia_name, "lm86") == 0 ||
strcmp(ia->ia_name, "lm89") == 0 ||
strcmp(ia->ia_name, "lm89-1") == 0 ||