summaryrefslogtreecommitdiffstats
path: root/sys/conf/files.powerpc
diff options
context:
space:
mode:
authorandreast <andreast@FreeBSD.org>2010-10-15 20:08:16 +0000
committerandreast <andreast@FreeBSD.org>2010-10-15 20:08:16 +0000
commit1cef14c1d4d84dd65444d4db2df33c2521d3a5a8 (patch)
treef6df6d5436125b508decaf3fb6bad9631107e798 /sys/conf/files.powerpc
parent22560ed4e732f4b4b229efd7f3ac9a545a873852 (diff)
downloadFreeBSD-src-1cef14c1d4d84dd65444d4db2df33c2521d3a5a8.zip
FreeBSD-src-1cef14c1d4d84dd65444d4db2df33c2521d3a5a8.tar.gz
Add three new drivers for fan control and temperature reading on the
PowerMac7,2. - The fcu driver lets us read and write the fan RPMs for all fans in the PowerMac7,2. This driver is PowerMac specific. - The ds1775 is a driver to read the temperature for the drive bay sensor. - The max6690 is another driver to read temperatures. Here it is used to read the inlet, the backside and the U3 heatsink temperature. An additional driver, the ad7417, will follow later. Thanks to nwhitehorn for guiding me through this driver development. Approved by: nwhitehorn (mentor)
Diffstat (limited to 'sys/conf/files.powerpc')
-rw-r--r--sys/conf/files.powerpc3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/conf/files.powerpc b/sys/conf/files.powerpc
index e7d1d4d..0dfe031 100644
--- a/sys/conf/files.powerpc
+++ b/sys/conf/files.powerpc
@@ -26,6 +26,8 @@ dev/cfi/cfi_bus_fdt.c optional cfi fdt
dev/fb/fb.c optional sc
dev/fdt/fdt_powerpc.c optional fdt
dev/hwpmc/hwpmc_powerpc.c optional hwpmc
+dev/iicbus/ds1775.c optional ds1775 powermac
+dev/iicbus/max6690.c optional max6690 powermac
dev/kbd/kbd.c optional sc
dev/mem/memutil.c optional mem
dev/ofw/openfirm.c optional aim | fdt
@@ -138,6 +140,7 @@ powerpc/powermac/ata_dbdma.c optional powermac ata | powermac atamacio
powerpc/powermac/cuda.c optional powermac cuda
powerpc/powermac/cpcht.c optional powermac pci
powerpc/powermac/dbdma.c optional powermac pci
+powerpc/powermac/fcu.c optional powermac fcu
powerpc/powermac/grackle.c optional powermac pci
powerpc/powermac/hrowpic.c optional powermac pci
powerpc/powermac/kiic.c optional powermac kiic
OpenPOWER on IntegriCloud