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