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