NOTES revision 165926
1# $FreeBSD: head/sys/powerpc/conf/NOTES 165926 2007-01-10 18:45:18Z marius $
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		OEA
14
15options 	POWERMAC		#NewWorld Apple PowerMacs
16options 	PSIM			#GDB PSIM ppc simulator
17
18options		SC_OFWFB		# OFW frame buffer
19
20# Standard busses
21device		pci
22
23device		gem		# Sun GEM/Sun ERI/Apple GMAC
24device		ofwd		# Open Firmware disks
25
26
27#####################################################################
28# Devices we don't want to deal with
29
30nodevice	fdc
31nodevice	ppc
32nodevice	splash
33# when splash works enable *_saver
34nodevice	blank_saver
35nodevice	daemon_saver
36nodevice	dragon_saver
37nodevice	fade_saver
38nodevice	fire_saver
39nodevice	green_saver
40nodevice	logo_saver
41nodevice	rain_saver
42nodevice	snake_saver
43nodevice	star_saver
44nodevice	warp_saver
45nodevice	daemon_saver
46nodevice	star_saver
47nodevice	snake_saver
48# isa
49nodevice	pcii
50nodevice	tnt4882
51# wants gdb_cur
52nodevice	dcons
53nodevice	dcons_crom
54
55
56#####################################################################
57# Options we don't want to deal with
58
59nooption 	SMP
60nooption 	GDB
61nooption	PPC_DEBUG
62nooption	PPC_PROBE_CHIPSET
63nooption 	SC_NO_MODE_CHANGE
64nooption 	UKBD_DFLT_KEYMAP
65