Sync usage with man page.
[netbsd-mini2440.git] / sys / arch / ews4800mips / conf / GENERIC
blob983e5d105c7ffda5ed4d9b31fd3b6bda6b5c6353
1 # $NetBSD: GENERIC,v 1.28 2009/01/24 05:06:06 mrg Exp $
3 # GENERIC machine description file
4 # This machine description file is used to generate the default NetBSD
5 # kernel.  The generic kernel does not include all options, subsystems
6 # and device drivers, but should be useful for most applications.
8 # The machine description file can be customised for your specific
9 # machine to reduce the kernel size and improve its performance.
11 # For further information on compiling NetBSD kernels, see the config(8)
12 # man page.
14 # For further information on hardware support for this architecture, see
15 # the intro(4) man page.  For further information about kernel options
16 # for this architecture, see the options(4) man page.  For an explanation
17 # of each device driver in this file see the section 4 man page for the
18 # device.
21 # kernel config file for EWS4800/350, 360AD, 360ADII
24 include         "arch/ews4800mips/conf/std.ews4800mips"
26 options         INCLUDE_CONFIG_FILE     # embed config file in kernel binary
28 #ident          "GENERIC-$Revision: 1.29 $"
30 maxusers        16
32 #options        MIPS1                   # R2000/R3000
33 options         MIPS3                   # R4000/R4400
35 makeoptions     CPUFLAGS="-march=r4400 -mabi=32" # optimize for R4400
37 # MIPS3 on-chip timer interrupt is not used on EWS4800,
38 # but the external timer interrupt line is connected to CPU INT5.
39 options         MIPS3_ENABLE_CLOCK_INTR
41 # Support for specific models
42 options         EWS4800_TR2             # 350
43 options         EWS4800_TR2A            # 360,360AD,360ADII,360SX,360EX
45 # Standard system options
46 options         NTP                     # NTP phase/frequency locked loop
48 options         KTRACE                  # system call tracing ktrace(1)
50 options         SYSVMSG                 # System V-like message queues
51 options         SYSVSEM                 # System V-like semaphores
52 options         SEMMNI=10               # number of semaphore identifiers
53 options         SYSVSHM                 # System V shared memory
54 options         P1003_1B_SEMAPHORE      # p1003.1b semaphore support
57 options         USERCONF                # userconf(4) support
58 #options        PIPE_SOCKETPAIR         # smaller, but slower pipe(2)
59 options         SYSCTL_INCLUDE_DESCR    # Include sysctl descriptions in kernel
61 # Enable experimental buffer queue strategy for better responsiveness under
62 # high disk I/O load. Likely stable but not yet the default.
63 #options        BUFQ_READPRIO
64 #options        BUFQ_PRIOCSCAN
66 # Diagnostic/debugging support options
67 #options        DIAGNOSTIC      # expensive kernel consistency checks
68 #options        DEBUG           # extra kernel debugging support
69 #options        KMEMSTATS       # kernel memory statistics (vmstat -m)
70 options         DDB             # in-kernel debugger
71 #options        DDB_ONPANIC=1   # see also sysctl(8): `ddb.onpanic'
72 #options        DDB_HISTORY_SIZE=512    # enable history editing in DDB
73 #makeoptions    DEBUG="-g"      # compile full symbol table
75 # Compatibility options
76 #options        COMPAT_10       # NetBSD 1.0
77 #options        COMPAT_11       # NetBSD 1.1
78 #options        COMPAT_12       # NetBSD 1.2
79 options         COMPAT_13       # NetBSD 1.3
80 options         COMPAT_14       # NetBSD 1.4
81 options         COMPAT_15       # NetBSD 1.5
82 options         COMPAT_16       # NetBSD 1.6
83 options         COMPAT_20       # NetBSD 2.0
84 options         COMPAT_30       # NetBSD 3.0
85 options         COMPAT_40       # NetBSD 4.0
86 options         COMPAT_50       # NetBSD 5.0 compatibility.
87 options         COMPAT_43       # 4.3BSD
88 #options        TCP_COMPAT_42   # 4.2BSD TCP/IP bug compat. Not recommended.
90 #options        COMPAT_LINUX    # binary compatibility with Linux
91 options         COMPAT_BSDPTY   # /dev/[pt]ty?? ptys.
93 # File systems
94 file-system     FFS             # fast filesystem with user and group quotas
95 file-system     EXT2FS          # second extended file system (linux)
96 file-system     LFS             # log-structured file system
97 file-system     MFS             # memory file system
98 file-system     NFS             # Network File System client
99 #file-system    NTFS            # Windows/NT file system (experimental)
100 file-system     CD9660          # ISO 9660 + Rock Ridge file system
101 file-system     MSDOSFS         # MS-DOS file system
102 file-system     FDESC           # /dev/fd
103 file-system     KERNFS          # /kern
104 file-system     NULLFS          # loopback file system
105 file-system     OVERLAY         # overlay file system
106 file-system     PUFFS           # Userspace file systems (e.g. ntfs-3g & sshfs)
107 file-system     PROCFS          # /proc
108 file-system     UMAPFS          # NULLFS + uid and gid remapping
109 file-system     UNION           # union file system
110 #file-system    CODA            # Coda file system; also needs vcoda (below)
111 #file-system    SMBFS           # experimental - CIFS; also needs nsmb (below)
112 file-system     SYSVBFS         # System V boot filesystem.
113 file-system     PTYFS           # /dev/pts/N support
114 #file-system    TMPFS           # Efficient memory file-system
115 #file-system    UDF             # experimental - OSTA UDF CD/DVD file-system
117 # File system options
118 options         QUOTA           # UFS quotas
119 #options        FFS_EI          # FFS Endian Indpendent support
120 options         WAPBL           # File system journaling support - Experimental
121 #options        UFS_DIRHASH     # UFS Large Directory Hashing - Experimental
122 options         NFSSERVER       # Network File System server
123 #options        FFS_NO_SNAPSHOT # no FFS snapshot support
124 #options        EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
125                                 # immutable) behave as system flags.
127 # Networking options
128 #options        GATEWAY         # packet forwarding
129 options         INET            # IP + ICMP + TCP + UDP
130 options         INET6           # IPV6
131 #options        IPSEC           # IP security
132 #options        IPSEC_ESP       # IP security (encryption part; define w/IPSEC)
133 #options        IPSEC_NAT_T     # IPsec NAT traversal (NAT-T)
134 #options        IPSEC_DEBUG     # debug for IP security
135 #options        MROUTING        # IP multicast routing
136 #options        PIM             # Protocol Independent Multicast
137 #options        ISO,TPIP        # OSI
138 #options        EON             # OSI tunneling over IP
139 options         NETATALK        # AppleTalk networking protocols
140 options         PPP_BSDCOMP     # BSD-Compress compression support for PPP
141 options         PPP_DEFLATE     # Deflate compression support for PPP
142 options         PPP_FILTER      # Active filter support for PPP (requires bpf)
143 options         PFIL_HOOKS      # pfil(9) packet filter hooks
144 options         IPFILTER_LOG    # ipmon(8) log support
145 options         IPFILTER_LOOKUP # ippool(8) support
146 #options        IPFILTER_DEFAULT_BLOCK  # block all packets by default
147 #options        TCP_DEBUG       # Record last TCP_NDEBUG packets with SO_DEBUG
149 #options        ALTQ            # Manipulate network interfaces' output queues
150 #options        ALTQ_BLUE       # Stochastic Fair Blue
151 #options        ALTQ_CBQ        # Class-Based Queueing
152 #options        ALTQ_CDNR       # Diffserv Traffic Conditioner
153 #options        ALTQ_FIFOQ      # First-In First-Out Queue
154 #options        ALTQ_FLOWVALVE  # RED/flow-valve (red-penalty-box)
155 #options        ALTQ_HFSC       # Hierarchical Fair Service Curve
156 #options        ALTQ_LOCALQ     # Local queueing discipline
157 #options        ALTQ_PRIQ       # Priority Queueing
158 #options        ALTQ_RED        # Random Early Detection
159 #options        ALTQ_RIO        # RED with IN/OUT
160 #options        ALTQ_WFQ        # Weighted Fair Queueing
162 # These options enable verbose messages for several subsystems.
163 # Warning, these may compile large string tables into the kernel!
164 options         SCSIVERBOSE     # human readable SCSI error messages
166 options         NFS_BOOT_DHCP
169 # workstation console options
170 options         WSEMUL_VT100            # VT100 / VT220 emulation
171 options         WS_KERNEL_FG=WSCOL_GREEN
172 options         WS_KERNEL_BG=WSCOL_BLACK
174 options         FONT_GALLANT12x22
175 #options        FONT_SONY12x24
177 config          netbsd          root on ? type ?
180 # Device configuration
183 mainbus0 at root
185 cpu0    at mainbus?
187 sbdio0  at mainbus?
189 mkclock0 at sbdio?
191 zsc0    at sbdio?
192 zstty0  at zsc? channel 0       # SIO ch-A
193 zstty1  at zsc? channel 1       # SIO ch-B
195 #kbms*  at sbdio?
196 #wskbd0         at kbms? console ?
197 #wsmouse0       at kbms?
199 zsc1    at sbdio?
200 ewskbd0 at zsc?
201 wskbd* at ewskbd?
202 ewsms0 at zsc?
203 wsmouse* at ewsms?
205 fb*     at sbdio?
206 wsdisplay*      at fb? console ?
208 # Disk
209 osiop*  at sbdio? flags 0x0000
210 scsibus* at scsi?
212 sd*     at scsibus? target ? lun ?      # SCSI disk drives
213 st*     at scsibus? target ? lun ?      # SCSI tape drives
214 cd*     at scsibus? target ? lun ?      # SCSI CD-ROM drives
215 ch*     at scsibus? target ? lun ?      # SCSI autochangers
216 ses*    at scsibus? target ? lun ?      # SCSI Enclosure Services devices
217 ss*     at scsibus? target ? lun ?      # SCSI scanners
218 uk*     at scsibus? target ? lun ?      # SCSI unknown
220 # Ether
221 iee*    at sbdio?                       # TR2
222 le*     at sbdio?                       # TR2A
225 # Pseudo-Devices
227 # disk/mass strage pseudo-devices
228 pseudo-device   ccd             4       # concatenated/striped disk devices
229 #pseudo-device  cgd             4       # cryptographic disk devices
230 pseudo-device   raid            8       # RAIDframe disk driver
231 options         RAID_AUTOCONFIG         # auto-configuration of RAID components
232 # Options to enable various other RAIDframe RAID types.
233 #options        RF_INCLUDE_EVENODD=1
234 #options        RF_INCLUDE_RAID5_RS=1
235 #options        RF_INCLUDE_PARITYLOGGING=1
236 #options        RF_INCLUDE_CHAINDECLUSTER=1
237 #options        RF_INCLUDE_INTERDECLUSTER=1
238 #options        RF_INCLUDE_PARITY_DECLUSTERING=1
239 #options        RF_INCLUDE_PARITY_DECLUSTERING_DS=1
240 pseudo-device   fss             4       # file system snapshot device
241 pseudo-device   putter                  # for puffs and pud
243 pseudo-device   md              1       # memory disk device (ramdisk)
244 pseudo-device   vnd                     # virtual disk ick
245 options         VND_COMPRESSION         # compressed vnd(4)
247 # network pseudo-devices
248 pseudo-device   bpfilter                # packet filter ports
249 #pseudo-device  carp                    # Common Address Redundancy Protocol
250 pseudo-device   ipfilter                # IP filter, NAT
251 pseudo-device   loop                    # network loopback
252 pseudo-device   ppp                     # Point-to-Point Protocol
253 pseudo-device   pppoe                   # PPP over Ethernet (RFC 2516)
254 pseudo-device   sl                      # Serial Line IP
255 pseudo-device   strip                   # Starmode Radio IP (Metricom)
256 #pseudo-device  irframetty              # IrDA frame line discipline
257 pseudo-device   tap                     # virtual Ethernet
258 pseudo-device   tun                     # network tunneling over tty
259 pseudo-device   gre                     # generic L3 over IP tunnel
260 pseudo-device   gif                     # IPv[46] over IPv[46] tunnel (RFC1933)
261 #pseudo-device  faith                   # IPv[46] tcp relay translation i/f
262 pseudo-device   stf                     # 6to4 IPv6 over IPv4 encapsulation
263 pseudo-device   vlan                    # IEEE 802.1q encapsulation
264 pseudo-device   bridge                  # simple inter-network bridging
265 #options        BRIDGE_IPF              # bridge uses IP/IPv6 pfil hooks too
266 pseudo-device   agr                     # IEEE 802.3ad link aggregation
267 #pseudo-device  pf                      # PF packet filter
268 #pseudo-device  pflog                   # PF log if
271 # accept filters
272 pseudo-device   accf_data               # "dataready" accept filter
273 pseudo-device   accf_http               # "httpready" accept filter
275 # miscellaneous pseudo-devices
276 pseudo-device   pty                     # pseudo-terminals
277 #pseudo-device  tb              1       # tablet line discipline
278 pseudo-device   rnd                     # /dev/random and in-kernel generator
279 pseudo-device   clockctl                # user control of clock subsystem
280 pseudo-device   ksyms                   # /dev/ksyms
282 # a pseudo device needed for Coda       # also needs CODA (above)
283 #pseudo-device  vcoda           4       # coda minicache <-> venus comm.
285 # a pseudo device needed for SMBFS
286 #pseudo-device  nsmb                    # experimental - SMB requester
288 # wscons pseudo-devices
289 pseudo-device   wsmux
291 # Veriexec
293 # a pseudo device needed for veriexec
294 #pseudo-device  veriexec                1
296 # Uncomment the fingerprint methods below that are desired. Note that
297 # removing fingerprint methods will have almost no impact on the kernel
298 # code size.
299 #options        VERIFIED_EXEC_FP_RMD160
300 #options        VERIFIED_EXEC_FP_SHA256
301 #options        VERIFIED_EXEC_FP_SHA384
302 #options        VERIFIED_EXEC_FP_SHA512
303 #options        VERIFIED_EXEC_FP_SHA1
304 #options        VERIFIED_EXEC_FP_MD5