]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/blob - sys/arm/conf/DOCKSTAR
Update to Zstandard 1.4.0
[FreeBSD/FreeBSD.git] / sys / arm / conf / DOCKSTAR
1 #
2 # Custom kernel for Seagate DockStar (Marvell SheevaPlug based) devices.
3 #
4 # $FreeBSD$
5 #
6 #    https://www.FreeBSD.org/doc/en_US.ISO8859-1/books/handbook/kernelconfig-config.html
7 #
8 # The handbook is also available locally in /usr/share/doc/handbook
9 # if you've installed the doc distribution, otherwise always see the
10 # FreeBSD World Wide Web server (https://www.FreeBSD.org/) for the
11 # latest information.
12 #
13 # An exhaustive list of options and more detailed explanations of the
14 # device lines is also present in the ../../conf/NOTES and NOTES files. 
15 # If you are in doubt as to the purpose or necessity of a line, check first 
16 # in NOTES.
17 #
18 # $FreeBSD$
19 #
20 #NO_UNIVERSE
21
22 ident           DOCKSTAR
23
24 include         "std.arm"
25 include         "../mv/kirkwood/std.db88f6xxx"
26
27 options         SOC_MV_KIRKWOOD
28
29 options         SCHED_4BSD              # 4BSD scheduler
30 options         INET                    # InterNETworking
31 options         INET6                   # IPv6 communications protocols
32 options         TCP_HHOOK               # hhook(9) framework for TCP
33 options         FFS                     # Berkeley Fast Filesystem
34 options         SOFTUPDATES             # Enable FFS soft updates support
35 options         NFSCL                   # Network Filesystem Client
36 options         NFSLOCKD                # Network Lock Manager
37 #options        NFS_ROOT                # NFS usable as /, requires NFSCL
38 options         MSDOSFS                 # MSDOS Filesystem
39 options         CD9660                  # ISO 9660 filesystem
40 options         NULLFS                  # NULL filesystem
41 options         TMPFS                   # Efficient memory filesystem
42 options         GEOM_PART_GPT           # GUID Partition Tables
43 options         GEOM_PART_BSD           # BSD partition scheme
44 options         GEOM_PART_MBR           # MBR partition scheme
45 options         GEOM_LABEL              # Provides labelization
46 options         GEOM_ELI                # Disk encryption
47 options         SYSVSHM                 # SYSV-style shared memory
48 options         SYSVMSG                 # SYSV-style message queues
49 options         SYSVSEM                 # SYSV-style semaphores
50 options         _KPOSIX_PRIORITY_SCHEDULING # POSIX P1003_1B real-time extensions
51
52 # Enable these options for nfs root configured via BOOTP.
53 #options        BOOTP
54 #options        BOOTP_NFSROOT
55 #options        BOOTP_NFSV3
56 #options        BOOTP_WIRED_TO=mge0
57
58 # If not using BOOTP, use something like one of these...
59 #options        ROOTDEVNAME=\"ufs:/dev/da0a\"
60 options         ROOTDEVNAME=\"ufs:/dev/da0s1a\"
61 #options        ROOTDEVNAME=\"ufs:/dev/da0p10\"
62 #options        ROOTDEVNAME=\"nfs:192.168.0.254/dreamplug\"
63
64 # Misc pseudo devices
65 device          bpf                     # Required for DHCP
66 device          firmware                # firmware(9) required for USB wlan
67 device          gif                     # IPv6 and IPv4 tunneling
68 device          loop                    # Network loopback
69 device          md                      # Memory/malloc disk
70 device          pty                     # BSD-style compatibility pseudo ttys
71 device          random                  # Entropy device
72 device          tun                     # Packet tunnel.
73 device          ether                   # Required for all ethernet devices
74 device          vlan                    # 802.1Q VLAN support
75 device          wlan                    # 802.11 WLAN support
76
77 # cam support for umass and ahci
78 device          scbus
79 device          pass
80 device          da
81
82 # Serial ports
83 device          uart
84
85 # Networking
86 device          mge                     # Marvell Gigabit Ethernet controller
87 device          mii
88 device          mdio
89 device          e1000phy
90
91 # USB
92 options         USB_HOST_ALIGN=32       # Align DMA to cacheline
93 device          usb                     # Basic usb support                     
94 device          ehci                    # USB host controller
95 device          umass                   # Mass storage
96 device          uhid                    # Human-interface devices
97 device          rum                     # Ralink Technology RT2501USB wireless NICs
98 device          uath                    # Atheros AR5523 wireless NICs
99 device          ural                    # Ralink Technology RT2500USB wireless NICs
100 device          zyd                     # ZyDAS zb1211/zb1211b wireless NICs
101 device          urtw                    # Realtek RTL8187B/L USB
102 device          upgt                    # Conexant/Intersil PrismGT SoftMAC USB
103 device          u3g                     # USB-based 3G modems (Option, Huawei, Sierra)
104
105 # I2C (TWSI)
106 device          iic
107 device          iicbus
108 device          twsi
109
110 # Sound
111 device          sound
112 device          snd_uaudio
113
114 #crypto
115 device          cesa                    # Marvell security engine
116 device          crypto
117 device          cryptodev
118
119 # IPSec
120 device          enc
121 options         IPSEC
122 options         TCP_SIGNATURE           # include support for RFC 2385
123
124 # IPFW
125 options         IPFIREWALL
126 options         IPFIREWALL_DEFAULT_TO_ACCEPT
127 options         IPFIREWALL_VERBOSE
128 options         IPFIREWALL_VERBOSE_LIMIT=100
129 options         IPFIREWALL_NAT
130 options         LIBALIAS
131 options         DUMMYNET
132 options         IPDIVERT
133
134 #PF 
135 device          pf
136 device          pflog
137 device          pfsync
138
139 # GPIO
140 device          gpio
141
142 # ALTQ, required for PF
143 options         ALTQ                    # Basic ALTQ support
144 options         ALTQ_CBQ                # Class Based Queueing
145 options         ALTQ_RED                # Random Early Detection
146 options         ALTQ_RIO                # RED In/Out
147 options         ALTQ_HFSC               # Hierarchical Packet Scheduler
148 options         ALTQ_CDNR               # Traffic conditioner
149 options         ALTQ_PRIQ               # Priority Queueing
150 options         ALTQ_NOPCC              # Required if the TSC is unusable
151 #options        ALTQ_DEBUG
152
153 # Flattened Device Tree
154 options         FDT                     # Configure using FDT/DTB data
155 options         FDT_DTB_STATIC
156 makeoptions     FDT_DTS_FILE=dockstar.dts