xref: /freebsd/sys/powerpc/conf/NOTES (revision b2db760808f74bb53c232900091c9da801ebbfcc)
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# You must specify a machine directive to choose powerpc or powerpc64
12#machine		powerpc powerpc[64]
13
14#
15# You must specify at least one CPU (the one you intend to run on).
16cpu		AIM
17#cpu		E500
18
19options 	FPU_EMU
20
21#options 	MPC85XX
22options 	POWERMAC		#NewWorld Apple PowerMacs
23options 	PSIM			#GDB PSIM ppc simulator
24options		MAMBO			#IBM Mambo Full System Simulator
25
26options 	SC_OFWFB		# OFW frame buffer
27
28# The cpufreq(4) driver provides support for CPU frequency control
29device		cpufreq
30
31# Standard busses
32device		pci
33
34device		bm		# Apple BMAC (Big Mac Ethernet)
35device		kiic		# Apple Keywest I2C Controller
36device		ofwd		# Open Firmware disks
37device		adb		# Apple Desktop Bus
38device		cuda		# VIA-CUDA ADB interface
39device		pmu		# Apple Power Management Unit
40device		smu		# Apple System Management Unit
41device		snd_ai2s	# Apple I2S Audio
42device		snd_davbus	# Apple Davbus Audio
43
44
45#####################################################################
46# Devices we don't want to deal with
47
48nodevice	bktr
49nodevice	fdc
50nodevice	ppc
51nodevice	splash
52# when splash works enable *_saver
53nodevice	blank_saver
54nodevice	daemon_saver
55nodevice	dragon_saver
56nodevice	fade_saver
57nodevice	fire_saver
58nodevice	green_saver
59nodevice	logo_saver
60nodevice	rain_saver
61nodevice	snake_saver
62nodevice	star_saver
63nodevice	warp_saver
64nodevice	daemon_saver
65nodevice	star_saver
66nodevice	snake_saver
67# isa
68nodevice	pcii
69nodevice	tnt4882
70# sound
71nodevice	snd_cmi
72# wants gdb_cur
73nodevice	dcons
74nodevice	dcons_crom
75
76
77#####################################################################
78# Options we don't want to deal with
79
80nooption	PPC_DEBUG
81nooption	PPC_PROBE_CHIPSET
82nooption 	SC_NO_MODE_CHANGE
83nooption 	UKBD_DFLT_KEYMAP
84