xref: /freebsd/sys/powerpc/conf/NOTES (revision 4bc52338)
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# Enable the kernel DTrace hooks which are required to load the DTrace
8# kernel modules.
9#
10options 	KDTRACE_HOOKS
11
12# DTrace core
13# NOTE: introduces CDDL-licensed components into the kernel
14#device		dtrace
15
16# DTrace modules
17#device		dtrace_profile
18#device		dtrace_sdt
19#device		dtrace_fbt
20#device		dtrace_systrace
21#device		dtrace_prototype
22#device		dtnfscl
23#device		dtmalloc
24
25# Alternatively include all the DTrace modules
26#device		dtraceall
27
28
29#####################################################################
30# CPU OPTIONS
31
32# You must specify a machine directive to choose powerpc or powerpc64
33#machine		powerpc powerpc[64]
34
35#
36# You must specify at least one CPU (the one you intend to run on).
37cpu		AIM
38#cpu		BOOKE_E500
39#cpu		BOOKE_PPC440
40
41options 	FPU_EMU
42
43#options 	MPC85XX
44options 	POWERMAC		#NewWorld Apple PowerMacs
45#options	PS3			#Sony Playstation 3
46options 	PSIM			#GDB PSIM ppc simulator
47options 	MAMBO			#IBM Mambo Full System Simulator
48
49options 	SC_OFWFB		# OFW frame buffer
50
51# The cpufreq(4) driver provides support for CPU frequency control
52device		cpufreq
53
54# Standard busses
55device		agp
56
57device		bm		# Apple BMAC (Big Mac Ethernet)
58device		glc		# Sony Playstation 3 Ethernet
59device		kiic		# Apple Keywest I2C Controller
60device		ofwd		# Open Firmware disks
61device		adb		# Apple Desktop Bus
62device		cuda		# VIA-CUDA ADB interface
63device          ad7417          # PowerMac7,2 temperature sensor
64device		ds1631		# PowerMac11,2 temperature sensor
65device		ds1775		# PowerMac7,2 temperature sensor
66device		fcu		# Apple Fan Control Unit
67device		max6690		# PowerMac7,2 temperature sensor
68device		pmu		# Apple Power Management Unit
69device		smu		# Apple System Management Unit
70device		snd_ai2s	# Apple I2S Audio
71device		snd_davbus	# Apple Davbus Audio
72device		adm1030		# Apple G4 MDD fan controller
73
74
75#####################################################################
76# Devices we don't want to deal with
77
78nodevice	bktr
79nodevice	ccr
80nodevice	cxgbe		# XXX: builds on powerpc64 only.
81nodevice	cxgbev
82nodevice	fdc
83nodevice	mpr		# no 64-bit atomics
84nodevice	mps		# no 64-bit atomics
85nodevice	ppc
86nodevice	splash
87# when splash works enable *_saver
88nodevice	blank_saver
89nodevice	daemon_saver
90nodevice	dragon_saver
91nodevice	fade_saver
92nodevice	fire_saver
93nodevice	green_saver
94nodevice	logo_saver
95nodevice	rain_saver
96nodevice	snake_saver
97nodevice	star_saver
98nodevice	warp_saver
99nodevice	daemon_saver
100nodevice	star_saver
101nodevice	snake_saver
102# sound
103nodevice	snd_cmi
104# wants gdb_cur
105nodevice	dcons
106nodevice	dcons_crom
107
108
109#####################################################################
110# Options we don't want to deal with
111
112nooption	PPC_DEBUG
113nooption	PPC_PROBE_CHIPSET
114nooption 	SC_NO_MODE_CHANGE
115nooption 	UKBD_DFLT_KEYMAP
116