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