2005-12-20 21:51:41 -05:00
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
#
|
|
|
|
|
|
# This file contains machine dependent kernel configuration notes. For
|
|
|
|
|
|
# machine independent notes, look in /sys/conf/NOTES.
|
|
|
|
|
|
|
2015-06-10 11:53:39 -04:00
|
|
|
|
#
|
|
|
|
|
|
# Enable the kernel DTrace hooks which are required to load the DTrace
|
|
|
|
|
|
# kernel modules.
|
|
|
|
|
|
#
|
|
|
|
|
|
options KDTRACE_HOOKS
|
|
|
|
|
|
|
|
|
|
|
|
# DTrace core
|
|
|
|
|
|
# NOTE: introduces CDDL-licensed components into the kernel
|
|
|
|
|
|
#device dtrace
|
|
|
|
|
|
|
|
|
|
|
|
# DTrace modules
|
|
|
|
|
|
#device dtrace_profile
|
|
|
|
|
|
#device dtrace_sdt
|
|
|
|
|
|
#device dtrace_fbt
|
|
|
|
|
|
#device dtrace_systrace
|
|
|
|
|
|
#device dtrace_prototype
|
|
|
|
|
|
#device dtnfscl
|
|
|
|
|
|
#device dtmalloc
|
|
|
|
|
|
|
|
|
|
|
|
# Alternatively include all the DTrace modules
|
|
|
|
|
|
#device dtraceall
|
2005-12-20 21:51:41 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
|
# CPU OPTIONS
|
|
|
|
|
|
|
2010-08-18 23:19:26 -04:00
|
|
|
|
# You must specify a machine directive to choose powerpc or powerpc64
|
|
|
|
|
|
#machine powerpc powerpc[64]
|
2010-07-13 01:32:19 -04:00
|
|
|
|
|
2005-12-20 21:51:41 -05:00
|
|
|
|
#
|
|
|
|
|
|
# You must specify at least one CPU (the one you intend to run on).
|
2007-12-15 19:45:56 -05:00
|
|
|
|
cpu AIM
|
2012-05-27 06:25:20 -04:00
|
|
|
|
#cpu BOOKE_E500
|
|
|
|
|
|
#cpu BOOKE_PPC440
|
2005-12-20 21:51:41 -05:00
|
|
|
|
|
2008-02-23 17:32:16 -05:00
|
|
|
|
options FPU_EMU
|
|
|
|
|
|
|
2008-03-03 22:05:53 -05:00
|
|
|
|
#options MPC85XX
|
2005-12-20 21:51:41 -05:00
|
|
|
|
options POWERMAC #NewWorld Apple PowerMacs
|
2011-01-06 09:12:24 -05:00
|
|
|
|
#options PS3 #Sony Playstation 3
|
2005-12-20 21:51:41 -05:00
|
|
|
|
options PSIM #GDB PSIM ppc simulator
|
2014-03-18 10:41:18 -04:00
|
|
|
|
options MAMBO #IBM Mambo Full System Simulator
|
2005-12-20 21:51:41 -05:00
|
|
|
|
|
2009-05-09 20:00:25 -04:00
|
|
|
|
options SC_OFWFB # OFW frame buffer
|
2005-12-20 21:51:41 -05:00
|
|
|
|
|
2009-05-31 05:01:23 -04:00
|
|
|
|
# The cpufreq(4) driver provides support for CPU frequency control
|
|
|
|
|
|
device cpufreq
|
|
|
|
|
|
|
2005-12-20 21:51:41 -05:00
|
|
|
|
# Standard busses
|
2010-10-31 14:27:05 -04:00
|
|
|
|
device agp
|
2005-12-20 21:51:41 -05:00
|
|
|
|
|
2008-06-07 21:58:11 -04:00
|
|
|
|
device bm # Apple BMAC (Big Mac Ethernet)
|
2011-01-05 23:12:29 -05:00
|
|
|
|
device glc # Sony Playstation 3 Ethernet
|
2009-01-14 21:52:31 -05:00
|
|
|
|
device kiic # Apple Keywest I2C Controller
|
2005-12-20 21:51:41 -05:00
|
|
|
|
device ofwd # Open Firmware disks
|
2008-12-07 21:38:13 -05:00
|
|
|
|
device adb # Apple Desktop Bus
|
|
|
|
|
|
device cuda # VIA-CUDA ADB interface
|
2011-05-29 10:25:42 -04:00
|
|
|
|
device ad7417 # PowerMac7,2 temperature sensor
|
2012-08-19 15:44:13 -04:00
|
|
|
|
device ds1631 # PowerMac11,2 temperature sensor
|
2010-10-15 16:08:16 -04:00
|
|
|
|
device ds1775 # PowerMac7,2 temperature sensor
|
|
|
|
|
|
device fcu # Apple Fan Control Unit
|
|
|
|
|
|
device max6690 # PowerMac7,2 temperature sensor
|
2008-12-07 21:38:13 -05:00
|
|
|
|
device pmu # Apple Power Management Unit
|
2009-06-23 00:28:32 -04:00
|
|
|
|
device smu # Apple System Management Unit
|
2009-01-25 13:20:15 -05:00
|
|
|
|
device snd_ai2s # Apple I2S Audio
|
|
|
|
|
|
device snd_davbus # Apple Davbus Audio
|
2014-10-15 21:32:22 -04:00
|
|
|
|
device adm1030 # Apple G4 MDD fan controller
|
2005-12-20 21:51:41 -05:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
|
# Devices we don't want to deal with
|
|
|
|
|
|
|
2010-08-18 23:19:26 -04:00
|
|
|
|
nodevice bktr
|
2015-01-15 20:39:24 -05:00
|
|
|
|
nodevice cxgbe # XXX: builds on powerpc64 only.
|
2005-12-20 21:51:41 -05:00
|
|
|
|
nodevice fdc
|
|
|
|
|
|
nodevice ppc
|
2006-10-23 09:23:14 -04:00
|
|
|
|
nodevice splash
|
2005-12-20 21:51:41 -05:00
|
|
|
|
# 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
|
2007-12-19 13:00:50 -05:00
|
|
|
|
# sound
|
|
|
|
|
|
nodevice snd_cmi
|
2005-12-20 21:51:41 -05:00
|
|
|
|
# wants gdb_cur
|
|
|
|
|
|
nodevice dcons
|
|
|
|
|
|
nodevice dcons_crom
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
|
# Options we don't want to deal with
|
|
|
|
|
|
|
|
|
|
|
|
nooption PPC_DEBUG
|
|
|
|
|
|
nooption PPC_PROBE_CHIPSET
|
2007-01-10 13:45:18 -05:00
|
|
|
|
nooption SC_NO_MODE_CHANGE
|
2005-12-20 21:51:41 -05:00
|
|
|
|
nooption UKBD_DFLT_KEYMAP
|