1# $FreeBSD$ 2# 3# This file contains machine dependent kernel configuration notes. For 4# machine independent notes, look in /sys/conf/NOTES. 5 6 7 8##################################################################### 9# CPU OPTIONS 10 11# You must specify a machine directive to choose powerpc or powerpc64 12#machine powerpc powerpc[64] 13 14# 15# You must specify at least one CPU (the one you intend to run on). 16cpu AIM 17#cpu BOOKE_E500 18#cpu BOOKE_PPC440 19 20options FPU_EMU 21 22#options MPC85XX 23options POWERMAC #NewWorld Apple PowerMacs 24#options PS3 #Sony Playstation 3 25options PSIM #GDB PSIM ppc simulator 26options MAMBO #IBM Mambo Full System Simulator 27#options WII #Nintendo Wii 28 29options SC_OFWFB # OFW frame buffer 30 31# The cpufreq(4) driver provides support for CPU frequency control 32device cpufreq 33 34# Standard busses 35device pci 36device agp 37 38device bm # Apple BMAC (Big Mac Ethernet) 39device glc # Sony Playstation 3 Ethernet 40device kiic # Apple Keywest I2C Controller 41device ofwd # Open Firmware disks 42device adb # Apple Desktop Bus 43device cuda # VIA-CUDA ADB interface 44device ad7417 # PowerMac7,2 temperature sensor 45device ds1631 # PowerMac11,2 temperature sensor 46device ds1775 # PowerMac7,2 temperature sensor 47device fcu # Apple Fan Control Unit 48device max6690 # PowerMac7,2 temperature sensor 49device pmu # Apple Power Management Unit 50device smu # Apple System Management Unit 51device snd_ai2s # Apple I2S Audio 52device snd_davbus # Apple Davbus Audio 53device adm1030 # Apple G4 MDD fan controller 54 55 56##################################################################### 57# Devices we don't want to deal with 58 59nodevice bktr 60nodevice cxgbe # XXX: builds on powerpc64 only. 61nodevice fdc 62nodevice ppc 63nodevice splash 64# when splash works enable *_saver 65nodevice blank_saver 66nodevice daemon_saver 67nodevice dragon_saver 68nodevice fade_saver 69nodevice fire_saver 70nodevice green_saver 71nodevice logo_saver 72nodevice rain_saver 73nodevice snake_saver 74nodevice star_saver 75nodevice warp_saver 76nodevice daemon_saver 77nodevice star_saver 78nodevice snake_saver 79# isa 80nodevice pcii 81nodevice tnt4882 82# sound 83nodevice snd_cmi 84# wants gdb_cur 85nodevice dcons 86nodevice dcons_crom 87 88 89##################################################################### 90# Options we don't want to deal with 91 92nooption PPC_DEBUG 93nooption PPC_PROBE_CHIPSET 94nooption SC_NO_MODE_CHANGE 95nooption UKBD_DFLT_KEYMAP 96