summaryrefslogtreecommitdiff
path: root/sys/dev/i2c/adm1021.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/dev/i2c/adm1021.c')
-rw-r--r--sys/dev/i2c/adm1021.c5
1 files changed, 3 insertions, 2 deletions
diff --git a/sys/dev/i2c/adm1021.c b/sys/dev/i2c/adm1021.c
index 523c9090e4f..dc9554334e4 100644
--- a/sys/dev/i2c/adm1021.c
+++ b/sys/dev/i2c/adm1021.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: adm1021.c,v 1.18 2005/12/29 14:51:08 deraadt Exp $ */
+/* $OpenBSD: adm1021.c,v 1.19 2006/01/02 03:13:08 deraadt Exp $ */
/*
* Copyright (c) 2005 Theo de Raadt
@@ -69,7 +69,8 @@ admtemp_match(struct device *parent, void *match, void *aux)
if (strcmp(ia->ia_name, "adm1021") == 0 ||
strcmp(ia->ia_name, "adm1032") == 0 ||
strcmp(ia->ia_name, "xeontemp") == 0 ||
- strcmp(ia->ia_name, "maxim1617") == 0)
+ strcmp(ia->ia_name, "maxim1617") == 0 ||
+ strcmp(ia->ia_name, "max1617") == 0)
return (1);
return (0);
}