svn commit: r339914 - head/sys/powerpc/powermac
Michael Tuexen
tuexen at FreeBSD.org
Tue Oct 30 11:51:10 UTC 2018
Author: tuexen
Date: Tue Oct 30 11:51:09 2018
New Revision: 339914
URL: https://svnweb.freebsd.org/changeset/base/339914
Log:
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
Modified:
head/sys/powerpc/powermac/fcu.c
Modified: head/sys/powerpc/powermac/fcu.c
==============================================================================
--- head/sys/powerpc/powermac/fcu.c Tue Oct 30 11:19:47 2018 (r339913)
+++ head/sys/powerpc/powermac/fcu.c Tue Oct 30 11:51:09 2018 (r339914)
@@ -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);
More information about the svn-src-all
mailing list