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 28options SC_OFWFB # OFW frame buffer 29 30# The cpufreq(4) driver provides support for CPU frequency control 31device cpufreq 32 33# Standard busses 34device pci 35device agp 36 37device bm # Apple BMAC (Big Mac Ethernet) 38device glc # Sony Playstation 3 Ethernet 39device kiic # Apple Keywest I2C Controller 40device ofwd # Open Firmware disks 41device adb # Apple Desktop Bus 42device cuda # VIA-CUDA ADB interface 43device ad7417 # PowerMac7,2 temperature sensor 44device ds1631 # PowerMac11,2 temperature sensor 45device ds1775 # PowerMac7,2 temperature sensor 46device fcu # Apple Fan Control Unit 47device max6690 # PowerMac7,2 temperature sensor 48device pmu # Apple Power Management Unit 49device smu # Apple System Management Unit 50device snd_ai2s # Apple I2S Audio 51device snd_davbus # Apple Davbus Audio 52device windtunnel # Apple G4 MDD fan controller 53 54 55##################################################################### 56# Devices we don't want to deal with 57 58nodevice bktr 59nodevice fdc 60nodevice ppc 61nodevice splash 62# when splash works enable *_saver 63nodevice blank_saver 64nodevice daemon_saver 65nodevice dragon_saver 66nodevice fade_saver 67nodevice fire_saver 68nodevice green_saver 69nodevice logo_saver 70nodevice rain_saver 71nodevice snake_saver 72nodevice star_saver 73nodevice warp_saver 74nodevice daemon_saver 75nodevice star_saver 76nodevice snake_saver 77# isa 78nodevice pcii 79nodevice tnt4882 80# sound 81nodevice snd_cmi 82# wants gdb_cur 83nodevice dcons 84nodevice dcons_crom 85 86 87##################################################################### 88# Options we don't want to deal with 89 90nooption PPC_DEBUG 91nooption PPC_PROBE_CHIPSET 92nooption SC_NO_MODE_CHANGE 93nooption UKBD_DFLT_KEYMAP 94