XLR64 revision 215270
1178476Sjb# XLR64 -- Kernel configuration file for N64 kernel on XLR/XLS
2178476Sjb#
3178476Sjb# For more information on this file, please read the handbook section on
4178476Sjb# Kernel Configuration Files:
5178476Sjb#
6178476Sjb#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7178476Sjb#
8178476Sjb# The handbook is also available locally in /usr/share/doc/handbook
9178476Sjb# if you've installed the doc distribution, otherwise always see the
10178476Sjb# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
11178476Sjb# latest information.
12178476Sjb#
13178476Sjb# An exhaustive list of options and more detailed explanations of the
14178476Sjb# device lines is also present in the ../../conf/NOTES and NOTES files. 
15178476Sjb# If you are in doubt as to the purpose or necessity of a line, check first 
16178476Sjb# in NOTES.
17178476Sjb#
18178476Sjb# $FreeBSD: head/sys/mips/conf/XLR64 215270 2010-11-13 22:34:12Z imp $
19178476Sjb
20178476Sjbmachine 	mips mips64eb
21178476Sjbcpu 		CPU_RMI
22178476Sjbident 		XLR64
23178476Sjb
24178476Sjbmakeoptions	MODULES_OVERRIDE=""
25178476Sjbmakeoptions     TARGET_BIG_ENDIAN
26178476Sjb
27178476Sjbinclude		"../rmi/std.xlr"
28178476Sjb
29178476Sjbmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
30178476Sjbmakeoptions	ARCH_FLAGS="-march=mips64 -mabi=64"
31178476Sjbmakeoptions	LDSCRIPT_NAME=ldscript.mips.64
32178476Sjb
33178476Sjb#profile		2
34178476Sjb
35178476Sjboptions 	SCHED_ULE		# ULE scheduler
36178476Sjb#options		VERBOSE_SYSINIT
37178476Sjb#options 	SCHED_4BSD		# 4BSD scheduler
38178476Sjb#options         SMP
39178476Sjb#options 	PREEMPTION		# Enable kernel thread preemption
40178476Sjb#options 	FULL_PREEMPTION		# Enable kernel thread preemption
41178476Sjboptions 	INET			# InterNETworking
42178476Sjboptions 	INET6			# IPv6 communications protocols
43178476Sjboptions 	FFS			# Berkeley Fast Filesystem
44178476Sjb#options 	SOFTUPDATES		# Enable FFS soft updates support
45178476Sjboptions 	UFS_ACL			# Support for access control lists
46178476Sjboptions 	UFS_DIRHASH		# Improve performance on big directories
47178476Sjboptions		NFSCLIENT
48178476Sjboptions		NFS_ROOT
49178476Sjb#
50178476Sjboptions         BOOTP
51178476Sjboptions         BOOTP_NFSROOT
52178476Sjboptions         BOOTP_NFSV3
53178476Sjboptions         BOOTP_WIRED_TO=nlge0
54178476Sjboptions         BOOTP_COMPAT
55178476Sjboptions		ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
56178476Sjb#
57178476Sjb#options 	MD_ROOT			# MD is a potential root device
58178476Sjb#options		MD_ROOT_SIZE=27000
59178476Sjb#options		MD_ROOT_SIZE=5120
60178476Sjb#options		ROOTDEVNAME=\"ufs:md0\"
61178476Sjboptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
62178476Sjboptions 	HZ=1000	
63178476Sjboptions 	NO_SWAPPING
64178476Sjb
65178476Sjb#Debugging options
66178476Sjboptions 	KTRACE			# ktrace(1) support
67178476Sjboptions 	DDB
68178476Sjboptions 	KDB
69178476Sjboptions 	GDB
70288413Smarkjoptions 	ALT_BREAK_TO_DEBUGGER
71178476Sjb#options 	DEADLKRES		#Enable the deadlock resolver
72178476Sjboptions 	INVARIANTS		#Enable calls of extra sanity checking
73178476Sjboptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
74178476Sjb#options 	WITNESS			#Enable checks to detect deadlocks and cycles
75178476Sjb#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
76178476Sjb#options 	KTR			# ktr(4) and ktrdump(8) support
77178476Sjb#options 	KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC|KTR_CRITICAL)
78178476Sjb#options 	KTR_ENTRIES=131072
79178476Sjb#options 	MUTEX_DEBUG
80178476Sjb#options 	MUTEX_PROFILING
81178476Sjb
82211545Srpaulodevice		pci
83#device		ata
84#device		atadisk
85#options 	XLR_PERFMON		# Enable XLR processor activity monitoring
86options  	BREAK_TO_DEBUGGER
87#device 		genclock
88device 		uart
89# Pseudo
90device 		loop
91device 		random
92device 		md
93device 		mem
94device 		pty
95device		bpf
96
97# Network
98device		miibus
99device		nlge
100device 		ether
101device		re
102device		msk
103
104device          da
105device          scbus
106#device          ohci            # OHCI PCI->USB interface
107device          ehci            # EHCI PCI->USB interface (USB 2.0)
108device          usb             # USB Bus (required)
109options 	USB_DEBUG	# enable debug msgs
110#device         udbp            # USB Double Bulk Pipe devices
111#device          ugen            # Generic
112#device          uhid            # "Human Interface Devices"
113device          umass           # Disks/Mass storage - Requires scbus and da
114
115#device		cfi
116
117#i2c
118# Not yet
119#device      ic
120#device      iic
121#device      iicbb
122#device      iicbus
123#device      xlr_rtc
124#device      xlr_temperature
125#device      xlr_eeprom
126
127#crypto
128# Not yet
129#device cryptodev
130#device crypto
131#device rmisec
132options		ISA_MIPS64
133makeoptions	KERNLOADADDR=0xffffffff80100000
134