GENERIC revision 1.89.8.2 1 # $NetBSD: GENERIC,v 1.89.8.2 1999/12/27 18:32:32 wrstuden Exp $
2 #
3 # GENERIC
4
5 include "arch/mac68k/conf/std.mac68k"
6
7 maxusers 16 # estimated number of users
8
9 # CPU support. At least one is REQUIRED.
10 options M68040
11 options M68030
12 options M68020 # Note: must have 68851 PMMU
13
14 # CPU-related options.
15 options FPSP
16 options FPU_EMULATE
17
18 # Standard system options
19
20 options UCONSOLE # users can use TIOCCONS (for xconsole)
21 options INSECURE # disable kernel security levels
22
23 options RTC_OFFSET=0 # hardware clock is this many mins. west of GMT
24 #options NTP # NTP phase/frequency locked loop
25
26 options KTRACE # system call tracing via ktrace(1)
27
28 options SYSVMSG # System V-like message queues
29 options SYSVSEM # System V-like semaphores
30 options SYSVSHM # System V-like memory sharing
31 #options SHMMAXPGS=1024 # 1024 pages is the default
32
33 options LKM # loadable kernel modules
34
35 #options NON_PO2_BLOCKS # non-2**n block size support
36
37 # Diagnostic/debugging support options
38 options DIAGNOSTIC # cheap kernel consistency checks
39 #options DEBUG # expensive debugging checks/support
40 options KMEMSTATS # kernel memory statistics (vmstat -m)
41 options DDB # in-kernel debugger
42 #options DDB_HISTORY_SIZE=100 # enable history editing in DDB
43 #options KGDB # remote debugger
44 #options KGDBDEV=0xc01 # kgdb device number (dev_t)
45 #options KGDBRATE=38400 # baud rate
46 #makeoptions DEBUG="-g" # compile full symbol table
47
48 # Compatibility options
49 #options COMPAT_NOMID # compatibility with 386BSD, BSDI, NetBSD 0.8,
50 #options COMPAT_09 # NetBSD 0.9,
51 options COMPAT_10 # NetBSD 1.0,
52 options COMPAT_11 # NetBSD 1.1,
53 options COMPAT_12 # NetBSD 1.2,
54 options COMPAT_13 # NetBSD 1.3,
55 options COMPAT_14 # NetBSD 1.4,
56 options COMPAT_43 # and 4.3BSD
57
58 options COMPAT_SUNOS # compatibility with SunOS 4.x binaries
59 #options COMPAT_SVR4 # compatibility with SVR4 binaries
60 #options COMPAT_M68K4K # compatibility with NetBSD/m68k4k binaries
61 #options COMPAT_LINUX # compatibility with Linux/m68k binaries
62 #options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
63
64 # File systems
65 file-system FFS # UFS
66 file-system EXT2FS # second extended file system (linux)
67 file-system LFS # log-structured file system
68 file-system MFS # memory file system
69 file-system NFS # Network File System client
70 file-system CD9660 # ISO 9660 + Rock Ridge file system
71 file-system MSDOSFS # MS-DOS file system
72 file-system FDESC # /dev/fd
73 file-system KERNFS # /kern
74 file-system NULLFS # loopback file system
75 file-system PORTAL # portal filesystem (still experimental)
76 file-system PROCFS # /proc
77 file-system UMAPFS # NULLFS + uid and gid remapping
78 file-system UNION # union file system
79 file-system CODA # Venus/Coda distributed file system
80
81 # File system options
82 options QUOTA # UFS quotas
83 #options FFS_EI # FFS Endian Independant support
84 #options SOFTDEP # FFS soft updates support.
85 options NFSSERVER # Network File System server
86 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
87 # immutable) behave as system flags.
88
89 # Pull in config fragments for kernel crypto. This is required for
90 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
91 # one of these, based on whether you use crypto-us or crypto-intl, and
92 # adjust the prefixes as necessary.
93
94 #prefix ../crypto-us/sys
95 #cinclude "conf/files.crypto-us"
96 #prefix
97
98 #prefix ../crypto-intl/sys
99 #cinclude "conf/files.crypto-intl"
100 #prefix
101
102 # Networking options
103 options GATEWAY # packet forwarding
104 options INET # IP + ICMP + TCP + UDP
105 options INET6 # IPV6
106 #options IPSEC # IP security
107 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
108 #options IPSEC_DEBUG # debug for IP security
109 #options MROUTING # IP multicast routing
110 options NS # XNS
111 #options NSIP # XNS tunneling over IP
112 options ISO,TPIP # OSI
113 options EON # OSI tunneling over IP
114 options CCITT,LLC,HDLC # X.25
115 options NETATALK # AppleTalk networking protocols
116 options PPP_BSDCOMP # BSD-Compress compression support for PPP
117 options PPP_DEFLATE # Deflate compression support for PPP
118 options PPP_FILTER # Active filter support for PPP (requires bpf)
119 options PFIL_HOOKS # pfil(9) packet filter hooks
120
121 # Compatibility with 4.2BSD implementation of TCP/IP. Not recommended.
122 #options TCP_COMPAT_42
123
124 # These options enable verbose messages for several subsystems.
125 # Warning, these may compile large string tables into the kernel!
126 options SCSIVERBOSE # human readable SCSI error messages
127
128 # Mac-specific options
129 #options ALTXBUTTONS # Map Opt-{1,2,3} to mouse buttons
130 #options DISABLE_EXT_CACHE # If really paranoid, disable IIci ext. cache
131 options GRF_COMPAT # Include grf compatibility code
132 #options MRG_ADB # Use ROM-based ADB driver
133 options ZS_CONSOLE_ABORT
134
135 options NFS_BOOT_DHCP
136
137 # Kernel root file system and dump configuration.
138 config netbsd root on ? type ?
139
140 #
141 # Device configuration
142 #
143
144 mainbus0 at root
145
146 fpu0 at mainbus? # Floating-Point Coprocessor support
147
148
149 # Basic Bus Support
150
151 # On-board I/O bus support
152 obio0 at mainbus?
153
154 # NuBus support
155 nubus0 at mainbus?
156
157
158 # Console Devices
159
160 # Apple Desktop Bus interface
161 adb0 at obio?
162 aed* at adb? # ADB event device
163 kbd* at adb? # ADB keyboard
164 ms* at adb? # ADB mouse
165
166 # Basic frame buffer support
167 intvid0 at obio? # Internal video hardware
168 macvid* at nubus? # NuBus video card
169
170 # Device-independent frame buffer interface
171 grf* at intvid?
172 grf* at macvid?
173
174 # Integrated Terminal Emulator (console) support
175 ite0 at grf?
176
177
178 # Serial Devices
179
180 # On-board serial interface
181 zsc0 at obio?
182 zstty* at zsc? channel ?
183
184
185 # SCSI Controllers and Devices
186
187 # SCSI controllers
188 # XXX - use only one of ncrscsi or sbc
189 ncrscsi0 at obio? # SCSI NCR 5380
190 #sbc0 at obio? flags 0x1 # MI SCSI NCR 5380
191 esp0 at obio? # SCSI NCR 53C9x
192 esp1 at obio? # SCSI NCR 53C9x
193
194 # SCSI bus support
195 scsibus* at scsi?
196
197 # SCSI devices
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 se* at scsibus? target ? lun ? # SCSI ethernet
203 ss* at scsibus? target ? lun ? # SCSI scanners
204 uk* at scsibus? target ? lun ? # SCSI unknown
205
206
207 # Miscellaneous mass storage devices
208
209 # IWM floppy disk controller
210 iwm0 at obio? # Sony driver (800K GCR)
211 fd* at iwm? drive ?
212
213
214 # Network Interfaces
215
216 # On-board Ethernet controllers
217 sn* at obio? # SONIC-based (DP83932, DP83916)
218 mc* at obio? # MACE-based
219
220 # NuBus Ethernet controllers
221 ae* at nubus? # DP8390-based
222 sn* at nubus? # SONIC-based (DP83932, DP83916)
223
224
225 # Audio Devices
226
227 # On-board audio hardware
228 asc0 at obio? # ASC/EASC audio
229
230 # Pseudo-Devices
231
232 # disk/mass storage pseudo-devices
233 pseudo-device ccd 4 # concatenated/striped disk devices
234 #pseudo-device raid 4 # RAIDframe disk driver
235 pseudo-device md 1 # memory disk device (ramdisk)
236 pseudo-device vcoda 1 # Venus/Coda distributed file system
237 pseudo-device vnd 4 # disk-like interface to files
238
239 # network pseudo-devices
240 pseudo-device bpfilter 12 # Berkeley packet filter
241 pseudo-device ipfilter # IP filter (firewall) and NAT
242 pseudo-device loop # network loopback
243 pseudo-device ppp 2 # Point-to-Point Protocol
244 pseudo-device sl 2 # Serial Line IP
245 #pseudo-device strip 2 # Starmode Radio IP (Metricom)
246 pseudo-device tun 2 # network tunneling over tty
247 #pseudo-device gre 2 # generic L3 over IP tunnel
248 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
249 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
250
251 # miscellaneous pseudo-devices
252 pseudo-device pty 64 # pseudo-terminals
253 #pseudo-device tb 1 # tablet line discipline
254
255 # rnd is EXPERIMENTAL at this point.
256 #pseudo-device rnd # /dev/random and in-kernel generator
257 #options RND_COM # use "com" randomness as well (BROKEN)
258