]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/mips/conf/XLR
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / mips / conf / XLR
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
48 machine         mips mips
49 ident           XLR
50 include         "../rmi/std.xlr"
51
52 makeoptions     MODULES_OVERRIDE=""
53 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
54 makeoptions     KERNLOADADDR=0x80100000
55 #profile                2
56
57 options         SCHED_ULE               # ULE scheduler
58 #options        VERBOSE_SYSINIT
59 #options        SCHED_4BSD              # 4BSD scheduler
60 options         SMP
61 options         PREEMPTION              # Enable kernel thread preemption
62 #options        FULL_PREEMPTION         # Enable kernel thread preemption
63 options         INET                    # InterNETworking
64 options         INET6                   # IPv6 communications protocols
65 options         FFS                     # Berkeley Fast Filesystem
66 #options        SOFTUPDATES             # Enable FFS soft updates support
67 options         UFS_ACL                 # Support for access control lists
68 options         UFS_DIRHASH             # Improve performance on big directories
69 options         NFSCL
70 options         NFS_ROOT
71 #
72 options         BOOTP
73 options         BOOTP_NFSROOT
74 options         BOOTP_NFSV3
75 options         BOOTP_WIRED_TO=nlge0
76 options         BOOTP_COMPAT
77 options         ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
78 #
79 #options        MD_ROOT                 # MD is a potential root device
80 #options        MD_ROOT_SIZE=27000
81 #options        MD_ROOT_SIZE=5120
82 #options        ROOTDEVNAME=\"ufs:md0\"
83 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
84 options         HZ=1000 
85 options         NO_SWAPPING
86
87 #Debugging options
88 options         KTRACE                  # ktrace(1) support
89 options         DDB
90 options         KDB
91 options         GDB
92 options         ALT_BREAK_TO_DEBUGGER
93 options         BREAK_TO_DEBUGGER
94 #options        DEADLKRES               #Enable the deadlock resolver
95 options         INVARIANTS              #Enable calls of extra sanity checking
96 options         INVARIANT_SUPPORT       #Extra sanity checks of internal structures, required by INVARIANTS
97 #options        WITNESS                 #Enable checks to detect deadlocks and cycles
98 #options        WITNESS_SKIPSPIN        #Don't run witness on spinlocks for speed
99 #options        KTR                     # ktr(4) and ktrdump(8) support
100 #options        KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
101 #options        KTR_ENTRIES=131072
102
103 #options        LOCK_PROFILING
104 #options        SLEEPQUEUE_PROFILING
105 #options        TURNSTILE_PROFILING
106
107 device          pci
108 #device         ata
109 device          uart
110 # Pseudo
111 device          loop
112 device          random
113 device          md
114 device          bpf
115
116 # Network
117 device          miibus
118 device          nlge
119 device          ether
120 device          re
121 device          msk
122
123 device          da
124 device          scbus
125 device          ehci            # EHCI PCI->USB interface (USB 2.0)
126 device          usb             # USB Bus (required)
127 #options        USB_DEBUG       # enable debug msgs
128 #device         uhid            # "Human Interface Devices"
129 device          umass           # Disks/Mass storage - Requires scbus and da
130
131 #device         cfi
132
133 #i2c
134 device          ic
135 device          iic
136 device          iicbb
137 device          iicbus
138 device          ds1374u # RTC on XLR boards
139 device          max6657 # Temparature sensor on XLR boards
140 device          at24co2n        # EEPROM on XLR boards
141
142 #crypto
143 # Not yet
144 #device         cryptodev
145 #device         crypto
146 #device         rmisec