XLR64 revision 215270
192422Sobrien# XLR64 -- Kernel configuration file for N64 kernel on XLR/XLS
292422Sobrien#
392422Sobrien# For more information on this file, please read the handbook section on
492422Sobrien# Kernel Configuration Files:
592422Sobrien#
692422Sobrien#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
792422Sobrien#
892422Sobrien# The handbook is also available locally in /usr/share/doc/handbook
992422Sobrien# if you've installed the doc distribution, otherwise always see the
1092422Sobrien# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
1192422Sobrien# latest information.
1292422Sobrien#
1392422Sobrien# An exhaustive list of options and more detailed explanations of the
1492422Sobrien# device lines is also present in the ../../conf/NOTES and NOTES files. 
1592422Sobrien# If you are in doubt as to the purpose or necessity of a line, check first 
1692422Sobrien# in NOTES.
1792422Sobrien#
1892422Sobrien# $FreeBSD: head/sys/mips/conf/XLR64 215270 2010-11-13 22:34:12Z imp $
1992422Sobrien
2092422Sobrienmachine 	mips mips64eb
2192422Sobriencpu 		CPU_RMI
2292422Sobrienident 		XLR64
2392422Sobrien
2492422Sobrienmakeoptions	MODULES_OVERRIDE=""
2592422Sobrienmakeoptions     TARGET_BIG_ENDIAN
2692422Sobrien
2792422Sobrieninclude		"../rmi/std.xlr"
2892422Sobrien
29107806Sobrienmakeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
30170331Srafanmakeoptions	ARCH_FLAGS="-march=mips64 -mabi=64"
31244988Sdelphijmakeoptions	LDSCRIPT_NAME=ldscript.mips.64
32224731Sru
3392422Sobrien#profile		2
34244988Sdelphij
35244988Sdelphijoptions 	SCHED_ULE		# ULE scheduler
36244988Sdelphij#options		VERBOSE_SYSINIT
37244988Sdelphij#options 	SCHED_4BSD		# 4BSD scheduler
3892422Sobrien#options         SMP
3992422Sobrien#options 	PREEMPTION		# Enable kernel thread preemption
4092422Sobrien#options 	FULL_PREEMPTION		# Enable kernel thread preemption
41107806Sobrienoptions 	INET			# InterNETworking
42221381Sruoptions 	INET6			# IPv6 communications protocols
4392422Sobrienoptions 	FFS			# Berkeley Fast Filesystem
44107806Sobrien#options 	SOFTUPDATES		# Enable FFS soft updates support
45221381Sruoptions 	UFS_ACL			# Support for access control lists
4692422Sobrienoptions 	UFS_DIRHASH		# Improve performance on big directories
47221381Sruoptions		NFSCLIENT
48221381Sruoptions		NFS_ROOT
4992422Sobrien#
5092422Sobrienoptions         BOOTP
5192422Sobrienoptions         BOOTP_NFSROOT
5292422Sobrienoptions         BOOTP_NFSV3
5392422Sobrienoptions         BOOTP_WIRED_TO=nlge0
5492422Sobrienoptions         BOOTP_COMPAT
5592422Sobrienoptions		ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
5692422Sobrien#
5792422Sobrien#options 	MD_ROOT			# MD is a potential root device
5892422Sobrien#options		MD_ROOT_SIZE=27000
5992422Sobrien#options		MD_ROOT_SIZE=5120
6092422Sobrien#options		ROOTDEVNAME=\"ufs:md0\"
6192422Sobrienoptions 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
6292422Sobrienoptions 	HZ=1000	
6392422Sobrienoptions 	NO_SWAPPING
6492422Sobrien
6592422Sobrien#Debugging options
6692422Sobrienoptions 	KTRACE			# ktrace(1) support
6792422Sobrienoptions 	DDB
6892422Sobrienoptions 	KDB
6992422Sobrienoptions 	GDB
7092422Sobrienoptions 	ALT_BREAK_TO_DEBUGGER
7192422Sobrien#options 	DEADLKRES		#Enable the deadlock resolver
7292422Sobrienoptions 	INVARIANTS		#Enable calls of extra sanity checking
7392422Sobrienoptions 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
7492422Sobrien#options 	WITNESS			#Enable checks to detect deadlocks and cycles
7592422Sobrien#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
7692422Sobrien#options 	KTR			# ktr(4) and ktrdump(8) support
7792422Sobrien#options 	KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC|KTR_CRITICAL)
7892422Sobrien#options 	KTR_ENTRIES=131072
7992422Sobrien#options 	MUTEX_DEBUG
8092422Sobrien#options 	MUTEX_PROFILING
8192422Sobrien
8292422Sobriendevice		pci
8392422Sobrien#device		ata
8492422Sobrien#device		atadisk
8592422Sobrien#options 	XLR_PERFMON		# Enable XLR processor activity monitoring
86170331Srafanoptions  	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