From d59a162c118b3e3befb4f0a46ecd1cf6e5bdf353 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Tue, 30 Oct 2018 11:51:09 +0000 Subject: 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 --- sys/powerpc/powermac/fcu.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys') 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); -- cgit v1.2.3