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 windtunnel # Apple G4 MDD fan controller 54 55 56##################################################################### 57# Devices we don't want to deal with 58 59nodevice bktr 60nodevice fdc 61nodevice ppc 62nodevice splash 63# when splash works enable *_saver 64nodevice blank_saver 65nodevice daemon_saver 66nodevice dragon_saver 67nodevice fade_saver 68nodevice fire_saver 69nodevice green_saver 70nodevice logo_saver 71nodevice rain_saver 72nodevice snake_saver 73nodevice star_saver 74nodevice warp_saver 75nodevice daemon_saver 76nodevice star_saver 77nodevice snake_saver 78# isa 79nodevice pcii 80nodevice tnt4882 81# sound 82nodevice snd_cmi 83# wants gdb_cur 84nodevice dcons 85nodevice dcons_crom 86 87 88##################################################################### 89# Options we don't want to deal with 90 91nooption PPC_DEBUG 92nooption PPC_PROBE_CHIPSET 93nooption SC_NO_MODE_CHANGE 94nooption UKBD_DFLT_KEYMAP 95