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