GENERIC revision 1.56 1 # $NetBSD: GENERIC,v 1.56 2018/01/23 15:08:11 sevan Exp $
2 #
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.
7 #
8 # The machine description file can be customised for your specific
9 # machine to reduce the kernel size and improve its performance.
10 #
11 # For further information on compiling NetBSD kernels, see the config(8)
12 # man page.
13 #
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.
19
20 #
21 # kernel config file for EWS4800/350, 360AD, 360ADII
22 #
23
24 include "arch/ews4800mips/conf/std.ews4800mips"
25
26 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
27
28 #ident "GENERIC-$Revision: 1.56 $"
29
30 maxusers 16
31
32 #options MIPS1 # R2000/R3000
33 options MIPS3 # R4000/R4400
34
35 makeoptions CPUFLAGS="-march=r4400 -mabi=32" # optimize for R4400
36
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
40
41 # Support for specific models
42 options EWS4800_TR2 # 350
43 options EWS4800_TR2A # 360,360AD,360ADII,360SX,360EX
44
45 # Standard system options
46 options NTP # NTP phase/frequency locked loop
47
48 options KTRACE # system call tracing ktrace(1)
49
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
55 options USERCONF # userconf(4) support
56 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
57 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
58
59 # Alternate buffer queue strategies for better responsiveness under high
60 # disk I/O load.
61 #options BUFQ_READPRIO
62 #options BUFQ_PRIOCSCAN
63
64 # Diagnostic/debugging support options
65 #options DIAGNOSTIC # expensive kernel consistency checks
66 #options DEBUG # extra kernel debugging support
67 options DDB # in-kernel debugger
68 #options DDB_ONPANIC=1 # see also sysctl(7): `ddb.onpanic'
69 #options DDB_HISTORY_SIZE=512 # enable history editing in DDB
70 #makeoptions DEBUG="-g" # compile full symbol table
71
72 # Compatibility options
73 include "conf/compat_netbsd13.config"
74 #options COMPAT_LINUX # binary compatibility with Linux
75
76 # File systems
77 file-system FFS # fast filesystem with user and group quotas
78 file-system EXT2FS # second extended file system (linux)
79 file-system LFS # log-structured file system
80 file-system MFS # memory file system
81 file-system NFS # Network File System client
82 #file-system NTFS # Windows/NT file system (experimental)
83 file-system CD9660 # ISO 9660 + Rock Ridge file system
84 file-system MSDOSFS # MS-DOS file system
85 file-system FDESC # /dev/fd
86 file-system KERNFS # /kern
87 file-system NULLFS # loopback file system
88 file-system OVERLAY # overlay file system
89 file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
90 file-system PROCFS # /proc
91 file-system UMAPFS # NULLFS + uid and gid remapping
92 file-system UNION # union file system
93 #file-system CODA # Coda file system; also needs vcoda (below)
94 #file-system SMBFS # experimental - CIFS; also needs nsmb (below)
95 file-system SYSVBFS # System V boot filesystem.
96 file-system PTYFS # /dev/pts/N support
97 file-system TMPFS # Efficient memory file-system
98 #file-system UDF # experimental - OSTA UDF CD/DVD file-system
99
100 # File system options
101 options QUOTA # legacy UFS quotas
102 options QUOTA2 # new, in-filesystem UFS quotas
103 #options FFS_EI # FFS Endian Indpendent support
104 options WAPBL # File system journaling support
105 #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
106 options NFSSERVER # Network File System server
107 #options FFS_NO_SNAPSHOT # no FFS snapshot support
108 options UFS_EXTATTR # Extended attribute support for UFS1
109 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
110 # immutable) behave as system flags.
111
112 # Networking options
113 #options GATEWAY # packet forwarding
114 options INET # IP + ICMP + TCP + UDP
115 options INET6 # IPV6
116 #options IPSEC # IP security
117 #options IPSEC_DEBUG # debug for IP security
118 #options MROUTING # IP multicast routing
119 #options PIM # Protocol Independent Multicast
120 options NETATALK # AppleTalk networking protocols
121 options PPP_BSDCOMP # BSD-Compress compression support for PPP
122 options PPP_DEFLATE # Deflate compression support for PPP
123 options PPP_FILTER # Active filter support for PPP (requires bpf)
124 options IPFILTER_LOG # ipmon(8) log support
125 options IPFILTER_LOOKUP # ippool(8) support
126 options IPFILTER_COMPAT # Compat for IP-Filter
127 #options IPFILTER_DEFAULT_BLOCK # block all packets by default
128 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
129
130 #options ALTQ # Manipulate network interfaces' output queues
131 #options ALTQ_BLUE # Stochastic Fair Blue
132 #options ALTQ_CBQ # Class-Based Queueing
133 #options ALTQ_CDNR # Diffserv Traffic Conditioner
134 #options ALTQ_FIFOQ # First-In First-Out Queue
135 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
136 #options ALTQ_HFSC # Hierarchical Fair Service Curve
137 #options ALTQ_LOCALQ # Local queueing discipline
138 #options ALTQ_PRIQ # Priority Queueing
139 #options ALTQ_RED # Random Early Detection
140 #options ALTQ_RIO # RED with IN/OUT
141 #options ALTQ_WFQ # Weighted Fair Queueing
142
143 # JIT compiler for bpfilter
144 #options SLJIT
145 #options BPFJIT
146
147 # These options enable verbose messages for several subsystems.
148 # Warning, these may compile large string tables into the kernel!
149 options SCSIVERBOSE # human readable SCSI error messages
150
151 options NFS_BOOT_DHCP
152
153
154 # workstation console options
155 options WSEMUL_VT100 # VT100 / VT220 emulation
156 options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
157 options WS_KERNEL_FG=WSCOL_GREEN
158 options WS_KERNEL_BG=WSCOL_BLACK
159
160 options FONT_GALLANT12x22
161 #options FONT_SONY12x24
162
163 config netbsd root on ? type ?
164
165 #
166 # Device configuration
167 #
168
169 mainbus0 at root
170
171 cpu0 at mainbus?
172
173 sbdio0 at mainbus?
174
175 mkclock0 at sbdio?
176
177 zsc0 at sbdio?
178 zstty0 at zsc? channel 0 # SIO ch-A
179 zstty1 at zsc? channel 1 # SIO ch-B
180
181 #kbms* at sbdio?
182 #wskbd0 at kbms? console ?
183 #wsmouse0 at kbms?
184
185 zsc1 at sbdio?
186 ewskbd0 at zsc?
187 wskbd* at ewskbd?
188 ewsms0 at zsc?
189 wsmouse* at ewsms?
190
191 fb* at sbdio?
192 wsdisplay* at fb? console ?
193
194 # Disk
195 osiop* at sbdio? flags 0x0000
196 scsibus* at scsi?
197
198 sd* at scsibus? target ? lun ? # SCSI disk drives
199 st* at scsibus? target ? lun ? # SCSI tape drives
200 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
201 ch* at scsibus? target ? lun ? # SCSI autochangers
202 ses* at scsibus? target ? lun ? # SCSI Enclosure Services devices
203 ss* at scsibus? target ? lun ? # SCSI scanners
204 uk* at scsibus? target ? lun ? # SCSI unknown
205
206 # Ether
207 iee* at sbdio? # TR2
208 le* at sbdio? # TR2A
209
210
211 # Pseudo-Devices
212
213 # disk/mass strage pseudo-devices
214 pseudo-device ccd # concatenated/striped disk devices
215 #pseudo-device cgd # cryptographic disk devices
216 pseudo-device raid # RAIDframe disk driver
217 options RAID_AUTOCONFIG # auto-configuration of RAID components
218 # Options to enable various other RAIDframe RAID types.
219 #options RF_INCLUDE_EVENODD=1
220 #options RF_INCLUDE_RAID5_RS=1
221 #options RF_INCLUDE_PARITYLOGGING=1
222 #options RF_INCLUDE_CHAINDECLUSTER=1
223 #options RF_INCLUDE_INTERDECLUSTER=1
224 #options RF_INCLUDE_PARITY_DECLUSTERING=1
225 #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
226 pseudo-device fss # file system snapshot device
227 pseudo-device putter # for puffs and pud
228
229 pseudo-device md # memory disk device (ramdisk)
230 pseudo-device vnd # virtual disk ick
231 options VND_COMPRESSION # compressed vnd(4)
232
233 # network pseudo-devices
234 pseudo-device bpfilter # packet filter ports
235 #pseudo-device carp # Common Address Redundancy Protocol
236 pseudo-device ipfilter # IP filter, NAT
237 pseudo-device loop # network loopback
238 pseudo-device ppp # Point-to-Point Protocol
239 pseudo-device pppoe # PPP over Ethernet (RFC 2516)
240 pseudo-device sl # Serial Line IP
241 pseudo-device strip # Starmode Radio IP (Metricom)
242 #pseudo-device irframetty # IrDA frame line discipline
243 pseudo-device tap # virtual Ethernet
244 pseudo-device tun # network tunneling over tty
245 pseudo-device gre # generic L3 over IP tunnel
246 pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
247 #pseudo-device faith # IPv[46] tcp relay translation i/f
248 pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
249 pseudo-device vlan # IEEE 802.1q encapsulation
250 pseudo-device bridge # simple inter-network bridging
251 #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
252 pseudo-device agr # IEEE 802.3ad link aggregation
253 #pseudo-device pf # PF packet filter
254 #pseudo-device pflog # PF log if
255
256 #
257 # accept filters
258 pseudo-device accf_data # "dataready" accept filter
259 pseudo-device accf_http # "httpready" accept filter
260
261 # miscellaneous pseudo-devices
262 pseudo-device pty # pseudo-terminals
263 #pseudo-device tb 1 # tablet line discipline
264 pseudo-device clockctl # user control of clock subsystem
265 pseudo-device ksyms # /dev/ksyms
266
267 # a pseudo device needed for Coda # also needs CODA (above)
268 #pseudo-device vcoda # coda minicache <-> venus comm.
269
270 # a pseudo device needed for SMBFS
271 #pseudo-device nsmb # experimental - SMB requester
272
273 # wscons pseudo-devices
274 pseudo-device wsmux
275
276 # Veriexec
277
278 # a pseudo device needed for veriexec
279 #pseudo-device veriexec
280
281 # Uncomment the fingerprint methods below that are desired. Note that
282 # removing fingerprint methods will have almost no impact on the kernel
283 # code size.
284 #options VERIFIED_EXEC_FP_SHA256
285 #options VERIFIED_EXEC_FP_SHA384
286 #options VERIFIED_EXEC_FP_SHA512
287