summaryrefslogtreecommitdiffstats
path: root/sys/powerpc/conf/MPC85XX
blob: 51d4e8d534256a26851e921a847ff004f92d3e46 (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
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
#
# Custom kernel for Freescale MPC85XX development boards like the CDS etc.
#
# $FreeBSD$
#

cpu		E500
ident		MPC85XX

makeoptions	DEBUG="-Wa,-me500 -g"
makeoptions	NO_MODULES=yes

options 	FPU_EMU

options 	_KPOSIX_PRIORITY_SCHEDULING
options 	ALT_BREAK_TO_DEBUGGER
options 	BREAK_TO_DEBUGGER
options 	BOOTP
options 	BOOTP_NFSROOT
options 	BOOTP_NFSV3
options 	BOOTP_WIRED_TO=tsec0
options 	CD9660
options 	COMPAT_43
options 	DDB
#options 	DEADLKRES
options 	DEVICE_POLLING
options 	HZ=1000
#options 	DIAGNOSTIC
options 	FFS
options 	GDB
options 	GEOM_PART_GPT
options 	INET
options 	INET6
options 	INVARIANTS
options 	INVARIANT_SUPPORT
options 	KDB
options 	KTRACE
options 	MD_ROOT
options 	MPC85XX
options 	MSDOSFS
options 	NFS_ROOT
options 	NFSCLIENT
options 	NFSLOCKD
options 	PROCFS
options 	PSEUDOFS
options 	SCHED_4BSD
options		SMP
options 	SYSVMSG
options 	SYSVSEM
options 	SYSVSHM
options 	WITNESS
options 	WITNESS_SKIPSPIN

device		ata
device		atadisk
device		bpf
device		cfi
device		crypto
device		cryptodev
device		da
device		ds1553
device		em
device		ether
device		fxp
device		iic
device		iicbus
device		isa
device		loop
device		md
device		miibus
device		pci
device		pty
device		quicc
device		random
#device		rl
device		scbus
device		scc
device		sec
device		tsec
device		tun
device		uart
#device		uhci
device		umass
device		usb
device		vlan
OpenPOWER on IntegriCloud