2005-12-21 02:51:41 +00:00
|
|
|
|
# $FreeBSD$
|
|
|
|
|
#
|
|
|
|
|
# This file contains machine dependent kernel configuration notes. For
|
|
|
|
|
# machine independent notes, look in /sys/conf/NOTES.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
# CPU OPTIONS
|
|
|
|
|
|
|
|
|
|
#
|
|
|
|
|
# You must specify at least one CPU (the one you intend to run on).
|
2007-12-16 00:45:56 +00:00
|
|
|
|
cpu AIM
|
2005-12-21 02:51:41 +00:00
|
|
|
|
|
|
|
|
|
options POWERMAC #NewWorld Apple PowerMacs
|
|
|
|
|
options PSIM #GDB PSIM ppc simulator
|
|
|
|
|
|
|
|
|
|
options SC_OFWFB # OFW frame buffer
|
|
|
|
|
|
|
|
|
|
# Standard busses
|
|
|
|
|
device pci
|
|
|
|
|
|
|
|
|
|
device ofwd # Open Firmware disks
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
# Devices we don't want to deal with
|
|
|
|
|
|
|
|
|
|
nodevice fdc
|
|
|
|
|
nodevice ppc
|
2006-10-23 13:23:14 +00:00
|
|
|
|
nodevice splash
|
2005-12-21 02:51:41 +00:00
|
|
|
|
# when splash works enable *_saver
|
|
|
|
|
nodevice blank_saver
|
|
|
|
|
nodevice daemon_saver
|
|
|
|
|
nodevice dragon_saver
|
|
|
|
|
nodevice fade_saver
|
|
|
|
|
nodevice fire_saver
|
|
|
|
|
nodevice green_saver
|
|
|
|
|
nodevice logo_saver
|
|
|
|
|
nodevice rain_saver
|
|
|
|
|
nodevice snake_saver
|
|
|
|
|
nodevice star_saver
|
|
|
|
|
nodevice warp_saver
|
|
|
|
|
nodevice daemon_saver
|
|
|
|
|
nodevice star_saver
|
|
|
|
|
nodevice snake_saver
|
|
|
|
|
# isa
|
|
|
|
|
nodevice pcii
|
|
|
|
|
nodevice tnt4882
|
2007-12-19 18:00:50 +00:00
|
|
|
|
# sound
|
|
|
|
|
nodevice snd_cmi
|
2005-12-21 02:51:41 +00:00
|
|
|
|
# wants gdb_cur
|
|
|
|
|
nodevice dcons
|
|
|
|
|
nodevice dcons_crom
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#####################################################################
|
|
|
|
|
# Options we don't want to deal with
|
|
|
|
|
|
|
|
|
|
nooption SMP
|
2007-04-01 11:10:16 +00:00
|
|
|
|
nooption ADAPTIVE_SX
|
2005-12-21 02:51:41 +00:00
|
|
|
|
nooption GDB
|
|
|
|
|
nooption PPC_DEBUG
|
|
|
|
|
nooption PPC_PROBE_CHIPSET
|
2007-01-10 18:45:18 +00:00
|
|
|
|
nooption SC_NO_MODE_CHANGE
|
2005-12-21 02:51:41 +00:00
|
|
|
|
nooption UKBD_DFLT_KEYMAP
|