NOTES revision 222686
1# $FreeBSD: head/sys/powerpc/conf/NOTES 222686 2011-06-04 15:17:35Z andreast $
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
23#options	PS3			#Sony Playstation 3
24options 	PSIM			#GDB PSIM ppc simulator
25options		MAMBO			#IBM Mambo Full System Simulator
26
27options 	SC_OFWFB		# OFW frame buffer
28
29# The cpufreq(4) driver provides support for CPU frequency control
30device		cpufreq
31
32# Standard busses
33device		pci
34device		agp
35
36device		bm		# Apple BMAC (Big Mac Ethernet)
37device		glc		# Sony Playstation 3 Ethernet
38device		kiic		# Apple Keywest I2C Controller
39device		ofwd		# Open Firmware disks
40device		adb		# Apple Desktop Bus
41device		cuda		# VIA-CUDA ADB interface
42device          ad7417          # PowerMac7,2 temperature sensor
43device		ds1775		# PowerMac7,2 temperature sensor
44device		fcu		# Apple Fan Control Unit
45device		max6690		# PowerMac7,2 temperature sensor
46device		pmu		# Apple Power Management Unit
47device		smu		# Apple System Management Unit
48device		snd_ai2s	# Apple I2S Audio
49device		snd_davbus	# Apple Davbus Audio
50device		windtunnel	# Apple G4 MDD fan controller
51
52
53#####################################################################
54# Devices we don't want to deal with
55
56nodevice	bktr
57nodevice	fdc
58nodevice	ppc
59nodevice	splash
60# when splash works enable *_saver
61nodevice	blank_saver
62nodevice	daemon_saver
63nodevice	dragon_saver
64nodevice	fade_saver
65nodevice	fire_saver
66nodevice	green_saver
67nodevice	logo_saver
68nodevice	rain_saver
69nodevice	snake_saver
70nodevice	star_saver
71nodevice	warp_saver
72nodevice	daemon_saver
73nodevice	star_saver
74nodevice	snake_saver
75# isa
76nodevice	pcii
77nodevice	tnt4882
78# sound
79nodevice	snd_cmi
80# wants gdb_cur
81nodevice	dcons
82nodevice	dcons_crom
83
84
85#####################################################################
86# Options we don't want to deal with
87
88nooption	PPC_DEBUG
89nooption	PPC_PROBE_CHIPSET
90nooption 	SC_NO_MODE_CHANGE
91nooption 	UKBD_DFLT_KEYMAP
92