da89fa28c6
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)
87 lines
2.0 KiB
Plaintext
87 lines
2.0 KiB
Plaintext
# $FreeBSD$
|
||
#
|
||
# This file contains machine dependent kernel configuration notes. For
|
||
# machine independent notes, look in /sys/conf/NOTES.
|
||
|
||
|
||
|
||
#####################################################################
|
||
# CPU OPTIONS
|
||
|
||
# You must specify a machine directive to choose powerpc or powerpc64
|
||
#machine powerpc powerpc[64]
|
||
|
||
#
|
||
# You must specify at least one CPU (the one you intend to run on).
|
||
cpu AIM
|
||
#cpu E500
|
||
|
||
options FPU_EMU
|
||
|
||
#options MPC85XX
|
||
options POWERMAC #NewWorld Apple PowerMacs
|
||
options PSIM #GDB PSIM ppc simulator
|
||
options MAMBO #IBM Mambo Full System Simulator
|
||
|
||
options SC_OFWFB # OFW frame buffer
|
||
|
||
# The cpufreq(4) driver provides support for CPU frequency control
|
||
device cpufreq
|
||
|
||
# Standard busses
|
||
device pci
|
||
|
||
device bm # Apple BMAC (Big Mac Ethernet)
|
||
device kiic # Apple Keywest I2C Controller
|
||
device ofwd # Open Firmware disks
|
||
device adb # Apple Desktop Bus
|
||
device cuda # VIA-CUDA ADB interface
|
||
device ds1775 # PowerMac7,2 temperature sensor
|
||
device fcu # Apple Fan Control Unit
|
||
device max6690 # PowerMac7,2 temperature sensor
|
||
device pmu # Apple Power Management Unit
|
||
device smu # Apple System Management Unit
|
||
device snd_ai2s # Apple I2S Audio
|
||
device snd_davbus # Apple Davbus Audio
|
||
|
||
|
||
#####################################################################
|
||
# Devices we don't want to deal with
|
||
|
||
nodevice bktr
|
||
nodevice fdc
|
||
nodevice ppc
|
||
nodevice splash
|
||
# when splash works enable *_saver
|
||
nodevice blank_saver
|
||
nodevice daemon_saver
|
||
nodevice dragon_saver
|
||
nodevice fade_saver
|
||
nodevice fire_saver
|
||
nodevice green_saver
|
||
nodevice logo_saver
|
||
nodevice rain_saver
|
||
nodevice snake_saver
|
||
nodevice star_saver
|
||
nodevice warp_saver
|
||
nodevice daemon_saver
|
||
nodevice star_saver
|
||
nodevice snake_saver
|
||
# isa
|
||
nodevice pcii
|
||
nodevice tnt4882
|
||
# sound
|
||
nodevice snd_cmi
|
||
# wants gdb_cur
|
||
nodevice dcons
|
||
nodevice dcons_crom
|
||
|
||
|
||
#####################################################################
|
||
# Options we don't want to deal with
|
||
|
||
nooption PPC_DEBUG
|
||
nooption PPC_PROBE_CHIPSET
|
||
nooption SC_NO_MODE_CHANGE
|
||
nooption UKBD_DFLT_KEYMAP
|