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 bm # Apple BMAC (Big Mac Ethernet) 28device ofwd # Open Firmware disks 29 30 31##################################################################### 32# Devices we don't want to deal with 33 34nodevice fdc 35nodevice ppc 36nodevice splash 37# when splash works enable *_saver 38nodevice blank_saver 39nodevice daemon_saver 40nodevice dragon_saver 41nodevice fade_saver 42nodevice fire_saver 43nodevice green_saver 44nodevice logo_saver 45nodevice rain_saver 46nodevice snake_saver 47nodevice star_saver 48nodevice warp_saver 49nodevice daemon_saver 50nodevice star_saver 51nodevice snake_saver 52# isa 53nodevice pcii 54nodevice tnt4882 55# sound 56nodevice snd_cmi 57# wants gdb_cur 58nodevice dcons 59nodevice dcons_crom 60 61 62##################################################################### 63# Options we don't want to deal with 64 65nooption PPC_DEBUG 66nooption PPC_PROBE_CHIPSET 67nooption SC_NO_MODE_CHANGE 68nooption UKBD_DFLT_KEYMAP 69