GENERIC revision 1.50 1 # $NetBSD: GENERIC,v 1.50 1996/01/28 19:37:45 chopps Exp $
2
3 #
4 # GENERIC AMIGA
5 #
6 # This configuration file contains all possible options
7 #
8
9 include "std.amiga"
10
11 maxusers 8
12 options TIMEZONE=300, DST=1
13
14 #
15 # processors this kernel should support
16 #
17 options "M68040" # support for 040
18 options FPSP # MC68040 floating point support
19 options "M68030" # support for 030
20 options "M68020" # support for 020/851
21 options FPCOPROC # Support for MC6888[12] (Required)
22
23 options SWAPPAGER # Pager for processes (Required)
24 options VNODEPAGER # Pager for vnodes (Required)
25 options DEVPAGER # Pager for devices (Required)
26
27 #
28 # Networking options
29 #
30 options INET # IP networking support (Required)
31 #options ISO # ISO Networking support
32 #options TPIP # ARGO TP networking support
33 #options CCITT # CCITT X.25
34 #options NS # Xerox XNS
35 #options EON # ISO CLNL over IP
36 #options GATEWAY # Packet forwarding
37 #options DIRECTED_BROADCAST # Broadcast across subnets
38 #options NSIP # XNS over IP
39
40 #
41 # File system related options
42 #
43 options QUOTA # Disk quotas for local disks
44 options NFSSERVER # Network File System server side code
45 options NFSCLIENT # Network File System client side code
46
47 #
48 # File systems
49 #
50 options FFS # Berkeley fast file system
51 options MFS # Memory based filesystem
52 options PROCFS # Process filesystem
53 options KERNFS # Kernel parameter filesystem (Recommended)
54 options FDESC # /dev/fd filesystem
55 options NULLFS # Loopback filesystem
56 options FIFO # FIFO operations on vnodes (Recommended)
57 options ADOSFS # AmigaDOS file system
58 options "CD9660" # ISO 9660 file system, with Rock Ridge
59 options UNION # union file system
60 options UMAPFS # uid/gid remapping filesystem
61 #options PORTAL # Portal filesystem
62 #options MSDOSFS # MS-DOS filesystem
63
64
65 #
66 # Compatability options for various existing systems
67 #
68 options "COMPAT_10" # compatability with older NetBSD release
69 options "COMPAT_09" # compatability with older NetBSD release
70 options "COMPAT_43" # 4.3 BSD compatible system calls
71 options COMPAT_SUNOS # Support to run Sun (m68k) executables
72 options "TCP_COMPAT_42" # Use 4.2 BSD style TCP
73 options "COMPAT_NOMID" # allow nonvalid machine id executables
74 #options COMPAT_HPUX # HP300 compatability
75
76 #
77 # Support for System V IPC facilities.
78 #
79 options SYSVSHM # System V-like shared memory
80 options SYSVMSG # System V-like messages
81 options SYSVSEM # System V-like semaphores
82
83 #
84 # Support for various kernel options
85 #
86 options GENERIC # Mini-root boot support
87 options LKM # Loadable kernel modules
88 options KTRACE # Add kernel tracing system call
89 options DIAGNOSTIC # Add additional error checking code
90 options "NKMEMCLUSTERS=256" # Size of kernel malloc area
91
92 #
93 # Misc. debuging options
94 #
95 options PANICWAIT # Require keystroke to dump/reboot
96 #options DEBUG # Add debugging statements
97 options DDB # Kernel debugger
98 #options SYSCALL_DEBUG # debug all syscalls.
99 #options SCSIDEBUG # Add SCSI debugging statements
100 #options KGDB # Kernel debugger (KGDB) support
101 #options PANICBUTTON # Forced crash via keypress (???)
102
103 #
104 # Amiga specific options
105 #
106 options MACHINE_NONCONTIG # Non-contiguous memory support
107
108 options RETINACONSOLE # enable code to allow retina to be console
109 options ULOWELLCONSOLE # enable code to allow a2410 to be console
110 options CL5426CONSOLE # Cirrus console
111
112 options GRF_ECS # Enhanced Chip Set
113 options GRF_NTSC # NTSC
114 options GRF_PAL # PAL
115 options "GRF_A2024" # Support for the A2024
116 options GRF_AGA # AGA Chip Set
117 options GRF_CL5426 # Cirrus board support
118 #options "KFONT_8X11" # 8x11 font
119
120 # This is how you would tell the kernel the A2410 oscillator frequencies:
121 # The used frequencies are the defaults, and don't need option setting
122 #options "ULOWELL_OSC1=36000000"
123 #options "ULOWELL_OSC2=66667000"
124
125 # This is how you specify the blitting speed, higher values may speed up blits
126 # a littel bit. If you raise this value too much some trash may appear.
127 # the commented version is the default.
128 #options RH_MEMCLK 61000000
129 # this option enables the 64 bit sprite which doesn't seems to be work
130 # for quite a few people. E.g. The cursor sprite will turn to a block
131 # when moved to the top of the screen in X.
132 #options RH_64BIT_SPRITE
133 # enables fast scroll code appears to now work on 040 systems.
134 #options RETINA_SPEED_HACK
135
136 grfcc0 at mainbus0 # custom chips
137 grfrt0 at zbus0 # retina II
138 grfrh0 at zbus0 # retina III
139 grfcl* at zbus0 # Picasso II/Piccalo/Spectrum
140 grful0 at zbus0 # A2410
141 grfcv0 at zbus0 # CyverVision 64
142
143 grf0 at grfcc0
144 grf1 at grfrt0
145 grf2 at grfrh0
146 grf3 at grfcl?
147 grf4 at grful0
148 grf5 at grfcv0
149
150 ite0 at grf0 # terminal emulators for grf's
151 ite1 at grf1 # terminal emulators for grf's
152 ite2 at grf2 # terminal emulators for grf's
153 ite3 at grf3 # terminal emulators for grf's
154 ite4 at grf4 # terminal emulators for grf's
155
156 msc0 at zbus0 # A2232 MSC multiport serial.
157 mfc0 at zbus0 # MultiFaceCard I/O board
158 mfcs0 at mfc0 unit 0 # MFC serial
159 mfcs1 at mfc0 unit 1 # MFC serial
160 #mfcp0 at mfc0 unit 0 # MFC parallel [not available yet]
161 #mfc1 at zbus0 # MultiFaceCard 2nd I/O board
162 #mfcs2 at mfc1 unit 0
163 #mfcs3 at mfc1 unit 1
164 #mfcp1 at mfc1 unit 0
165
166 le0 at zbus0 # Lance ethernet.
167 ed0 at zbus0 # dp8390 ethernet
168 es0 at zbus0 # SMC 91C90 ethernet
169 qn0 at zbus0 # quicknet ethernet
170 ae0 at zbus0 # Ariadne ethernet
171 bah0 at zbus0 # C= arcnet
172
173
174 # scsi stuff, all possible
175 gvpbus* at zbus0
176 gtsc0 at gvpbus? # GVP series II scsi
177 ahsc0 at mainbus0 # A3000 scsi
178 atzsc0 at zbus0
179 wstsc0 at zbus0 # Wordsync II scsi
180 ivsc0 at zbus0 # IVS scsi
181 mlhsc0 at zbus0 # Hacker scsi
182 otgsc0 at zbus0 # 12 gauge scsi
183 zssc0 at zbus0 # Zeus scsi
184 mgnsc0 at zbus0 # Magnum scsi
185 wesc0 at zbus0 # Warp Engine scsi
186 idesc0 at mainbus0 # A4000 & A1200 IDE
187 afsc0 at zbus0 # A4091 scsi
188 aftsc0 at mainbus0 # A4000T scsi
189 flsc0 at zbus0 # FastlaneZ3 scsi
190 bzsc0 at zbus0 # Blizzard 1230 scsi
191
192 scsibus* at gtsc0
193 scsibus* at ahsc0
194 scsibus* at atzsc0
195 scsibus* at wstsc0
196 scsibus* at ivsc0
197 scsibus* at mlhsc0
198 scsibus* at otgsc0
199 scsibus* at zssc0
200 scsibus* at mgnsc0
201 scsibus* at wesc0
202 scsibus* at idesc0
203 scsibus* at afsc0
204 scsibus* at aftsc0
205 scsibus* at flsc0
206 scsibus* at bzsc0
207
208 # each hard drive from low target to high
209 # will configure to the next available sd unit number
210 sd* at scsibus? target ? lun ? # scsi disks
211
212 st* at scsibus? target ? lun ? # scsi tapes
213 cd* at scsibus? target ? lun ? # scsi cd's
214
215 pseudo-device sl # slip
216 pseudo-device ppp # ppp
217 pseudo-device view 10 # views
218 pseudo-device pty 16 # pseudo terminals
219 pseudo-device loop # network loopback
220 pseudo-device vnd 4
221 #pseudo-device bpfilter 2 # berkeley packet filters
222 #pseudo-device tun 2
223
224 config netbsd swap on generic
225