diff options
| author | 2006-01-02 03:13:08 +0000 | |
|---|---|---|
| committer | 2006-01-02 03:13:08 +0000 | |
| commit | 49ad301a2f51c24b48c2bb1bdab6f75f3295b810 (patch) | |
| tree | 597af158e065a6ef7033d12f36b9eadcf8928b24 | |
| parent | document macppc and sparc64 use prom instead of scanning (diff) | |
| download | wireguard-openbsd-49ad301a2f51c24b48c2bb1bdab6f75f3295b810.tar.xz wireguard-openbsd-49ad301a2f51c24b48c2bb1bdab6f75f3295b810.zip | |
add the name sparc64 calls this thing
| -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); } |
