Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Jul 2010 16:22:37 +0200
From:      Andreas Tobler <andreast-list@fgznet.ch>
To:        Peter Grehan <grehan@freebsd.org>, FreeBSD PowerPC ML <freebsd-ppc@freebsd.org>
Subject:   [RFC/T] fan control unit driver for PowerMac 7.2
Message-ID:  <4C41BCAD.4000804@fgznet.ch>

next in thread | raw e-mail | index | archive | help
This is a multi-part message in MIME format.
--------------040202070802070908080903
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Content-Transfer-Encoding: 7bit

Hi Peter, others

Over the past few moons I've written a fcu driver (with Nathans help) 
which should allow to control the fans in the older PowerMac7.2.

I'll post it here to get some feedback from you and others.

To make it work you need to place it in sys/powerpc/powermac
In the sys/conf/files.powerpc(64) you need to add this:

powerpc/powermac/fcu.c		optional	powermac

I developed the driver on the powermac64 branch. But I expect it to work 
also on 32-bit. But...

I have one issue which is not solved yet. To make it read the i2c 
devices I had to increase the DELAY in kiic_writereg to 100. This might 
be specific to my G5, a dual 1.8GHz machine.

Currently it is one big file with several sub components.

I'd welcome some feedback.

TIA,
Andreas

--------------040202070802070908080903--



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4C41BCAD.4000804>