]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/CNS11XXNAS
Upgrade our copies of clang, llvm, lld, lldb, compiler-rt and libc++ to
[FreeBSD/FreeBSD.git] / sys / arm / conf / CNS11XXNAS
1 # CNS11XXNAS -  StarSemi STR9104/Cavium CNS1102 NAS
2 # kernel configuration file for FreeBSD/arm
3 #
4 # For more information on this file, please read the handbook section on
5 # Kernel Configuration Files:
6 #
7 #    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
8 #
9 # The handbook is also available locally in /usr/share/doc/handbook
10 # if you've installed the doc distribution, otherwise always see the
11 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
12 # latest information.
13 #
14 # An exhaustive list of options and more detailed explanations of the
15 # device lines is also present in the ../../conf/NOTES and NOTES files.
16 # If you are in doubt as to the purpose or necessity of a line, check first
17 # in NOTES.
18 #
19 # $FreeBSD$
20
21 ident           CNS11XXNAS
22
23 include         "std.arm"
24 #options        PHYSADDR=0x10000000
25 #options        KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
26 #options        FLASHADDR=0x50000000
27 #options        LOADERRAMADDR=0x00000000
28
29 include         "../cavium/cns11xx/std.econa"
30
31 makeoptions     MODULES_OVERRIDE=""
32
33 options         HZ=100
34 options         DEVICE_POLLING
35
36
37 options         SCHED_ULE               # ULE scheduler
38 #options        SCHED_4BSD              # 4BSD scheduler
39 options         GEOM_PART_BSD           # BSD partition scheme
40 options         GEOM_PART_MBR           # MBR partition scheme
41 options         GEOM_PART_GPT           # GUID Partition Tables.
42 #options        GEOM_PART_EBR
43 #options        GEOM_PART_EBR_COMPAT
44 options         GEOM_LABEL              # Provides labelization
45
46
47 options         INET                    # InterNETworking
48 options         INET6                   # IPv6 communications protocols
49 options         TCP_HHOOK               # hhook(9) framework for TCP
50 options         FFS                     # Berkeley Fast Filesystem
51 options         SOFTUPDATES             # Enable FFS soft updates support
52 options         UFS_ACL                 # Support for access control lists
53 options         UFS_DIRHASH             # Improve performance on big directories
54 options         NFSCL                   # Network Filesystem Client
55 #options        NFSD                    # Network Filesystem Server
56 #options        NFSLOCKD                # Network Lock Manager
57 options         NFS_ROOT                # NFS usable as /, requires NFSCL
58 options         TMPFS                   # Efficient memory filesystem
59 options         MSDOSFS                 # MSDOS Filesystem
60 #options        CD9660                  # ISO 9660 Filesystem
61 #options        PROCFS                  # Process filesystem (requires PSEUDOFS)
62 options         PSEUDOFS                # Pseudo-filesystem framework
63 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
64 options         KTRACE                  # ktrace(1) support
65 options         SYSVSHM                 # SYSV-style shared memory
66 options         SYSVMSG                 # SYSV-style message queues
67 options         SYSVSEM                 # SYSV-style semaphores
68 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
69 options         MUTEX_NOINLINE          # Mutex inlines are space hogs
70 options         RWLOCK_NOINLINE         # rwlock inlines are space hogs
71 options         SX_NOINLINE             # sx inliens are space hogs
72 #options        BOOTP
73 #options        BOOTP_NFSROOT
74 #options        BOOTP_NFSV3
75 #options        BOOTP_WIRED_TO=npe0
76 #options        BOOTP_COMPAT
77
78 #device         pci
79 device          uart
80
81
82 device          firmware
83 device          mii                     # Minimal mii routines
84 device          ether
85 device          bpf
86
87 device          loop
88
89 device          md
90 device          random                  # Entropy device
91
92
93 device          usb
94 device          ohci
95 device          ehci
96 device          umass
97 device          scbus                   # SCSI bus (required for ATA/SCSI)
98 device          da                      # Direct Access (disks)
99 device          pass
100 device          cfi
101
102 #device         udav                    # Davicom DM9601E USB
103
104 device          geom_label
105 device          geom_journal
106 device          geom_part_bsd
107
108 options         ROOTDEVNAME=\"ufs:da0s1a\"