XLR revision 198985
1#################################RMI_BSD#####################################
2# Copyright (c) 2003-2009 RMI Corporation
3# All rights reserved.
4# 
5# Redistribution and use in source and binary forms, with or without
6# modification, are permitted provided that the following conditions
7# are met:
8# 1. Redistributions of source code must retain the above copyright
9#    notice, this list of conditions and the following disclaimer.
10# 2. Redistributions in binary form must reproduce the above copyright
11#    notice, this list of conditions and the following disclaimer in the
12#    documentation and/or other materials provided with the distribution.
13# 3. Neither the name of RMI Corporation, nor the names of its contributors,
14#    may be used to endorse or promote products derived from this software
15#    without specific prior written permission.
16# 
17# THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND
18# ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
19# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
20# ARE DISCLAIMED.  IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
21# FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
22# DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23# OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24# HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25# LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27# SUCH DAMAGE.
28#################################RMI_BSD#####################################
29# XLR -- Generic kernel configuration file for FreeBSD/mips
30#
31# For more information on this file, please read the handbook section on
32# Kernel Configuration Files:
33#
34#    http://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
35#
36# The handbook is also available locally in /usr/share/doc/handbook
37# 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
64options		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 	MD_ROOT			# MD is a potential root device
75options		MD_ROOT_SIZE=14288
76#options		MD_ROOT_SIZE=5120
77options		ROOTDEVNAME=\"ufs:md0\"
78options 	_KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
79options 	HZ=1000	
80options 	PHYS_ADDR_64BIT
81options 	NO_SWAPPING
82
83#Debugging options
84options 	KTRACE			# ktrace(1) support
85options 	DDB
86options 	KDB
87options 	GDB
88options 	ALT_BREAK_TO_DEBUGGER
89#options 	INVARIANTS		#Enable calls of extra sanity checking
90#options 	INVARIANT_SUPPORT	#Extra sanity checks of internal structures, required by INVARIANTS
91#options 	WITNESS			#Enable checks to detect deadlocks and cycles
92#options 	WITNESS_SKIPSPIN	#Don't run witness on spinlocks for speed
93#options 	KTR			# ktr(4) and ktrdump(8) support
94#options 	KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC|KTR_CRITICAL)
95#options 	KTR_ENTRIES=131072
96#options 	MUTEX_DEBUG
97#options 	MUTEX_PROFILING
98
99device		pci
100#device		ata
101#device		atadisk
102#options 	XLR_PERFMON		# Enable XLR processor activity monitoring
103
104#device 		genclock
105device 		uart
106
107# Pseudo
108device 		loop
109device 		random
110device 		md
111device 		mem
112device 		pty
113device		bpf
114
115# Network
116device		miibus
117device		rge
118device 		ether
119device		re
120device		msk
121
122device          da
123device          scbus
124#device          ohci            # OHCI PCI->USB interface
125device          ehci            # EHCI PCI->USB interface (USB 2.0)
126device          usb             # USB Bus (required)
127#device         udbp            # USB Double Bulk Pipe devices
128#device          ugen            # Generic
129#device          uhid            # "Human Interface Devices"
130device          umass           # Disks/Mass storage - Requires scbus and da
131
132#device		cfi
133
134#i2c
135# Not yet
136#device      ic
137#device      iic
138#device      iicbb
139#device      iicbus
140#device      xlr_rtc
141#device      xlr_temperature
142#device      xlr_eeprom
143
144#crypto
145# Not yet
146#device cryptodev
147#device crypto
148#device rmisec
149options		ISA_MIPS32
150makeoptions	KERNLOADADDR=0x80100000
151