diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-02 03:13:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2006-01-02 03:13:09 +0000 |
commit | f65561e54c5e2bddd3e8c4f9fab115e7ad400fc3 (patch) | |
tree | 15e2ad15db75008c508211f86b4ddcea3420bf0e /sys/dev/i2c | |
parent | 300bc52f898f0b258312613a27833da044509347 (diff) |
add the name sparc64 calls this thing
Diffstat (limited to 'sys/dev/i2c')
-rw-r--r-- | sys/dev/i2c/adm1021.c | 5 |
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); } |