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# 12# You must specify at least one CPU (the one you intend to run on). 13cpu AIM 14#cpu E500 15 16options FPU_EMU 17 18#options MPC85XX 19options POWERMAC #NewWorld Apple PowerMacs 20options PSIM #GDB PSIM ppc simulator 21 22options SC_OFWFB # OFW frame buffer 23 24# Standard busses 25device pci 26 27device ofwd # Open Firmware disks 28 29 30##################################################################### 31# Devices we don't want to deal with 32 33nodevice fdc 34nodevice ppc 35nodevice splash 36# when splash works enable *_saver 37nodevice blank_saver 38nodevice daemon_saver 39nodevice dragon_saver 40nodevice fade_saver 41nodevice fire_saver 42nodevice green_saver 43nodevice logo_saver 44nodevice rain_saver 45nodevice snake_saver 46nodevice star_saver 47nodevice warp_saver 48nodevice daemon_saver 49nodevice star_saver 50nodevice snake_saver 51# isa 52nodevice pcii 53nodevice tnt4882 54# sound 55nodevice snd_cmi 56# wants gdb_cur 57nodevice dcons 58nodevice dcons_crom 59 60 61##################################################################### 62# Options we don't want to deal with 63 64nooption SMP 65nooption ADAPTIVE_SX 66nooption PPC_DEBUG 67nooption PPC_PROBE_CHIPSET 68nooption SC_NO_MODE_CHANGE 69nooption UKBD_DFLT_KEYMAP 70