GENERIC revision 1.207.2.4 1 1.207.2.2 tls # $NetBSD: GENERIC,v 1.207.2.4 2017/12/03 11:36:24 jdolecek Exp $
2 1.21 cgd #
3 1.117 gmcgarry # GENERIC machine description file
4 1.117 gmcgarry #
5 1.117 gmcgarry # This machine description file is used to generate the default NetBSD
6 1.117 gmcgarry # kernel. The generic kernel does not include all options, subsystems
7 1.117 gmcgarry # and device drivers, but should be useful for most applications.
8 1.117 gmcgarry #
9 1.117 gmcgarry # The machine description file can be customised for your specific
10 1.117 gmcgarry # machine to reduce the kernel size and improve its performance.
11 1.117 gmcgarry #
12 1.117 gmcgarry # For further information on compiling NetBSD kernels, see the config(8)
13 1.117 gmcgarry # man page.
14 1.117 gmcgarry #
15 1.117 gmcgarry # For further information on hardware support for this architecture, see
16 1.117 gmcgarry # the intro(4) man page. For further information about kernel options
17 1.117 gmcgarry # for this architecture, see the options(4) man page. For an explanation
18 1.117 gmcgarry # of each device driver in this file see the section 4 man page for the
19 1.117 gmcgarry # device.
20 1.1 briggs
21 1.207.2.4 jdolecek include "arch/mac68k/conf/std.mac68k"
22 1.95 hubertf
23 1.125 atatat options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24 1.125 atatat
25 1.207.2.2 tls #ident "GENERIC-$Revision: 1.207.2.4 $"
26 1.2 briggs
27 1.207.2.3 tls makeoptions COPTS="-O2 -fno-reorder-blocks" # see share/mk/sys.mk
28 1.207.2.3 tls
29 1.74 scottr maxusers 16 # estimated number of users
30 1.71 scottr
31 1.71 scottr # CPU support. At least one is REQUIRED.
32 1.71 scottr options M68040
33 1.71 scottr options M68030
34 1.71 scottr options M68020 # Note: must have 68851 PMMU
35 1.71 scottr
36 1.71 scottr # CPU-related options.
37 1.71 scottr options FPSP
38 1.71 scottr options FPU_EMULATE
39 1.2 briggs
40 1.207.2.3 tls # Support for 128 meg SIMMs in Centris / Quadra 610, 650 and 800 machines.
41 1.207.2.3 tls # You need to set the total memory in the MacOS Booter.
42 1.207.2.3 tls #options DJMEMCMAX
43 1.207.2.3 tls
44 1.2 briggs # Standard system options
45 1.71 scottr
46 1.71 scottr options INSECURE # disable kernel security levels
47 1.71 scottr
48 1.71 scottr options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
49 1.71 scottr #options NTP # NTP phase/frequency locked loop
50 1.71 scottr
51 1.71 scottr options KTRACE # system call tracing via ktrace(1)
52 1.71 scottr
53 1.71 scottr options SYSVMSG # System V-like message queues
54 1.71 scottr options SYSVSEM # System V-like semaphores
55 1.71 scottr options SYSVSHM # System V-like memory sharing
56 1.120 jdolecek
57 1.129 lukem options USERCONF # userconf(4) support
58 1.120 jdolecek #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
59 1.147 atatat options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
60 1.134 junyoung
61 1.135 wiz # Enable experimental buffer queue strategy for better responsiveness under
62 1.134 junyoung # high disk I/O load. Use it with caution - it's not proven to be stable yet.
63 1.157 tsutsui #options BUFQ_READPRIO
64 1.157 tsutsui #options BUFQ_PRIOCSCAN
65 1.54 scottr
66 1.71 scottr # Diagnostic/debugging support options
67 1.121 fredb #options DIAGNOSTIC # cheap kernel consistency checks
68 1.71 scottr #options DEBUG # expensive debugging checks/support
69 1.188 hauke #options LOCKDEBUG # kernel lock debugging
70 1.114 lukem options DDB # in-kernel debugger
71 1.70 lukem #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
72 1.114 lukem #options KGDB # remote debugger
73 1.114 lukem #options KGDB_DEV=0xc01 # kgdb device number (dev_t)
74 1.114 lukem #options KGDB_DEVRATE=38400 # baud rate
75 1.71 scottr #makeoptions DEBUG="-g" # compile full symbol table
76 1.54 scottr
77 1.54 scottr # Compatibility options
78 1.207.2.4 jdolecek include "conf/compat_netbsd10.config"
79 1.71 scottr #options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
80 1.71 scottr
81 1.121 fredb # The following is needed to run pre-NetBSD 1.6 binaries under ELF.
82 1.123 shiba options COMPAT_AOUT_M68K # compatibility with NetBSD/m68k a.out
83 1.123 shiba options EXEC_AOUT # support for exec'ing a.out
84 1.121 fredb
85 1.121 fredb #options COMPAT_LINUX # compatibility with Linux/m68k binaries
86 1.121 fredb #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
87 1.121 fredb #options COMPAT_SUNOS # compatibility with SunOS 4.x binaries
88 1.86 kleink #options COMPAT_SVR4 # compatibility with SVR4 binaries
89 1.2 briggs
90 1.65 scottr # File systems
91 1.71 scottr file-system FFS # UFS
92 1.71 scottr file-system EXT2FS # second extended file system (linux)
93 1.71 scottr file-system LFS # log-structured file system
94 1.71 scottr file-system MFS # memory file system
95 1.71 scottr file-system NFS # Network File System client
96 1.71 scottr file-system CD9660 # ISO 9660 + Rock Ridge file system
97 1.71 scottr file-system MSDOSFS # MS-DOS file system
98 1.71 scottr file-system FDESC # /dev/fd
99 1.71 scottr file-system KERNFS # /kern
100 1.71 scottr file-system NULLFS # loopback file system
101 1.94 wrstuden file-system OVERLAY # overlay file system
102 1.195 pooka file-system PUFFS # Userspace file systems (e.g. ntfs-3g & sshfs)
103 1.71 scottr file-system PROCFS # /proc
104 1.71 scottr file-system UMAPFS # NULLFS + uid and gid remapping
105 1.71 scottr file-system UNION # union file system
106 1.90 fredb file-system CODA # Venus/Coda distributed file system
107 1.164 christos file-system PTYFS # /dev/pts/N support
108 1.183 jmmv file-system TMPFS # Efficient memory file-system
109 1.169 reinoud #file-system UDF # experimental - OSTA UDF CD/DVD file-system
110 1.179 dillo #file-system HFS # experimental - Apple HFS+ (read-only)
111 1.55 thorpej
112 1.65 scottr # File system options
113 1.200 bouyer options QUOTA # legacy UFS quotas
114 1.200 bouyer options QUOTA2 # new, in-filesystem UFS quotas
115 1.201 wiz #options FFS_EI # FFS Endian Independent support
116 1.204 dholland options WAPBL # File system journaling support
117 1.152 rumble #options UFS_DIRHASH # UFS Large Directory Hashing - Experimental
118 1.71 scottr options NFSSERVER # Network File System server
119 1.166 tsutsui #options FFS_NO_SNAPSHOT # No FFS snapshot support
120 1.207.2.4 jdolecek options UFS_EXTATTR # Extended attribute support for UFS1
121 1.71 scottr #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
122 1.71 scottr # immutable) behave as system flags.
123 1.92 itojun
124 1.7 briggs # Networking options
125 1.71 scottr options GATEWAY # packet forwarding
126 1.71 scottr options INET # IP + ICMP + TCP + UDP
127 1.92 itojun options INET6 # IPV6
128 1.92 itojun #options IPSEC # IP security
129 1.92 itojun #options IPSEC_DEBUG # debug for IP security
130 1.71 scottr #options MROUTING # IP multicast routing
131 1.148 manu #options PIM # Protocol Independent Multicast
132 1.71 scottr options NETATALK # AppleTalk networking protocols
133 1.88 christos options PPP_BSDCOMP # BSD-Compress compression support for PPP
134 1.88 christos options PPP_DEFLATE # Deflate compression support for PPP
135 1.88 christos options PPP_FILTER # Active filter support for PPP (requires bpf)
136 1.121 fredb options IPFILTER_LOG # ipmon(8) log support
137 1.176 christos options IPFILTER_LOOKUP # ippool(8) support
138 1.197 mrg options IPFILTER_COMPAT # Compat for IP-Filter
139 1.131 martti #options IPFILTER_DEFAULT_BLOCK # block all packets by default
140 1.111 abs #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
141 1.71 scottr
142 1.145 abs #options ALTQ # Manipulate network interfaces' output queues
143 1.145 abs #options ALTQ_BLUE # Stochastic Fair Blue
144 1.145 abs #options ALTQ_CBQ # Class-Based Queueing
145 1.145 abs #options ALTQ_CDNR # Diffserv Traffic Conditioner
146 1.145 abs #options ALTQ_FIFOQ # First-In First-Out Queue
147 1.145 abs #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
148 1.145 abs #options ALTQ_HFSC # Hierarchical Fair Service Curve
149 1.145 abs #options ALTQ_LOCALQ # Local queueing discipline
150 1.145 abs #options ALTQ_PRIQ # Priority Queueing
151 1.145 abs #options ALTQ_RED # Random Early Detection
152 1.145 abs #options ALTQ_RIO # RED with IN/OUT
153 1.145 abs #options ALTQ_WFQ # Weighted Fair Queueing
154 1.145 abs
155 1.71 scottr # These options enable verbose messages for several subsystems.
156 1.71 scottr # Warning, these may compile large string tables into the kernel!
157 1.71 scottr options SCSIVERBOSE # human readable SCSI error messages
158 1.1 briggs
159 1.96 scottr # wscons options
160 1.96 scottr #options WSEMUL_SUN # sun terminal emulation
161 1.96 scottr options WSEMUL_VT100 # VT100 / VT220 emulation
162 1.207 abs options WSDISPLAY_COMPAT_USL # wsconscfg VT handling
163 1.96 scottr options WSDISPLAY_COMPAT_ITEFONT # use ite font (6x10)
164 1.96 scottr
165 1.96 scottr # rcons options; note that 1-bit and 8-bit displays are supported by default.
166 1.96 scottr options RCONS_2BPP # Support for 2-bit display
167 1.96 scottr options RCONS_4BPP # Support for 4-bit display
168 1.96 scottr options RCONS_16BPP # Support for 16-bit display
169 1.96 scottr
170 1.9 briggs # Mac-specific options
171 1.79 scottr #options ALTXBUTTONS # Map Opt-{1,2,3} to mouse buttons
172 1.87 briggs #options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
173 1.79 scottr options GRF_COMPAT # Include grf compatibility code
174 1.77 scottr #options MRG_ADB # Use ROM-based ADB driver
175 1.79 scottr options ZS_CONSOLE_ABORT
176 1.84 scottr
177 1.93 scottr options NFS_BOOT_DHCP
178 1.71 scottr
179 1.71 scottr # Kernel root file system and dump configuration.
180 1.55 thorpej config netbsd root on ? type ?
181 1.1 briggs
182 1.71 scottr #
183 1.71 scottr # Device configuration
184 1.71 scottr #
185 1.71 scottr
186 1.71 scottr mainbus0 at root
187 1.71 scottr
188 1.71 scottr
189 1.71 scottr # Basic Bus Support
190 1.71 scottr
191 1.71 scottr # On-board I/O bus support
192 1.71 scottr obio0 at mainbus?
193 1.71 scottr
194 1.71 scottr # NuBus support
195 1.71 scottr nubus0 at mainbus?
196 1.71 scottr
197 1.71 scottr
198 1.71 scottr # Console Devices
199 1.71 scottr
200 1.71 scottr # Apple Desktop Bus interface
201 1.80 ender adb0 at obio?
202 1.80 ender aed* at adb? # ADB event device
203 1.96 scottr akbd* at adb? # ADB keyboard
204 1.96 scottr ams* at adb? # ADB mouse
205 1.71 scottr
206 1.71 scottr # Basic frame buffer support
207 1.71 scottr intvid0 at obio? # Internal video hardware
208 1.71 scottr macvid* at nubus? # NuBus video card
209 1.71 scottr
210 1.71 scottr # Device-independent frame buffer interface
211 1.96 scottr macfb* at intvid?
212 1.96 scottr macfb* at macvid?
213 1.71 scottr
214 1.96 scottr # Workstation Console devices
215 1.99 scottr wsdisplay* at macfb? console ?
216 1.99 scottr wskbd* at akbd? console ?
217 1.99 scottr wsmouse* at ams?
218 1.71 scottr
219 1.71 scottr
220 1.187 hauke # Centronics printer port
221 1.187 hauke
222 1.187 hauke # CSI Hurdler Centronics Parallel Interface
223 1.205 hauke # CPI_CTC12_IS_TIMECOUNTER 0x01 Run counters 1+2 as timecounter
224 1.205 hauke cpi* at nubus? flags 0x1
225 1.187 hauke
226 1.187 hauke
227 1.71 scottr # Serial Devices
228 1.71 scottr
229 1.71 scottr # On-board serial interface
230 1.71 scottr zsc0 at obio?
231 1.71 scottr zstty* at zsc? channel ?
232 1.71 scottr
233 1.71 scottr
234 1.71 scottr # SCSI Controllers and Devices
235 1.71 scottr
236 1.71 scottr # SCSI controllers
237 1.71 scottr # XXX - use only one of ncrscsi or sbc
238 1.151 chs ncrscsi0 at obio? addr 0 # SCSI NCR 5380
239 1.151 chs #sbc0 at obio? addr 0 flags 0x1 # MI SCSI NCR 5380
240 1.151 chs esp0 at obio? addr 0 # SCSI NCR 53C9x
241 1.151 chs esp1 at obio? addr 1 # SCSI NCR 53C9x
242 1.71 scottr
243 1.71 scottr # SCSI bus support
244 1.71 scottr scsibus* at scsi?
245 1.71 scottr
246 1.71 scottr # SCSI devices
247 1.71 scottr sd* at scsibus? target ? lun ? # SCSI disk drives
248 1.71 scottr st* at scsibus? target ? lun ? # SCSI tape drives
249 1.71 scottr cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
250 1.71 scottr ch* at scsibus? target ? lun ? # SCSI autochangers
251 1.71 scottr se* at scsibus? target ? lun ? # SCSI ethernet
252 1.71 scottr ss* at scsibus? target ? lun ? # SCSI scanners
253 1.71 scottr uk* at scsibus? target ? lun ? # SCSI unknown
254 1.126 shiba
255 1.126 shiba # IDE controller and devices
256 1.126 shiba wdc* at obio? flags 0x1000
257 1.141 lukem atabus* at ata?
258 1.140 bouyer wd* at atabus? drive ?
259 1.84 scottr
260 1.84 scottr
261 1.84 scottr # Miscellaneous mass storage devices
262 1.84 scottr
263 1.84 scottr # IWM floppy disk controller
264 1.84 scottr iwm0 at obio? # Sony driver (800K GCR)
265 1.84 scottr fd* at iwm? drive ?
266 1.71 scottr
267 1.71 scottr
268 1.71 scottr # Network Interfaces
269 1.71 scottr
270 1.71 scottr # On-board Ethernet controllers
271 1.71 scottr sn* at obio? # SONIC-based (DP83932, DP83916)
272 1.71 scottr mc* at obio? # MACE-based
273 1.71 scottr
274 1.71 scottr # NuBus Ethernet controllers
275 1.71 scottr ae* at nubus? # DP8390-based
276 1.71 scottr sn* at nubus? # SONIC-based (DP83932, DP83916)
277 1.106 briggs sm* at nubus? # SMC 91cxx-based
278 1.128 itojun netdock* at nubus? # Asante NetDock, Newer Ether MicroDock
279 1.71 scottr
280 1.106 briggs nsphy* at mii? phy ?
281 1.106 briggs ukphy* at mii? phy ?
282 1.71 scottr
283 1.71 scottr # Audio Devices
284 1.71 scottr
285 1.71 scottr # On-board audio hardware
286 1.71 scottr asc0 at obio? # ASC/EASC audio
287 1.71 scottr
288 1.71 scottr # Pseudo-Devices
289 1.71 scottr
290 1.71 scottr # disk/mass storage pseudo-devices
291 1.207.2.2 tls pseudo-device ccd # concatenated/striped disk devices
292 1.207.2.2 tls #pseudo-device cgd # cryptographic disk devices
293 1.207.2.2 tls #pseudo-device raid # RAIDframe disk driver
294 1.98 simonb #options RAID_AUTOCONFIG # auto-configuration of RAID components
295 1.119 oster # Options to enable various other RAIDframe RAID types.
296 1.119 oster # options RF_INCLUDE_EVENODD=1
297 1.119 oster # options RF_INCLUDE_RAID5_RS=1
298 1.119 oster # options RF_INCLUDE_PARITYLOGGING=1
299 1.119 oster # options RF_INCLUDE_CHAINDECLUSTER=1
300 1.119 oster # options RF_INCLUDE_INTERDECLUSTER=1
301 1.119 oster # options RF_INCLUDE_PARITY_DECLUSTERING=1
302 1.119 oster # options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
303 1.196 pooka pseudo-device fss # file system snapshot device
304 1.198 hannken pseudo-device md # memory disk device (ramdisk)
305 1.207.2.2 tls pseudo-device vcoda # Venus/Coda distributed file system
306 1.171 cube pseudo-device vnd # disk-like interface to files
307 1.160 hubertf #options VND_COMPRESSION # compressed vnd(4)
308 1.71 scottr
309 1.71 scottr # network pseudo-devices
310 1.170 rpaulo pseudo-device bpfilter # Berkeley packet filter
311 1.173 liamjfoy #pseudo-device carp # Common Address Redundancy Protocol
312 1.71 scottr pseudo-device ipfilter # IP filter (firewall) and NAT
313 1.71 scottr pseudo-device loop # network loopback
314 1.171 cube pseudo-device ppp # Point-to-Point Protocol
315 1.118 martin pseudo-device pppoe # PPP over Ethernet (RFC 2516)
316 1.171 cube pseudo-device sl # Serial Line IP
317 1.171 cube #pseudo-device strip # Starmode Radio IP (Metricom)
318 1.171 cube pseudo-device tun # network tunneling over tty
319 1.150 cube pseudo-device tap # virtual Ethernet
320 1.171 cube #pseudo-device gre # generic L3 over IP tunnel
321 1.171 cube pseudo-device gif # IPv[46] over IPv[46] tunnel (RFC1933)
322 1.171 cube #pseudo-device faith # IPv[46] tcp relay translation i/f
323 1.172 pavel pseudo-device stf # 6to4 IPv6 over IPv4 encapsulation
324 1.109 bouyer pseudo-device vlan # IEEE 802.1q encapsulation
325 1.116 atatat pseudo-device bridge # simple inter-network bridging
326 1.136 perseant #options BRIDGE_IPF # bridge uses IP/IPv6 pfil hooks too
327 1.181 martin pseudo-device agr # IEEE 802.3ad link aggregation
328 1.71 scottr
329 1.191 tls #
330 1.191 tls # accept filters
331 1.191 tls pseudo-device accf_data # "dataready" accept filter
332 1.191 tls pseudo-device accf_http # "httpready" accept filter
333 1.191 tls
334 1.71 scottr # miscellaneous pseudo-devices
335 1.96 scottr pseudo-device grf 2 # grf emulation for wscons
336 1.96 scottr pseudo-device ite 1 # ite emulation for wscons
337 1.108 jdolecek pseudo-device pty # pseudo-terminals
338 1.127 lukem pseudo-device clockctl # user control of clock subsystem
339 1.195 pooka pseudo-device putter # for puffs and pud
340 1.202 hauke pseudo-device swwdog # software watchdog driver
341 1.71 scottr
342 1.101 fredb # random number generator pseudo-device
343 1.71 scottr #options RND_COM # use "com" randomness as well (BROKEN)
344 1.138 ragge pseudo-device ksyms # /dev/ksyms
345 1.144 itojun #pseudo-device pf # PF packet filter
346 1.144 itojun #pseudo-device pflog # PF log if
347 1.167 elad
348 1.167 elad # Veriexec
349 1.167 elad #
350 1.167 elad # a pseudo device needed for veriexec
351 1.207.2.2 tls #pseudo-device veriexec
352 1.167 elad #
353 1.167 elad # Uncomment the fingerprint methods below that are desired. Note that
354 1.167 elad # removing fingerprint methods will have almost no impact on the kernel
355 1.167 elad # code size.
356 1.167 elad #
357 1.167 elad #options VERIFIED_EXEC_FP_SHA256
358 1.167 elad #options VERIFIED_EXEC_FP_SHA384
359 1.167 elad #options VERIFIED_EXEC_FP_SHA512
360