diff options
| author | tsutsui <tsutsui@NetBSD.org> | 2007-05-26 04:19:29 +0000 |
|---|---|---|
| committer | tsutsui <tsutsui@NetBSD.org> | 2007-05-26 04:19:29 +0000 |
| commit | 19c950bfd5c57b79beabd644fbb3935ad79c4e3e (patch) | |
| tree | 1a5ccdab168b67180982209d74f1005f87a7f299 /sys/dev | |
| parent | 2ae2a9ae1e62ff93d5e4fb3cb98788c5f691ab67 (diff) | |
Fix a typo in RFACT of the second 3.3Vcc of W83627EHF. From OpenBSD.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/ic/nslm7x.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/dev/ic/nslm7x.c b/sys/dev/ic/nslm7x.c index 4a0caff114f..81452cf4960 100644 --- a/sys/dev/ic/nslm7x.c +++ b/sys/dev/ic/nslm7x.c @@ -1,4 +1,4 @@ -/* $NetBSD: nslm7x.c,v 1.35 2007/04/19 20:24:47 xtraeme Exp $ */ +/* $NetBSD: nslm7x.c,v 1.36 2007/05/26 04:19:29 tsutsui Exp $ */ /*- * Copyright (c) 2000 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.35 2007/04/19 20:24:47 xtraeme Exp $"); +__KERNEL_RCSID(0, "$NetBSD: nslm7x.c,v 1.36 2007/05/26 04:19:29 tsutsui Exp $"); #include <sys/param.h> #include <sys/systm.h> @@ -396,7 +396,7 @@ static struct lm_sensor w83627ehf_sensors[] = { .bank = 0, .reg = 0x23, .refresh = lm_refresh_volt, - .rfact = RFACT(34, 24) / 2 + .rfact = RFACT(34, 34) / 2 }, { .desc = "-12V", |
