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