XLR64 revision 217626
1209814Sjchandra# XLR64 -- Kernel configuration file for N64 kernel on XLR/XLS
2209814Sjchandra#
3209814Sjchandra# For more information on this file, please read the handbook section on
4209814Sjchandra# Kernel Configuration Files:
5209814Sjchandra#
6209814Sjchandra#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7209814Sjchandra#
8209814Sjchandra# The handbook is also available locally in /usr/share/doc/handbook
9209814Sjchandra# if you've installed the doc distribution, otherwise always see the
10209814Sjchandra# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11209814Sjchandra# latest information.
12209814Sjchandra#
13209814Sjchandra# An exhaustive list of options and more detailed explanations of the
14209814Sjchandra# device lines is also present in the ../../conf/NOTES and NOTES files. 
15209814Sjchandra# If you are in doubt as to the purpose or necessity of a line, check first 
16209814Sjchandra# in NOTES.
17209814Sjchandra#
18209814Sjchandra# $FreeBSD: head/sys/mips/conf/XLR64 217626 2011-01-20 08:15:11Z jchandra $
19209814Sjchandra
20215270Simpmachine 	mips mips64eb
21211280Sjchandracpu 		CPU_RMI
22211280Sjchandraident 		XLR64
23209814Sjchandra
24209814Sjchandramakeoptions	MODULES_OVERRIDE=""
25209814Sjchandrainclude		"../rmi/std.xlr"
26209814Sjchandra
27209814Sjchandramakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
28209814Sjchandramakeoptions	ARCH_FLAGS="-march=mips64 -mabi=64"
29217626Sjchandramakeoptions	KERNLOADADDR=0xffffffff80100000
30217626Sjchandraoptions		ISA_MIPS64
31209814Sjchandra
32209814Sjchandra#profile		2
33209814Sjchandra
34209814Sjchandraoptions 	SCHED_ULE		# ULE scheduler
35209814Sjchandra#options		VERBOSE_SYSINIT
36209814Sjchandra#options 	SCHED_4BSD		# 4BSD scheduler
37209814Sjchandra#options         SMP
38209814Sjchandra#options 	PREEMPTION		# Enable kernel thread preemption
39209814Sjchandra#options 	FULL_PREEMPTION		# Enable kernel thread preemption
40209814Sjchandraoptions 	INET			# InterNETworking
41209814Sjchandraoptions 	INET6			# IPv6 communications protocols
42209814Sjchandraoptions 	FFS			# Berkeley Fast Filesystem
43209814Sjchandra#options 	SOFTUPDATES		# Enable FFS soft updates support
44209814Sjchandraoptions 	UFS_ACL			# Support for access control lists
45209814Sjchandraoptions 	UFS_DIRHASH		# Improve performance on big directories
46209814Sjchandraoptions		NFSCLIENT
47209814Sjchandraoptions		NFS_ROOT
48209814Sjchandra#
49209814Sjchandraoptions         BOOTP
50209814Sjchandraoptions         BOOTP_NFSROOT
51209814Sjchandraoptions         BOOTP_NFSV3
52215085Sjchandraoptions         BOOTP_WIRED_TO=nlge0
53209814Sjchandraoptions         BOOTP_COMPAT
54209814Sjchandraoptions		ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
55209814Sjchandra#
56209814Sjchandra#options 	MD_ROOT			# MD is a potential root device
57209814Sjchandra#options		MD_ROOT_SIZE=27000
58209814Sjchandra#options		MD_ROOT_SIZE=5120
59209814Sjchandra#options		ROOTDEVNAME=\"ufs:md0\"
60209814Sjchandraoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
61209814Sjchandraoptions 	HZ=1000	
62209814Sjchandraoptions 	NO_SWAPPING
63209814Sjchandra
64209814Sjchandra#Debugging options
65209814Sjchandraoptions 	KTRACE			# ktrace(1) support
66209814Sjchandraoptions 	DDB
67209814Sjchandraoptions 	KDB
68209814Sjchandraoptions 	GDB
69209814Sjchandraoptions 	ALT_BREAK_TO_DEBUGGER
70209814Sjchandra#options 	DEADLKRES		#Enable the deadlock resolver
71209814Sjchandraoptions 	INVARIANTS		#Enable calls of extra sanity checking
72209814Sjchandraoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
73209814Sjchandra#options 	WITNESS			#Enable checks to detect deadlocks and cycles
74209814Sjchandra#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
75209814Sjchandra#options 	KTR			# ktr(4) and ktrdump(8) support
76209814Sjchandra#options 	KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC|KTR_CRITICAL)
77209814Sjchandra#options 	KTR_ENTRIES=131072
78209814Sjchandra#options 	MUTEX_DEBUG
79209814Sjchandra#options 	MUTEX_PROFILING
80209814Sjchandra
81209814Sjchandradevice		pci
82209814Sjchandra#device		ata
83209814Sjchandra#device		atadisk
84209814Sjchandra#options 	XLR_PERFMON		# Enable XLR processor activity monitoring
85209814Sjchandraoptions  	BREAK_TO_DEBUGGER
86209814Sjchandra#device 		genclock
87209814Sjchandradevice 		uart
88209814Sjchandra# Pseudo
89209814Sjchandradevice 		loop
90209814Sjchandradevice 		random
91209814Sjchandradevice 		md
92209814Sjchandradevice 		mem
93209814Sjchandradevice 		pty
94209814Sjchandradevice		bpf
95209814Sjchandra
96209814Sjchandra# Network
97209814Sjchandradevice		miibus
98215085Sjchandradevice		nlge
99209814Sjchandradevice 		ether
100209814Sjchandradevice		re
101209814Sjchandradevice		msk
102209814Sjchandra
103209814Sjchandradevice          da
104209814Sjchandradevice          scbus
105209814Sjchandra#device          ohci            # OHCI PCI->USB interface
106209814Sjchandradevice          ehci            # EHCI PCI->USB interface (USB 2.0)
107209814Sjchandradevice          usb             # USB Bus (required)
108209814Sjchandraoptions 	USB_DEBUG	# enable debug msgs
109209814Sjchandra#device         udbp            # USB Double Bulk Pipe devices
110209814Sjchandra#device          ugen            # Generic
111209814Sjchandra#device          uhid            # "Human Interface Devices"
112209814Sjchandradevice          umass           # Disks/Mass storage - Requires scbus and da
113209814Sjchandra
114209814Sjchandra#device		cfi
115209814Sjchandra
116209814Sjchandra#i2c
117209814Sjchandra# Not yet
118209814Sjchandra#device      ic
119209814Sjchandra#device      iic
120209814Sjchandra#device      iicbb
121209814Sjchandra#device      iicbus
122209814Sjchandra#device      xlr_rtc
123209814Sjchandra#device      xlr_temperature
124209814Sjchandra#device      xlr_eeprom
125209814Sjchandra
126209814Sjchandra#crypto
127209814Sjchandra# Not yet
128209814Sjchandra#device cryptodev
129209814Sjchandra#device crypto
130209814Sjchandra#device rmisec
131