XLR revision 199100
1105965Sache#################################RMI_BSD#####################################
2105965Sache# Copyright (c) 2003-2009 RMI Corporation
3105965Sache# All rights reserved.
4105965Sache# 
5105965Sache# Redistribution and use in source and binary forms, with or without
6105965Sache# modification, are permitted provided that the following conditions
7105965Sache# are met:
8105965Sache# 1. Redistributions of source code must retain the above copyright
9105965Sache#    notice, this list of conditions and the following disclaimer.
10105965Sache# 2. Redistributions in binary form must reproduce the above copyright
11105965Sache#    notice, this list of conditions and the following disclaimer in the
12105965Sache#    documentation and/or other materials provided with the distribution.
13105965Sache# 3. Neither the name of RMI Corporation, nor the names of its contributors,
14105965Sache#    may be used to endorse or promote products derived from this software
15105965Sache#    without specific prior written permission.
16105965Sache# 
17105965Sache# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18105965Sache# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19105965Sache# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20105965Sache# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21105965Sache# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22105965Sache# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23105965Sache# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24105965Sache# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25105965Sache# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26105965Sache# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27105965Sache# SUCH DAMAGE.
28105965Sache#################################RMI_BSD#####################################
29105965Sache# XLR -- Generic kernel configuration file for FreeBSD/mips
30105965Sache#
31105965Sache# For more information on this file, please read the handbook section on
32105965Sache# Kernel Configuration Files:
33105965Sache#
34105965Sache#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
35105965Sache#
36105965Sache# The handbook is also available locally in /usr/share/doc/handbook
37105965Sache# if you've installed the doc distribution, otherwise always see the
38# FreeBSD World Wide Web server (http://www.FreeBSD.org/) for the
39# latest information.
40#
41# An exhaustive list of options and more detailed explanations of the
42# device lines is also present in the ../../conf/NOTES and NOTES files. 
43# If you are in doubt as to the purpose or necessity of a line, check first 
44# in NOTES.
45#
46# $FreeBSD$
47
48machine 	mips
49cpu 		CPU_MIPS4KC
50ident 		XLR
51
52makeoptions	MODULES_OVERRIDE=""
53makeoptions     TARGET_BIG_ENDIAN
54#
55
56options		KERNVIRTADDR=0x80100000
57include		"../rmi/std.xlr"
58
59
60makeoptions	DEBUG=-g		# Build kernel with gdb(1) debug symbols
61#profile		2
62
63#options 	SCHED_ULE		# ULE scheduler
64#options		VERBOSE_SYSINIT
65options 	SCHED_4BSD		# 4BSD scheduler
66#options 	PREEMPTION		# Enable kernel thread preemption
67#options 	FULL_PREEMPTION		# Enable kernel thread preemption
68options 	INET			# InterNETworking
69options 	INET6			# IPv6 communications protocols
70options 	FFS			# Berkeley Fast Filesystem
71#options 	SOFTUPDATES		# Enable FFS soft updates support
72options 	UFS_ACL			# Support for access control lists
73options 	UFS_DIRHASH		# Improve performance on big directories
74options		NFSCLIENT
75options		NFS_ROOT
76options		ROOTDEVNAME=\"nfs:10.1.1.15:/extra/nfsroot\"
77#options 	MD_ROOT			# MD is a potential root device
78#options		MD_ROOT_SIZE=21264
79#options		MD_ROOT_SIZE=5120
80options		ROOTDEVNAME=\"ufs:md0\"
81options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
82options 	HZ=1000	
83options 	PHYS_ADDR_64BIT
84options 	NO_SWAPPING
85
86#Debugging options
87options 	KTRACE			# ktrace(1) support
88options 	DDB
89options 	KDB
90options 	GDB
91options 	ALT_BREAK_TO_DEBUGGER
92#options 	INVARIANTS		#Enable calls of extra sanity checking
93#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
94#options 	WITNESS			#Enable checks to detect deadlocks and cycles
95#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
96#options 	KTR			# ktr(4) and ktrdump(8) support
97#options 	KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC|KTR_CRITICAL)
98#options 	KTR_ENTRIES=131072
99#options 	MUTEX_DEBUG
100#options 	MUTEX_PROFILING
101
102device		pci
103#device		ata
104#device		atadisk
105#options 	XLR_PERFMON		# Enable XLR processor activity monitoring
106
107#device 		genclock
108device 		uart
109
110# Pseudo
111device 		loop
112device 		random
113device 		md
114device 		mem
115device 		pty
116device		bpf
117
118# Network
119device		miibus
120device		rge
121device 		ether
122device		re
123device		msk
124
125device          da
126device          scbus
127#device          ohci            # OHCI PCI->USB interface
128device          ehci            # EHCI PCI->USB interface (USB 2.0)
129device          usb             # USB Bus (required)
130#device         udbp            # USB Double Bulk Pipe devices
131#device          ugen            # Generic
132#device          uhid            # "Human Interface Devices"
133device          umass           # Disks/Mass storage - Requires scbus and da
134
135#device		cfi
136
137#i2c
138# Not yet
139#device      ic
140#device      iic
141#device      iicbb
142#device      iicbus
143#device      xlr_rtc
144#device      xlr_temperature
145#device      xlr_eeprom
146
147#crypto
148# Not yet
149#device cryptodev
150#device crypto
151#device rmisec
152options		ISA_MIPS32
153makeoptions	KERNLOADADDR=0x80100000
154