xref: /freebsd-12.1/sys/mips/conf/std.SWARM (revision bd79708d)
1#
2# $FreeBSD$
3#
4
5hints		"SWARM.hints"
6include		"../sibyte/std.sibyte"
7
8options 	CFE
9options 	CFE_CONSOLE
10options 	CFE_ENV
11options 	ALT_BREAK_TO_DEBUGGER
12
13cpu		CPU_SB1
14
15makeoptions	DEBUG=-g		#Build kernel with gdb(1) debug symbols
16makeoptions	MODULES_OVERRIDE=""
17
18options 	DDB
19options 	KDB
20
21options 	SCHED_4BSD		#4BSD scheduler
22options 	INET			#InterNETworking
23options 	TCP_HHOOK		# hhook(9) framework for TCP
24options 	NFSCL			#Network Filesystem Client
25options 	NFS_ROOT		#NFS usable as /, requires NFSCL
26options 	PSEUDOFS		#Pseudo-filesystem framework
27options 	_KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
28
29# Debugging for use in -current
30#options 	DEADLKRES
31options 	INVARIANTS
32options 	INVARIANT_SUPPORT
33options 	WITNESS
34
35options 	FFS			#Fast filesystem
36
37options 	KTRACE
38
39device		pci
40device		miibus
41device		bge
42device		loop
43device		ether
44device		md
45device		random
46
47options 	USB_DEBUG
48device usb
49device ohci
50device uhci
51device ehci
52
53device umass
54
55device scbus
56device cd
57device da
58device pass
59
60device		ata
61