FALCON revision 1.60.2.3 1 #
2 # $NetBSD: FALCON,v 1.60.2.3 2004/07/15 20:41:35 he Exp $
3 #
4 # This file was automatically created. Changes will be
5 # lost when running makeconf in this directory.
6 #
7 # Created from:
8 # NetBSD: FALCON.in,v 1.7 2003/10/08 11:05:27 bouyer Exp $
9 # NetBSD$
10
11 #This configuration file is for a generic ATARI-Falcon
12
13 #Define 'INSTALL_KERNEL' or 'INSTALLX_KERNEL' to generate a BOOT or
14 #BOOTX kernel respectively.
15
16 #There is no possibility for physical network interfaces. Use the define
17 #below to turn off vlan, pppoe, bridge and NETATALK.
18
19 #Generic atari
20
21 include "arch/atari/conf/std.atari"
22
23 options INCLUDE_CONFIG_FILE # embed config file in kernel binary
24
25 #Add support for about 16 users. This variable is used to size
26 #various kernel structures.
27
28 maxusers 16
29
30 options HZ=64 # Set the clock-rate (48/64/96)
31
32 #Standard system options
33 options INSECURE # disable kernel security levels
34 #options NTP # NTP phase/frequency locked loop
35
36 #Enable experimental buffer queue strategy for better responsiveness under
37 #high disk I/O load. Use it with caution - it's not proven to be stable yet.
38 #options NEW_BUFQ_STRATEGY
39
40 #(Co)processors this kernel should support
41
42 options M68030 # support for 030
43 options FPU_EMULATE # Support for MC68881/MC68882 emulator
44
45 options M68040 # support for 040
46 options FPSP # 68040 Floatingpoint support
47
48 #Networking options
49
50 options INET # IP + ICMP + TCP + UDP
51
52 options INET6 # IPV6
53 #options IPSEC # IP security
54 #options IPSEC_ESP # IP security (encryption part; define w/IPSEC)
55 #options IPSEC_DEBUG # debug for IP security
56 #options GATEWAY # packet forwarding
57 #options MROUTING # IP multicast routing
58 options NS # XNS
59 #options NSIP # XNS tunneling over IP
60 options ISO,TPIP # OSI
61 #options EON # OSI tunneling over IP
62 options CCITT,LLC,HDLC # X.25
63
64 options PPP_BSDCOMP # BSD-Compress compression support for PPP
65 options PPP_DEFLATE # Deflate compression support for PPP
66 options PPP_FILTER # Active filter support for PPP (requires bpf)
67
68 options PFIL_HOOKS # pfil(9) packet filter hooks
69 options IPFILTER_LOG # ipmon(8) log support
70 #options IPFILTER_DEFAULT_BLOCK # block packages by default
71
72 #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
73
74 #options ALTQ # Manipulate network interfaces' output queues
75 #options ALTQ_BLUE # Stochastic Fair Blue
76 #options ALTQ_CBQ # Class-Based Queueing
77 #options ALTQ_CDNR # Diffserv Traffic Conditioner
78 #options ALTQ_FIFOQ # First-In First-Out Queue
79 #options ALTQ_FLOWVALVE # RED/flow-valve (red-penalty-box)
80 #options ALTQ_HFSC # Hierarchical Fair Service Curve
81 #options ALTQ_LOCALQ # Local queueing discipline
82 #options ALTQ_PRIQ # Priority Queueing
83 #options ALTQ_RED # Random Early Detection
84 #options ALTQ_RIO # RED with IN/OUT
85 #options ALTQ_WFQ # Weighted Fair Queueing
86
87 #File systems
88 file-system FFS # Berkeley fast file system
89 file-system MFS # Memory based filesystem
90 file-system KERNFS # Kernel parameter filesystem
91 file-system MSDOSFS # MSDOS filesystem
92 file-system CD9660 # ISO 9660 filesystem with Rock Ridge
93
94 file-system NFS # Network File System client side code
95 file-system PROCFS # Process filesystem
96 file-system FDESC # /dev/fd
97 file-system NULLFS # Loopback filesystem
98 file-system OVERLAY # overlay filesystem
99 file-system UNION # union file system
100 file-system UMAPFS # null file system (with uid & gid remapping)
101 file-system PORTAL # portal file system
102 file-system EXT2FS # second extended file system (linux)
103 file-system LFS # log-structured file system
104
105 #File system options
106 options QUOTA # Disk quotas for local disks
107 #options FFS_EI # FFS Endian Independant support
108 options SOFTDEP # FFS soft updates support.
109 options NFSSERVER # Network File System server side code
110 #options EXT2FS_SYSTEM_FLAGS # makes ext2fs file flags (append and
111 # immutable) behave as system flags.
112
113 #Misc. debugging options
114
115 options PANICWAIT # Require keystroke to dump/reboot
116 options DDB # Kernel debugger
117
118 options DDB_HISTORY_SIZE=100 # Enable history editing in DDB
119 #options DEBUG # expensive debugging checks/support
120
121 #Compatibility options for various existing systems
122
123 options COMPAT_43 # 4.3 BSD compatible system calls (required)
124 options COMPAT_10 # Compatibility to NetBSD1.0
125 options COMPAT_11 # Compatibility to NetBSD1.1
126 options COMPAT_12 # Compatibility to NetBSD1.2
127 options COMPAT_13 # Compatibility to NetBSD1.3
128 options COMPAT_14 # Compatibility to NetBSD1.4
129 options COMPAT_15 # Compatibility to NetBSD1.5
130 options COMPAT_16 # Compatibility to NetBSD1.6
131
132 #options COMPAT_09 # has no meaning on the atari
133 #options COMPAT_SUNOS # Support to run Sun-3 executables
134 #options COMPAT_SVR4 # Support to run SVR4 executables
135 #options COMPAT_LINUX # Support to run Linux/m68k executables
136 #options TCP_COMPAT_42 # 4.2BSD TCP/IP bug compat. Not recommended.
137
138 options COMPAT_AOUT_M68K # Compatibility to a.out executables
139 options EXEC_AOUT # a.out format executables
140
141 #Support for System V IPC facilities.
142
143 options SYSVSHM # System V shared memory
144 options SYSVMSG # System V messages
145 options SYSVSEM # System V semaphores
146 #options SEMMNI=10 # number of semaphore identifiers
147 #options SEMUME=10 # max number of undo entries per proc.
148 #options SEMMNU=30 # number of undo structures in system
149 options P1003_1B_SEMAPHORE # p1003.1b semaphore support
150
151 #Support for various kernel options
152
153 options KTRACE # Add kernel tracing system call
154 options SYSTRACE # system call vetting via systrace(1)
155 options DIAGNOSTIC # Add additional error checking code
156 options USERCONF # userconf(4) support
157 #options PIPE_SOCKETPAIR # smaller, but slower pipe(2)
158 options SYSCTL_INCLUDE_DESCR # Include sysctl descriptions in kernel
159
160 #These options enable verbose messages for several subsystems.
161 #Warning, these may compile large string tables into the kernel!
162
163 options SCSIVERBOSE # human readable SCSI error messages
164
165 #Atari specific options
166
167 #options KFONT_8x8 # Use 8x8 font instead of 8x16
168 options ST_POOL_SIZE=22 # smallest that allows TT-HIGH
169
170 options FALCON_SCSI # SCSI-support for Falcon
171 options FALCON_VIDEO # Graphics support for FALCON
172
173 options MEMORY_DISK_HOOKS # Boot RAM-disk
174 options DISKLABEL_NBDA # NetBSD disklabels (required)
175 options DISKLABEL_AHDI # NetBSD/AHDI disklabels
176
177 options SERCONSOLE # modem1 console support
178 options RELOC_KERNEL # TT/Falcon: relocate kernel to TT-RAM
179 options MSGBUFSIZE=32768 # size of kernel msg. buffer
180 #options STATCLOCK # Separate {stat,prof}clock
181
182 #Try linked commands on all targets
183 options TRY_SCSI_LINKED_COMMANDS=0x7f
184
185 #Build one kernel that can boot from any disk.
186
187 config netbsd root on ? type ?
188
189 pseudo-device sl # Slip
190 pseudo-device ppp # ppp
191
192 pseudo-device pty # pseudo-terminals
193 pseudo-device loop # Loopback network
194 pseudo-device vnd 3 # 3 pseudo disks (see vnconfig)
195 pseudo-device md 3 # Boot memory disk
196
197 pseudo-device bpfilter 2 # berkeley packet filters
198 pseudo-device tun 2 # network tunnel
199 #pseudo-device gre 2 # generic L3 over IP tunnel
200 pseudo-device gif 4 # IPv[46] over IPv[46] tunnel (RFC1933)
201 #pseudo-device faith 1 # IPv[46] tcp relay translation i/f
202 #pseudo-device stf 1 # 6to4 IPv6 over IPv4 encapsulation
203
204 pseudo-device ccd 4 # concatenating disk driver
205 #pseudo-device cgd 4 # cryptographic disk driver
206 pseudo-device raid 8 # RAIDframe disk driver
207 options RAID_AUTOCONFIG # auto-configuration of RAID components
208 #Options to enable various other RAIDframe RAID types.
209 #options RF_INCLUDE_EVENODD=1
210 #options RF_INCLUDE_RAID5_RS=1
211 #options RF_INCLUDE_PARITYLOGGING=1
212 #options RF_INCLUDE_CHAINDECLUSTER=1
213 #options RF_INCLUDE_INTERDECLUSTER=1
214 #options RF_INCLUDE_PARITY_DECLUSTERING=1
215 #options RF_INCLUDE_PARITY_DECLUSTERING_DS=1
216 pseudo-device ipfilter # IP filtering device
217 pseudo-device rnd # /dev/random and in-kernel generator
218 pseudo-device clockctl # user control of clock subsystem
219
220 #Hardware options for GENERIC are in the various machine type specific files
221
222 pseudo-device view 4 # View (graphics mapping)
223
224 pseudo-device mouse 1 # mouse
225
226 #The following sections describe various hardware options.
227
228 ncrscsi0 at mainbus0 # NCR5380 SCSI driver
229 scsibus0 at ncrscsi0 # SCSI bus
230 zs0 at mainbus0 # Serial support through 8530
231 grfbus0 at mainbus0 # bitmapped display's
232 grfcc0 at grfbus0 # graphics driver
233 ite0 at grfcc0 # console
234 nvr0 at mainbus0 # nvram driver
235
236 grfcc1 at grfbus0 # 2nd graphics driver
237 ite1 at grfcc1 # 2nd tty
238 grfcc2 at grfbus0 # 3rd graphics driver
239 ite2 at grfcc2 # 3rd tty
240 lp0 at mainbus0 # centronics printer
241 ser0 at mainbus0 # UART on first 68901 (ttyB0)
242
243 wdc0 at mainbus0 # IDE-bus
244 atabus* at wdc? channel ?
245 wd* at atabus? drive ?
246
247 # ATAPI bus support
248 atapibus* at atabus?
249
250 #ATAPI devices
251 cd* at atapibus? drive ? # ATAPI CD-ROM drives
252
253 #SCSI devices
254 sd* at scsibus? target ? lun ? # SCSI disk drives
255 st* at scsibus? target ? lun ? # SCSI tape drives
256 cd* at scsibus? target ? lun ? # SCSI CD-ROM drives
257
258 ch* at scsibus? target ? lun ? # SCSI autochangers
259 ss* at scsibus? target ? lun ? # SCSI scanners
260 se* at scsibus? target ? lun ? # SCSI ethernet
261 uk* at scsibus? target ? lun ? # SCSI unknown
262
263