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