]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/CNS11XXNAS
Merge ACPICA 20160930.
[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 #    http://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 (http://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         FFS                     # Berkeley Fast Filesystem
50 options         SOFTUPDATES             # Enable FFS soft updates support
51 options         UFS_ACL                 # Support for access control lists
52 options         UFS_DIRHASH             # Improve performance on big directories
53 options         NFSCL                   # Network Filesystem Client
54 #options        NFSD                    # Network Filesystem Server
55 #options        NFSLOCKD                # Network Lock Manager
56 options         NFS_ROOT                # NFS usable as /, requires NFSCL
57 options         TMPFS                   # Efficient memory filesystem
58 options         MSDOSFS                 # MSDOS Filesystem
59 #options        CD9660                  # ISO 9660 Filesystem
60 #options        PROCFS                  # Process filesystem (requires PSEUDOFS)
61 options         PSEUDOFS                # Pseudo-filesystem framework
62 options         SCSI_DELAY=5000         # Delay (in ms) before probing SCSI
63 options         KTRACE                  # ktrace(1) support
64 options         SYSVSHM                 # SYSV-style shared memory
65 options         SYSVMSG                 # SYSV-style message queues
66 options         SYSVSEM                 # SYSV-style semaphores
67 options         _KPOSIX_PRIORITY_SCHEDULING #Posix P1003_1B real-time extensions
68 options         MUTEX_NOINLINE          # Mutex inlines are space hogs
69 options         RWLOCK_NOINLINE         # rwlock inlines are space hogs
70 options         SX_NOINLINE             # sx inliens are space hogs
71 #options        BOOTP
72 #options        BOOTP_NFSROOT
73 #options        BOOTP_NFSV3
74 #options        BOOTP_WIRED_TO=npe0
75 #options        BOOTP_COMPAT
76
77 #device         pci
78 device          uart
79
80
81 device          firmware
82 device          mii                     # Minimal mii routines
83 device          ether
84 device          bpf
85
86 device          loop
87
88 device          md
89 device          random                  # Entropy device
90
91
92 device          usb
93 device          ohci
94 device          ehci
95 device          umass
96 device          scbus                   # SCSI bus (required for ATA/SCSI)
97 device          da                      # Direct Access (disks)
98 device          pass
99 device          cfi
100
101 #device         udav                    # Davicom DM9601E USB
102
103 device          geom_label
104 device          geom_journal
105 device          geom_part_bsd
106
107 options         ROOTDEVNAME=\"ufs:da0s1a\"