]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/mips/conf/std.XLP
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / mips / conf / std.XLP
1 # $FreeBSD$
2
3 include         "../nlm/std.xlp"
4 makeoptions     MODULES_OVERRIDE=""
5 makeoptions     DEBUG=-g                # Build kernel with gdb(1) debug symbols
6 #profile        2
7
8 hints           "XLP.hints"
9
10 options         SCHED_ULE               # ULE scheduler
11 #options        VERBOSE_SYSINIT
12 #options        SCHED_4BSD              # 4BSD scheduler
13 options         SMP
14 options         PREEMPTION              # Enable kernel thread preemption
15 #options        FULL_PREEMPTION         # Enable kernel thread preemption
16 options         INET                    # InterNETworking
17 options         INET6                   # IPv6 communications protocols
18 options         FFS                     # Berkeley Fast Filesystem
19 #options        SOFTUPDATES             # Enable FFS soft updates support
20 options         UFS_ACL                 # Support for access control lists
21 options         UFS_DIRHASH             # Improve performance on big directories
22 options         NFSCL
23 options         NFS_ROOT
24 options         MSDOSFS                 #MSDOS Filesystem
25 #
26 #options        BOOTP
27 #options        BOOTP_NFSROOT
28 #options        BOOTP_NFSV3
29 #options        BOOTP_WIRED_TO=nlge0
30 #options        BOOTP_COMPAT
31 #options        ROOTDEVNAME=\"nfs:10.1.1.8:/usr/extra/nfsroot\"
32
33 options         MD_ROOT                 # MD is a potential root device
34 options         MD_ROOT_SIZE=132000
35 options         ROOTDEVNAME=\"ufs:md0\"
36 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
37 options         HZ=1000 
38 options         NO_SWAPPING
39
40 # Debugging options
41 options         KTRACE                  # ktrace(1) support
42 options         DDB
43 options         KDB
44 options         GDB
45 options         BREAK_TO_DEBUGGER
46 options         ALT_BREAK_TO_DEBUGGER
47 #options        DEADLKRES               # Enable the deadlock resolver
48 #options        INVARIANTS
49 #options        INVARIANT_SUPPORT
50 #options        WITNESS                 # Detect deadlocks and cycles
51 #options        WITNESS_SKIPSPIN        # Don't run witness on spinlocks for speed
52 #options        KTR                     # ktr(4) and ktrdump(8) support
53 #options        KTR_COMPILE=(KTR_LOCK|KTR_PROC|KTR_INTR|KTR_CALLOUT|KTR_UMA|KTR_SYSC)
54 #options        KTR_ENTRIES=131072
55 #options        LOCK_DEBUG
56 #options        LOCK_PROFILING
57
58 options         GEOM_UZIP
59
60 # Device tree
61 options         FDT
62 options         FDT_DTB_STATIC
63 makeoptions     FDT_DTS_FILE=xlp-basic.dts
64
65 # Pseudo
66 device          loop
67 device          random
68 device          md
69 device          bpf
70
71 # Network
72 device          miibus
73 device          ether
74 device          xlpge
75 #device         re
76 device          msk
77 device          em
78
79 # Disks
80 device          siis
81 device          da
82 device          scbus
83 #device         ata
84
85 # USB
86 device          usb                     # USB Bus (required)
87 device          ehci                    # EHCI PCI->USB interface (USB 2.0)
88 #options        USB_DEBUG               # enable debug msgs
89 #device         ugen                    # Generic
90 #device         uhid                    # "Human Interface Devices"
91 device          umass                   # Requires scbus and da
92
93 # i2c driver and devices
94 device          iic
95 device          iicbus
96 device          iicoc
97 device          ds1374                  # RTC on XLP boards
98
99 # Crypto
100 device          crypto
101 device          cryptodev
102 device          nlmsec
103 device          nlmrsa
104
105 # Options that use crypto
106 options         IPSEC
107 options         GEOM_ELI
108
109 # NOR
110 device          cfi
111 device          cfid
112
113 # MMC/SD
114 device          mmc                     # MMC/SD bus
115 device          mmcsd                   # MMC/SD memory card
116 device          sdhci                   # Generic PCI SD Host Controller