aboutsummaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorMichael Tuexen <tuexen@FreeBSD.org>2018-10-30 11:51:09 +0000
committerMichael Tuexen <tuexen@FreeBSD.org>2018-10-30 11:51:09 +0000
commitd59a162c118b3e3befb4f0a46ecd1cf6e5bdf353 (patch)
tree5a8b84bb8729b1cfb4a6d881f77738a2aefe02a2 /sys
parentca34591f29e3548ce4648a90ffb6e78fedec62cc (diff)
downloadsrc-d59a162c118b3e3befb4f0a46ecd1cf6e5bdf353.tar.gz
src-d59a162c118b3e3befb4f0a46ecd1cf6e5bdf353.zip
Bump the number of fans supported from 8 to 12.
The number of fans on a PowerMac7,3 with liquid cooling is 9. Reviewed by: andreast@ MFC after: 3 days Differential Revision: https://reviews.freebsd.org/D17754
Notes
Notes: svn path=/head/; revision=339914
Diffstat (limited to 'sys')
-rw-r--r--sys/powerpc/powermac/fcu.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/powerpc/powermac/fcu.c b/sys/powerpc/powermac/fcu.c
index a1841a57ffe1..7b45aebab7c0 100644
--- a/sys/powerpc/powermac/fcu.c
+++ b/sys/powerpc/powermac/fcu.c
@@ -451,9 +451,9 @@ fcu_fill_fan_prop(device_t dev)
{
phandle_t child;
struct fcu_softc *sc;
- u_int id[8];
- char location[96];
- char type[64];
+ u_int id[12];
+ char location[144];
+ char type[96];
int i = 0, j, len = 0, prop_len, prev_len = 0;
sc = device_get_softc(dev);