NOTES revision 185755
1# $FreeBSD: head/sys/powerpc/conf/NOTES 185755 2008-12-08 02:38:13Z nwhitehorn $
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
29device		adb		# Apple Desktop Bus
30device		cuda		# VIA-CUDA ADB interface
31device		pmu		# Apple Power Management Unit
32
33
34#####################################################################
35# Devices we don't want to deal with
36
37nodevice	fdc
38nodevice	ppc
39nodevice	splash
40# when splash works enable *_saver
41nodevice	blank_saver
42nodevice	daemon_saver
43nodevice	dragon_saver
44nodevice	fade_saver
45nodevice	fire_saver
46nodevice	green_saver
47nodevice	logo_saver
48nodevice	rain_saver
49nodevice	snake_saver
50nodevice	star_saver
51nodevice	warp_saver
52nodevice	daemon_saver
53nodevice	star_saver
54nodevice	snake_saver
55# isa
56nodevice	pcii
57nodevice	tnt4882
58# sound
59nodevice	snd_cmi
60# wants gdb_cur
61nodevice	dcons
62nodevice	dcons_crom
63
64
65#####################################################################
66# Options we don't want to deal with
67
68nooption	PPC_DEBUG
69nooption	PPC_PROBE_CHIPSET
70nooption 	SC_NO_MODE_CHANGE
71nooption 	UKBD_DFLT_KEYMAP
72