diff options
| author | Rui Paulo <rpaulo@FreeBSD.org> | 2007-11-22 23:38:24 +0000 |
|---|---|---|
| committer | Rui Paulo <rpaulo@FreeBSD.org> | 2007-11-22 23:38:24 +0000 |
| commit | 4b07bf84dd3b30334f1fcaed3c7714935cdbbd72 (patch) | |
| tree | 23c1280081dab114eee3a689f71f46e496240643 /sys/dev | |
| parent | cfb5b3256b080e7691fc828cd03521758378f709 (diff) | |
Notes
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/asmc/asmc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/asmc/asmc.c b/sys/dev/asmc/asmc.c index 302681b65fc44..81c9a1cc1640c 100644 --- a/sys/dev/asmc/asmc.c +++ b/sys/dev/asmc/asmc.c @@ -183,8 +183,8 @@ struct asmc_model asmc_models[] = { { "Macmini1,1", "Apple SMC Mac Mini", NULL, NULL, NULL, - NULL, NULL, ASMC_FAN_FUNCS, + NULL, NULL, ASMC_MM_TEMPS, ASMC_MM_TEMPNAMES, ASMC_MM_TEMPDESCS }, |
