summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf/NOTES
blob: e25528ab422451e63eafe811d510fb6bf4bda255 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
# $FreeBSD$
#
# This file contains machine dependent kernel configuration notes.  For
# machine independent notes, look in /sys/conf/NOTES.



#####################################################################
# CPU OPTIONS

#
# You must specify at least one CPU (the one you intend to run on).
cpu		AIM

options 	POWERMAC		#NewWorld Apple PowerMacs
options 	PSIM			#GDB PSIM ppc simulator

options		SC_OFWFB		# OFW frame buffer

# Standard busses
device		pci

device		ofwd		# Open Firmware disks


#####################################################################
# Devices we don't want to deal with

nodevice	fdc
nodevice	ppc
nodevice	splash
# when splash works enable *_saver
nodevice	blank_saver
nodevice	daemon_saver
nodevice	dragon_saver
nodevice	fade_saver
nodevice	fire_saver
nodevice	green_saver
nodevice	logo_saver
nodevice	rain_saver
nodevice	snake_saver
nodevice	star_saver
nodevice	warp_saver
nodevice	daemon_saver
nodevice	star_saver
nodevice	snake_saver
# isa
nodevice	pcii
nodevice	tnt4882
# wants gdb_cur
nodevice	dcons
nodevice	dcons_crom


#####################################################################
# Options we don't want to deal with

nooption 	SMP
nooption 	ADAPTIVE_SX
nooption 	GDB
nooption	PPC_DEBUG
nooption	PPC_PROBE_CHIPSET
nooption 	SC_NO_MODE_CHANGE
nooption 	UKBD_DFLT_KEYMAP
OpenPOWER on IntegriCloud