GENERIC revision 1.136 1 # $NetBSD: GENERIC,v 1.136 2000/02/05 18:41:58 mhitch Exp $
2
3 #
4 #if 0
5 # GENERIC Amiga or DraCo
6 #
7 # This configuration file contains all possible options
8 #
9 # make AMIGA extracts the AMIGA configuration file.
10 # make DRACO extracts the DRACO configuration file.
11 #
12 # commit them, too.
13 #endif
14 #
15
16 include "arch/amiga/conf/std.amiga"
17
18 #ident "GENERIC-$Revision: 1.136 $"
19
20 maxusers 8
21 options RTC_OFFSET=0
22
23 #
24 # mainboards to support (in addition to Amiga)
25 #
26 #ifdef DRACO_CONFIGURATION
27 options DRACO
28
29 #endif
30 #ifdef AMIGA_CONFIGURATION
31 options BB060STUPIDROM # You need this, if you have a non-DraCo
32 # MC68060 with an OS ROM up to (at least)
33 # V40 (OS3.1) and want to boot with the
34 # bootblock.
35 # You do not need this if you have a DraCo,
36 # have no 68060 or NEVER use the bootblock
37 options P5PPC68KBOARD # Phase5 PPC/68K board support
38 #endif
39 #
40 # processors this kernel should support
41 #
42 options M68060 # support for 060
43 options M060SP # MC68060 software support (Required for 060)
44 #ifdef AMIGA_CONFIGURATION
45 options M68040 # support for 040
46 options FPSP # MC68040 floating point support
47 options M68030 # support for 030
48 options M68020 # support for 020/851
49 options FPU_EMULATE # FPU emulation
50 #endif
51
52 # Pull in config fragments for kernel crypto. This is required for
53 # options IPSEC etc. to work. If you want to run with IPSEC, uncomment
54 # one of these, based on whether you use crypto-us or crypto-intl, and
55 # adjust the prefixes as necessary.
56
57 #prefix ../crypto-us/sys
58 #cinclude "conf/files.crypto-us"
59 #prefix
60
61 #prefix ../crypto-intl/sys
62 #cinclude "conf/files.crypto-intl"
63 #prefix
64
65 #
66 # Networking options
67 #
68 options INET # IP networking support (Required)
69 options INET6 # IPV6
70 #options IPSEC # IP security
71 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
72 #options IPSEC_DEBUG # debug for IP security
73 #options GATEWAY # Packet forwarding
74 #options DIRECTED_BROADCAST # Broadcast across subnets
75 #options MROUTING # Multicast routing
76 options NS # XNS
77 #options NSIP # XNS tunneling over IP
78 options ISO,TPIP # OSI
79 options EON # OSI tunneling over IP
80 options CCITT,LLC,HDLC # X.25
81 options NETATALK # AppleTalk networking protocols
82 options PPP_BSDCOMP # BSD-Compress compression support for PPP
83 options PPP_DEFLATE # Deflate compression support for PPP
84 options PPP_FILTER # Active filter support for PPP (requires bpf)
85 options PFIL_HOOKS # pfil(9) packet filter hooks
86 options IPFILTER_LOG # ipmon(8) log support
87
88 # Filesystems
89 file-system FFS # Berkeley fast file system
90 file-system EXT2FS # second extended file system (linux)
91 #file-system LFS # log-structured filesystem (experimental)
92 file-system MFS # Memory based filesystem
93 file-system NFS # Network File System client side code
94 file-system ADOSFS # AmigaDOS file system
95 file-system CD9660 # ISO 9660 + Rock Ridge filesystem
96 file-system MSDOSFS # MS-DOS filesystem
97 file-system FDESC # user file descriptor filesystem
98 file-system KERNFS # kernel data-structure filesystem
99 file-system NULLFS # loopback filesystem
100 file-system OVERLAY # overlay filesystem
101 #file-system PORTAL # Portal filesystem
102 file-system PROCFS # /proc filesystem
103 file-system UMAPFS # NULLFS + uid and gid remapping
104 file-system UNION # union filesystem
105
106 # Filesystem options
107 options QUOTA # User and group quotas in FFS
108 #options FFS_EI # FFS Endian Independant support
109 #options SOFTDEP # FFS soft updates support.
110 options NFSSERVER # Network File System server side code
111 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
112 # immutable) behave as system flags.
113
114 #
115 # Compatability options for various existing systems
116 #
117 options TCP_COMPAT_42 # compatibility with 4.2BSD TCP/IP
118 options COMPAT_43 # compatibility with 4.3BSD interfaces
119 options COMPAT_09 # compatibility with NetBSD 0.9
120 options COMPAT_10 # compatibility with NetBSD 1.0
121 options COMPAT_12 # compatibility with NetBSD 1.2
122 options COMPAT_13 # compatibility with NetBSD 1.3
123 options COMPAT_14 # compatibility with NetBSD 1.4
124 options COMPAT_SUNOS # Support to run Sun (m68k) executables
125 options COMPAT_SVR4 # Support to run SVR4 (m68k) executables
126 options COMPAT_NOMID # allow nonvalid machine id executables
127 #options COMPAT_LINUX # Support to run Linux/m68k executables
128 options EXEC_ELF32 # 32-bit ELF executables (Linux, SVR4)
129
130 #
131 # Support for System V IPC facilities.
132 #
133 options SYSVSHM # System V-like shared memory
134 options SYSVMSG # System V-like messages
135 options SYSVSEM # System V-like semaphores
136
137 #
138 # Support for various kernel options
139 #
140 options KTRACE # system call tracing support
141 options LKM # Loadable kernel modules
142 options NKMEMCLUSTERS=256 # Size of kernel malloc area
143 options UCONSOLE # anyone can redirect a virtual console
144 #options INSECURE # allow, among other insecure stuff, LKM
145 # loading in multi-user mode.
146 options SCSIVERBOSE # Verbose SCSI errors
147
148 options NTP # NTP phase/frequency locked loop
149
150 #
151 # Misc. debugging options
152 #
153 options DDB # Kernel debugger
154 #options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
155 options DIAGNOSTIC # Extra kernel sanity checks
156 #options DEBUG # Enable misc. kernel debugging code
157 #options SYSCALL_DEBUG # debug all syscalls.
158 #options SCSIDEBUG # Add SCSI debugging statements
159 #options PANICBUTTON # Forced crash via keypress (???)
160
161 #
162 # Amiga specific options
163 #
164 #options LIMITMEM=24 # Do not use more than LIMITMEM MB of the
165 # first bank of RAM. (default: unlimited)
166 #options NKPTADD=4 # set this for 4 additional KPT pages
167 #options NKPTADDSHIFT=24 # set this for 1 additional KPT page
168 # per 16 MB (1<<24 bytes) of RAM
169 # define and decrease this, or define and
170 # increase NKPTADD if you get "out of PT pages"
171 # panics.
172
173 # ATTENTION: There is NO WARRANTY AT ALL that the sync will be complete
174 # before the 10 secondinterval ends, or that KBDRESET does work at all.
175 #options KBDRESET # sync on Ctrl-Amiga-Amiga
176
177 # These options improve performance with the built-in serial port
178 # on slower Amigas. Try the larger buffers first then lev6_defer.
179 #options SERIBUF_SIZE=4096
180 #options SEROBUF_SIZE=32
181 #options LEV6_DEFER # defers l6 to l4 (below serial l5)
182
183 options RETINACONSOLE # enable code to allow retina to be console
184 #ifdef AMIGA_CONFIGURATION
185 options ULOWELLCONSOLE # enable code to allow a2410 to be console
186 options CL5426CONSOLE # Cirrus console
187 options CV64CONSOLE # CyberVision console
188 options TSENGCONSOLE # Tseng console
189 options CV3DCONSOLE # CyberVision 64/3D console
190 #endif
191
192 #ifdef AMIGA_CONFIGURATION
193 options GRF_ECS # Enhanced Chip Set
194 options GRF_NTSC # NTSC
195 options GRF_PAL # PAL
196 options GRF_A2024 # Support for the A2024
197 options GRF_AGA # AGA Chip Set
198 options GRF_AGA_VGA # AGA VGAONLY timing
199 options GRF_SUPER72 # AGA Super-72
200 #endif
201 #options KFONT_8X11 # 8x11 font
202
203 # This is how you would tell the kernel the A2410 oscillator frequencies:
204 # The used frequencies are the defaults, and do not need option setting
205 #options ULOWELL_OSC1=36000000
206 #options ULOWELL_OSC2=66667000
207
208 # This is how you specify the blitting speed, higher values may speed up blits
209 # a littel bit. If you raise this value too much some trash may appear.
210 # the commented version is the default.
211 #options RH_MEMCLK=61000000
212 # this option enables the 64 bit sprite which does not work
213 # for quite a few people. E.g. The cursor sprite will turn to a block
214 # when moved to the top of the screen in X.
215 #options RH_64BIT_SPRITE
216 # enables fast scroll code appears to now work on 040 systems.
217 #options RETINA_SPEED_HACK
218 # enables the Hardwarecursor which does not work on some systems.
219 #options RH_HARDWARECURSOR
220
221 #ifdef AMIGA_CONFIGURATION
222 grfcc0 at mainbus0 # custom chips
223 grfrt0 at zbus0 # retina II
224 #endif
225 grfrh0 at zbus0 # retina III
226 #ifdef AMIGA_CONFIGURATION
227 grfcl* at zbus0 # Picasso II/Piccalo/Spectrum
228 grful0 at zbus0 # A2410
229 grfcv0 at zbus0 # CyberVision 64
230 grfet* at zbus0 # Tseng (oMniBus, Domino, Merlin)
231 grfcv3d0 at zbus0 # CyberVision 64/3D
232 #endif
233
234 #ifdef AMIGA_CONFIGURATION
235 grf0 at grfcc0
236 grf1 at grfrt0
237 #endif
238 grf2 at grfrh0
239 #ifdef AMIGA_CONFIGURATION
240 grf3 at grfcl?
241 grf4 at grful0
242 grf5 at grfcv0
243 grf6 at grfet?
244 grf7 at grfcv3d0
245 #endif
246 #ifdef AMIGA_CONFIGURATION
247 ite0 at grf0 # terminal emulators for grfs
248 ite1 at grf1 # terminal emulators for grfs
249 #endif
250 ite2 at grf2 # terminal emulators for grfs
251 #ifdef AMIGA_CONFIGURATION
252 ite3 at grf3 # terminal emulators for grfs
253 ite4 at grf4 # terminal emulators for grfs
254 ite5 at grf5 # terminal emulators for grfs
255 ite6 at grf6 # terminal emulators for grfs
256 ite7 at grf7 # terminal emulators for grfs
257 #endif
258
259 msc0 at zbus0 # A2232 MSC multiport serial.
260 mfc0 at zbus0 # MultiFaceCard I/O board
261 mfcs0 at mfc0 unit 0 # MFC serial
262 mfcs1 at mfc0 unit 1 # MFC serial
263 #mfcp0 at mfc0 unit 0 # MFC parallel [not available yet]
264 #mfc1 at zbus0 # MultiFaceCard 2nd I/O board
265 #mfcs2 at mfc1 unit 0
266 #mfcs3 at mfc1 unit 1
267 #mfcp1 at mfc1 unit 0
268
269 hyper* at zbus? # zbus HyperCom3/3+/4/4+
270 #hyper* at mainbus0 # not yet: HyperCom1 + HyperCom3
271 com* at hyper? port ? # Hypercom3/4 serial ports
272 lpt* at hyper? port ? # Hypercom3+/4+ parallel port
273
274 #ifdef AMIGA_CONFIGURATION
275 #
276 # Amiga Mainboard devices (sans graphics and keyboard)
277 #
278
279 ser0 at mainbus0 # Amiga onboard serial
280 par0 at mainbus0 # Amiga onboard parallel
281 ms* at mainbus0 # Amiga mice
282 fdc0 at mainbus0 # Amiga FDC
283 fd* at fdc0 unit ? # floppy disks on the later
284 a34kbbc0 at mainbus0 # A3000/A4000 battery backed clock
285 a2kbbc0 at mainbus0 # A2000 battery backed clock
286 aucc* at mainbus0 # Amiga CC audio
287 audio* at aucc?
288 #endif
289
290 #ifdef DRACO_CONFIGURATION
291 #
292 # DraCo Mainboard devices (sans keyboard)
293 #
294
295 drbbc0 at mainbus0 # DraCo battery backed clock
296 drsupio0 at mainbus0 # DraCo superio chip
297 com* at drsupio? port ? # DraCo serial
298 lpt0 at drsupio? port ? # DraCo parallel
299 #endif
300
301 #
302 # Zorro-II, Zorro-III, DraCo Direct-Bus devices (sans graphics)
303 #
304
305 #ifndef DRACO_CONFIGURATION
306 # Alas, Melody-Z2 dont configure in the DraCo bus.
307 melody* at zbus0 # Melody MPEG audio decoder
308 audio* at melody?
309 #endif
310
311 # Ethernet cards:
312 le* at zbus0 # A2065, Ameristar, Ariadne
313 ne* at zbus0 # AriadneII
314 ed* at zbus0 # Hydra, ASDG LanRover
315 es* at zbus0 # CEI A4066 EthernetPLUS
316 qn* at zbus0 # Quicknet
317
318 # Arcnet
319 bah* at zbus0 # C=/Ameristar A2060 / 560
320
321 #ifdef AMIGA_CONFIGURATION
322 # Greater Valley Product Bus
323 gvpbus* at zbus0
324
325 # scsi stuff, all possible
326 gtsc0 at gvpbus? # GVP series II scsi
327 scsibus* at gtsc0
328 ahsc0 at mainbus0 # A3000 scsi
329 scsibus* at ahsc0
330 atzsc0 at zbus0 # A2091 scsi
331 scsibus* at atzsc0
332 wstsc0 at zbus0 # Wordsync II scsi
333 scsibus* at wstsc0
334 ivsc0 at zbus0 # IVS scsi
335 scsibus* at ivsc0
336 mlhsc0 at zbus0 # Hacker scsi
337 scsibus* at mlhsc0
338 otgsc0 at zbus0 # 12 gauge scsi
339 scsibus* at otgsc0
340 zssc0 at zbus0 # Zeus scsi
341 scsibus* at zssc0
342 mgnsc0 at zbus0 # Magnum scsi
343 scsibus* at mgnsc0
344 wesc0 at zbus0 # Warp Engine scsi
345 scsibus* at wesc0
346 afsc0 at zbus0 # A4091 scsi
347 scsibus* at afsc0
348 aftsc0 at mainbus0 # A4000T scsi
349 scsibus* at aftsc0
350 flsc0 at zbus0 # FastlaneZ3 scsi
351 scsibus* at flsc0
352 bzsc0 at zbus0 # Blizzard 1230 I,II scsi
353 scsibus* at bzsc0
354 bzivsc0 at zbus0 # Blizzard 12x0 IV scsi
355 scsibus* at bzivsc0
356 bztzsc0 at zbus0 # Blizzard 2060 scsi
357 scsibus* at bztzsc0
358 cbsc0 at zbus0 # CyberSCSI I
359 scsibus* at cbsc0
360 cbiisc0 at zbus0 # CyberSCSI II
361 scsibus* at cbiisc0
362 cbiiisc0 at zbus0 # Cyberstorm mk.III/Cyberstorm PPC SCSI
363 scsibus* at cbiiisc0
364 empsc0 at zbus0 # Emplant scsi
365 scsibus* at empsc0
366 idesc0 at mainbus0 # A4000 & A1200 IDE
367 scsibus* at idesc0
368
369 # <<< comment out the idesc entries above if the following wdc/atapibus lines >>>
370 # <<< are uncommented >>>
371 #wdc0 at mainbus0 # A4000 & A1200 IDE bus
372 #wd* at wdc? drive ? # + drives
373 #atapibus* at wdc? channel ? # ATAPI bus
374 #cd* at atapibus? drive ? # ATAPI CD-ROM drives
375 #sd* at atapibus? drive ? # ATAPI disk drives
376
377 #pccard0 at mainbus0
378 #pcmcia* at pccard0
379 #com* at pcmcia? function ? # Modems and serial cards
380 #pcmcom* at pcmcia? function ? # PCMCIA multi-port serial cards
381 #aic* at pcmcia? function ? # Adaptec APA-1460 SCSI
382 ##wdc* at pcmcia? function ?
383 #awi* at pcmcia? function ? # BayStack 650 (802.11FH)
384 ##ep* at pcmcia? function ? # 3Com 3c589 and 3c562 Ethernet
385 #mbe* at pcmcia? function ? # MB8696x based Ethernet
386 #ne* at pcmcia? function ? # NE2000-compatible Ethernet
387 #sm* at pcmcia? function ? # Megahertz Ethernet
388 #mhzc* at pcmcia? function ? # Megahertz Ethernet/Modem combo cards
389 #com* at mhzc?
390 #sm* at mhzc?
391
392 #endif
393
394 #ifdef DRACO_CONFIGURATION
395 drsc0 at mainbus0 # DraCo scsi
396 scsibus* at drsc0
397 #endif
398
399
400 # each hard drive from low target to high
401 # will configure to the next available sd unit number
402 sd* at scsibus? target ? lun ? # scsi disks
403 st* at scsibus? target ? lun ? # scsi tapes
404 cd* at scsibus? target ? lun ? # scsi cds
405 ss* at scsibus? target ? lun ? # scsi scanner
406 ch* at scsibus? target ? lun ? # scsi autochangers
407 uk* at scsibus? target ? lun ? # scsi unknown
408
409 pseudo-device loop # loopback network interface
410 pseudo-device sl 1 # SLIP network interfaces
411 pseudo-device ppp 1 # PPP network interfaces
412 pseudo-device tun 1 # network tunnel line discipline
413 #pseudo-device gre 2 # generic L3 over IP tunnel
414 #pseudo-device ipip 2 # IP Encapsulation within IP (RFC 2003)
415 pseudo-device bpfilter 16 # Berkeley packet filter
416 pseudo-device ipfilter # IP Filter package
417 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
418 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
419
420 pseudo-device view 4 # views (needed for grfcc)
421 pseudo-device pty 16 # pseudo ptys
422
423 pseudo-device vnd 4 # vnode pseudo-disks
424 pseudo-device ccd 4 # concatenated disk devices
425 #pseudo-device raid 4 # RAIDframe disk driver
426
427 # rnd is EXPERIMENTAL at this point.
428 #pseudo-device rnd # /dev/random and in-kernel generator
429 #options RND_COM # use "com" randomness as well (BROKEN)
430
431 config netbsd root on ? type ?
432