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