SWARM revision 207131
1#
2# $FreeBSD: head/sys/mips/conf/SWARM 207131 2010-04-23 19:20:56Z jmallett $
3#
4
5ident		SWARM
6options		CPU_SB1
7
8files		"../sibyte/files.sibyte"
9hints		"SWARM.hints"
10
11options		CFE
12options		CFE_CONSOLE
13options		CFE_ENV
14options		ALT_BREAK_TO_DEBUGGER
15
16makeoptions	LDSCRIPT_NAME=	ldscript.mips.cfe
17
18#cpu		CPU_MIPS64
19#options 	ISA_MIPS64
20#makeoptions	ARCH_FLAGS="-march=mips64 -mgp64 -mabi=o64"
21cpu		CPU_MIPS32
22options 	ISA_MIPS32
23makeoptions	ARCH_FLAGS="-march=mips32"
24
25makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
26makeoptions	MODULES_OVERRIDE=""
27
28options		DDB
29options		KDB
30
31options		SCHED_4BSD		#4BSD scheduler
32options		INET			#InterNETworking
33options		NFSCLIENT		#Network Filesystem Client
34options		NFS_ROOT		#NFS usable as /, requires NFSCLIENT
35options		PSEUDOFS		#Pseudo-filesystem framework
36options		_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
37
38# Debugging for use in -current
39#options 	DEADLKRES
40options		INVARIANTS
41options		INVARIANT_SUPPORT
42options		WITNESS
43
44options 	FFS			#Fast filesystem
45
46options		KTRACE
47
48device		pci
49device		miibus
50device		bge
51device		loop
52device		ether
53device		md
54device		random
55
56options		USB_DEBUG
57device usb
58device ohci
59device uhci
60device ehci
61
62device umass
63
64device scbus
65device da
66
67device		ata
68device		atadisk
69device		atapicd
70options		ATA_STATIC_ID
71